@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}
body {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #333;
	margin: 0 auto;
	background-color: #f7f3e7;
	background-color: #f9f6ef;
/*	background-color: #daeeff;
	
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 48px;	*/
}
#billboard {
    z-index: 1;
}

.indention-sp {
	display: none;
}
@media (max-width: 768px) {
.indention-sp {
    display: block;
}
}

.sp-only {

}
@media (min-width: 768px) {
	.sp-only {
	display: none;
		visibility: hidden;
}
}

.wrap {}

.section {
  padding: 25px 0;
	position: relative;
}

@media (min-width: 768px) {
    .section {
		/*border-radius: 12px;*/
    padding: 30px 0;
		margin: 30px auto 0;
		max-width: 1280px;
    }

}
	

h2{
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 17px;
}
h3{
	background-color: darkorange;
	color: #fff;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 15px;
	font-size: 15px;
}
h4{
	color: darkorange;
	font-size:18px;
	margin-bottom: 15px;
}
.s-section{
	margin-bottom: 30px;
}
.color01{
	color: darkorange;
}
.font_l{
	font-size: 15px;
}
small{
	font-size: 13px;
}

@media (min-width: 768px) {
	h2{
		margin-bottom: 30px;
		font-size: 36px;
	}
	h3{
		padding: 20px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	h4{
		font-size:22px;
	}
	.s-section{
		margin-bottom: 50px;
	}
	.font_l{
	font-size: 16px;
	}
}



img[src$=".svg"] {
    width: 100%;
    height: auto;
}

.bodylineTop,
.bodylineBottom,
.bodylineRight,
.bodylineLeft {
	display: none;
}
@media (min-width: 768px) {
.bodylineTop,
.bodylineBottom,
.bodylineRight,
.bodylineLeft {
	background: #FFF;
	display: block;
	position: fixed;
	z-index: 100;
}
.bodylineTop,
.bodylineBottom {
	height: 32px;
}
.bodylineRight,
.bodylineLeft {
	width: 64px;
}
.bodylineTop {
	top: 64px;
	left: 0;
	right: 0;
}
.bodylineRight {
	top: 64px;
	right: 0;
	bottom: 0;
}
.bodylineBottom {
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
}
.bodylineLeft {
	top: 64px;
	left: 0;
	bottom: 0;
}

}
/* ==============================================================
   #ヘッダー
   ============================================================== */
header {
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
		width: 100%;
    margin: auto;
    padding: 0 4vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
}
#logo {
    display: inline-block;
    margin: 0;
    text-align: center;
}
#logo a {
    display: block;
}
#logo img {
    height: 28px;
    display: block;
    width: auto;
    margin: auto;
}
@media (min-width: 768px) {
    #logo img {
        height: 36px;
    }
}

/* ==============================================================
   #ナビげーしょん
   ============================================================== */
#page-nav-wrap, #page-nav {
    height: 64px;
    width: 100%;
}
#page-nav-wrap {

	position: fixed;
	 top: 64px;
	right: 0;
    z-index: 401;
}

#page-nav ul, #page-nav ul > li {
    height: 100%;
}
#page-nav ul > li {
    flex-basis: 20%;
    max-width: 20%;
}
#page-nav ul > li > a {
	color: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 4px;
    overflow: hidden;
}
/*#page-nav ul > li > a::before {
    content: "";
    border-top: #FFF solid 3px;
    border-left: #FFF solid 3px;
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    z-index: 2;
}*/
#page-nav ul > li > a > span {
    display: block;
    line-height: 1.4;
    text-align: center;
    padding: 0;
    width: 150%;
    transform: scaleX(0.8);
}
#page-nav ul > li > a:hover {
	background-color: #F76F00!important;
}



#page-nav #nav-1 > a {
    background-color: #40C8F2;
}
#page-nav #nav-2 > a {
    background-color: #FF70B1;
}
#page-nav #nav-3 > a {
    background-color: #FFCA46;
}
#page-nav #nav-4 > a {
    background-color: #93DE52;
}
#page-nav #nav-5 > a {
    background-color: #A08BE9;
}

#page-nav #nav-1.active > a,
#page-nav #nav-2.active > a,
#page-nav #nav-3.active > a,
#page-nav #nav-4.active > a,
#page-nav #nav-5.active > a {
	background-color: #F76F00;
}

@media (min-width: 1024px) {
	#page-nav-wrap {
		width: 70%;
		position: fixed;
		top: 0;
		right: 0;
	}
	#page-nav {
		
		margin-right: 0;
		margin-left: auto;
	}
	
    #page-nav ul > li > a {
        font-size: 1.6rem;
    }
    #page-nav ul > li > a > span {
        width: 100%;
        transform: none;
    }
}
/* ==============================================================
   #キービジュアル
   ============================================================== */
#billboard {
	width: 100%;
	/*padding-top: 128px;*/
	padding-top: 64px;
	text-align: center;
	background-color: #fff;
}
#billboard > .inner {
/*    background-image: url("../img/kv_pc.jpg");
    background-size: cover;
    background-position: center;*/
}

@media (min-width: 768px) {
    #billboard {
		 /*padding:96px 0 0 0;*/
		 padding:64px 0 0 0;
		/*position: sticky;
		top: 0;
		left: 0;*/
    }
    #billboard > .inner {
		background-position: center;
		border-radius: 16px;
		max-width: 1440px;
		margin: auto;
    }
}

/* ==============================================================
   #検索エリア
   ============================================================== */
#osusumeType {
    background-color: #FFF;
    background-image: url(../img/kohaku.svg);
    background-size: 40px auto;
    background-position: center top;
    background-repeat: repeat-x;
    border-top: #E50012 solid 16px;
    height: calc(100vh);
}
#osusumeType {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
}
#searchConditionSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
#search-pop {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -110px;
    left: 0;
    z-index: 4;
}
.conditionName {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 10px;
}
.formBox {
    flex-basis: 100%;
    max-width: 100%;
}
.formBox + .formBox {
    margin-top: 20px;
}
.mainSubmit {
    background-color: #E50012;
    border: #E50012 solid 3px;
    color: #FFF;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.mainSubmit:focus, .mainSubmit:active {
    background-color: pink;
    border: pink solid 3px;
}
.formBox:nth-of-type(5) {
    flex-basis: 60%;
    max-width: 60%;
}
@media (min-width: 768px) {
    #osusumeType {
        height: 320px;
        padding-top: 40px;
    }
    #searchConditionSelect {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .conditionName {
        font-size: 1.4rem;
    }
    .formBox {
        flex-basis: 22%;
        max-width: 22%;
        padding: 2px;
    }
    #search-pop {
        width: 140px;
        height: 140px;
        position: absolute;
        top: -160px;
        left: -50px;
        z-index: 4;
    }
    .formBox:nth-of-type(5) {
        flex-basis: 12%;
        max-width: 12%;
    }
    .formBox + .formBox {
        margin-top: auto;
    }
}
/* ==============================================================
   #コンテンツ
   ============================================================== */
.section {
	z-index: 2;
}

#contents-1,#contents-2,#contents-3,#contents-4,#contents-5 {
/*	background-image: url("../img/bg.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 48px;*/
}

/*#contents-1 {
	background-color: #BFECFA;
}
#contents-2 {
	background-color: #FFCFE5;
}
#contents-3 {
	background-color: #FFEDC1;
}
#contents-4 {
	background-color: #DBF4C5;
}
#contents-5 {
	background-color: #DFD8F8;
}
*/

.con-ttl {
	font-size: 1.8rem;
	text-align: center;
	margin: auto auto 20px;
	display: none;
}
.con-ttl img {
	display: block;
	width: 150px;
	height: auto;
	margin: auto auto -40px;
	z-index: 2;
}
.con-ttl .ribbon {
	height: 60px;
	width: auto;
	display: none;
}
@media (min-width: 768px) {
	.con-ttl .ribbon {
	height: 96px;
	width: auto;
}
}

.container-inner {
	background-color: #FFF;
	border-radius: 8px;
	padding: 30px 15px;
}
@media (min-width: 768px) {
	.container-inner {
		    box-shadow: rgba(0,0,0,0.05) 0px 8px 6px -4px, rgba(0,0,0,0.1) 0px 16px 32px;
		border-radius: 8px;
		padding: 50px 40px;
	}
}

.container-inner h2 {
			font-family: toppan-bunkyu-midashi-go-std, sans-serif;
font-weight: 900;
font-style: normal;
	font-size: 1.9rem;
	line-height: 1.6;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.container-inner h2 i {
	flex-basis: 60px;
	max-width: 60px;
}
.container-inner h2 span.h2 {
	display: block;
	flex-basis: calc(100% - 60px);
	max-width: calc(100% - 60px);
	padding-left: 10px;
}


.container-inner p {
	font-size: 1.4rem;

}
@media (min-width: 768px) {
	.container-inner h2 {
	font-size: 2.6rem;
	margin-bottom: 20px;
}
	.container-inner h2 i {
	flex-basis: 90px;
	max-width: 90px;
}
.container-inner h2 span.h2 {
	display: block;
	flex-basis: calc(100% - 90px);
	max-width: calc(100% - 90px);
	padding-left: 20px;
}
	.container-inner p {
	font-size: 1.6rem;

}
}

#contents-1 .container-inner h2 strong {
color: #40C8F2;
	}
#contents-2 .container-inner h2 strong {
color: #FF70B1;
	}
#contents-3 .container-inner h2 strong {
color: #FFCA46;
	}
#contents-4 .container-inner h2 strong {
color: #93DE52;
	}
#contents-5 .container-inner h2 strong {
color: #A08BE9;
	}

.lead-text {
	font-size: 1.4rem;
	line-height: 2;
	/*text-align:  center;*/
}
.lead-text strong {
	    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
	display: inline-block;
	font-size: 150%;
}
.lead-text + .lead-text {
	margin-top: 2.5em;
}
@media (min-width: 1024px) {
	.lead-text {
		font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
		padding-left: .2em;
	}
}



.note {
    font-size: 1.2rem!important;
	line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 2rem;
}
@media (min-width: 768px) {
	.note {
	 font-size: 1.3rem!important;
	}
}

.mada-ttl {
font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 30px;
    letter-spacing: .1em;
    padding-left: .1em;
}
.mada-ttl span {
	background-image: url("../img/bg_mada.png");
	background-size: auto 10px;
	background-position: center bottom;
	display: inline-block;
	padding: 0 0 24px;
}
@media (min-width: 768px) {
	.mada-ttl {
		font-size: 3.6rem;
		letter-spacing: .15em;
    padding-left: .15em;
	}
	.mada-ttl span {
		background-image: url("../img/bg_mada.png");
	background-size: auto 15px;
	}
}


.more-ttl {
	    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
color: #F76F00;
    line-height: 1.4;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .15em;
    padding-left: .15em;

}


#contents-link-1,#contents-link-2,#contents-link-3,#contents-link-4,#contents-link-5 {
	display: block;
	padding-top: 128px;
	margin-top: -128px;
}

/* ==============================================================
   #バナーエリア
   ============================================================== */
#banner-area {
    background-color: #FFF;
    padding: 60px 0 0;
}
#bnr-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
#bnr-list li {
    padding: 10px;
}
#bnr-list li a {
    display: block;
}
@media (min-width: 1024px) {
    #bnr-list li {
        flex-basis: 50%;
        max-width: 50%
    }
}

/* ==============================================================
   #youtube動画
   ============================================================== */
#gmap.fw-youtube {
    position: relative;
    width: 100%;
    margin: auto;
    padding-top: 100vw;
    z-index: 10;
}
@media (min-width: 768px) {
    #gmap.fw-youtube {
        padding-top: 50vh;
    }
}
/* ==============================================================
   #フッターメニュー
   ============================================================== */
footer {
    background-color: #FFF;
    z-index: 10;
    overflow: hidden;
}
#footer-info {
    margin-top: 30px;
    margin-bottom: 30px;
}
#footer-info h4 {
    font-size: 1.4rem;
    font-weight: 600;
}
#footer-info p {
    font-size: 1rem;
    line-height: 1.6;
}
#f-logo {
    display: block;
    height: 24px;
    margin: auto auto 20px;
}
#f-logo svg {
    fill: #FFF;
    height: 100%;
    width: auto;
}
#copy {
    font-size: 1.2rem;
    text-align: center;
    padding: 64px 0;
    margin: 0;
}
@media (min-width: 1024px) {
    #f-nav-wrap {
        border-left: rgba(255, 255, 255, 0.3) solid 1px;
    }
    #footer-info {
        margin-top: 60px;
    }
    #footer-info h4 {
        font-size: 1.4rem;
    }
    #footer-info p {
        font-size: 1.2rem;
    }
    #f-logo {
        height: 32px;
    }
}
/* ==============================================================
   #フッターリンク
   ============================================================== */
#site-list {
    margin: 2.5rem auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#site-list li {
    background-color: #FFF;
    display: block;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    border: #DDD solid 1px;
    margin: auto;
}
#site-list li + li {
    margin: -1px 0 0 0;
}
@media (min-width: 768px) {
    #site-list li {
        width: 50%;
    }
    #site-list li + li {
        margin: 0 0 0 -1px;
    }
}
#site-list li a {
    display: block;
    padding: 2rem 0;
    color: #F76F00;
    text-decoration: none;
    /*font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;*/
    font-weight: 600;
    line-height: 1.6;
}
#site-list li a:hover {
    background-color: #F76F00;
    color: #FFF;
}
#site-list li a span {
    font-size: 12px;
    display: block;
}
#site-list li a span + span {
    font-size: 16px;
}
@media (min-width: 768px) {
    #site-list li a {
        padding: 2.4rem 0;
    }
    #site-list li a span {
        font-size: 14px;
    }
    #site-list li a span + span {
        font-size: 20px;
    }
}
/* ==============================================================
   #フッター固定メニュー
   ============================================================== */

#sticky-navi ul li:nth-child(1) a time {
    color: var(--color-main);
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    letter-spacing: 2px;
}
#sticky-navi ul li:nth-child(1) a time strong {
    letter-spacing: 0;
}
#sticky-navi ul li:nth-child(1) a time i {
    background-color: var(--color-wish);
    border-radius: 100%;
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0 2px 0 0;
}
#sticky-navi ul li:nth-child(1) a img {
    width: auto;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: -4px;
}
#sticky-navi ul li:nth-child(2) {
    background-color: var(--color-wish);
    flex-basis: 20%;
    max-width: 20%;
    font-weight: 600;
}
#sticky-navi ul li:nth-child(3) {
    background-color: #00C300;
    flex-basis: 20%;
    max-width: 20%;
    font-weight: 600;
}
#sticky-navi ul li:nth-child(2) a img, #sticky-navi ul li:nth-child(3) a img {
    width: auto;
    height: 60px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.han {
    display: inline-block;
    transform: scaleX(.8);
    transform-origin: center;
    width: 150%;
}
/* ==============================================================
   #スクロールアイコン
   ============================================================== */
.icon-scroll {
    text-align: center;
    margin: auto;
    width: 64px;
    height: 100px;
    z-index: 100;
}
#billboard .icon-scroll {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
}
.icon-scroll span {
    background-color: #000;
    margin: auto;
    height: 100px;
    width: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    animation: header-line 1.4s ease-out 0s infinite normal;
    z-index: 10;
}
#introduction .icon-scroll span {
    background-color: #000;
}
.icon-scroll i {
    background-color: var(--color-wish);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 2rem;
    font-family: serif;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: -6rem;
    bottom: 0;
    z-index: 2;
}
.icon-scroll i::before, .icon-scroll i::after {
    content: "";
    background-color: var(--color-wish);
    border-radius: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center;
    animation: pulsate 2.4s ease-out;
    animation-iteration-count: infinite;
    z-index: -1;
}
.icon-scroll i::after {
    animation-delay: 3.6s;
}
/* ==============================================================
   #アニメーション
   ============================================================== */
.hov-action {
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.hov-action:hover {
    animation-name: hov;
    animation-duration: .5s;
    animation-fill-mode: both;
}
@keyframes hov {
    0%, from {
        transform: none;
    }
    50% {
        transform: scale3D(0.92, 0.92, 1);
    }
    99.9%, to {
        transform: none;
    }
}
/* ==============================================================
   #ボタン
   ============================================================== */
.btn-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.fw-btn {
    background: #231815;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    height: 80px;
    text-align: center;
    padding: 0 24px 0 24px;
    cursor: pointer;
    margin: 0 auto;
}
.fw-btn:hover {
	    background-color: #F76F00;
}

.fw-btn.min {
	border-radius: 100px;
	height: 50px;
	font-size: 1.4rem;
	max-width: 300px;
	margin: 20px auto 30px;
}

@media (min-width: 768px) {
	.fw-btn {
		 border-radius: 100px;
		font-size: 2rem;
		 height: 80px;
		max-width: 500px;
		margin: 30px auto 0;
	}
}


.btn-arrow {
    display: inline-block;
    padding-right: 16px;
    margin: 0 auto;
}
.btn-arrow::before {
    content: "";
    border-top: #FFF solid 2px;
    border-left: #FFF solid 2px;
    border-color: var(--color-mens);
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotate(135deg);
}
.btn-arrow::after {
    /*	content: "";
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #FFF;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;*/
}
@media (min-width: 768px) {
    .fw-btn img {
        height: 18px;
    }
}
/* ==============================================================
   #トップ戻る
   ============================================================== */
.fw-page-top, .fw-page-bottom {
    position: fixed;
    margin: auto;
    right: 5px;
    z-index: 300;
}
.fw-page-top {
    bottom: 5px;
}
.fw-page-bottom {
    bottom: 0;
}
.fw-page-top a, .fw-page-bottom a {
    background-color: #F76F00;
    border-radius: 100%;
    display: block;
    width: 60px;
    height: 60px;
}
.fw-page-top a::before, .fw-page-bottom a::before {
    content: "";
    border-top: #FFF solid 2px;
    border-left: #FFF solid 2px;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
}
.fw-page-top a::before {
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.fw-page-bottom a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.fw-page-top a:hover::before {}
@media (min-width: 768px) {
    .fw-page-top a, .fw-page-bottom a {
        width: 56px;
        height: 56px;
    }
    .fw-page-top, .fw-page-bottom {
        right: 20px;
    }
    .fw-page-top {
        bottom: 20px;
    }
}
/* ==============================================================
   #フォーム
   ============================================================== */
.form-ttl {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 4px;
    opacity: 0.5;
}
.contact-form label + .form-ttl {
    margin-top: 1em;
}
.form-wrap {
    padding: 0;
    margin: 0 auto;
}
.contact-form:hover {}
.contact-form + .contact-form {
    /*border-top: #EEE solid 1px;*/
}
.contact-form dt {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 10px;
}
.contact-form dd {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .form-ttl {
        font-size: 1.6rem;
    }
    .contact-form dt, .contact-form dd {
        padding-bottom: 0;
    }
    .contact-form dt {
        float: left;
        width: 30%;
        text-align: right;
    }
    .contact-form dd {
        padding-left: 3em;
        width: 70%;
    }
}
fieldset {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input, select, textarea {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 6px;
    background-clip: padding-box;
    font-size: 1.4rem;
    width: 100%;
    padding: 1.2rem 2rem;
    margin: 0px;
    z-index: 1;
    outline: none;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*input:focus,*/
select:focus, textarea:focus {
    border-color: #C6C4C2 !important;
    background-color: #FFF !important;
}
select::after {
    content: "";
    border-top: var(--main-color) solid 2px;
    border-left: var(--main-color) solid 2px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="date"]:hover, select:hover, textarea:hover {
    border-color: var(--main-color);
    color: var(--main-color);
    background-color: transparent;
}
input[type="radio"], input[type="checkbox"] {
    background-color: #FFF;
    border: #DDD solid 2px;
    height: 32px;
    min-width: 32px;
    width: 32px;
    max-width: 32px;
    padding: 0;
}
input[type="radio"]::before, input[type="checkbox"]::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
input[type="radio"], input[type="checkbox"] {
    border-radius: 100%;
}
input[type="radio"]::before {
    background-color: var(--main-color);
    color: var(--main-color);
    background-color: var(--main-color);
    border-radius: 100%;
    height: 14px;
    width: 14px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: ease-out 0.2s;
    -webkit-transition: ease-out 0.2s;
}
input[type="radio"]:checked::before {
    transform: scale(1);
    -webkit-transform: scale(1);
}
input[type="checkbox"]::before {
    height: 0;
    width: 0;
}
input[type="checkbox"]:checked::before {
    border-top: var(--main-color) solid 4px;
    border-left: var(--main-color) solid 4px;
    height: 16px;
    width: 12px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    bottom: 6px;
}
input[type="radio"], input[type="checkbox"], input[type="submit"], label {
    cursor: pointer;
}
input[type="radio"] + label, input[type="checkbox"] + label {
    width: calc(100% - 32px);
    padding: 0 2em 0 .5em;
}
input[type="radio"]:hover, input[type="checkbox"]:hover {}
input[type="radio"]:hover + label, input[type="checkbox"]:hover + label {
    color: #0046C8;
}
input[type="text"][disabled], input[type="email"][disabled], input[type="tel"][disabled], input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="submit"][disabled], select[disabled], input[type="radio"][disabled] + label, input[type="checkbox"][disabled] + label {
    opacity: 0.2;
    cursor: default;
}
.formError + input[type="text"], .formError + input[type="email"], .formError + input[type="tel"], .formError + input[type="radio"], .formError + input[type="checkbox"], .formError + select {
    background-color: #FFF !important;
    border-color: #EE0000 !important;
}
.required {
    color: #F03;
    padding: 0;
    font-size: 2em;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: -.5em;
    right: -.5em;
}
.submitArea .btn-back {
    border-color: #C6C4C2;
    text-align: center;
    display: inline-block;
    max-width: 50%;
    font-size: 1.2rem;
    margin: 12px auto auto;
}
@media screen and (min-width: 768px) {
    input, select, textarea {
        font-size: 1.6rem;
        padding: 2rem;
    }
}
/* ==============================================================
   #フォーム：プレースホルダー
   ============================================================== */ :placeholder-shown {
    color: #C6C4C2;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */ ::-webkit-input-placeholder {
    color: #C6C4C2;
}
/* Firefox 18- */ :-moz-placeholder {
    color: #C6C4C2;
    opacity: 1;
}
/* Firefox 19+ */ ::-moz-placeholder {
    color: #C6C4C2;
    opacity: 1;
}
/* IE 10+ */ :-ms-input-placeholder {
    color: #C6C4C2;
}
/* ==============================================================
   #セレクトボックス
   ============================================================== */
.select-wrap {}
.select-wrap select {
    border-color: #CCC;
    border-width: 3px;
    padding-right: 2em;
    cursor: pointer;
}
.select-wrap select:hover {
    background-color: #FFF;
}
.select-arrow {
    width: 100%;
    max-width: 100%;
}
.select-wrap::before {
    content: "";
    border-top: #121212 solid 3px;
    border-left: #121212 solid 3px;
    width: 9px;
    height: 9px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    z-index: 2;
}
_:lang(x)::-ms-backdrop, .select-wrap::before {
    display: none;
}
@media screen and (min-width: 768px) {
    .select-wrap select {
        padding-right: 3em;
    }
    .select-arrow.inline {
        width: auto;
        max-width: 100%;
    }
}
/* ==============================================================
   #送信ボタン
   ============================================================== */
.submitArea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin: auto;
}
.submitArea input[type="submit"] {
    background-color: #24A4D9;
    border: none;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 1.2em 1em;
    display: block;
    cursor: pointer;
    width: 100%;
}
.submitArea br + input[type="submit"] {
    background-color: #FFF;
    border: var(--main-color) solid 2px;
    border-radius: 4px;
    color: var(--main-color);
    color: var(--main-color);
    font-size: 14px;
    padding: 10px 1em;
    max-width: 180px;
    margin: 20px auto auto;
}
.submitArea input[type="submit"]:hover, .submitArea input[type="submit"]:focus, .submitArea input[type="submit"]:active {
    background-color: crimson !important;
}
.submitArea br + input[type="submit"]:hover {
    background-color: #FFF !important;
    border: #0046C8 solid 2px !important;
    color: #0046C8 !important;
}
.submitArea br {
    display: none;
}
@media screen and (min-width: 768px) {
    .submitArea {
        max-width: 480px;
    }
}
#form-section .div.wpcf7 .ajax-loader {
    display: none;
}
.anime-fade {
    opacity: 0;
    transform: translate3d(0, 160px, 0);
    transition: opacity ease-out .5s, transform ease-out .5s;
}

.anime-fade.fade-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#corona_guide .corona_guide{
	display: none;
}


