@charset "utf-8";

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

#content {
  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;
}


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

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

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

#crumb {
  margin: 15px auto;
}

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

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

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

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

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

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


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

#pageTitle {
  width: 100%;
  background-color: #161616;
}


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

#pageTitle h2 {
  font-size: 2.3rem;
  font-weight: bold;
  padding: 20px 0;
  color: #f2f5f8;
  /*color: #0d0d0d;*/
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #f2f5f8;
}

#pageTitle h2 span {
  font-size: 1.6rem;
}

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

#pageTitle.gallery h2 {
  width: 100%;
  font-size: 4.2rem;
  font-weight: normal;
  color: #474757;
}

#pageTitle.gallery h2 span {
  display: inline-block;
  padding: 0 15px;
  font-size: 3.8rem;
  color: #f2f5f8;
  line-height: 50px;
  background-color: rgba(217, 153, 161, 0.85);
}

#pageTitle .pageTitle_jp {
  width: 70%;
padding-left: 15px;
}

#pageTitle .pageTitle_jp.about {
  width: 55%;
padding-left: 15px;
}

#pageTitle .pageTitle_jp .gallery {
  width: 78%;
padding-left: 15px;
}

#pageTitle .pageTitle_jp .news {
  width: 82%;
padding-left: 15px;
}

#pageTitle .pageTitle_jp.voice {
  width: 55%;
padding-left: 15px;
}

#pageTitle .pageTitle_jp.order {
  width: 60%;
padding-left: 15px;
}


#pageTitle .pageTitle_en {
  text-align: right;
  position: relative;
}

#pageTitle .pageTitle_en p {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.8rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  #pageTitle .pageTitle_jp {
    position: relative;
    width: 100%;
    height: 25vw;
    border-bottom: 1px solid #f2f5f8;
	padding-left: 0px;
  }
  #pageTitle .pageTitle_jp::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f5f8;
  }
  #pageTitle .pageTitle_jp h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    display: inline-block;
    text-align: left;
    line-height: 1;
    padding: 0 0 0 6.88vw;
    font-size: 1.8rem;
    border-bottom: none;
    line-height: 1.5;
  }

  #pageTitle .pageTitle_jp h2 span {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    font-weight: normal;
  }
  #pageTitle .pageTitle_en {
    text-align: left;
    width: 100%;
  }
  #pageTitle .pageTitle_en p {
    font-size: 2.0rem;
  }
  #pageTitle .pageTitle_jp.about {
    width: 100%;
	 padding-left: 0px;
  }
}


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

#pagenation {
  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;
  background: #EEE;
}

#pagenation ul li a:hover {
  background: #161616;
  color: #f2f5f8;
}

#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 #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#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: #161616;
  color: #f2f5f8;
}

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


/*.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: #f2f5f8;
	background: #92876c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.page_back a:hover {
	color: #f2f5f8;
}*/

@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;
  }
}


/*====================================================================================
■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 {
  padding: 50px 0;
  background: #666666;
}

#information .bloc:nth-child(2n) {
  background: #000;
}

#information .ttl {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f5f8;
}

#information .ttl2 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f5f8;
}

#information .ttl p, #information .ttl2 p {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0060bb;
  text-align: right;
}

#information .ttl dt {
  display: inline-block;
  background: #EEE;
  color: #000;
  font-size: 1.4rem;
  padding: 2px 10px;
  border-radius: 4px;
  border: 2px solid #000;
  margin-bottom: 5px;
  float: right;
  margin-right: 10px;
}

#information .ttl2 dt {
  display: inline-block;
  background: #fdede2;
  color: #000;
  font-size: 1.4rem;
  padding: 2px 10px;
  border-radius: 4px;
  border: 2px solid #000;
  margin-bottom: 5px;
  margin-right: 10px;
}

#information .ttl dd, #information .ttl2 dd {
  font-size: 1.8rem;
  font-weight: bold;
  overflow: auto;
}

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

#information .photo_wrapper {
  max-width: 300px;
  max-height: 300px;
  margin-right: 30px;
  float: left;
}

#information .photo_wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
  vertical-align: middle;
}

#information .photo_wrapper .photo_side {
  text-align: center;
}

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

#information .photo_wrapper .photo_side .scall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}

#information .comment {
  font-size: 1.6rem;
  line-height: 1.7;
  overflow: auto;
}

@media screen and (max-width: 736px) {
  #information .bloc {
    padding: 15px 4.16vw;
  }
  #information .ttl p, #information .ttl2 p {
    text-align: left;
  }
  #information .photo_wrapper {
    width: 100%;
    height: auto;
  }
  #information .ttl dt, information .ttl2 dt {
    float: none;
  }
  #information .bloc_ttl h3 {
    margin-left: 15px;
    margin-top: 15px;
  }
  #information .photo_wrapper, #information .photo_wrapper_l {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto 15px auto;
    float: none;
    text-align: center;
  }
}


/*====================================================================================
■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.jpg);
  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 #333;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

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

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

#contact .lead.point {
  margin-bottom: 30px;
  text-align: center;
  background: #474c4b;
  padding: 15px;
}

#contact .lead.point .lead_ttl p {
  font-size: 2.4rem;
}

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

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

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

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

#contact .lead.point > p {
  margin-left: 1.0em;
  text-indent: -1.0em;
  text-align: left;
}

#contact .lead.point .tel_wrap {
  margin-left: 0.5em;
  font-size: 2.4rem;
}

#a1_form {
  margin: 20px auto;
}

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

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

#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: #474c4b;
}

#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 30px 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: #161616;
  color: #f2f5f8;
  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: #999;
  color: #f2f5f8;
  font-size: 15px;
  width: 50px;
  text-align: center;
  border-radius: 3px;
}

#a1_form label {
  cursor: pointer;
}

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;
}

input[type="radio"] {
  vertical-align: top;
}

/* 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;
}

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

option {
  margin: 0 5px 0 0;
  background-color: #f2f5f8;
  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;
}

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

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

.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: #D82E2D;
  border: none;
  color: transparent;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  height: 60px;
  color: #f2f5f8;
  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: #333;
}

#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: #161616;
  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: #f2f5f8;
  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;
}

.pp {
  padding: 0px 20px;
  line-height: 1.8;
  height: 250px;
  overflow-y: scroll;
  margin: 30px 0 50px;
}

@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;
  }
  #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: #f2f5f8;
    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: #f2f5f8;
  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: #161616;
  color: #f2f5f8;
  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: #f2f5f8;
  margin-bottom: 15px;
  padding: 20px;
}

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

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

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

#recruit #sec02 {
  background-color: #f2f5f8;
  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: #161616;
}

#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 {
  line-height: 2;
  margin-bottom: 1em;
}

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

#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;
  }
}


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

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

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

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

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

#column .ttl dt {
  display: block;
  width: 120px;
  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: 400px;
  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 .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 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;
}


/*=========================================
･ Gallery list
=========================================*/

#gallery .category_lsit {
  width: 1000px;
  margin: 0 auto 70px;
  overflow: hidden;
}

#gallery .toggle {
  display: none;
}

#gallery .category_lsit li {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

#gallery .category_lsit li a {
  display: block;
  border: none;
  background: none;
  padding: 0;
  line-height: 1.5;
  color: #353543;
}

#gallery .category_lsit li a::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

#gallery .category_lsit li a:hover::before {
  background-color: rgba(255, 255, 255, 0.30);
}

#gallery .category_lsit li p {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.6rem;
}

#gallery .photo_wrapper {}

#gallery .photo_wrapper .col {
  position: relative;
  width: 300px;
  margin-bottom: 30px;
}

#gallery .photo_wrapper .col .tag {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #f2f5f8;
  padding: 0 10px;
}

#gallery .growth {
  background-color: #8fbf77;
}

#gallery .wedding {
  background-color: #cf8b94;
}

#gallery .maternity {
  background-color: #51b1b1;
}

#gallery .travel {
  background-color: #55a5d7;
}

@media screen and (max-width:736px) {
  #gallery {
    padding-top: 30px;
  }
  #gallery .switch {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #gallery .toggle {
    display: block;
    position: relative;
    background: #161616;
    color: #f2f5f8;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
  }
  #gallery .toggle::before, #gallery .toggle::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    background: #f2f5f8;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }
  #gallery .toggle::before {
    right: 11px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
  }
  #gallery .toggle::after {
    right: 20px;
    width: 2px;
    height: 20px;
    margin-top: -10px;
  }
  #gallery .toggle.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #gallery .toggle.active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #gallery .category_lsit {
    display: none;
    width: 100%;
  }
  #gallery .category_lsit li {
    margin-bottom: 0;
  }
  #gallery .photo_wrapper .col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  #gallery .photo_wrapper .col .tag {
    left: 15px;
  }
}


/*=========================================
･ Gallery detail
=========================================*/

#gallery.detail .photo_slider h3 {
  font-size: 3.3rem;
  color: #d999a1;
}

#gallery.detail .photo_slider {
  width: 1000px;
  margin: 0 auto 76px;
  padding: 0;
}

#gallery.detail .photo_slider .item-photo {
  margin: 0 0 40px;
}

#gallery.detail .photo_slider .item_wrap {
  width: 680px;
  height: 490px;
  position: relative;
  float: left;
}

#gallery.detail .photo_slider .slider_nav .prev {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 76px;
}

#gallery.detail .photo_slider .slider_nav .next {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 76px;
}

#gallery.detail .photo_slider #Target-img {
  text-align: center;
}

#gallery.detail .photo_slider #Target-img p {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 730px;
  height: 490px;
  overflow: hidden;
  position: relative;
}

#gallery.detail .photo_slider #Target-img p img {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 680px;
  height: auto;
  max-height: 490px;
}

#gallery.detail .photo_slider #Thumbs {
  width: 230px;
  float: right;
}

#Thumbs li {
  position: relative;
  height: 150px;
  background: #d5d5d5;
  margin: 0 0 21px;
}

#Thumbs li:last-child {
  margin-bottom: 0;
}

#Thumbs img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#gallery.detail .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#gallery.detail .wrapper .comment {
  width: 450px;
}

#gallery.detail .wrapper .comment h4 {
  position: relative;
  font-size: 1.6rem;
  color: #d999a1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#gallery.detail .wrapper .comment h4::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #d999a1;
}

#gallery.detail .wrapper .bloc+.bloc {
  margin-top: 40px;
}

#gallery.detail .wrapper .plan {
  width: 500px;
}

#gallery.detail .wrapper .plan .outer {
  padding: 34px 30px 37px;
  background-color: #f5f5fc;
}

#gallery.detail .wrapper .plan h4 {
  font-size: 2.1rem;
  color: #474757;
  line-height: 1;
  margin-bottom: 25px;
}

#gallery.detail .wrapper .plan table {
  width: 100%;
  border-top: 3px solid #787878;
}

#gallery.detail .wrapper .plan table th, #gallery.detail .wrapper .plan table td {
  border-bottom: 1px solid #787878;
  text-align: left;
  font-size: 1.6rem;
}

#gallery.detail .wrapper .plan table th {
  position: relative;
  width: 157px;
  padding: 10px 0;
  font-weight: bold;
}

#gallery.detail .wrapper .plan table th::after {
  position: absolute;
  content: ':';
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

#gallery.detail .wrapper .plan table tr:last-child th, #gallery.detail .wrapper .plan table tr:last-child td {
  border-width: 3px;
}

#gallery .works {
  padding: 30px 0;
  background-color: rgba(15, 15, 35, 0.9);
}

#gallery .works .bloc_ttl {
  margin-bottom: 30px;
}

#gallery .works h3 {
  line-height: 1;
  font-size: 2.7rem;
  font-weight: normal;
  color: #f2f5f8;
  padding-left: 20px;
  border-left: 1px solid #f2f5f8;
}

#gallery .works .btn a {
  display: block;
  width: 380px;
  border: 1px solid #acacb8;
  line-height: 50px;
  color: #f2f5f8;
  text-align: center;
  font-size: 1.6rem;
}

#gallery .works .btn.arrow a::before {
  display: none;
}

#gallery .works ul li {
  position: relative;
  text-align: center;
  color: #f2f5f8;
  margin-bottom: 20px;
}

#gallery .works ul li p {
  margin-top: 10px;
}

#gallery .works ul li a::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallery .works ul li a:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width:736px) {
  #gallery.detail .photo_slider {
    width: 100%;
    padding: 0 6.25vw;
    margin-bottom: 6.875vw;
  }
  #gallery.detail .photo_slider h3 {
    font-size: 2.0rem;
    margin-bottom: 5.83vw;
  }
  #gallery.detail .photo_slider .item_wrap {
    width: 100%;
    height: 72.91vw;
  }
  #gallery.detail .photo_slider #Target-img p {
    max-width: 100%;
    height: 72.91vw;
  }
  #gallery.detail .photo_slider #Target-img p img {
    max-width: 100%;
  }
  #gallery.detail .photo_slider .slider_nav .prev {
    width: 7.5vw;
    height: 15.83vw;
    left: -3.23vw;
  }
  #gallery.detail .photo_slider .slider_nav .next {
    width: 7.5vw;
    height: 15.83vw;
    right: -3.23vw;
  }
  #gallery.detail .photo_slider #Thumbs {
    display: none;
  }
  #gallery.detail .wrapper {
    width: 100%;
  }
  #gallery.detail .wrapper .comment {
    width: 100%;
    padding: 0 6.25vw 11.66vw;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #gallery.detail .wrapper .comment h4 {
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 2.5vw;
    margin-bottom: 2.39vw;
  }
  #gallery.detail .wrapper .bloc+.bloc {
    margin-top: 8.43vw;
  }
  #gallery.detail .wrapper .plan .outer {
    padding: 5.1vw 7.18vw;
  }
  #gallery.detail .wrapper .plan h4 {
    font-size: 1.6rem;
    margin-bottom: 3.02vw;
  }
  #gallery.detail .wrapper .plan table th {
    width: 28.125vw;
  }
  #gallery.detail .wrapper .plan table th, #gallery.detail .wrapper .plan table td {
    font-size: 3.64vw;
  }
  #gallery .works {
    position: relative;
    padding: 4.68vw 3.125vw;
  }
  #gallery .works .bloc_ttl {
    margin-bottom: 5.625vw;
  }
  #gallery .works h3 {
    position: absolute;
    top: -10vw;
    left: 3.125vw;
    font-size: 2.2rem;
    color: #272739;
    border-left: 1px solid #272739;
    padding-left: 3.125vw;
  }
  #gallery .works .btn {
    width: 100%;
  }
  #gallery .works .btn a {
    width: 100%;
    font-size: 3.90vw;
  }
  #gallery .works ul li {
    width: 44.79vw;
    margin-bottom: 4.16vw;
    text-align: left;
  }
  #gallery .works ul li p {
    font-size: 3.44vw;
    margin-top: 2.8vw;
  }
}


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

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

#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.png) 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: url(../project/images/sec02_bg.png) top center;
  height: 394px;
  margin-top: 60px;
}

#project #sec03 {
  background: url(../project/images/sec03_bg.png) top center;
  height: 335px;
}

#project #sec04 {
  background: url(../project/images/sec04_bg.png) top center;
  height: 353px;
}

#project #sec05 {
  background: url(../project/images/sec05_bg.png) top center;
  height: 664px;
}

#project #sec06 {
  background: url(../project/images/sec06_bg.png) top center;
  height: 333px;
}

#project #sec07 {
  background: url(../project/images/sec07_bg.png) top center;
  height: 323px;
}

#project #sec08 {
  background: url(../project/images/sec08_bg.png) top center;
  height: 354px;
}

#project .inner {
  width: 1202px;
  margin: auto;
  padding-top: 60px;
}

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

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

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

#project .wrapper-operation-list .lead {
  padding: 20px;
  margin-top: 70px;
  background: #f2f5f8;
  opacity: 0.8;
}

#project .wrapper-operation-list .lead p {
  font-size: 1.6rem;
  color: #5c5c5c;
}

#project .wrapper-lead .lead p {
  margin-top: 18px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #f2f5f8;
}

@media screen and (max-width: 736px) {
  /*
  #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: 10px;
  }
  #project .wrapper-operation-list .lead p {
    font-size: 1.4rem;
  }
}



/*====================================================================================
■Works
====================================================================================*/

#works .container::before {
  content: none;
}

#works .sec00 {
  background-color: #1F2325;
  background-position: center center;
  background-size: cover;
  padding: 0 15px;
}

#works .sec00 .pickup {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#works .sec00 .pickup li {
  width: 180px;
  border-bottom: solid 2px #616867;
  box-sizing: border-box;
}

#works .sec00 .pickup li {
  position: relative;
}

#works .sec00 .pickup li a {
  width: 100%;
}

#works .sec00 .pickup li a:hover {
  color: #e54746;
  text-decoration: none;
}

#works .sec00 .pickup li p {
  padding: 15px 0 5px;
  line-height: 2.0rem;
  font-size: 1.4rem;
}

#works .sec00 .pickup li p span {
  font-size: 2.0rem;
  color: #f2f5f8;
}

#works .sec00 .pickup li a:hover p::after {
  color: #e54746;
  text-decoration: none;
}

#works .sec00 .pickup li a:hover p span {
  color: #e54746;
  text-decoration: none;
}

#works .sec00 .pickup li p::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "∨";
  font-size: 1rem;
  color: #f2f5f8;
}

#works #sec01 {
  margin: 0 auto;
  padding: 0;
}

#works #sec01 .box {
  position: relative;
  background: #1F2325;
  padding: 15px;
  width: 330px;
  margin: 5px 5px 0 0;
}
#works #sec01 .box:last-child {
	margin-right: auto;
}
#works #sec01.container:before, .container:after {
  display: none;
}

#works #sec01 .box figure {
	position: relative;
  background: #000;
  width: 100%;
	height: 200px;
	overflow: hidden;
}

#works #sec01 .box figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 300px;
	max-height: 200px;
}
#works #sec01 .box dl {
  margin: 10px 0;
  border-top: 1px solid;
  padding-top: 10px
}

#works #sec01 .box dl dt {
  font-size: 1.8rem;
  padding: 5px 0 5px 30px;
  line-height: 1em;
}

#works #sec01 .box dl dt a {
}
#works #sec01 .box dl dt::before {
  display: block;
  position: absolute;
	top: 245px;
  left: 20px;;
  width: 20px;
  height: 5px;
  background: #ff3000;
  content: "";
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

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

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

#works #sec01 .box dl dt i {
  margin-right: 8px;
  font-size: 2rem;
}

#works #sec01 .box dl dd {
  margin: 10px
}

#works #sec01 .box dl dd div {
  margin: 10px 0 0;
}

#works #sec01 .box dl dd div span {
  width: 11em;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 1rem;
  border: 1px solid #929292;
  border-radius: 1rem;
  color: #929292;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 2rem;
  -webkit-transition: color .2s linear, border .2s linear;
  transition: color .2s linear, border .2s linear;
}

#works .btn.contact a {
  position: relative;
  width: 100%;
  border: 1px solid #f2f5f8;
  text-align: center;
  border-radius: 5px;
  line-height: 48px;
  font-size: 1.6rem;
  background-image: url("../service/images/icon_letter.png");
  background-repeat: no-repeat;
  background-position: center left 42%;
}

#works .btn.contact_re a {
  position: relative;
  width: 100%;
  border: 1px solid #f2f5f8;
  text-align: center;
  border-radius: 5px;
  line-height: 48px;
  font-size: 1.6rem;
  background-image: url("../service/images/icon_letter.png");
  background-repeat: no-repeat;
  background-position: center left 38%;
}


@media screen and (max-width: 736px) {
  #works .sec00 {
    padding: 0 0px;
  }
  #works .sec00 .pickup li {
    width: 100%;
  }
  #works .sec00 .container {
    padding: 0 6.15vw;
  }
  #works #sec01 .box {
    padding: 10px;
    width: 100vw;
    margin: 3vw !important;
  }
  #works #works_menu ul {
    height: auto !important;
    padding: 0px;
    width: 100vw;
    margin: 5vw 5px 0;
  }
  #works #works_menu li {
    width: 46vw;
    height: auto;
    margin: 0 0 1.57vw;
    padding: 0;
  }
  #works #works_menu li a {
    width: 46vw;
    height: 23.32vw;
  }
  #works #works_menu li a strong {
    top: 32%;
  }
  .container:before, .container:after {
    display: none;
  }
  #works #sec01 .box dl dd div span {
    width: 48%;
  }
}


/*====================================================================================
■Works detail
====================================================================================*/

#works.detail h3 {
  max-width: 1000px;
  margin: 20px auto 10px;
  font-size: 2.2rem;
  position: relative;
  padding-left: 35px;
}

#works.detail h3::before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 5px;
  background: #ff3000;
  content: "";
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

#works.detail h3 i {
  margin-right: 10px;
  font-size: 2.4rem;
}

#works.detail .slider {
  position: relative;
  max-width: 1000px;
  margin: 20px auto;
}

#works.detail .slider .slider-nav-wrap {
  position: relative;
}

#works.detail .slider .slider-nav-wrap .slider-nav .slick-list {
  padding: 0 !important;
}

#works.detail .slider .slider-nav-wrap .slider-nav .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}

#works.detail .slider .slider-nav-wrap .slider-nav .slick-slide {
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: .5;
  padding: 5px;
}

#works.detail .slick-slide {
  background: #000;
}

#works.detail .slider .slider-nav-wrap .slider-nav .slick-slide:hover {
  opacity: .5;
}

#works.detail .slider .slider-nav-wrap .slider-nav .slick-current {
  opacity: 1.0;
}

#works.detail .slider .slider-nav-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#works.detail .slider .slider-nav-wrap .slick-prev {
  right: 0;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #444444;
}

#works.detail .slider .slider-nav-wrap .slick-next {
  left: 0;
  border-width: 6px 12px 6px 0;
  border-color: transparent #444444 transparent transparent;
}

#works.detail .container {
  margin: auto;
}

#works.detail #sec01 {
  margin: 50px 0;
}

#works.detail #sec01 .col01, #works.detail #sec01 .col02 {

  width: 100%;
  background: #474c4b;
  padding: 20px;
}

#works.detail #sec01 .col01 dl dt {
  font-size: 2.0rem;
  border-bottom: #FFFFFF 3px solid;
  line-height: 1.5em;
  padding-bottom: 5px;
  margin: 0;
}

#works.detail #sec01 .col01 dl dd {
  margin: 15px 0 20px;
}

#works.detail #sec01 .col01 dl dd:last-child {
  margin-bottom: 0px;
}

#works.detail #sec01 .col02 {
  background: #474c4b;
	margin-top: 30px;
}

#works.detail #sec01 .col02 h4 {
  color: #f2f5f8;
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 1px solid #f2f5f8;
  margin-bottom: 15px;
}

#works.detail #sec01 .col02 dt {

  width: 15%;
  background: #000;
  margin-bottom: 2px;
  text-align: center;
  padding: 15px;
}

#works.detail #sec01 .col02 dt .fa {
  display: block;
}

#works.detail #sec01 .col02 dd {
  width: 84%;
  margin-bottom: 2px;
  background-color: 
#616867;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

#works .btn.contact a:hover {
  background-image: url("../service/images/icon_letter_h.png");
	background-color: #f2f5f8; 
  color: #161616;
}

#works .btn.contact a:hover::after {
  border-right: 2px solid #161616;
  border-bottom: 2px solid #161616;
}

#works .btn.contact_re a:hover {
  background-image: url("../service/images/icon_letter_h.png");
	background-color: #f2f5f8; 
  color: #161616;
}

#works .btn.contact_re a:hover::after {
  border-right: 2px solid #161616;
  border-bottom: 2px solid #161616;
}

@media (min-width: 768px) {
  #works.detail .slider .slider-for {
    /*float: left;*/
    width: 74%;
  }
  #works.detail .slider .slider-nav-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24.3%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
  }
  #works.detail .slider-for .slick-slide {
    position: relative;
    width: 740px;
    height: 430px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #works.detail .slider .slider-nav-wrap .slider-nav {
    overflow: hidden;
    height: 100%;
  }
  #works.detail .slider .slider-nav-wrap .slider-nav .slick-list {
    padding: 0 0 !important;
  }
  #works.detail .slider .slider-nav-wrap .slider-nav .slick-track {
    left: 0 !important;
  }
  #works.detail .slider .slider-nav-wrap .slider-nav .slick-slide {
    padding: 0;
    width: 243px;
    height: 142px;
    margin-bottom: 2px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #works.detail .slider .slider-nav-wrap .slider-nav .slick-slide img {
    max-height: 100%;
  }
  #works.detail .slider .slider-nav-wrap .slick-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #works.detail .slider .slider-nav-wrap .slick-prev {
    top: auto;
    bottom: -2em;
    border-width: 18px 9px 0 9px;
    border-color: #ccd1dc transparent transparent transparent;
  }
  #works.detail .slider .slider-nav-wrap .slick-next {
    top: -2em;
    border-width: 0 9px 18px 9px;
    border-color: transparent transparent #ccd1dc transparent;
  }
}

@media screen and (max-width: 736px) {
  #works.detail h3 {
    text-align: center;
    line-height: 1.4em;
    margin: 50px auto 0px;
    font-size: 2rem;
  }
  #works.detail .slider {
    position: relative;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 10px;
  }
  #works.detail .slider-for .slick-slide {
    position: relative;
    width: 93.75vw;
    height: 54.6875vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #works.detail .slider .slider-nav-wrap {
    position: relative;
    margin: 5px auto 0;
    width: 90%;
  }
  #works.detail .slider .slider-nav-wrap .slider-nav .slick-slide {
    height: 14.375vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #works.detail .slider .slider-nav-wrap .slick-next {
    left: -1em;
    border-width: 6px 12px 6px 0;
    border-color: transparent #ccd1dc transparent transparent;
  }
  #works.detail .slider .slider-nav-wrap .slick-prev {
    right: -1em;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #ccd1dc;
  }
  #works.detail #sec01 {
    margin: 20px 0;
  }
  #works.detail #sec01 .col01, #works.detail #sec01 .col02 {
    width: 100%;
    background: #474c4b;
    padding: 20px;
    margin: 10px;
  }
  #works .btn.contact a {
    width: 85vw;
	background-position: center left 25%;
  }

	  #works .btn.contact_re a {
    width: 85vw;
	background-position: center left 21%;
  }
}




/*====================================================================================
■company
====================================================================================*/

#company .sec00 {
    background-color: #1F2325;
    background-position: center center;
    background-size: cover;
}

/*=========
アクセス情報を削除した場合の数値
↓アクセス情報を戻す場合は「padding: 0 15px;」に修正すること
=========*/
#company .sec00 .container{
	padding: 0 180px;
}


#company .sec00 .pickup {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#company .sec00 .pickup li {
	position: relative;
    width: 180px;
    border-bottom: solid 2px #616867;
    box-sizing: border-box;
}
#company .sec00 .pickup li a {
	display: block;
	width: 100%;
}
#company .sec00 .pickup li a:hover {
	color: #e54746;
	text-decoration: none;
}
#company .sec00 .pickup li p {
    padding: 15px 0 5px;
    line-height: 2.0rem;
    font-size: 1.4rem;
}
#company .sec00 .pickup li p span {
    font-size: 2.0rem;
}
#company .sec00 .pickup li a:hover p::after {
    color: #e54746;
    text-decoration: none;
}
#company .sec00 .pickup li p::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "∨";
    font-size: 1rem;
    color: #f2f5f8;
}
#company #company_profile, #company #access, #company #history {
    margin-top: -80px;
    padding-top: 80px;
}
#company .bloc {
  padding: 50px 0;
  background: #161616;
}

#company .ttl h3 {
  font-size: 2.3rem;
  color: #f2f5f8;
}

#company .ttl .wrapper_title {
  padding-left: 15px;
}

#company .ttl .wrapper_title.company h3 {
  width: 14%;
}

#company .ttl .wrapper_title.access h3 {
  width: 36%;
}

#company .ttl .wrapper_title.history h3 {
  width: 8%;
}

#company .ttl .wrapper_title.exhibition h3 {
  width: 17%;
}

#company .ttl p.sub_title {
  margin-top: 20px;
  padding-left: 10px;
  color: #f2f5f8;
  border-top: solid 1px #474c4b;
  box-sizing: border-box;
}

#company .ttl .wrapper_title.company p.sub_title {
  width: 86%;
}

#company .ttl .wrapper_title.access p.sub_title {
  width: 64%;
}

#company .ttl .wrapper_title.history p.sub_title {
  width: 92%;
}

#company .ttl .wrapper_title.exhibition p.sub_title {
  width: 83%;
}

#company .wrapper_access_txt {
  margin-top: 2%;
  margin-bottom: 2%;
padding-left: 5%;
}

#company .wrapper_access_txt p {
  font-size: 1.6rem;
}

#company .history_ttl {
	position: relative;
	background: #1F2325;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 15px 30px 15px 100px;
	margin-top: 30px;
	cursor: pointer;
}

#company .history_ttl::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	width: 80px;
	height: 4px;
	background-color: #D82E2D;
}

#company .toggle_history {
	background: #474c4b;
	padding-bottom: 30px;
	display: none;
}
#company .history_list {
	padding-top: 5%;
}
#company .exhibition_list .history_list {
	padding-top: 0;
}
#company .exhibition_list .history_list dt {
    position: relative;
    background: #1F2325;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 15px 30px 15px 100px;
	line-height: inherit;
	cursor: pointer;
	margin-top: 30px;
}
#company .exhibition_list .history_list dt::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #D82E2D;
}
#company .exhibition_list .history_list dd {
	display: none;
	background: #474c4b;
	padding: 30px 0;
}
#company .exhibition_list .history_list dd ul.list li:first-child {
	margin-top: 0;
}

#company .exhibition_list .history_list dt span,
#company .history_ttl span {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}

#company .exhibition_list .history_list dt span::before,
#company .exhibition_list .history_list dt span::after,
#company .history_ttl span::before,
#company .history_ttl span::after {
	position: absolute;
	content: '';
	display: block;
	background: #D82E2D;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

#company .exhibition_list .history_list dt span::before,
#company .history_ttl span::before {
	top: 50%;
	margin-top: -2px;
	width: 100%;
	height: 4px;
}

#company .exhibition_list .history_list dt span::after,
#company .history_ttl span::after {
	top: 0;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 100%;
}

#company .exhibition_list .history_list dt.active span::before,
#company .history_ttl.active span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#company .exhibition_list .history_list dt.active span::after,
#company .history_ttl.active span::after {
	top: 1px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}


#company ul.list li {
	margin: 0 30px;
  padding: 2% 5%;
  border-top: solid 1px #f2f5f8;
}

#company ul.list li {
  padding: 2% 5%;
}

#company .bloc ul.list li {
}

#company .bloc2 ul.list li {
}

#company ul.list li:first-child {
  margin-top: 2%;
}

#company ul.list p {
  color: #f2f5f8;
  font-size: 1.6rem;
}

#company ul.list p:first-child {
  width: 18%;
}

#company ul.list p:nth-child(3) {
  width: 75%;
  padding-left: 9%;
  box-sizing: border-box;
}

#company ul.list div {
  width: 5%;
  height: 1px;
  box-sizing: border-box;
}

#company .bloc ul.list div {
  border-top: solid 2px #D82E2D;
}

#company .bloc2 ul.list div {
  border-top: solid 2px #D82E2D;
}

#company .bloc2 {
  padding: 50px 0;
  background: #161616;
  color: #f2f5f8;
}

#company .bloc2 .map_bloc{
	margin-bottom: 20px;
}

#company .bloc2 .map_bloc iframe {
	width: 100%;
}

#company .bloc2 .access_txt p:first-child {
  width: 30%;
}

#company .wrapper_bnr {
  width: 370px;
  padding-right: 15px;
}

#company .wrapper_bnr .btn.contact a {
  position: relative;
  width: 100%;
  border: 1px solid #f2f5f8;
  text-align: center;
  border-radius: 5px;
  line-height: 48px;
  font-size: 1.6rem;
}
#company .wrapper_bnr .btn.contact a:hover {
	background: #f2f5f8;
	color: #000;
}
#company .wrapper_bnr .btn.arrow a:hover::after {
	  border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

#company dl.history_list2 {
	padding: 0 30px;
}
#company dl.history_list2 dt{
	position: relative;
	float: left;
  font-size: 2rem;
	padding: 2% 0;
	width: 14%;
}
#company dl.history_list2 dt::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 42px;
	height: 2px;
	background: #D82E2D;
}
#company dl.history_list2 dd{
	padding:2% 5% 2% 17%;
	border-bottom: 1px solid #f2f5f8;
	line-height: 1.5;
}
#company dl.history_list dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6rem;
  color: #f2f5f8;
	padding-left: 30px;
}

#company ul.list.company li:last-child {
  border-bottom: solid 1px #f2f5f8;
}

#company dl.history_list dd:nth-child(n + 3) ul.history.list li {
  margin-top: 0;
}

#company .bloc dl.history_list dd li:last-child {
  border-bottom: solid 1px #f2f5f8;
}

#company .bloc2 dl.history_list dd li:last-child {
  border-bottom: solid 1px #f2f5f8;
}

@media screen and (max-width: 736px) {
  #company .bloc {
    padding: 15px 0vw;
  }
  #company .bloc2 {
    padding: 15px 0vw;
  }
#company .ttl .wrapper_title {
  padding-left: 4.16vw;
}
  #company .ttl .wrapper_title.company h3 {
    width: 35%;
  }
  #company .ttl .wrapper_title.access h3 {
    width: 55%;
  }
  #company .ttl .wrapper_title.history h3 {
    width: 17%;
  }
  #company .ttl .wrapper_title.exhibition h3 {
    width: 40%;
  }
  #company .ttl .wrapper_title.company p.sub_title {
    width: 65%;
  }
  #company .ttl .wrapper_title.access p.sub_title {
    width: 45%;
  }
  #company .ttl .wrapper_title.history p.sub_title {
    width: 83%;
  }
  #company .ttl .wrapper_title.exhibition p.sub_title {
    width: 60%;
  }

  #company ul.list.company li {
    padding: 4% 4.16vw;
	margin: 0 0;
  }
  #company ul.list.history li {
    padding: 2% 3%;
	margin: 0 0;
  }
  #company ul.list p {
    font-size: 1.4rem;
  }
  #company ul.list p:first-child {
    width: 23%;
  }
  #company ul.list p:nth-child(3) {
    width: 72%;
    padding-left: 6%;
  }
  #company dl dd ul.list p:first-child {
    width: 15%;
  }
  #company dl dd ul.list p:nth-child(3) {
    width: 80%;
    padding-left: 6%;
  }

  #company .bloc2 .access_txt p:first-child {
    width: 100%;
  }
  #company .wrapper_access_txt {
  padding-left: 7.16vw;
  }
	
  #company .wrapper_access_txt p {
    font-size: 1.4rem;
  }
  #company .map_bloc iframe {
    width: 100%;
    height: 250px;
  }
  #company dl.history_list dt {
    margin-top: 25px;
	margin-bottom: 10px;
  }
  #company dl.history_list2 {
    padding: 0px 0px;
  }
  #company dl.history_list2 dt {
    padding: 2% 0% 2% 3%;
	width: 22%;
	font-size: 1.4rem;
  }
  #company dl.history_list2 dd {
    padding: 4% 3% 4% 27%;
  }
  #company dl.history_list2 dt::after {
	width: 20%;
  }
	
  #company .history_ttl {
	padding: 15px 30px 15px 60px;
  }
  #company .history_ttl::before {
	width: 40px;
  }
	
  #company .exhibition_list .history_list dt {
	padding: 15px 30px 15px 60px;
  }
  #company .exhibition_list .history_list dt::before{
	width: 40px;
  }
#company .sec00 .container{
	padding: 0;
}
  #company .sec00 .pickup {
	padding: 0 6.15vw;
	margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #company .sec00 .pickup li {
    width: 100%;
  }
  #company .wrapper_bnr {
    padding-right: 0px;
  }
}


/*====================================================================================
■service
====================================================================================*/

#service .container {
  position: relative;
}

#service .btn.more {
  width: 288px;
}

#service .btn.more.arrow:nth-of-type(2) {
  margin-top: 10px;
}

#service .btn.more a {
  display: block;
  padding: 10px;
  border: 1px solid #e54746;
  border-radius: 5px;
  color: #e54746;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-align: center;
}

#service .btn.arrow a::after {
  margin-left: 0.5rem;
}

#service .btn.more.arrow a::after {
  border-right: 1px solid #e54746;
  border-bottom: 1px solid #e54746;
}
#service .sec02 .btn.more.arrow a::after,
#service .sec03 .btn.more.arrow a::after,
#service .sec04 .btn.more.arrow a::after {
	right: 10px;
}


#service .btn.more a:hover {
  display: block;
  border: 1px solid #e54746;
  background-color: #e54746;
  color: #f2f5f8;
  line-height: 2.8rem;
  text-align: center;
}

#service .btn.more.arrow a:hover::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#service .thumbnail_list {
  margin-bottom: 40px;
}

#service .thumbnail_list .bloc_ttl {
  padding: 20px 0 20px;
  font-size: 2.6rem;
  background-color: #1F2325;
  text-align: center;
  font-weight: normal;
}

#service .thumbnail_list .bloc_ttl.strength {
  padding-top: 0;
}

#service .thumbnail_list .bloc_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: #e54746;
  width: 3px;
  height: 18px;
  top: 0;
  left: 50%;
  transform: translateX(50%);
}

#service .thumbnail_list .bloc_ttl .num {
  font-size: 4.0rem;
  font-weight: bold;
}

#service .thumbnail_list .list_block {
  margin-top: 7px;
  padding: 23px;
  background-color: #1F2325;
}

#service .thumbnail_list .list_block.strength {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}

#service .thumbnail_list .list_block ul li {
  width: 49.5%;
}

#service .thumbnail_list .list_block.strength ul li {
  width: 45%;
}

#service .thumbnail_list .list_block ul li:nth-child(n + 3) {
  margin-top: 25px;
}

#service .thumbnail_list .list_block ul li p {
  margin-top: 15px;
}

#service .thumbnail_list .list_block ul li p:first-of-type {
  font-size: 2.2rem;
}

#service .thumbnail_list .list_block ul li figure {
  padding-bottom: 20px;
  border-bottom: solid 1px #616867;
}

#service .thumbnail_list .list_block ul li figure span {
  font-size: 5.8rem;
  color: #d24241;
  font-weight: bold;
}


#service .thumbnail_list_order {
 margin-bottom: 50px;
 margin-top: 50px;
}

#service .thumbnail_list_order .bloc_ttl {
  padding: 20px 0 20px;
  font-size: 2.6rem;
  background-color: #1F2325;
  text-align: center;
  font-weight: normal;
}

#service .thumbnail_list_order .bloc_ttl.strength {
  padding-top: 0;
}

#service .thumbnail_list_order .bloc_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: #e54746;
  width: 3px;
  height: 18px;
  top: 0;
  left: 50%;
  transform: translateX(50%);
}

#service .thumbnail_list_order .bloc_ttl .num {
  font-size: 4.0rem;
  font-weight: bold;
}

#service .thumbnail_list_order .list_block {
  margin-top: 7px;
  padding: 23px;
  background-color: #1F2325;
}

#service .thumbnail_list .list_block h2:first-of-type {
  font-size: 2rem;
  padding-bottom: 15px;
}

#service .thumbnail_list_order .list_block h2 {
  font-size: 1.8rem;
  padding-top: 10px;
  padding-bottom: 30px;
}


#service .thumbnail_list_order .list_block.strength {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}

#service .thumbnail_list_order .list_block ul li {
  width: 31.5%;
}

#service .thumbnail_list_order .list_block.strength ul li {
  width: 25%;
}

#service .thumbnail_list_order .list_block ul li:nth-child(n + 3) {
  margin-top: 0px;
}

#service .thumbnail_list_order .list_block ul li p {
  margin-top: 15px;
}

#service .thumbnail_list_order .list_block ul li p:first-of-type {
  font-size: 2.2rem;
}

#service .thumbnail_list_order .list_block ul li figure {
  padding-bottom: 20px;
  border-bottom: solid 1px #616867;
}

#service .thumbnail_list_order .list_block ul li figure span {
  font-size: 5.8rem;
  color: #d24241;
  font-weight: bold;
}

#service .thumbnail_list .list_block.strength .block_btn {
  position: absolute;
  bottom: 20%;
  right: 10%;
}

#service .thumbnail_list .list_block.strength .block_btn .btn.more.contact a {
  color: #f2f5f8;
  border: solid 1px #f2f5f8;
}

#service .thumbnail_list .list_block.strength .block_btn .btn.more.contact a::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#service .thumbnail_list .list_block.strength .block_btn .btn.more.contact a:hover::after{
  border-right: 1px solid #161616;
  border-bottom: 1px solid #161616;
}

#service .thumbnail_list .list_block.strength .block_btn .btn.more.contact a {
  background-image: url("../service/images/icon_letter.png");
  background-repeat: no-repeat;
  background-position: center left 23%;
}

#service .thumbnail_list .list_block.strength .block_btn .btn.more.contact a:hover {
  background-image: url("../service/images/icon_letter_h.png");
  background-color: #f2f5f8;
  color: #161616;
}

#service .thumbnail_list .list_block .btn {
  margin-top: 25px;
  margin-left: 0px;
}

#service #art-form, #service #special-suit, #service #digital-shaping, #service #robot, #service #mass-production {
  margin-top: -80px;
  padding-top: 80px;
}

#service .sec01 {
  background-color: #1F2325;
  background-position: center center;
  background-size: cover;
}

#service .sec01 .container{
  padding: 0 15px;
}

#service .sec01 .pickup {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#service .sec01 .pickup li {
  width: 180px;
  border-bottom: solid 2px #616867;
  box-sizing: border-box;
}

#service .sec01 .pickup li {
  position: relative;
}

#service .sec01 .pickup li a {
  width: 100%;
}

#service .sec01 .pickup li p {
  padding: 15px 0 5px;
  line-height: 2.0rem;
  font-size: 1.4rem;
}

#service .sec01 .pickup li p span {
  font-size: 2.0rem;
  color: #f2f5f8;
}

#service .sec01 .pickup li a:hover, #service .sec01 .pickup li a:hover p::after, #service .sec01 .pickup li a:hover p span {
  color: #e54746;
  text-decoration: none;
}

#service .sec01 .pickup li p::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "∨";
  font-size: 1rem;
  color: #f2f5f8;
}

#service .sec02 .container {
  position: relative;
padding: 0 15px;
}

#service .sec02 .container .wrapper_description {
  position: relative;
  top: -33px;
  left: 0;
}

#service .bloc_ttl h3 {
  font-size: 3.8rem;
  font-weight: bold;
}

#service .bloc_ttl span:first-of-type {
  color: #e54746;
  font-weight: normal;
}

#service .bloc_ttl span:nth-of-type(2) {
  color: #474c4b;
  font-size: 1.4rem;
}

#service .container .wrapper_description .bloc_description p {
  width: 62%;
  padding-left: 20px;
}

#service .container .wrapper_description .block_btn {
  width: 36%;
}

#service .block_btn .btn.more {
  margin-left: auto;
}

#service figure.bloc_img {
 text-align: center;
  }

@media screen and (max-width: 736px) {
  #service figure.bloc_img {
    text-align: center;
    overflow: hidden;
    width: 100%;
  }
  #service figure.bloc_img img {
    position: relative;
    display: block;
    max-width: none;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
  }
  #service #art-form, #service #special-suit, #service #digital-shaping, #service #robot, #service #mass-production {
    margin-top: -25vw;
    padding-top: 25vw;
  }
  #service .btn.more {
    width: 100%;
  }
  #service .btn.arrow a::after {
    margin-left: 0.1rem;
  }
  #service .thumbnail_list .list_block .btn {
    margin-left: 0;
  }
  #service .container {
    padding: 0 0px;
  }
  #service .bloc_ttl h3 {
    font-size: 3.8rem;
	line-height: 50px;
	 margin-bottom: 20px;
  }
  #service .container .wrapper_description .bloc_description p {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
  }
  #service .sec01 .container{
  padding: 0 6.15vw;
  }
  #service .sec01 .pickup li {
    width: 100%;
  }
  #service .sec02 .container .wrapper_description {
    top: -18px;
  }
  #service .container .wrapper_description .block_btn {
    width: 100%;
	margin-top: 25px;
  }
  #service .thumbnail_list {
    margin-bottom: 10px;
  }
  #service .thumbnail_list .list_block ul li {
    width: 100%;
  }
  #service .thumbnail_list .list_block ul li:nth-child(n+2) {
    margin-top: 25px;
  }
  #service .thumbnail_list .list_block img {
    height: auto;
  }
  #service .thumbnail_list .bloc_ttl {
    line-height: 2.6rem;
	padding: 20px 23px 20px
  }
  #service .thumbnail_list .bloc_ttl.strength {
    padding-top: 15px;
    line-height: 3.8rem;
  }

  #service .thumbnail_list .list_block.strength ul li {
    width: 100%;
  }
  #service .thumbnail_list .list_block ul li figure span {
    font-size: 4.8rem;
  }
  #service .thumbnail_list .list_block ul li figure {
    text-align: center;
  }
  #service .thumbnail_list .list_block.strength figure img {
    width: 75%;
  }
  #service .thumbnail_list .list_block ul li span {
    line-height: 2.0rem;
  }
  #service .thumbnail_list .list_block ul li p {
    margin-top: 10px;
  }
  #service .thumbnail_list .list_block ul li p:first-of-type {
    font-size: 1.9rem;
  }
  #service .thumbnail_list .list_block.strength {
    padding: 10px 6.15vw;
	margin-bottom: 40px;
  }
  #service .thumbnail_list .list_block .btn.contact a {
    color: #f2f5f8;
    border: solid 1px #f2f5f8;
    background-image: url("../service/images/icon_letter.png");
    background-repeat: no-repeat;
    background-position: center left 23%;
  }
  #service .thumbnail_list .list_block .btn.contact a::after {
    border-right: 1px solid #f2f5f8;
    ;
    border-bottom: 1px solid #f2f5f8;
    ;
  }
  #service .thumbnail_list .list_block .btn.contact a:hover {
	background-image: url("../service/images/icon_letter_h.png");
    background-color: #f2f5f8;
    color: #161616;
  }


	
 #service .thumbnail_list_order {
    margin-bottom: 10px;
  }
  #service .thumbnail_list_order .list_block ul li {
    width: 100%;
  }
  #service .thumbnail_list_order .list_block ul li:nth-child(n+2) {
    margin-top: 25px;
  }
  #service .thumbnail_list_order .list_block img {
    height: auto;
  }
  #service .thumbnail_list_order .bloc_ttl {
    line-height: 2.6rem;
	padding: 20px 23px 20px
  }
  #service .thumbnail_list_order .bloc_ttl.strength {
    padding-top: 15px;
    line-height: 3.8rem;
  }
	
  #service .thumbnail_list_order .list_block.strength ul li {
    width: 100%;
  }
  #service .thumbnail_list_order .list_block ul li figure span {
    font-size: 4.8rem;
  }
  #service .thumbnail_list_order .list_block ul li figure {
    text-align: center;
  }
  #service .thumbnail_list_order .list_block.strength figure img {
    width: 75%;
  }
  #service .thumbnail_list_order .list_block ul li span {
    line-height: 2.0rem;
  }
  #service .thumbnail_list_order .list_block ul li p {
    margin-top: 10px;
  }
  #service .thumbnail_list_order .list_block ul li p:first-of-type {
    font-size: 1.9rem;
  }
  #service .thumbnail_list_order .list_block.strength {
    padding: 10px 6.15vw;
	margin-bottom: 40px;
  }
  #service .thumbnail_list_order .list_block .btn.contact a {
    color: #f2f5f8;
    border: solid 1px #f2f5f8;
    background-image: url("../service/images/icon_letter.png");
    background-repeat: no-repeat;
    background-position: center left 23%;
  }
  #service .thumbnail_list_order .list_block .btn.contact a::after {
    border-right: 1px solid #f2f5f8;
    ;
    border-bottom: 1px solid #f2f5f8;
    ;
  }
  #service .thumbnail_list_order .list_block .btn.contact a:hover {
	background-image: url("../service/images/icon_letter_h.png");
    background-color: #f2f5f8;
    color: #161616;
  }
	
}


/*====================================================================================
■Flow
====================================================================================*/

#flow .sec {
  margin: 3% auto 7.5%;
		padding-top: 50px;
  margin-top: -50px;
}

#flow #sec01 {
  position: relative;
  background-color: #1F2325;
  padding: 40px 0px;
  margin-bottom: 20px;
}

#flow #sec01 .container{
  padding: 0px 15px;
}

#flow #sec01 h2 {
  color: #b98c56;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #907148;
  line-height: 1.3;
  margin-bottom: 28px;
}

#flow #sec01 p {
  /*padding-left: 200px;*/
  color: #f2f5f8;
  line-height: 2;
padding: 0 10px;
}

#flow .sec00 {
  background-color: #1F2325;
  background-position: center center;
  background-size: cover;
}

#flow .sec00 .container{
  padding: 0 15px;
}

#flow .sec00 .pickup {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#flow .sec00 .pickup li {
  width: 180px;
  border-bottom: solid 2px #616867;
  box-sizing: border-box;
}

#flow .sec00 .pickup li {
  position: relative;
}

#flow .sec00 .pickup li a {
  width: 100%;
}

#flow .sec00 .pickup li a:hover {
  color: #e54746;
  text-decoration: none;
}

#flow .sec00 .pickup li p {
  padding: 15px 0 5px;
  line-height: 2.0rem;
  font-size: 1.4rem;
}

#flow .sec00 .pickup li p span {
  font-size: 2.0rem;
  color: #f2f5f8;
}

#flow .sec00 .pickup li a:hover p::after {
  color: #e54746;
  text-decoration: none;
}

#flow .sec00 .pickup li a:hover p span {
  color: #e54746;
  text-decoration: none;
}

#flow .sec00 .pickup li p::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "∨";
  font-size: 1rem;
  color: #f2f5f8;
}

#flow #slidetoggle_menu dd {
  display: none;
}

#flow .toggle_dl dt em {
	position: absolute;
	display: block;
	top: 50%;
	right: 2%;
	width: 27px;
	height: 27px;
	margin-top: -14px;
}
#flow .toggle_dl dt em:before,
#flow .toggle_dl dt em:after {
	position: absolute;
  content: "";
	display: block;
	background: #e54746;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
#flow .toggle_dl dt em:before {
  top: 50%;
  left: 0;
	width: 100%;
	height: 4px;
	margin-top: 0;
}
#flow .toggle_dl dt em:after {
	top: 50%;
  left: 50%;
	width: 4px;
	height: 100%;
	margin-left: -1px;
}
#flow .toggle_dl dt.active em:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#flow .toggle_dl dt.active em:after {
	top: 1px;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

#flow .toggle_dl dt em.active:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#flow .toggle_dl dt em.active:after {
	top: 1px;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}


#flow .toggle_dl dt {
  position: relative;
  cursor: pointer;
  font-size: 2.5rem;
}

#flow .toggle_dl dt span {
  font-size: 1.5rem;
  padding-left: 0.5em;
}

#flow .toggle_dl dt div {
  position: relative;
  background: #474c4b;
  padding-left: 120px;
  height: 3em;
  line-height: 3em;
  font-weight: bold;
}

#flow .toggle_dl dt div:before {
  background: #d82e2d;
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}

#flow .toggle_dl dd {
  font-size: 1.5rem;
}

#flow .toggle_dl dd strong {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: #FFF solid 1px;
  padding: 0 3% 1% 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 1%
}

#flow .toggle_dl dd strong span {
font-size: 3rem;
}

#flow .toggle_dl dd.fuki ol {}

#flow .toggle_dl dd.fuki ol li {
  position: relative;
  background: #1F2325;
  padding: 3%;
  margin-left: 7%;
}

#flow #sec02, #flow #sec03, #flow #sec04, #flow #sec05, #flow #sec06 {
  counter-reset: number 0;
}

#flow #sec02 {

}

#flow .toggle_dl dd.fuki ol li:before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number, decimal-leading-zero);
  /* 表示形式を指定 */
  position: absolute;
  left: -5%;
  top: 32px;
  /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
  font-size: 5rem;
  line-height: 1em;
  font-weight: bold;
}

#flow .toggle_dl dd.fuki ol li:nth-child(2), #flow .toggle_dl dd.fuki ol li:nth-child(4), #flow .toggle_dl dd.fuki ol li:nth-child(6), #flow .toggle_dl dd.fuki ol li:nth-child(8), #flow .toggle_dl dd.fuki ol li:nth-child(10) {
  background: #474c4b;
}

#flow .toggle_dl dd.fuki ol li:nth-child(2):after, #flow .toggle_dl dd.fuki ol li:nth-child(4):after, #flow .toggle_dl dd.fuki ol li:nth-child(6):after, #flow .toggle_dl dd.fuki ol li:nth-child(8):after, #flow .toggle_dl dd.fuki ol li:nth-child(10):after {
  border-top-color: #474c4b;
}

#flow .toggle_dl dd.fuki ol li:nth-child(3), #flow .toggle_dl dd.fuki ol li:nth-child(5),#flow .toggle_dl dd.fuki ol li:nth-child(7),  #flow .toggle_dl dd.fuki ol li:nth-child(11) {
  background: #616867;
}

#flow .toggle_dl dd.fuki ol li:nth-child(3):after, #flow .toggle_dl dd.fuki ol li:nth-child(5):after, #flow .toggle_dl dd.fuki ol li:nth-child(7):after, #flow .toggle_dl dd.fuki ol li:nth-child(11):after{
  border-top-color: #616867;
}

#flow #sec04 .toggle_dl dd.fuki ol li:nth-child(8) {
  background: #1F2325;
}

#flow #sec04 .toggle_dl dd.fuki ol li:nth-child(8):after {
  border-top-color: #1F2325;
}

#flow #sec04 .toggle_dl dd.fuki ol li:nth-child(9) {
  background: #616867;
}

#flow #sec04 .toggle_dl dd.fuki ol li:nth-child(9):after {
  border-top-color: #616867;
}

#flow .toggle_dl dd.fuki ol li:last-of-type:after {
  border: none;
}

#flow .toggle_dl dd.fuki ol li:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(39, 41, 47, 0);
  border-top-color: #1F2325;
  border-width: 30px;
  margin-left: -30px;
  Z-INDEX: 10;
}

#flow .btn.contact a {
  position: relative;
  width: 100%;
  border: 1px solid #f2f5f8;
  text-align: center;
  border-radius: 5px;
  line-height: 48px;
  font-size: 1.6rem;
  margin: 5% auto;
  background-image: url("../service/images/icon_letter.png");
  background-repeat: no-repeat;
  background-position: center left 23%;
}

#flow .btn.contact a:hover {
  background-image: url("../service/images/icon_letter_h.png");
	background-color: #f2f5f8; 
  color: #161616;
}

#flow .btn.contact a:hover::after {
  border-right: 2px solid #161616;
  border-bottom: 2px solid #161616;
}

#flow .fuki { position: relative;}

#flow .fuki .contact .btn.contact a {
  position: absolute;
  width: 300px;
		bottom: 0;
		right: 30px;
}

#flow .btn.contact_under a {
  position: relative;
  width: 100%;
  border: 1px solid #f2f5f8;
  text-align: center;
  border-radius: 5px;
  line-height: 48px;
  font-size: 1.6rem;
  margin: 5% auto;
  background-image: url("../service/images/icon_letter.png");
  background-repeat: no-repeat;
  background-position: center left 42%;
}

#flow .btn.contact_under a:hover {
  background-image: url("../service/images/icon_letter_h.png");
	background-color: #f2f5f8; 
  color: #161616;
}

#flow .btn.contact_under a:hover::after {
  border-right: 2px solid #161616;
  border-bottom: 2px solid #161616;
}

@media screen and (max-width: 736px) {
  #flow .toggle_dl dt {
    font-size: 2.3rem;
  }
  #flow .sec00 .container{
    padding: 0 0px;
  }
  #flow #sec01 .container{
    padding: 0 5vw;
  }
  .container:before, .container:after {
    display: none;
  }
  #flow .toggle_dl dt div:before {
    width: 6vw;
    height: 4px;
  }
  #flow .toggle_dl dt div {
    padding-left: 8vw;
  }
  #flow .toggle_dl dt div:after {
    right: 3vw;
  }
  #flow .toggle_dl dt span {
    font-size: 1.5rem;
    padding-left: 0.5em;
  }
  #flow .toggle_dl dd.fuki ol li {
    position: relative;
    background: #1F2325;
    padding: 9vw 5vw 5vw;
    margin-left: 0;
  }
  #flow .toggle_dl dd.fuki ol li:before {
    left: 5vw;
    top: 32px;
    font-size: 3rem;
  }
  #flow .toggle_dl dd strong {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: #FFF solid 1px;
    padding: 0 3% 1% 2.4em;
    ;
    width: 100%;
  }
  #flow .btn.contact a {
    width: 85vw;
  }
	
  #flow .fuki .contact .btn.contact a{
	width: 85vw;
	}
  #flow .btn.contact_under a {
    width: 85vw;
	background-position: center left 23%;
  }
  #flow .sec00 .pickup li {
    width: 100%;
  }
  #flow .sec00 .container {
    padding: 0 6.15vw;
  }
  #flow .fuki .contact .btn.contact a {
    position: relative;
    right: 0px;
}
}


/*====================================================================================
■About
====================================================================================*/

#about #sec01 {
  position: relative;
	background-color: #1F2325;
  /*background-image: url(../images/zeppet_bg.jpg);*/
  background-position: center center;
  background-size: cover;
  padding: 40px 0px;
  margin-bottom: 40px;
}

#about #sec01 .container{
	padding: 0 15px;
}

#about #sec01 h2 {
  color: #b98c56;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #907148;
  line-height: 1.3;
  margin-bottom: 28px;
}

#about #sec01 p{
	padding: 0 10px;
}


#about_order #sec01 {
  position: relative;
	background-color: #1F2325;
  /*background-image: url(../images/zeppet_bg.jpg);*/
  background-position: center center;
  background-size: cover;
  padding: 40px 40px;
  margin-bottom: 10px;
}

#about_order #sec01 .container{
	padding: 0 15px;
}

#about_order #sec01 h1 {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 28px;
}

#about_order #sec01 h2 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  line-height: 2.2;
  margin-bottom: 28px;
}

#about_order #sec01 p{
	padding: 0 10px;
    font-size: 2rem;
}



#about #sec02 p{
	padding: 0 20px;
}

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

#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: 10px;
  text-align: center;
  color: #f2f5f8;
}

#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: #f2f5f8;
}

#about .bloc_ttl h3 {
    font-size: 3.8rem;
    font-weight: bold;
}
#about #sec03 .bloc_ttl h3 {
	padding-left: 15px;
}
#about .bloc_ttl span:first-of-type {
    color: #e54746;
    font-weight: normal;
}
#about .bloc_ttl span:nth-of-type(2) {
    color: #474c4b;
    font-size: 1.4rem;
}
#about .sec {
  margin-bottom: 40px;
}

#about .sec_title {
  font-size: 2.4rem;
  padding: 20px 0;
  color: #f2f5f8;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
}

#about .sec_title strong {
  display: inline-block;
  width: 12%;
  font-weight: 500;
}

#about .sec_title span {
  font-size: 1.4rem;
  border-top: 1px solid #f2f5f8;
  display: inline-block;
  width: 88%;
  padding-top: 5px;
}

  #about #sec02 .container {
	padding: 0 15px;	
  }

#about #sec02 p strong {
  font-size: 2rem;
  line-height: 1em;
  color: #907148;
}

#about #sec03 {
  background: #161616;
  padding: 30px 0 0;
}

#about #sec03 .sec_title {
  color: #1F2325;
}

#about #sec03 .sec_title span {
  border-top: 1px solid #1F2325;
}

#about #sec03 .box {
  padding: 15px 5px;
  background: #1F2325;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

#about #sec03 .box:nth-child(odd) {
  padding: 15px 5px;
  /*background: #CCD1DC;*/
	background-color: #1F2325;
}

#about #sec03 figure{
	width: 48%;
	text-align: center;
}

#about #sec03 dl {
  position: relative;
  width: 48%;
  margin: 0 10px;
}

#about #sec03 dl dt {
  line-height: 1.4;
  padding-left: 120px;
  font-size: 2rem;
  font-weight: 500;
height: 90px;
}

#about #sec03 dl dt strong {
  font-size: 5.8rem;
  font-weight: bold;
  /*color: #d24241;
	background: #3b3e47;*/
  color: #f2f5f8;
  background: #474c4b;
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  position: absolute;
  left: -0px;
  line-height: 90px;
}

#about #sec03 dl dd {
  padding: 30px 10px 0px;
}

#about .btn.more {
  width: 60%;
  margin-left: 40%;
  margin-top: 10px;
}

#about .block_btn {
  position: relative;
  /*bottom: 10px;
    right: 10px;*/
  text-align: right;
}

#about .btn.more a {
  display: block;
  padding: 10px;
  border: 1px solid #e54746;
  border-radius: 5px;
  color: #e54746;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-align: center;
}

#about .btn.more.arrow a::after {
  border-right: 1px solid #e54746;
  border-bottom: 1px solid #e54746;
}

#about .btn.more a:hover {
  display: block;
  border: 1px solid #e54746;
  background-color: #e54746;
  color: #f2f5f8;
  line-height: 2.8rem;
  text-align: center;
}

#about .btn.more.arrow a:hover::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

@media screen and (max-width: 736px) {
  .container:before, .container:after {
    display: none;
  }
  #about .container {
    padding: 0 5vw;
  }
	
  #about #sec01 h2 {
    font-size: 2.2rem;
  }
	

  #about_order #sec01 {
  padding: 40px 20px;
  }

  #about_order #sec01 h1 {
    font-size: 2.2rem;
	line-height: 1.5;
  }
	
  #about_order #sec01 h2 {
    font-size: 2.2rem;
	line-height: 1.5;
  }
	
  #about_order #sec01 p{
	padding: 0 10px;
    font-size: 1.8rem;
}
	
	
	
#about #sec03 figure{
	width: 100%;
	text-align: center;
}
  #about #sec03 .bloc_ttl h3 {
	padding-left: 5vw;
}
  #about .sec_title span {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
  }
  #about .sec_title strong {
    display: inline-block;
    width: 100%;
  }
#about #sec01 .container{
	padding: 0 5vw;		
	}
  #about #sec02 .container {
	padding: 0 5vw;	
  }
	
  #about #sec03 .box {
    display: block;
  }
  #about #sec03 .box, #about #sec03 .box:nth-child(odd) {
    padding: 40px 5vw;
  }
  #about #sec03 .container {
    padding: 0px;
  }
  #about #sec03 dl {
    position: relative;
    width: 100%;
  }
  #about .block_btn {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: 40px;
  }
  #about .btn.more {
    width: 100%;
    margin-left: 0;
  }
#about #sec03 dl {
margin: 0px;
}
#about #sec03 dl dt {
margin-top: 20px;
padding-left: 100px;
}
	
#about #sec03 dl dd {
  padding: 20px 10px 0px;
}

}


/*====================================================================================
■Price
====================================================================================*/

.anchor {
  padding-top: 50px;
  margin-top: -50px;
}

#price .coution {
background: #474c4b;
padding: 40px;
margin-top: 30px;
margin-bottom: 30px;
}

#price .coution figure {
width:10%;
}

#price .coution p {
width: 86%;
}

#price .sec00 {
  background-color: #1F2325;
  background-position: center center;
  background-size: cover;
}
#price .sec00 .container{
  padding: 0 15px;
}

#price .sec00 .pickup {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#price .sec00 .pickup li {
  width: 180px;
  border-bottom: solid 2px #616867;
  box-sizing: border-box;
}

#price .sec00 .pickup li {
  position: relative;
}

#price .sec00 .pickup li a {
  width: 100%;
}

#price .sec00 .pickup li a:hover {
  color: #e54746;
  text-decoration: none;
}

#price .sec00 .pickup li p {
  padding: 15px 0 5px;
  line-height: 2.0rem;
  font-size: 1.4rem;
}

#price .sec00 .pickup li p span {
  font-size: 2.0rem;
  color: #f2f5f8;
}

#price .sec00 .pickup li a:hover p::after {
  color: #e54746;
  text-decoration: none;
}

#price .sec00 .pickup li a:hover p span {
  color: #e54746;
  text-decoration: none;
}

#price .sec00 .pickup li p::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "∨";
  font-size: 1rem;
  color: #f2f5f8;
}


/*.bg_wrap { background: #474c4b; }*/

#price .sec_title {
  font-size: 3.8rem;
  padding: 0;
  color: #f2f5f8;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}

#price .sec_title strong {
  display: inline-block;
  width: 55%;
  font-weight: bold;
}

#price .sec_title span {
  font-size: 2.0rem;
  border-top: 1px solid #f2f5f8;
  display: inline-block;
  width: 45%;
  padding-top: 10px;
}


#price #sec01 .sec_title strong {
  width: 18%;
    font-weight: bold;
}

#price #sec01 .sec_title span {
  width: 82%;
}

#price #sec02 .sec_title strong {
  width: 22%;
    font-weight: bold;
}

#price #sec02 .sec_title span {
  width: 78%;
}

#price #sec03 .sec_title strong {
  width: 26%;
    font-weight: bold;
}

#price #sec03 .sec_title span {
  width: 74%;
}

#price #sec05 .sec_title strong {
  width: 10%;
    font-weight: bold;
}

#price #sec05 .sec_title span {
  width: 90%;
}

#price .sec {
  padding: 40px;
  background: #1F2325;
  margin-top: 30px;
}

/*#price .sec:nth-child(even) {
  background-color: transparent;
}*/

#price .sec .box {
	width: 100%;
  margin-bottom: 10px;
}

#price .sec figure {
	width: 35%;
}
#price .sec .comment {
	width: 63%;
	margin-left: 2%;
}
#price .sec dl {
  color: #f2f5f8;
  padding: 10px;
  position: relative;
	background-color: #161616;
}

#price .sec dl dt {
  line-height: 1.4;
  padding: 20px 10px 10px;
  font-size: 2rem;
  font-weight: 500;
}
#price .sec dl dt span {
	position: relative;
	color: #B98C56;
}
#price .sec dl dt span::before {
	position: absolute;
	content: '';
	display: inline-block;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #B98C56;
}

#price .sec dl dd {
  padding: 10px;
	line-height: 1.3;
}

#price .sec dl dd strong {
  font-size: 2rem;
}

#price .sec dl dd strong span {
}
#price .sec .price_box {
	width: 100%;
	margin-top: 5px;
}
#price .sec .price_box .ico{
	width: 15%;
  background: #616867;
	text-align: center;
	font-size: 1.4rem;
	text-align: center;
}
#price .sec .price_box .ico img {
	width: 30px;
	height: auto;
}
#price .sec .price_box .ico p {
	margin: 0 -25px;
}
#price .sec .price_box .price {
	width: 84%;
	margin-left: 1%;
  background: #616867;
	color: #f2f5f8;
  font-size: 1.6rem;
	padding: 18px 30px;
	font-size: 2.8rem;
}
#price .item_title {
    position: relative;
    padding-left: 90px;
    line-height: 60px;
    font-size: 3rem;
    font-weight: 600;
    margin: 30px 0 15px;
    height: 90px;
}
#price .item_title span {
    font-size: 3.8rem;
    font-weight: bold;
    color: #f2f5f8;
    background: #474c4b;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    line-height: 70px;
    left: 0;
}

/*240216*/
#price .item_title2 {
    position: relative;
    padding-left: 90px;
    line-height: 35px;
    font-size: 3rem;
    font-weight: 600;
    margin: 30px 0 15px;
    height: 90px;
}
#price .item_title2 span {
    font-size: 3.8rem;
    font-weight: bold;
    color: #f2f5f8;
    background: #474c4b;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    line-height: 70px;
    left: 0;
}
#price .item_title2 p{
    font-size: 2rem;
    font-weight: 500;
    margin: 2px 0px;
	line-height:1.5;
}


#price .sec .inner {
  color: #f2f5f8;
  padding: 20px;
  position: relative;
  background-color: #161616;
  line-height: 1.3;
}
#price .sec .inner p{
  line-height: 1.3;
}
#price .sec .inner h2{
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 10px;
}
#price .block_btn {
  position: relative;
  /*bottom: 10px;
    right: 10px;*/
  text-align: right;
  width: 100%;
  padding: 0;
}

#price .btn.more {
  margin-top: 10px;
  display: block;
  width: 32%;
}

#price .btn.more a {
  padding: 10px;
  border: 1px solid #e54746;
  border-radius: 5px;
  color: #e54746;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-align: center;
  display: block;
}

#price .btn.more.arrow a::after {
  border-right: 1px solid #e54746;
  border-bottom: 1px solid #e54746;
  margin-left: 0;
  right: 10px
}

#price .btn.more a:hover {
  display: block;
  border: 1px solid #e54746;
  background-color: #e54746;
  color: #f2f5f8;
  line-height: 2.8rem;
  text-align: center;
}

#price .btn.more.arrow a:hover::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#price .block_btn .btn.more.contact a {
  color: #f2f5f8;
  border: solid 1px #f2f5f8;
}

#price .block_btn .btn.more.contact a {
  background-image: url("../service/images/icon_letter.png");
  background-repeat: no-repeat;
  background-position: center left 23%;
}

#price .block_btn .btn.more.contact a::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#price .block_btn .btn.more.contact a:hover {
  background-image: url("../service/images/icon_letter_h.png");
  background-color: #f2f5f8;
  color: #161616;
}

#price .block_btn .btn.more.contact a:hover::after {
  border-right: 1px solid #161616;
  border-bottom: 1px solid #161616;
}



#price .block_btn_order {
  position: relative;
  /*bottom: 10px;
    right: 10px;*/
  text-align: right;
  width: 100%;
  padding: 0% 2%;
}

#price .btn_order.more {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

#price .btn_order.more a {
  padding: 15px;
  border: 1px solid #e54746;
  border-radius: 5px;
  color: #e54746;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: center;
  display: block;
}

#price .btn_order .more.arrow a::after {
  border-right: 1px solid #e54746;
  border-bottom: 1px solid #e54746;
  margin-left: 0;
  right: 10px
}


#price .btn_order.more a:hover {
  display: block;
  border: 1px solid #e54746;
  background-color: #e54746;
  color: #f2f5f8;
  line-height: 2.8rem;
  text-align: center;
}

#price .btn_order.more.arrow a:hover::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#price .block_btn_order .btn_order.more.contact a {
  color: #f2f5f8;
  border: solid 1px #f2f5f8;
}

#price .block_btn_order .btn_order.more.contact a {
  background-image: url("../service/images/icon_letter.png");
  background-repeat: no-repeat;
  background-position: center left 33%;
}

#price .block_btn_order .btn_order.more.contact a::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#price .block_btn_order .btn_order.more.contact a:hover {
  background-image: url("../service/images/icon_letter_h.png");
  background-color: #f2f5f8;
  color: #161616;
}

#price .block_btn_order .btn_order.more.contact a:hover::after {
  border-right: 1px solid #161616;
  border-bottom: 1px solid #161616;
}



@media screen and (max-width: 736px) {
  #price .sec {
    padding: 5vw;
    margin-top: 20px;
  }
  .container:before, .container:after {
    display: none;
  }
	#price .sec figure {
		width: 100%;
	}
	#price .sec .comment {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	#price .sec .price_box .ico {
		width: 30%;
	}
	#price .sec .price_box .price {
		width: 69%;
	}
  #price .sec00 .container{
    padding: 0 0px;
  }
  #price .sec00 .pickup li {
    width: 100%;
  }
  #price .sec00 .container {
    padding: 0 6.15vw;
  }
  #price .sec .sec_title strong {
    width: 100% !important;
  }
  #price .sec .sec_title span {
    width: 100% !important;
  }
  #price .sec .box {
    display: block;
	margin-bottom: 50px;
  }
  #price .sec dl {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
  #price .sec dl dd strong span {
    margin-left: 0;
    text-align: center;
    display: block;
  }
  #price .btn.more {
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
	#price .item_title {
    position: relative;
    padding-left: 0;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 30px 0 0;
    height: auto;
    padding-top: 80px;
	padding-bottom: 10px;
}
	#price .item_title span {
    font-size: 3.8rem;
    font-weight: bold;
    color: #f2f5f8;
    background: #474c4b;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    position: absolute;
    line-height: 70px;
    left: 0;
    top: 0;
}

	#price .item_title2 {
    position: relative;
    padding-left: 0;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 30px 0 0;
    height: auto;
    padding-top: 80px;
	padding-bottom: 10px;
}
	#price .item_title2 span {
    font-size: 3.8rem;
    font-weight: bold;
    color: #f2f5f8;
    background: #474c4b;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    position: absolute;
    line-height: 70px;
    left: 0;
    top: 0;
}
	
	#price .coution{
	padding: 25px;
	}
	#price .coution figure {
	width:100%;
	margin-bottom: 15px;
}
	#price .coution figure img {
	width:100px;
}
	#price .coution p{
	width: 100%;
	}
	#price img {
	text-align: center;
	margin: 0 auto;
	display: flex;
}
	#price .sec .inner {
	padding: 10px;
	}
#price .item_title2 p{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2px 0px;
	line-height:1.5;
}
}

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

#price .block_btn_order .btn_order.more.contact a {
  background-position: center left 23%;
}
	#price .item_title2 p{
    font-size: 1.8rem;
    font-weight: 500;
    margin: 2px 0px;
	line-height:1.5;
}
}

@media screen and  (min-width:420px) and ( max-width:590px) {
  
#price .block_btn_order .btn_order.more.contact a {
  background-position: center left 20%;
}
	#price .item_title2 p{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2px 0px;
	line-height:1.2;
}
}

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

#price .block_btn_order .btn_order.more.contact a {
  background-position: center left 20%;
}
	#price .item_title2 {
    position: relative;
    padding-left: 90px;
    line-height: 35px;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 30px 0 15px;
    height: 90px;
	line-height: 1.3;
}
	#price .item_title2 p{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2px 0px;
	line-height:1.2;
}
#price .item_title2 {
    position: relative;
    padding-left: 0;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 30px 0 0;
    height: auto;
    padding-top: 80px;
	padding-bottom: 10px;
}
	#price .item_title2 span {
  font-size: 3.8rem;
  font-weight: bold;
  color: #f2f5f8;
    background: #474c4b;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    position: absolute;
    line-height: 70px;
    left: 0;
    top: 0;
}
}


/*====================================================================================
■Casestudy
====================================================================================*/

.anchor {
  padding-top: 50px;
  margin-top: -50px;
}

#casestudy .sec00 {
  background-color: #1F2325;
  background-position: center center;
  background-size: cover;
}

#casestudy .sec00 .container{
padding: 0 15px;
}

#casestudy .sec00 .pickup {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#casestudy .sec00 .pickup li {
  width: 180px;
  border-bottom: solid 2px #616867;
  box-sizing: border-box;
}

#casestudy .sec00 .pickup li {
  position: relative;
}

#casestudy .sec00 .pickup li a {
  width: 100%;
}

#casestudy .sec00 .pickup li a:hover {
  color: #e54746;
  text-decoration: none;
}

#casestudy .sec00 .pickup li p {
  padding: 15px 0 5px;
  line-height: 2.0rem;
  font-size: 1.4rem;
}

#casestudy .sec00 .pickup li p span {
  font-size: 2.0rem;
  color: #f2f5f8;
}

#casestudy .sec00 .pickup li a:hover p::after {
  color: #e54746;
  text-decoration: none;
}

#casestudy .sec00 .pickup li a:hover p span {
  color: #e54746;
  text-decoration: none;
}

#casestudy .sec00 .pickup li p::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "∨";
  font-size: 1rem;
  color: #f2f5f8;
}


/*.bg_wrap { background: #474c4b; }*/

#casestudy .sec_title {
  font-size: 3.8rem;
  padding: 0;
  color: #f2f5f8;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}

#casestudy .sec_title strong {
  display: inline-block;
  width: 55%;
  font-weight: 500;
}

#casestudy .sec_title span {
  font-size: 2.0rem;
  border-top: 1px solid #f2f5f8;
  display: inline-block;
  width: 45%;
  padding-top: 10px;
}


#casestudy #sec01 .sec_title strong {
  width: 18%;
font-weight: bold;
}

#casestudy #sec01 .sec_title span {
  width: 82%;
}

#casestudy #sec02 .sec_title strong {
  width: 22%;
font-weight: bold;
}

#casestudy #sec02 .sec_title span {
  width: 78%;
}

#casestudy #sec03 .sec_title strong {
  width: 26%;
font-weight: bold;
}

#casestudy #sec03 .sec_title span {
  width: 74%;
}

#casestudy #sec05 .sec_title strong {
  width: 10%;
	font-weight: bold;
}

#casestudy #sec05 .sec_title span {
  width: 90%;
}

#casestudy .sec {
  padding: 40px 40px 20px;
  background: #1F2325;
  margin: 30px 0;
}


/*#casestudy .sec:nth-child(even){
background-color: transparent;
}*/

#casestudy .item_wrap {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #616867;
}

#casestudy .item_wrap:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

#casestudy .item_title {
  position: relative;
  padding-left: 90px;
  line-height: 90px;
  font-size: 3rem;
  font-weight: 600;
  margin: 30px 0 0;
  height: 90px;
}

#casestudy .item_title.r2 {
  position: relative;
  padding-left: 90px;
  line-height: 40px;
  font-size: 3rem;
  font-weight: 600;
  margin: 30px 0 0;
  height: 90px;
}


#casestudy .item_title.line2 {
    line-height: 1.5em;
    font-size: 3rem;
}

#casestudy .item_title span {
  font-size: 3.8rem;
  font-weight: bold;
  /*color: #d24241;
	background: #3b3e47;*/
  color: #f2f5f8;
  background: #474c4b;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  line-height: 70px;
  left: 0;
}


#casestudy .sec .box {
  margin: 20px 0px;
}

#casestudy .photo_wrapper {
  max-width: 490px;
  width: 49%;
  max-height: 300px;
  background: #161616;
}

#casestudy .photo_wrapper.thumb {
  max-width: 1000px;
  width: 100%;
  max-height: 300px;
  margin: 30px 0;
}

#casestudy .photo_wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
  vertical-align: middle;
}

#casestudy .photo_wrapper.thumb img {
  width: auto;
  height: auto;
  max-width: 290px;
  max-height: 300px;
  vertical-align: middle;
}

#casestudy .photo_wrapper .photo_side {
  text-align: center;
}

#casestudy .photo_wrapper .photo_side2 {
  text-align: center;
  width: 33.3333%;
}

#casestudy .photo_wrapper .photo_side a {
  display: block;
  position: relative;
}

#casestudy .photo_wrapper .photo_side .scall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}

#casestudy .photo_wrapper .photo_side2 a {
  display: block;
  position: relative;
}

#casestudy .photo_wrapper .photo_side2 .scall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}

#casestudy .col01, #casestudy .col02 {
  width: 49%;
  background: #161616;
  padding: 20px;
}

#casestudy .col01 dl dt {
  font-size: 2.0rem;
  border-bottom: #FFFFFF 3px solid;
  line-height: 1.5em;
  padding-bottom: 5px;
  margin: 0;
}

#casestudy .col01 {
  background: #161616;
}

#casestudy .col02 dt {
  width: 24%;
  background: #616867;
  margin-bottom: 2px;
  text-align: center;
  padding: 15px;
}

#casestudy .col02 dd {
  width: 74%;
  margin-bottom: 2px;
  background-color: 
#616867;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.5em;
}

#casestudy .col02 dt .fa {
  display: block;
}

#casestudy h5 {
  color: #f2f5f8;
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 1px solid #f2f5f8;
  margin-bottom: 15px;
}

#casestudy h5 span {
  font-size: 1.5rem;
  margin-left: 10px;
}

#casestudy .btn_box {
  width: 80%;
  margin: 30px auto;
}

#casestudy .block_btn {
  position: relative;
  /*bottom: 10px;
    right: 10px;*/
  text-align: right;
  width: 100%;
  padding: 0;
}

#casestudy .btn.more {
  margin: 10px 0;
  display: block;
  width: 100%;
}

#casestudy .block_btn .btn.more {
  display: block;
  width: 48%;
}

#casestudy .btn.more a {
  padding: 10px;
  border: 1px solid #e54746;
  border-radius: 5px;
  color: #e54746;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-align: center;
  display: block;
}

#casestudy .btn.more.arrow a::after {
  border-right: 1px solid #e54746;
  border-bottom: 1px solid #e54746;
  margin-left: 0;
  right: 10px
}

#casestudy .btn.more a:hover {
  display: block;
  border: 1px solid #e54746;
  background-color: #e54746;
  color: #f2f5f8;
  line-height: 2.8rem;
  text-align: center;
}

#casestudy .btn.more.arrow a:hover::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#casestudy .block_btn .btn.more.contact a {
  color: #f2f5f8;
  border: solid 1px #f2f5f8;
}

#casestudy .block_btn .btn.more.contact a {
  background-image: url("../service/images/icon_letter.png");
  background-repeat: no-repeat;
  background-position: center left 23%;
}

#casestudy .block_btn .btn.more.contact a::after {
  border-right: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}

#casestudy .block_btn .btn.more.contact a:hover {
  background-image: url("../service/images/icon_letter_h.png");
  background-color: #f2f5f8;
  color: #161616;
}

@media screen and (max-width: 736px) {
  #casestudy .sec {
    padding: 5vw;
    margin-top: 20px;
  }
  .container:before, .container:after {
    display: none;
  }
  #casestudy .sec00 .container{
    padding: 0 0px;
  }
  #casestudy .sec00 .pickup li {
    width: 100%;
  }
  #casestudy .sec00 .container {
    padding: 0 6.15vw;
  }
  #casestudy .sec .sec_title strong {
    width: 100% !important;
	font-weight: bold;
  }
  #casestudy .sec .sec_title span {
    width: 100% !important;
  }
  #casestudy .sec .box {
    display: block;
  }
  #casestudy .photo_wrapper {
    width: 100%;
	max-width: 736px;
  }
  #casestudy .col01, #casestudy .col02 {
    width: 100%;
    padding: 10px;
  }
  #casestudy .photo_wrapper.thumb img {
    max-width: 100px;
  }
  #casestudy .btn.more {
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  #casestudy .col02 {
    margin-top: 10px;
  }
  #casestudy .col02 dt {
    width: 100%;
  }
  #casestudy .col02 dd {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.6rem;
	text-align: center;
    display: block;
  }
  #casestudy .btn_box {
    width: 100%;
    margin: 30px auto;
  }
  #casestudy .block_btn .btn.more {
    display: block;
    width: 100%;
  }
  #casestudy .item_wrap {
    padding-bottom: 0px;
  }
  #casestudy .item_title {
    position: relative;
    padding-left: 0;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 50px 0 0;
    height: auto;
    padding-top: 100px;
  }
	
  #casestudy .item_title.r2 {
    position: relative;
    padding-left: 0;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 30px 0 0;
    height: auto;
    padding-top: 100px;
  }
	
  #casestudy .item_title span {
    font-size: 3.8rem;
    font-weight: bold;
    color: #f2f5f8;
    background: #474c4b;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    position: absolute;
    line-height: 70px;
    left: 0;
    top: 0;
  }
}

/*====================================================================================
■contact_thanks
====================================================================================*/

#content #contact_thanks {
margin: 0 auto;
max-width: 1000px;
}

#content #contact_thanks .container{
background: #1F2325;
padding: 40px;
margin: 50px 0px;
margin-bottom: 350px;
width: 100%;
}

#content #contact_thanks .container figure {
width:10%;
}

#content #contact_thanks .container p {
width: 86%;
}

/*====================================================================================
■privacy policy & terms of use
====================================================================================*/

#content #privacy_policy {
margin: 0 auto;
max-width: 1000px;
}

#content #privacy_policy .container{
background: #1F2325;
padding: 40px;
margin: 50px 0px;
margin-bottom: 50px;
width: 100%;
}

#content #privacy_policy .container figure {
width:10%;
}

#content #privacy_policy .container p {
width: 86%;
}
