@charset "utf-8";

/*====================================================================================
■Content
====================================================================================*/

#content {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}

.scall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
}

@media screen and (max-width: 736px) {
  #content {
    margin-bottom: 0;
  }
}


/*====================================================================================
■Clumb
====================================================================================*/

#underconstruction {
  padding: 50px 0 500px;
  text-align: center;
}

#underconstruction img {
  width: 100px;
  height: auto;
  margin-top: 50px;
}

#crumb {
  font-family: "Meiryo", "メイリオ";
  background: #FFF;
}

#crumb li {
  float: left;
  margin-right: 17px;
  font-size: 10px;
  position: relative;
  color: #000;
}

#crumb li:before {
  content: ">";
  position: absolute;
  right: -13px;
  top: 0px;
}

#crumb li:last-child:before {
  display: none;
}

#crumb a {
  color: #000;
  text-decoration: none;
}

#crumb a:hover {
  text-decoration: underline;
}

.crumb ul .home a {
  padding-left: 1.5em;
  background-size: 25%;
}


/*====================================================================================
■PageTitle
====================================================================================*/

#pageTitle {
  position: relative;
  width: 100%;
  height: 220px;
  background-color: #0d0d0d;
}


/*
#pageTitle::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../common_img/icon_pageTitle.png);
  width: 58px;
  height: 27px;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}*/

#pageTitle h2 {
  width: 100%;
  font-size: 4.5rem;
  font-weight: bold;
  color: #FFF;
  /*color: #0d0d0d;*/
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#pageTitle h2 span {
  font-size: 2.3rem;
  margin-top: 10px;
}

#pageTitle.workst {
  position: relative;
  width: 100%;
  height: 220px;
  background-image: url(../works/images/bg_pageTitle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#pageTitle.workst h2 {
  width: 100%;
transform: translate(-50%, -50%);
  font-size: 4.5rem;
  font-weight: bold;
  color: #FFF;
}

#pageTitle.workst h2 span {
  display: block;
  padding: 0 15px;
  font-size: 2.3rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: bold;
}

#pageTitle.works {
  position: relative;
  width: 100%;
  height: 220px;
  background-image: url(../works/images/bg_pageTitle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#pageTitle.works h2 {
  width: 100%;
transform: translate(-50%, -50%);
  font-size: 4.5rem;
  font-weight: bold;
  color: #FFF;
}

#pageTitle.works h2 span {
  display: block;
  padding: 0 15px;
  font-size: 2.3rem;
  color: #fff;
  line-height: 1.4em;
  font-weight: bold;
}

#pageTitle.movie {
  position: relative;
  width: 100%;
  height: 220px;
  background-image: url(../movie/images/pageTitle_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#pageTitle.movie h2 {
  width: 100%;
  font-size: 4.5rem;
  font-weight: bold;
  color: #FFF;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 736px) {
  #pageTitle {
    height: 100px;
  }
  #pageTitle h2 {
    font-size: 3.1rem;
  }
  #pageTitle h2 span {
    font-size: 2.3rem;
  }
  #pageTitle::after {
    top: 10%;
  }
  #pageTitle::after {
    top: 10%;
  }
	
#pageTitle.movie {
    height: 100px;
}
  #pageTitle.movie h2 {
    font-size: 3.1rem;
  }
  #pageTitle.movie h2 span {
    font-size: 2.0rem;
  }	
  #pageTitle.movie::after {
    top: 10%;
  }
  #pageTitle.movie::after {
    top: 10%;
  }
	
  #pageTitle.workst {
    height: 100px;
  }
  #pageTitle.workst h2 {
    font-size: 3.1rem;
    transform: translate(-50%, -50%);
	}
  #pageTitle.workst::after {
    display: none;
  }
  #pageTitle.workst h2 span {
    font-size: 2.0rem;
  }
	
  #pageTitle.works {
    height: 250px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #pageTitle.works::after {
    display: none;
  }
  #pageTitle.works h2 {
    font-size: 3.1rem;
    transform: translate(-50%, -50%);
  }
  #pageTitle.works h2 span {
    font-size: 2.0rem;
  }
}


/*====================================================================================
■content
====================================================================================*/
.f_bnr {
	padding: 15px 0;
}
.f_bnr li {
	width: 32%;
}
.f_bnr li a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 60px;
	background: #fff;
	border: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.0rem;
}
.f_bnr li a::after {
	position: absolute;
	content: '';
	display: block;
	bottom: 3px;
	right: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #000000 transparent;
}
.f_bnr li a:hover {
	background: #0d0d0d;
	color: #fff;
}
.f_bnr li a:hover::after {
	border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 736px) {
.f_bnr {
    padding: 0;
}
.f_bnr li {
    width: 90vw;
    margin: 3vw auto;
}
}

/*====================================================================================
■Pagenation
====================================================================================*/

#pagenation {
  position: relative;
  margin: 50px auto 0;
  text-align: center
}

#pagenation ul {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

#pagenation ul li.prev {
  display: inline;
  float: left;
}

#pagenation ul li.next {
  display: inline;
  float: right;
}

#pagenation ul li a {
  position: relative;
  display: block;
  padding: 10px 40px;
  text-decoration: none;
  color: #0d0d0d;
  border: 2px solid #0d0d0d;
  border-radius: 3px;
  text-align: center;
}

#pagenation ul li a:hover {
  background: #0d0d0d;
  color: #fff;
}

#pagenation ul li.prev a {}

#pagenation ul li.prev a::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#pagenation ul li.next a {}

#pagenation ul li.next a::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pagenation ul li.prev a:hover::before, #pagenation ul li.next a:hover::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#pagenation ul li a:hover {}

#pagenation ul li a:hover::before {}

#pagenation .btn_area {
  position: absolute;
  top: 0;
}

#pagenation ul li.page_back {
  width: 100%;
}

#pagenation ul li.page_back a {
  display: block;
  width: 200px;
  margin: 0 auto;
}

#pagenation ul li.page_back a::after {
  position: absolute;
  content: '';
  display: none;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pagenation ul li.page_back a:hover {
  background: #0d0d0d;
  color: #fff;
}

#pagenation ul li.page_back a:hover::after {
  right: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#pagenation .btn_list {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#pagenation .btn_list a {
  position: relative;
  display: block;
  padding: 10px 40px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 1);
  border: 2px solid #0d0d0d;
  border-radius: 3px;
  text-align: center;
}

#pagenation .btn_list a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

/*.page_back {
	position: relative;
	z-index: 2;
	width: 12em;
	margin: -46px auto 30px;
	text-align: center;
}
.page_back a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
	background: #92876c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.page_back a:hover {
	color: #fff;
}*/

@media screen and (max-width: 736px) {
  #pagenation ul {
    padding: 0 3.25vw;
  }
  #pagenation ul li a {
    padding: 10px 20px;
  }
  #pagenation ul li.page_back a {
    width: auto;
  }
}


/*====================================================================================
■sns-list
====================================================================================*/

.wrapper-sns-list {
  max-width: 1460px;
  margin: 60px auto 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-sns-list .btn {
  width: 200px;
  margin: 0 15px 15px;
}

.wrapper-sns-list .btn a {
  text-align: center;
  line-height: 84px;
  padding-left: 60px;
  font-weight: bold;
}

.wrapper-sns-list .btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

.wrapper-sns-list li a::before {
  position: absolute;
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
}

.wrapper-sns-list li:nth-child(1) {
  background-color: #181818;
  border: 1px solid #181818;
	color: #FFF;
}

.wrapper-sns-list li:nth-child(1) a::before {
  background-image: url(../common_img/ico_01.png);
}

.wrapper-sns-list li:nth-child(2) {
  background-color: #181818;
  border: 1px solid #181818;
		color: #FFF;
}

.wrapper-sns-list li:nth-child(2) a::before {
  background-image: url(../common_img/ico_02.png);
}

.wrapper-sns-list li:nth-child(3) {
  background-color: #181818;
  border: 1px solid #181818;
		color: #FFF;
}

.wrapper-sns-list li:nth-child(3) a::before {
  background-image: url(../common_img/ico_03.png);
}

.wrapper-sns-list li:nth-child(4) {
  background-color: #181818;
  border: 1px solid #181818;
		color: #FFF;
}

.wrapper-sns-list li:nth-child(4) a::before {
  background-image: url(../common_img/ico_04.png);
}

.wrapper-sns-list figure {
  width: 84px;
  text-align: center;
}

#content .wrapper-sns-list figure:last-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 736px) {
  .wrapper-sns-list {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0;
  }
  .wrapper-sns-list .btn a {
    /*line-height: 18vw;
				font-size: 2rem;
padding-left: 12.5vw;*/
line-height: 1.4em;
    font-size: 1.6rem;
    padding-left: 17vw;
    height: 18vw;
				vertical-align: middle;
				display: table-cell;
  }
		
		.wrapper-sns-list .btn:first-child a {
padding-left: 12.5vw;
}

  .wrapper-sns-list li a::before {
    width: 10vw;
    height: 10vw;
				left: 2vw;
  }
  .wrapper-sns-list figure:nth-child(3), .wrapper-sns-list figure:last-of-type {
    margin-right: 0px;
  }
  .wrapper-sns-list .btn {
    width: 45vw;
    margin: 0 5px 10px;
				/*width: 94vw;
    margin: 0 auto 3vw;*/
  }
  .wrapper-sns-list figure {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}


/*====================================================================================
■information
====================================================================================*/

#information {}

#information .bloc_ttl h3 {
  border-left: 8px solid #0060bb;
  padding-left: 10px;
  text-align: left;
  margin-top: 30px;
  font-size: 2.0rem;
  margin-bottom: 40px;
}

#information .bloc {
  position: relative;
  padding: 30px;
  border: 1px solid #0d0d0d;
  background: #FFF;
}

#information .bloc+.bloc {
  margin-top: 70px;
}

#information .ttl {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #0d0d0d;
}

#information .ttl p {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0060bb;
}

#information .ttl dt {
  float: left;
  display: block;
  width: 120px;
  background: #FFF;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 10px;
  border-radius: 4px;
  text-align: center;
  background-color: #0d0d0d;
}

#information .ttl dd {
  padding-left: 150px;
  font-size: 1.8rem;
  font-weight: bold;
}

#information .ttl dd a {
  text-decoration: none;
}

#information .ttl dd a:hover {
  text-decoration: underline;
}

#information .ttl dd span {
  padding-right: 15px;
}

#information .inner {}

#information .photo {
  max-width: 600px;
  margin: 0 auto 30px auto;
}

#information .photo a {
  display: block;
  position: relative;
}

#information .comment {
  position: relative;
  z-index: 2;
  flex: 1;
  line-height: 1.7;
  min-width: 0;
  overflow: hidden;
  word-wrap: break-word;
}

@media screen and (max-width: 736px) {
  #information {
    padding: 3.25vw;
  }
  #information .bloc {
    padding: 15px 4.16vw 25%;
  }
  #information .ttl p {
    text-align: left;
  }
  #information .ttl dt {
    float: none;
  }
  #information .ttl dd {
    padding-left: 0;
  }
  #information .bloc_ttl h3 {
    margin-left: 15px;
    margin-top: 15px;
  }
  #information .comment {
    margin-right: auto;
  }
  #information .bloc::before {
    width: 30%;
    height: 100%;
  }
}


/*====================================================================================
■CONTACT
====================================================================================*/

#contact {
  padding: 30px 0.5em;
}

#contact .c_tel_box {
  /*background: #efffff;*/
  width: 700px;
  margin: 0 auto 70px;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid #0d0d0d;
  box-sizing: content-box;
  text-align: center;
}

#contact .c_tel {
  position: relative;
  padding: 20px;
  padding-right: 100px;
  background-image: url(../contact/images/img01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

#contact .c_tel .tel {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

#contact .c_tel p {
  font-size: 1.4rem;
  line-height: 1.5;
}

#contact h3 {
  font-size: 2.2rem;
  border-bottom: 1px solid #0d0d0d;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#contact .bloc_ttl h3 {
  border-left: 8px solid #0060bb;
  padding-left: 10px;
  text-align: left;
  margin-top: 30px;
  font-size: 2.0rem;
}

#contact .lead {
  margin-bottom: 30px;
  text-align: center;
}

#contact .lead a {
  text-decoration: underline;
}

#contact .lead_s {
  border-bottom: 1px dotted #666;
  padding: 20px 0 10px;
}

#contact .lead p {
  margin-bottom: 10px;
}

#a1_form {
  margin: 20px auto;
}

#a1_form h3 {
  padding: 10px;
  background: #cba447;
  color: #fff;
  font-size: 16px
}

#a1_form table {
  width: 100%;
  margin: 0 auto 30px auto;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  background: #FFF;
}

#a1_form th {
  width: 280px;
  padding: 20px;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.6rem;
  background: #FFF;
}

#a1_form th img {
  float: right
}

#a1_form th div {
  text-indent: -12px
}

#a1_form td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  line-height: 1.5;
  color: #666;
}

#a1_form table li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
  vertical-align: top;
}

#a1_form table p {
  /*	margin-top: 30px;*/
  color: #666;
}

#a1_form table dt:nth-child(n+3) {
  margin-top: 10px;
}

#a1_form .fs10 {
  font-size: 10px
}

#a1_form .hissu {
  float: left;
  margin: 0 20px 0 0;
  padding: 2px 5px;
  background: #0d0d0d;
  color: #fff;
  font-size: 15px;
  width: 50px;
  text-align: center;
  border-radius: 3px;
}

#a1_form .ninni {
  float: left;
  margin: 0 20px 0 0;
  padding: 2px 5px;
  background: #CCC;
  color: #fff;
  font-size: 15px;
  width: 50px;
  text-align: center;
  border-radius: 3px;
}

#a1_form .comming {
  display: inline-block;
  margin-right: 10px;
}

#a1_form .comming label {
  display: block;
  padding-left: 1em;
}

input, select, textarea {
  margin-bottom: 1px;
  font-size: 1.3rem;
}

textarea:placeholder-shown {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}

textarea {
  font-family: sans-serif;
}


/* Google Chrome, Safari, Opera 15+, Android, iOS */

textarea::-webkit-input-placeholder {
  font-size: 1.3rem;
}


/* Firefox 18- */

textarea:-moz-placeholder {
  font-size: 1.3rem;
}


/* Firefox 19+ */

textarea::-moz-placeholder {
  font-size: 1.3rem;
}


/* IE 10+ */

textarea:-ms-input-placeholder {
  font-size: 1.3rem;
}

.hide {
  display: none;
}

.mini {
  font-size: 10px
}

optgroup {
  background-color: #ccc;
  color: #333;
  font-style: normal
}

option {
  margin: 0 5px 0 0;
  background-color: #fff;
  color: #333
}

.ime_on {
  ime-mode: active
}

.ime_off {
  ime-mode: disabled
}

.input_txt, .select, .textarea {
  padding: 10px;
  border: none;
  background: #f7f7f8;
  border: 1px solid #efebe5;
}

.textarea {
  resize: none;
  height: 200px;
}

input[type="checkbox"] {
  background: #F2EFE6;
  margin-left: 20px;
}

input:focus {
  background: #fff;
}

.form_submit {
  margin: 10px 10px 0;
  padding: 5px;
  text-align: center;
}

.form_submit p:first-child {
  margin-bottom: 15px;
}

#contact p.btn_label {
  position: absolute;
  top: 46px;
  width: 100%;
  color: #fff;
}

#contact .btn_wrp {
  position: relative;
}

.form_submit .comment {
  margin-bottom: 30px;
  text-align: left;
}

.form_submit label {
  padding: 2px 0 0;
  font-weight: normal
}

#a1_form input[type="submit"] {
  width: 300px;
  height: 50px;
  margin-top: 30px;
  background-color: #0d0d0d;
  border: none;
  color: transparent;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  height: 60px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
}

#a1_form input[type="submit"]:hover {
  background-color: #bf0008;
}

#a1_form input[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default
}

#contact .bloc_ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 0;
}

#contact fieldset {
  margin: 20px 10px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

#contact fieldset ul li {
  position: relative;
  padding-left: 20px;
}

#contact fieldset ul li::before {
  position: absolute;
  display: block;
  content: '●';
  left: 0;
  color: #0d0d0d;
}

#contact .pp_body {
  border-bottom: 1px dashed #ccc;
  padding: 30px 0;
}

#pp {
  padding: 30px 20px;
  line-height: 1.8;
}

#pp .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}

#pp .ttl::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 30px;
  background: #0d0d0d;
  left: 0;
  top: 7px;
}

#pp .head {
  font-size: 2.0rem;
  font-weight: bold;
  color: #555555;
  margin-bottom: 30px;
}

#present #pp ol {
  margin-bottom: 30px;
  height: 200px;
  overflow-y: scroll;
  background: #FFF;
  padding: 15px;
  border: 1px solid #CCC;
}

#pp ol li {
  list-style-type: disc;
  margin-left: 20px;
}

#pp h4 {
  color: #0d0d0d;
}

#pp p {
  word-break: break-all;
}

@media screen and (max-width:736px) {
  #contact .c_tel_box {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  #contact .c_tel {
    width: 100%;
    padding: 0;
    background: none;
  }
  #contact .c_tel .tel {
    width: 100%;
    font-size: 2.2rem;
  }
  #contact .c_tel p {
    font-size: 1.4rem;
  }
  #contact .lead {
    padding: 0 15px;
  }
  #contact .lead::before {
    top: -17vw;
    width: 20vw;
    background-size: contain;
  }
  #contact h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
  }
  #contact h3.form_img::before {
    display: none;
  }
  #contact .lead p {
    text-align: left;
  }
  .page_contact .lead {
    padding-bottom: 30px;
  }
  #a1_form {
    margin-top: 30px;
    /*padding: 0 10px 20px;*/
  }
  #a1_form th {
    display: block;
    padding: 5px 10px;
    border-bottom: none;
    width: inherit;
    background: #F2EFE6
  }
  #a1_form td {
    display: block;
    padding: 10px 5px;
    border-bottom: none;
  }
  #a1_form td #zip.w15per {
    width: 35%;
  }
  #a1_form td span {
    display: block
  }
  .input_txt, .select {
    background: #fff;
    border: 1px solid #ddd;
  }
  #a1_form input[type="submit"] {
    width: 100%;
  }
  .page_contact .pp {
    padding: 0 10px;
  }
  #a1_form table li {
    display: block;
    padding: 0;
  }
  #a1_form table .item_name_list li {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
  }
  #contact .tel_box_s {
    position: relative;
    height: 200px;
  }
  #contact .tel_box_s .tel {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #contact .tel_box_s .tel .num {
    text-align: center;
    position: relative;
    color: #df0615;
    font-size: 3.0rem;
    padding-left: 0;
  }
  #contact .tel_box_s .tel .time {
    text-align: center;
    font-weight: bold;
  }
  #contact .tel_box_s .tel .num::before {
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 50%;
    margin-left: -4.5em;
  }
}


/*====================================================================================
■entry
====================================================================================*/

#entry .lead {
  margin-bottom: 30px;
  text-align: center;
}

#entry .lead a {
  text-decoration: underline;
}

#entry .lead_s {
  border-bottom: 1px dotted #666;
  padding: 20px 0 10px;
}

#entry .lead .ttl {
  padding-bottom: 20px;
}

#entry .lead .ttl p {
  font-size: 2.4rem;
}

#entry .lead .ttl span {
  font-size: 1.8rem;
}

#entry .lead p {
  margin-bottom: 10px;
}

#entry .pp_box {
  height: 100px;
  overflow-y: scroll;
}

#entry th.form_ttl {
  background: #666;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
}


/*====================================================================================
■recruit
====================================================================================*/

#recruit {
  padding: 30px;
}

#recruit .lead {
  margin-bottom: 30px;
}

#recruit .lead p {
  text-align: center;
  font-size: 1.8rem;
}

#recruit .project {
  max-width: 1000px;
  margin: 0 auto 30px;
}

#recruit .project dl dt {
  position: relative;
  width: 30%;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding: 20px;
}

#recruit .project dl dt::after {
  position: absolute;
  content: '';
  display: block;
  top: 20%;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #0d0d0d;
}

#recruit .project dl dd {
  width: 69%;
  background: #fff;
  margin-bottom: 15px;
  padding: 20px;
}

#recruit .btn {
  width: 300px;
  margin: 0 auto;
}

#recruit .btn a {
  display: block;
  line-height: 60px;
  background-color: #323232;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

#recruit .btn a:hover {
  background-color: #C1C1C1;
}

#recruit #sec02 {
  background-color: #fff;
  padding: 50px;
  margin-top: 70px;
}

#recruit #sec02 h3 {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#recruit #sec02 h3::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5em;
  height: 3px;
  background: #0d0d0d;
}

#recruit #sec02 h3 span {
  display: block;
  font-size: 1.6rem;
}

#recruit #sec02 .bloc {
  max-width: 1000px;
  margin: 0 auto 50px;
}

#recruit #sec02 ol {
  list-style: none;
  counter-reset: number;
  padding: 0;
}

#recruit #sec02 ol li {
  position: relative;
  padding-top: 0.5em;
  padding-left: 2.5em;
  line-height: 2;
  margin-bottom: 1em;
}

#recruit #sec02 ol>li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background: #1BB9D3;
  display: block;
  top: .5em;
  left: 0;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: .3em;
}

#recruit #sec02 ol>li .check_list li {
  padding-top: 0;
}

#recruit #sec02 ol {
  margin-bottom: 30px;
}

#recruit #sec02 ol ul {
  padding-left: 3em;
  margin: 1em 0;
}

#recruit #sec02 ul li {
  position: relative;
  margin-left: 1.0erm;
  padding-left: 15px;
}

#recruit #sec02 ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#recruit #sec02 .bloc:nth-child(3), #recruit #sec02 .bloc:nth-child(4) {
  text-align: center;
}

@media screen and (max-width: 736px) {
  #recruit {
    padding: 0 3.26vw;
  }
  #recruit .project dl dt {
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
  }
  #recruit .project dl dt::after {
    display: none;
  }
  #recruit .project dl dd {
    width: 100%;
  }
  #recruit .btn {
    width: 100%;
  }
  #recruit #sec02 {
    padding: 3.26vw;
  }
  #recruit #sec02 ol ul {
  padding-left: 0;
  margin: 1em 0;
}
}


/*====================================================================================
■column
====================================================================================*/

#column {
  padding: 30px;
  background: #fff;
}

#column .bloc {
  position: relative;
  background: #FFF;
}

#column .bloc+.bloc {
  margin-top: 100px;
}

#column .ttl {
  margin-bottom: 40px;
}

#column .ttl dt {
  display: block;
  font-size: 1.4rem;
  padding: 2px 10px;
  font-family: Georgia, "Times New Roman", Times, "serif";
  font-style: italic;
}

#column .ttl dd {
  font-size: 1.8rem;
  font-weight: bold;
}

#column .ttl dd a {
  text-decoration: none;
}

#column .ttl dd a:hover {
  text-decoration: underline;
}

#column .photo {
  width: 350px;
  height: 300px;
  margin-right: 40px;
  background-color: #F8F8F8;
}

#column .photo a {
  display: block;
  position: relative;
}

#column .inner {
  position: relative;
  z-index: 2;
  flex: 1;
  line-height: 1.7;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
}

#column .inner .btn {
  margin-top: auto;
  margin-left: auto;
}

#column .inner .btn a {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: bold;
  line-height: 80px;
  padding-right: 20px;
}

#column .inner .btn a::after {
  position: absolute;
  content: '';
  display: block;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #eeeeee transparent;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

#column .inner .btn a:hover::after {
  border-color: transparent transparent #cccccc transparent;
}

@media screen and (max-width: 736px) {
  #column {
    padding: 3.25vw;
  }
  #column .bloc {
    padding: 15px 4.16vw 25%;
  }
  #column .photo {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  #column .ttl p {
    text-align: left;
  }
  #column .ttl dt {
    float: none;
  }
  #column .ttl dd {
    padding-left: 0;
  }
  #column .bloc_ttl h3 {
    margin-left: 15px;
    margin-top: 15px;
  }
  #column .comment {
    margin-right: auto;
  }
  #column .bloc::before {
    width: 30%;
    height: 100%;
  }
}

#column.detail .ttl {
  margin-bottom: 50px;
}

#column.detail .ttl h3 {
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #0d0d0d;
}

#column.detail .ttl .date {
  text-align: right;
  font-weight: normal;
}

#column.detail .bloc {
  max-width: 75%;
  margin: 0 auto;
}

#column.detail .bloc+.bloc {
  margin-top: 100px;
}

#column.detail .bloc h4 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
}

#column.detail .bloc .photo_l {
  margin-right: 40px;
}

#column.detail .bloc .photo_r {
  margin-left: 40px;
}

#column.detail .bloc .photo_c {
  width: 600px;
  height: 600px;
  margin: 0 auto;
}

#column.detail .bloc .inner {
  border-bottom: none;
  margin-top: 30px;
}


/*====================================================================================
■project
====================================================================================*/

.project.bg_img {
  background: url(../project/images/pageTitle_bg.jpg)no-repeat top center;
  background-size: 100%;
  height: 100%;
}

#main.u-pb-0 {
  padding-bottom: 20px;
}

#project {
  padding: 30px 0;
}

#project #sec01 {
  width: 1202px;
  margin: auto;
}

#project .lead {
  margin-bottom: 30px;
}

#project .lead p {
  text-align: center;
  font-size: 1.8rem;
}

#project .anchor_box li {
  width: 297px;
  height: 210px;
  line-height: 210px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4px;
  font-weight: bold;
  background-size: 100%;
}

#project .anchor_box li:nth-child(1) {
  background: url(../project/images/anchor_box01.jpg) no-repeat center;
  background-size: cover;
}

#project .anchor_box li:nth-child(2) {
  background: url(../project/images/anchor_box02.png) no-repeat center;
  background-size: cover;
}

#project .anchor_box li:nth-child(3) {
  background: url(../project/images/anchor_box03.png) no-repeat center;
  background-size: cover;
}

#project .anchor_box li:nth-child(4) {
  background: url(../project/images/anchor_box04.png) no-repeat center;
  background-size: cover;
}

#project .anchor_box li:nth-child(5) {
  background: url(../project/images/anchor_box05.png) no-repeat center;
  background-size: cover;
}

#project .anchor_box li:nth-child(6) {
  background: url(../project/images/anchor_box06.png) no-repeat center;
  background-size: cover;
}

#project .anchor_box li:nth-child(7) {
  background: url(../project/images/anchor_box07.png) no-repeat center;
  background-size: cover;
}

#project .anchor_box li:nth-child(8) {
  background: url(../project/images/anchor_box08.png) no-repeat center;
  background-size: cover;
}

#project .anchor_box li a {
  display: block;
  width: 100%;
  height: 100%;
}

#project #sec02 {
  background-color: #fff;
  margin-top: 60px;
}

#project #sec03 {
  background-color: #fff;
}

#project #sec04 {
  background-color: #fff;
}

#project #sec05 {
  background-color: #fff;
}

#project #sec06 {
  background-color: #fff;
}

#project #sec07 {
  background-color: #fff;
}

#project #sec08 {
  background-color: #fff;
}

#project .inner {
  width: 1202px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 40px;
	border-bottom: 1px solid #000;
}

#project #sec08 .inner {
	border-bottom: 0;
}

#project .wrapper-lead {
  width: 48%;
}

#project .wrapper-lead h3 {
  height: 50px;
  padding: 8px 20px 0;
  background-color: #0d0d0d;
  font-size: 2.0rem;
  color: #fff;
}

#project .wrapper-operation-list {
  width: 48%;
}

#project .wrapper-operation-list .lead {
  padding: 20px 20px 1px 20px;
  margin-top: 70px;
  background: #323232;
}

#project .wrapper-operation-list .lead p {
  margin-left: 1.0em;
  font-size: 1.6rem;
  color: #fff;
  text-indent: -1.0em;
margin-bottom: 20px;
}

#project .wrapper-lead .lead p {
 margin: 18px 20px 0px 20px ;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
}
#project .wrapper-lead .lead figure {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  /*
  #project {
    padding: 0 3.26vw;
  }
*/
  #project {
    padding-top: 0;
    padding-bottom: 0;
  }
  #project #sec01 {
    width: 100%;
  }
  #project #sec02 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #project #sec03 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #project #sec04 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #project #sec05 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #project #sec06 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #project #sec07 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #project #sec08 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #project #sec09 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #project #sec01 .lead {
    padding: 7.25vw;
    padding-top: 0;
  }
  #project .lead {
    margin-top: 0;
  }
  #project .anchor_box {
    padding-bottom: 20px;
  }
  #project .anchor_box li {
    width: 47.5%;
    height: 100px;
    line-height: 1.0em;
  }
  #project .anchor_box li:nth-child(1) {
    /*background-size: contain;*/
    padding: 0;
  }
  #project .anchor_box li:nth-child(odd) {
    margin-left: 5px;
  }
  #project .anchor_box li:nth-child(even) {
    margin-right: 5px;
  }
  #project .anchor_box li:nth-child(n+7) {
    margin-bottom: 0;
  }
  #project .anchor_box li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 5px;
  }
  #project .inner {
    width: 100%;
    padding-top: 0;
  }
  #project .wrapper-lead {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
  }
  #project .wrapper-lead h3 {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.0em;
  }
  #project .wrapper-operation-list {
    width: 100%;
  }
  #project .lead {
    margin-bottom: 0;
  }
  #project .wrapper-lead .lead p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #project .wrapper-operation-list .lead {
    margin-top: 20px;
    padding: 15px 10px 1px 10px;
  }
  #project .wrapper-operation-list .lead p {
    font-size: 1.4rem;
  }
}
/*====================================================================================
■casestudy
====================================================================================*/

.casestudy.bg_img {
  background: url(../project/images/pageTitle_bg.png)no-repeat top center;
  background-size: 100%;
  height: 100%;
}

#main.u-pb-0 {
  padding-bottom: 20px;
}

#casestudy {
  padding: 30px 0;
}

#casestudy #sec01 {
  width: 1202px;
  margin: auto;
}

#casestudy .lead {
  margin-bottom: 30px;
}

#casestudy .lead p {
  text-align: center;
  font-size: 1.8rem;
}

#casestudy .anchor_box li {
  width: 297px;
  height: 210px;
  line-height: 210px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4px;
  font-weight: bold;
  background-size: 100%;
}

#casestudy .anchor_box li:nth-child(1) {
  background: url(../casestudy/images/anchor_box001.jpg) no-repeat center;
  background-size: cover;
}

#casestudy .anchor_box li:nth-child(2) {
  background: url(../project/images/anchor_box02.png) no-repeat center;
  background-size: cover;
}

#casestudy .anchor_box li:nth-child(3) {
  background: url(../project/images/anchor_box03.png) no-repeat center;
  background-size: cover;
}

#casestudy .anchor_box li:nth-child(4) {
  background: url(../project/images/anchor_box04.png) no-repeat center;
  background-size: cover;
}

#casestudy .anchor_box li:nth-child(5) {
  background: url(../project/images/anchor_box05.png) no-repeat center;
  background-size: cover;
}

#casestudy .anchor_box li:nth-child(6) {
  background: url(../project/images/anchor_box06.png) no-repeat center;
  background-size: cover;
}

#casestudy .anchor_box li:nth-child(7) {
  background: url(../project/images/anchor_box07.png) no-repeat center;
  background-size: cover;
}

#casestudy .anchor_box li:nth-child(8) {
  background: url(../project/images/anchor_box08.png) no-repeat center;
  background-size: cover;
}

#casestudy .anchor_box li a {
  display: block;
  width: 100%;
  height: 100%;
}

#casestudy #sec02 {
  background-color: #fff;
  margin-top: 60px;
}

#casestudy #sec03 {
  background-color: #fff;
  height: auto;
}

#casestudy #sec04 {
  background-color: #fff;
  height: auto;
}

#casestudy #sec05 {
  background-color: #fff;
  height: auto;
}

#casestudy #sec06 {
  background-color: #fff;
  height: auto;
}

#casestudy #sec07 {
  background-color: #fff;
  height: auto;
}

#casestudy #sec08 {
  background-color: #fff;
  height: auto;
}

#casestudy .inner {
  width: 1202px;
  margin: auto;
  padding: 60px 0 160px 0;
border-bottom: 1px solid #000;
}

#casestudy #sec05 .inner {
  padding: 60px 0 240px 0;
}

#casestudy #sec08 .inner {
	border-bottom: 0px;
}

#casestudy .wrapper-lead {
  width: 48%;
  height: 580px;
}

#casestudy .wrapper-lead h3 {
  height: 50px;
  padding: 8px 20px 0;
  background-color: #0d0d0d;
  font-size: 2.0rem;
  color: #fff;
}

#casestudy .wrapper-lead h4 {
  font-size: 2.0rem;
	font-weight: bold;
  color: #000;
  margin: 20px 20px 0px;
}

#casestudy .wrapper-operation-list {
	position: relative;
  width: 48%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

#casestudy #sec02 .wrapper-operation-list {
	background-image: url(../casestudy/images/photo01.jpg);
}
#casestudy #sec03 .wrapper-operation-list {
	background-image: url(../casestudy/images/photo02.jpg);
}
#casestudy #sec04 .wrapper-operation-list {
	background-image: url(../casestudy/images/photo03.jpg);
}
#casestudy #sec05 .wrapper-operation-list {
	background-image: url(../casestudy/images/photo04.png);
}
#casestudy #sec06 .wrapper-operation-list {
	background-image: url(../casestudy/images/photo05.jpg);
}
#casestudy #sec07 .wrapper-operation-list {
	background-image: url(../casestudy/images/photo06.jpg);
}
#casestudy #sec08 .wrapper-operation-list {
	background-image: url(../casestudy/images/photo07.jpg);
}
#casestudy .wrapper-operation-list .lead {
	position: absolute;
	width: 100%;
  padding: 20px;
  bottom: -135px;
	background-color: #323232;
}

#casestudy #sec05 .wrapper-operation-list .lead {
  bottom: -210px;
}

#casestudy .wrapper-operation-list .lead p {
  margin-left: 1.0em;
  font-size: 1.6rem;
  /*color: #5c5c5c;*/
	color: #fff;
  text-indent: -1.0em;
}

#casestudy .wrapper-lead .lead p {
  margin: 10px 20px 0px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
}
#casestudy .wrapper-lead .lead figure {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  /*
  #casestudy {
    padding: 0 3.26vw;
  }
*/
  #casestudy {
    padding-top: 0;
    padding-bottom: 0;
  }
  #casestudy #sec01 {
    width: 100%;
  }
  #casestudy #sec02 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #casestudy #sec03 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #casestudy #sec04 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #casestudy #sec05 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #casestudy #sec06 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #casestudy #sec07 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #casestudy #sec08 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #casestudy #sec09 {
    width: 100%;
    height: auto;
    padding: 7.25vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #casestudy #sec02 .inner {
    padding-bottom: 75px;
  }
  #casestudy #sec03 .inner {
    padding-bottom: 75px;
  }
  #casestudy #sec04 .inner {
    padding-bottom: 40px;
  }
  #casestudy #sec05 .inner {
    padding-bottom: 205px;
  }
  #casestudy #sec06 .inner {
    padding-bottom: 75px;
  }
  #casestudy #sec07 .inner {
    padding-bottom: 75px;
  }
  #casestudy #sec08 .inner {
    padding-bottom: 135px;
  }
  #casestudy #sec01 .lead {
    padding: 7.25vw;
    padding-top: 0;
  }
  #casestudy .lead {
    margin-top: 0;
  }
  #casestudy .anchor_box {
    padding-bottom: 20px;
  }
  #casestudy .anchor_box li {
    width: 47.5%;
    height: 100px;
    line-height: 1.0em;
  }
  #casestudy .anchor_box li:nth-child(1) {
 /*background-size: contain;*/
    padding: 0;
  }
  #casestudy .anchor_box li:nth-child(odd) {
    margin-left: 5px;
  }
  #casestudy .anchor_box li:nth-child(even) {
    margin-right: 5px;
  }
  #casestudy .anchor_box li:nth-child(n+7) {
    margin-bottom: 0;
  }
  #casestudy .anchor_box li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 5px;
  }
  #casestudy .inner {
    width: 100%;
    padding: 0;
 	border-bottom: 0px;
  }
  #casestudy .wrapper-lead {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
	 height: 100%;
  }
  #casestudy .wrapper-lead h3 {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.0em;
  }
  #casestudy .wrapper-operation-list {
    width: 100%;
		height: 85.32vw;
		background-position: center center;
  }
  #casestudy .wrapper-lead .lead p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #casestudy .wrapper-operation-list .lead {
		width: 80%;
		left: 50%;
		transform: translate(-50%,-50%);
    padding: 10px;
  }

  #casestudy #sec04 .wrapper-operation-list .lead {
    bottom: -170px;
  }
	
  #casestudy #sec05 .wrapper-operation-list .lead {
    bottom: -336px;
  }
	
  #casestudy #sec08 .wrapper-operation-list .lead {
    bottom: -170px;
  }

  #casestudy .wrapper-operation-list .lead p {
    font-size: 1.4rem;
  }
}


/*====================================================================================
■about
====================================================================================*/

.about.bg_img {
  background: url(../aboutblast/images/pageTitle_bg.jpg) no-repeat top center;
  background-size: 100%;
  height: 100%;
}

.about.bg_img h2 {
  opacity: 1.0;
}

#about #sec01 .block-tag-line {
  background-color: #0d0d0d;
}

#about #sec01 .triangle {
  width: 20px;
  margin: 0 auto;
  border-top: 35px solid #0d0d0d;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}

#about #sec01 .block-tag-line .tag-line-item {
  padding: 20px;
  text-align: center;
  color: #fff;
}

#about #sec01 .block-tag-line .tag-line-item .txt-main {
  font-size: 3.0rem;
}

#about #sec01 .block-tag-line .tag-line-item .txt-sub {
  font-size: 2.4rem;
}

#about #sec01 .content {
  padding: 25px;
  background-color: #fff;
  background: url(../aboutblast/images/sec01_bg.jpg) center no-repeat;
  background-size: 100%;
}

#about #sec01 .content .wrapper-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

#about #sec01 .content .title {
  font-size: 6.0rem;
}

#about #sec01 .content .brd {
  content: "";
  margin: auto 35px;
  background: #0d0d0d;
  width: 240px;
  height: 4px;
}

#about #sec01 .content .wrapper-txt {
  margin-top: 40px;
}

#about #sec01 .content .wrapper-txt p {
  text-align: center;
  font-weight: bold;
}

#about .content .wrapper-txt .emphasis-txt {
  font-size: 3.0rem;
  font-weight: bold;
}

#about #sec02 .content {
  width: 100%;
  margin-top: 40px;
}

#about #sec02 .content figure img {
  width: 100%;
}

#about #sec02 .content figure img.img01 {
  /*height: 300px;*/
  height: auto;
}

#about #sec02 .content figure img.img02 {
  /*height: 500px;*/
  height: auto;
}

#about #sec02 .content figure img.img03 {
  /*height: 300px;*/
  height: auto;
}

#about #sec02 .content figure img.img04 {
  /*height: 230px;*/
  height: auto;
}

#about #sec02 .content figure img.img05 {
  width: 100%;
  height: 180px;
}

#about #sec02 .content .block-right {
  /*width: 700px;*/
  width: 48%;
  max-width: 700px;
}

#about #sec02 .content .block-left {
  /*width: 700px;*/
  width: 48%;
  max-width: 700px;
}

#about #sec02 .content .wrapper-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*width: 700px;*/
  width: 100%;
  background: #fff;
  max-width: 700px;
padding: 20px
}

#about #sec02 .content .wrapper-txt.h200 {
  height: 200px;
}

#about #sec02 .content .wrapper-txt.h230 {
  height: 230px;
}

#about #sec02 .content .wrapper-txt.h330 {
  height: 330px;
}

#about #sec02 .content .wrapper-txt .txt-large {
  font-size: 2.0rem;
}

#about #sec03 .content {
  margin-top: 65px;
}

#about #sec03 .content .wrapper-img-list {
  width: 1460px;
}

#about #sec03 .block-tag-line {
  width: 100%;
  background-color: #0d0d0d;
}

#about #sec03 .block-tag-line .tag-line-item {
  padding: 20px;
  text-align: center;
  color: #fff;
}

#about #sec03 .block-tag-line .tag-line-item .txt-main {
  font-size: 3.0rem;
}

#about #sec03 .block-tag-line .tag-line-item .txt-sub {
  font-size: 2.4rem;
}

#about #sec03 .content .wrapper-img-list figure {
  /*width: 445px;
height: 360px;*/
  max-width: 480px;
  width: 32%;
}

#about #sec03 .content figure img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 736px) {
  #about {
    padding: 0 0vw;
  }
  #about #sec01 .content .title {
    font-size: 1.8rem;
  }
  #about #sec02 .content figure {
    margin-bottom: 0px;
  }
  #about #sec02 .content .wrapper-txt {
    margin-bottom: 15px;
    padding: 40px; 20px;
  }
  #about #sec03 .content .wrapper-img-list figure {
    width: 100%;
	margin: 10px auto;
  }
  #about #sec03 .content .wrapper-sns-list {
    margin-bottom: 10px;
  }
  #about #sec01 .block-tag-line .tag-line-item .txt-sub {
    font-size: 2.2rem;
  }
  #about #sec01 .block-tag-line .tag-line-item .txt-main {
    font-size: 2.8rem;
  }
  #about #sec01 .content {
    background-size: cover;
  }
  #about .u-mt-xl-pc {
    margin-top: 0px
  }

}


/*====================================================================================
■companys-profile
====================================================================================*/

.companys-profile.bg_img {
  background: url(../companys-profile/images/pageTitle_bg.png) no-repeat bottom center;
  background-size: 100%;
  height: 100%;
}

#companys-profile #sec01 {
  padding-bottom: 30px;
}
#companys-profile #sec01 .panel {
  margin-bottom: 50px;
}
#companys-profile #sec01 .content {
padding-top: 50px;
  position: relative;
}

#companys-profile #sec01 .content figure {
  width: 100%;
}

#companys-profile #sec01 .content figure .img01 {
  width: 100%;
}

#companys-profile #sec01 .content .triangle-block {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 205px solid transparent;
  border-right: 205px solid transparent;
  border-top: 180px solid #000000;
}

#companys-profile #sec01 .content .logo-block figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#companys-profile #sec01 .content .wrapper-vertical-bar {
  position: relative;
  max-width: 1460px;
}

#companys-profile #sec01 .content .wrapper-vertical-bar .vertical-bar {
  width: 10px;
  height: 169px;
  margin: -5px auto 0;
  background-color: #0d0d0d;
}

#companys-profile #sec01 .content .accordion_bloc {
  position: relative;;
  z-index: 3;
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #000;
  box-sizing: border-box;
}
#companys-profile #sec01 .content .accordion_bloc.ttl_history {
  position: relative;;
  z-index: 2;
  width: 100%;
  background-color: #0d0d0d;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
	border: none;
}
#companys-profile #sec01 .buildup {
	padding-top: 80px;
}
#companys-profile #sec01 .content .accordion_bloc.first {
}

#companys-profile #sec01 .content .accordion_bloc.second {
  /*top: 9050px;*/
}

#companys-profile #sec01 .content .accordion_bloc a {
  display: block;
  padding: 10px;
}

#companys-profile #sec01 .content .accordion_bloc .inner {
  position: relative;
}

#companys-profile #sec01 .content .accordion_bloc .inner::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 0;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  transform: translateY(-50%);
}
#companys-profile #sec01 .content .accordion_bloc.ttl_history::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 0;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: translateY(-50%);
}
#companys-profile #sec01 .content .txt-history {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 45px auto 0;
  text-align: center;
}

#companys-profile #sec01 .content .wrapper-right-branch {}

#companys-profile #sec01 .content .wrapper-right-branch .circle {
  width: 48px;
  height: 48px;
  background-color: #0d0d0d;
  border-radius: 50%;
}

#companys-profile #sec01 .content .wrapper-right-branch .right-branch {
  width: 600px;
  height: 10px;
  background-color: #0d0d0d;
}

#companys-profile #sec01 .wrapper_chronology.second {
  /*position: relative;
  top: 3850px;*/
}

#companys-profile #sec01 .chronology {
  position: relative;
  /* display: none; */
}
#companys-profile #sec01 .chronology.first {
  padding-top: 50px;
}
#companys-profile #sec01 .chronology.second {
  padding-top: 50px;
}


#companys-profile #sec01 .chronology::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 50%;
  width: 10px;
  height: calc(100% * 2);
  transform: translateX(-50%);
  background: #0d0d0d;
}

#companys-profile #sec01 .chronology.active {
  /* display: block; */
}

#companys-profile #sec01 .first .col.col_odd {
  position: relative;
  width: 50%;
  margin-left: 50%;
}
#companys-profile #sec01 .first .col.col_even {
  margin-right: 50%;
  margin-left: 0;
}


#companys-profile #sec01 .col_wrapper {
  position: relative;
  width: 50%;
}

#companys-profile #sec01 .first .col {
  width: 50%;
  margin-top: -40px;
}

#companys-profile #sec01 .col_odd {
  position: relative;
}
#companys-profile #sec01 .second .col {
  width: 50%
}
#companys-profile #sec01 .second .col_odd {
  top: -300px
}
#companys-profile #sec01 h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

/*
#companys-profile #sec01 .col.fifteen {
  top: -700px;
}

#companys-profile #sec01 .col.eighteen {
  top: -565px;
}

#companys-profile #sec01 .col.sixteen {
  top: -600px;
}

#companys-profile #sec01 .col.eighty_five {
}

#companys-profile #sec01 .col.eighty_six {
}

#companys-profile #sec01 .col.eighty_seven {
  top: -50px;
}

#companys-profile #sec01 .col.eighty_eight {
  top: 400px;
}

#companys-profile #sec01 .col.eighty_nine {
  top: 380px;
}

#companys-profile #sec01 .col.ninety {
  top: 650px;
}

#companys-profile #sec01 .col.ninety_one {
  top: 630px;
}

#companys-profile #sec01 .col.ninety_two {
  top: 900px;
}

#companys-profile #sec01 .col.ninety_three {
  top: 900px;
}

#companys-profile #sec01 .col.ninety_four {
  top: 1550px;
}

#companys-profile #sec01 .col.ninety_five {
  top: 1400px;
}

#companys-profile #sec01 .col.ninety_nine {
  top: 1800px;
}

#companys-profile #sec01 .col.zero {
  top: 1625px;
}

#companys-profile #sec01 .col.one {
  top: 1925px;
}

#companys-profile #sec01 .col.two {
  top: 1900px;
}

#companys-profile #sec01 .col.three {
  top: 2375px;
}

#companys-profile #sec01 .col.four {
  top: 2350px;
}

#companys-profile #sec01 .col.five {
  top: 2750px;
}

#companys-profile #sec01 .col.six {
  top: 2750px;
}

#companys-profile #sec01 .col.seven {
  top: 3100px;
}

#companys-profile #sec01 .col.eight {
  top: 3050px;
}

#companys-profile #sec01 .col.nine {
  top: 3325px;
}

#companys-profile #sec01 .col_even {
  position: relative;
  top: -700px;
}*/



#companys-profile #sec01 .col .photo {
  text-align: center;
  padding: 5% 5% 0 5%;
}
#companys-profile #sec01 .col .photo img {
	width: 100%;
	max-width: 450px;
}

#companys-profile #sec01 .col .photo+.outer, #companys-profile #sec01 .col .photo+.photo {
  margin-top: 30px;
}

#companys-profile #sec01 .year {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

#companys-profile #sec01 .year::before, #companys-profile #sec01 .year::after {
  position: absolute;
  content: '';
  display: block;
  z-index: 2;
}

#companys-profile #sec01 .year::before {
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  margin-top: 1em;
  border-radius: 50%;
  background: #0d0d0d;
}

#companys-profile #sec01 .year.text_right::before {
  left: -40px;
	color: #0d0d0d;
}

#companys-profile #sec01 .year.text_left::before {
  right: -40px;
	color: #0d0d0d;
}

#companys-profile #sec01 .year::after {
  left: 0;
  width: 100%;
  height: 5px;
  transform: translateY(-50%);
  background: #0d0d0d;
}

#companys-profile #sec01 .year.text_right {
  text-align: right;
}

#companys-profile #sec01 .year.text_left {
  text-align: left;
}

#companys-profile #sec01 .col .outer {
  background: #fff;
  margin: 0 5% 30px;
  padding: 30px;
}

#companys-profile #sec01 .col h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

#companys-profile #sec01 .col dt {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}

#companys-profile #sec01 .col dd {
  text-align: left;
}

#companys-profile #sec01 .col dd+dt {
  margin-top: 15px;
}

#companys-profile #sec02 {
  position: relative;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  padding: 50px;
}

#companys-profile #sec02 .logo-block {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 200px 200px;
  border-color: transparent transparent #000000 transparent;
}

#companys-profile #sec02 .logo-block figure {
  position: absolute;
  transform: translateX(-50%);
  width: 233px;
  height: 162px;
  text-align: center;
}

#companys-profile #sec02 h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-left: 8%;
  margin-bottom: 15px;
  text-align: left;
}

#companys-profile #sec02 .bloc {
  margin-top: 30px;
}

#companys-profile #sec02 .bloc h4 {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
}

#companys-profile #sec02 .bloc ul {
  text-align: left;
}

#companys-profile #sec02 .bloc ul li {
  font-size: 1.6rem;
}

#companys-profile #sec02 .bloc .col {
  width: 46%;
}

#companys-profile #sec02 .bloc .col .col0 {
width: 40%;
margin-right: 20px
}

#companys-profile #sec02 .bloc .col .col_list {
  width: 510px;
  text-align: left;
}
#companys-profile #sec02 .bloc .col .col_list0 {
  width: 510px;
  margin-left: 20px;
  text-align: left;
  text-indent: -1.0em;
}

#companys-profile #sec02 .comment p:nth-of-type(2) {
  margin-top: 0px;
}

#companys-profile #sec03 {
  position: relative;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  padding: 80px 50px 20px;
}

#companys-profile #sec03 h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}

#companys-profile #sec03 .bloc .col:first-child {
  width: 65%;
}

#companys-profile #sec03 .bloc .col:last-child {
  width: 32%;
  text-align: left;
}

#companys-profile #sec03 .content .wrapper-sns-list {
  width: 1460px;
  margin-bottom: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#companys-profile #sec03 .content .wrapper-sns-list figure:first-of-type {
  margin-right: 72px;
}

#companys-profile #sec03 .gmap_wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

@media screen and (max-width:736px) {

  #companys-profile #sec01 .content .triangle-block {
    border-left: none;
    border-right: none;
    border-top: none;
  }
  #companys-profile #sec01 .content {
  padding-top: 50px;
  position: relative;
  }
  #companys-profile #sec01 .chronology::before {
    left: 5px;    
  }
  #companys-profile #sec01 .col .outer {
    margin-bottom: 50px;
  }
  #companys-profile #sec01 .first .col.col_odd {
    width: 100%;
    margin-left: 0;
  }
  #companys-profile #sec01 .first .col.col_even {
    width: 100%;
    margin-right: 0;
  }
  #companys-profile #sec01 .second .col {
    width: 100%;    
  }
  #companys-profile #sec01 .second .col_odd {
    top: 0;
  }
  #companys-profile #sec01 .year {
    margin-bottom: 60px;
		padding-right: 15px;
  }
  #companys-profile #sec01 .year.text_left {
    text-align: right;
  }
  #companys-profile #sec01 .year.text_left::before {
    left: -40px;    
  }
  #companys-profile #sec01 .content .logo-block figure img {
    width: 50px;    
  }
  #companys-profile #sec01 .content .wrapper-vertical-bar .vertical-bar {
    height: 200px;
    margin: 0;
		background-color: transparent;
  }
  #companys-profile #sec02 h3 {
    margin-left: 0;
    text-align: center;
  }
  #companys-profile #sec02 .logo-block {
    border-width: 0;
  }
  #companys-profile #sec02 .comment.company-profile p {
    text-align: left;
  }
  #companys-profile #sec02 .bloc {
  margin-top: 0px;
  }
  #companys-profile #sec02 .bloc .col {
  width: 100%;
  padding-top: 30px;
  }
  #companys-profile #sec02 .bloc .col .col0 {
  margin-right: 0px;
  width: 100%;
  text-align: center;
  }
  #companys-profile #sec02 .bloc .col .col0 p{
  display: inline-block;
  text-align: left;
  }
	
#companys-profile #sec02 {
  padding: 50px 20px 50px 20px;
}
#companys-profile #sec02 .bloc .col .col_list0 {
margin-bottom: 20px;
}
  #companys-profile #sec03 {
  padding: 80px 0 20px 0;
  }

  #companys-profile #sec03 .bloc .col .gmap_wrap {
    width: 100%;
	padding-top: 0px;
  }
	
	#companys-profile #sec03 .gmap_wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
  #companys-profile #sec03 .bloc .col.lead {
    width: 100%;
  }
  #companys-profile #sec01 .col .photo img {
    max-width: 100%;
  }
	
#companys-profile #sec03 .bloc .col:first-child {
  width: 100%;
	padding-top: 0px;
}

#companys-profile #sec03 .bloc .col:last-child {
  width: 100%;
  text-align: left;
}
}


/*=========================================
･ Works
=========================================*/

#works .sec {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}

#works #tab {
  background: #0d0d0d;
}

#works #tab a {
  width: 50%;
  display: block;
  text-decoration: none;
}

#works #tab h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background: #0d0d0d;
  color: #FFF;
  position: relative;
  height: 78px;
  line-height: 78px;
}

#works #tab a h3, #works.page02 #tab a:last-child h3 {
  background-color: #0d0d0d;
}

#works.page02 #tab a h3, #works #tab a:last-child h3 {
  background-color: rgb(102, 102, 102);
  ;
}

#works #tab a h3 i, #works.page02 #tab a:last-child h3 i {
  position: absolute;
  left: 20px;
  top: 35%;
  transform: translateY(-35%);
  transform: scaleY(1.5);
}

#works #tab a:last-child h3 i, #works.page02 #tab a h3 i {
  transform: scaleY(1);
  transform: scaleX(1.5)
}

#works #sec01 #tab a h3 {
  text-decoration: none;
}

#works #sec01 #tab a h3:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
}

#works #sec01 .outer {
  padding: 35px 30px;
  background-color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#works.p02 #sec01 .outer {
  padding: 35px 30px;
  background-color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#works #sec01 .menu li {
  text-align: center;
  margin: 0 0 13px;
  padding: 0 10px;
  width: 33%;
  max-width: 430px;
}

#works.page02 #sec01 .menu li {
  text-align: center;
  margin: 0 0 13px;
  padding: 0 10px;
  width: 33%;
  max-width: 430px;
}

#works #sec01 .menu li a {
  position: relative;
  display: block;
  line-height: 80px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.6rem;
}

#works .row:before, #works .row:after {
  content: none;
  display: none;
}

.container:before, .container:after {
  content: none;
  display: none;
}

#works #sec01 .menu li a::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#works #sec01 .menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
}

#works #sec02 {
  padding-bottom: 0;
}

#works #sec02 .box {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: 340px;
  margin: 0px 0 25px;
  border: #dadada solid 1px;
}

#works #sec02 .box dl {
  margin: 10px 0;
  padding-top: 10px
}

#works #sec02 .box dl dt {
  font-size: 1.6rem;
  padding: 5px 0;
  line-height: 1em;
  font-weight: bold;
}


/*#works #sec02 .box dl dt::before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 5px;
  background: #ff3000;
  content: "";
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}
*/

#works #sec02 .box dl dd {
  margin: 10px 0px 0px;
  font-size: 1.6rem;
  font-family: "Yu Gothic";
  color: rgb(0, 0, 0);
  line-height: 1.2;
}

#works #sec02 .box dl dt a::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#works #sec02 .box dl dt a:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width:736px) {
  #works {
    padding-top: 0px;
  }
  #works #tab h3 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background: #0d0d0d;
    color: #FFF;
    position: relative;
    height: 60px;
    line-height: 60px;
  }
  #works #tab a h3 i, #works.page02 #tab a:last-child h3 i {
    left: 10px;
  }
  #works #sec01 .outer {
    padding: 10px;
  }
  #works #sec01 .menu li, #works.page02 #sec01 .menu li {
    text-align: center;
    margin: 10px 0;
    padding: 0px 10px;
    width: 100%;
    max-width: 100%;
  }
  #works #sec01 .menu li a {
    position: relative;
    display: block;
    line-height: 60px;
  }
  #works #sec02 .box {
    position: relative;
    background: #FFF;
    padding: 10px;
    width: 100%;
  }
	#works #sec02 .box figure {
		text-align: center;
	}
}


/*=========================================
･ Works detail
=========================================*/

#works.detail #sec01 {
  background-color: #FFF;
  margin-bottom: 30px;
}

#works.detail #sec01 h3 {
  font-size: 2rem font-family: "Yu Gothic";
  color: rgb(1, 1, 1);
  font-weight: bold;
  line-height: 2;
}

#works.detail #sec01 p {
  font-size: 2rem;
  font-family: "Yu Gothic";
  color: rgb(0, 0, 0);
  line-height: 2;
  text-align: left;
}

#works.detail #sec01 .data {
  font-size: 2rem;
  font-family: "Yu Gothic";
  color: rgb(255, 255, 255);
  line-height: 2;
  text-align: left;
  background: #959595;
  padding: 20px;
  margin-top: 10px;
}

#works.detail #sec01 #wrap {
  width: 100%;
}

#works.detail #slider {
  width: 800px;
  height: 620px;
  padding: 0;
}

/*#works.detail .slide-item img {
  width: 100%;
}*/


#works.detail .slick-slide {
	height: 620px;
	text-align: center;
}
#works.detail .slick-slide img{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#works.detail #thumbnail-list {
  width: 600px;
  height: 630px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px;
}

#works.detail .thumbnail-item {
  width: 290px;
  height: 200px;
  box-sizing: border-box;
  position: relative;
  padding: 0;
   background: #f9f9f9; 
  cursor: pointer;
	overflow: hidden;
}

#works.detail .thumbnail-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



/*#works .thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}*/

#works.detail .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

#works.detail .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

#works.detail #sec02 h4 {
  font-size: 24px;
  font-family: "Yu Gothic";
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 30px;
  line-height: 1em;
  background: #0d0d0d;
  margin: -20px 0 20px -20px;
  width: 1460px;
}

@media screen and (max-width:736px) {
  /*#works.detail #sec01 #wrap {
    width: 100%;
    display: flex;
flex-wrap: nowrap;
}*/
  #works.detail #slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
  }
	#works.detail .slick-slide {
		width: 100%;
		height: 62.5vw;
	}
  #works.detail #thumbnail-list {
    width: 100%;
    height: auto;
  }
  #works.detail .thumbnail-item {
    width: 30%;
		height: 15vw;
    margin: 0 0 10px;
		text-align: center;
  }
	#works.detail .thumbnail-item:last-child {
		margin-right: auto;
		margin-left: 5%;
	}
  #works.detail #sec01 h3, #works.detail #sec01 p, #works.detail #sec01 .data {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
  #works.detail #sec01 h3 {
    margin-bottom: 10px;
  }
  #works.detail #sec01 .data {
    padding: 10px;
  }
}


/*====================================================================================
■Movie
====================================================================================*/

#movie #sec01 {
  background: #0d0d0d;
  color: #FFF;
  text-align: center;
  padding: 40px;
}

#movie #sec01 h3 {
  font-size: 3rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 20px;
}

#movie #sec01 p {
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-align: left;
  display: inline-block;
}

#movie #sec03 p {
  margin: 0px 10px;
}

#movie .sec {
  padding: 50px;
  margin: 50px 0;
  background: #fff;
  text-align: center;
}

#movie .sec h4 {
  font-size: 3rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  text-align: center;
  display: inline-block;
  margin: auto;
  position: relative;
}

#movie .sec h4::after {
  content: "";
  display: block;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  width: 91px;
  height: 3px;
}

#movie .sec dl {
  margin: 60px 0 0;
  text-align: left;
}

#movie .sec dl dt {
  background-color: rgb(0, 0, 0);
  width: 100%;
  min-height: 42px;
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 22px;
  padding: 10px 15px 10px 15px;
}

#movie .sec dl dd {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  line-height: 1.6;
  text-align: left;
  margin: 40px 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

#movie .sec dl dd figure {
	width: 22%;
} 
#movie .sec dl dd div {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  width: 76%;
	margin-left: auto;
}

#movie .sec dl dd div.movie_title {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.667;
	width: auto;
}
	

@media screen and (max-width:736px) {
  #movie #sec01 {
    padding: 20px;
  }
  #movie .sec {
    padding: 20px;
    margin: 30px 0;
  }
  #movie .sec dl dd {
    margin: 20px 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  #movie .sec dl dd div {
    font-size: 1.6rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    width: 100%;
  }
  #movie .sec dl {
    margin: 50px 0 0;
  }
  #movie .sec dl dd {
    font-size: 1.6rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    margin: 20px 10px;
  }
  #movie .sec dl dd figure {
    width: 100%;
	text-align: center;
  }
  #movie .sec dl dd div.movie_title {
    margin: 10px 0;
  }
}


/*====================================================================================
■explain
====================================================================================*/

#explain .sec {
  padding: 50px;
  background: #fff;
  text-align: center;
}

#explain .sec h3 {
  font-size: 3rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  text-align: center;
  display: inline-block;
  margin: auto;
  position: relative;
  margin-bottom: 68px;
}

#explain .sec h3::after {
  content: "";
  display: block;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  width: 91px;
  height: 2px;
}
#explain .sec h4 {
	height: 50px;
    padding: 8px 20px 0;
	font-weight: bold;
    background-color: #0d0d0d;
    font-size: 2.0rem;
    color: #fff;
	text-align: left;
}

#explain .sec dl {
  margin: 60px 0 0;
  text-align: left;
}

#explain .sec dl dt {
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 42px;
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 42px;
  padding-left: 15px;
}

#explain .sec dl dd {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  margin: 40px 0;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

#explain .sec dl dd div {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  width: 70%;
}

#explain .sec dl dd div.movie_title {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.667;
	width: 100%;
}

#explain #sec01 .photo {
  width: 30%;
  text-align: center;
position: relative;
	top: -53px;
}


#explain #sec01 .comment {
  width: 70%;
  text-align: left;
}

#explain #sec01 h4 {
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  padding: 8px 0px 0;
}

#explain #sec01 p {
  margin: 0px 10px ;
}

#explain #sec01 ul {
  margin-top: 30px;
}

#explain #sec01 ul li {
  height: 30px;
  margin-right: 30px;
}

#explain #sec01 ul li a {}

#explain #sec01 ul li:first-child a {
  display: block;
  border: 1px solid #000;
  padding: 0 15px;
  line-height: 30px;
}

#explain #sec01 ul li:first-child a:hover {
  background: #0d0d0d;
  color: #fff;
  text-decoration: none;
}

#explain #sec01 ul li img {
  width: auto;
  height: 100%;
}

#explain #sec02 {
  background: #232323;
  color: #FFF;
  text-align: center;
  padding: 40px;
}

#explain #sec02 h3 {
  font-size: 3rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.333;
  display: block;
}

#explain #sec02 h3::after {
  background: #fff;
}

#explain #sec02 p {
  color: rgb(255, 255, 255);
  display: inline-block;
  text-align: left;
}

#explain #sec03 ul {
  background: #0d0d0d;
  width: 35%;
  padding: 20px;
  text-align: left;
  margin: 0 auto;
}

#explain #sec03 ul li {
  list-style: outside disc;
  margin-left: 25%;
  color: #fff;
}

#explain #sec04 figure {
  width: 28%;
  text-align: center;
}
#explain #sec04 figure img {
	max-height: 100%;
}

#explain #sec04 p {
padding: 0 10px;
}

#explain #sec04 dl dd figure {
	width: 22%;
} 
#explain #sec04 dl dd div {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  width: 76%;
	margin-left: auto;
}

#explain #sec04 dl dd div.movie_title {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.667;
	width: auto;
}

@media screen and (max-width:736px) {
  #explain .sec {
    padding: 20px;
    margin: 30px 0;
  }
  #explain .sec h3 {
    margin-bottom: 30px;
  }
  #explain .sec dl dd {
    margin: 20px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  #explain .sec dl dd div {
    font-size: 1.6rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    width: 100%;
  }
  #explain .sec dl {
    margin: 50px 0 0;
  }
  #explain .sec dl dd {
    font-size: 1.6rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    margin: 20px 0;
  }
  #explain .sec dl dd div.movie_title {
    margin: 10px 0;
  }
  #explain #sec01 .photo {
    width: 100%;
    margin-bottom: 15px;
	top: 0px;
  }
	

  #explain #sec01 .comment {
    width: 100%;
  }
  #explain #sec01 .comment h4 {
    text-align: center;
  }
  #explain #sec01 ul li:nth-child(1) {
    width: 100%;
    margin: 0 auto 15px;
  }
  #explain #sec02 {
    padding: 20px;
  }
  #explain #sec03 ul {
    width: 100%;
    margin-bottom: 15px;
  }
  #explain #sec04 figure {
    width: 100%;
    height: auto;
  }
	
  #explain #sec04 dl dd {
    margin: 20px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  #explain #sec04 dl dd div {
    font-size: 1.6rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    width: 100%;
  }
  #explain #sec04 dl {
    margin: 50px 0 0;
  }
  #explain #sec04 dl dd {
    font-size: 1.6rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    margin: 20px 0;
  }
  #explain #sec04 dl dd figure {
    width: 100%;
  }
  #explain #sec04 dl dd div.movie_title {
    margin: 10px 0;
  }
}
	
/*====================================================================================
■privacy policy & terms of use
====================================================================================*/

#privacy .sec {
  padding: 50px;
  background: #fff;
}

#privacy .sec h4 {
  font-size: 3rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;

  display: inline-block;
  margin: auto;
  position: relative;
}

#privacy .sec h4::after {
  content: "";
  display: block;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  width: 91px;
  height: 3px;
}
	

@media screen and (max-width:736px) {
  #privacy .sec {
    padding: 20px;
    margin: 30px 0;
}

}