@charset "utf-8";

/* width: 750px以下(スマホ表示) */

/* headerのcss */
.logo_header img {
    min-width: 130px;
}

/* mainのcss */
.main_image {
    width: 100%;
}
.main_image img{
    /* height: 90vw;
    object-position: 10% 10%; */
}
.main_image>p{
    display: inline-block;
    font-size:5.7vmin;
    top: 90%;
    left: 2%;
    right: initial;
    padding: 10px;
}

/* 会社概要テーブル */
table.company_tbl tbody td > span.manage{
    display: block;
    margin-top: 4px;
}
@media screen and (max-width: 500px) {
    .main_image>p{
        font-size:7vmin;
    }
}
.topics_title {
    padding: 0;
    margin-bottom: 5px;
    margin-left: 10px;
}
.topics_title h3 {
    text-align: left;
    font-size: 18px;
}
.site_contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    padding: 0.95em 0;
    margin: 0 3%;
    font-size: 0.8rem;
    font-weight: 500;
}
.contents_menu_lists {
    display: none;
}
/* .main-content div.feature > ul > li > p {
} */


.click li > a:first-child {
    border-top: 1px solid #ffffff;
}
.sub_menu_lists ul > li.important > a {
    padding: 0.95em 0;
    margin: 0 3%;
    font-size: 0.8rem;
    font-weight: 500;
}
.site_contents {
    padding: 0.95em 0;
    margin: 0 3%;
    font-size: 0.8rem;
    font-weight: 500;
}
.click {
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
}
.click > li.important > a {
    padding: 0.95em 0;
    margin: 0 3%;
    font-size: 0.8rem;
    font-weight: 500;
}
.click li {
    width: 50%;
    transform-origin: top left;
    opacity: 0;
}
.click li > a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin-left: 2%;
    font-size: 0.8rem;
    padding: 1.4em 0;
    font-weight: 400;
    padding-left: 3%;
    border-bottom: 1px solid #ffffff;
    width: 90%;
}
.click li > a:last-child {
    border-bottom: none;
}
.click li > a:hover {
    opacity: 0.8;
}
.click li:first-child {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: -150ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(2) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(3) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 150ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(4) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(5) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 450ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(6) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(7) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 750ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(8) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(9) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 1050ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(10) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 1200ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(11) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 1350ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(12) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 1500ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}
.click li > a:last-child {
    border-bottom: none;
}

.contents {
    position: relative;
    width: 350px;
    height: 300px;
    background-color: #b8b7b7;
    margin: 10px 15px;
    opacity: 0;
}
span.info_tag {
    background-color: #2177c7;
    position: absolute;
    top: 145px;
    z-index: 1;
    color: #f0f0f0;
    padding: 7px 20px;
    font-size: 1rem;
    left: 20px;
}
.contents_topics span {
    position: absolute;
    top: 100px;
    left: 10px;
    font-size: 0.75rem;
}
.contents_topics {
    width: 100%;
    height: 140px;
    position: absolute;
    top: 160px;
    background-color: #e6e5e5;
}
.contents_topics p {
    position: absolute;
    font-size: 1rem;
    top: 60px;
    left: 10px;
}
.contents_topics span {
    position: absolute;
    top: 120px;
    left: 10px;
    font-size: 0.875rem;
}
.contents:not(:first-child) {
    display: none;
}
.contents img {
    width: 100%;
    height: 160px;
}
.contents_info_sp .zoom_button {
    opacity: 0;
}
.contents_info_sp div:not(.wrap) > a:hover {
    background-color: #2e83f3;
    color: #ffffff;
    transition: all 0.5s;
}
.wrap a:hover {
    background-color: #2e83f3;
    color: #ffffff;
    transition: all 0.5s;
}

@media screen and (max-width: 300px) {
    .list_button {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .explanation p {
        font-size: 1.125rem;
        text-align: unset;
    }
}

.company {
    background-image: url("../images/background/bgsp_company.jpg");
    height: 500px;
    display: table;
    width: 100%;
    text-align: center;
}


.contents_info_item {
    display: none;
}
.contents_info_sp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contents_info_sp div > a > span {
    display: block;
}
.wrap {
    border: initial;
    background-color: initial;
    text-align: initial;
    width: initial;
    font-size: initial;
    margin: initial;
    padding: initial;
}
.wrap a {
    display: block;
    background-color: rgb(255, 255, 255, 0.4);
    border: 1.2px solid #000000;
    text-align: center;
    width: 250px;
    font-size: 1.125rem;
    margin: 20px 30px;
    padding: 10px 5px;
    text-decoration: none;
    color: #0c0c0c;
}
.contents_info_sp div:not(.wrap) > a {
    display: block;
    border: 1px solid #000000;
    background-color: rgb(255, 255, 255, 0.4);
    text-align: center;
    width: 250px;
    font-size: 1.125rem;
    margin: 20px 30px;
    padding: 19px 5px;
    text-decoration: none;
    color: #0c0c0c;
}

.contact_wrapper {
    width: 90%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
}
.contact_image{
    width: 100%;
    margin-bottom: 1.5em;
    order: 1;
}
.contact_wrapper .contact_letter_wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 2;
}
.contact_text {
    margin-bottom: 10px;
    order: 1;
}
.contact_text h3 {
    font-size: 3rem;
    color: #3a3a3a;
}
.contact_text div {
    font-size: 1.5rem;
    font-weight: 600;
}
.contact_button {
    order: 2;
    margin-top: 10px;
    margin-bottom: 1.5em;
}
.contact_button div {
    width: 180px;
    margin: 0 0 0 auto;
    padding: 8px 5px;
}
.contact_button div > a{
    font-size: 16px;
    width: initial;
}
.contact_contents{
    order: 3;
}
.contact_contents p {
    font-size: 16px;
}
.mrl_a select#contact-item {
    width: 100%;
}

/* お問い合わせ */
.formError .formErrorContent {
    font-size: 0.92em;
}

.contact-flex {
    margin-bottom: 10px;
}
.contact_all{
    margin-bottom:40px; 
}

.mrl_a select#contact_item {
    width: 100%
}

.logo_footer a {
    text-align: center;
}


@media screen and (max-width: 470px) {
    .footer_sub_item {
        width: 100%;
    }
    .footer_sub_item li {
        font-size: 12.55px;
        margin-top: 20px;
    }
    .footer_sub_item li::before {
        margin: 0 0.5px 0 0.5px;
    }
    /* instagram用 */
.follow_button a {
    margin-top: 20px;
    border-radius: 8px;
    padding: 7px 120px 10px;
    margin-right: 20px;
}
.icon div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px 0;
    margin-left: 15px;
    margin-right: 30px;
}
.follow {
    margin-top: 20px;
}
.follow div {
    font-size: 1.25rem;
    font-weight: 600;
}
/* line用 */
.line_alignment {
    width: 285px;
}
.line {
    width: 210px;
}
.line img {
    margin-top: 20px;
    width: 125px;
    height: 125px;
}
.line h4 {
    font-size: 1.20rem;
    margin-top: 20px;
}
.line_icon div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 75px;
    right: 120px;
}

.register_text {
    top: 135px;
    right: 80px;
    font-size: 0.875rem;
    font-weight: 500;
}
.register_button a {
    font-size: 1rem;
    top: 160px;
    right: 80px;
    padding: 7px 25px;
    border-radius: 10px;
    width: 80px;
    font-size: 1rem;
}
}

@media screen and (max-width: 510px) {
        /* instagram用 */
.instagram h4 {
    font-size: 3.375rem;
    margin-top: 5px;
    margin-left: 20px;
}
.follow_button a {
    margin-top: 20px;
    border-radius: 8px;
    padding: 8px 60px;
    margin-right: 15px;
}
.icon div {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
}
.follow {
    margin-top: 20px;
}
.follow div {
    font-size: 1.25rem;
    font-weight: 600;
}
/* line用 */
.line_accounts_wrapper {
    height: 185px;
}
.line_alignment {
    width: 190px;
}
.line {
    width: 150px;
}
.line img {
    margin-top: 10px;
    width: 110px;
    height: 110px;
}
.line h4 {
    font-size: 1.2rem;
    margin-top: 10px;
}
.line h4 > span {
    display: inline-block;
}
.line_icon {
    height: 85px;
}
.line_icon div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 60px;
    right: 75px;
}

.register {
    height: 99px;
    border-radius: 0 0 40px 0;
}
.register_text {
    top: 120px;
    right: 35px;
    font-size: 0.875rem;
    font-weight: 500;
}
.register_button a {
    font-size: 1rem;
    top: 145px;
    right: 35px;
    padding: 6px 20px;
    border-radius: 10px;
    width: 80px;
}
.logo_footer a > img {
    width: 90%;
}
}

/* footerのcss */
/*.footer_content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.logo_footer {
    display: block;
    width: 50%;
    order: 2;
    margin-bottom: 80px;
}
.logo_footer a > img {
    width: 80%;
    min-width: 190px;
    min-height: 45px;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}
.fotter_item {
    width: 50%;
}
.footer_sub_item {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 70px;
}
.footer_sub_item li {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10%;
}

.copyright {
    height: 60px;
}
#copyright {
    font-size: 0.9rem;
}
*/


/* お知らせ投稿ページ */
@media screen and (max-width: 375px) {
    .news_image {
        width: 100%;
    }
    .news_image img {
        width: 100%;
        height: auto;
        min-width: initial;
        min-height: initial;
    }
}

/* 個人情報保護方針 */
.enactment .privacy_image {
    margin-top: 30px;
}
.enactment .privacy_image div {
    width: 100%;
    margin: 0 auto;
    transform: scale(1.02, 1.02);
}
.enactment .privacy_image div.image_2 {
    margin-top: 50px;
}
.enactment .privacy_image img.image_pc {
    display: none;
}
.enactment .privacy_image img.image_sp {
    display: block;
}

/* お問合せにおける個人情報の取扱いページ */
.contact_policy .ttl h2 {
    font-size: 1.4em;
}
.contact_policy .sub-ttl {
    font-size: 1.1em;
}
.contact_policy .content_wrapper .content {
    width: 100%;
    transform: scale(1.05, 1.05);
}

/* お問合せの確認画面 */
.confirm_page .mrl_confirm {
    width: 90%;
    margin: 0 auto;
}
.confirm_page .mrl_confirm .column p {
    font-size: 1.2em;
}
.confirm_page .mrl_confirm .contact-box {
    margin-top: 5px;
}
.confirm_page .mrl_confirm .contact-box p {
    font-size: 1em;
}
@media screen and (max-width: 400px) {
    .confirm_page .mrl_confirm .button .prev {
        width: 40%;
    }
    .confirm_page .mrl_confirm .button .send {
        width: 40%;
    }
}