@charset "utf-8";
@charset "utf-8";
@charset "UTF-8";



   html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
ul li {
list-style-type: none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
} ins {
background-color:#ff9;
color:#000;
text-decoration:none;
} mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
} hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
  .clearfix{
zoom:1; }
.clearfix:after{ content:".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
* html .clearfix{
display: inline-table;/*\*/display: block;/**/} a {border: none; outline: none; overflow: hidden;}
a img {border: none; outline: none;}
a:link    {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover   {color: #000; text-decoration: none;}
a:active  {color: #000; text-decoration: none;} .block {display: block;}
.none  {display: none;} .floatLeft  {float: left;}
.floatRight {float: right;}
.clearLeft  {clear: left;}
.clearRight {clear: right;}
.clearBoth  {clear: both;}  .left   {text-align: left;}
.right  {text-align: right;}
.center {text-align: center;} .bold {font-weight: bold;} .indent {
text-indent: -1.5em;
padding-left: 1.5em;
} .red {color: #bc0e17;}  .mT5  {margin-top: 5px;}
.mR5  {margin-right: 5px;}
.mB5  {margin-bottom: 5px;}
.mL5  {margin-left: 5px;}
.mT10 {margin-top: 10px;}
.mR10 {margin-right: 10px;}
.mB10 {margin-bottom: 10px;}
.mL10 {margin-left: 10px;}
.mT15 {margin-top: 15px;}
.mR15 {margin-right: 15px;}
.mB15 {margin-bottom: 15px;}
.mL15 {margin-left: 15px;}
.mT20 {margin-top: 20px;}
.mR20 {margin-right: 20px;}
.mB20 {margin-bottom: 20px;}
.mL20 {margin-left: 20px;} .pT5  {padding-top: 5px;}
.pR5  {padding-right: 5px;}
.pB5  {padding-bottom: 5px;}
.pL5  {padding-left: 5px;}
.pT10 {padding-top: 10px;}
.pR10 {padding-right: 10px;}
.pB10 {padding-bottom: 10px;}
.pL10 {padding-left: 10px;}
.pT15 {padding-top: 15px;}
.pR15 {padding-right: 15px;}
.pB15 {padding-bottom: 15px;}
.pL15 {padding-left: 15px;}
.pT20 {padding-top: 20px;}
.pR20 {padding-right: 20px;}
.pB20 {padding-bottom: 20px;}
.pL20 {padding-left: 20px;}
.pT30 {padding-top: 30px;}
.pR30 {padding-right: 30px;}
.pB30 {padding-bottom: 30px;}
.pL30 {padding-left: 30px;}
 html {
font-size: 62.5%;
}
body {
font-size: 62.5%;
background: #fff;
color: #000;
vertical-align: baseline;
font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
line-height: 1.7;
-webkit-text-size-adjust: 100%;
}
body.no-scroll {
position: absolute;
height: 100%;
}
#main-overlay {
position: fixed;
width: 100%;
height: 100%;
background: #fff;
z-index: 99999;
}
#main-overlay.fadeOut {
-webkit-transition: opacity 500ms;
transition: opacity 500ms;
-webkit-transition-delay: 300ms;
transition-delay: 300ms;
opacity: 0;
}
#global-navi {
position: fixed;
top: 0px;
right: 0px;
z-index: 9999;
}
#global-navi .menu {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0px);
transform: translate3d(-50%, -50%, 0px);
z-index: 10;
}
#global-navi .menu li {
position: relative;
-webkit-transform: translateY(10px);
transform: translateY(10px);
margin-bottom: 41px;
opacity: 0;
text-align: center;
display: none;
}
#global-navi .menu li img {
width: 50%;
height: auto;
}
@media only screen and (min-width: 768px) {
#global-navi .menu li {
width: 138px;
height: auto;
}
}
#global-navi .menu li.active {
-webkit-animation: menuFadeIn 500ms ease;
animation: menuFadeIn 500ms ease;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
display: block;
}
#global-navi .menu li.active:nth-child(0) {
-webkit-animation-delay: 170ms;
animation-delay: 170ms;
}
#global-navi .menu li.active:nth-child(1) {
-webkit-animation-delay: 220ms;
animation-delay: 220ms;
}
#global-navi .menu li.active:nth-child(2) {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
}
#global-navi .menu li.active:nth-child(3) {
-webkit-animation-delay: 320ms;
animation-delay: 320ms;
}
#global-navi .menu li.active:nth-child(4) {
-webkit-animation-delay: 370ms;
animation-delay: 370ms;
}
#global-navi .menu li.active:nth-child(5) {
-webkit-animation-delay: 420ms;
animation-delay: 420ms;
}
#global-navi .menu li.active:nth-child(6) {
-webkit-animation-delay: 470ms;
animation-delay: 470ms;
}
@-webkit-keyframes menuFadeIn {
0% {
opacity: 0;
}
0.01% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes menuFadeIn {
0% {
opacity: 0;
}
0.01% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
#global-navi .menu li.non-active {
display: none;
opacity: 0;
}
#global-navi .menu li:last-child {
margin: 0;
}
#global-navi .menu li a {
text-decoration: none;
color: #000000;
}
@media only screen and (min-width: 768px) {
#global-navi .menu li {
-webkit-transform: translateY(20px);
transform: translateY(20px);
margin-bottom: 81px;
text-align: center;
}
#global-navi .menu li img {
width: 100%;
height: auto;
}
}
#global-navi .bg-circle {
position: fixed;
top: -20px;
right: -18px;
width: 60px;
height: 60px;
border: 1px solid #fff;
border-radius: 60px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
#global-navi .bg-circle {
top: -40px;
right: -37px;
width: 120px;
height: 120px;
border-radius: 120px;
}
}
#global-navi .bg-circle.active {
position: fixed;
-webkit-animation: circle01_active 900ms ease-out;
animation: circle01_active 900ms ease-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 70ms;
animation-delay: 70ms;
}
@-webkit-keyframes circle01_active {
0% {
background: rgba(0, 0, 0, 0.2);
}
5.99% {
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
6% {
top: -47px;
right: -37px;
background: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
top: 600px;
right: 400px;
background: #fff;
-webkit-transform: scale(35);
transform: scale(35);
}
}
@keyframes circle01_active {
0% {
background: rgba(0, 0, 0, 0.2);
}
5.99% {
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
6% {
top: -47px;
right: -37px;
background: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
top: 600px;
right: 400px;
background: #fff;
-webkit-transform: scale(35);
transform: scale(35);
}
}
@-webkit-keyframes circle01_active_pc {
0% {
background: rgba(0, 0, 0, 0.2);
}
5.99% {
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
6% {
top: -47px;
right: -37px;
background: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
top: 3000px;
right: 2500px;
background: #fff;
-webkit-transform: scale(70);
transform: scale(70);
}
}
@keyframes circle01_active_pc {
0% {
background: rgba(0, 0, 0, 0.2);
}
5.99% {
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
6% {
top: -47px;
right: -37px;
background: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
top: 3000px;
right: 2500px;
background: #fff;
-webkit-transform: scale(70);
transform: scale(70);
}
}
@media only screen and (min-width: 768px) {
#global-navi .bg-circle.active {
-webkit-animation: circle01_active_pc 900ms ease-out;
animation: circle01_active_pc 900ms ease-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 70ms;
animation-delay: 70ms;
-webkit-animation-duration: 1300ms;
animation-duration: 1300ms;
}
}
#global-navi .bg-circle.non-active {
position: fixed;
-webkit-animation: circle01_non_active 700ms linear;
animation: circle01_non_active 700ms linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 70ms;
animation-delay: 70ms;
-webkit-transform-origin: 50%;
transform-origin: 50%;
top: 50%;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(35);
transform: translate3d(0px, -50%, 0px) scale(35);
background: rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
background: #fff;
}
@-webkit-keyframes circle01_non_active {
0% {
background: #fff;
-webkit-transform: translate3d(0px, -100%, 0px) scale(35);
transform: translate3d(0px, -100%, 0px) scale(35);
right: 50%;
}
0.01% {
background: transparent;
-webkit-transform: translate3d(0px, -100%, 0px) scale(35);
transform: translate3d(0px, -100%, 0px) scale(35);
right: 50%;
}
25% {
top: 150px;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(10);
transform: translate3d(0px, -50%, 0px) scale(10);
}
45% {
-webkit-transform: translate3d(0px, -110%, 0px) scale(0.15);
transform: translate3d(0px, -110%, 0px) scale(0.15);
}
68% {
-webkit-transform: translate3d(0px, -70%, 0px) scale(0.2);
transform: translate3d(0px, -70%, 0px) scale(0.2);
background: transparent;
}
84% {
top: -20px;
right: -18px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
tranform-origin: 50% 0%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
100% {
top: -20px;
right: -18px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
}
@keyframes circle01_non_active {
0% {
background: #fff;
-webkit-transform: translate3d(0px, -100%, 0px) scale(35);
transform: translate3d(0px, -100%, 0px) scale(35);
right: 50%;
}
0.01% {
background: transparent;
-webkit-transform: translate3d(0px, -100%, 0px) scale(35);
transform: translate3d(0px, -100%, 0px) scale(35);
right: 50%;
}
25% {
top: 150px;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(10);
transform: translate3d(0px, -50%, 0px) scale(10);
}
45% {
-webkit-transform: translate3d(0px, -110%, 0px) scale(0.15);
transform: translate3d(0px, -110%, 0px) scale(0.15);
}
68% {
-webkit-transform: translate3d(0px, -70%, 0px) scale(0.2);
transform: translate3d(0px, -70%, 0px) scale(0.2);
background: transparent;
}
84% {
top: -20px;
right: -18px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
tranform-origin: 50% 0%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
100% {
top: -20px;
right: -18px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
}
@-webkit-keyframes circle01_non_active_pc {
0% {
background: #fff;
-webkit-transform: translate3d(0px, -100%, 0px) scale(70);
transform: translate3d(0px, -100%, 0px) scale(70);
right: 50%;
}
0.01% {
background: transparent;
-webkit-transform: translate3d(0px, -100%, 0px) scale(70);
transform: translate3d(0px, -100%, 0px) scale(70);
right: 50%;
}
25% {
top: 300px;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(10);
transform: translate3d(0px, -50%, 0px) scale(10);
}
45% {
-webkit-transform: translate3d(0px, -90%, 0px) scale(0.15);
transform: translate3d(0px, -90%, 0px) scale(0.15);
}
70% {
-webkit-transform: translate3d(0px, -70%, 0px) scale(0.2);
transform: translate3d(0px, -70%, 0px) scale(0.2);
background: transparent;
}
80% {
top: -40px;
right: -37px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
tranform-origin: 50% 0%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
100% {
top: -40px;
right: -37px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
}
@keyframes circle01_non_active_pc {
0% {
background: #fff;
-webkit-transform: translate3d(0px, -100%, 0px) scale(70);
transform: translate3d(0px, -100%, 0px) scale(70);
right: 50%;
}
0.01% {
background: transparent;
-webkit-transform: translate3d(0px, -100%, 0px) scale(70);
transform: translate3d(0px, -100%, 0px) scale(70);
right: 50%;
}
25% {
top: 300px;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(10);
transform: translate3d(0px, -50%, 0px) scale(10);
}
45% {
-webkit-transform: translate3d(0px, -90%, 0px) scale(0.15);
transform: translate3d(0px, -90%, 0px) scale(0.15);
}
70% {
-webkit-transform: translate3d(0px, -70%, 0px) scale(0.2);
transform: translate3d(0px, -70%, 0px) scale(0.2);
background: transparent;
}
80% {
top: -40px;
right: -37px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
tranform-origin: 50% 0%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
100% {
top: -40px;
right: -37px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
}
@media only screen and (min-width: 768px) {
#global-navi .bg-circle.non-active {
-webkit-animation: circle01_non_active_pc 700ms linear;
animation: circle01_non_active_pc 700ms linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 70ms;
animation-delay: 70ms;
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
}
#global-navi .circle {
position: absolute;
top: -4px;
right: -4px;
width: 36px;
height: 36px;
border-radius: 36px;
opacity: 0;
z-index: 2;
}
@media only screen and (min-width: 768px) {
#global-navi .circle {
top: -4px;
right: -6px;
width: 71px;
height: 71px;
border-radius: 71px;
}
}
#global-navi .circle .bg-color {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
border-radius: 100%;
background: #fff;
}
#global-navi .circle.active {
-webkit-animation: circle02 800ms ease-in;
animation: circle02 800ms ease-in;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes circle02 {
0.99% {
background: transparent;
border: 2px solid #ccc;
opacity: 1;
}
1% {
opacity: 1;
border: 2px solid #ccc;
}
15% {
opacity: 1;
box-shadow: 0px 0px 7px 1px #ccc;
border: 2px solid #ccc;
}
25% {
opacity: 1;
border: 2px solid #ccc;
}
45% {
opacity: 0;
border: 2px solid #ccc;
}
100% {
opacity: 0;
border: 2px solid #ccc;
}
}
@keyframes circle02 {
0.99% {
background: transparent;
border: 2px solid #ccc;
opacity: 1;
}
1% {
opacity: 1;
border: 2px solid #ccc;
}
15% {
opacity: 1;
box-shadow: 0px 0px 7px 1px #ccc;
border: 2px solid #ccc;
}
25% {
opacity: 1;
border: 2px solid #ccc;
}
45% {
opacity: 0;
border: 2px solid #ccc;
}
100% {
opacity: 0;
border: 2px solid #ccc;
}
}
@media only screen and (min-width: 768px) {
#global-navi .circle.active {
-webkit-animation: circle02 600ms linear;
animation: circle02 600ms linear;
}
}
#global-navi .menu-border {
position: absolute;
top: -20px;
right: -18px;
width: 62px;
height: 62px;
border-radius: 62px;
padding: 0;
z-index: 30;
}
#global-navi .menu-border span {
position: absolute;
left: 21px;
width: 14px;
height: 1px;
background-color: #fff;
-webkit-transition: all 300ms;
transition: all 300ms;
-webkit-transition-delay: 120ms;
transition-delay: 120ms;
}
#global-navi .menu-border span:nth-of-type(1) {
top: 30px;
}
#global-navi .menu-border span:nth-of-type(2) {
top: 35px;
}
#global-navi .menu-border span:nth-of-type(3) {
top: 40px;
}
#global-navi .menu-border span.active:nth-of-type(1) {
background: #4e4e4e;
-webkit-transform: translateY(5px) rotate(45deg);
transform: translateY(5px) rotate(45deg);
}
#global-navi .menu-border span.active:nth-of-type(2) {
opacity: 0;
}
#global-navi .menu-border span.active:nth-of-type(3) {
background: #4e4e4e;
-webkit-transform: translateY(-5px) rotate(-45deg);
transform: translateY(-5px) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
#global-navi .menu-border {
top: -40px;
right: -37px;
width: 122px;
height: 122px;
border-radius: 122px;
}
#global-navi .menu-border span {
width: 28px;
height: 2px;
background-color: #fff;
-webkit-transition: all 300ms;
transition: all 300ms;
-webkit-transition-delay: 120ms;
transition-delay: 120ms;
left: 39px;
}
#global-navi .menu-border span:nth-of-type(1) {
top: 60px;
}
#global-navi .menu-border span:nth-of-type(2) {
top: 70px;
}
#global-navi .menu-border span:nth-of-type(3) {
top: 80px;
}
#global-navi .menu-border span.active:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(45deg);
transform: translateY(10px) rotate(45deg);
}
#global-navi .menu-border span.active:nth-of-type(2) {
opacity: 0;
}
#global-navi .menu-border span.active:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
} input[type="submit"],
input[type="button"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
outline-offset: -2px;
}
select::-ms-expand {
display: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
border: 1px solid #777777;
width: 100%;
background: #fff url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-down.png) no-repeat 97% center !important;
background-size: 7px 4px;
padding: 6px 10px;
position: relative;
}
input {
background: #e9e9e9 !important;
border-radius: 0;
border: none !important;
padding: 9px;
width: 100%;
box-sizing: border-box;
}
input[type="submit"], input[type="button"] {
background: #fff !important;
border: 1px solid #777777 !important;
border-radius: 20px;
width: 50%;
margin: 25px 0;
cursor: pointer;
}
input.wpcf7c-elm-step2 {
margin-bottom: 12px;
}
input[type="button"] {
margin: 0 0 25px 0;
}
input:-webkit-autofill, textarea:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #e9e9e9 inset !important;
}
textarea {
background: #e9e9e9;
border-radius: 0;
border: none !important;
padding: 9px;
width: 100%;
box-sizing: border-box;
}
.wpcf7-response-output {
display: none !important;
}
.ajax-loader {
display: none;
}
.wpcf7-not-valid-tip {
font-size: 10px !important;
}
textarea + .wpcf7-not-valid-tip {
margin-top: -6px;
}
.wpcf7c-conf {
border: none !important;
}
#form-contents .wpcf7c-conf {
background-color: #fff !important;
background-image: none !important;
border: none !important;
}
input.wpcf7c-conf:-webkit-autofill, textarea:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
#form-header input.wpcf7c-conf {
background-color: #f7f7f7 !important;
}
#form-footer input.wpcf7c-conf {
background: #f7f7f7 !important;
text-align: center;
}
#index #contact .wpcf7c-conf {
background: #fff !important;
}
@media only screen and (min-width: 768px) {
.wpcf7-not-valid-tip {
font-size: 12px !important;
}
} .display-pc {
display: none;
}
@media only screen and (min-width: 768px) {
.display-pc {
display: block;
}
.display-sp {
display: none;
}
} a {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
} #page {
width: 100%;
position: relative;
} header h1 {
position: absolute;
top: 10px;
left: 10px;
z-index: 200;
}
header h1 img {
width: 33px;
}
@media only screen and (min-width: 768px) {
header h1 {
left: 20px;
}
header h1 img {
width: 66px;
}
header #global-navi.on {
-webkit-transition: opacity 400ms;
transition: opacity 400ms;
opacity: 0.6;
}
header #global-navi.off {
-webkit-transition: opacity 400ms;
transition: opacity 400ms;
opacity: 1;
}
header #global-navi p img {
width: 80px;
}
} section #global-header {
display: table;
height: 55px;
width: 100%;
}
section #global-header h2 {
display: table-cell;
font-size: 14px;
vertical-align: middle;
text-align: center;
letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
section #global-header {
height: 100px;
}
section #global-header h2 {
font-size: 20px;
}
} footer {
background: #000;
padding: 10px 0;
}
footer .copyright {
color: #fff;
text-align: center;
font-size: 10px;
}
@media only screen and (min-width: 768px) {
footer .copyright {
font-size: 12px;
}
} section #global-footer p {
background: #f0f0f0;
text-align: center;
font-size: 10px;
}
section #global-footer p a {
display: block;
padding: 17px 0;
position: relative;
}
section #global-footer p a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right-black.png) no-repeat 0 0;
background-size: 6px 12px;
width: 6px;
height: 12px;
position: absolute;
top: 20px;
right: 10px;
}
@media only screen and (min-width: 768px) {
section #global-footer {
overflow: hidden;
margin-bottom: 20px;
}
section #global-footer p {
float: right;
font-size: 12px;
width: 160px;
margin-right: 20px;
text-align: left;
}
section #global-footer p a {
padding: 10px 28px;
}
section #global-footer p a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right-black.png) no-repeat 0 0;
background-size: 12px 24px;
width: 12px;
height: 24px;
top: 9px;
}
} .close-animatedModal {
position: fixed;
top: 10px;
right: 10px;
cursor: pointer;
}
.close-animatedModal img {
width: 16px;
}
@media only screen and (min-width: 768px) {
.close-animatedModal img {
width: 32px;
}
} @media only screen and (min-width: 768px) {
a,
a img,
input[type="button"],
input[type="submit"],
.hover {
-webkit-transition: all .3s;
transition: all .3s;
}
a:hover,
a img:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.hover:hover {
opacity: 0.6;
}
a.hover-none,
a img.hover-none,
input[type="button"].hover-none,
input[type="submit"].hover-none,
.hover.hover-none {
opacity: 1 !important;
}
.hover-zoom {
display: block;
overflow: hidden;
opacity: 1 !important;
}
.hover-zoom:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.hover-zoom img, .hover-zoom a {
-webkit-transition: -webkit-transform 400ms;
transition: -webkit-transform 400ms;
transition: transform 400ms;
transition: transform 400ms, -webkit-transform 400ms;
}
.hover-zoom img:hover, .hover-zoom a:hover {
opacity: 1 !important;
}
}section #global-header h2 {
font-size: 0;
}
section #global-header h2.recruit img {
width: 80px;
}
section #global-header h2.entry img {
width: 61px;
}
@media only screen and (min-width: 768px) {
section #global-header h2.recruit img {
width: 160px;
}
section #global-header h2.entry img {
width: 122px;
}
}  section #job-navi {
font-size: 12px;
}
section #job-navi .job-choice {
padding: 0 5%;
overflow: hidden;
}
section #job-navi .job-choice ul {
overflow: hidden;
float: left;
background: #fff;
width: 80%;
}
section #job-navi .job-choice ul li {
float: left;
border: 1px solid #777;
cursor: pointer;
padding: 6px 0 4px 10px;
width: 45%;
position: relative;
}
section #job-navi .job-choice ul li:first-child {
border-right: none;
}
section #job-navi .job-choice ul li:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-down.png) no-repeat 0 0;
background-size: 7px 4px;
position: absolute;
top: 12px;
right: 10px;
width: 7px;
height: 4px;
}
section #job-navi .job-choice p {
background: #4156b2;
width: 18%;
float: right;
}
section #job-navi .job-choice p a {
display: block;
padding: 7px 0 5px 10px;
position: relative;
color: #fff;
}
section #job-navi .job-choice p a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right.png) no-repeat 0 0;
background-size: 6px 12px;
top: 11px;
right: 10px;
width: 6px;
height: 12px;
position: absolute;
}
section #job-navi .job-list {
margin-top: 15px;
position: relative;
}
section #job-navi .job-list:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-up.gif) no-repeat;
background-size: 13px 6px;
width: 13px;
height: 6px;
position: absolute;
top: -6px;
left: 50%;
margin-left: -29%;
}
section #job-navi .job-list ul li {
font-size: 12px;
}
section #job-navi .job-list ul li a {
padding: 20px;
display: block;
position: relative;
}
section #job-navi .job-list ul li a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right-black.png) no-repeat;
background-size: 6px 12px;
width: 6px;
height: 12px;
position: absolute;
top: 50%;
margin-top: -6px;
right: 15px;
}
section #job-navi .job-list ul li:nth-child(odd) {
background: #f0f0f0;
}
section #job-navi .job-list ul li:nth-child(even) {
background: #f7f7f7;
}
section #job-navi .job-list#job-place:after {
margin-left: 7%;
}
section #job-navi .job-result {
display: table;
height: 75px;
width: 100%;
}
section #job-navi .job-result > div {
display: table-cell;
text-align: center;
vertical-align: middle;
font-size: 10px;
line-height: 1.2;
}
section #job-navi .job-result > div span {
font-size: 15px;
}
@media only screen and (min-width: 768px) {
section #job-navi .job-choice {
padding: 0;
width: 650px;
margin: 0 auto;
font-size: 14px;
}
section #job-navi .job-choice ul {
width: 80%;
}
section #job-navi .job-choice ul li {
padding: 13px 0 12px 20px;
width: 42%;
margin-right: 15px;
}
section #job-navi .job-choice ul li:first-child {
border-right: 1px solid #777;
}
section #job-navi .job-choice ul li:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-down.png) no-repeat 0 0;
background-size: 14px 8px;
top: 22px;
right: 20px;
width: 14px;
height: 8px;
}
section #job-navi .job-choice p {
width: 20%;
text-align: center;
}
section #job-navi .job-choice p a {
padding: 15px 0 12px 0;
}
section #job-navi .job-choice p a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right.png) no-repeat 0 0;
background-size: 12px 24px;
top: 14px;
width: 12px;
height: 24px;
}
section #job-navi .job-list {
margin-top: 15px;
position: relative;
}
section #job-navi .job-list:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-up.gif) no-repeat;
background-size: 26px 12px;
width: 26px;
height: 12px;
top: -12px;
left: 157px;
margin-left: 0;
}
section #job-navi .job-list ul li {
font-size: 16px;
}
section #job-navi .job-list ul li a {
padding: 17px 30px;
}
section #job-navi .job-list ul li a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right-black.png) no-repeat;
background-size: 12px 24px;
width: 12px;
height: 24px;
top: 50%;
margin-top: -12px;
right: 15px;
}
section #job-navi .job-list ul li:nth-child(odd) {
background: #f0f0f0;
}
section #job-navi .job-list ul li:nth-child(even) {
background: #f7f7f7;
}
section #job-navi .job-list#job-place:after {
margin-left: 56px;
}
section #job-navi .job-result {
height: 150px;
}
section #job-navi .job-result > div {
font-size: 15px;
line-height: 1.2;
}
section #job-navi .job-result > div span {
font-size: 30px;
}
} section article { border-radius: 4px;
margin: 0 10px;
border-bottom: 2px solid #c2c2c2;
margin-bottom: 20px;
} @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
section article {
padding-top: 70px;
margin-top: -70px;;
}
}
section article.no-result {
width: 100%;
margin: 0;
min-height: 170px;
border-bottom: none;
background: #fff;
text-align: center;
display: table;
}
section article.no-result p {
font-size: 14px;
display: table-cell;
vertical-align: middle;
}
section article .article-header {
border-radius: 4px 4px 0 0;
background: #efefef;
border-bottom: 2px solid #bcbcbc;
padding: 10px 15px;
position: relative;
min-height: 40px;
}
section article .article-header h3 {
font-size: 15px;
line-height: 1.1;
position: relative;
width: 86%;
}
section article .article-header h3:after {
content: "";
background: #000;
height: 2px;
width: 10px;
position: absolute;
top: 6px;
left: -15px;
}
section article .article-header h3 span {
font-size: 10px;
display: block;
margin-top: 5px;
}
section article .article-header h3 span img {
width: 23px;
}
section article .article-header > p {
position: absolute;
top: 0;
right: 10px;
}
section article .article-header > p img {
width: 45px;
}
section article .article-contents {
padding: 15px;
background-color:#f7f7f7;
}
section article .article-contents dl {
font-size: 12px;
border-top: 1px solid #bcbcbc;
padding: 13px 0 10px;
}
section article .article-contents dl:first-child {
padding: 0 0 10px 0;
border-top: none;
}
section article .article-contents dl dt {
background: #000;
color: #fff;
display: inline-block;
width: 53px;
text-align: center;
margin-bottom: 8px;
}
section article .article-contents dl dd span {
color: #e63c3c;
}
section article .article-contents p {
font-size: 12px;
border-radius: 23px;
border: 1px solid #777777;
background: #fff;
text-align: center;
width: 80%;
margin: 10px auto;
}
section article .article-contents p a {
display: block;
padding: 14px 0;
}
@media only screen and (min-width: 768px) {
section article {
width: 690px;
margin: 0 auto;
border-bottom: 3px solid #c2c2c2;
margin-bottom: 50px;
padding-top: 85px;
margin-top: -85px;
}
section article.no-result {
min-height: 360px;
}
section article .article-header {
border-bottom: 3px solid #bcbcbc;
padding: 20px 30px;
min-height: 80px;
}
section article .article-header h3 {
font-size: 24px;
}
section article .article-header h3:after {
content: "";
height: 4px;
width: 20px;
top: 9px;
left: -30px;
}
section article .article-header h3 span {
font-size: 14px;
margin-top: 7px;
}
section article .article-header h3 span img {
margin-top: 5px;
width: 36px;
}
section article .article-header > p {
right: 20px;
}
section article .article-header > p img {
width: 90px;
}
section article .article-contents {
padding: 25px;
}
section article .article-contents dl {
font-size: 14px;
padding: 18px 0 15px;
overflow: hidden;
}
section article .article-contents dl:first-child {
padding: 0 0 15px 0;
}
section article .article-contents dl dt {
float: left;
width: 70px;
}
section article .article-contents dl dd {
float: right;
width: 550px;
}
section article .article-contents p {
font-size: 16px;
border-radius: 30px;
width: 300px;
margin: 10px auto 40px;
}
}
.modal-content {
padding: 30px 10px;
}
.modal-content h2 {
font-size: 14px;
color: #2d45aa;
text-align: center;
}
.modal-content dl {
padding-top: 20px;
}
.modal-content dl dt {
color: #fff;
background: #000;
font-size: 12px;
text-align: center;
}
.modal-content dl dd {
padding: 15px 10px 0;
font-size: 12px;
}
.modal-content dl dd span a {
display: block;
padding: 10px 0;
position: relative;
background: #f0f0f0;
text-align: center;
margin-top: 5px;
}
.modal-content dl dd span a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right-black.png) no-repeat 0 0;
background-size: 6px 12px;
width: 6px;
height: 12px;
position: absolute;
top: 14px;
right: 10px;
}
@media only screen and (min-width: 768px) {
.modal-content {
padding: 75px 0;
width: 700px;
margin: 0 auto;
}
.modal-content h2 {
font-size: 24px;
}
.modal-content dl {
padding-top: 50px;
}
.modal-content dl dt {
font-size: 15px;
}
.modal-content dl dd {
padding: 30px 20px 0;
font-size: 16px;
overflow: hidden;
}
.modal-content dl dd span a {
padding: 10px 0;
width: 320px;
margin: 0 auto;
}
.modal-content dl dd span a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right-black.png) no-repeat 0 0;
background-size: 12px 24px;
width: 12px;
height: 24px;
top: 14px;
}
} section form {
font-size: 12px; }
section form select.year {
width: 45%;
}
section form select.month, section form select.day {
width: 25%;
}
section form .half .wpcf7-form-control-wrap {
float: left;
width: 46%;
margin-right: 10px;
}
section form input { }
section form dl {
padding-top: 15px;
}
section form dl:first-child {
padding-top: 0;
}
section form dl dt {
position: relative;
font-weight: bold;
}
section form dl dt.required:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/recruit/icon-required.gif) no-repeat 0 0;
background-size: 23px;
width: 23px;
height: 12px;
position: absolute;
top: 4px;
margin-left: 5px;
}
section form dl dd {
overflow: hidden;
}
section form dl dd span {
display: block;
}
section #form-header,
section #form-footer {
background: #f7f7f7;
}
section #form-header,
section #form-contents,
section #form-footer {
padding: 25px 15px;
}
section #form-header h4,
section #form-contents h4,
section #form-footer h4 {
font-weight: normal;
padding-top: 10px;
}
section #form-header h3,
section #form-header h4,
section #form-contents h3,
section #form-contents h4,
section #form-footer h3,
section #form-footer h4 {
text-align: center;
}
section #form-goal {
text-align: center;
}
section .attend-error {
display: none;
width: 200px;
margin: 19px auto 0 auto;
color: #f00;
font-size: 10px;
text-align: center;
}
@media only screen and (min-width: 768px) {
section form {
font-size: 16px;
}
section form select {
font-size: 16px;
background: #fff url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-down.png) no-repeat 97% center;
background-size: 14px 8px;
padding: 12px 20px;
}
section form input {
font-size: 16px;
padding: 18px;
}
section form input[type="submit"], section form input[type="button"] {
border-radius: 30px;
width: 240px;
margin: 25px 0;
}
section form input[type="button"] {
margin: 0;
}
section form .upload {
font-size: 14px;
border-radius: 20px;
}
section form textarea {
font-size: 16px;
padding: 10px;
height: 170px;
}
section form dl {
width: 700px;
margin: 0 auto;
overflow: hidden;
padding-top: 25px;
}
section form dl dt {
width: 200px;
float: left;
text-align: right;
}
section form dl dt.required:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/recruit/icon-required.gif) no-repeat 0 0;
background-size: 36px;
width: 36px;
height: 15px;
top: 24px;
right: 0;
margin-left: 0;
}
section form dl dd {
width: 485px;
float: right;
}
section form dl dd span {
font-size: 12px;
}
section #form-header,
section #form-contents,
section #form-footer {
padding: 55px 0;
}
section #form-header dt {
padding-top: 16px;
}
section .attend-error {
width: auto;
margin: 19px auto 6px auto;
font-size: 13px;
}
}
section #form-footer ul {
font-size: 10px;
}
section #form-footer ul li {
text-indent: -1em;
padding-left: 1em;
}
@media only screen and (min-width: 768px) {
section #form-footer ul {
font-size: 13px;
width: 390px;
margin: 10px auto;
}
}
#thanks .container-thanks {
min-height: 375px;
text-align: center;
padding: 0 20px;
}
#thanks .container-thanks .inner {
position: relative;
width: 100%;
padding-top: 35px;
}
#thanks .container-thanks .inner h3 {
font-size: 14px;
margin-bottom: 23px;
}
#thanks .container-thanks .inner div {
font-size: 12px;
text-align: left;
}
#thanks .container-thanks .inner p {
margin-top: 23px;
}
#thanks .container-thanks .inner p .btn-return-top {
display: block;
margin: 0 auto;
padding: 9px;
text-align: center;
background: #fff !important;
border: 1px solid #777777 !important;
border-radius: 20px;
width: 50%;
cursor: pointer;
}
#thanks #global-footer {
position: fixed;
width: 100%;
left: 0;
bottom: 37px;
}
#thanks footer {
position: fixed;
width: 100%;
left: 0px;
bottom: 0px;
}
@media only screen and (min-width: 768px) {
#thanks .container-thanks {
min-height: 768px;
padding: 0;
text-align: center;
}
#thanks .container-thanks .inner {
padding-top: 150px;
}
#thanks .container-thanks .inner h3 {
margin-bottom: 47px;
font-size: 24px;
}
#thanks .container-thanks .inner div {
width: 460px;
margin: 0 auto 47px auto;
font-size: 14px;
}
#thanks .container-thanks .inner p .btn-return-top {
width: 240px;
margin: 0 auto;
padding: 18px;
font-size: 16px;
border-radius: 30px;
}
#thanks #global-footer {
bottom: 40px;
}
#form-footer dd {
float: none;
width: 390px;
margin: 0 auto;
}
}