.official_link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #FF7319;
    border-bottom: 1px solid #FF7319;
    padding: 10px 10px 10px 40px;
}

.official_link::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url(img/window_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: absolute;
    top: 18px;
    left: 10px;
}

.sp_block {
    display: none;
}

/* --------- about_top ------------------------- */
section#about {
}

.about_top {
    position: relative;
    margin-top: 155px;
}

.about_top::before {
    content: "";
    display: block;
    width: 500px;
    height: 400px;
    background-image: url(img/or_triangle_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 8%;
}

.about_top_upper {
    position: relative;
}

.about_top_upper::after {
    content: "";
    width: 100%;
    height: 60%;
    background-color: #FFC750;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.about_top_logo {
    position: absolute;
    top: 55%;
    width: 55%;
    background-color: #fff;
}

.about_top_logo::after {
    content: "";
    display: inline-block;
    width: 65px;
    height: 80px;
    background-image: url(img/question_icon.png);
    background-size: contain;
    position: absolute;
    top: -20px;
    right: -20px;
}

.about_top_logo h1 {
    margin: 0;
}

.about_top_logo h1 img {
    max-width: 800px;
    margin-left: auto;
}

.about_top_img {
    width: 100%;;
    max-width: 1000px;
    margin-left: auto;
    z-index: -1;
}

.about_top_img img {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.about_top_lower {
    position: relative;
    padding: 50px 0 100px;
}

.about_top_lower::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFC750;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

.about_top_lower::after {
    content: "";
    display: block;
    width: 500px;
    height: 400px;
    background-image: url(img/wh_triangle_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
}

.about_top_lower .section_inner {
    background-color: #fff;
    border: 2px solid #FF7319;
    padding-bottom: 50px;
}

.about_top_lower h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #FF7319;
    padding: 0 20px;
    margin-top: 40px;
}

.about_top_lower p {
    width: 90%;
    max-width: 960px;
    font-size: 16px;
    margin: 30px auto 0;
}

.about_top_index {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: 40px auto 0;
}

.about_top_index h3 {
    position: relative;
}

.about_top_index h3::before,
.about_top_index h3::after {
    content: "";
    display: block;
    width: 300px;
    height: 10px;
    background-image: url(img/border.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
}

.about_top_index h3::before {
    background-position: left;
    left: 0%;
}

.about_top_index h3::after {
    background-position: right;
    right: 0%;
}

.about_top_index h3 p {
    position: relative;
    width: 100%;
    max-width: 350px;
    font-size: 32px;
    font-weight: bold;
    color: #269AE7;
    background-color: #fff;
    margin: 0 auto;
    z-index: 10;
}

.about_top_index h3 span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #978C85;
}

.about_top_index ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about_top_index ul li {
    position: relative;
    text-align: center;
    width: 30%;
    margin: 40px 1.5% 0;
}

.about_top_index ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid;
    padding: 20px 0;
}

.about_top_index ul li a::after {
    content: "";
    display: block;
    width: 95%;
    height: 90%;
    border-right: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    bottom: -6px;
    right: -6px;
    transition: .2s;
}

.about_top_index ul li a:hover::after {
    bottom: 0;
    right: 0;
    transition: .2s;
}

.about_top_index ul li:nth-child(1) a {
    color: #269AE7;
    border-color: #269AE7;
}

.about_top_index ul li:nth-child(1) a::after {
    border-color: #269AE7;
}

.about_top_index ul li:nth-child(1) a:hover {
    color: #fff;
    background-color: #269AE7;
}

.about_top_index ul li:nth-child(2) a {
    color: #FF7319;
    border-color: #FF7319;
}

.about_top_index ul li:nth-child(2) a::after {
    border-color: #FF7319;
}

.about_top_index ul li:nth-child(2) a:hover {
    color: #fff;
    background-color: #FF7319;
}

.about_top_index ul li:nth-child(3) a {
    color: #915DA3;
    border-color: #915DA3;
}

.about_top_index ul li:nth-child(3) a::after {
    border-color: #915DA3;
}

.about_top_index ul li:nth-child(3) a:hover {
    color: #fff;
    background-color: #915DA3;
}

.about_top_index ul li:nth-child(4) a {
    color: #B18046;
    border-color: #B18046;
}

.about_top_index ul li:nth-child(4) a::after {
    border-color: #B18046;
}

.about_top_index ul li:nth-child(4) a:hover {
    color: #fff;
    background-color: #B18046;
}

.about_top_index ul li:nth-child(5) a {
    color: #8EC025;
    border-color: #8EC025;
}

.about_top_index ul li:nth-child(5) a::after {
    border-color: #8EC025;
}

.about_top_index ul li:nth-child(5) a:hover {
    color: #fff;
    background-color: #8EC025;
}
/* --------- about_top ここまで ------------------------- */

/* --------- message ------------------------- */
section#message {
    scroll-margin-top: 120px;
}

.message_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 50%;
    border-bottom: 3px solid #000;
    padding-bottom: 20px;
    margin: 80px auto 0;
}

.message_area {
    display: grid;
    grid-template-columns: 55% 42%;
    column-gap: 3%;
    width: 85%;
    margin: 80px auto;
}

.message_catch {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    font-size: 24px;
    font-weight: bold;
}

.message_text{
    grid-column: 1 / 2;
    grid-row: 2 / 5;
    font-size: 16px;
    margin-top: 60px;
}

.message_img {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.message_name {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    font-size: 24px;
    text-align: right;
    margin-top: 60px;
}

.message_name span {
    font-size: 18px;
    margin-right: 10px;
}

.official_link_area {
    text-align: center;
}

.catch_logo {
    width: 90%;
    max-width: 1500px;
    margin: 80px auto;
}
/* --------- message ここまで ------------------------- */

/* --------- point ------------------------- */
section#point {
    background-color: #FFC750;
    padding: 100px 0;
    scroll-margin-top: 40px;
}

.point_title {
    width: 85%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin: 0 auto;
}

.point_text {
    width: 80%;
    font-size: 28px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    margin: 50px auto 0;
    padding: 40px 20px;
}

.point_text span {
    background-color: #FFC75050;
}

.point_click_area {
    width: 85%;
    background-image: url(./img/point_img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 100px auto 0;
    padding: 50px 0;
}

.point_click_area h3 {
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    background-color: #8EC025CC;
    padding: 20px;
}

.point_click_area button {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 9999px;
    margin: 40px auto 0;
    padding: 20px 100px;
    transition: .2s;
    cursor: pointer;
}

.point_click_area button:hover {
    background-color: #FF7319;
    border-color: #FF7319;
}

/* モーダルウィンドウ */
.point_modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000085;
    z-index: 5555;
    display: none;
}

.point_modal_bg.active {
    display: block;
}

.point_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1500px;
    height: 80vh;
    z-index: 6666;
    display: none;
}

.point_modal.active {
    display: block;
}

.point_modal_inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 50px;
    z-index: 7777;
}

.point_modal_scroll_area {
    height: 80%;
    margin: 0 auto;
    overflow-y: scroll;
}

.point_modal_text {
    position: relative;
    max-width: 1260px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
}

.point_modal_text::before {
    content: "";
    display: block;
    width: 210px;
    height: 190px;
    background-image: url(img/point_modal01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.point_modal_text::after {
    content: "";
    display: block;
    width: 150px;
    height: 195px;
    background-image: url(img/point_modal02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.point_modal_text p {
    width: 100%;
    max-width: 800px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

.point_modal_text p.accountant_name {
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto;
}

.accountant_name span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.interview {
    max-width: 1260px;
    margin: 40px auto 0;
}

.interview h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #FF7319;
}

.interview_list {
    margin-top: 60px;
}

.interview_list dt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #FF7319;
    padding-left: 50px;
    margin-top: 40px;
}

.interview_list dt::before {
    content: "Q.";
    display: block;
    width: 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-left: 4px solid #FF7319;
    position: absolute;
    top: 0;
    left: 0;
}

.interview_list dd {
    position: relative;
    font-size: 16px;
    padding-left: 50px;
    margin-top: 10px;
}

.interview_list dd::before {
    content: "A.";
    display: block;
    width: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #FF7319;
    border-left: 4px solid #FF7319;
    position: absolute;
    top: 4px;
    left: 0;
}

.interview_list dd span {
    background-color: #FF731920;
}

.after_interview {
    background-color: #FFE15C4D;
    padding: 80px 0;
    margin-top: 100px;
}

.after_interview_inner {
    max-width: 1260px;
    background-color: #fff;
    border: 1px solid #B18046;
    padding: 60px 120px 40px;
    margin: 0 auto;
}

.after_interview_inner h3 {
    font-size: 32px;
    font-weight: bold;
    color: #269AE7;
    text-align: center;
    background-color: #A4CBE521;
}

.after_interview_inner h3 span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.after_interview_inner p {
    text-align: center;
    margin-top: 50px;
}

.after_interview_summary {
    margin-top: 50px;
    overflow-x: hidden;
}

.after_interview_summary h4 {
    position: relative;
}

.after_interview_summary h4::before,
.after_interview_summary h4::after {
    content: "";
    display: block;
    width: 300px;
    height: 10px;
    background-image: url(img/border.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
}

.after_interview_summary h4::before {
    background-position: left;
    left: 70%;
}

.after_interview_summary h4::after {
    background-position: right;
    right: 70%;
}

.after_interview_summary h4 p {
    width: 100%;
    max-width: 300px;
    font-size: 32px;
    font-weight: bold;
    color: #269AE7;
    background-color: #fff;
    margin: 0 auto;
}

.after_interview_summary h4 p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #978C85;
}

.after_interview_summary_list {
    margin-top: 50px;
}

.after_interview_summary_list li:not(:first-child) {
    margin-top: 80px;
}

.summary_item {
    position: relative;
    display: grid;
    place-items: center;
    background-color: #269AE726;
    padding: 20px;
}

.summary_item h5 {
    grid-column: 1 / 2;
    font-size: 24px;
    font-weight: bold;
}

.after_interview_summary_list li:nth-of-type(1) .summary_item h5 {
    color: #FF7218;
}

.after_interview_summary_list li:nth-of-type(2) .summary_item h5 {
    color: #B18247;
}

.after_interview_summary_list li:nth-of-type(3) .summary_item h5 {
    color: #FFD22E;
}

.summary_item p {
    grid-column: 2 / 4;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0 10px;
    margin: 0;
}

.after_interview_summary_list li:nth-of-type(1) .summary_item p {
    text-decoration: 2px underline #FF7218;
}

.after_interview_summary_list li:nth-of-type(2) .summary_item p {
    text-decoration: 2px underline #B18247;
}

.after_interview_summary_list li:nth-of-type(3) .summary_item p {
    text-decoration: 2px underline #FFD22E;
}

.summary_item_img {
    grid-column: 4 / 5;
    width: 150px;
}
/* モーダルウィンドウ ここまで */
/* --------- point ここまで ------------------------- */

/* --------- select ------------------------- */
section#select {
    background-color: #B2824738;
    padding: 100px 0;
    scroll-margin-top: 40px;
}

.select_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 65px;
    color: #B28247;
    text-align: center;
    background-color: #fff;
    border: 2px solid #B18046;
}

.select_catch {
    font-size: 36px;
    font-weight: bold;
    line-height: 65px;
    color: #fff;
    text-align: center;
    background-color: #B18046;
    margin: 50px auto 0;
}

.select_text {
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
}

.select_img {
    max-width: 1400px;
    background-color: #fff;
    margin-top: 50px;
}
/* --------- select ここまで ------------------------- */

/* --------- situation ------------------------- */
section#situation {
    background-color: #F5F5F5;
    padding: 100px 0;
    scroll-margin-top: 40px;
}

.situation_title {
    font-size: 36px;
    font-weight: bold;
    color: #269AE7;
    text-align: center;
    background-color: #fff;
    border: 2px solid #269AE7;
}

.situation_text {
    font-size: 28px;
    text-align: center;
    margin: 30px 0 60px 0;
}

.situation_list {
    border-top: 3px dashed #269AE7;
    padding: 40px 5%;
}

.situation_list dt {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #269AE7;
    padding-left: 120px;
}

.situation_list dt::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}

.situation_list:nth-of-type(1) dt::before {
    background-image: url(img/01.png);
}

.situation_list:nth-of-type(2) dt::before {
    background-image: url(img/02.png);
}

.situation_list:nth-of-type(3) dt::before {
    background-image: url(img/03.png);
}

.situation_list:nth-of-type(4) dt::before {
    background-image: url(img/04.png);
}

.situation_list dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.situation_list.even dd {
    flex-direction: row-reverse;
}

.situation_list dd p {
    width: 45%;
    font-size: 16px;
}

.situation_list dd .situation_img {
    position: relative;
    width: 50%;
}

.situation_list dd .situation_img::after {
    text-align: center;
    background-color: #fff;
    border: 1px solid #269AE7;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
}

.situation_list:nth-of-type(1) dd .situation_img::after {
    content: "シニアアップデートマンション";
    width: 250px;
    left: 3%;
}
.situation_list:nth-of-type(2) dd .situation_img::after {
    content: "福祉用具相談員";
    width: 250px;
    left: 3%;
}
/* .situation_list:nth-of-type(2) dd .situation_img::after {
    content: "ハッピーデイサービス吹田";
    width: 250px;
    right: 3%;
} */
.situation_list:nth-of-type(3) dd .situation_img::after {
    content: "有料老人ホーム　「はっぴーらいふ吹田」";
    right: 3%;
}

.situation_list dd .situation_img img {
    border-radius: 15px;
}

.situation_list dd .situation_img.odd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.situation_list dd .situation_img.odd img {
    width: 45%;
}

.map_area {
}

.map_area h3 {
    width: 90%;
    max-width: 550px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #269AE7;
    padding: 0 20px;
    margin: 100px auto 0;
}

.map_area p {
    border-top: 3px dashed #8EC025;
    margin-top: 50px;
}

.map_area p span {
    display: block;
    width: 90%;
    max-width: 550px;
    font-size: 32px;
    font-weight: bold;
    color: #8EC025;
    text-align: center;
    background-color: #F5F5F5;
    margin: -33px auto 0;
}

.map_img {
    width: 90%;
    max-width: 1200px;
    background-color: #fff;
    margin: 50px auto 0;
}
/* --------- situation ここまで ------------------------- */

/* --------- qa ------------------------- */
section#qa {
    background-color: #FFD22E26;
    padding: 100px 0;
    scroll-margin-top: 0;
}

#qa .section_inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 80px 0;
}

.qa_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.qa_text {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.tab_area {
    margin-top: 80px;
}

.tab_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

.tab_item {
    position: relative;
    width: 35%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    transition: .2s;
    cursor: pointer;
}

.tab_item.item01 {
    color: #269AE7;
    border: 2px solid #269AE7;
}

.tab_item.item02 {
    color: #FF7319;
    border: 2px solid #FF7319;
}

.tab_item.item01:hover {
    color: #fff;
    background-color: #269AE7;
}

.tab_item.item02:hover {
    color: #fff;
    background-color: #FF7319;
}

.tab_item.item01.active {
    color: #fff;
    background-color: #269AE7;
    pointer-events: none;
}

.tab_item.item02.active {
    color: #fff;
    background-color: #FF7319;
    pointer-events: none;
}

.tab_item.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 16.5px 0 16.5px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.tab_item.item01::after {
    border-color: #269ae7 transparent transparent transparent;
}

.tab_item.item02::after {
    border-color: #FF7319 transparent transparent transparent;
}

.tab_container {
    width: 90%;
    margin: 0 auto;
}

.tab_content01 {
    display: none;
}

.tab_content01.active {
    display: block;
}

.tab_content02 {
    display: none;
}

.tab_content02.active {
    display: block;
}

.qa_list {
    border-radius: 20px;
    margin-top: 60px;
    overflow: hidden;
}

.qa_list.list01 {
    border: 2px solid #269AE7;
}

.qa_list.list02 {
    border: 2px solid #FF7319;
}

.qa_list dt {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 20px 120px;
    cursor: pointer;
}

.qa_list dt::before {
    content: "";
    display:block;
    width: 60px;
    height: 60px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.qa_list dt::after {
    content: "";
    display: block;
    width: 70px;
    height: 40px;
    background-image: url(img/arrow_icon.png);
    background-size: contain;
    position:absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.qa_list dt.active::after {
    animation: answer-open .3s forwards;
}

@keyframes answer-open {
    100%{
        transform: rotate(180deg);
        transform-origin: center 25%;
    }
}

.qa_list.list01 dt {
    background-color: #269AE7;
}

.qa_list.list01 dt::before {
    background-image: url(img/q_icon01.png);
}

.qa_list.list02 dt {
    background-color: #FF7319;
}

.qa_list.list02 dt::before {
    background-image: url(img/q_icon02.png);
}

.qa_list dd {
    position: relative;
    padding: 20px 0 20px 120px;
    display: none;
}

.qa_list dd.active {
    display: block;
}

.qa_list dd::before {
    content: "";
    display:block;
    width: 60px;
    height: 60px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.qa_list.list01 dd::before {
    background-image: url(img/a_icon01.png);
}

.qa_list.list02 dd::before {
    background-image: url(img/a_icon02.png);
}

.qa_list dd p {
    display: flex;
    align-items: center;
    min-height: 54px;
}
/* --------- qa ここまで ------------------------- */

