@charset "utf-8";
/*
Theme Name: 
Description: 
Author: エイジェック広報部
License: Copyright AGEKKE GROUP All Rights Reserved.
*/
/* ======================================================
/*               ◆ デフォルト ◆
/* ====================================================== 
/* リセットCSS */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td, dt, dd,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	letter-spacing: 0.5px;
	margin: 0;
	outline: 0;
	padding: 0;
}
/* font*/
p,h1,h2,ul,ol,body{margin: 0px;padding:0px;color:#515151}
p{font-size:16px;line-height:1.6em}
a {outline: none;font-size:15px;text-decoration:none;transition-property: all;transition: 0.2s linear;color:black}
/*a:hover{text-decoration:none;color:#fff}*/
ul{list-style-type:none}
body{
	font-family: ヒラギノ角ゴシック, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width:100%;
    }



/*アンカーリンク調節*/
.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}




/*-------------固定ページタイトル-------------*/
.mv {
    position: relative;
    margin: 0px;
    overflow: hidden;
    /* display: block; */
    /* height: 300px; */
    background-color: #000;
    background-image: url(../mytheme/img/haikei-sponsor.jpg);
    background-size: cover;
    padding: 10% 0;
}

@media screen and (max-width: 1024px) {
.mv {
    padding: 15% 0;
}
}

.cc {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
@media screen and (max-width: 768px) {
.cc {
    top: 70%;
    }
}
@media screen and (max-width: 750px) {
.cc {
    top: 60%;
    }
}


@media screen and (max-width: 640px) {
.mv{
    padding: 30% 0;	
}
}



h1.main-title {
    font-size: 5rem;
    color: #ffffff73;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
	text-align: center;
	line-height: 30px;
}
@media screen and (max-width: 750px) {
h1.main-title {
    font-size: 2rem;
}
}


h1.main-title span{
    font-size: 5rem;
    display: block;
    font-size: 20px;
    color: #fff;
}





/*-------------パンくず-------------*/
.pan {
    background-color: #000;
    padding: 15px 0;
}
.pan ul li:first-child {
    padding: 0 10px 0 0;
}
.pan ul li:last-child {
    padding: 0 0 0 15px;
}
@media screen and (max-width: 750px){
.pan ul li:last-child {
    font-size: 12px;
}
}
.pan ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
	/*text-shadow: 2px 4px 1px rgba(0,0,0,0.3);*/
    font-weight: bold;
}
.pan ul li a {
    color: #fff;
    position: relative;
	font-size: 15px;
    padding-right: 10px;
}
.pan ul li a:hover {
    color: #eb5e02;
}
@media screen and (max-width: 750px){
.pan ul li a {
    font-size: 12px;
    padding-right: 0px;
}
}
.pan ul li a::after {
    font-family: FontAwesome;
    content: '\f101';
    color: #fff;
    position: absolute;
    top: 3px;
    right: -15px;
}


/* ======================== 固定ページの見出し ======================== */
h2.kotei-title{
	text-align: left;
    font-size: 25px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: solid 3px #b8c0d5;
    position: relative;
    color: #1f2d53;
	margin-bottom:3%;
}
@media screen and (max-width: 750px){
h2.kotei-title{
    font-size: 20px;
    padding-bottom: 5px;
}
}
h2.kotei-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #1f2d53;
    width: 15%;
    bottom: -3px;
}



/* ======================== お知らせ個別投稿 ======================== */
.news_single{
	background-image: url(img/haikei-works.png);
    background-attachment: fixed;
    background-size: cover;
    padding: 5% 0%;
}
.news_single .news_area{
	background-color:#fff;
	padding:5%;
}
.news_single .news_area .date_time{
	font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    background-color: #eb5e02;
    display: inline-block;
    padding: 2px 15px;
}
.news_single .news_area .kotei_title{
	margin: 2% 0%;
	text-align: left;
    font-size: 25px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: solid 3px #ffe6dd;
    position: relative;
    color: #000;
    margin-bottom: 3%;
}
@media screen and (max-width: 750px){
.news_single .news_area .kotei_title{
    font-size: 18px;
	margin-top: 5%
}
}

.news_single .news_area .kotei_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ff4500;
    width: 15%;
    bottom: -3px;
}
@media screen and (max-width: 750px){
.news_single .news_area .kotei_title:after {
    width: 100%;
}
}
.news_single .news_area .news_text p{
    line-height: 40px;
}
.news_single .news_area .p_wrap{
	overflow:hidden;
	margin-top: 10%;
}

/*前の記事*/
.news_single .news_area .post-link-prev{
	background-color: #eb5e02;
    width: 30%;
    text-align: center;
	float: left;
}
@media screen and (max-width: 750px){
.news_single .news_area .post-link-prev{
    width: 100%;
}
}


.news_single .news_area .post-link-prev:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.news_single .news_area .post-link-prev a{
	color: #fff;
    display: block;
    padding: 10px;
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: YakuHanJP,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}
/*次の記事*/
.news_single .news_area .post-link-next{
	background-color: #1f2d53;
    width: 30%;
    text-align: center;
	float: left;
}
.news_single .news_area .post-link-next:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.news_single .news_area .post-link-next a{
	color: #fff;
    display: block;
    padding: 10px;
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: YakuHanJP,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}
.news_single .news_area .all_link{
	background: #000;
    width: 30%;
    margin-top: 3%;
    text-align: center;
}
@media screen and (max-width: 750px){
.news_single .news_area .all_link{
    width: 100%;
}
}
.news_single .news_area .all_link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.news_single .news_area .all_link a{
	color: #fff;
    display: block;
    padding: 10px;
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: YakuHanJP,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}
.news_single a{
	color: #0693e3;
    font-size: 18px;
}


/* ======================================================
/*               ◆ お知らせ一覧 ◆
/* ====================================================== 
/*お知らせ一覧*/
.news-ichiran{
	
}
.news-ichiran ul.news_list li{
    border-bottom: solid 1px #eb5e02;
    padding-bottom: 3%;
    margin-bottom: 3%;	
}
.news-ichiran ul li .date{
	font-size:13px;
}
.news-ichiran ul li h2 a{
    font-size: 20px;
    margin: 2% 0;
    display: block;
}
.news-ichiran ul li h2 a:hover{
	color:#eb5e02;
}
.news-ichiran ul li h2 a.no-link{
    pointer-events: none;	
}
.news-ichiran ul li .news_text a{
	color:#eb5e02;
	font-weight:bold;
}

@media screen and (max-width: 640px){
.news-ichiran{
    margin: 10% 0;		
}
.news-ichiran ul li h2 a {
    font-size: 17px;
}
}

/*ページネーション*/
.pagenation{
	
}
.pagenation ul{
	text-align:center;
}
.pagenation li{
	display: inline-block;
	background-color: #000;
    color: #fff;
    width: 40px;
}
.pagenation li.active{
	background-color: #eb5e02;
}


.pagenation li a{
    color: #fff;
	display: block;
}
/* ======================================================
/*               ◆ お問い合わせ ◆
/* ====================================================== 
/*お問い合わせ*/
.contact-inner .content{
	
}
.contact-inner .form .formInner {
    background-color: #fff;
    margin-bottom: 3rem;
}
.contact-inner .form .c-form__item {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #E8E8E8;
}
.contact-inner .form .c-form__type {
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 33rem;
    padding: 2% 3%;
    font-size: 18px;
}
.contact-inner .form .c-form__must {
       display: inline-block;
    margin-left: 1.8rem;
    padding: 2px 4px;
    border-radius: 6px;
    background: #CA2266;
    color: #ffffff;
    font-size: 13px;
}
.contact-inner .form .c-form__column {
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 2% 3%;
	box-sizing: border-box;
    font-size: 18px;
	    min-height: 120px;
}
.contact-inner .form .c-form .mwform-radio-field {
    font-size: 17px;
}
.contact-inner .form .c-form .c-form__policycheck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
    font-size: 1.6rem;
}
.contact-inner .form .c-form .c-form__policycheck-column {
    position: relative;
}
.contact-inner .form .c-form__column-flex {
    display: -webkit-box;
    display: flex;
    align-items: center;
}
.contact-inner .form .c-form__input {
    width: 100%;
    height: 4.5rem;
    padding: 10px 13px;
    border: none;
    background: #EEEEEE;
    font-size: 16px;
    padding: 0 15px;
}
.contact-inner .form .c-form__textarea {
    height: 13rem;
    background: #EEEEEE;
}
.contact-inner .form .c-form__btn {
    width: 55%;
    max-width: 68.7rem;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
    border-radius: 28px;
}
.contact-inner .form .c-form__btn-submit:hover {
    background: #ffffff;
    color: #eb5e02;
    transform: translateY(2px);
    box-shadow: none;
}
.contact-inner .form .c-form__btn-submit {
    -webkit-transition: all 0.3s;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    border: 2px solid #eb5e02;
    border-radius: 28px;
    background: #eb5e02;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 0px 2px 0 #fff;
    cursor: pointer;
}
.contact-inner .form .c-form__policy-txt {
    font-size: 15px;
    line-height: 2.1428571429;
    letter-spacing: 0.1em;
    text-align: center;
}
.contact-inner .form .c-form__policy-txt a{
	color:#fff;
    font-size: 15px;
}
.contact-inner .form .c-form__policycheck-link{
	font-size:15px;
	color: #000;
}
.contact-inner .form .mwform-checkbox-field-text{
	display:none;
}
.contact-inner .form .c-form__column .error {
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-inner .form .mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
}
.contact-inner .p_top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 10;
}
.contact-inner .p_top a {
    background-color: #007A9A;
	color: #fff;
    display: block;
    padding: 5px 14px;
	font-size: 2.5em;
}
.contact-inner .owari p{
	font-size:18px;
	line-height:30px;
}
.contact-inner .form .c-form__column select{
    height: 50px;
    width: 100%;	
}

@media screen and (max-width: 640px){
.contact-inner .form .c-form__input {
    width: 90%;
    height: 3rem;
}
.contact-inner .form .c-form__type {
    font-size: 15px;
}
.contact-inner .form .c-form__policy-txt {
    font-size: 11px;
    margin: 0 5%;
    line-height: 20px;
}
.contact-inner .form .c-form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
.contact-inner .form .c-form__type {
        /* padding-left: 0; */
        padding: 1rem 1.5rem 1rem;
    }
.contact-inner .form .c-form__column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: 2rem;
        display:block;
    }
.contact-inner .owari p{
    font-size: 14px;
    margin-bottom: 10%;
}
.contact-inner .form .c-form__btn {
    width: 90%;
    margin-bottom: 15%;
}
.contact-inner .form .c-form__policy-txt a{
    font-size: 11px;
}
.contact-inner .form .c-form__btn-submit {
	font-size:16px;
}
.contact-inner .form .c-form .mwform-radio-field {
    font-size: 15px;
}
.contact-inner .form .formInner {
    margin-bottom: 1rem;
}
.contact-inner .form .c-form__type {
    min-width: auto;
}
}






/* ======================================================
/*               ◆ 問い合わせ完了 ◆
/* ====================================================== 
/*問い合わせ完了*/
.thanks-pege .top-btn{
	width:45%;
	margin:0 auto;
	margin-bottom:5%;
	margin-top:5%;
}
.thanks-pege .top-btn a{
    background-color: #eb5e02;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 20px 30px;	
	border: solid;
}
.thanks-pege .top-btn a:hover{
    background-color: #fff;	
    color: #eb5e02;
}
@media screen and (max-width: 640px) {
.thanks-pege .top-btn{
	width:100%;	
	margin-bottom:10%;
}
}


}

/* ======================================================
/*               ◆ エントリー ◆
/* ====================================================== 
/*エントリー*/
.entry-kotei .junbi{
	font-size: 3em;
}
.entry-kotei .c-form__type a{
    font-size: 17px;
    color: #0548cb;
    font-weight: bold;	
}
.checkker .mwform-checkbox-field-text {
    display: block !important;
}
.checkker label {
    display: flex;
}
.post-2217 .contact-inner .form .mwform-checkbox-field-text {
    display: block !important;
}
.post-2217 .mwform-checkbox-field label {
    display: flex;
}
.post-2217 #autozip{
	display:none;
}
.post-2217 .entry-btn .btn {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    color: #fff;
    border-radius: 0;
    background-color: #eb5e02;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.post-2217 .entry-btn .btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
.post-2217 .entry-btn .btn span{
	color:#fff;
}
.post-2217 .p-country-name {
	display:none;
}
.post-2217 .c-form__type small {
    font-size: 13px;
    width: 100%;
}




@media screen and (max-width: 640px) {
.entry-kotei .junbi {
    font-size: 2em;
}
.entry-kotei .kome{
	font-size:15px;	
}
.entry-kotei .c-form__type a{
    font-size: 14px;
}
	.contact-inner .form .c-form__column {
    min-height: auto;
}
.post-2217 .entry-btn .btn {
    font-size: 16px;
    padding: 1rem 3rem;
}
}
