@charset "UTF-8";
/*
Theme Name: push-me
*/

/*
#00A29A rgba(0,162,154,1.0)
#D2FA8C rgba(210,250,140,1.0)
#273534 rgba(39,53,52,1.0)
*/

/* common
---------------------------------------------- */
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td{
  margin:0;
  padding:0;
  border:0;
  font:inherit;
  vertical-align:baseline;
}
table{border-collapse:collapse;border-spacing:0;}
img{vertical-align:bottom;border:0 none;}
ul,ol,li{list-style:none;}
strong{font-weight:700;color:inherit;}
em{font-style:normal;font-weight:500;color:inherit;}

/* HTML5 */
header, section, footer, aside, nav, article, figure, figcaption{margin:0;padding:0;display:block;}
canvas{display:block;vertical-align:bottom;}
/* IE8+, Chrome */
input,button{outline:0;}
/* Firefox */
input::-moz-focus-inner,button::-moz-focus-inner{border:0;}


/* base */
html{
  width:100%;
  background:#fff;
  color:#273534;
  font-size:62.5%;
  line-height:1.0;
  -webkit-tap-highlight-color:rgba(210,250,140,0.7);
  text-rendering:optimizeLegibility;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  scroll-behavior: smooth;
}
body{
  font-size:1.7rem;
  line-height:1.72;
  letter-spacing:0.04em;
  font-family: 'Lato',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings:"palt";
}
::selection{background:rgba(210,250,140,0.7);}
::-moz-selection{background:rgba(210,250,140,0.7);}
@media (max-width:1280px){
body{
  /*padding:0 3%;*/
  font-size:16.4px;
  font-size:1.64rem;
}
}
@media (max-width:960px){
body{
  font-size:14.6px;
  font-size:1.46rem;
}
}
@media (max-width:768px){
body{
  font-size:13.2px;
  font-size:1.32rem;
}
}


/* link */
a{color:inherit;text-decoration:none;outline:none;
  -webkit-transition:all 0.2s ease-out 0s;
  transition:all 0.2s ease-out 0s;
}
a:hover{
  color:inherit;opacity:0.8;text-decoration:none !important;
}
.a{display:inline-block;position:relative;line-height:1.4;padding-left:1px;padding-right:1px;
}
.a:after{position:absolute;bottom:0;left:0;content:"";display:inline-block;width:100%;height:1px;border-bottom:solid 1px currentColor;opacity:0.3;
}
.target{pointer-events:none;}
sub{font-size:70%;vertical-align:bottom;padding:0 0.1em 0 0;}
.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}
.fl{float:left !important;}
.fr{float:right !important;}
.cb{clear:both !important;}
.tc{text-align:center;}
.tr{text-align:right;}
.tl{text-align:left !important;}
br{height:0;width:0;line-height:0;}
.nobr{display:none;}
.mt0{margin-top:0 !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt90{margin-top:90px !important;}
.mt100{margin-top:100px !important;}
.mt120{margin-top:120px !important;}
.mb0{margin-bottom:0 !important;}
@media (max-width:1280px){
br.br1280{display:block;}
.nobr1280{display:none;}
}
@media (max-width:960px){
img{max-width:100%;}
br.br960{display:block;}
.nobr960{display:none;}
.mt50{margin-top:40px !important;}
.mt60{margin-top:40px !important;}
.mt70{margin-top:40px !important;}
.mt80{margin-top:40px !important;}
.mt90{margin-top:40px !important;}
.mt100{margin-top:40px !important;}
.mt120{margin-top:40px !important;}
}
@media (max-width:768px){
br.br768{display:block;}
.nobr768{display:none;}
}
@media (max-width:600px){
br.br600{display:block;}
.nobr600{display:none;}
}
@media (max-width:480px){
br.br480{display:block;}
.nobr480{display:none;}
}

/* loader */
#loader-bg {
  position: fixed;
  background: #00a29a;
  height: 100vh;
  width: 100vw;
  backface-visibility: hidden;
  z-index: 10001;
  text-align: center;
}
#loader {
  position: absolute;
  top: 50%;
  left: 0;
  right:0;
  /*margin-left: -260px;*/
  display: inline-block;
  width: 520px;
  height:20px;
  margin: 0 auto;
}
@media (max-width:768px) {
#loader {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 370px;
  top: 35%;
}
}

.s {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  float: left;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  /*mix-blend-mode:hard-light*/
}
.s:nth-child(n+2) {
  margin-left: 80px;
}
.s:nth-child(1) {
  background: #33ffbb;
  -webkit-animation: r0 2s 0s ease-out infinite;
  -moz-animation: r0 2s 0s ease-out infinite;
  animation: r0 2s 0s ease-out infinite;
}
@-webkit-keyframes r0 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 179, 0);}
  10% { box-shadow: 0 0 8px 6px #1affb3, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affb3;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 179, 0);}
}
@-moz-keyframes r0 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 179, 0);}
  10% { box-shadow: 0 0 8px 6px #1affb3, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affb3;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 179, 0);}
}
@keyframes r0 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 179, 0);}
  10% { box-shadow: 0 0 8px 6px #1affb3, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affb3;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 179, 0);}
}
.s:nth-child(2) {
  background: #33ffdd;
  -webkit-animation: r1 2s 0.25s ease-out infinite;
  -moz-animation: r1 2s 0.25s ease-out infinite;
  animation: r1 2s 0.25s ease-out infinite;
}
@-webkit-keyframes r1 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 217, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 217, 0);}
  10% { box-shadow: 0 0 8px 6px #1affd9, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affd9;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 217, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 217, 0);}
}
@-moz-keyframes r1 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 217, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 217, 0);}
  10% { box-shadow: 0 0 8px 6px #1affd9, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affd9;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 217, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 217, 0);}
}
@keyframes r1 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 217, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 217, 0);}
  10% { box-shadow: 0 0 8px 6px #1affd9, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affd9;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 217, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 217, 0);}
}
.s:nth-child(3) {
  background: #33ffff;
  -webkit-animation: r2 2s 0.5s ease-out infinite;
  -moz-animation: r2 2s 0.5s ease-out infinite;
  animation: r2 2s 0.5s ease-out infinite;
}
@-webkit-keyframes r2 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1affff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 255, 0);}
}
@-moz-keyframes r2 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1affff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 255, 0);}
}
@keyframes r2 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 255, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 255, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1affff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1affff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 255, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 255, 255, 0);}
}
.s:nth-child(4) {
  background: #33ddff;
  -webkit-animation: r3 2s 0.75s ease-out infinite;
  -moz-animation: r3 2s 0.75s ease-out infinite;
  animation: r3 2s 0.75s ease-out infinite;
}
@-webkit-keyframes r3 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 217, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 217, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1ad9ff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1ad9ff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 217, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 217, 255, 0);}
}
@-moz-keyframes r3 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 217, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 217, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1ad9ff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1ad9ff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 217, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 217, 255, 0);}
}
@keyframes r3 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 217, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 217, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1ad9ff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1ad9ff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 217, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 217, 255, 0);}
}
.s:nth-child(5) {
  background: #33bbff;
  -webkit-animation: r4 2s 1s ease-out infinite;
  -moz-animation: r4 2s 1s ease-out infinite;
  animation: r4 2s 1s ease-out infinite;
}
@-webkit-keyframes r4 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 179, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 179, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1ab3ff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1ab3ff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 179, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 179, 255, 0);}
}
@-moz-keyframes r4 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 179, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 179, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1ab3ff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1ab3ff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 179, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 179, 255, 0);}
}
@keyframes r4 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 179, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 179, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1ab3ff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1ab3ff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 179, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 179, 255, 0);}
}
.s:nth-child(6) {
  background: #3399ff;
  -webkit-animation: r5 2s 1.25s ease-out infinite;
  -moz-animation: r5 2s 1.25s ease-out infinite;
  animation: r5 2s 1.25s ease-out infinite;
}
@-webkit-keyframes r5 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 140, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1a8cff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1a8cff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 140, 255, 0);}
}
@-moz-keyframes r5 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 140, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1a8cff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1a8cff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 140, 255, 0);}
}
@keyframes r5 {
  0% { box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #00a29a, 0 0 0px 0px rgba(26, 140, 255, 0);}
  10% { box-shadow: 0 0 8px 6px #1a8cff, 0 0 12px 10px #00a29a, 0 0 12px 14px #1a8cff;}
  100% { box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 40px #00a29a, 0 0 0px 40px rgba(26, 140, 255, 0);}
}
@media (max-width:768px) {
.s:nth-child(n+2) {
  margin-left: 50px;
}
}

/* fade */
.invisible {
  transition:opacity 0.5s ease;
  opacity:0.0;
}
.visible {
  transition:opacity 0.5s ease;
  opacity:1.0;
}
.fadeIn {
 -webkit-animation:fadeIn 1.5s both;
 animation:fadeIn 1.5s both;
 visibility:visible !important;
}
@-webkit-keyframes fadeIn {
 0% { opacity:0; -webkit-transform:translateY(5px); }
 100% { opacity:1; -webkit-transform:translateY(0); }
}
@keyframes fadeIn {
 0% { opacity: 0; -webkit-transform: translateY(5px);transform: translateY(5px); }
 100% { opacity: 1; -webkit-transform: translateY(0);transform: translateY(0); }
}
.e-fade{
  opacity :0;
  -webkit-transform :translate(0,45px);
  transform :translate(0,45px);
  -webkit-transition :all 0.8s;
  transition :all 0.8s;
}
.e-delay002{
  -webkit-transition-delay:0.2s;
  transition-delay:0.2s;
}
.e-delay003{
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}
.e-delay005{
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}
.e-delay007{
  -webkit-transition-delay:0.7s;
  transition-delay:0.7s;
}
.e-delay009{
  -webkit-transition-delay:0.9s;
  transition-delay:0.9s;
}
.e-delay012{
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}
.e-fade.e-scroll{
  opacity :1;
  -webkit-transform :translate(0, 0);
  transform :translate(0, 0);
}
.f_ropa{
  font-family: 'Ropa Sans', sans-serif;
}

.header{
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
  align-items:center;
  background: #00A29A;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(39,53,52,0.2);
  position: relative;
  z-index: 2;
}
.header .h1_ttl{
  padding:0.5em 3% 0.5em 4%;
  background: #fff;
  position: relative;
  left:0;
  top:0;
  z-index: 1;
}
.header .h1_ttl img{
  max-width: auto !important;
}
.header .h1_ttl:after{
  position: absolute;
  left:0;
  top:0;
  z-index: -1;
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(10%) skewX(-18deg);
  background: #fff;
}
.mnav_w{
  padding:0.5em 4%;
}
.mnav{
  display: -webkit-flex;
  display: flex;
  justify-content:flex-end;
}
.mnav .nav_a{
  padding:0 1em;
  color:rgba(255,255,255,0.9);
  letter-spacing:0.1em;
  font-size: 1.62rem;
}
.mnav .nav_a:hover{
  color:rgba(210,250,140,1.0);
  opacity: 1.0;
}
@media (max-width:1280px){

}
@media (max-width:960px){
.mnav .nav_a{
  padding:0 0.5em;
  font-size: 1.4rem;
}
}
@media (max-width:768px){
.mnav_w{
  display: none;
}
}
@media (max-width:600px){

}
.drawer_w,
.drawer_w .drawer-toggle,
.drawer-nav{
  display: none;
  z-index: 888;
}
.drawer_w .drawer-toggle {
  margin-top:5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 9px 12px 15px 11px;
  color:rgba(255,255,255,0.7);
  background:rgba(255,255,255,0.7);
  z-index: 10000;
}
.drawer-hamburger-icon{
  position: relative;
  left: 1px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  background-color: #110F0F !important;
}
.drawer-open .drawer-hamburger-icon{
  background-color: transparent !important;
}
.drawer-hamburger:after{
  content:"MENU";
  font-size:11px;
  color:#110F0F;
  -webkit-transform: translate(-1px,6px);
  transform: translate(-1px,6px);
  display: block;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
  z-index: 10000;
}
.drawer-nav {
  position: fixed;
  z-index: 999 !important;
  top: 0;
  /*left: -60%;*/
  overflow: hidden;
  width: 100% !important;
  height: 100%;
  background-color: rgba(0,162,154,0.8);
  color: rgba(255,255,255,0.8);
  -webkit-transition: left 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--right .drawer-nav {
  right: -100%;
}
.drawer-open .drawer-nav {
  right: 0;
 /* -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
  overflow: auto;
}
.drawer-menu {
   margin:50px 4% 0; 
}
.drawer-menu li{
  margin-top:0.5em;
}
.drawer-menu li a{
  display: block;
  padding:0.6em;
  border:solid 1px rgba(255,255,255,0.4);
  border-radius: 3px;
  text-align: center;
  font-size: 1.7rem;
}
.drawer-menu li a:hover{
  background: rgba(255,255,255,0.2);
}
.drawer-menu li img{
  opacity: 0.7;
}
.drawer-overlay {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17,15,15, 0.7);
  -webkit-backdrop-filter: blur(5px);
  -webkit-tap-highlight-color: transparent
}
.drawer-open .drawer-overlay {
  display: block;
  opacity: 1;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@media (max-width:768px) {
.drawer_w,
.drawer_w .drawer-toggle,
.drawer-nav {
  display: block;
}
}

.breadcrumb_w{
  position: relative;
  z-index: 5;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
  float: right;
}
.breadcrumb_w li{
  display: inline-block;
  color: #0e69c1;
}
.breadcrumb_w li a{
  padding:0 0.6em;
  color: #0e69c1;
}
@media (max-width:1280px){

}
@media (max-width:960px){

}
@media (max-width:768px){

}
@media (max-width:600px){

}

.main{
  overflow: hidden;
}
.main .bg_blue{
  position: relative;
  z-index: 1;
}
.main .bg_blue:after{
  display: block;
  content: "";
  position: absolute;
  top:25px;
  left:-35px;
  z-index: -1;
  width: calc(100% + 70px);
  height: calc(100% + 60px);
  background: rgba(63,165,241,0.08);
  transform: skewY(-10deg);
  background-blend-mode:screen;
}
.main .bg_white{
  background:rgba(255,255,255,1.0);
}
.inner{
  width: 92%;
  margin: 0 auto;
  padding:70px 0 60px;
}
.w1200{
  max-width:1200px;
  margin:0 auto;
}
.w960{
  max-width:960px;
  margin:0 auto;
}
.w800{
  max-width:800px;
  margin:0 auto;
}
@media (max-width:1334px){
.w1200{
  width:100%;
}
}
@media (max-width:960px){

}
@media (max-width:768px){

}
@media (max-width:600px){
.inner{
  padding:40px 0;
}
}

.main .area_w{
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
  align-items:flex-start;
  padding:20px 0 10px;
}
.main .area_l{
  width: 50%;
  padding-right:3%;
  box-sizing: border-box;
}
.main .area_r{
  width: 50%;
  padding-left:3%;
  box-sizing: border-box;
}
.main .area_w .txt{
  width: 55%;
}
.main .area_w .img{
  width: 45%;
}
.main .area_w .img img{
  max-width: 100%;
  height: auto;
}
@media (max-width:1280px){

}
@media (max-width:960px){

}
@media (max-width:768px){
.main .area_w{
  flex-direction:column;
  padding:20px 0 10px;
}
.main .area_l{
  width: 100%;
  padding-right:0;
}
.main .area_r{
  width: 100%;
  padding-left:0;
}
.main .area_w .txt{
  width: 100%;
}
.main .area_w .img{
  width: 100%;
  text-align: center;
}
.main .area_w .img img{
  width: 100%;
  height: auto;
  max-width: 400px;
}
}
@media (max-width:600px){

}
@media (max-width:480px){

}

.main .h2_ttl,
.main .catch02{
  padding:1em 0 0;
  margin-bottom:0.3em;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  color:rgba(0,162,154,1.0);
  text-align: center;
}
.main .h3_ttl{
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1.4;
  margin-bottom: 1.0em;
  /*margin-top: 0.3em;*/
}
.main .catch01{
  font-weight: bold;
  display: block;
  color:rgba(0,162,154,1.0);
  text-align: center;
  font-size: 8.2rem;
}
.main p{
  max-width:90vw;
  margin:0 auto;
}
.main p + p{
  margin-top:0.7em;
}
.main .l01{
  font-size:115%;
  font-weight: bold;
  opacity: 0.96;
}
.main .s01{
  font-size:86%;
  opacity:0.8;
}
@media (max-width:1280px){
.main .h2_ttl,
.main .catch02{
  font-size: 4.2rem;
}
.main .h3_ttl{
  font-size: 2.4rem;
}
.main .catch01{
  font-size: 5.4rem;
}
}
@media (max-width:960px){
.main .h2_ttl,
.main .catch02{
  font-size: 3.6rem;
  line-height: 1.4;
}
}
@media (max-width:768px){
.main .h2_ttl,
.main .catch02{
  font-size: 3.2rem;
}
.main .h3_ttl{
  line-height: 1.5;
}
}
@media (max-width:600px){
.main .catch01{
  font-size: 4.2rem;
}
}
@media (max-width:480px){
.main .h2_ttl,
.main .catch02{
  font-size: 2.6rem;
}
.main .h3_ttl{
  font-size: 2.1rem;
}
.main .catch01{
  font-size: 3.0rem;
}
}

.main .li01{
  color:rgba(42,53,61,1.0);
  position: relative;
  padding-left:1.2em;
  padding-bottom:0.2em;
}
.main .li01:before{
  content:"- ";
  position: absolute;
  left:0;
  top:0;
  display: inline-block;
  color: rgba(63,165,241,1.0);
  font-weight: bold;
}
.main .dl01{
  margin-top:-1em;
}
.main .dl01 dt{
  margin-top:1em;
  font-size: 120%;
  font-weight: bold;
  color:rgba(39,53,52,0.96);
  position: relative;
  padding-left:1.2em;
  padding-bottom:0.2em;
}
.main .dl01 dt:before{
  content:"";
  position: absolute;
  left:0;
  top:0.3em;
  display: block;
  width: 0.6em;
  height: 1.2em;
  background: rgba(0,162,154,1.0);
}
.main .dl01 dd{
  padding-left:1.7em;
  line-height: 1.5;
  margin-bottom:1.6em;
}
@media (max-width:1280px){

}
@media (max-width:960px){

}
@media (max-width:768px){

}
@media (max-width:600px){

}

.main .table01{
  width: 100%;
}
.main .table01 th,
.main .table01 td{
  border-bottom:solid 1px rgba(42,53,61,0.3);
  padding:0 0.5em;
}
.main .table01 th{
  font-weight: bold;
}
.main .table01 .thead01 th{
  font-size: 86%;
  letter-spacing: 0.14em;
  color:rgba(42,53,61,0.96);
  padding-bottom:0.3em;
}
.main .table01 .tbody01{
  /*opacity: 0.96;*/
}

.btn{
  text-align: center;
}
.btn a,
.btn input[type="submit"] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 20px 0;
  width: 60%;
  text-decoration: none;
  line-height: 1.1;
  background: rgba(0,162,154,1.0);
  color: rgba(255,255,255,0.9);
  box-sizing: border-box;
  font-weight: 700;
  font-size: 2.1rem;
}
.btn a:hover,
.btn input[type="submit"]:hover {
  background: rgba(39,53,52,1.0);
  opacity: 1;
  color:rgba(255,255,255,0.9);
}


.footer_w{
  padding:28px 35px 28px;
  /*background: rgba(42,53,61,0.1);*/
  background: #1B62C7;
  border-radius:0 0 10px 10px;
  position: relative;
  z-index: 3;
}
/*.fbtn_w{
  display: -webkit-flex;
  display: flex;
  justify-content:space-around;
}
.fbtn{
  width: calc(50% - 8vw);
  margin:30px 4vw;
  float: left;
  position: relative;
}
.fbtn:after{
  position: absolute;
  top:51%;
  left:-10px;
  content: "";
  display: block;
  width: 5vw;
  height: 1px;
  background: #ead835;
  -webkit-transition:all 0.2s ease-out 0s;
  transition:all 0.2s ease-out 0s;
}
.fbtn:hover:after{
  left:-30px;
}
.fbtn_a{
  padding:30px 20px 28px 40px;
  display: block;
  background: rgba(42,53,61,0.6);
  color:rgba(255,255,255,0.8);
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.fbtn_a:hover{
  background:rgba(63,165,241,1.0);
  color:rgba(255,255,255,1.0);
}
.fbtn_a.f_ropa{
  font-size: 3.9rem;
}*/
.fnav_w{
  text-align: center;
}
.fnav{
  display: inline-block;
  margin: 0 auto;
}
.fnav .nav{
  display: inline-block;
}
.fnav a{
  padding:0.2em;
  margin:0 0.8em;
  color:rgba(39,53,52,0.7);
  /*font-size: 1.4rem;*/
  letter-spacing: 0.1em;
}
.fnav_a:hover{
  border-bottom:solid 1px rgba(255,255,255,0.6);
}
.footer02{
  text-align: right;
  line-height: 1.0;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: right top;
  position: absolute;
  z-index: 4;
  right:1em;
  padding-right:1em;
}
.copyright{
  text-align: center;
}
.copyright .logo{
  padding:30px;
}
.copyright p{
  font-weight: bold;
  color: #00A29A;
  font-size:1.3rem;
  padding:1em 0 1em 2.5em;
}
.pagetop{
  display: inline-block;
  padding-right:1em;
  line-height: 1.0;
  height: 0;
}
.pagetop_a{
  font-size: 1.4rem;
  letter-spacing:0;
  display: block;
  line-height: 1.0;
  padding:0 0.5em 0.2em;
  font-weight: bold;
  -webkit-transition:none;
  transition:none;
  color:rgba(255,255,255,0.6);
  border:solid 1px rgba(255,255,255,0.7);
  transform: translateY(-12%);
}
.pagetop_a:hover{
  background: rgba(255,255,255,0.9);
  color:rgba(14,105,193,1.0);
}
@media (max-width:1280px){
.footer_w{
  padding:28px 3% 28px;
}
}
@media (max-width:960px){

}
@media (max-width:768px){
.fnav_w{
  display: none;
}
.copyright p{
  padding:1em 0;
}
.copyright .logo img{
  max-width: 270px;
}
}
@media (max-width:600px){

}


.youtube_w{
  max-width: 640px;
  margin: 0 auto 30px;
  line-height: 1.3;
  font-size: 90%;
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border:solid 9px rgba(42,53,61,0.3);
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_w p{
  margin-top: 10px;
  text-align: left;
}
@media (max-width:1280px){

}
@media (max-width:960px){

}
@media (max-width:768px){

}
@media (max-width:600px){

}


.form .table02{
  margin:0 auto;
  text-align: left;
  width: 100%;
  font-size: 96%;
  letter-spacing: 0.1rem;
  border-collapse: separate;
  border-spacing: 0 2rem;
  line-height: 1.36;
}
.form .table02 th{
  text-align: center;
  position: relative;
  padding:0.7em 1.2em 0.48em 0.8em;
  box-sizing: border-box;
  vertical-align: middle;
  width:200px;
  font-weight: bold;
}
.form .table02 th span{
  position: absolute;
  right:1em;
  top:50%;
  color:rgba(0,162,154,1.0);
  transform: translateY(-50%);
}
.form .table02 td{
  text-align: left;
  border:solid 1px rgba(39,53,52,0.4);
  border-radius: 5px;
  vertical-align: middle;
}
.form .table02 input[type="text"],
.form .table02 input[type="tel"],
.form .table02 input[type="email"],
.form .table02 textarea{
  border: none;
}
.form .table02 input[type="text"]#zip{
  width: 200px;
}
.form .table02 textarea{
  height: 80px;
}
.form a{
  border-bottom:dashed 1px rgba(39,53,52,0.5);
}
.hissu {
  letter-spacing: 0.1em;
  color: rgba(255,255,255,1.0);
  background: rgba(0,162,154,0.8);
  border-radius: 0 0 1em 0;
  float: right;
  display: inline-block;
  margin-left: 1em;
  padding: 0 1em;
  line-height: 1.4;
  -webkit-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.agreement{
  color:rgba(39,53,52,0.7);
  margin: 2em 0;
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: center;
}
.agreement p,
.agreement ol{
  margin:0 auto 0;
  text-align: left;
}
.agreement .dl01 dt{
  margin-top: 0.5em;
  margin-bottom:0.1em;
  color:rgba(39,53,52,0.9);
}
input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
  width: 100%;
  height: 100%;
  border: none;
  line-height: 1.7;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 1px;
}
textarea {
  height: 160px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus{
  border:solid 1px rgba(39,53,52,0.4);
  box-shadow: 0 0 7px rgba(39,53,52,0.2);
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  top:5px;
  right:-12px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(39,53,52,0.4);
  border-radius: 1px;
}
input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid rgba(0,162,154,1.0);
  border-right: 2px solid rgba(0,162,154,1.0);
}
div.wpcf7-mail-sent-ok {
  border:solid 2px rgba(39,53,52,0.4) !important;
  color:rgba(39,53,52,1.0) !important;
}
div.wpcf7-mail-sent-ng{
  border: solid 2px rgba(235,130,0,1.0) !important;
  color: rgba(235,130,0,1.0) !important;
}
div.wpcf7-spam-blocked {
  border: solid 2px rgba(235,130,0,1.0) !important;
  color: rgba(235,130,0,1.0) !important;
}
div.wpcf7-validation-errors {
	border: solid 2px rgba(235,130,0,1.0) !important;
  color: rgba(235,130,0,1.0) !important;
}
div.wpcf7-response-output{
  text-align: left;
  padding:0.3em 1em !important;
  border-radius: 5px;
}
.wpcf7-form-control-wrap{
  position: relative;
}
.wpcf7-not-valid-tip{
  margin-top:4px;
  border:solid 2px rgba(235,130,0,1.0);
  border-radius: 5px;
  padding:0.2em 1em 0.2em 1.6em !important;
  text-align: left;
  display: inline-block !important;
  color:rgba(235,130,0,1.0) !important;
  line-height: 1.0em;
  font-size: 1.2rem !important;
}
@media (max-width:1280px) {

}
@media (max-width:960px) {

}
@media (max-width:768px) {
.form .table02,
.form .table02 tbody,
.form .table02 tbody tr{
  display: block;
  width: 100% !important;
}
.form .table02 th{
  display: inline-block;
  width: auto;
}
.form .table02 th span {
  right:-1em;
}
.form .table02 td{
  display: block;
}
}
@media (max-width:600px) {

}
@media (max-width:640px) {

}

.pager_l{
  float: left;
}
.pager_l a{
  margin-left: 2.0em;
}
.pager_l a:before{
  left: -1.5em;
  transform: rotate(-135deg);
}
.pager_r{
  float: right;
}
.pager_r a{
  margin-right: 1.7em;
}
.pager_r a:before{
  right: -1.2em;
  transform: rotate(45deg);
}
@media (max-width:1280px){

}
@media (max-width:960px){

}
@media (max-width:768px){

}
@media (max-width:600px){

}