/*
Theme Name: atgroup-zaidan
Description: ATグループ財団サイト用テーマ
Version: 1.0
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


/*共通ここから------------------------------------*/

/* リセットここから-------- */

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

html, body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

img, input {
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}

li,ol{
	list-style:none;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	border-collapse:collapse;
}

hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	text-decoration: none;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* リセットここまで------*/










/* PCとSP切り替えここから------------ */

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

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

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

} 

/* PCとSP切り替えここまで----------- */











* {
    font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
}

main {
	background-color: #f7f7f4;
}

section {
	padding: 5% 0;
}

small {
	display: block;
	font-size: 14px;
}

img {
	display: block;
	width: 100%;
	object-fit: contain;
}

a {
	color: #000;
}

.wrap {
	max-width: 1350px;
	margin: auto;
	padding: 0 5%;
}

h1 {
	font-size: 40px;
	font-weight: 700;
}

h1 span {
	display: block;
	font-size: 20px;
}

#mv {
	padding: 13% 0 3%;
}

main {
    position: relative;
    z-index: 1;
}

main > .deco {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.outer {
    position: relative;
}

.deco_anim {
    position: absolute;
    top: 0;
    right: 0;
    width: 7%;
    height: 100%;
    overflow: hidden;
}

.deco_anim .slick-list {
    height: auto !important;
}


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

.deco_anim {
    display: none;
}

}





/*パンくずここから---------------------------*/

#breadcrumb {
	padding-top: 20px;
}

#breadcrumb ol {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}

#breadcrumb ol li {
	white-space: nowrap;
}

#breadcrumb ol li::after {
	content: ">";
	margin: 0 10px;
}

#breadcrumb ol li:last-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

#breadcrumb ol li:last-child:after {
	display: none;
}

/*パンくずここまで---------------------------*/




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

* {
    font-size: 14px;
}

section {
	padding: 10% 0;
}

small {
	font-size: 12px;
}

h1 {
	font-size: 30px;
}

h1 span {
	display: block;
	font-size: 16px;
}

#mv {
    padding: 35% 0 10%;
}

}















/*ヘッダーここから------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 5%;
	background-color: #eaebe9d1;
	z-index: 100;
}

header .logo {
	display: block;
	width: 240px;
}

header .nav_pc ul {
	display: flex;
}

header .nav_pc ul li a {
	font-weight: 500;
	padding: 20px;
	transition: 0.3s;
}

header .nav_pc ul li a:hover {
	color: #d1323b;
}

#hamburger,
#hamburger_button {
    display: none;
}

/*ヘッダーここまで------------------------------------*/

























/*フッターここから------------------------------------*/

footer {
	background-color: #555555;
	padding: 40px 0;
	color: #fff;
}

footer .inner {
	display: flex;
	justify-content: space-between;
}

footer .inner .logo {
	display: block;
	width: 240px;
}

footer .inner ul {
	text-align: right;
}

footer .inner ul li {
	margin-top: 10px;
}

footer .inner ul li:first-child {
	margin-top: 0;
}

footer .inner ul li a {
	color: #fff;
	transition: 0.3s;
}

footer .inner ul li a:hover {
	color: #d17a74;
}

footer .inner ul li .mail:hover {
    color: #fff;
}

footer .copyright {
	margin-top: 50px;
	text-align: center;
}




/*追従ボタンここから--------------*/

#back_top {
	position: fixed;
	bottom: 5%;
	right: 5%;
	background-color: #d17a74;
	border: solid 2px #d17a74;
	width: 50px;
	height: 50px;
	opacity: 0;
    visibility: hidden;
	transition: 0.3s;
	z-index: 99;
}

#back_top::before {
	position: absolute;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	content: "";
	transform: rotate(-45deg) translate(-17%, -50%);
	top: 50%;
	left: 50%;
	transition: 0.3s;
}

#back_top:hover {
	background-color: #fff;
}

#back_top:hover::before {
	border-top: solid 2px #d17a74;
	border-right: solid 2px #d17a74;
}



/*アニメーションここから-------------------------*/

.back_top_anim	{
	opacity: 1 !important;
	visibility: visible !important;
}

/*アニメーションここまで-------------------------*/



/*追従ボタンここまで--------------*/

/*フッターここまで------------------------------------*/





















/*お知らせ制御ここから---------------------------------*/

#news h2 {
    font-size: 32px;
    font-weight: 600;
}

#news h2 span {
    font-size: 20px;
}

#news h2::first-letter {
    color: #c15050;
}

#news .inner {
    margin-top: 20px;
}

#news .inner .tab {
    display: flex;
    padding: 0 5%;
}

#news .inner .tab li {
    width: 120px;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    background-color: #bebebe;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 10px;
}

#news .inner .tab li:nth-child(1) {
    margin-left: 0;
}

#news .inner .list {
    margin-top: 20px;
}

#news .inner .list li {
    border-bottom: solid 1px #c3c3c3;
}

#news .inner .list li:first-child {
    border-top: solid 1px #c3c3c3;
}

#news .inner .list li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 8% 15px 5%;
    transition: 0.3s;
}

#news .inner .list li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #bab9b9;
    border-right: 2px solid #bab9b9;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: 0.3s;
}

#news .inner .list li a:hover {
    color: #d17a74;
    background-color: #ececec;
}

#news .inner .list li a:hover::after {
    border-top: 2px solid #d17a74;
    border-right: 2px solid #d17a74;
}

#news .inner .list li a > span {
    padding: 3px 0;
    width: 90px;
    margin: 0 30px;
    font-weight: 500;
    text-align: center;
    flex-shrink: 0;
}

#news .inner .list .cat-category-news {
    color: #c15050;
    border: solid 2px #c15050;
}

#news .inner .list .cat-category-recruitment {
    color: #dd9e5d;
    border: solid 2px #dd9e5d;
}

#news .inner .list li a p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#news .inner .no_post {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 40px 0;
}

#news .inner .learn_more {
    text-align: right;
}

#news .inner .learn_more a {
    position: relative;
    display: inline-block;
    color: #b24d3a;
    padding: 20px 60px 20px 20px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

#news .inner .learn_more a::before {
    content: "";
    position: absolute;
    top: 34px;
    right: 12px;
    width: 25px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s;
}

#news .inner .learn_more a::after {
    content: "";
    position: absolute;
    top: 34px;
    right: 14.6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
    transition: 0.3s;
}

#news .inner .learn_more a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: linear-gradient(
        to right,
        rgb(239 201 164) 0,
        rgb(222 131 111) 100%
    );
    border-radius: 50%;
    border: solid 2px #efc7a3;
    z-index: 1;
}

#news .inner .learn_more a span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #b24d3a;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

#news .inner .learn_more a:hover::before {
    background: #b24d3a;
}

#news .inner .learn_more a:hover::after {
    border-top: 2px solid #b24d3a;
}

#news .inner .learn_more a:hover span::after {
    opacity: 1;
}

#news .news_area {
    transition: opacity 0.3s ease;
}

#news .news_area.loading {
    opacity: 0;
}






/*アニメーションここから-------------------------*/

#news .inner .tab li:nth-child(1):hover,
#news .inner .tab li:nth-child(1).active {
    background-color: #50c17f;
}

#news .inner .tab li:nth-child(2):hover,
#news .inner .tab li:nth-child(2).active {
    background-color: #c15050;
}

#news .inner .tab li:nth-child(3):hover,
#news .inner .tab li:nth-child(3).active {
    background-color: #dd9e5d;
}

/*アニメーションここまで-------------------------*/

/*お知らせ制御ここまで---------------------------------*/























/*ページネーションここから------------------------------------*/

.wp-pagenavi {
    margin-top: 100px;
    text-align: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
    display: inline-block;
    border: none;
    padding: 5px 0;
    width: 40px;
    font-size: 20px;
    margin: 3px;
}

.wp-pagenavi .page {
    background-color: #ede3db;
    border: solid 2px #ede3db;
    transition: 0.3s;
}

.wp-pagenavi .page:hover {
    background-color: #fff;
    border: solid 2px #c15050;
}

.wp-pagenavi .current {
    color: #fff;
    background-color: #c15050;
    border: solid 2px #c15050 !important;
}

.wp-pagenavi .extend {
    color: #c15050;
    width: 25px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    position: relative;
    color: transparent;
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
    content: "";
    position: absolute;
    top: 57%;
    width: 40px;
    height: 2px;
    background: #c15050;
    transform: scaleX(0.7);
    transition: 0.3s;
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
    content: "";
    position: absolute;
    top: 44%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #c15050;
    transition: 0.3s;
}

.wp-pagenavi .first::before {
    right: 0;
    transform-origin: right;
}

.wp-pagenavi .first::after {
    right: 15.4px;
    transform: rotate(-45deg);
}

.wp-pagenavi .last::before {
    left: 0;
    transform-origin: left;
}

.wp-pagenavi .last::after {
    left: 15.4px;
    transform: rotate(45deg);
}

.wp-pagenavi .first:hover::before,
.wp-pagenavi .last:hover::before {
    transform: scaleX(1);
}

.wp-pagenavi .first:hover::after {
    right: 27.4px;
}

.wp-pagenavi .last:hover::after {
    left: 27.4px;
}

/*ページネーションここまで------------------------------------*/




/*共通ここまで------------------------------------*/



































/*TOPページここから------------------------------------*/

#top {
    background-color: #fff;
}

/*mvここから---------------------------------*/

#top #mv {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}

#top #mv .slick_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top #mv .slick_wrap li {
    width: 100%;
}

#top #mv .slick_wrap li img {
    height: 100%;
    object-fit: cover;
}

#top #mv .bg {
    position: absolute;
    bottom: -1px;
    left: 0;
}

#top #mv .top_text {
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 5px #333;
    z-index: 1;
}

#top #mv .top_text p {
    font-size: 20px;
    font-weight: 500;
}

#top #mv .top_text p span {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-size: min(5vw, 48px);
    font-weight: 500;
    margin-bottom: 20px;
}

#top #mv .slick_wrap,
#top #mv .slick_wrap .slick-list,
#top #mv .slick_wrap .slick-track,
#top #mv .slick_wrap li {
    height: 100%;
}

/*mvここまで---------------------------------*/













/*linkここから---------------------------------*/

#top #link {
    background-image: url(img/bg02.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5%;
    padding-top: 15%;
}

#top #link .list {
    display: flex;
    justify-content: space-between;
}

#top #link .list li {
    width: 24%;
    overflow: hidden;
}

#top #link .list li a {
    position: relative;
    display: block;
    padding: 50px 0;
    text-align: center;
    z-index: 1;
    transition: 0.3s;
}

#top #link .list li a::before,
#top #link .list li a::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: 0.3s;
    z-index: -1;
}

#top #link .list li a::before {
    background: linear-gradient(
        rgb(239 201 164) 0,
        rgb(222 131 111) 100%);
}

#top #link .list li a::after {
    background: linear-gradient(
        rgb(215 141 135) 0,
        rgb(200 65 68) 100%);
    opacity: 0;
}

#top #link .list li a:hover {
    transform: scale(1.1);
}

#top #link .list li a:hover::after {
    opacity: 1;
}

#top #link .list li a img {
    width: 90%;
    max-width: 120px;
    margin: auto;
}

#top #link .list li a p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

#top #link .list li a p span {
    font-size: 16px;
    display: block;
}

#top #link .contact {
    background-color: #ffffff85;
    margin: 70px auto;
    padding: 30px 5% 40px;
    text-align: center;
}

#top #link .contact h2 {
    font-size: 32px;
    font-weight: 600;
}

#top #link .contact h2 span {
    display: block;
    font-size: 20px;
}

#top #link .contact h2::first-letter {
    color: #c15050;
}

#top #link .contact p {
    margin-top: 20px;
}

#top #link .contact a {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    z-index: 1;
}

#top #link .contact a::before,
#top #link .contact a::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: 0.3s;
}

#top #link .contact a::before {
    background: linear-gradient(
        rgb(215 141 135) 0,
        rgb(200 65 68) 100%);
}

#top #link .contact a::after {
    background: linear-gradient(
        rgb(239 201 164) 0,
        rgb(222 131 111) 100%);
    opacity: 0;
}

#top #link .contact a:hover::after {
    opacity: 1;
}

#top #link .contact a span {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 600;
    width: 360px;
    padding: 13px 0;
    z-index: 1;
    transition: 0.3s;
}

#top #link .contact a span::before {
    content: "";
    position: absolute;
    top: 56%;
    right: 29px;
    width: 40px;
    height: 2px;
    background: #fff;
    transform-origin: left;
    transform: scaleX(0.7);
    z-index: 1;
    transition: 0.3s;
}

#top #link .contact a span::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 43.6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 1;
    transition: 0.3s;
}

#top #link .contact a:hover span::before {
    transform: scaleX(1);
}

#top #link .contact a:hover span::after {
    right: 31.6px;
}

/*linkここまで---------------------------------*/







/*アニメーションここから-------------------------*/

#top #news .wrap {
    opacity: 0;
    transition: 1.5s;
}

#top #news .wrap.show {
    opacity: 1;
}

/*アニメーションここまで-------------------------*/


/*TOPページここまで------------------------------------*/




























/*お知らせ一覧ここから------------------------------------*/

/*mvここから---------------------------------*/

#news_archive #mv {
    background-image: url(img/mv_news.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*mvここまで---------------------------------*/









/*newsここから---------------------------------*/

#news_archive #news .inner {
    margin-top: 0;
}

/*newsここまで---------------------------------*/



/*お知らせ一覧ここまで------------------------------------*/






















/*お知らせ記事ここから------------------------------------*/

/*mvここから---------------------------------*/



/*mvここまで---------------------------------*/






#news_post_wrap #breadcrumb ol {
    border-top: solid 1px #bab9b9;
    padding-top: 3%;
}




/*post_contentここから---------------------------------*/

#news_post_wrap .category {
    padding: 3px 0;
    width: 90px;
    margin: 10px 0;
    font-weight: 500;
    text-align: center;
}

#news_post_wrap .cat-category-news {
    color: #c15050;
    border: solid 2px #c15050;
}

#news_post_wrap .cat-category-recruitment {
    color: #dd9e5d;
    border: solid 2px #dd9e5d;
}

#news_post_wrap #post_content .button {
    margin-top: 100px;
    text-align: center;
}

#news_post_wrap #post_content .button a {
    position: relative;
    color: #c15050;
    background-color: #fff;
    border: solid 2px #c15050;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 80px 10px 70px;
    border-radius: 30px;
    transition: 0.3s;
}


#news_post_wrap #post_content .button a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #c15050;
    border-right: 2px solid #c15050;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: 0.3s;
}

#news_post_wrap #post_content .button a:hover {
    color: #fff;
    background-color: #c15050;
}

#news_post_wrap #post_content .button a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 30px;
}

/*post_contentここまで---------------------------------*/

/*お知らせ記事ここまで------------------------------------*/






























/*財団についてここから------------------------------------*/

/*mvここから---------------------------------*/

#about_wrap #mv {
    background-image: url(img/mv_about.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*mvここまで---------------------------------*/















/*aboutここから---------------------------------*/

#about_wrap #about dl {
    display: flex;
    padding: 30px 5%;
    border-bottom: solid 1px #c3c3c3;
}

#about_wrap #about dl dt {
    text-align: justify;
    text-align-last: justify;
    font-weight: 600;
    width: 90px;
    margin-right: 60px;
}

#about_wrap #about .bottom_button {
    text-align: center;
    margin-top: 50px;
}

#about_wrap #about .bottom_button a {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 90px;
    color: #fff;
    background-color: #c15050;
    border-radius: 30px;
}

#about_wrap #about .bottom_button a::after {
    position: absolute;
    content: "";
    background-image: url(img/icon_pdf.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 60px;
    transform: translateY(-50%) rotate(0);
    transform-origin: center center;
    transition: 0.3s;
}

#about_wrap #about .bottom_button a:hover::after {
    transform: translateY(-50%) rotate(360deg);
}

/*aboutここまで---------------------------------*/

/*財団についてここまで------------------------------------*/































/*応募申請ここから------------------------------------*/

#application_wrap h2 {
    border-left: solid 10px #d17a74;
    padding-left: 10px;
    font-size: 32px;
    font-weight: 600;
}

/*mvここから---------------------------------*/

#application_wrap #mv {
    background-image: url(img/mv_application.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*mvここまで---------------------------------*/














/*flowここから---------------------------------*/

#application_wrap #flow .inner {
    margin-top: 50px;
}

#application_wrap #flow .inner ul li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: solid 1px #c3c3c3;
    border-radius: 20px;
    padding: 30px 5%;
    margin-top: 50px;
}

#application_wrap #flow .inner ul li:first-child {
    margin-top: 0;
}

#application_wrap #flow .inner ul li:last-child::after {
    display: none;
}

#application_wrap #flow .inner ul li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -31px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #c15050 transparent transparent transparent;
}

#application_wrap #flow .inner ul li > p {
    text-align: center;
    min-width: 100px;
    font-size: 20px;
    font-weight: 800;
    border-right: solid 1px #c3c3c3;
    line-height: 1.1;
}

#application_wrap #flow .inner ul li > p span {
    font-size: 40px;
}

#application_wrap #flow .inner ul li > .text_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}

#application_wrap #flow .inner ul li > .text_wrap > img {
    width: 90px;
    margin-right: 20px;
}

#application_wrap #flow .inner ul li > .text_wrap .text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

#application_wrap #flow .inner ul li > .text_wrap .text small {
    color: #c15050;
    font-weight: 600;
}

#application_wrap #flow .inner ul li > .text_wrap .text .button {
    margin-top: 25px;
    text-align: right;
}

#application_wrap #flow .inner ul li > .text_wrap .text .button a {
    position: relative;
    color: #fff;
    background-color: #d17a74;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 45px 10px 20px;
    transition: 0.3s;
}

#application_wrap #flow .inner ul li > .text_wrap .text .button a:hover {
    opacity: 0.7;
}

#application_wrap #flow .inner ul li > .text_wrap .text .button a::after {
    position: absolute;
    content: "";
    background-image: url(img/icon_pdf.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

/*flowここまで---------------------------------*/











/*applicationここから---------------------------------*/

#application_wrap #application .top_text {
    margin-top: 30px;
}

#application_wrap #application .top_text span {
    color: #c15050;
    font-weight: 600;
}

#application_wrap #application .table_wrap {
    margin-top: 50px;
}

#application_wrap #application .table_wrap table {
    border-collapse: collapse;
    width: 100%;
}

#application_wrap #application .table_wrap table th,
#application_wrap #application .table_wrap table td {
    border: solid 1px #c3c3c3;
    padding: 2% 1%;
    vertical-align: top;
}

#application_wrap #application .table_wrap table th {
    border-left: none;
    font-size: 18px;
    font-weight: 600;
    width: 25%;
    text-align: center;
    line-height: 2.4;
}

#application_wrap #application .table_wrap table td {
    border-right: none;
}

#application_wrap #application .table_wrap table td .td_inner {
    display: flex;
    justify-content: space-between;
}

#application_wrap #application .table_wrap table td .td_inner > p {
    line-height: 2.4;
}

#application_wrap #application .table_wrap table td .td_inner ul li {
    margin-top: 20px;
    width: 220px;
}

#application_wrap #application .table_wrap table td .td_inner ul li:first-child {
    margin-top: 0;
}

#application_wrap #application .table_wrap table td .td_inner ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    transition: 0.3s;
}

#application_wrap #application .table_wrap table td .td_inner ul li a:hover {
    opacity: 0.7;
}

#application_wrap #application .table_wrap table td .td_inner ul .button01 {
    background-color: #c15050;
    border-radius: 30px;
}

#application_wrap #application .table_wrap table td .td_inner ul .button02 {
    background-color: #d17a74;
    border-radius: 30px;
}

#application_wrap #application .table_wrap table td .td_inner ul .button03 {
    background-color: #d2d2d2;
    font-weight: 600;
    padding: 10px 20px;
    width: 220px;
    text-align: center;
}

#application_wrap #application .table_wrap table td .td_inner ul li a::after {
    position: absolute;
    content: "";
    background-image: url(img/icon_pdf.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

#application_wrap #application .bottom_text {
    margin-top: 100px;
    text-align: center;
}

#application_wrap #application .contact_button {
    margin-top: 50px;
    text-align: center;
}

#application_wrap #application .contact_button a {
    position: relative;
    color: #c15050;
    background-color: #fff;
    border: solid 2px #c15050;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 80px 10px 70px;
    border-radius: 30px;
    transition: 0.3s;
}

#application_wrap #application .contact_button a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #c15050;
    border-right: 2px solid #c15050;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: 0.3s;
}

#application_wrap #application .contact_button a:hover {
    color: #fff;
    background-color: #c15050;
}

#application_wrap #application .contact_button a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 30px;
}

/*applicationここまで---------------------------------*/






/*応募申請ここまで------------------------------------*/

































/*プライバシーポリシーここから------------------------------------*/

/*mvここから---------------------------------*/



/*mvここまで---------------------------------*/






#privacy_policy_wrap #breadcrumb ol {
    border-top: solid 1px #bab9b9;
    padding-top: 3%;
}




/*textここから---------------------------------*/

#privacy_policy_wrap #text {
    padding-bottom: 12%;
}

#privacy_policy_wrap #text .top_text {
    font-size: 18px;
}

#privacy_policy_wrap #text .dl_wrap {
    margin-top: 60px;
}

#privacy_policy_wrap #text .dl_wrap dl {
    margin-top: 30px;
}

#privacy_policy_wrap #text .dl_wrap dl:first-child {
    margin-top: 0;
}

/*textここまで---------------------------------*/

/*プライバシーポリシーここまで------------------------------------*/























/*ご挨拶ここから------------------------------------*/

/*mvここから---------------------------------*/

#message_wrap #mv {
    background-image: url(img/mv_message.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*mvここまで---------------------------------*/





/*messageここから---------------------------------*/

#message_wrap #message .text_wrap {
    position: relative;
    background-color: #fff;
    padding: 5%;
    margin-top: 50px;
    margin-left: 7%;
}

#message_wrap #message .text_wrap > p {
    font-size: 18px;
    line-height: 2;
}

#message_wrap #message .text_wrap::before {
    position: absolute;
    content: "";
    background-image: url(img/deco_message.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -50px;
    left: -7%;
    width: 70%;
    max-width: 500px;
    height: 500px;
    z-index: -1;
}

#message_wrap #message .text_wrap .name_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

#message_wrap #message .text_wrap .name_wrap .name p span {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 700;
}

#message_wrap #message .text_wrap .name_wrap .name .sp_name {
    font-size: 13px;
}

/*messageここまで---------------------------------*/

/*ご挨拶ここまで------------------------------------*/





























/*事業報告ここから------------------------------------*/

/*mvここから---------------------------------*/

#report_wrap #mv {
    background-image: url(img/mv_report.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*mvここまで---------------------------------*/








/*reportここから---------------------------------*/

#report_wrap #report .report_ul > li {
    display: flex;
    justify-content: space-between;
    padding: 2% 2% 2% 5%;
    margin-top: 30px;
    background-color: #fff;
}

#report_wrap #report .report_ul > li:first-child {
    margin-top: 0;
}

#report_wrap #report .title_wrap h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

#report_wrap #report .title_wrap time {
    display: block;
    margin-bottom: 10px;
}

#report_wrap #report .title_wrap p {
    margin: 25px 0 10px;
}

#report_wrap #report .pdf_wrap {
    margin-left: 30px;
}

#report_wrap #report .pdf_wrap li {
    margin-top: 10px;
}

#report_wrap #report .pdf_wrap li:first-child {
    margin-top: 0;
}

#report_wrap #report .pdf_wrap li a {
    position: relative;
    display: block;
    color: #fff;
    background-color: #c15050;
    border: solid 2px #c15050;
    font-weight: 600;
    padding: 10px 0 10px 35px;
    width: 250px;
    border-radius: 30px;
    transition: 0.3s;
}

#report_wrap #report .pdf_wrap li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: 0.3s;
}

#report_wrap #report .pdf_wrap li a:hover {
    color: #c15050;
    background-color: #fff;
}

#report_wrap #report .pdf_wrap li a:hover::after {
    border-top: 2px solid #c15050;
    border-right: 2px solid #c15050;
    right: 20px;
}

#report_wrap #report .report_ul .coming_soon {
    background-color: transparent !important;
    justify-content: center !important;
}

#report_wrap #report .report_ul .coming_soon h2 {
    font-size: 36px;
    font-weight: 600;
}

/*reportここまで---------------------------------*/

/*事業報告ここまで------------------------------------*/





























/*お問い合わせここから------------------------------------*/

#contact_wrap h2 {
    border-left: solid 10px #d17a74;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}

/*mvここから---------------------------------*/

#contact_wrap #mv {
    background-image: url(img/mv_contact.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*mvここまで---------------------------------*/








/*formここから---------------------------------*/

#contact_wrap #form input[type="text"],
#contact_wrap #form textarea {
    cursor: text;
}

#contact_wrap #form .top_text small span {
    color: #c15050;
}

#contact_wrap #form .form_wrap {
    margin-top: 50px;
}

#contact_wrap #form .form_wrap > p,
#contact_wrap #form .form_wrap .form_name_wrap,
#contact_wrap #form .form_wrap .privacy_check {
    margin-top: 30px;
}

#contact_wrap #form .form_wrap .label_content {
    width: 100%;
    padding: 15px;
    margin-top: 7px;
}

#contact_wrap #form .form_wrap .label_content::placeholder {
    color: #cdcdcd;
}

#contact_wrap #form .form_name_wrap {
    display: flex;
    justify-content: space-between;
}

#contact_wrap #form .form_name_wrap .block {
    width: 49%;
}

#contact_wrap #form .form_wrap .privacy_check {
    display: flex;
    justify-content: center;
}

#contact_wrap #form .form_wrap .privacy_check a {
    color: #d1323b;
    border-bottom: solid 1px #d1323b;
    font-weight: 600;
    transition: 0.3s;
}

#contact_wrap #form .form_wrap .privacy_check a:hover {
    color: #de836f;
    border-bottom: solid 1px #de836f;
}

#contact_wrap #form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    transform: scale(1.2);
    margin-right: 8px;
    cursor: pointer;
}

#contact_wrap #form .required {
    color: #c15050;
    vertical-align: super;
    font-size: 10px;
}

#contact_wrap #form .wpcf7-list-item {
    margin: 0;
}

#contact_wrap #form input[type="submit"] {
    display: block;
    font-weight: 600;
    margin: auto;
    padding: 13px 45px;
    transition: 0.3s;
}

#contact_wrap #form input[type="submit"]:disabled {
    background-color: #ccc;
    border: solid 2px #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

#contact_wrap #form input[type="submit"]:not(:disabled) {
    color: #fff;
    background-color: #d17a74;
    border: solid 2px #d17a74;
    cursor: pointer;
}

#contact_wrap #form input[type="submit"]:not(:disabled):hover {
    color: #d17a74;
    background-color: #fff;
}

#contact_wrap #form textarea {
    resize: vertical;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    color: #dc3232;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.cf7-cf-turnstile {
    text-align: center;
}

#autozip {
    display: none !important;
}

/*formここまで---------------------------------*/









/*telここから---------------------------------*/

#contact_wrap #tel {
    padding-top: 0;
}

#contact_wrap #tel .tel_outer {
    padding-top: 5%;
    border-top: solid 1px #c3c3c3;
}

#contact_wrap #tel .inner {
    background-color: #fff;
    padding: 5%;
    text-align: center;
}

#contact_wrap #tel .inner .tel_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact_wrap #tel .inner .tel_wrap img {
    width: 40px;
    margin-right: 12px;
}

#contact_wrap #tel .inner .tel_wrap p {
    font-size: 40px;
    font-weight: 600;
}

#contact_wrap #tel .inner .text_wrap {
    margin-top: 10px;
}

#contact_wrap #tel .inner .text_wrap p span {
    font-size: 20px;
    font-weight: 600;
}

#contact_wrap #tel .inner .sp_tel_wrap {
    display: none;
}

/*telここまで---------------------------------*/

/*お問い合わせここまで------------------------------------*/































/*お問い合わせ内容確認ここから------------------------------------*/

/*mvここから---------------------------------*/



/*mvここまで---------------------------------*/






#confirm_wrap #breadcrumb ol {
    border-top: solid 1px #bab9b9;
    padding-top: 3%;
}




/*confirmここから---------------------------------*/

#confirm_wrap #confirm .dl_wrap {
    background-color: #fff;
    padding: 5%;
    border-radius: 15px;
}

#confirm_wrap #confirm dl,
#confirm_wrap #confirm .button_wrap {
    margin-top: 50px;
}

#confirm_wrap #confirm dl:first-child {
    margin-top: 0;
}

#confirm_wrap #confirm dl dt > p {
    font-weight: 600;
}

#confirm_wrap #confirm .button_wrap > p {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#confirm_wrap #confirm .button_wrap > p > span {
    display: none;
}

#confirm_wrap #confirm .button_wrap input {
    width: 200px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #d17a74;
    background-color: #fff;
    border: solid 2px #d17a74;
    transition: 0.3s;
    cursor: pointer;
}

#confirm_wrap #confirm .button_wrap input:hover {
    color: #fff;
    background-color: #d17a74;
}

#confirm_wrap #confirm .pre > p {
    white-space: pre-wrap;
}

/*confirmここまで---------------------------------*/

/*お問い合わせ内容確認ここまで------------------------------------*/






























/*送信完了ここから------------------------------------*/

/*mvここから---------------------------------*/



/*mvここまで---------------------------------*/










/*thanksここから---------------------------------*/

#thanks_wrap {
    text-align: center;
}

#thanks_wrap #thanks {
    padding-top: 0;
}

#thanks_wrap #thanks .button {
    margin-top: 80px;
}

#thanks_wrap #thanks .button a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #d17a74;
    border: solid 2px #d17a74;
    padding: 10px 40px;
    transition: 0.3s;
}

#thanks_wrap #thanks .button a:hover {
    color: #d17a74;
    background-color: #fff;
}

/*thanksここまで---------------------------------*/

/*送信完了ここまで------------------------------------*/

























/*404ページここから------------------------------------*/

/*mvここから---------------------------------*/

#error_wrap #mv {
    padding-bottom: 0;
}

/*mvここまで---------------------------------*/










/*404ここから---------------------------------*/

#error_wrap {
    text-align: center;
}

#error_wrap h1 {
    font-size: 130px;
    color: #c15050;
}

#error_wrap #error {
    padding-top: 0;
}

#error_wrap #error small {
    margin-top: 20px;
}

#error_wrap #error .button {
    margin-top: 80px;
}

#error_wrap #error .button a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #d17a74;
    border: solid 2px #d17a74;
    padding: 10px 40px;
    transition: 0.3s;
}

#error_wrap #error .button a:hover {
    color: #d17a74;
    background-color: #fff;
}

/*404ここまで---------------------------------*/

/*404ページここまで------------------------------------*/














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

/*ヘッダーここから------------------------------------*/

header {
    padding: 12px 5%;
}

header .logo {
    width: 150px;
}

header .nav_pc {
	display: none;
}



/*ハンバーガーメニューここから------------------------------------*/

#hamburger,
#hamburger_button {
    display: block;
}

#hamburger {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding-bottom: 50px;
    overflow: auto;
    background-color: #f7eeeb;
    transition: 0.7s;
    z-index: 999;
}

#hamburger .logo_wrap {
    padding: 12px 5%;
    background-color: #fff;
    margin-bottom: 40px;
}

#hamburger .nav_sp li {
    margin-top: 15px;
}

#hamburger .nav_sp li:first-child {
    margin-top: 0;
}

#hamburger .nav_sp li a {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 20px 5%;
    font-size: 16px;
    font-weight: 600;
}

#hamburger .nav_sp li a::before {
    content: "";
    position: absolute;
    top: 34px;
    right: 22px;
    width: 25px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s;
}

#hamburger .nav_sp li a::after {
    content: "";
    position: absolute;
    top: 34px;
    right: 24.6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
    transition: 0.3s;
}

#hamburger .nav_sp li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: linear-gradient(
        to right,
        rgb(239 201 164) 0,
        rgb(222 131 111) 100%
    );
    border-radius: 50%;
    border: solid 2px #efc7a3;
    z-index: 1;
}

#hamburger .nav_sp li a span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #b24d3a;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

#hamburger .nav_sp li a:hover::before {
    background: #b24d3a;
}

#hamburger .nav_sp li a:hover::after {
    border-top: 2px solid #b24d3a;
}

#hamburger .nav_sp li a:hover span::after {
    opacity: 1;
}

#hamburger_button {
    position: fixed;
    top: 0;
    right: 0;
    width: 61.13px;
    height: 61.13px;
    background-color: #c15050;
    transition: 0.3s;
    z-index: 1000;
}

#hamburger_button > span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: 0.7s;
    font-size: 0;
}

#hamburger_line01 {
    top: 35%;
}

#hamburger_line02 {
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

#hamburger_line03 {
    bottom: 35%;
}








/*js用*/

.hamburger_anim {
    right: 0 !important;
}

.line01_anim {
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.line02_anim {
    opacity: 0 !important;
}

.line03_anim {
    bottom: 50% !important;
    transform: translate(-50%, 50%) rotate(45deg) !important;
}

.no_scroll {
    overflow: hidden;
}

/*ハンバーガーメニューここまで------------------------------------*/



/*ヘッダーここまで------------------------------------*/

}
















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

/*フッターここから------------------------------------*/

footer .inner {
    flex-direction: column;
    align-items: center;
}

footer .inner .logo {
    width: 200px;
}

footer .inner ul {
    margin-top: 25px;
    text-align: left;
}

/*フッターここまで------------------------------------*/



























/*お知らせ制御ここから---------------------------------*/

#news h2 {
    font-size: 26px;
}

#news h2 span {
    font-size: 14px;
}

#news .inner .tab {
    padding: 0;
    gap: 10px;
}

#news .inner .tab li {
    width : calc(100% / 3);
    max-width: 130px;
    margin-left: 0;
    font-size: 16px;
}

#news .inner .list li a {
    display: block;
    padding: 15px 10% 15px 5%;
}

#news .inner .list li a > span {
    padding: 2px 0;
    width: 70px;
    margin: 0 7px;
    display: inline-block;
    font-size: 12px;
}

#news .inner .list li a p {
    margin-top: 10px;
}

#news .inner .list li a::after {
    right: 8px;
}

#news .inner .no_post {
    font-size: 16px;
    padding: 25px 0;
}

/*お知らせ制御ここまで---------------------------------*/

























/*ページネーションここから------------------------------------*/

.wp-pagenavi {
    margin-top: 50px;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend, .wp-pagenavi .first,
.wp-pagenavi .last {
    width: 35px;
    font-size: 16px;
}

/*ページネーションここまで------------------------------------*/

















/*TOPページここから------------------------------------*/


/*mvここから---------------------------------*/

#top #mv {
    height: 420px;
    align-items: flex-end;
}

#top #mv .top_text {
    width: 90%;
    text-align: left;
    margin-bottom: 80px;
}

#top #mv .top_text p {
    font-size: 18px;
}

#top #mv .top_text p span {
    font-size: 36px;
    line-height: 1.3;
}

#top #mv .position01 {
    object-position: 75% 50%;
}

#top #mv .position02 {
    object-position: 30% 50%;
}

/*mvここまで---------------------------------*/













/*linkここから---------------------------------*/

#top #link {
    background-image: url(img/bg02_sp.png);
    margin-top: 12%;
    padding-top: 25%;
}

#top #link .list {
    flex-wrap: wrap;
}

#top #link .list li {
    width: 49%;
    margin-top: 8px;
}

#top #link .list li a {
    padding: 20px 0;
}

#top #link .list li a img {
    max-width: 60px;
}

#top #link .list li a p {
    font-size: 16px;
    margin-top: 5px;
}

#top #link .list li a p span {
    font-size: 12px;
}

#top #link .contact {
    margin: 50px auto;
}

#top #link .contact h2 {
    font-size: 26px;
}

#top #link .contact h2 span {
    font-size: 14px;
}

#top #link .contact a {
    font-size: 16px;
}

#top #link .contact a span {
    width: 290px;
    padding: 18px 0;
}

#top #link .contact a span::before {
    right: 0;
}

#top #link .contact a span::after {
    top: 47%;
    right: 14.6px;
}

/*linkここまで---------------------------------*/



/*TOPページここまで------------------------------------*/





























/*お知らせ一覧ここから------------------------------------*/

/*mvここから---------------------------------*/

#news_archive #mv {
    background-image: url(img/mv_news_sp.png);
}

/*mvここまで---------------------------------*/


/*お知らせ一覧ここまで------------------------------------*/



























/*お知らせ記事ここから------------------------------------*/

/*mvここから---------------------------------*/

#news_post_wrap #mv h1 {
    font-size: 22px;
}

/*mvここまで---------------------------------*/











/*post_contentここから---------------------------------*/

#news_post_wrap #post_content .button {
    margin-top: 70px;
}

#news_post_wrap #post_content .button a {
    font-size: 16px;
    padding: 10px 50px 10px 40px;
}

#news_post_wrap #post_content .button a::after {
    right: 30px;
}

/*post_contentここまで---------------------------------*/

/*お知らせ記事ここまで------------------------------------*/


























/*財団についてここから------------------------------------*/

/*mvここから---------------------------------*/

#about_wrap #mv {
    background-image: url(img/mv_about_sp.png);
}

/*mvここまで---------------------------------*/















/*aboutここから---------------------------------*/

#about_wrap #about dl {
    display: block;
}

#about_wrap #about dl dt {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 16px;
    text-align-last: auto;
}

#about_wrap #about .bottom_button a {
    font-size: 16px;
    padding: 7px 60px;
}


#about_wrap #about .bottom_button a::after {
    width: 17px;
    height: 17px;
    right: 35px;
}

/*aboutここまで---------------------------------*/

/*財団についてここまで------------------------------------*/
































/*応募申請ここかから------------------------------------*/


#application_wrap h2 {
    font-size: 23px;
}



/*mvここから---------------------------------*/

#application_wrap #mv {
    background-image: url(img/mv_application_sp.png);
}

/*mvここまで---------------------------------*/













/*flowここから---------------------------------*/

#application_wrap #flow .inner {
    margin-top: 30px;
}

#application_wrap #flow .inner ul li {
    display: block;
}

#application_wrap #flow .inner ul li > p {
    min-width: auto;
    font-size: 14px;
    border-right: none;
    position: absolute;
    top: 20px;
    left: 20px;
}

#application_wrap #flow .inner ul li > p span {
    position: relative;
    font-size: 30px;
}
#application_wrap #flow .inner ul li > p span::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -40px;
    width: 60px;
    height: 2px;
    transform: rotate(-45deg);
    background-color: #c3c3c3;
}

#application_wrap #flow .inner ul li > .text_wrap {
    flex-direction: column;
    margin-left: 0;
}

#application_wrap #flow .inner ul li > .text_wrap > img {
    margin-right: 0;
}

#application_wrap #flow .inner ul li > .text_wrap .text h3 {
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
}

#application_wrap #flow .inner ul li > .text_wrap .text small {
    margin-top: 10px;
}

#application_wrap #flow .inner ul li > .text_wrap .text .button {
    text-align: center;
}

/*flowここまで---------------------------------*/












/*applicationここから---------------------------------*/

#application_wrap #application {
    padding-bottom: 15%;
}

#application_wrap #application .table_wrap table th,
#application_wrap #application .table_wrap table td {
    border: none;
}

#application_wrap #application .table_wrap table th {
    font-size: 16px;
    text-align: left;
    border-top: solid 1px #c3c3c3;
    padding: 20px 0 0;
}

#application_wrap #application .table_wrap table td {
    border-bottom: solid 1px #c3c3c3;
    padding: 10px 0 20px;
}

#application_wrap #application .table_wrap table th,
#application_wrap #application .table_wrap table td .td_inner > p {
    line-height: 1.5;
}

#application_wrap #application .table_wrap table td .td_inner {
    display: block;
}

#application_wrap #application .table_wrap table td .td_inner ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#application_wrap #application .table_wrap table td .td_inner ul li {
    width: 49%;
    margin-top: 0;
}

#application_wrap #application .table_wrap table td .td_inner ul li a {
    font-size: 12px;
}

#application_wrap #application .table_wrap table td .td_inner ul li a::after {
    width: 14px;
    height: 14px;
    right: 10px;
}

#application_wrap #application .table_wrap table td .td_inner ul .button01 {
    text-align: center;
}

#application_wrap #application .table_wrap table td .td_inner ul .button02 {
    text-align: center;
    padding-right: 10px;
}

#application_wrap #application .table_wrap table td .td_inner ul .button02 a::after {
    right: 0;
}

#application_wrap #application .table_wrap table td .td_inner ul .button03 {
    width: 49%;
    font-size: 12px;
}

#application_wrap #application .bottom_text {
    margin-top: 50px;
    text-align: left;
}

#application_wrap #application .contact_button a {
    font-size: 16px;
    padding: 16px 55px 16px 45px;
}

#application_wrap #application .contact_button a::after {
    right: 30px;
}

/*applicationここまで---------------------------------*/



/*応募申請ここまで------------------------------------*/






























/*プライバシーポリシーここから------------------------------------*/

/*textここから---------------------------------*/

#privacy_policy_wrap #text .top_text {
    font-size: 16px;
}

#privacy_policy_wrap #text .dl_wrap {
    margin-top: 40px;
}

/*textここまで---------------------------------*/

/*プライバシーポリシーここまで------------------------------------*/
































/*ご挨拶ここから------------------------------------*/

/*mvここから---------------------------------*/

#message_wrap #mv {
    background-image: url(img/mv_message_sp.png);
}

/*mvここまで---------------------------------*/





/*messageここから---------------------------------*/

#message_wrap #message .text_wrap {
    padding: 30px 5%;
    margin-top: 30px;
    margin-left: 5%;
}

#message_wrap #message .text_wrap::before {
    top: -15px;
    left: -5%;
}

#message_wrap #message .text_wrap > p {
    font-size: 16px;
    line-height: 1.7;
}

#message_wrap #message .text_wrap .name_wrap {
    margin-top: 30px;
}

#message_wrap #message .text_wrap .name_wrap .name {
    text-align: right;
}

#message_wrap #message .text_wrap .name_wrap .name p span {
    font-size: 20px;
    margin-right: -8px;
}

#message_wrap #message .text_wrap .name_wrap .name .sp_name {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.2;
    margin-top: 12px;
    margin-right: 8px;
    font-size: 10px;
}

/*messageここまで---------------------------------*/

/*ご挨拶ここまで------------------------------------*/

































/*事業報告ここから------------------------------------*/

/*mvここから---------------------------------*/

#report_wrap #mv {
    background-image: url(img/mv_report_sp.png);
}

/*mvここまで---------------------------------*/








/*reportここから---------------------------------*/

#report_wrap #report .report_ul > li {
    display: block;
    padding: 5%;
}

#report_wrap #report .title_wrap h2 {
    font-size: 18px;
    margin-top: 0;
}

#report_wrap #report .title_wrap p {
    margin: 20px 0 0px;
}

#report_wrap #report .pdf_wrap {
    margin-left: 0;
    margin-top: 30px;
}

#report_wrap #report .pdf_wrap li a {
    width: 200px;
    margin: auto;
}

#report_wrap #report .report_ul .coming_soon h2 {
    font-size: 24px;
    text-align: center;
}

/*reportここまで---------------------------------*/

/*事業報告ここまで------------------------------------*/


































/*お問い合わせここから------------------------------------*/

#contact_wrap h2 {
    font-size: 23px;
}

/*mvここから---------------------------------*/

#contact_wrap #mv {
    background-image: url(img/mv_contact_sp.png);
}

/*mvここまで---------------------------------*/








/*formここから---------------------------------*/

#contact_wrap #form .form_wrap .label_content {
    padding: 8px;
}

#contact_wrap #form .form_wrap > p,
#contact_wrap #form .form_wrap .form_name_wrap,
#contact_wrap #form .form_wrap .privacy_check {
    margin-top: 20px;
}

#contact_wrap #form .form_wrap .privacy_check .text_wrap p {
    font-size: 12px;
}

/*formここまで---------------------------------*/









/*telここから---------------------------------*/

#contact_wrap #tel .tel_outer {
    padding-top: 10%;
}

#contact_wrap #tel .inner {
    background-color: transparent;
    padding: 0;
    text-align: left;
}

#contact_wrap #tel .inner .tel_wrap {
    display: none;
}

#contact_wrap #tel .inner .text_wrap .sp_none {
    display: none;
}

#contact_wrap #tel .inner .text_wrap p span {
    font-size: 18px;
}

#contact_wrap #tel .inner .sp_tel_wrap {
    display: block;
}

#contact_wrap #tel .inner .sp_tel_wrap a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #c15050;
    border-radius: 30px;
    width: 260px;
    padding: 5px 0;
    margin: auto;
    margin-top: 20px;
}

#contact_wrap #tel .inner .sp_tel_wrap a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: 0.3s;
}

#contact_wrap #tel .inner .sp_tel_wrap a img {
    width: 35px;
}

#contact_wrap #tel .inner .sp_tel_wrap a .tel_inner {
    text-align: center;
    color: #fff;
    margin-right: 25px;
}

#contact_wrap #tel .inner .sp_tel_wrap a .tel_inner .tel {
    font-size: 20px;
    font-weight: 700;
}

/*telここまで---------------------------------*/

/*お問い合わせここまで------------------------------------*/




































/*お問い合わせ内容確認ここから------------------------------------*/

/*confirmここから---------------------------------*/

#confirm_wrap #confirm .dl_wrap {
    padding: 30px 5%;
}

#confirm_wrap #confirm dl,
#confirm_wrap #confirm .button_wrap {
    margin-top: 35px;
}

#confirm_wrap #confirm .button_wrap input {
    width : calc(100% / 2);
    max-width: 180px;
    padding: 8px 0;
    font-size: 16px;
}

/*confirmここまで---------------------------------*/

/*お問い合わせ内容確認ここまで------------------------------------*/



































/*送信完了ここから------------------------------------*/

/*mvここから---------------------------------*/



/*mvここまで---------------------------------*/










/*thanksここから---------------------------------*/

#thanks_wrap #thanks p {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 13px;
}

#thanks_wrap #thanks .button {
    margin-top: 50px;
}

#thanks_wrap #thanks .button a {
    font-size: 16px;
    padding: 8px 30px;
}

/*thanksここまで---------------------------------*/

/*送信完了ここまで------------------------------------*/
































/*404ページここから------------------------------------*/

/*mvここから---------------------------------*/

#error_wrap #mv {
    padding-bottom: 0;
}

#error_wrap h1 {
    font-size: 80px;
}

/*mvここまで---------------------------------*/










/*404ここから---------------------------------*/

#error_wrap #error p {
    text-align: left;
}

#error_wrap #error .button {
    margin-top: 50px;
}

#error_wrap #error .button a {
    font-size: 16px;
    padding: 8px 30px;
}

/*404ここまで---------------------------------*/

/*404ページここまで------------------------------------*/
























/*SPホバー制御ここから----------------*/

footer .inner ul li a:hover {
	color: #fff;
}

#back_top:hover {
	background-color: #d17a74;
}

#back_top:hover::before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

#news .inner .list li a:hover {
    color: #000;
    background-color: transparent;
}

#news .inner .list li a:hover::after {
    border-top: 2px solid #bab9b9;
    border-right: 2px solid #bab9b9;
}

#news .inner .learn_more a:hover::before {
    background: #fff;
}

#news .inner .learn_more a:hover::after {
    border-top: 2px solid #fff;
}

#news .inner .learn_more a:hover span::after {
    opacity: 0;
}

.wp-pagenavi .page:hover {
    background-color: #ede3db;
    border: solid 2px #ede3db;
}

.wp-pagenavi .first:hover::before,
.wp-pagenavi .last:hover::before {
    transform: scaleX(0.7);
}

.wp-pagenavi .first:hover::after {
    right: 15.4px;
}

.wp-pagenavi .last:hover::after {
    left: 15.4px;
}

#top #link .list li a:hover {
    transform: scale(1);
}

#top #link .list li a:hover::after {
    opacity: 0;
}

#top #link .contact a:hover::after {
    opacity: 0;
}

#top #link .contact a:hover span::before {
    transform: scaleX(0.7);
}

#top #link .contact a:hover span::after {
    right: 14.6px;
}

#news_post_wrap #post_content .button a:hover {
    color: #c15050;
    background-color: #fff;
}

#news_post_wrap #post_content .button a:hover::after {
    border-top: 2px solid #c15050;
    border-right: 2px solid #c15050;
    right: 30px;
}

#about_wrap #about .bottom_button a:hover::after {
    transform: translateY(-50%) rotate(0);
}

#application_wrap #flow .inner ul li > .text_wrap .text .button a:hover {
    opacity: 1;
}

#application_wrap #application .table_wrap table td .td_inner ul li a:hover {
    opacity: 1;
}

#application_wrap #application .contact_button a:hover {
    color: #c15050;
    background-color: #fff;
}

#application_wrap #application .contact_button a:hover::after {
    border-top: 2px solid #c15050;
    border-right: 2px solid #c15050;
    right: 30px;
}

#report_wrap #report .pdf_wrap li a:hover {
    color: #fff;
    background-color: #c15050;
}

#report_wrap #report .pdf_wrap li a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 27px;
}

#contact_wrap #form .form_wrap .privacy_check a:hover {
    color: #d1323b;
    border-bottom: solid 1px #d1323b;
}

#contact_wrap #form input[type="submit"]:not(:disabled):hover {
    color: #fff;
    background-color: #d17a74;
}

#confirm_wrap #confirm .button_wrap input:hover {
    color: #d17a74;
    background-color: #fff;
}

#thanks_wrap #thanks .button a:hover {
    color: #fff;
    background-color: #d17a74;
}

#error_wrap #error .button a:hover {
    color: #fff;
    background-color: #d17a74;
}

#hamburger .nav_sp li a:hover::before {
    background: #fff;
}

#hamburger .nav_sp li a:hover::after {
    border-top: 2px solid #fff;
}

#hamburger .nav_sp li a:hover span::after {
    opacity: 0;
}

/*SPホバー制御ここまで----------------*/


}