<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝帙ヰ繝ｼ逕ｻ蜒�
--------------------------- */
.zoom-box {display: inline-block;overflow: hidden;}
.c-bnr.zoom {transition-duration: .5s;}
.c-bnr.practice03 {position: relative;transition: .6s cubic-bezier(0.33, 1, 0.68, 1);}

.c-bnr.practice03::before,
.c-bnr.practice03::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.c-bnr.practice03::before {
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
}
.c-bnr.practice03::after {
  color: #fff;
  content: "隧ｳ邏ｰ";
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
background-color: rgba(0,0,0,0.7);
}
.c-bnr.practice03:hover::before,.c-bnr.practice03:hover::after {opacity: 1;}
.c-bnr.practice03:hover::after {letter-spacing: 0.2em;}
.c-bnr.practice03:hover {transform: scale(1.1);}

/* 遏｢蜊ｰ
--------------------------- */
.yazirusi_btn {
    width: 80%; height: 8px;
    float: right;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    transition: all .3s;
}
.yazirusi_btn:hover::before{
    left:0%;
}

.yazirusi_btn:hover::after{
    right:-5%;
}

/* 繝懊ち繝ｳ繧｢繝九Γ
--------------------------- */
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    color: #D24D57;
    font-size:14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 1.3s ease 0s;
    -moz-transition: all 1.3s ease 0s;
    -o-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    color: #fff;
    font-size:14px;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    -webkit-transition: all 1.3s ease 0s;
    -moz-transition: all 1.3s ease 0s;
    -o-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s;
}

a.animated-button.thar-three {
    color: #E60020;
    padding: 6px 32px 9px 32px;
	border: 1px solid #E60020;
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 24px;
    background: rgba(230,0,32,0);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
a.animated-button.thar-three:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: nthree;
    border-radius: 24px;
}
a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    border-radius: 24px;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    background: rgba(230,0,32,1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
a.animated-button.thar-three2 {
    color: #fff;
    padding: 15px 40px 16px 40px;
    cursor: pointer;
    display: block;
    position: relative;
     border-radius: 32px;
    background: rgba(0,0,0,1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
0s;
}
a.animated-button.thar-three2:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: nthree;
}
a.animated-button.thar-three2:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
a.animated-button.thar-three2:before {
    display: block;
    position: absolute;
    border-radius: 32px;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: rgba(0,165,227,1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
a.animated-button.thar-three3 {
    color: #fff;
    padding: 10px 32px 11px 32px;
    cursor: pointer;
    display: block;
    position: relative;
     border-radius: 0px;
    background: rgba(0,0,0,1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
0s;
}
a.animated-button.thar-three3:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: nthree;
}
a.animated-button.thar-three3:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
a.animated-button.thar-three3:before {
    display: block;
    position: absolute;
    border-radius: 0px;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: rgba(0,67,129,1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
a.animated-button.thar-three4 {
    color: #fff;
    padding: 16px 8px 16px 8px;
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 8px;
    background: rgba(202,168,81,1);
    box-shadow: 0 0px 8px 0px rgba(0, 48, 47, 0.1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
a.animated-button.thar-three4:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: nthree;
    border-radius: 0px;
}
a.animated-button.thar-three4:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
a.animated-button.thar-three4:before {
    display: block;
    position: absolute;
    border-radius: 8px;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #fff !important;
     background: rgba(215,0,81,1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
a.animated-button.thar-four {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #F7CA18;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
a.animated-button.thar-four:hover {
    color: #000 !important;
    background-color: transparent;
    text-shadow: nfour;
}
a.animated-button.thar-four:hover:before {
    right: 0%;
    left: auto;
    width: 100%;
}
a.animated-button.thar-four:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #F7CA18;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}

/* 繝悶Ο繝�け縺後せ繝ｩ繧､繝�
--------------------------- */
/* revealContent繧呈怙蛻昴�豸医＠縺ｦ縺翫￥ */
.revealContent {
    opacity: 0;
}

/* revealActive繧ｯ繝ｩ繧ｹ縺瑚ｿｽ蜉�縺輔ｌ縺ｦ.3s蠕後↓陦ｨ遉ｺ縺吶ｋ */
.revealActive .revealContent {
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    opacity: 1;
}

.revealItem, .revealItem2 {
    display: block;
    position: relative;
    overflow: hidden;
}


/* before謫ｬ莨ｼ隕∫ｴ�縺ｮ鮟偵＞block縺ｫanimation繧偵▽縺代※縺翫￥ */
.revealItem.revealActive::before, .revealItem2.revealActive::before {
    -webkit-animation: hideFromLeft .3s forwards, showFromLeft .3s forwards .3s;
            animation: hideFromLeft .3s forwards, showFromLeft .3s forwards .3s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #13ae67;
    margin: 1px;
}


/* before謫ｬ莨ｼ隕∫ｴ�繧貞ｷｦ縺九ｉ蜿ｳ縺ｫ繧ｹ繝ｩ繧､繝峨う繝ｳ */
@-webkit-keyframes hideFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes hideFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* before謫ｬ莨ｼ隕∫ｴ�繧貞ｷｦ縺九ｉ蜿ｳ縺ｫ繧ｹ繝ｩ繧､繝峨い繧ｦ繝� */
@-webkit-keyframes showFromLeft {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}

@keyframes showFromLeft {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}

/* 逕ｻ蜒上ｒ菴ｿ縺�→縺阪�vertical-align bottom繧偵＠縺ｪ縺�→荳九↓菴咏區縺後〒縺阪※縺励∪縺��縺ｧ豕ｨ諢擾ｼ�ｼ� */
.revealImg {-o-object-fit: cover;object-fit: cover;vertical-align: bottom;}
div.parallax{height:800px;background-position: 50% 50%;background-repeat: no-repeat;background-attachment: fixed;background-size: cover;}
.box{width: 280px;height:800px;margin: 0 auto;display: table;}
.title_p {display: table-cell;vertical-align: middle;text-align: center;width: 100%;}
.parallax_img_1{background:url(../img/topimg04.jpg);}
@media screen and (max-width: 800px) {
.title_p {padding: 0 24px 0;box-sizing: border-box;}
.box{width: 280px;height:600px;margin: 0 auto;display: table;}
.title_p {display: table-cell;vertical-align: middle;text-align: center;width: 100%;}
div.parallax{height:600px;background-position: center center;background-repeat: no-repeat;background-size: cover;}
}
/* 繝｡繝ｼ繝ｫ繝輔か繝ｼ繝�
--------------------------- */
.wpcf7 {}
.asterisk {margin: 0 0 0 0.2em;color: #f5637a;}
span.wpcf7-list-item {display: block;}
.wpcf7-response-output{letter-spacing: 0.12em!important;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
    padding: 8px;
}
.wpcf7 input[type="number"] {
	width: 80px;
	border: 1px solid #ddd;
	font-size: 100%;
    padding: 8px;
}
.date1{
	border: 1px solid #ddd;
    padding: 8px 16px;}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
	float: left;
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .wpcf7 .date1 input[type="date"]{width: 152px!important; text-align: left!important;padding-right: 16px; position: relative;border: 1px solid #cccccc;}
_::-webkit-full-page-media, _:future, :root .wpcf7 .date1 input[type="date"]::-webkit-calendar-picker-indicator {background: transparent;z-index: 1;}
_::-webkit-full-page-media, _:future, :root .wpcf7 .date1 input[type="date"]::after { content: '';background-image: url(../img/clicon.svg);background-repeat: no-repeat;background-size: contain;background-position: 0 0;width: 12px;height: 14px;position: absolute;top: 50%;right: 10px;transform: translateY(-50%);}
@media(max-width:500px){}

_::-webkit-full-page-media, _:future, :root .wpcf7 .date2 input[type="date"]{width: 152px!important; text-align: left!important;padding:4px 8px 4px 8px;border: 1px solid #cccccc; position: relative;}
_::-webkit-full-page-media, _:future, :root .wpcf7 .date2 input[type="date"]::-webkit-calendar-picker-indicator {background: transparent;z-index: 1;}
_::-webkit-full-page-media, _:future, :root .wpcf7 .date2 input[type="date"]::after { content: '';background-image: url(../img/clicon.svg);background-repeat: no-repeat;background-size: contain;background-position: 0 0;width: 12px;height: 14px;position: absolute;top: 50%;right: 10px;transform: translateY(-50%);}
.wpcf7 .date1 input{width: 144px!important; text-align: left!important;padding-right: 16px;}

.wpcf7 .date2 input{width: 136px!important; text-align: left!important;padding:4px 8px 4px 8px;border: 1px solid #cccccc;}
@-moz-document url-prefix(){
    .wpcf7 .date2 input{width: 160px!important; text-align: left!important;padding:4px 8px 4px 8px;border: 1px solid #cccccc;}
    .wpcf7 .date1 input{width: 160px!important; text-align: left!important;padding-right: 16px;}
}
.selectbox::after {
    position: absolute;
    right: 16px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
    min-width: 68px;
    height: 2.8em;
    padding: .4em 24px .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
    margin-right: 8px;
}
.selectbox2 {
    display: inline-flex;
    align-items: center;
    position: relative;
    width:88px;

}
.selectbox2::after {
    position: absolute;
    right: 40px;
    width: 9px;
    height: 6px;
    top:16px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox2 select {
    appearance: none;
    min-width: 56px;
    height: 2.8em;
    padding: .2em 10px .2em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
    margin-right: 8px;
}
.wpcf7 td p {display: inline;}
/*Contact Form 7繧ｫ繧ｹ繧ｿ繝槭う繧ｺ*/
/*繧ｹ繝槭�Contact Form 7繧ｫ繧ｹ繧ｿ繝槭う繧ｺ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 蠢��医�莉ｻ諢上�繧ｵ繧､繧ｺ隱ｿ謨ｴ */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
}
/*隕句�縺玲ｬ�*/
.inquiry{width:100%;}
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:35%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*騾壼ｸｸ谺�*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*讓ｪ縺ｮ陦後→繝��繝悶Ν蜈ｨ菴�*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*蠢��医�隱ｿ謨ｴ*/
.haveto{
 font-size:8px;
 padding:4px 6px 6px 6px;
 background:#E60020;
 color:#fff;
 margin-right:6px;
 position:relative;
 bottom:2px;
}
/*莉ｻ諢上�隱ｿ謨ｴ*/
.any{
 font-size:8px;
 padding:4px 6px 6px 6px;
 background:#898989;
 color:#fff;
 margin-right:6px;
 position:relative;
 bottom:2px;
}
/*繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ繧堤ｸｦ荳ｦ縺ｳ謖�ｮ�*/
.verticallist .wpcf7-list-item{
 display:block;
}
.wpcf7 input[type="submit"] { -webkit-appearance: none; }
/*騾∽ｿ｡繝懊ち繝ｳ縺ｮ繝�じ繧､繝ｳ螟画峩*/
#formbtn{
 display: block;
 padding:14px 15px 18px 15px;
 width:300px;
 background:#E60020;
 color:#fff;
 font-size:16px;
 font-weight:bold;	 
 border-radius:0px;
 margin:20px auto 0;
line-height: 2em;
}
/*騾∽ｿ｡繝懊ち繝ｳ繝槭え繧ｹ繝帙ヰ繝ｼ譎�*/
#formbtn:hover{
 background:#B59032;
 color:#fff;
 line-height: 2em;
 padding:14px 15px 18px 15px;
}
#formbtn2{
 display: block;
 padding:14px 15px 18px 15px;
 width:300px;
 background:#E60020;
 color:#fff;
 font-size:16px;
 font-weight:bold;	 
 border-radius:0px;
 margin:20px auto 0;
line-height: 2em;
}
/*騾∽ｿ｡繝懊ち繝ｳ繝槭え繧ｹ繝帙ヰ繝ｼ譎�*/
#formbtn2:hover{
 background:#B59032;
 color:#fff;
 line-height: 2em;
 padding:14px 15px 18px 15px;
}
th.example5 { vertical-align: top; }
</pre></body></html>