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

scss core settings

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

reset style

=================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

util style

=================================================================== */
/* text */
.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* clear */
.clear {
  clear: both;
}

.clear_l {
  clear: left;
}

.clear_r {
  clear: right;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* box center */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* Font-Size */
.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.f27 {
  font-size: 27px;
}

.f28 {
  font-size: 28px;
}

.f29 {
  font-size: 29px;
}

.f30 {
  font-size: 30px;
}

.f31 {
  font-size: 31px;
}

.f32 {
  font-size: 32px;
}

.f33 {
  font-size: 33px;
}

.f34 {
  font-size: 34px;
}

.f35 {
  font-size: 35px;
}

.f36 {
  font-size: 36px;
}

.f37 {
  font-size: 37px;
}

.f38 {
  font-size: 38px;
}

.f39 {
  font-size: 39px;
}

.f40 {
  font-size: 40px;
}

/* line-height */
.lh10 {
  line-height: 10px;
}

.lh11 {
  line-height: 11px;
}

.lh12 {
  line-height: 12px;
}

.lh13 {
  line-height: 13px;
}

.lh14 {
  line-height: 14px;
}

.lh15 {
  line-height: 15px;
}

.lh16 {
  line-height: 16px;
}

.lh17 {
  line-height: 17px;
}

.lh18 {
  line-height: 18px;
}

.lh19 {
  line-height: 19px;
}

.lh20 {
  line-height: 20px;
}

.lh21 {
  line-height: 21px;
}

.lh22 {
  line-height: 22px;
}

.lh23 {
  line-height: 23px;
}

.lh24 {
  line-height: 24px;
}

.lh25 {
  line-height: 25px;
}

.lh26 {
  line-height: 26px;
}

.lh27 {
  line-height: 27px;
}

.lh28 {
  line-height: 28px;
}

.lh29 {
  line-height: 29px;
}

.lh30 {
  line-height: 30px;
}

.lh31 {
  line-height: 31px;
}

.lh32 {
  line-height: 32px;
}

.lh33 {
  line-height: 33px;
}

.lh34 {
  line-height: 34px;
}

.lh35 {
  line-height: 35px;
}

.lh36 {
  line-height: 36px;
}

.lh37 {
  line-height: 37px;
}

.lh38 {
  line-height: 38px;
}

.lh39 {
  line-height: 39px;
}

.lh40 {
  line-height: 40px;
}

/* Margin-Top & Padding-Top */
.mt00 {
  margin-top: 0px;
}

.pt00 {
  padding-top: 0px;
}

.mt05 {
  margin-top: 5px;
}

.pt05 {
  padding-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.pt15 {
  padding-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.pt25 {
  padding-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.pt35 {
  padding-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.pt45 {
  padding-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.pt55 {
  padding-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.pt60 {
  padding-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.pt65 {
  padding-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.pt75 {
  padding-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.pt80 {
  padding-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.pt85 {
  padding-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.pt90 {
  padding-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.pt95 {
  padding-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

/* Margin-Right & Padding-Right */
.mr00 {
  margin-right: 0px;
}

.pr00 {
  padding-right: 0px;
}

.mr05 {
  margin-right: 5px;
}

.pr05 {
  padding-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.pr50 {
  padding-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.pr55 {
  padding-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.pr60 {
  padding-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.pr65 {
  padding-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.pr70 {
  padding-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.pr75 {
  padding-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.pr80 {
  padding-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.pr85 {
  padding-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.pr90 {
  padding-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.pt95 {
  padding-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.pr100 {
  padding-right: 100px;
}

/* Margin-Bottom & Padding-Bottom */
.mb00 {
  margin-bottom: 0px;
}

.pb00 {
  padding-bottom: 0px;
}

.mb05 {
  margin-bottom: 5px;
}

.pb05 {
  padding-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.pt95 {
  padding-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

/* Margin-Left & Padding-Left */
.ml00 {
  margin-left: 0px;
}

.pl00 {
  padding-left: 0px;
}

.ml05 {
  margin-left: 5px;
}

.pl05 {
  padding-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.pl10 {
  padding-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.pl15 {
  padding-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.pl20 {
  padding-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.pl25 {
  padding-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.pl30 {
  padding-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.pl35 {
  padding-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.pl40 {
  padding-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.pl45 {
  padding-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.pl50 {
  padding-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.pl55 {
  padding-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.pl60 {
  padding-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.pl65 {
  padding-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.pl70 {
  padding-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.pl75 {
  padding-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.pl80 {
  padding-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.pb85 {
  padding-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.pl90 {
  padding-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.pt95 {
  padding-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.pl100 {
  padding-left: 100px;
}

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

init style

=================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  background: #fff;
}

body:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  z-index: 99999;
}

body.fadeout:before {
  z-index: -1;
  opacity: 0;
}


img {
  vertical-align: bottom;
  max-width: 100%;
}

select,
input,
textarea,
button {
  vertical-align: middle;
}

#wrap {
  width: 100%;
  margin: 0 auto;
  color: #333;
  overflow-x: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

main {
  text-align: center;
}

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

common style

=================================================================== */
.box {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.box-narrow {
  width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.box-wide {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.inner-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.full-width {
  width: 100%;
}

.fz-large {
  font-size: 20px;
  font-size: 2rem;
}

.tj {
  text-align: justify;
}

.lh1 {
  line-height: 1;
}

.lh1-1 {
  line-height: 1.1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-3 {
  line-height: 1.3;
}

.lh1-4 {
  line-height: 1.4;
}

.lh1-5 {
  line-height: 1.5;
}

.lh1-6 {
  line-height: 1.6;
}

.lh1-7 {
  line-height: 1.7;
}

.lh1-8 {
  line-height: 1.8;
}

.lh1-9 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls3 {
  letter-spacing: 0.3em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.ls5 {
  letter-spacing: 0.5em;
}

.common-title01 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

a.btn-common {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #fff;
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
}

a.btn-white {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #fff;
  color: #666;
}

a.btn-dark {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #666;
  color: #fff;
}

a.btn-pink {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #666;
  color: #fff;
}

a.btn-dark-pink {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #eee;
  color: #fff;
}

a.size-sml {
  padding: 14px 30px;
  font-size: 20px;
  font-size: 2rem;
}

a.size-xsml {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 20px;
}

a.size-medium {
  font-size: 30px;
  font-size: 3rem;
  padding: 15px 0;
}

a.size-large {
  font-size: 36px;
  font-size: 3.6rem;
  padding: 15px 0;
}

a.btn-more {
  padding: 15px 0;
  width: 200px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  overflow: hidden;
  display: inline-block;
}

a.btn-more:before {
  z-index: 0;
}

a.btn-more span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

a.btn-more:hover span {
  color: #fff;
}

.btn {
  display: inline-block;
  letter-spacing: 0.2em;
}

.btn.btn01 {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 60px;
  padding: 10px 50px;
  text-align: center;
}

.btn.btn01.btn-blank {
  padding: 10px 35px 10px 50px;
}

.btn.btn02 {
  background: #fff;
  border: 2px solid #000;
  padding: 30px 120px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.btn.btn03 {
  display: block;
  background: #fff;
  border: 2px solid #000;
  padding: 15px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn.btn-blank:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon_blank@2x.png) no-repeat center/contain;
  padding-left: 15px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2-list li {
  width: 50%;
}

.col3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col3-list li {
  width: 33.33%;
}

.col4-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col4-list li {
  width: 25%;
}

.col5-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col5-list li {
  width: 20%;
}

.list.list-col2 ul,
.list.list-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list.list-col2 ul li {
  width: 48%;
}

.list.list-col2 ul li:nth-of-type(even) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.list.list-col3 ul li {
  width: 30%;
}

.list.list-col3 ul li:nth-of-type(3n + 2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.list.list-col3 ul li:nth-of-type(3n) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.list.list-portfolio ul li {
  width: 33.33333%;
}

.anm {
  -webkit-transition: 1s;
  transition: 1s;
}

.anm.fading {
  opacity: 0;
}

.anm.to-up {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.anm.to-down {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.anm.to-right {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.anm.to-left {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.anm.to-left-zoomin {
  -webkit-transform: translateX(10px) scale(0.9);
  transform: translateX(10px) scale(0.9);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.anm.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.anm.ease-back {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.anm.ease-back.to-up {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.anm.is-show.fading {
  opacity: 1;
}

.anm.is-show.to-up {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.anm.is-show.to-down {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.anm.is-show.to-right {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.anm.is-show.to-left {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.anm.is-show.to-left-zoomin {
  -webkit-transition: 2s 0.4s;
  transition: 2s 0.4s;
  -webkit-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
}

.anm.is-show.blur {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.anm.is-show.delay1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.anm.is-show.delay2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.anm.is-show.ease-back {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.anm.is-show.ease-back.to-up {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

img.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.pc {
  display: block !important;
}

.md {
  display: block !important;
}

.sm {
  display: none !important;
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

/* Loading */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40px;
  height: 40px;
  z-index: 99999;
}

.spinner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.spinner.type1 {
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #333 rgba(30, 30, 30, 0.12) rgba(30, 30, 30, 0.12);
  -webkit-animation: spinner1_1 1.5s infinite linear forwards;
  animation: spinner1_1 1.5s infinite linear forwards;
}

.spinner.type1 span {
  animation: spinner_loading_text 1.5s infinite linear forwards reverse;
}

.slider-full-height {
  height: 100%;
}

.slider-full-height .slick-list {
  height: 100%;
}

.slider-full-height .slick-list .slick-track {
  height: 100%;
}

.slider-full-height .slick-list .slick-track .slick-slide {
  height: 100%;
}

.slider-full-height .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.slider-full-height .slick-list .slick-track .slick-slide > div .each-slide {
  height: 100%;
}

.slider-full-height
  .slick-list
  .slick-track
  .slick-slide
  > div
  .each-slide
  > div {
  height: 100%;
}

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

header style

=================================================================== */
/* .header {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 80px;
  display: block;
  margin: 0 auto;
  z-index: 99;
  padding: 3% 3%;
  text-align: left;
}

.header .logo {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.header .logo.inversion {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(1);
  filter: invert(1);
} */

.drawerOn .drawerNav .drawerBg {
  background: transparent;
}

.drawerNav .drawerBg {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 72px;
  height: 72px;
  background: transparent;
  z-index: 998;
}

.drawerNav .button-wrap {
  width: 52px;
  height: 52px;
  right: 3%;
  overflow: hidden;
  position: fixed;
  z-index: 998;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 5%;
  border-radius: 100px;
  border: 1px solid #000;
}

.drawerNav .button-wrap.inversion {
  border: 1px solid #fff;
}

.drawerNav .button-wrap.inversion .drawer-hamburger-icon {
  background-color: #fff;
}

.drawerNav .button-wrap.inversion .drawer-hamburger-icon:before,
.drawerNav .button-wrap.inversion .drawer-hamburger-icon:after {
  background-color: #fff;
}

.drawerNav button {
  vertical-align: middle;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  white-space: normal;
  outline: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding-bottom: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  padding-top: 12px;
  right: 0;
  width: 22px;
  overflow: hidden;
  display: block;
  margin: auto;
}

.drawerNav .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.drawerNav .drawer-hamburger-icon {
  margin-left: -23px;
  width: 300px;
  height: 1px;
  background-blend-mode: color-dodge;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
  top: 4.5px;
  position: relative;
  display: block;
  mix-blend-mode: exclusion;
}

.drawerNav .drawer-hamburger-icon:before {
  top: 8px;
  position: absolute;
  left: 0;
  content: "";
  margin-left: -23px;
  width: 300px;
  height: 1px;
  background-blend-mode: color-dodge;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawerNav .drawer-hamburger-icon:after {
  top: 16px;
  position: absolute;
  left: 0;
  content: "";
  margin-left: -23px;
  width: 300px;
  height: 1px;
  background-blend-mode: color-dodge;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawerNav.active .button-wrap {
  border-color: transparent;
}

.drawerNav.active button {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 50px;
  width: 5rem;
  padding: 24px 9px;
  overflow: inherit;
}

.drawerNav.active .drawer-hamburger-icon {
  top: 0.5px;
  background-color: #fff;
}

.drawerNav.active .drawer-hamburger-icon:before {
  left: -87.5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  background-color: #fff;
}

.drawerNav.active .drawer-hamburger-icon:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 0;
  background-color: #fff;
}

.drawerCont {
  position: fixed;
  top: 0;
  right: -60%;
  width: 60%;
  background: rgba(17, 17, 17, 0.95);
  height: 100%;
  z-index: 997;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.15, 0, 1);
  transition-timing-function: cubic-bezier(0.4, 0.15, 0, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.drawerCont .inner-nav {
  height: 80vh;
  overflow-y: auto;
  width: 100%;
}

.drawerCont ul {
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.drawerCont ul li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-left: 40px;
  opacity: 0;
}

.drawerCont ul li a,
.drawerCont ul li .nav-ttl {
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 2px solid transparent;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.15, 0, 1);
  transition-timing-function: cubic-bezier(0.4, 0.15, 0, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
}

.drawerCont ul li a:hover,
.drawerCont ul li .nav-ttl:hover {
  border-bottom: 2px solid #fff;
}

.drawerCont ul li.acd .nav-ttl {
  position: relative;
  padding-right: 25px;
}

.drawerCont ul li.acd .nav-ttl.active:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: calc(50% - 2px);
}

.drawerCont ul li.acd .nav-ttl:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.drawerCont ul li.acd ul {
  display: none;
  padding: 10px 0 10px 2em;
}

.drawerCont.active {
  right: 0;
}

.drawerCont.active ul li {
  padding-left: 0px;
  opacity: 1;
}

.drawerCont.active ul li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.drawerCont.active ul li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.drawerCont.active ul li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.drawerCont.active ul li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.drawerCont.active ul li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.drawerCont.active ul li:nth-child(6) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.drawerCont.active ul li:nth-child(7) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.drawerCont.active ul li:nth-child(8) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.drawerCont.active ul li:nth-child(9) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.drawerCont.active ul li:nth-child(10) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.drawerCont.active ul li:nth-child(11) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.drawerCont.active ul li:nth-child(12) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.drawerSns {
  position: absolute;
  bottom: 20px;
  right: 4%;
}

.drawerSns .sns-wrap {
  display: flex;
  align-items: center;
}

.drawerSns .sns-wrap > div {
  margin-left: 20px;
  width: 30px;
}

.drawerSns .sns-wrap > div a {
  display: block;
  transition: 0.2s;
}

.drawerSns .sns-wrap > div a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .drawerSns .sns-wrap > div {
    margin-left: 20px;
    width: 30px;
  }
}

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

footer style

=================================================================== */
.footer {
  width: 100%;
  background: #111111;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-nav {
  text-align: center;
  margin: 0 0 2%;
}

.footer-nav li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 2.5%;
}

.footer-nav a {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.copy {
  display: block;
  background: #111111;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0;
}

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

index style

=================================================================== */
/* .section-content {
  padding: 150px 0;
} */

.main-ttl {
  margin-bottom: 5%;
  font-size: 56px;
  font-size: 5.6rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
}

h2.main-ttl {
  text-align: left;
}

h2.main-ttl + .txt {
  text-align: left;
}

h2.main-ttl + .txt p {
  line-height: 2.6;
  letter-spacing: 0.2em;
}

h3.main-ttl {
  text-align: center;
  letter-spacing: 0.1em;
}

.txt + .list {
  margin-top: 7%;
}

.tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 0;
}

.tbl dt,
.tbl dd {
  padding: 5px 0;
  text-align: left;
}

.tbl dt {
  width: 25%;
}

.tbl dd {
  width: 75%;
}

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

fv style

=================================================================== */
/* .fv {
  position: relative;
  height: 100vh;
  padding: 0 20vw;
  background: url(../images/fv_bg.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fv .information {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  background: rgb(255 255 255 / 60%);
  margin: 0 auto;
  text-align: left;
  padding: 5px 20px;
  border-radius: 10px;
  max-width: 40%;
}

.fv .information .title a {
  font-weight: bold;
}

.fv .catch {
  margin-bottom: 60px;
}

.fv .catch h3 {
  margin-bottom: 30px;
}

.fv .scroll {
  position: absolute;
  bottom: 0;
  left: 4%;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
}

.fv .scroll span {
  position: relative;
  display: block;
}

.fv .scroll span:after {
  content: "";
  height: 50px;
  width: 1px;
  background: #aeaeae;
  position: absolute;
  right: 0;
  bottom: -80px;
  margin: auto;
  -webkit-animation-name: lineAnim2;
  animation-name: lineAnim2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.fv .scroll span:nth-of-type(2):after {
  height: 70px;
  width: 1px;
  right: 10px;
} */

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

about style

=================================================================== */
#about {
  background: url(../images/about_bg.jpg) no-repeat top right -4% / contain;
  text-align: left;
}

.box-about {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding-left: 0;
  padding-right: 12%;
}

.box-about .title {
  font-weight: normal;
  letter-spacing: 0.3em;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 4% 0;
}

.box-about .title + p {
  margin-top: 5%;
}

.box-about p {
  letter-spacing: 0.1em;
  line-height: 3;
}

.box-about p + p {
  margin-top: 5%;
}

.box-about p.name-ceo {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: right;
}

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

team style

=================================================================== */
.box-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  margin-bottom: 5%;
  background: #f5f4f0;
  border: 2px solid #f5f4f0;
  overflow: hidden;
}

.box-team.is-show .image {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.box-team.is-show .image img {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.4s 0.4s ease-out;
  transition: 0.4s 0.4s ease-out;
}

.box-team.is-show .txt .name-en {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.4s 0.6s ease-out;
  transition: 0.4s 0.6s ease-out;
  opacity: 1;
}

.box-team.is-show .txt .name-ceo {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.4s 0.7s ease-out;
  transition: 0.4s 0.7s ease-out;
  opacity: 1;
}

.box-team.is-show .txt .intro {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.4s 0.8s ease-out;
  transition: 0.4s 0.8s ease-out;
  opacity: 1;
}

.box-team .image {
  overflow: hidden;
  background: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.box-team .image img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.2s 0s ease-out;
  transition: 0.2s 0s ease-out;
}

.box-team .txt {
  padding: 5% 8% 4%;
  text-align: left;
  overflow: hidden;
}

.box-team .txt .name-en {
  color: rgba(0, 0, 0, 0.15);
  font-size: 40px;
  font-size: 4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 0.2s 0s ease-out;
  transition: 0.2s 0s ease-out;
  opacity: 0;
}

.box-team .txt .name-ceo {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 7%;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 0.2s 0s ease-out;
  transition: 0.2s 0s ease-out;
  opacity: 0;
}

.box-team .txt .intro {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.8;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 0.2s 0s ease-out;
  transition: 0.2s 0s ease-out;
  opacity: 0;
}

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

business style

=================================================================== */
#business {
  background: linear-gradient(-175deg, #f9fcfc, #f5f9fa, #fff);
}

.section-business .box {
  position: relative;
}

.section-business .business-bg {
  position: absolute;
  top: 9%;
  right: -12%;
  width: 25%;
  -webkit-animation: spinner1_1 cubic-bezier(0, 0, 1, 1) 50s;
  animation: spinner1_1 cubic-bezier(0, 0, 1, 1) 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.section-business .business-bg img {
  max-width: 100%;
}

.section-business .txt {
  margin-bottom: 100px;
}

.section-business .list-business ul li:nth-of-type(n + 3) {
  margin-top: 100px;
}

.section-business .list-business .image {
  margin-bottom: 30px;
}

.section-business .list-business .txt {
  margin-bottom: 0;
  text-align: left;
}

.section-business .list-business .txt h4 {
  letter-spacing: 0.3em;
}

.section-business .list-business .txt h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #333;
  margin: 20px auto 30px 0;
}

.section-business .list-business .txt p {
  letter-spacing: 0.1em;
}

.section-business .list-business .btn-cont {
  margin-top: 30px;
  text-align: right;
}

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

PORTFOLIO style

=================================================================== */
.section-portfolio .list-portfolio {
  margin-bottom: 50px;
}

.section-portfolio .list-portfolio ul li {
  position: relative;
}

.section-portfolio .list-portfolio ul li:nth-child(3n + 1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.section-portfolio .list-portfolio ul li:nth-child(3n + 2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.section-portfolio .list-portfolio ul li:nth-child(3n) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.section-portfolio .list-portfolio ul li:first-of-type {
  -ms-flex-item-align: center;
  align-self: center;
}

.section-portfolio .list-portfolio .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-portfolio .list-portfolio .txt a,
.section-portfolio .list-portfolio .txt h4,
.section-portfolio .list-portfolio .txt p {
  color: #fff;
  letter-spacing: 0.2em;
}

.section-portfolio .list-portfolio .txt .type:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 10px auto;
}

.section-portfolio .btn-cont .btn .toForm {
  letter-spacing: 0.2em;
}

.section-portfolio .btn-cont p {
  margin-bottom: 30px;
}

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

SEMINER style

=================================================================== */
.section-seminar .list-seminar ul li:nth-of-type(n + 4) {
  margin-top: 80px;
}

.section-seminar .list-seminar .image {
  margin-bottom: 20px;
}

.seminarInner h3 {
  margin-bottom: 10px;
}

.seminarInner .box-seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 15px;
  font-size: 1.5rem;
}

.seminarInner .box-seminar .image {
  width: 34%;
  max-width: 480px;
}

.seminarInner .box-seminar .info {
  padding: 0 30px;
  width: 66%;
}

.seminarInner .box-seminar .info .tbl {
  padding-top: 0;
}

.seminarInner .box-seminar .txt {
  margin: 10px 0 10px;
  padding: 20px;
  border: 2px solid #ccc;
}

.seminarInner .box-seminar .btn-cont {
  margin-top: 20px;
}

.seminarInner .box-seminar .btn-cont .btn {
  text-align: center;
}

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

NEWS style

=================================================================== */
.box-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.box-news > .title {
  padding-right: 6%;
}

.list-news {
  display: block;
  width: 100%;
}

.list-news ul {
  display: block;
}

.list-news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.list-news ul li .data {
  width: 150px;
  text-align: left;
}

.list-news ul li .title {
  display: block;
  width: calc(100% - 150px);
  text-align: left;
}

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

PLANNING・CONSULTING style

=================================================================== */
.slider-ps li {
  position: relative;
}

.slider-ps li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: left;
  padding: 0 20px 20px;
}

.slider-ps li .txt .title {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.slider-ps li .txt p {
  font-size: 14px;
  font-size: 1.4rem;
}

.slider-ps li .txt p.info {
  min-height: 10em;
}

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

CREATIVE style

=================================================================== */
.section-creative {
  background: #f5f4f0;
}

.section-creative .txt {
  text-align: left;
}

.section-creative .txt h4 {
  padding: 30px 0 20px;
}

.section-creative .txt p {
  line-height: 2.4;
  font-size: 15px;
  font-size: 1.5rem;
}

.section-creative .list-col2.list-creative {
  margin-bottom: 100px;
}

.section-creative .list-col3.list-creative .title {
  min-height: 6em;
}

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

Banner style

=================================================================== */
.bnr-cont {
  background: #f5f4f0;
  padding-bottom: 150px;
}

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

MARKETING style

=================================================================== */
.section-marketing {
  background: linear-gradient(-175deg, #f9fcfc, #f5f9fa, #f9fcfc);
}

.section-marketing .list-col3.list-marketing {
  margin-bottom: 50px;
}

.section-marketing .list-col3.list-marketing ul li {
  position: relative;
}

.section-marketing .list-col3.list-marketing ul li:nth-of-type(n + 2):before,
.section-marketing .list-col3.list-marketing ul li:nth-of-type(n + 2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25%;
  display: block;
  width: 30%;
  height: 1px;
  background: #000;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-marketing .list-col3.list-marketing ul li:nth-of-type(n + 2):after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-marketing .txt {
  width: 80%;
  margin: 0 auto;
}

.section-marketing .txt p {
  text-align: left;
}

.section-marketing .list-col2.list-marketing ul li {
  border: 2px solid #333;
  background: #fff;
  padding: 50px 6%;
}

.section-marketing .list-col2.list-marketing ul li:nth-of-type(n + 3) {
  margin-top: 6%;
}

.section-marketing .list-col2.list-marketing ul li .image {
  margin-bottom: 10px;
}

.section-marketing .list-col2.list-marketing ul li .txt {
  width: auto;
}

.section-marketing .list-col2.list-marketing ul li .txt .title {
  padding: 0 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

.section-marketing .list-col2.list-marketing ul li .txt .info {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: -0.03rem;
}

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

company style

=================================================================== */
#cmpy {
  width: 100%;
  min-height: 1500px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 1px;
}

#cmpy:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#cmpy.confirm {z
  overflow: auto;
}

#cmpy.confirm .contactBox {
  position: static;
}

#cmpy.confirm .contactBox .formCont dt {
  font-weight: bold;
}

#cmpy.confirm .contactBox .formCont dd {
  text-align: left;
  border-bottom: 1px solid #ccc;
}

#cmpy.confirm .contactBox .formR dd {
  min-height: 355px;
}

#cmpy.complete {
  min-height: calc(100vh - 50px);
  position: relative;
  overflow: hidden;
}

#cmpy.complete .box {
  text-align: center;
}

#cmpy.complete .box p {
  margin-bottom: 40px;
}

#cmpy.complete .box h3 {
  padding-top: 40px;
}

#cmpy .box {
  min-height: 1px;
}

#cmpy .box:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#cmpy .box h2 {
  text-align: center;
}

#cmpy .img {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 1;
}

#cmpy .contL {
  width: 50%;
  float: left;
  margin-bottom: 60px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

#cmpy .contL .logo {
  text-align: center;
  margin-bottom: 40px;
}

#cmpy .contL h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

#cmpy .contL .adrs {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

#cmpy .contL .adrs p {
  margin-bottom: 20px;
}

#cmpy .contL .adrs a.mapMdl {
  color: #0d138c;
}

#cmpy .contL dl {
  font-size: 14px;
  font-size: 1.4rem;
  min-height: 1px;
}

#cmpy .contL dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#cmpy .contL dl dt {
  width: 120px;
  float: left;
  clear: both;
  margin-bottom: 15px;
}

#cmpy .contL dl dd {
  width: calc(100% - 120px);
  float: left;
  margin-bottom: 40px;
}

#cmpy .contL dl.dn {
  display: none;
}

#cmpy .contL .moreBtn {
  text-align: center;
  padding-top: 20px;
}

#cmpy .contL .moreBtn > div {
  display: inline-block;
  padding: 15px 100px;
  border: 2px solid #333;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#cmpy .contL .moreBtn > div span {
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

#cmpy .contL .moreBtn > div:hover {
  border: 2px solid #000;
}

#cmpy .contL .moreBtn > div:hover span {
  color: #000;
}

#cmpy .contL .moreBtn > div .close {
  display: none;
}

#cmpy .contL .moreBtn > div .more {
  display: block;
}

#cmpy .contL .moreBtn > div.active .close {
  display: block;
}

#cmpy .contL .moreBtn > div.active .more {
  display: none;
}
/* 
#cmpy .contR {
  width: 45%;
  float: right;
  padding: 0;
  position: relative;
  text-align: left;
  z-index: 2;
}

#cmpy .contR .image {
  margin-bottom: 80px;
}

#cmpy .contR p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}

#cmpy .contR .contactBtn {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}

#cmpy .contR .contactBtn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #4c4c4c;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.68, 1, 0.34);
  transition-timing-function: cubic-bezier(0, 0.68, 1, 0.34);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#cmpy .contR .contactBtn span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
  border: 4px solid #4c4c4c;
  padding: 35px 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  color: #191919;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#cmpy .contR .contactBtn span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 45px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #191919;
  border-right: 1px solid #191919;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
*/
#cmpy .contR .contactBtn:hover:before {
  width: 100%;
}

#cmpy .contR .contactBtn:hover span {
  color: #fff;
  background: transparent;
}

#cmpy .contR .contactBtn:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 35px;
}

#cmpy .contR .tel {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
  line-height: 1;
} 

#cmpy .companyBox {
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.3, 0, 0.99);
  transition-timing-function: cubic-bezier(1, 0.3, 0, 0.99);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  top: 0px;
  left: 0;
}

#cmpy .companyBox.hide {
  left: -100%;
}

#cmpy .contactBox {
  width: 100%;
  height: 800px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.3, 0, 0.99);
  transition-timing-function: cubic-bezier(1, 0.3, 0, 0.99);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  left: 100%;
  top: 100px;
}

#cmpy .contactBox.active {
  left: 0;
}

#cmpy .contactBox h3 {
  margin-bottom: 50px;
}

#cmpy .contactBox p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 85px;
}

#cmpy .contactBox .formCont {
  min-height: 1px;
  font-size: 14px;
  font-size: 1.4rem;
}

#cmpy .contactBox .formCont:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#cmpy .contactBox .formCont .formL {
  float: left;
  width: 50%;
}

#cmpy .contactBox .formCont .formR {
  float: right;
  width: 46%;
}

#cmpy .contactBox .formCont dt {
  text-align: left;
  margin-bottom: 20px;
}

#cmpy .contactBox .formCont dd {
  margin-bottom: 45px;
}

#cmpy .contactBox .formCont dd input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
}

#cmpy .contactBox .formCont dd input[type="text"],
#cmpy .contactBox .formCont dd input[type="email"],
#cmpy .contactBox .formCont dd input[type="tel"] {
  border-bottom: 1px solid #ccc;
  width: 100%;
  caret-color: #ccc;
  padding-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#cmpy .contactBox .formCont dd input[type="text"]:focus,
#cmpy .contactBox .formCont dd input[type="email"]:focus,
#cmpy .contactBox .formCont dd input[type="tel"]:focus {
  border-bottom: 1px solid #666;
}

#cmpy .contactBox .formCont dd input[type="radio"] {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  margin-right: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
}

#cmpy .contactBox .formCont dd input[type="radio"]:checked {
  background: #666;
  border: 1px solid #666;
}

#cmpy .contactBox .formCont dd input:focus {
  outline-offset: 0;
  outline: none;
}

#cmpy .contactBox .formCont dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f4f4f4;
  width: 100%;
  height: 325px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 20px;
  caret-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
}

#cmpy .contactBox .formCont dd textarea:focus {
  background: #fafafa;
  outline-offset: 0;
  outline: none;
  border: 1px solid #ddd;
}

#cmpy .contactBox .formCont dd.checkList {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

#cmpy .contactBox .formCont dd.checkList > div {
  position: absolute;
  top: -42px;
  right: 20px;
}

#cmpy .contactBox .formCont dd.checkList > div label {
  cursor: pointer;
}

#cmpy .contactBox .formCont .submitBtn {
  text-align: center;
}

#cmpy .contactBox .formCont .submitBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 294px;
  height: 68px;
  margin: 0 auto;
  border: 1px solid transparent;
  font-size: 18px;
  font-size: 1.8rem;
  background: #000;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

#cmpy .contactBox .formCont .submitBtn input:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

#cmpy .contactBox .formCont .submitBtn input:focus {
  outline-offset: 0;
  outline: none;
}

#cmpy .contactBox .back {
  text-align: left;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 3px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  float: left;
  padding: 10px 15px 10px 30px;
  margin-top: -20px;
  position: relative;
  background: #000;
  color: #fff;
}

#cmpy .contactBox .back:before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: calc(50% - 2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#cmpy .contactBox .back:hover {
  color: #fff;
}

#cmpy .contactBox .back:hover:before {
  left: 14px;
}

.sel {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: 200px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.sel::before {
  position: absolute;
  content: "";
  right: 10px;
  top: calc(50% - 0.5em);
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sel.active::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sel__placeholder {
  display: block;
  text-align: left;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  padding: 0.2em 0.5em;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #f1f1f1;
  width: calc(100% + 8px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  -webkit-animation: fadeInUp 500ms;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-size: 1em;
  color: #838e95;
  padding: 0.5em 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sel__box__options::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #aaa;
  border-radius: 10px;
  margin-right: 10px;
  display: none;
  line-height: 1;
  vertical-align: middle;
}

.sel__box__options.selected::before {
  display: inline-block;
}

.sel__box__options:hover {
  background-color: #ddd;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border: 1px solid #ccc;
  border-radius: 2px;
}

.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
  /*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

recruit style

=================================================================== */
#rcrt {
  background: #111111;
  padding: 100px 0;
  color: #fff;
}

#rcrt .txt {
  margin-bottom: 70px;
  font-size: 14px;
  font-size: 1.4rem;
}

#rcrt dl {
  text-align: left;
}

#rcrt dl dt {
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}

#rcrt dl dt .en {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: bottom;
  width: 322px;
}

#rcrt dl dt .ja {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: bottom;
}

#rcrt dl dt .ja:after {
  position: absolute;
  top: 23px;
  right: 5px;
  content: "";
  width: 20px;
  height: 20px;
  background: #111;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#rcrt dl dt:hover .ja:after {
  background: #fff;
}

#rcrt dl dt:hover:before,
#rcrt dl dt:hover:after {
  background: #111;
}

#rcrt dl dt:before,
#rcrt dl dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  height: 1px;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

#rcrt dl dt:before {
  right: 10px;
  width: 11px;
}

#rcrt dl dt:after {
  right: 15px;
  width: 1px;
  height: 11px;
}

#rcrt dl dt.active:after {
  height: 1px;
}

#rcrt dl dd {
  display: none;
  padding: 20px 20px 1px 40px;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid #fff;
  margin: 0 0 0 20px;
}

#rcrt dl dd p {
  margin-bottom: 20px;
}

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

modal style

=================================================================== */
#mapFukuoka,
#mapTokyo,
#news01,
#works01,
#works02,
#works03,
#works04,
#works05,
#works06,
#works07,
#works08,
#works09,
#works10,
#works11,
#works12,
#works13,
#works14,
#works15 {
  width: 0;
  height: 0;
  overflow: hidden;
}

#mapF,
#mapT {
  width: 100%;
  height: 500px;
}

.mapLink {
  padding-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.newsInner {
  font-size: 16px;
  font-size: 1.6rem;
}

.newsInner h4 {
  font-weight: bold;
  margin-bottom: 20px;
  font-weight: bold;
}

.worksInner {
  min-height: 1px;
}

.worksInner:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.worksInner .img {
  float: left;
  width: 50%;
  height: 500px;
  overflow: scroll;
}

.worksInner .img img {
  max-width: 100%;
}

.worksInner .info {
  float: left;
  width: 46%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 4%;
}

.worksInner .info h4 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}

.worksInner .info .link {
  margin-bottom: 20px;
}

.worksInner .info .link a {
  word-break: break-all;
}

.worksInner .info .siteGenre {
  margin-bottom: 20px;
}

.worksInner .info .siteGenre span {
  background: #dedede;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.worksInner .info dl {
  border: 2px solid #ddd;
}

.worksInner .info dl dt {
  background: #ddd;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 10px;
}

.worksInner .info dl dd {
  padding: 10px;
}

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

subpages style

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

keyframes

=================================================================== */
@-webkit-keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes shakeIco {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shakeIco {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes moreIco {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
}

@keyframes moreIco {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
}

@-webkit-keyframes bounceIco2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  40% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  60% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  80% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes bounceIco2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  40% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  60% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  80% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes bounceIco {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  15% {
    -webkit-transform: scaleY(0.8) translateY(0px);
    transform: scaleY(0.8) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  37.5% {
    -webkit-transform: scaleY(1.1) translateY(-10px);
    transform: scaleY(1.1) translateY(-10px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  45% {
    -webkit-transform: scaleY(1) translateY(-10px);
    transform: scaleY(1) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: scaleY(0.95) translateY(0px);
    transform: scaleY(0.95) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounceIco {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  15% {
    -webkit-transform: scaleY(0.8) translateY(0px);
    transform: scaleY(0.8) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  37.5% {
    -webkit-transform: scaleY(1.1) translateY(-10px);
    transform: scaleY(1.1) translateY(-10px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  45% {
    -webkit-transform: scaleY(1) translateY(-10px);
    transform: scaleY(1) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: scaleY(0.95) translateY(0px);
    transform: scaleY(0.95) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes liFadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes liFadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes swaying {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@keyframes swaying {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@-webkit-keyframes lineAnim {
  0% {
    width: 50px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  20% {
    width: 30px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  38% {
    width: 50px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  56% {
    width: 40px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    width: 50px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  88% {
    width: 47px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    width: 50px;
  }
}

@keyframes lineAnim {
  0% {
    width: 50px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  20% {
    width: 30px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  38% {
    width: 50px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  56% {
    width: 40px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    width: 50px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  88% {
    width: 47px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    width: 50px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", "メイリオ",
      Meiryo, Verdana, sans-serif;
    width: 100%;
    overflow-x: hidden;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 1.5rem;
  }
  .tb {
    display: block !important;
  }
  .drawerNav .button-wrap {
    top: 3%;
  }
  .drawerCont ul li a,
  .drawerCont ul li .nav-ttl {
    font-size: 2.8rem;
  }
  /* .section-content {
    padding: 100px 0;
  }
  .section-content.box {
    padding: 100px 5%;
  } */
  #about {
    background-position: top right -35%;
  }
  .box-about {
    padding-left: 0;
    padding-right: 6%;
  }
  .box-about .title {
    font-size: 2.8rem;
  }
  .box-team {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-team .image {
    width: 50%;
  }
  .box-team .txt {
    width: 50%;
    padding: 3% 3% 4% 3%;
  }
  .box-team .txt .intro {
    letter-spacing: 0;
  }
  .section-seminar .list-seminar ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section-seminar .list-seminar ul li {
    width: 40%;
  }
  .section-seminar .list-seminar ul li:nth-of-type(3n + 1),
  .section-seminar .list-seminar ul li:nth-of-type(3n + 2),
  .section-seminar .list-seminar ul li:nth-of-type(3n) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .section-seminar .list-seminar ul li:nth-of-type(odd) {
    -webkit-transition-delay: 0.2em;
    transition-delay: 0.2em;
  }
  .section-seminar .list-seminar ul li:nth-of-type(n + 3) {
    margin-top: 8%;
  }
  .section-creative .list-col3.list-creative .info {
    font-size: 1.3rem;
  }
  .bnr-cont {
    padding: 0 3% 100px;
  }
  .section-marketing .list-col2.list-marketing ul li {
    padding: 30px 4% 40px;
  }
  .section-marketing .list-col2.list-marketing ul li:nth-of-type(n + 3) {
    margin-top: 4%;
  }
}

@media (max-width: 767px) {
  .sp-space {
    letter-spacing: 0.05em !important;
  }
  .sp-space-mark {
    font-feature-settings: "palt";
  }
  .sp-indent {
    font-feature-settings: "palt";
  }
  p {
    font-size: 1.4rem;
  }
  .inner-box {
    width: 88.7%;
  }
  .fz-large {
    font-size: 1.6rem;
  }
  .common-title01 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  a.size-sml {
    padding: 14px 20px;
    font-size: 1.2rem;
  }
  a.size-xsml {
    font-size: 1.4rem;
  }
  a.size-medium {
    font-size: 1.8rem;
  }
  a.size-large {
    font-size: 2.2rem;
  }
  a.btn-more {
    padding: 15px 0;
    font-size: 1.2rem;
    border-width: 1px;
  }
  .btn.btn01 {
    padding: 10px;
    width: 80%;
  }
  .btn.btn01.btn-blank {
    padding: 10px 0 10px 10px;
  }
  .btn.btn02 {
    padding: 20px;
    display: block;
  }
  .btn.btn03 {
    display: block;
    font-size: 1.4rem;
  }
  .sp-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp-col2-list li {
    width: 50%;
  }
  .sp-col1-list li {
    width: 100%;
  }
  .list.list-col2 ul {
    display: block;
  }
  .list.list-col2 ul li {
    width: auto;
  }
  .list.list-col2 ul li:nth-of-type(even) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .list.list-col3 ul {
    display: block;
  }
  .list.list-col3 ul li {
    width: auto;
  }
  .list.list-col3 ul li:nth-of-type(3n + 2),
  .list.list-col3 ul li:nth-of-type(3n) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .drawerNav .drawerBg {
    right: 10px;
    top: 18px;
    width: 62px;
    height: 62px;
  }
  .drawerNav .button-wrap {
    width: 42px;
    height: 42px;
    top: 2%;
    right: 4%;
  }
  .drawerNav .drawer-hamburger-icon {
    top: 1.5px;
  }
  .drawerNav .drawer-hamburger-icon:before {
    top: 8px;
  }
  .drawerNav .drawer-hamburger-icon:after {
    top: 15px;
  }
  .drawerNav.active button {
    padding: 20px 9px;
  }
  .drawerNav.active .drawer-hamburger-icon {
    top: 0.5px;
  }
  .drawerNav.active .drawer-hamburger-icon:before {
    left: -90.5px;
  }
  .drawerCont ul li a,
  .drawerCont ul li .nav-ttl {
    font-size: 1.8rem;
  }
  .drawerCont.active {
    width: 100%;
  }
  .footer-nav li {
    display: block;
    margin: 0;
  }
  .footer-nav a {
    display: block;
    padding: 3.5% 0;
    font-size: 1.4rem;
    border-top: 1px solid #ccc;
  }
  /* .section-content {
    padding: 60px 0;
  }
  .section-content.box {
    padding: 60px 4%;
  } */
  .main-ttl {
    font-size: 4rem;
  }
  h2.main-ttl + .txt p {
    line-height: 2;
  }
  .fv {
    flex-flow: column nowrap;
    padding: 0 10vw;
    height: calc(100vh - 50px);
    background-position: center left 47.5%;
  }
  /* .fv .scroll {
    bottom: 0;
  } */
  .fv .information {
    top: 15%;
    max-width: 90%;
    margin: 0 auto;
  }
  #about {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(35%, #fff),
        color-stop(40%, transparent)
      ),
      url(../images/about_bg.jpg);
    background-image: linear-gradient(#fff 35%, transparent 40%),
      url(../images/about_bg.jpg);
    background-position: bottom center;
  }
  #about .box {
    padding: 0 0 0;
  }
  .box-about {
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 3%;
  }
  .box-about .title {
    font-size: 2rem;
  }
  .box-about p.name-ceo {
    font-size: 1.6rem;
  }
  .box-about p {
    line-height: 2.4;
  }
  .box-team {
    display: block;
    margin-bottom: 8%;
  }
  .box-team .image {
    background: #fff;
  }
  .box-team .image img {
    position: relative;
    max-width: 60%;
  }
  .box-team .txt {
    padding-bottom: 10%;
  }
  .box-team .txt .name-en {
    font-size: 3rem;
  }
  .box-team .txt .name-ceo {
    font-size: 1.8rem;
  }
  .section-business .txt {
    margin-bottom: 60px;
  }
  .section-business .list-business .btn-cont {
    text-align: center;
  }
  .section-business .box {
    padding: 60px 5%;
  }
  .section-business .business-bg {
    top: 3.5%;
    right: -20%;
    width: 45%;
  }
  .section-business .list-business ul li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .section-business .list-business ul li:nth-of-type(n + 2) {
    margin-top: 10%;
  }
  .section-seminar .list-seminar ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section-seminar .list-seminar ul li:nth-of-type(n + 2) {
    margin-top: 8%;
  }
  .section-seminar .txt p {
    text-align: left;
  }
  .seminarInner {
    padding: 30px;
  }
  .seminarInner h3 {
    text-align: center;
  }
  .seminarInner .box-seminar {
    display: block;
  }
  .seminarInner .box-seminar .image {
    width: auto;
    max-width: none;
  }
  .seminarInner .box-seminar .info {
    padding: 0;
    width: auto;
    font-size: 1.5rem;
  }
  .seminarInner .box-seminar .info .tbl {
    padding-top: 10px;
  }
  .seminarInner .box-seminar .info .tbl dt {
    font-weight: bold;
  }
  .seminarInner .box-seminar .txt {
    padding: 3%;
  }
  .box-news {
    display: block;
  }
  .slider-ps li .image {
    position: relative;
  }
  .slider-ps li .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
  }
  .slider-ps li .txt .title {
    letter-spacing: 0;
  }
  .slider-ps li .txt p {
    font-size: 1.2rem;
  }
  .slider-ps li .txt p.info {
    min-height: 12em;
  }
  .section-creative .txt p {
    font-size: 1.3rem;
  }
  .section-creative .list-col3.list-creative ul li:nth-of-type(n + 3),
  .section-creative .list-col2.list-creative ul li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .section-creative .list-col3.list-creative ul li:nth-of-type(n + 2),
  .section-creative .list-col2.list-creative ul li:nth-of-type(n + 2) {
    margin-top: 10%;
  }
  .section-creative .list-col2.list-creative {
    margin-bottom: 10%;
  }
  .section-creative .list-col3.list-creative .title {
    min-height: auto;
  }
  .bnr-cont {
    padding: 0 3% 60px;
  }
  .section-marketing .list-col3.list-marketing ul li {
    position: relative;
  }
  .section-marketing .list-col3.list-marketing ul li:nth-of-type(n + 2) {
    margin-top: 20%;
  }
  .section-marketing .list-col3.list-marketing ul li:nth-of-type(n + 2):before,
  .section-marketing .list-col3.list-marketing ul li:nth-of-type(n + 2):after {
    left: 0;
    right: 0;
    top: -30%;
    bottom: auto;
    width: 15%;
  }
  .section-marketing .list-col2.list-marketing ul li {
    padding: 20px 6% 40px;
  }
  .section-marketing .list-col2.list-marketing ul li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .section-marketing .list-col2.list-marketing ul li:nth-of-type(n + 2) {
    margin-top: 10%;
  }
  .section-marketing .list-col2.list-marketing ul li .image {
    margin-bottom: 0;
  }
  .section-marketing .list-col2.list-marketing ul li .txt .info {
    font-size: 1.5rem;
    line-height: 2;
  }
  /* #cmpy {
    padding: 40px 0;
  } */
  #cmpy.confirm .contactBox {
    height: auto;
    position: relative;
    padding-bottom: 30px;
  }
  #cmpy.confirm .contactBox .formCont dd.checkList > div {
    right: auto;
    left: 0;
  }
  #cmpy.confirm .contactBox .formR dd {
    min-height: 100px;
  }
  #cmpy.complete {
    min-height: calc(100vh - 164px);
  }
  #cmpy .box {
    padding: 0 5%;
  }
  #cmpy .img {
    top: 300px;
    opacity: 0.3;
  }
  #cmpy .contL {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  #cmpy .contR {
    width: 100%;
    float: none;
    padding: 0;
  }
  /* #cmpy .contR .contactBtn span {
    padding: 25px 0;
  }
  #cmpy .contR .contactBtn span:after {
    right: 20px;
  } */
  #cmpy .contactBox {
    top: 40px;
  }
  #cmpy .contactBox h3 {
    margin-bottom: 20px;
  }
  #cmpy .contactBox p {
    margin-bottom: 20px;
  }
  #cmpy .contactBox .formCont .formL {
    width: 100%;
    float: none;
  }
  #cmpy .contactBox .formCont .formR {
    width: 100%;
    float: none;
  }
  #cmpy .contactBox .formCont dd {
    margin-bottom: 35px;
  }
  #cmpy .contactBox .formCont dd textarea {
    height: 200px;
  }
  #cmpy .contactBox .formCont dd.checkList > div {
    top: -45px;
    right: 0;
  }
  #cmpy .contactBox .formCont dd.checkList > div label {
    padding-left: 10px;
  }
  #cmpy .contactBox .back {
    text-align: center;
    margin-top: 40px;
  }
  .sel {
    width: 170px;
  }
  #rcrt {
    padding: 40px 5%;
  }
  #rcrt .txt {
    margin-bottom: 40px;
  }
  #rcrt dl dt {
    padding: 0;
  }
  #rcrt dl dt .en {
    width: 100%;
  }
  #rcrt dl dt .ja:after {
    top: 16px;
  }
  #rcrt dl dt:hover .ja:after {
    background: none;
  }
  #rcrt dl dt:hover:before,
  #rcrt dl dt:hover:after {
    background: #fff;
  }
  #rcrt dl dt.active:before,
  #rcrt dl dt.active:after {
    background: #111;
  }
  #rcrt dl dt.active .ja:after {
    background: #fff;
  }
  .newsInner {
    padding: 15px;
  }
  .modaal-content-container {
    padding: 0;
  }
  .worksInner .img {
    width: 100%;
    height: 330px;
    padding: 0 0 10px;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .worksInner .info {
    float: none;
    width: 92%;
    margin: 0 4% 5% 4%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .worksInner .info h4 {
    font-size: 1.6rem;
  }
  .worksInner .info .link a {
    font-size: 1.2rem;
  }
  .worksInner .info .siteGenre span {
    display: inline-block;
    padding: 6px 10px;
    font-size: 1.3rem;
  }
  .worksInner .info dl dt {
    padding: 6px 0;
  }
  .worksInner .info dl dd {
    padding: 6px;
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) {
  .box {
    max-width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-narrow {
    max-width: 100%;
    padding: 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  a.btn-common {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  a.btn-common:before,
  a.btn-common:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a.btn-common:before {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
    background: #666;
    border-radius: 100%;
  }
  a.btn-common:after {
    width: 6px;
    height: 6px;
    right: 18px;
    top: calc(50% - 3px);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  a.btn-common:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  a.btn-common:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
  }
  a.btn-white {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  a.btn-white:before,
  a.btn-white:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a.btn-white:before {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
    background: #666;
    border-radius: 100%;
  }
  a.btn-white:after {
    width: 6px;
    height: 6px;
    right: 18px;
    top: calc(50% - 3px);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  a.btn-white:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  a.btn-white:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
  }
  a.btn-dark {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  a.btn-dark:before,
  a.btn-dark:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a.btn-dark:before {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
    background: #fff;
    border-radius: 100%;
  }
  a.btn-dark:after {
    width: 6px;
    height: 6px;
    right: 18px;
    top: calc(50% - 3px);
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  a.btn-dark:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  a.btn-dark:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
  }
  a.btn-pink {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  a.btn-pink:before,
  a.btn-pink:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a.btn-pink:before {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
    background: #fff;
    border-radius: 100%;
  }
  a.btn-pink:after {
    width: 6px;
    height: 6px;
    right: 18px;
    top: calc(50% - 3px);
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  a.btn-pink:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  a.btn-pink:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
  }
  a.btn-dark-pink {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  a.btn-dark-pink:before,
  a.btn-dark-pink:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a.btn-dark-pink:before {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
    background: #fff;
    border-radius: 100%;
  }
  a.btn-dark-pink:after {
    width: 6px;
    height: 6px;
    right: 18px;
    top: calc(50% - 3px);
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    -webkit-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  a.btn-dark-pink:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  a.btn-dark-pink:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
  }
  a.size-sml:before {
    right: 5px;
  }
  a.size-sml:after {
    right: 13px;
  }
  a.size-medium:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  a.size-medium:after {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 23px;
  }
  a.size-large:before {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
  a.size-large:after {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 24px;
  }
  a.btn-more {
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
    overflow: hidden;
    position: relative;
  }
  a.btn-more:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #696969;
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 0;
    -webkit-transition: 0.4s cubic-bezier(1, 0.05, 0.37, 1.01);
    transition: 0.4s cubic-bezier(1, 0.05, 0.37, 1.01);
  }
  a.btn-more:hover {
    color: #fff;
  }
  a.btn-more:hover:before {
    left: 0;
    width: 105%;
  }
  .md {
    display: none !important;
  }
  .sm {
    display: block !important;
  }

  .drawerCont ul {
    padding-left: 50px;
  }
  h2.main-ttl + .txt p {
    letter-spacing: 0.1em;
  }
  .box-team .txt .name-en {
    line-height: 1;
  }
  .box-team .txt .intro {
    line-height: 2;
  }
  .box-team .txt .name-ceo {
    margin-bottom: 5%;
  }
  .section-portfolio .list-portfolio ul li:hover .txt {
    opacity: 1;
  }
  .section-portfolio .list-portfolio ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
  }
  .section-portfolio .list-portfolio ul li {
    width: 48%;
    margin-bottom: 5%;
  }
  .section-portfolio .list-portfolio ul li:nth-child(3n + 1),
  .section-portfolio .list-portfolio ul li:nth-child(3n + 2),
  .section-portfolio .list-portfolio ul li:nth-child(3n) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .section-portfolio .list-portfolio ul li:nth-child(odd) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .section-portfolio .list-portfolio ul li:first-of-type {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .copy {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=maps/style.css.map */
