@charset "utf-8";

/* スマホここから */
@media only screen and (max-width: 767px) {
	
	.pc {
		display: none;
	}

	body {
		background: #ffffff;
		color: #333333;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.6rem;
		line-height: 3.2rem;
		font-weight: 400;
		font-feature-settings: "palt";
	}

    div.head_area {
        margin: 0 auto;
        width: 100%;
        height: 80px;
        background: var(--primary-color);
        position: fixed;
        z-index: 1000;
    }

    div.head {
        margin: 0 auto;
        width: 100%;
        height: 80px;
        position: relative;
    }

    div.head_logo {
        margin: 0;
        width: 270px;
        position: absolute;
        top: 18px;
        left: 20px;
        z-index: 2;
    }

    div.head_logo h1 {
        margin: 0 auto;
        width: 100%;
    }

    div.head_logo h1 img {
        width: 100%;
        height: auto;
    }

    div.head_menu {
        display: none;
    }

	div.head_menu_sp {
        margin: 0;
        width: 80px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

	div.head_menu_sp ul {
        margin: 0 auto;
        width: 100%;
    }

	div.head_menu_sp ul li {
        margin: 0 auto;
        width: 100%;
    }

	div.head_menu_sp ul li img {
        width: 100%;
		height: auto;
    }

    /*TOP*/

    div.top_visual_area {
        margin: 0 auto;
        padding: 80px 0 0;
        width: 100%;
    }

    div.top_visual {
        margin: 0 auto;
        width: 100%;
    }

    div.top_visual img {
        width: 100%;
        height: auto;
    }

    div.top_movie_area {
        margin: 0 auto;
        padding: 80px 0 0;
        width: 100%;
    }

    div.top_movie {
        margin: 0 auto;
        aspect-ratio: 16 / 9;
        width: 100%;
    }

    div.top_movie video {
        width: 100%;
        height: 100%;
        display: block;
    }

    div.top_intro_area {
        margin: 0 auto;
        padding: 40px 0;
        width: 100%;
    }

    div.top_intro {
        margin: 0 auto;
        width: 94%;
	}

    div.top_intro_content {
        margin: 0 auto 20px;
        width: 100%;
    }

    div.top_intro_content h2 {
        margin: 0 auto 20px;
        color: var(--primary-color);
        font-size: 2.4rem;
        line-height: 3.2rem;
        font-weight: 500;
    }

    div.top_intro_content p {
        margin: 0 auto 30px;
    }

    div.top_intro_button {
        margin: 0 auto;
        width: 240px;
    }

    div.top_intro_button a {
        margin: 0;
        width: 100%;
        background: var(--primary-color);
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: 20px;
    }

    div.top_intro_image {
        margin: 0 auto;
        width: 100%;
    }

    div.top_intro_image img {
        width: 100%;
        height: auto;
    }

    div.top_banner_area {
        margin: 0 auto 40px;
        width: 80%;
    }

    div.top_banner {
        margin: 0 auto;
        width: 100%;
    }

    div.top_banner ul {
        margin: 0 auto;
        width: 100%;
    }

    div.top_banner ul li {
        margin: 0 auto 20px;
        width: 100%;
    }

    div.top_banner ul li img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    div.top_news_area {
        margin: 0 auto;
        padding: 40px 0 80px;
        background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
        width: 100%;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    div.top_news_title {
		margin: 0 auto 40px;
	}

	div.top_news_title h2 {
		margin: 0 auto;
		padding: 0 0 12px;
		color: var(--primary-color);
		font-size: 2.7rem;
		line-height: 3.6rem;
		font-weight: 700;
		letter-spacing: 0.4rem;
		text-align: center;
		position: relative;
	}

	div.top_news_title h2::after {
		content: "News";
		color: var(--primary-color);
		font-size: 1.2rem;
		line-height: 1.2rem;
		letter-spacing: 0.1em;
		font-weight: 700;
		position: absolute;
		top: 42px;
		left: 0;
		right: 0;
		z-index: 1;
	}

    div.top_news {
        margin: 0 auto;
        width: 90%;
    }

    div.top_news_box {
        margin: 0 auto 20px;
        width: 100%;
		display: flex;
		justify-content: space-between;
    }

    div.top_news_box:last-child {
        margin: 0 auto;
    }

    div.top_news_thumb {
        margin: 0;
        width: 80px;
    }

    div.top_news_thumb img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    div.top_news_content {
        margin: 0;
        width: calc(100% - 100px);
    }

    div.top_news_content time {
        color: var(--primary-color);
        font-weight: 500;
    }

    div.top_office_area {
        margin: 0 auto;
        padding: 50px 0 80px;
        width: 94%;
    }

    div.top_office_title {
		margin: 0 auto 40px;
	}

	div.top_office_title h2 {
		margin: 0 auto;
		padding: 0 0 12px;
		color: var(--primary-color);
		font-size: 2.7rem;
		line-height: 3.6rem;
		font-weight: 700;
		letter-spacing: 0.4rem;
		text-align: center;
		position: relative;
	}

	div.top_office_title h2::after {
		content: "Offices";
		color: var(--primary-color);
		font-size: 1.2rem;
		line-height: 1.2rem;
		letter-spacing: 0.1em;
		font-weight: 700;
		position: absolute;
		top: 42px;
		left: 0;
		right: 0;
		z-index: 1;
	}

    div.top_office_content {
        margin: 0 auto;
        width: 94%;
    }

    div.top_office {
        margin: 0 auto 40px;
        width: 100%;
    }

	div.top_office:last-child {
        margin: 0 auto;
    }

    div.top_office h3 {
        margin: 0 auto 20px;
        text-align: center;
    }

    div.top_office h3 span {
        padding: 2px 20px;
        color: var(--primary-color);
        font-size: 1.8rem;
        border: 1px solid var(--primary-color);
    }

    div.top_office_image {
        margin: 0 auto 20px;
        width: 100%;
    }

    div.top_office_image img {
        width: 100%;
        height: auto;
    }

    div.top_office p {
        margin: 0 auto 30px;
        font-size: 1.6rem;
        line-height: 2.7rem;
        text-align: center;
    }

    div.top_office_map {
        margin: 0 auto;
        aspect-ratio: 16 / 9;
        width: 100%;
    }

    div.top_office_map iframe {
        width: 100%;
        height: 100%;
    }

    /*フッター*/

    div.foot_area {
        margin: 0 auto;
        padding: 30px 0;
        width: 100%;
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #efefef 100%);
        border-top: 1px solid #efefef;
    }

    div.foot {
        margin: 0 auto;
        width: 94%;
    }

    div.foot_info {
        margin: 0 auto 20px;
        width: 100%;
    }

    div.foot_logo {
        margin: 0 auto 20px;
        width: 240px;
    }

    div.foot_logo h3 {
        margin: 0 auto;
    }

    div.foot_logo h3 img {
        width: 100%;
        height: auto;
    }

    div.foot_office_area {
        margin: 0 auto;
        width: 100%;
    }

    div.foot_office {
        margin: 0 auto 20px;
        width: 100%;
    }

	div.foot_office:last-child {
        margin: 0 auto;
    }

    div.foot_office dl {
        margin: 0 auto 10px;
		width: 170px;
        display: flex;
        justify-content: flex-start;
    }

    div.foot_office dl dt {
        margin: 0;
        width: 120px;
    }

    div.foot_office dl dt span {
        margin: 0;
        width: 100%;
        background: #ffffff;
        color: var(--primary-color);
        font-size: 1.3rem;
        line-height: 24px;
        text-align: center;
        border: 1px solid var(--primary-color);
        display: inline-block;
    }

    div.foot_office dl dd {
        margin: 0 0 0 20px;
        width: 30px;
        text-align: left;
    }

    div.foot_office dl dd a span {
        width: 30px;
        background: #ffffff;
        color: var(--primary-color);
        font-size: 1.8rem;
        line-height: 30px;
        text-align: center;
        border: 1px solid var(--primary-color);
        border-radius: 50%;;
        display: inline-block;
    }

    div.foot_office dl dd a:hover span {
        background: var(--primary-color);
        color: #ffffff;
    }

    div.foot_office p {
        margin: 0 auto;
        font-size: 1.2rem;
        line-height: 2.1rem;
		text-align: center;
    }

    div.foot_menu {
        margin: 0 auto;
		width: 100%;
    }

	div.foot_menu ul.menu_list {
        display: none;
    }

    div.foot_menu ul.foot_sns {
        margin: 0 auto;
		width: 40px;
    }

    div.foot_menu ul.foot_sns li {
        margin: 0 auto;
        display: inline-block;
    }

    div.foot_menu ul.foot_sns li a span {
        width: 40px;
        background: var(--primary-color);
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 40px;
        text-align: center;
        border: 1px solid var(--primary-color);
        border-radius: 50%;;
        display: inline-block;
    }

    div.foot_menu ul.foot_sns li a:hover span {
        background: #ffffff;
        color: var(--primary-color);
    }

    div.copyright {
        margin: 0 auto;
        width: 100%;
        background: var(--primary-color);
    }

    div.copyright p {
        margin: 0 auto;
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 50px;
        text-align: center;
    }

    /*下層ページ*/

    div.page_area {
        margin: 0 auto;
        padding: 80px 0;
        width: 100%;
    }

    div.page_title_news {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/news/title_bg_news.jpg);
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_services {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/services/title_bg_services.jpg);
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_drr {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/services/title_bg_drr.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_philosophy {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/company/title_bg_philosophy.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_outline {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/company/title_bg_outline_new2.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_history {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/company/title_bg_history.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_equipment {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/company/title_bg_equipment.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_recruit {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/company/title_bg_recruit.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_contact {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/contact/title_bg_contact.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title_privacy {
        margin: 0 auto 40px;
        padding: 140px 0 0;
        width: 100%;
        height: 200px;
        background: url(./images/privacy/title_bg_privacy.jpg);
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.page_title {
        margin: 0 auto;
        width: 94%;
    }

    div.page_title h2 {
        margin: 0;
        text-align: left;
    }

    div.page_title h2 span {
        margin: 0;
        padding: 0 60px;
        background: #ffffff;
        color: var(--primary-color);
        font-size: 2.4rem;
        line-height: 60px;
        font-weight: 200;
        letter-spacing: 0.1em;
        text-align: center;
        border-radius: 20px 20px 0 0;
        display: inline-block;
    }

    div.page_content {
        margin: 0 auto;
        width: 94%;
        max-width: 1080px;
    }

    div.page_content h3 {
        margin: 0 auto 30px;
        padding: 15px 30px;
        color: var(--primary-color);
        font-size: 2.1rem;
        line-height: 3.2rem;
        font-weight: 400;
        border: 1px solid var(--primary-color);
        border-radius: 20px;
    }

    div.page_content h4 {
        margin: 0 auto 20px;
        padding: 10px 20px;
        font-size: 1.8rem;
        line-height: 3.0rem;
        font-weight: 400;
        border-top: 1px dotted #333333;
        border-bottom: 1px dotted #333333;
    }

    div.page_content p {
        margin: 0 auto 30px;
    }

	div.page_content p.date {
        margin: 0 auto 5px;
        color: var(--primary-color);
        font-size: 1.9rem;
        line-height: 3.0rem;
        font-weight: 500;
    }

    .wp-block-image {
        margin: 0 auto 40px;
        width: 80%;
    }

    .wp-block-image img {
        width: 100%;
        height: auto;
    }

    div.page_button {
        margin: 0 auto;
        width: 270px;
    }

    div.page_button a {
        margin: 0;
        width: 100%;
        background: var(--primary-color);
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: 20px;
    }

    /*サービスのご案内*/

    div.service_content {
        margin: 0 auto;
        width: 100%;
    }

    div.page_content div.service_content h3 {
        margin: 0 auto 20px;
    }

    div.service_box {
        margin: 0 auto 40px;
        width: 100%;
    }

    div.service_box_image {
        margin: 0 auto 20px;
        width: 100%;
    }

    div.service_box_image img {
        width: 100%;
        height: auto;
    }

    /*理念・方針*/

    div.philosophy_content_area {
        margin: 0 auto 50px;
        width: 94%;
    }

    div.philosophy_content {
        margin: 0 auto;
        width: 100%;
    }

    div.philosophy_content_image {
        margin: 0 auto;
        width: 100%;
    }

    div.philosophy_content_image img {
        width: 100%;
        height: auto;
    }

    div.quality_intro {
        margin: 0 auto 40px;
        width: 100%;
    }

    div.quality_intro_content {
        margin: 0 auto 30px;
        width: 100%;
    }

    div.quality_intro_image {
        margin: 0 auto;
        width: 100%;
    }

    div.quality_intro_image img {
        width: 100%;
        height: auto;
    }

    div.quality_content {
        margin: 0 auto 80px;
        width: 100%;
    }

    table.quality {
		margin: 0 auto 40px;
		width: 100%;
		background: #ffffff;
	}
	
	table.quality th {
		padding: 15px;
        background: #f4f4f4;
        width: 120px;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
		text-align: center;
        vertical-align: middle;
		border: 1px solid #ddd;
	}

	table.quality td {
		padding: 15px;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
		text-align: left;
		border: 1px solid #ddd;
	}

    /*会社概要*/

    div.outline_content {
        margin: 0 auto 50px;
        width: 100%;
    }

    table.outline {
		margin: 0 auto;
		width: 100%;
		background: #ffffff;
	}
	
	table.outline th {
		padding: 15px;
        background: #f4f4f4;
        width: 160px;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
		text-align: center;
        vertical-align: middle;
		border: 1px solid #ddd;
	}

	table.outline td {
		padding: 15px;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
		text-align: left;
		border: 1px solid #ddd;
	}

    div.outline_office_area {
        margin: 0 auto 80px;
        width: 100%;
    }

    div.outline_office_title {
		margin: 0 auto 40px;
	}

	div.outline_office_title h3 {
		margin: 0 auto;
	}

    div.outline_office_content {
        margin: 0 auto;
        width: 94%;
    }

    div.outline_office {
        margin: 0 auto 40px;
        width: 100%;
    }

	div.outline_office:last-child {
        margin: 0 auto;
        width: 100%;
    }

    div.outline_office h4 {
        margin: 0 auto 20px;
        padding: 0;
        font-size: 1.8rem;
        line-height: 3.0rem;
        font-weight: 400;
        text-align: center;
        border-top: none;
        border-bottom: none;
    }

    div.outline_office h4 span {
        padding: 2px 20px;
        color: var(--primary-color);
        font-size: 1.8rem;
        border: 1px solid var(--primary-color);
    }

    div.outline_office_image {
        margin: 0 auto 20px;
        width: 100%;
    }

    div.outline_office_image img {
        width: 100%;
        height: auto;
    }

    div.outline_office p {
        margin: 0 auto 30px;
        font-size: 1.6rem;
        line-height: 2.7rem;
        text-align: center;
    }

    div.outline_office_map {
        margin: 0 auto;
        aspect-ratio: 16 / 9;
        width: 100%;
    }

    div.outline_office_map iframe {
        width: 100%;
        height: 100%;
    }

    /*沿革*/

    div.history_content {
        margin: 0 auto 80px;
        width: 100%;
    }

    table.history {
		margin: 0 auto;
		width: 100%;
		background: #ffffff;
	}
	
	table.history th {
		padding: 15px;
        background: #f4f4f4;
        width: 180px;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
		text-align: center;
        vertical-align: middle;
		border: 1px solid #ddd;
	}

	table.history td {
		padding: 15px;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
		text-align: left;
		border: 1px solid #ddd;
	}

    /*主要設備*/

    div.equipment_content {
        margin: 0 auto 50px;
        width: 94%;
        max-width: 1080px;
    }

    div.page_content div.equipment_content h3 {
        margin: 0 auto;
    }

    div.equipment_content ul {
        margin: 0 auto;
        width: 100%;
    }

    div.equipment_content ul li {
        margin: 0 auto;
        padding: 15px 20px;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 400;
        border-bottom: 1px dotted var(--primary-color);
    }

    div.equipment_content ul li i {
        color: var(--primary-color);
    }

    /*採用情報*/

    div.recruit_content {
        margin: 0 auto 80px;
        width: 100%;
    }

    table.recruit {
		margin: 0 auto;
		width: 100%;
		background: #ffffff;
	}
	
	table.recruit th {
		padding: 15px;
        background: #f4f4f4;
        width: 160px;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
		text-align: center;
        vertical-align: middle;
		border: 1px solid #ddd;
	}

	table.recruit td {
		padding: 15px;
		font-size: 1.6rem;
		line-height: 2.7rem;
		font-weight: 400;
		text-align: left;
		border: 1px solid #ddd;
	}

    /*新着情報*/

    div.news_list_area {
        margin: 0 auto 80px;
        width: 94%;
    }

    div.news_list {
        margin: 0 auto 40px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.news_list_photo {
        margin: 0;
        width: 80px;
    }

    div.news_list_photo img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    div.news_list_content {
        margin: 0;
        width: calc(100% - 100px);
    }

    div.news_list_content time {
        color: var(--primary-color);
        font-weight: 500;
    }

    /*お問い合わせ*/

    div.tel_content_area {
        margin: 0 auto 80px;
        width: 94%;
    }

    div.tel_content {
        margin: 0 auto 20px;
        width: 100%;
		text-align: center;
    }

	div.tel_content:last-child {
        margin: 0 auto;
    }

    div.page_content div.tel_content h4 {
        margin: 0 auto 15px;
        padding: 10px 0;
        font-size: 1.6rem;
        line-height: 3.0rem;
        font-weight: 400;
        border-top: 1px dotted #333333;
        border-bottom: 1px dotted #333333;
    }

    div.mail_content {
        margin: 0 auto 80px;
        width: 100%;
    }

    table.contact {
		margin: 0 auto 60px;
		width: 100%;
		background: #ffffff;
		border-top: 1px solid #ddd;
	}
	
	table.contact th {
		padding: 15px;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 2.4rem;
		text-align: center;
		background: #f4f4f4;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		display: block;
	}
	
	table.contact td {
		padding: 15px;
		font-size: 1.6rem;
		line-height: 2.4rem;
		font-weight: 400;
		text-align: left;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		display: block;
	}

	div.page_content table.contact td p {
		margin: 0 auto 15px;
		font-size: 1.4rem;
	}

	div.page_content table.contact td p:last-child {
		margin: 15px auto 0;
	}

	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="url"],
	.wpcf7 textarea {
		background-color: #fff;
		color: #333;
		width: 100%;
		border: 1px solid #ddd;
		font-size: 100%;
		padding: 0.5em;
		border-radius: 4px;
		box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	}
	
	input[type="text"].wpcf7c-conf,
	input[type="text"].readonly,
	input[type="tel"].wpcf7c-conf,
	input[type="email"].wpcf7c-conf,
	input[type="url"].wpcf7c-conf,
	textarea.wpcf7c-conf {
		background-color: #fff;
		color: #333;
		width: 95%;
		border: none;
		font-size: 100%;
		padding: 0.5em;
		border-radius: 4px;
		box-shadow: none;
	}
	
	div.submit {
		margin: 0 auto 30px;
		width: 360px;
	}
	
	.wpcf7 input[type="submit"].wpcf7-submit {
		margin: 0 auto;
		font-size: 1.8rem;
		line-height: 50px;
        text-align: center;
		width: 240px;
		background: var(--primary-color);
		color: #ffffff;
		border-radius: 4px;
		cursor: pointer;
		border: none;
        display: block;
	}
	
	/*
	.wpcf7 input[type="submit"].wpcf7-submit:hover {
		background: #a52424;
	}
	*/
	
	span.required {
		padding: 2px 5px;
		font-size: 1.15rem;
		text-align: center;
		background: #e83820;
		color: #ffffff;
		border-radius: 3px;
	}

    div.contact_recaptcha {
		margin: 0 auto;
		width: 100%;
	}

	div.page_content div.contact_recaptcha p {
		margin: 0 auto;
		font-size: 1.2rem;
		text-align: center;
	}

    /*個人情報保護方針*/

    div.privacy_contact {
        margin: 0 auto 80px;
        padding: 0 0 24px;
        width: 90%;
        border: 1px solid var(--primary-color);
    }

    div.page_content div.privacy_contact h3 {
        margin: 0 auto 15px;
        padding: 15px 0;
        width: 100%;
        background: var(--primary-color);
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 3.0rem;
        font-weight: 500;
        text-align: center;
        border: none;
        border-radius: inherit;
    }

    div.page_content div.privacy_contact p {
        margin: 0 auto;
        text-align: center;
    }

    div.privacy_name {
        margin: 0 auto 40px;
        width: 100%;
    }

    div.page_content div.privacy_name p {
        margin: 0 auto;
        text-align: center;
    }

    div.privacy_date {
        margin: 0 auto 80px;
        width: 100%;
    }

    div.page_content div.privacy_date p {
        margin: 0 auto;
        text-align: center;
    }

	/*メニュー*/

	div#upper_menu_area {
		margin: 0 auto;
		width: 100%;
		height: 100svh;
		overflow: hidden;
		background: var(--primary-color);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: calc(infinity);
		display: none;
	}

	div.upper_menu {
		margin: 0 auto;
		width: 100%;
		height: 100svh;
		position: relative;
	}

	div.upper_menu_head_area {
		margin: 0 auto;
		width: 100%;
		height: 48px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	div.upper_menu_head {
		margin: 0 auto;
		width: 100%;
		height: 65px;
		position: relative;
	}

	ul.upper_menu_close {
		margin: 0;
		width: 80px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	ul.upper_menu_close li {
		margin: 0 auto;
		width: 100%;
	}

	ul.upper_menu_close li img {
		width: 100%;
		height: auto;
	}

	div.upper_menu_content {
		margin: 0 auto;
		width: 79%;
		position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		z-index: 1;
	}

	div.upper_menu_content ul {
		margin: 0 auto;
		width: 100%;
	}

	div.upper_menu_content ul li {
		margin: 0 auto;
		border-bottom: 1px dotted #ffffff;
	}
	
	div.upper_menu_content ul li a {
		margin: 0 auto;
		padding: 10px 0;
		color: #ffffff;
		font-size: 1.8rem;
		line-height: 2.7rem;
		font-weight: 500;
		text-decoration: none;
		display: block;
	}

	div.upper_menu_content ul li ul {
		margin: 0 25px 10px;
		width: 100%;
	}

	div.upper_menu_content ul li ul li {
		margin: 0 auto;
		border-bottom: none;
	}

}