@charset "utf-8";
/*==========================================================================

   heading

==========================================================================*/
.heading01 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.heading01:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	display: block;
	width: 40px;
	height: 4px;
	background: var(--key-color);
}
.heading01.heading01--left:after {
	left: 0;
	bottom: 0;
	transform: translate(0);
}
.heading01.heading01--white:after {
	background: #fff;
}

.heading02 {
    margin-bottom: 46px;
    padding-top: 51px;
    font-size: 36px;
    text-align: center;
    color: var(--key-color);
    background: url(../img/icon07.webp) no-repeat center top;
    background-size: 25px;
}



/*==========================================================================

   link icon

==========================================================================*/
.link01 {
    position: relative;
    padding-right: 90px;
	color: var(--key-color);
	transition: .3s;
}
.link01:hover {
	padding-right: 70px;
}
.link01::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 82px;
    height: 1px;
    background-color: var(--key-color);
	transition: .3s;
}
.link01::after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: transparent transparent var(--key-color) var(--key-color);
    transform: rotate(-135deg);
}
.link01:hover::before {
	width: 62px;
}
.link01.link01--white {
	color: #fff;
}
.link01.link01--white::before {
    background-color: #fff;
}
.link01.link01--white::after {
    border-color: transparent transparent #fff #fff;
}


.link02 {
    display: inline-block;
    padding: .25em 1em;
    color: var(--key-color);
    line-height: 1;
    text-decoration: underline;
    border-radius: 9999px;
    background: #fff;
}



/*==========================================================================

   bread

==========================================================================*/
/*
.bread {
    margin: 25px 0 0;
    font-size: 11px;
}
.bread-list {
	padding: 10px;
}
.bread-item {
	display: inline-block;
	vertical-align: middle;
}
.bread-item a::after {
    position: relative;
    top: -0.05em;
    display: inline-block;
    font: bold 14px/1 "Font Awesome 5 Free";
    content: "\f105";
    color: #4c4742;
    vertical-align: middle;
    margin: 0 15px 0 15px;
}
*/

/*==========================================================================

   header

==========================================================================*/


/*==========================================================================

   m-schedule

==========================================================================*/
.m-schedule {
    /*position: absolute;
    right: 35px;
    bottom: 0;
    transform: translate(0%, 50%);
    padding: 40px 62px 22px;*/
	color: #000;
    border: 2px solid var(--key-color);
    background: #FFF;
    box-shadow: 7px 7px 0 var(--key-color);
	text-wrap: nowrap;
    z-index: 2;
}
.m-schedule-table thead th,
.m-schedule-table thead td {
    padding: 0 14px 20px;
    font-size: 15px;
    font-weight: 600;
}
.m-schedule-table tbody th,
.m-schedule-table tbody td {
    padding: 0 12px;
    font-size: 15px;
    font-weight: 600;
}
.m-schedule-table thead th,
.m-schedule-table tbody th {
    width: 135px;
    font-weight: 600;
    border-right: 2px solid var(--key-color);
}
.m-schedule-table tbody tr + tr th,
.m-schedule-table tbody tr + tr td {
    padding-top: 12px;
}
.m-schedule-table th,
.m-schedule-table td {
    text-align: center;
}
.m-schedule-table tbody td {
	font-weight: 400;
}
.m-schedule-table tbody th.m-schedule-table-label {
    padding-right: 24px;
    font-size: 18px;
    text-align: right;
}
.m-schedule-table-label + td {
    padding-left: 25px !important;
}
.m-schedule-notes {
    margin-top: 14px;
    font-size: 12px;
    text-align: right;
    color: var(--key-color);
}
.m-schedule-table__spacing01 {
    letter-spacing: -.25em;
}


/*==========================================================================

   btn

==========================================================================*/
.btn01 {
    color: #fff;
    border: 1px solid var(--key-color);
    background: var(--key-color);
}
.btn01:hover {
	color: var(--key-color);
	background: #fff;
}



/*==========================================================================

   accordion

==========================================================================*/
.accordion-target {
	display: none;
}




/*==========================================================================

   pagetop

==========================================================================*/
#page-top {
    display: block;
    font-weight: bold;
    padding: .7em;
    text-align: center;
    background: #fff;
    color: #666;
    transition: .3s;
}
#page-top:hover {
    background: #666;
    color: #fff;
}


/*==========================================================================

   form

==========================================================================*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    position: relative;
    top: -5px;
    border: 1px solid #ccc;
    padding: 10px 9px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    color: #777;
    margin: 0;
    box-sizing: border-box;
    width: 410px;
    max-width: 100%;
    display: block;
    background: #fff;
}
input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding: 15px 100px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #040f43;
    background: #040f43;
    transition: all .3s;
}
input[type="submit"]:hover {
    color: #040f43;
    font-size: 15px;
    background: #fff;
}
:placeholder-shown {
    line-height: 1.8;
}


/*==========================================================================

	animation
	
==========================================================================*/


/*==========================================================================

	keyframes
	
==========================================================================*/
@keyframes action-blur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
      opacity: 1;
    filter: blur(0px);
  }
}
