@charset "UTF-8";
/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
#top {
  min-width: auto;
}

#top #panel_contents {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

#top #panel_list {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  top: 0;
  height: 100vh;
}

#top .panel, #top .panel .panel_child, #top .panel .panel_child_end {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#top .panel.stage1, #top .panel .panel_child.stage1, #top .panel .panel_child_end.stage1 {
  background-image: url(../img/entry/bg.jpg);
  background-position: center;
  background-size: cover;
  height: calc(100vh - 18px);
}

#top .panel.stage2, #top .panel .panel_child.stage2, #top .panel .panel_child_end.stage2 {
  background-image: url(../img/concept/bg.jpg);
  background-position: center;
  background-size: cover;
  height: calc(100vh - 12px);
}

#top .panel.stage3, #top .panel .panel_child.stage3, #top .panel .panel_child_end.stage3 {
  background-image: url(../img/works/bg.jpg);
  background-position: center;
  background-size: cover;
  height: calc(100vh - 6px);
}

#top .panel.stage4, #top .panel .panel_child.stage4, #top .panel .panel_child_end.stage4 {
  background-image: url(../img/person/bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

#top .panel.stage5, #top .panel .panel_child.stage5, #top .panel .panel_child_end.stage5 {
  background-image: url(../img/entry/bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

#top .panel {
  position: relative;
  width: 100vw;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#top .panel .hidePC {
  display: none !important;
}

#top .panel .panel_child {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#top .panel .panel_child_end {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top .panel .inner {
  width: 70%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
}

#top .panel header {
  position: relative;
  width: 100%;
}

#top .panel header svg {
  height: auto;
}

#top .panel header .sub_title {
  position: absolute;
  bottom: 0;
  right: 0;
}

#top .panel .box {
  width: 100%;
  flex-wrap: nowrap;
}

#top .panel .box p {
  font-family: 'Harenosora', serif;
  font-size: 1.3vw;
  line-height: 1.8;
  white-space: nowrap;
}

#top .panel .box .heading {
  position: relative;
  display: inline-block;
  margin-bottom: 12%;
  font-size: 1.4vw;
}

#top .panel .box .heading h2 {
  position: relative;
  width: auto;
  display: inline-block;
  background: #222;
  color: #fff;
  font-size: inherit;
  width: 48%;
  padding: .2em 0;
  z-index: 101;
  transform-origin: left bottom 0;
  transform: rotate(-1deg);
  line-height: 1;
  font-family: "Harenosora","Hiragino Kaku Gothic ProN", YuGothic,"Yu Gothic", Meiryo, serif;
}

#top .panel .box .heading::after {
  content: '';
  background: #c1c2c2;
  position: absolute;
  display: block;
  width: 47%;
  height: 1vh;
  left: 0;
  bottom: 0;
  transform: rotate(1deg);
  transform-origin: left bottom 0;
}

#top .panel .main_svg g g path:nth-of-type(1) {
  fill-opacity: 0;
}

#top .panel .sub_title path {
  fill-opacity: 0;
}

#top .panel img {
  width: 100%;
  height: auto;
}

#top .panel .btn {
  margin-top: 12%;
  width: 69%;
  font-size: 1.1vw;
  height: auto;
  line-height: 2;
  letter-spacing: .2em;
}

#top #stage1 header {
  position: absolute;
  width: auto;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

#top #stage1 .main_svg {
  width: 40vw;
}

#top #stage1 .sub_title {
  width: 45%;
  bottom: -28%;
  right: -11%;
}

#top #stage1 .inner {
  width: 100%;
}

#top #stage1 .box {
  position: fixed;
  width: auto;
  top: 5%;
  right: 3%;
  z-index: 1000;
}

#top #stage1 .box a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-family: 'minchostd', serif;
  letter-spacing: 3px;
}

#top #stage2 .inner > header {
  margin-bottom: 4.5%;
}

#top #stage2 .inner > header .main_svg {
  width: 97%;
  /* height: 100%; */
  margin: auto;
  display: block;
}

#top #stage2 .inner > header .sub_title {
  bottom: -80%;
  right: 5%;
  width: 18%;
}

#top #stage2 .box {
  align-items: flex-end;
}

#top #stage2 .box .fade:nth-of-type(1) {
  width: 67%;
}

#top #stage2 .box .fade:nth-of-type(2) {
  /* margin-top: 80px; */
  width: 30%;
  margin-bottom: 4.5%;
}

#top #stage3 .inner > header {
  width: 28%;
  position: absolute;
  top: 22px;
  left: 100px;
}

#top #stage3 .inner > header .main_svg {
  width: 100%;
  /* height: 100%; */
}

#top #stage3 .inner > header .sub_title {
  bottom: 7%;
  right: auto;
  left: 70%;
  width: 41%;
}

#top #stage3 .box {
  align-items: flex-end;
}

#top #stage3 .box .heading {
  margin-bottom: 10%;
}

#top #stage3 .box .btn {
  margin-top: 11%;
}

#top #stage3 .box .fade:nth-of-type(1) {
  width: 60%;
  order: 2;
}

#top #stage3 .box .fade:nth-of-type(1) img {
  width: 100%;
}

#top #stage3 .box .fade:nth-of-type(2) {
  width: 30%;
  margin-bottom: 4%;
  order: 1;
}

#top #stage4 .inner > header {
  width: 33%;
  position: absolute;
  top: 20%;
  left: auto;
  right: 0.7%;
  z-index: 101;
}

#top #stage4 .inner > header .main_svg {
  width: 97%;
}

#top #stage4 .inner > header .sub_title {
  top: -74%;
  left: 2%;
  bottom: auto;
  right: auto;
  width: 36%;
}

#top #stage4 .box {
  align-items: flex-end;
}

#top #stage4 .box .heading {
  margin-bottom: 10%;
}

#top #stage4 .box .btn {
  margin-top: 11%;
}

#top #stage4 .box .fade {
  position: relative;
}

#top #stage4 .box .fade:nth-of-type(1) {
  width: 65%;
  z-index: 1;
  transform: translateX(1%);
}

#top #stage4 .box .fade:nth-of-type(2) {
  width: 35%;
  transform: translateX(-3.5%);
  margin-bottom: 3.5%;
  z-index: 2;
}

#top #stage5::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/top/img05.png);
  background-repeat: no-repeat;
  background-size: auto 41%;
  background-position: top right;
  opacity: .5;
  z-index: 1;
}

#top #stage5 .inner {
  z-index: 2;
}

#top #stage5 .inner header p {
  margin-top: 1em;
  text-align: center;
}

#top #stage5 svg {
  display: block;
  margin: auto;
}

#top #stage5 svg.main_svg {
  width: 53%;
}

#top #stage5 svg.sub_title {
  width: 41%;
  margin-top: 2%;
  position: relative;
}

#top #stage5 .box, #top #stage5 .footer {
  max-width: 950px;
}

#top #stage5 .box {
  width: 100%;
  position: static;
}

#top #stage5 .news {
  padding: 5% 0 5.5%;
}

#top #stage5 .news h3 {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: .1em;
}

#top #stage5 .news ul {
  width: 100%;
  background: #fff;
  border: 1px solid;
  padding: 0 15px;
  font-size: 18px;
}

#top #stage5 .news ul li {
  width: 100%;
  padding: 1em 0;
}

#top #stage5 .news ul li time {
  margin-right: 1em;
  letter-spacing: 1px;
}

#top #stage5 .news ul li + li {
  border-top: 1px dashed;
}

#top #stage5 .news .more, #top #stage5 .news .back {
  width: 3.5em;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  letter-spacing: .2em;
}

#top #stage5 .news .more::after, #top #stage5 .news .back::after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  position: relative;
  bottom: -.3em;
  background: #303030;
  transition: .5s;
}

#top #stage5 .news .more:hover, #top #stage5 .news .back:hover {
  opacity: 1;
}

#top #stage5 .news .more:hover::after, #top #stage5 .news .back:hover::after {
  width: 100%;
}

#top #stage5 .footer {
  width: 100%;
  border-top: 1px solid;
  padding: 40px 0;
  padding-right: 30px;
  position: relative;
  color: #222;
}

#top #stage5 .footer .logo {
  font-size: 27px;
}

#top #stage5 .footer .logo h2 {
  letter-spacing: 3px;
  line-height: 1;
}

#top #stage5 .footer .box {
  width: 250px;
}

#top #stage5 .footer .box h3, #top #stage5 .footer .box p {
  letter-spacing: 2px;
}

#top #stage5 .footer .box h3 {
  text-align: left;
  line-height: 1.7;
  font-size: 14px;
}

#top #stage5 .footer .box p {
  font-size: 14px;
  line-height: 1.5;
}

#top aside {
  position: fixed;
  bottom: 50px;
  z-index: 2000;
}

#top aside.aside_scroll {
  left: calc(2.5% + 100px);
}

#top aside.aside_entry {
  width: 120px;
  height: 120px;
  right: 2.5%;
}

#top aside p {
  display: block;
  line-height: 1;
  width: 1em;
  text-align: center;
  position: relative;
  letter-spacing: .2em;
}

#top aside p span {
  overflow: hidden;
  position: absolute;
  width: 40px;
  height: 1px;
  right: -90px;
  bottom: .3em;
}

#top aside p span::after {
  content: "";
  width: inherit;
  height: inherit;
  display: block;
  background: #000;
  animation: bar2 2s ease-in-out infinite;
  position: absolute;
  left: 0;
  margin: auto;
}

@keyframes bar2 {
  0% {
    left: 0;
    opacity: 1;
  }
  24% {
    left: 100%;
    opacity: 0;
  }
  26% {
    left: -100%;
    opacity: 0;
  }
  50% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

#top aside a {
  width: 100%;
  height: 100%;
  padding-top: .5em;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  background: #112B52;
  border: 1px solid #112B52;
  border-radius: 50%;
  z-index: 2000;
}

#top aside a:hover {
  color: #112B52;
  background: #fff;
  opacity: 1;
}

#top #scroll {
  display: none;
}

/*=====<=====<=====<=====<=====<=====<=====
  topics
=====>=====>=====>=====>=====>=====>=====*/
#news #archive ul {
  width: 100%;
}

#news #archive li {
  width: 100%;
  padding: 20px 20px;
  border-bottom: 1px solid;
}

#news #archive li time {
  display: block;
}

#news #archive li:first-of-type {
  border-top: 1px solid;
}

#news #single header {
  margin-bottom: 70px;
}

#news #single header time {
  font-size: 16px;
  display: block;
  margin-bottom: .8em;
}

#news #single header h1 {
  font-size: 25px;
  text-align: left;
}

#news #single .box_content {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 70px 0;
}

#news #single .box_content a {
  display: inline;
  text-decoration: underline;
}

#news #single .box_content img {
  max-width: 100%;
  height: auto;
}

#news .more, #news .back {
  width: 4.2em;
  display: block;
  margin: 40px auto 0;
  letter-spacing: .2em;
}

#news .more:hover, #news .back:hover {
  text-decoration: underline;
}

/*=====<=====<=====<=====<=====<=====<=====
  contact
=====>=====>=====>=====>=====>=====>=====*/
#contact section#form p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 90px;
}

#contact section#form form input, #contact section#form form select {
  width: 100%;
  height: 35px;
  display: block;
  padding: .5em;
  border: 1px solid;
  font-family: inherit;
  font-size: 16px;
}

#contact section#form form textarea {
  width: 100%;
  height: 100%;
  padding: .5em;
  border: 1px solid;
}

#contact section#form form .form_group {
  display: block;
  border: 1px solid;
}

#contact section#form form dl {
  height: 83px;
  display: flex;
  align-items: stretch;
}

#contact section#form form dl + dl {
  border-top: 1px solid;
}

#contact section#form form dl:nth-of-type(3) input, #contact section#form form dl:nth-of-type(4) input, #contact section#form form dl:nth-of-type(5) input {
  width: 50%;
}

#contact section#form form dl:last-of-type {
  height: 270px;
}

#contact section#form form dl dt {
  width: 220px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .2em;
  padding: 20px;
  background: #E5E5E5;
  border-right: 1px solid;
  line-height: 1;
}

#contact section#form form dl dt span {
  line-height: 1;
  display: block;
  font-size: 13px;
  color: #FF0000;
  margin-top: .4em;
}

#contact section#form form dl dd {
  padding: 20px;
  width: 680px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

#contact section#form form button {
  margin: 90px auto 0;
  font-family: inherit;
}

/*=====<=====<=====<=====<=====<=====<=====
  contact
=====>=====>=====>=====>=====>=====>=====*/
#concept #sub_visual::before {
  background: url(../img/concept/bg.jpg);
  background-size: 1200px;
  background-position: top center;
}

#concept #sub_visual figure.slide_item01 {
  background: url(../img/concept/mv_01.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}

#concept #sub_visual figure.slide_item02 {
  background: url(../img/concept/mv_02.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#concept #sub_visual figure.slide_item03 {
  background: url(../img/concept/mv_03.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 36%;
}

#concept #sub_visual figure.slide_item04 {
  background: url(../img/concept/mv_04.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 33%;
}

#concept section .inner .catch {
  margin-bottom: 90px;
}

#concept section .inner .catch p {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

#concept section .inner .catch p.sideicon br {
  display: none;
}

#concept section .inner .catch p.sideicon::before, #concept section .inner .catch p.sideicon::after {
  content: '～';
  display: inline-block;
}

#concept section .inner .catch p.sideicon::before {
  margin-right: .5em;
}

#concept #sec_concept .block {
  align-items: center;
}

#concept #sec_concept .block:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#concept #sec_concept .block:nth-of-type(2n) .box {
  padding-left: 40px;
  padding-right: 0;
}

#concept #sec_concept .block + .block {
  margin-top: 90px;
}

#concept #sec_concept .block:nth-of-type(1) figure {
  background: url(../img/concept/img02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#concept #sec_concept .block:nth-of-type(2) figure {
  background: url(../img/concept/img01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#concept #sec_concept .block:nth-of-type(3) figure {
  background: url(../img/concept/img03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#concept #sec_concept figure {
  width: 500px;
  height: 350px;
  background: #aaa;
}

#concept #sec_concept .box {
  width: 333px;
}

#concept #sec_concept .box h3 {
  display: inline-block;
  padding-bottom: .3em;
  line-height: 1;
  font-size: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
}

#concept #sec_concept .btn {
  margin: 90px auto 0;
}

#concept #sec_company {
  background: url(../img/concept/bg.jpg);
  background-size: 100% auto;
  background-position: center;
}

#concept #sec_company header {
  width: 200px;
  text-align: left;
  font-size: 25px;
}

#concept #sec_company header h2 {
  text-align: left;
  letter-spacing: .1em;
}

#concept #sec_company .right {
  width: 700px;
  margin-top: -20px;
}

#concept #sec_company .right dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#concept #sec_company .right dl dt {
  width: 140px;
  padding: 20px 0;
  border-bottom: 1px solid;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#concept #sec_company .right dl dd {
  width: 500px;
  padding: 20px 0;
  border-bottom: 1px solid;
}

#concept #sec_privacy header {
  margin-bottom: 30px;
}

#concept #sec_privacy header h2 {
  text-align: left;
  font-size: 25px;
}

/*=====<=====<=====<=====<=====<=====<=====
  concept
=====>=====>=====>=====>=====>=====>=====*/
#entry section#discription {
  padding-bottom: 0;
}

#entry section#discription p {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-bottom: 90px;
  display: block;
}

#entry section#discription .box {
  padding: 40px 0;
  border-top: 3px double;
  border-bottom: 3px double;
}

#entry section#discription dl dt {
  font-size: 20px;
  line-height: 1;
  margin-bottom: .7em;
}

#entry section#discription dl dt::before {
  content: "■";
  margin-right: .5em;
}

#entry section#discription dl dd {
  line-height: 1;
}

#entry section#discription dl + dl {
  margin-top: 40px;
}

#entry section#form p {
  margin-bottom: 30px;
}

#entry section#form form input, #entry section#form form select {
  width: 100%;
  height: 35px;
  display: block;
  padding: .5em;
  border: 1px solid;
  font-family: inherit;
  font-size: 16px;
}

#entry section#form form textarea {
  width: 100%;
  height: 100%;
  padding: .5em;
  border: 1px solid;
}

#entry section#form form .form_group {
  display: block;
  border: 1px solid;
}

#entry section#form form dl {
  height: 83px;
  display: flex;
  align-items: stretch;
}

#entry section#form form dl + dl {
  border-top: 1px solid;
}

#entry section#form form dl#post_num input, #entry section#form form dl#tel input, #entry section#form form dl#birth input {
  width: 50%;
}

#entry section#form form dl#job {
  height: 120px;
}

#entry section#form form dl:last-of-type {
  height: 270px;
}

#entry section#form form dl:last-of-type dt {
  align-items: flex-start;
}

#entry section#form form dl dt {
  width: 220px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .2em;
  padding: 20px;
  background: #E5E5E5;
  border-right: 1px solid;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

#entry section#form form dl dt span {
  line-height: 1;
  display: block;
  font-size: 13px;
  color: #FF0000;
  margin-top: .4em;
  width: 100%;
}

#entry section#form form dl dd {
  padding: 20px;
  width: 680px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#entry section#form form dl dd label {
  float: left;
  margin-right: 2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#entry section#form form dl dd label:nth-of-type(3) {
  margin-right: 200px;
}

#entry section#form form dl dd label input {
  float: left;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
}

#entry section#form form .cotion {
  margin-top: 30px;
}

#entry section#form form .cotion li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}

#entry section#form form .cotion li a {
  text-decoration: underline;
}

#entry section#form form button {
  margin: 90px auto 0;
  font-family: inherit;
}

/*=====<=====<=====<=====<=====<=====<=====
  person
=====>=====>=====>=====>=====>=====>=====*/
#person #sub_visual::before {
  background: url(../img/person/bg.jpg);
  background-size: 1200px;
  background-position: center;
}

#person #sub_visual .slide_item01 .flex figure {
  width: 33.3333%;
}

#person #sub_visual .slide_item01 .flex figure.slide_item01_01 {
  background: url(../img/person/mv_01.jpg) no-repeat;
  background-size: 197%;
  background-size: 1119px auto;
  background-position: 81% 23%;
}

#person #sub_visual .slide_item01 .flex figure.slide_item01_02 {
  background: url(../img/person/mv_02.jpg) no-repeat;
  background-size: 230%;
  background-size: 1315px auto;
  background-position: 14% 100%;
}

#person #sub_visual .slide_item01 .flex figure.slide_item01_03 {
  background: url(../img/person/mv_03.jpg) no-repeat;
  background-size: 206%;
  background-size: 1170px auto;
  background-position: 84% 100%;
}

@media screen and (max-width: 1300px) {
  #person #sub_visual .slide_item01 .flex figure.slide_item01_01 {
    background: url(../img/person/mv_01.jpg) no-repeat;
    background-size: 224%;
    background-position: 81% 23%;
  }
  #person #sub_visual .slide_item01 .flex figure.slide_item01_02 {
    background: url(../img/person/mv_02.jpg) no-repeat;
    background-size: 270%;
    background-position: 14% 100%;
  }
  #person #sub_visual .slide_item01 .flex figure.slide_item01_03 {
    background: url(../img/person/mv_03.jpg) no-repeat;
    background-size: 243%;
    background-position: 80% 100%;
  }
}

#person #sub_visual figure.slide_item01 {
  background: url(../img/person/mv01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#person #sub_visual figure.slide_item02,
#person #sub_visual figure.slide_item03,
#person #sub_visual figure.slide_item04 {
  display: none;
}

#person #sub_visual .slick-dots {
  display: none !important;
}

#person section .inner > p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 90px;
}

#person section .person_visual {
  width: 100%;
  height: 500px;
  position: relative;
  background: #aaa;
}

#person section .person_visual img {
  position: absolute;
  top: -30px;
  left: 30px;
}

#person section header {
  margin-bottom: 90px;
  padding: 20px 0;
  border-bottom: 3px double;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#person section header span {
  font-size: 16px;
  margin-right: 30px;
  line-height: 1.4;
  letter-spacing: .2em;
}

#person section header h2 {
  font-size: 40px;
  line-height: 1;
  font-family: "Harenosora","Hiragino Kaku Gothic ProN", YuGothic,"Yu Gothic", Meiryo, serif;
}

#person section .block figure {
  width: 450px;
  height: 430px;
  background: #aaa;
}

#person section .block figure img {
  display: none;
}

#person section .block .box {
  width: 380px;
}

#person section .block .box h3 {
  font-size: 25px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.5;
}

#person section .block .box p {
  letter-spacing: -1px;
}

#person section .block .box figure {
  display: none;
}

#person section .block + .block {
  margin-top: 90px;
  flex-direction: row-reverse;
}

#person section .btn {
  margin: 90px auto 0;
}

#person section:nth-of-type(2) {
  background: #ddd;
}

#person #person01 .person_visual {
  background: url(../img/person/person_bg01.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#person #person01 .block:nth-of-type(1) figure {
  background: url(../img/person/img01.jpg) no-repeat;
  background-size: cover;
  background-position: 0 0;
}

#person #person01 .block:nth-of-type(2) figure {
  background: url(../img/person/img02.jpg) no-repeat;
  background-size: cover;
  background-position: 0 0;
}

#person #person02 {
  background: url(../img/person/bg.jpg);
  background-size: 100% auto;
  background-position: center;
}

#person #person02 .person_visual {
  background: url(../img/person/person_bg02.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#person #person02 .block:nth-of-type(1) figure {
  background: url(../img/person/img03.jpg) no-repeat;
  background-size: cover;
  background-position: 0 0;
}

#person #person02 .block:nth-of-type(2) figure {
  background: url(../img/person/img04.jpg) no-repeat;
  background-size: cover;
  background-position: 0 0;
}

#person #person03 .person_visual {
  background: url(../img/person/person_bg03.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#person #person03 .block:nth-of-type(1) figure {
  background: url(../img/person/img05.jpg) no-repeat;
  background-size: cover;
  background-position: 0 0;
}

#person #person03 .block:nth-of-type(2) figure {
  background: url(../img/person/img06.jpg) no-repeat;
  background-size: cover;
  background-position: 0 0;
}

/*=====<=====<=====<=====<=====<=====<=====
  works
=====>=====>=====>=====>=====>=====>=====*/
#works #sub_visual::before {
  background: url(../img/works/bg.jpg);
  background-size: 1200px;
  background-position: top center;
}

#works #sub_visual figure.slide_item01 {
  background: url(../img/works/mv_01.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 39%;
}

#works #sub_visual figure.slide_item02 {
  background: url(../img/works/mv_02.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#works #sub_visual figure.slide_item03 {
  background: url(../img/works/mv_03.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#works #sub_visual figure.slide_item04 {
  background: url(../img/works/mv_04.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#works section .inner > p {
  width: 100%;
  margin-bottom: 90px;
  text-align: center;
  font-size: 20px;
}

#works #works01 .box p, #works #works01 .box02 p {
  text-align: justify;
}

#works #works01 .scroll dd {
  text-align: justify;
}

#works #works01 .box {
  width: 410px;
}

#works #works01 .box img {
  width: 100%;
  height: auto;
}

#works #works01 .box h3 {
  margin: 30px 0;
  font-size: 25px;
  border-bottom: 1px solid;
  padding-bottom: .5em;
}

#works #works01 dl {
  margin: 90px 0 90px;
  width: 100%;
  padding: 20px 35px;
  background: #E5E5E5;
}

#works #works01 dl dt {
  font-size: 25px;
  padding-right: .5em;
  background: #E5E5E5;
  position: relative;
}

#works #works01 dl dt::before {
  width: 80%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  background: #222;
}

#works #works01 .box02 {
  width: 255px;
}

#works #works01 .box02 img {
  width: 100%;
  height: auto;
}

#works #works01 .box02 h3 {
  margin: 20px 0;
  font-size: 19px;
  border-bottom: 1px solid;
  padding-bottom: .5em;
}

#works #works01 .box02 p {
  font-size: 14px;
}

#works #works01 .box02:nth-of-type(n+6) {
  margin-top: 90px;
}

#works #works02 {
  background: url(../img/works/bg.jpg);
  background-size: 100% auto;
  background-position: center;
}

#works #works02 .box {
  text-align: center;
}

#works #works02 .box h3 {
  display: inline-block;
  margin: auto;
  font-size: 25px;
  margin-bottom: 40px;
  padding-bottom: .3em;
  border-bottom: 1px solid;
  line-height: 1;
  letter-spacing: .1em;
}

#works #works02 .box p {
  display: block;
  margin-top: 40px;
  text-align: center;
}

#works #works02 .box + .box {
  margin-top: 90px;
}

#works .btn {
  margin: 90px auto 0;
}

#main01 #sub_visual {
  display: none;
}

#main01 .main01 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 90px 0;
}

#main01 .main01::before {
  content: "";
  width: calc(100% - 400px);
  height: 640px;
  margin: auto;
  z-index: -1;
  display: block;
  background: #aaa;
}

@media screen and (max-width: 1100px) {
  #main01 .main01::before {
    width: 700px;
  }
}

#main01 .main01 .subname {
  width: auto;
  height: 50px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

#main01 .main01 h2 {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 640px;
  margin: auto;
  letter-spacing: .1em;
  font-family: "Harenosora", "Hiragino Kaku Gothic ProN";
}

#main01 .main01 .slide {
  width: 100%;
  height: auto;
  position: absolute;
  top: 140px;
  bottom: 0;
  margin: auto;
}

#main01 .main01 figure {
  max-width: 1920px;
  width: 100%;
  height: 470px;
  background: #555;
  outline: none !important;
}

#main01 .main01 figure.slide_item01 {
  background: url(../img/concept/mv01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main01 .main01 figure.slide_item02 {
  background: url(../img/concept/mv02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main01 .main01 figure.slide_item03 {
  background: url(../img/concept/mv03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main01 .main01 figure.slide_item04 {
  background: url(../img/concept/mv04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main01 .main01 button {
  display: none !important;
}

#main01 .main01 .slick-dots {
  width: 115px;
  position: absolute;
  right: 0;
  left: 0;
  top: 435px;
  bottom: auto;
  z-index: 40;
  display: block;
  height: 4px;
  margin: auto;
  list-style: none;
  text-align: center;
}

#main01 .main01 .slick-dots li {
  width: 15px;
  height: 6px;
  border: 1px solid #fff;
  background: none;
}

#main01 .main01 .slick-dots li.slick-active {
  background: #fff;
}

#main02 #sub_visual {
  display: none;
}

#main02 .main02 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 90px;
}

#main02 .main02::before {
  content: "";
  width: 900px;
  height: 580px;
  margin: auto;
  z-index: -1;
  display: block;
  background: #aaa;
}

#main02 .main02 .subname {
  width: auto;
  height: 50px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

#main02 .main02 h2 {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 500px;
  margin: auto;
  letter-spacing: .1em;
  font-family: "Harenosora", "Hiragino Kaku Gothic ProN";
}

#main02 .main02 .slide {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#main02 .main02 figure {
  max-width: 1920px;
  width: 100%;
  height: 470px;
  background: #555;
  outline: none !important;
}

#main02 .main02 figure.slide_item01 {
  background: url(../img/concept/mv01.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

#main02 .main02 figure.slide_item02 {
  background: url(../img/concept/mv02.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

#main02 .main02 figure.slide_item03 {
  background: url(../img/concept/mv03.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

#main02 .main02 figure.slide_item04 {
  background: url(../img/concept/mv04.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

#main02 .main02 button {
  display: none !important;
}

#main02 .main02 .slick-dots {
  width: 115px;
  position: absolute;
  right: 0;
  left: 0;
  top: 435px;
  bottom: auto;
  z-index: 40;
  display: block;
  height: 4px;
  margin: auto;
  list-style: none;
  text-align: center;
}

#main02 .main02 .slick-dots li {
  width: 15px;
  height: 6px;
  border: 1px solid #fff;
  background: none;
}

#main02 .main02 .slick-dots li.slick-active {
  background: #fff;
}

#main03 #sub_visual {
  display: none;
}

#main03 .main03 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 90px 0 0;
  margin-bottom: 180px;
}

#main03 .main03::before {
  content: "";
  width: 70%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background: #aaa;
}

@media screen and (max-width: 1100px) {
  #main03 .main03::before {
    width: 700px;
  }
}

@media screen and (max-width: 1200px) {
  #main03 .main03::before {
    width: calc(100% - 400px);
  }
}

#main03 .main03 .subname {
  width: auto;
  height: 50px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

#main03 .main03 h2 {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
  letter-spacing: .1em;
  font-family: "Harenosora", "Hiragino Kaku Gothic ProN";
}

#main03 .main03 .slide {
  width: 100%;
  height: auto;
  position: static;
  margin: auto;
  margin-top: 60px;
}

#main03 .main03 figure {
  width: 100%;
  height: auto;
  background: #555;
  outline: none !important;
}

#main03 .main03 figure img {
  width: 100%;
  height: auto;
}

#main03 .main03 button {
  display: none !important;
}

#main03 .main03 .slick-dots {
  width: 115px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 35px;
  z-index: 40;
  display: block;
  height: 4px;
  margin: auto;
  list-style: none;
  text-align: center;
}

#main03 .main03 .slick-dots li {
  width: 15px;
  height: 6px;
  border: 1px solid #fff;
  background: none;
}

#main03 .main03 .slick-dots li.slick-active {
  background: #fff;
}

#main04 #sub_visual {
  display: none;
}

#main04 .main04 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 90px 0;
}

#main04 .main04::before {
  content: "";
  width: 900px;
  height: 640px;
  margin: auto;
  z-index: -1;
  display: block;
  background: #aaa;
}

#main04 .main04 .subname {
  width: auto;
  height: 50px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

#main04 .main04 h2 {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 640px;
  margin: auto;
  letter-spacing: .1em;
  font-family: "Harenosora", "Hiragino Kaku Gothic ProN";
}

#main04 .main04 .slide {
  width: 100%;
  height: auto;
  position: absolute;
  top: 140px;
  bottom: 0;
  margin: auto;
}

#main04 .main04 figure {
  max-width: 1920px;
  width: 100%;
  height: 470px;
  background: #555;
  outline: none !important;
}

#main04 .main04 figure.slide_item01 {
  background: url(../img/concept/mv01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main04 .main04 figure.slide_item02 {
  background: url(../img/concept/mv02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main04 .main04 figure.slide_item03 {
  background: url(../img/concept/mv03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main04 .main04 figure.slide_item04 {
  background: url(../img/concept/mv04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#main04 .main04 button {
  display: none !important;
}

#main04 .main04 .slick-dots {
  width: 115px;
  position: absolute;
  right: 0;
  left: 0;
  top: 435px;
  bottom: auto;
  z-index: 40;
  display: block;
  height: 4px;
  margin: auto;
  list-style: none;
  text-align: center;
}

#main04 .main04 .slick-dots li {
  width: 15px;
  height: 6px;
  border: 1px solid #fff;
  background: none;
}

#main04 .main04 .slick-dots li.slick-active {
  background: #fff;
}

@media screen and (max-width: 768px) {
  /*=====<=====<=====<=====<=====<=====<=====
    top
  =====>=====>=====>=====>=====>=====>=====*/
  #top {
    padding-top: 0;
  }
  #top #panel_contents {
    height: auto;
  }
  #top #panel_list {
    position: relative;
    flex-direction: column;
    top: 0;
    width: 100vw;
    height: auto;
  }
  #top .panel, #top .panel .panel_child, #top .panel .panel_child_end {
    border-bottom: 0px;
  }
  #top .panel.stage1, #top .panel.stage2, #top .panel.stage3, #top .panel.stage4, #top .panel.stage5, #top .panel .panel_child.stage1, #top .panel .panel_child.stage2, #top .panel .panel_child.stage3, #top .panel .panel_child.stage4, #top .panel .panel_child.stage5, #top .panel .panel_child_end.stage1, #top .panel .panel_child_end.stage2, #top .panel .panel_child_end.stage3, #top .panel .panel_child_end.stage4, #top .panel .panel_child_end.stage5 {
    height: auto;
  }
  #top .panel .panel_child_end {
    align-items: flex-start;
  }
  #top .panel svg.hidePC, #top .panel img.hidePC, #top .panel span.hidePC {
    display: block !important;
  }
  #top .panel br.hidePC {
    display: inline !important;
  }
  #top .panel .hideSP {
    display: none !important;
  }
  #top .panel .inner {
    width: 95%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
  }
  #top .panel .box {
    text-align: center;
  }
  #top .panel .box p {
    font-size: 3.5vw;
    letter-spacing: 1px;
  }
  #top .panel .box .heading {
    position: relative;
    display: inline-block;
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-size: 4.3vw;
  }
  #top .panel .box .heading h2 {
    position: relative;
    width: auto;
    display: inline-block;
    background: #222;
    color: #fff;
    font-size: inherit;
    width: 29%;
    padding: .2em 0;
    z-index: 101;
    transform-origin: left bottom 0;
    transform: rotate(-1deg);
    line-height: 1;
  }
  #top .panel .box .heading::after {
    content: '';
    background: #c1c2c2;
    position: absolute;
    display: block;
    width: 28%;
    height: 1vh;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(1deg);
    transform-origin: left bottom 0;
  }
  #top .panel .main_svg g g path:nth-of-type(1) {
    fill-opacity: 0;
  }
  #top .panel .sub_title path {
    fill-opacity: 0;
  }
  #top .panel img {
    width: 100%;
    height: auto;
  }
  #top .panel .btn {
    width: 44%;
    height: auto;
    margin: 1.2em auto 0;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #top #stage1 {
    border-width: 0px;
  }
  #top #stage1.panel, #top #stage1.panel .panel_child, #top #stage1.panel .panel_child_end {
    border-bottom: 0px;
  }
  #top #stage1.panel.stage1, #top #stage1.panel.stage2, #top #stage1.panel.stage3, #top #stage1.panel.stage4, #top #stage1.panel.stage5, #top #stage1.panel .panel_child.stage1, #top #stage1.panel .panel_child.stage2, #top #stage1.panel .panel_child.stage3, #top #stage1.panel .panel_child.stage4, #top #stage1.panel .panel_child.stage5, #top #stage1.panel .panel_child_end.stage1, #top #stage1.panel .panel_child_end.stage2, #top #stage1.panel .panel_child_end.stage3, #top #stage1.panel .panel_child_end.stage4, #top #stage1.panel .panel_child_end.stage5 {
    height: 100vh;
  }
  #top #stage1 header {
    width: 80%;
    left: 50%;
  }
  #top #stage1 .main_svg {
    width: 100%;
  }
  #top #stage1 .sub_title {
    width: 49%;
    bottom: -44%;
    right: -3%;
  }
  #top #stage1 .inner {
    width: 100%;
    height: 100%;
  }
  #top #stage1 .box {
    display: none;
  }
  #top #stage2 {
    border-width: 0px;
  }
  #top #stage2 .inner > header {
    width: 77%;
    margin-bottom: 10%;
  }
  #top #stage2 .inner > header .main_svg {
    width: 100%;
  }
  #top #stage2 .inner > header .main_svg.hidePC {
    width: 100%;
  }
  #top #stage2 .inner > header .sub_title {
    bottom: -24%;
    right: -4%;
    width: 25%;
  }
  #top #stage2 .box {
    flex-direction: column;
    align-items: center;
  }
  #top #stage2 .box .heading h2 {
    width: 29%;
  }
  #top #stage2 .box .heading::after {
    width: 28%;
  }
  #top #stage2 .box p {
    text-align: center;
  }
  #top #stage2 .box .fade:nth-of-type(1) {
    width: 95%;
  }
  #top #stage2 .box .fade:nth-of-type(2) {
    margin-top: 0;
    width: 100%;
  }
  #top #stage3 {
    border-width: 0px;
  }
  #top #stage3 .inner > header {
    width: 73%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 2%;
    transform: translateX(-5%);
  }
  #top #stage3 .inner > header .main_svg {
    width: 100%;
    height: auto;
  }
  #top #stage3 .inner > header .sub_title {
    bottom: 9%;
    right: auto;
    left: 47%;
    width: 22%;
  }
  #top #stage3 .box {
    flex-direction: column;
    align-items: center;
  }
  #top #stage3 .box .heading {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
  }
  #top #stage3 .box .fade:nth-of-type(1) {
    width: 100%;
    order: 1;
  }
  #top #stage3 .box .fade:nth-of-type(1) img {
    width: 100%;
  }
  #top #stage3 .box .fade:nth-of-type(2) {
    width: 100%;
    margin-bottom: 0;
    order: 2;
  }
  #top #stage3 .box .btn {
    margin: 1.2em auto 0;
  }
  #top #stage4 {
    border-width: 0px;
  }
  #top #stage4 .inner > header {
    width: 57%;
    position: relative;
    top: auto;
    margin: auto;
    left: auto;
    right: auto;
    z-index: 101;
    margin-bottom: 1em;
  }
  #top #stage4 .inner > header .main_svg {
    width: 100%;
    height: auto;
    transform: translateX(-25%);
  }
  #top #stage4 .inner > header .sub_title {
    top: 31%;
    left: auto;
    right: -11%;
    bottom: auto;
    width: 30%;
  }
  #top #stage4 .box {
    flex-direction: column;
    align-items: center;
  }
  #top #stage4 .box .heading {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
  }
  #top #stage4 .box figure {
    width: 100%;
    margin: auto;
  }
  #top #stage4 .box .fade {
    position: relative;
  }
  #top #stage4 .box .fade:nth-of-type(1) {
    width: 100%;
    z-index: 1;
    transform: translateX(0);
  }
  #top #stage4 .box .fade:nth-of-type(2) {
    width: 100%;
    transform: translateX(0);
    margin-bottom: 0;
    z-index: 2;
  }
  #top #stage4 .box .btn {
    margin: 1.2em auto 0;
  }
  #top #stage5 {
    border-width: 0px;
  }
  #top #stage5::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/top/img05.png);
    background-repeat: no-repeat;
    background-size: auto 35%;
    background-position: top right;
    opacity: .5;
    z-index: 1;
  }
  #top #stage5 .inner {
    max-width: 950px;
    width: 95%;
    padding-bottom: 0;
    z-index: 2;
  }
  #top #stage5 svg {
    display: block;
    margin: auto;
  }
  #top #stage5 svg.main_svg {
    width: 83%;
    height: auto;
  }
  #top #stage5 svg.sub_title {
    width: 61%;
    height: auto;
    margin-top: 14px;
    position: relative;
  }
  #top #stage5 .box {
    width: 85%;
    position: static;
  }
  #top #stage5 .news {
    padding: 35px 0 50px;
  }
  #top #stage5 .news h3 {
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: .1em;
  }
  #top #stage5 .news ul {
    width: 100%;
    background: #fff;
    border: 1px solid;
    padding: 0 10px;
    font-size: 1px;
    font-size: 14px;
  }
  #top #stage5 .news ul li {
    width: 100%;
    padding: .8em 0;
    text-align: left;
  }
  #top #stage5 .news ul li time {
    margin-right: 1em;
  }
  #top #stage5 .news ul li + li {
    border-top: 1px dashed;
  }
  #top #stage5 .news .more, #top #stage5 .news .back {
    width: 4em;
    display: block;
    margin: 10px auto 0;
    letter-spacing: .2em;
    flex: 12px;
  }
  #top #stage5 .news .more:hover, #top #stage5 .news .back:hover {
    text-decoration: underline;
  }
  #top #stage5 .footer {
    width: 85%;
    padding: 50px 0;
    position: relative;
    color: #222;
  }
  #top #stage5 .footer .logo {
    font-size: 19px;
  }
  #top #stage5 .footer .logo span {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1px;
  }
  #top #stage5 .footer .logo h2 {
    letter-spacing: 2px;
    line-height: 1;
    text-align: left;
  }
  #top #stage5 .footer .box {
    width: 100%;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #top #stage5 .footer .box + .box {
    margin-top: 10px;
  }
  #top #stage5 .footer .box h3 {
    text-align: left;
    line-height: 1.7;
    font-size: 12px;
    width: 80px;
  }
  #top #stage5 .footer .box p {
    width: 210px;
    padding-right: 1em;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
  }
  #top aside.aside_scroll {
    bottom: 130px;
    left: auto;
    right: 3%;
    transform: rotate(90deg);
  }
  #top aside.aside_entry {
    display: none;
  }
  #top #scroll {
    display: none;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    topics
  =====>=====>=====>=====>=====>=====>=====*/
  #news #archive ul {
    width: 100%;
  }
  #news #archive li {
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid;
  }
  #news #archive li time {
    display: block;
  }
  #news #archive li:first-of-type {
    border-top: 1px solid;
  }
  #news #single header {
    margin-bottom: 60px;
  }
  #news #single header time {
    font-size: 14px;
    display: block;
  }
  #news #single header h1 {
    font-size: 20px;
    text-align: left;
  }
  #news #single .box_content {
    padding: 60px 0;
  }
  #news #single .box_content a {
    display: inline;
    text-decoration: underline;
  }
  #news #single .box_content img {
    max-width: 100%;
    height: auto;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    contact
  =====>=====>=====>=====>=====>=====>=====*/
  #contact section#form p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 45px;
  }
  #contact section#form form input, #contact section#form form select {
    width: 100%;
    height: 30px;
    display: block;
    padding: .5em;
    border: 1px solid;
    font-family: inherit;
    font-size: 14px;
  }
  #contact section#form form textarea {
    width: 100%;
    height: 200px;
    padding: .5em;
    border: 1px solid;
  }
  #contact section#form form .form_group {
    display: block;
    border: 1px solid;
  }
  #contact section#form form dl {
    height: auto;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #contact section#form form dl + dl {
    border-top: 1px solid;
  }
  #contact section#form form dl:nth-of-type(3) input, #contact section#form form dl:nth-of-type(4) input, #contact section#form form dl:nth-of-type(5) input {
    width: 100%;
  }
  #contact section#form form dl:last-of-type {
    height: auto;
  }
  #contact section#form form dl dt {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    border-right: 0;
  }
  #contact section#form form dl dt span {
    float: right;
    line-height: 1;
    display: block;
    font-size: 11px;
    color: #FF0000;
    margin-top: 0;
  }
  #contact section#form form dl dd {
    padding: 15px;
    width: 100%;
  }
  #contact section#form form button {
    margin: 45px auto 0;
    font-family: inherit;
    background: #fff;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    contact
  =====>=====>=====>=====>=====>=====>=====*/
  #concept #sub_visual figure.slide_item01 {
    background: url(../img/concept/mv01_sp.jpg) no-repeat !important;
    background-size: 110% !important;
    background-position: center top !important;
  }
  #concept #sub_visual figure.slide_item02 {
    background: url(../img/concept/mv_02.jpg) no-repeat !important;
    background-size: 140% !important;
    background-position: 17% 65% !important;
  }
  #concept #sub_visual figure.slide_item03 {
    background: url(../img/concept/mv_03.jpg) no-repeat !important;
    background-size: 159% !important;
    background-position: 81% 32% !important;
  }
  #concept #sub_visual figure.slide_item04 {
    background: url(../img/concept/mv_04.jpg) no-repeat !important;
    background-size: 182% !important;
    background-position: 10% 15% !important;
  }
  #concept section .inner .catch {
    margin-bottom: 60px;
  }
  #concept section .inner .catch p {
    margin: auto;
    text-align: center;
    font-size: 15px;
  }
  #concept section .inner .catch p.sideicon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5em;
  }
  #concept section .inner .catch p.sideicon br {
    display: block;
  }
  #concept section .inner .catch p.sideicon::before, #concept section .inner .catch p.sideicon::after {
    content: '～';
    display: inline-block;
  }
  #concept section .inner .catch p.sideicon::before {
    margin-right: .5em;
  }
  #concept #sec_concept .block:nth-of-type(2n) .box {
    padding-left: 0;
    padding-right: 0;
  }
  #concept #sec_concept .block + .block {
    margin-top: 60px;
  }
  #concept #sec_concept figure {
    width: 100%;
    height: 230px;
  }
  #concept #sec_concept .box {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #concept #sec_concept .box h3 {
    margin: auto;
    font-size: 20px;
    margin-bottom: 25px;
  }
  #concept #sec_concept .box p {
    text-align: center;
  }
  #concept #sec_concept .btn {
    margin: 45px auto 0;
  }
  #concept #sec_company header {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
    font-size: 20px;
  }
  #concept #sec_company header h2 {
    text-align: left;
    text-align: center;
  }
  #concept #sec_company .right {
    width: 100%;
    margin-top: 0;
  }
  #concept #sec_company .right dl {
    display: block;
    padding-bottom: 1.5em;
  }
  #concept #sec_company .right dl dt {
    width: 100%;
    padding: 0;
    border-bottom: 0;
    display: block;
    margin-bottom: .5em;
  }
  #concept #sec_company .right dl dd {
    width: 100%;
    padding: 0;
    border-bottom: 0;
  }
  #concept #sec_company .right dl + dl {
    padding-top: 1.5em;
    border-top: 1px solid;
  }
  #concept #sec_privacy header {
    text-align: center;
    margin-bottom: 1em;
  }
  #concept #sec_privacy header h2 {
    text-align: center;
    font-size: 20px;
  }
  #concept #sec_privacy div {
    height: 330px;
    overflow-y: scroll;
  }
  #concept #sec_privacy p {
    font-size: 14px;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    concept
  =====>=====>=====>=====>=====>=====>=====*/
  #entry section#discription {
    padding-bottom: 0;
  }
  #entry section#discription p {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 60px;
    display: block;
  }
  #entry section#discription p br {
    display: none;
  }
  #entry section#discription .box {
    padding: 20px 0;
  }
  #entry section#discription dl dt {
    font-size: 15px;
    line-height: 1;
  }
  #entry section#discription dl dt::before {
    content: "■";
    margin-right: .5em;
  }
  #entry section#discription dl dd {
    line-height: 1.5;
  }
  #entry section#discription dl + dl {
    margin-top: 20px;
  }
  #entry section#form p {
    margin-bottom: 14px;
  }
  #entry section#form form input, #entry section#form form select {
    height: 30px;
    display: block;
    padding: .5em;
    border: 1px solid;
    font-family: inherit;
    font-size: 14px;
  }
  #entry section#form form textarea {
    width: 100%;
    height: 200px;
    padding: .5em;
    border: 1px solid;
  }
  #entry section#form form .form_group {
    display: block;
    border: 1px solid;
  }
  #entry section#form form dl {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: stretch;
  }
  #entry section#form form dl + dl {
    border-top: 1px solid;
  }
  #entry section#form form dl#post_num input, #entry section#form form dl#tel input, #entry section#form form dl#birth input {
    width: 100%;
  }
  #entry section#form form dl#job {
    height: auto;
  }
  #entry section#form form dl#job label {
    display: block;
    float: none;
    width: 100%;
  }
  #entry section#form form dl:last-of-type {
    height: auto;
  }
  #entry section#form form dl:last-of-type dt {
    align-items: flex-start;
  }
  #entry section#form form dl dt {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .2em;
    padding: 15px;
    border-right: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  #entry section#form form dl dt span {
    line-height: 1;
    display: block;
    font-size: 11px;
    color: #FF0000;
    margin-top: 0;
    width: auto;
    float: right;
  }
  #entry section#form form dl dd {
    width: 100%;
    padding: 15px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #entry section#form form dl dd label {
    float: left;
    margin-right: 0;
  }
  #entry section#form form dl dd label:nth-of-type(3) {
    margin-right: 0;
  }
  #entry section#form form dl dd label input {
    float: left;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
  }
  #entry section#form form .cotion {
    margin-top: 20px;
  }
  #entry section#form form .cotion li {
    font-size: 13px;
  }
  #entry section#form form button {
    margin: 60px auto 0;
    font-family: inherit;
    background: #fff;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    person
  =====>=====>=====>=====>=====>=====>=====*/
  #person #sub_visual .slide_item01 .flex {
    height: 100%;
  }
  #person #sub_visual .slide_item01 .flex figure {
    width: 33.3333%;
  }
  #person #sub_visual .slide_item01 .flex figure.slide_item01_01 {
    background: url(../img/person/mv_01.jpg) no-repeat;
    background-size: 316%;
    background-position: 80% 23%;
  }
  #person #sub_visual .slide_item01 .flex figure.slide_item01_02 {
    background: url(../img/person/mv_02.jpg) no-repeat;
    background-size: 362%;
    background-position: 24% 100%;
  }
  #person #sub_visual .slide_item01 .flex figure.slide_item01_03 {
    background: url(../img/person/mv_03.jpg) no-repeat;
    background-size: 337%;
    background-position: 73% 72%;
  }
  #person #sub_visual .slide {
    height: auto;
  }
  #person section .inner {
    width: 100%;
  }
  #person section .inner > p {
    width: 85%;
    margin: auto;
    text-align: center;
    font-size: 15px;
    margin-bottom: 60px;
  }
  #person section .inner > p br {
    display: block;
  }
  #person section .person_visual {
    width: 100%;
    height: 230px;
  }
  #person section .person_visual img {
    width: 140px;
    top: 0;
    height: auto;
    left: 7.5%;
  }
  #person section header {
    width: 85%;
    margin: auto;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  #person section header span {
    font-size: 15px;
    margin-right: 0;
    line-height: 1.3;
  }
  #person section header h2 {
    font-size: 36px;
  }
  #person section .block {
    width: 85%;
    margin: auto;
  }
  #person section .block figure {
    width: 100%;
    height: auto;
    background: #aaa;
  }
  #person section .block figure img {
    display: block;
  }
  #person section .block > figure {
    display: none;
  }
  #person section .block .box {
    width: 100%;
  }
  #person section .block .box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.5;
  }
  #person section .block .box figure {
    display: block;
    margin-bottom: 20px;
  }
  #person section .block .box p {
    text-align: justify;
  }
  #person section .block + .block {
    margin-top: 60px;
    flex-direction: row-reverse;
  }
  #person section .btn {
    margin: 60px auto 0;
  }
  #person section:nth-of-type(2) {
    background: #ddd;
  }
  #person #person01 .person_visual {
    background: url(../img/person/person_bg01.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
  #person #person02 .person_visual {
    background: url(../img/person/person_bg02.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
  #person #person03 .person_visual {
    background: url(../img/person/person_bg03.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    works
  =====>=====>=====>=====>=====>=====>=====*/
  #works #sub_visual figure.slide_item01 {
    background: url(../img/works/mv01_sp.jpg) no-repeat !important;
    background-size: 110% !important;
    background-position: center top !important;
  }
  #works #sub_visual figure.slide_item02 {
    background: url(../img/works/mv_02.jpg) no-repeat;
    background-size: 130% !important;
    background-position: 72% 59% !important;
  }
  #works #sub_visual figure.slide_item03 {
    background: url(../img/works/mv_03.jpg) no-repeat;
    background-size: 154% !important;
    background-position: 50% 53% !important;
  }
  #works #sub_visual figure.slide_item04 {
    background: url(../img/works/mv_04.jpg) no-repeat;
    background-size: 154% !important;
    background-position: 76% 50% !important;
  }
  #works section .inner {
    width: 100%;
  }
  #works section .inner > p {
    width: 85%;
    margin: auto;
    font-size: 15px;
    margin-bottom: 60px;
  }
  #works section .inner > p br {
    display: none;
  }
  #works #works01 .box {
    width: 85%;
    margin: auto;
  }
  #works #works01 .box img {
    width: 100%;
    height: auto;
  }
  #works #works01 .box h3 {
    margin: 25px 0;
    font-size: 20px;
    text-align: left;
  }
  #works #works01 .box + .box {
    margin-top: 60px;
  }
  #works #works01 dl {
    margin: 60px 0;
    width: 100%;
    padding: 20px 7.5%;
  }
  #works #works01 dl dt {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: .5em;
    border-bottom: 1px solid;
  }
  #works #works01 dl dt::before {
    display: none;
  }
  #works #works01 .box02 {
    width: 85%;
    margin: auto;
  }
  #works #works01 .box02 img {
    width: 100%;
    height: auto;
  }
  #works #works01 .box02 h3 {
    margin: 25px 0;
    font-size: 19px;
    text-align: left;
    border-bottom: 1px solid;
  }
  #works #works01 .box02 p {
    font-size: 14px;
  }
  #works #works01 .box02:nth-of-type(n+6) {
    margin-top: 60px;
  }
  #works #works01 .box02 + .box02 {
    margin-top: 60px;
  }
  #works #works02 .inner {
    width: 100%;
  }
  #works #works02 .box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
  }
  #works #works02 .box h3 {
    display: inline-block;
    margin: auto;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: .3em;
    border-bottom: 1px solid;
    line-height: 1;
    order: 2;
  }
  #works #works02 .box img {
    order: 1;
  }
  #works #works02 .box p {
    order: 3;
    text-align: center;
    width: 85%;
    margin: auto;
    margin-top: 30px;
  }
  #works #works02 .box p br {
    display: none;
  }
  #works #works02 .box + .box {
    margin-top: 60px;
  }
  #works .btn {
    margin: 60px auto 0;
  }
}
