@charset "UTF-8";




body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, Lato, sans-serif, "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 16px;



  /*
-webkit-font-smoothing: antialiased;
text-align:justify;
text-justify:inter-ideograph;
backface-visibility:hidden;
-webkit-backface-visibility: hidden;
overflow:hidden;
*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 20px;
  font-size: 2.0rem;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

span {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.2em;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

button,
select,
input,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

img {
  width: 100%;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;


}


a:visited,
a:link {
  color: #000;

  /*
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 

backface-visibility:hidden;
-webkit-backface-visibility: hidden;
overflow:hidden;
*/
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
}

main {
  text-align: center;
  margin: 0 auto;
}



#video-sp,
main figure.copy-sp,
.souei-bito-img-sp,
#souei-bito-visual-sp,
#souei-bito-visual-name-sp,
.sp {
  display: block;
}

#video-pc,
main figure.copy-pc,
.souei-bito-img-pc,
#souei-bito-visual-pc,
.pc {
  display: none;
}

@media screen and (min-width: 640px) {

  #video-sp,
  main figure.copy-sp,
  .souei-bito-img-sp,
  #souei-bito-visual-sp,
  #souei-bito-visual-name-sp,
  .sp {
    display: none;
  }

  #video-pc,
  main figure.copy-pc,
  .souei-bito-img-pc,
  #souei-bito-visual-pc,
  .pc {
    display: block;
  }
}


/*# sourceMappingURL=style.css.map */


/* clearfix
================================================== */
.category:before,
.category:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clear,
.category:after,
.clearfix:after {
  clear: both;
}

/* base
***************************************************************/
body {
  background-color: #fff;
}

.bg-bk {
  background-color: #000;
}

.loader {
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 100%;
  height: 60px;
  background: url(./../images/loading.gif) center center no-repeat;
  background-size: contain;
  margin-top: -30px;
}



h3 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 80px;
  color: #f02146;
  border-bottom: #f02146 10px solid;
  position: relative;
}

h2 span {
  font-weight: bold;
  display: block;
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

h2 span.def {
  position: static;
  text-align: left;
  font-size: 70%;
  line-height: 1.6;
}

p {
  line-height: 1.8;
  font-size: 18px;
}

img {
  display: block;
}

/* header
***************************************************************/
header {
  width: 100%;
  position: fixed;
  z-index: 999;
}

/*
header.bg{
	background-color: rgba(0,0,0,0.5);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s; 
}
*/

header h1 {
  position: relative;
  max-width: 320px;
  margin: 20px;
  /*z-index:3;*/
}

/*
.header-bg header{
	background-color: rgba(0,0,0,0.5);
}
*/


/* video
***************************************************************/
.video-wrap {
  /*opacity:0.6;*/
  width: 100%;
  position: fixed;
  z-index: -1;

}


.video-wrap:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(./../images/patterns/overlay10.png);
  z-index: 0;

}

video {
  display: block;
  /*width:100%;*/

}

#video-sp {
  min-height: 200px;
}

/* main
***************************************************************/
main {
  position: relative;
  background: url(./../images/arrow.png) center bottom no-repeat;
}

figure.copy-pc {
  position: absolute;
  bottom: 50%;
  left: 5%;
  width: 32%;
  height: auto;

  min-width: 400px;
}





/* se-container
***************************************************************/
.se-container {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
}

.se-slope {
  margin: 0 -100px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;

  background: #FFF;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#top {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);


  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffe255), color-stop(0.00, #ff587f));
  background: -webkit-linear-gradient(#ff587f, #ffe255);
  background: -moz-linear-gradient(#ff587f, #ffe255);
  background: -o-linear-gradient(#ff587f, #ffe255);
  background: -ms-linear-gradient(#ff587f, #ffe255);
  background: linear-gradient(#ff587f, #ffe255);

}

#top h3 {
  display: block;
  max-width: 734px;
  margin: 0 auto;
}

#top p {
  font-weight: bold;
  font-size: 20px;
}

#top figure {
  position: absolute;
  left: 40px;
  bottom: 300px;
  z-index: -1;
  width: 25%;
  margin-left: -10px;
  ;
}

#souei-bito {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #97cbff), color-stop(0.00, #a9ebeb));
  background: -webkit-linear-gradient(#a9ebeb, #97cbff);
  background: -moz-linear-gradient(#a9ebeb, #97cbff);
  background: -o-linear-gradient(#a9ebeb, #97cbff);
  background: -ms-linear-gradient(#a9ebeb, #97cbff);
  background: linear-gradient(#a9ebeb, #97cbff);

}

#souei-keywords {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fbfcdb), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #fbfcdb);
  background: -moz-linear-gradient(#fff, #fbfcdb);
  background: -o-linear-gradient(#fff, #fbfcdb);
  background: -ms-linear-gradient(#fff, #fbfcdb);
  background: linear-gradient(#fff, #fbfcdb);

}

#work {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #efffe6), color-stop(0.00, #83e6c2));
  background: -webkit-linear-gradient(#83e6c2, #efffe6);
  background: -moz-linear-gradient(#83e6c2, #efffe6);
  background: -o-linear-gradient(#83e6c2, #efffe6);
  background: -ms-linear-gradient(#83e6c2, #efffe6);
  background: linear-gradient(#83e6c2, #efffe6);
}


#Map-bg {
  max-width: 800px;
  margin: 20px auto 0;
  background: url(./../images/work.png) no-repeat top center;
  background-size: contain;
}

#Map-bg1 {
  max-width: 794px;
  margin: 20px auto 0;
  background: url(./../images/work01.png) no-repeat top center;
  background-size: contain;
}

#Map-bg2 {
  max-width: 794px;
  margin: 20px auto 0;
  background: url(./../images/work02.png) no-repeat top center;
  background-size: contain;
}

#Map-bg3 {
  max-width: 794px;
  margin: 20px auto 0;
  background: url(./../images/work03.png) no-repeat top center;
  background-size: contain;
}

#Map-bg4 {
  max-width: 794px;
  margin: 20px auto 0;
  background: url(./../images/work04.png) no-repeat top center;
  background-size: contain;
}

#Map-bg5 {
  max-width: 794px;
  margin: 20px auto 0;
  background: url(./../images/work05.png) no-repeat top center;
  background-size: contain;
}





/*#work figure*/
#infomation figure {
  margin-left: -160px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#infomation {
  /*
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d8eef0), color-stop(0.00, #fff));
background: -webkit-linear-gradient(#fff, #d8eef0);
background: -moz-linear-gradient(#fff, #d8eef0);
background: -o-linear-gradient(#fff, #d8eef0);
background: -ms-linear-gradient(#fff, #d8eef0);
background: linear-gradient(#fff, #d8eef0);
*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #80c1ea), color-stop(0.00, #266db6));
  background: -webkit-linear-gradient(#266db6, #80c1ea);
  background: -moz-linear-gradient(#266db6, #80c1ea);
  background: -o-linear-gradient(#266db6, #80c1ea);
  background: -ms-linear-gradient(#266db6, #80c1ea);
  background: linear-gradient(#266db6, #80c1ea);
}

#infomation h2+div {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

#infomation .card {
  background-color: #fff;
  padding: 40px 20px;
}

#infomation .card>* {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

#infomation .card p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#infomation .card h3 img {
  max-width: 100px;
  margin: 0 auto 10px;
}

.entry-btn {
  margin: 40px auto 0;
  text-align: center;
}

.entry-btn a.arrow_right {
  display: block;
  background: #f39800;
  border-radius: 30px;
  max-width: 240px;
  position: relative;
  text-decoration: none;
  width: 240px;
  margin: 0 auto;
  line-height: 1.4;
  padding: 0.2em 0;
  font-weight: 700;
  font-size: 17px;
}

.entry-btn a.arrow_right::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.entry-btn>* {
  /* max-width: 240px;
  display: inline-block;
  margin: 0 10px; */
}

.entry-btn a:hover,
#infomation .card a:hover {
  display: block;
  opacity: 0.5;
}

.box {
  border: #000 1px solid;
  background-color: #fff;
}

.box h3 {
  background-color: #FFD4CF;
}

.box * {
  padding: 15px;
}

a.box {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}

a.box:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: ' ';
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





p>a.box {
  padding: 8px;
  font-size: 14px;
}

p>a.box:after {
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
}

p>a.box:hover {
  color: #000;
  opacity: 1 !important;
  background-color: #eee;
}



.box a.box {
  border: none;
  background-color: #1654a4;
  color: #fff;
  max-width: 280px;
  margin: 0 auto;
}

.box a.box:after {
  border-color: #fff;
}







#top+div {
  margin-top: -200px;
}

.se-content {
  width: 60%;
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#top .se-content {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  padding-bottom: 300px;
}

/*#work .se-content,*/
#souei-bito .se-content {
  padding-bottom: 0px;
}

/* container
***************************************************************/
.container {
  width: 100%;
  padding-top: 100px;
}

.container .se-content {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;

}

.container .se-content>* {
  padding: 0 20px;
}

#company {
  /*
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d6eeff), color-stop(0.00, #fff));
background: -webkit-linear-gradient(#fff, #d6eeff);
background: -moz-linear-gradient(#fff, #d6eeff);
background: -o-linear-gradient(#fff, #d6eeff);
background: -ms-linear-gradient(#fff, #d6eeff);
background: linear-gradient(#fff, #d6eeff);
*/
  background-color: #e6f0fa;
}

.container h2 {
  padding: 0;
  margin: 40px 0;
  border: none;
  text-align: left;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.container * {
  color: #000;
}




/* outline
***************************************************************/

dl.outline * {
  font-size: 16px;
  line-height: 1.6;
}

dl.outline dt,
dl.outline dd {
  padding: 15px 0;
}

dl.outline dt {
  color: #999;
  float: left;
  width: 100px;
}

dl.outline dd {
  padding-left: 110px;
  border-bottom: 1px solid #ccc;
}

dl.outline dd p {
  margin-top: 15px;
}

dl.outline .no-border {
  border: none;
}

/* topic
***************************************************************/
.topic {
  margin: 20px;
  padding: 20px !important;
  background-color: #fff;
}


.topic>p {
  line-height: 1.4;
  font-size: 18px;
  color: #f66;
  font-weight: bold;
}

.topic>p+div {
  margin: 20px 0;
  background-color: #fee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topic h3 {
  font-size: 24px;
  margin: 20px auto;
  line-height: 1.2;
  max-width: 11em;
}

.topic h3 span {
  margin-top: 20px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}



.topic h4 {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
}

.topic dl.outline {
  border-top: 1px solid #ccc;
  margin: 10px 0 -20px;
}

.topic dl.outline dt,
.topic dl.outline dd {
  /*padding:10px 0 ;*/
}


.topic a.box {
  display: inline-block;
  text-align: center;
  padding: 4px 28px 4px 18px;
  background-color: #fff;
  border: solid;
  border-color: #005eae;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 21px;
}

.topic a.box:after {
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
}

.topic a.box:hover {
  color: #000;
  opacity: 1 !important;
  background-color: #eee;
}


.topic.waku {
  border: 1px solid #f66;
  background: none;
}


/* entry confirm
***************************************************************/
#confirm,
#entry {
  background-color: #e6f0fa;
  padding-bottom: 100px;
}

#confirm .se-content,
#entry .se-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff !important;
}

#confirm .se-content>*,
#entry .se-content>* {
  padding: 0 90px !important;
}


#confirm p,
#entry p {
  font-size: 16px;
  line-height: 1.6;
}

#entry dt {
  padding: 40px 0 10px;
  font-weight: bold;
}

#confirm dt {
  border-top: 1px #ccc solid;
  margin: 20px 0 0;
  padding: 20px 0 10px;
  font-weight: bold;
}


#confirm dl {
  border-bottom: 1px #ccc solid;
}

#entry dd+dd {
  padding-top: 10px;
}

.rectangle {
  margin-left: -10px;
  margin-right: 10px;
}

.rectangle li {
  list-style-type: none;
}

.rectangle li span {
  text-align: center;
  font-size: 14px !important;
  color: #fff;
  line-height: 40px !important;
}

.rectangle li>* {
  background-color: #ccc;
  width: auto;
  height: 40px;
  position: relative;
  padding-left: 20px;
  margin: 0 10px;
}

.rectangle li>*:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  content: " ";
  width: ;
  height: ;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ccc;
}

.rectangle li>*:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: ;
  height: ;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fff;
}

.rectangle li:first-child>*:before {
  display: none;
}

.rectangle li>*.on {
  background-color: #00479d;
  font-weight: normal;
}

.rectangle li>*.on:after {
  border-color: transparent transparent transparent #00479d;
}

.label {
  font-size: 12px;
  padding: 3px 6px;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.label-important {
  display: inline-block;
  color: #fff;
  background-color: #b94a48;
}

.alert {
  margin-top: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.alert,
select,
input[type="text"] {
  text-indent: 5px;
  width: 99%;
  padding: 8px 0;
}

textarea {
  width: 99%;
  padding: 8px 0;
  height: 5em;
}

select+.alert,
select {
  max-width: 240px;
}

.add-on {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-right: -1px;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  line-height: 18px;
  min-width: 20px;
  padding: 8px 5px;

  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
  white-space: nowrap;
}

.add-on+input {
  max-width: 210px;
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}

.add-on+input+.alert {
  max-width: 240px;
}

select {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0 20px 0 5px;

  appearance: none;
  -webkit-appearance: none;
  background: #efefef url(./../images/bg_select.png) no-repeat center right;
  /*background:#efefef url(./../../../../images/bg_select.png) no-repeat center right;*/
  background-size: 20px 10px;

  /*-webkit-appearance: menulist;*/
}

textarea,
input[type="text"],
input[type="submit"] {
  font-size: 1em;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
}

input[type=file] {
  border: 1px solid #ccc;
  padding: 8px;
  display: block;
  cursor: pointer;
}


input[type="submit"]:hover {
  opacity: 0.8;
}

#confirm .btn,
input.btn {
  text-decoration: none;
  display: inline-block;
  margin: 40px 5px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: button;
  min-width: 120px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  * zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#confirm .btn-primary,
input.btn-primary {
  -webkit-appearance: none;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-color: #04c;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}


input,
textarea,
keygen,
select,
button,
isindex,
meter,
progress {
  -webkit-writing-mode: horizontal-tb !important;
}


.floor {
  font-size: 24px !important;
  background-color: #efefef;
  padding: 20px !important;
  text-align: center !important;
  font-weight: normal !important;
}

.floor.error {
  color: #c00;
  background-color: #fff2f2;

}


/* accordion
***************************************************************/
.accordion dt {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.accordion dt:hover {
  opacity: 0.8;
}

.accordion dd {
  display: none;
  background-color: #eee;
}

.accordion dd p {
  padding: 20px;
}

.accordion dt:after {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.accordion dt.on:after {
  font-size: 24px;
  content: "ー";
}

.accordion dt.wd1:after {
  background-color: #009944;
}

.accordion dt.wd2:after {
  background-color: #00afec;
}

.accordion dt.wd3:after {
  background-color: #ef8575;
}

.accordion dt.wd1+dd {
  background-color: #d0e7c3;
}

.accordion dt.wd2+dd {
  background-color: #c3e5e2;
}

.accordion dt.wd3+dd {
  background-color: #f8cdc5;
}

/* totop
***************************************************************/
#totop {
  position: fixed;
  right: 0;
  bottom: 136px;
  cursor: pointer;
  width: 76px;
  height: 128px;
  background-color: #000;
  z-index: 99;
  display: none;
}

/* footer
***************************************************************/
footer {
  background-color: #fff;
  padding: 60px 20px 20px;
}

footer img {
  max-width: 320px;
  display: inline;
  padding-bottom: 40px;
}

.copy {
  font-size: 10px;
}



/* design
***************************************************************/
.fc-white {
  color: #fff;
  border-color: #fff;
}




.ta-small,
.ta-small br {
  font-size: 12px !important;
  line-height: 1.2 !important;
}




.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}



.col2>* {
  float: left;
  width: 50%;
}

.col2 div:nth-child(1)>* {
  margin-right: 20px;
}

.col2 div:nth-child(2)>* {
  margin-left: 20px;
}

.col3>* {
  float: left;
  width: 33.3%;
}

.col3 div:nth-child(1)>* {
  margin-right: 10px;
}

.col3 div:nth-child(2)>* {
  margin: 0 5px;
}

.col3 div:nth-child(3)>* {
  margin-left: 10px;
}

.name {
  display: inline-block;
  text-align: left;
  font-size: 200% !important;
  line-height: 1.2;
}

.name span {
  font-size: 33%;
}

.souei-bito-box {
  position: relative;
  display: block;
}

.souei-bito-box a img.btn {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.souei-bito-box a img.btn:hover {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);

}

.souei-bito-box a:hover {
  opacity: 1;
}

.souei-bito-box .souei-bito-btn01 {
  position: absolute;
  width: 20%;
  max-width: 100px;
  bottom: 20px;
  right: 20px;
}

.souei-bito-box .souei-bito-btn02 {
  position: absolute;
  width: 20%;
  max-width: 100px;
  bottom: 25%;
  left: 20%;
}

/* fadeIN-anime
================================================== */

.fadeIN-anime {
  -moz-animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
  -ms-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
  visibility: visible !important;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.souei-bito-wrap.fadeIN-anime {
  -moz-animation: fadeIn2 0.5s ease;
  -webkit-animation: fadeIn2 0.5s ease;
  -o-animation: fadeIn2 0.5s ease;
  -ms-animation: fadeIn2 0.5s ease;
  animation: fadeIn2 0.5s ease;
  visibility: visible !important;
}

@-moz-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@-ms-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -ms-transform: translateY(0);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* 
================================================== */

@media screen and (max-width: 640px) {


  main {
    background-size: 24px 36px;
  }

  p {
    font-size: 12px;
  }

  header h1 {
    max-width: 200px;
    margin: 20px 10px;
  }

  h2 {
    border-bottom: #ea5541 4px solid;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  h2 span {
    bottom: -24px;
    font-size: 12px;
  }

  .se-content,
  .pb100 {
    padding-bottom: 40px;
  }

  .se-container {
    width: auto;
    padding: 100px 20px 0px;
  }

  #top .se-content {
    padding-bottom: 240px;
  }

  #top h3 {
    padding-top: 20px;
  }

  #top p {
    font-size: 14px;
  }


  #work .se-content {
    background-size: 130%;
  }

  .name {
    font-size: 200% !important;
  }

  #top figure {
    left: -30px;
    bottom: 220px;
    width: 36%;
  }

  .sp-mt20 {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  h3 {
    font-size: 14px;
  }

  #infomation h3 {
    font-size: 24px;
  }

  .souei-bito-box .souei-bito-btn01 {
    position: absolute;
    width: 30%;
    max-width: 90px;
    bottom: 2%;
    right: 4%;

  }

  .souei-bito-box .souei-bito-btn02 {
    position: absolute;
    width: 30%;
    max-width: 90px;
    bottom: 2%;
    left: 20%;
  }


  #Map-bg {
    background: url(./../images/work_sp.png) no-repeat top center;
    background-size: contain;
  }

  dt:after {
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
  }

  dt.on:after {
    font-size: 12px;
  }

  dl.outline * {
    font-size: 14px;
  }

  dl.outline dt {
    font-size: 12px;
    width: 80px;
  }

  dl.outline dd {
    padding-left: 80px !important;
  }

  #entry dt {
    padding: 20px 0 10px;
    font-weight: bold;
  }


  #confirm *,
  #entry * {
    line-height: 1.6;
    font-size: 14px !important;
  }

  #confirm h2,
  #entry h2 {
    line-height: 1.4;
    font-size: 24px !important;
  }

  #confirm ul.rectangle *,
  #entry ul.rectangle * {
    line-height: 1;
    font-size: 10px !important;
  }


  #confirm span.label,
  #entry span.label {
    line-height: 1;
    font-size: 12px !important;
  }

  #confirm,
  #entry {
    background-color: #fff;
    padding-bottom: 0;
  }

  #confirm .se-content,
  #entry .se-content {
    padding-top: 0;
  }

  #confirm .se-content>*,
  #entry .se-content>* {
    padding: 0 20px !important;
  }




  #totop {
    top: 0;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 60px;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    background: #fff;
  }

  #totop img {
    display: none;
  }

  #totop:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: ' ';
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: -10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }




  footer {
    padding: 40px 20px 20px;
  }

  footer p {
    text-align: center;
  }

  footer p img {
    display: block;
    clear: both;
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
  }

  footer .col2>* {
    float: none;
    width: 100%;
    text-align: center;
  }

  .topic .col2>* {
    float: none;
    width: 100%;
  }

  .topic h3 {
    margin: 20px 10px;
  }

  .topic>p {
    line-height: 1.4;
    font-size: 16px;
  }

  .topic>p+div {
    display: block;
  }


  #infomation .col3>* {
    float: none;
    width: 100%;
  }

  #infomation .col3 div:nth-child(1)>* {
    margin: 0;
  }

  #infomation .col3 div:nth-child(2)>* {
    margin: 15px 0;
  }

  #infomation .col3 div:nth-child(3)>* {
    margin: 0;
  }

}

#infomation figure {
  margin-left: -80px;
}


/* 
================================================== */

@media screen and (max-width: 320px) {

  .topic h3 {
    width: 9em !important;
  }

}

/* media print
==================================================*/
@media print {

  html,
  body,
  .se-container {
    width: 960px !important;
    opacity: 1 !important;
  }

  .fadeIN {
    visibility: visible !important;
    opacity: 1 !important;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  #totop {
    display: none !important;
  }

  .box {
    width: 100px;
    height: 50px;
    overflow: scroll;
    border: blue 5px solid;
  }

  .box {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .box::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }

  div.center {
    text-align: center;
  }

  div.right {
    text-align: right;
  }
}