
/***********************************************/
/*  
February 2026 Additions
・Top page redesign
・New job listings page created
*/
/***********************************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Prompt:wght@600&display=swap');

/* ==============================================
 drawer 
=============================================== */

.drawer--right .drawer-nav {
  right: -16.57rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right .drawer-hamburger {
  right: 5px;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.57rem;
}


@media(min-width:64em) {

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

}

@media(min-width:75em) {

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

}

/* ==============================================
 header 
=============================================== */

header {
  font-size: 10px;
}

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

  header {
    font-size: calc(10vw / 14);
  }

}

header .inner {
  width: 96%;
  padding-right: 5em;
  height: 100%;
}

header h1 {
  width: 13%;
  padding-left: 0;
}

header h1 img {
  width: 15em;
  height: auto;
}

header nav {
  width: 87%;
  text-align: left;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li {
  padding: 0 0 0 1.5em;
  font-size: 1.6em;
}

header nav ul li.recruit a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #ff0000;
  padding: 0.7em 2em;
  box-shadow: 3px 3px 3px 0px #e0e0e0;
  border-radius: 5em;
}

header nav ul li.contact {
  padding: 0 0 0 1em;
}

header nav ul li.contact a {
  display: inline-block;
  line-height: 1;
  color: #fff;
/* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#ff8f3d+0,ff7007+100 */
background: linear-gradient(to bottom,  #ff8f3d 0%,#ff7007 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0.7em 2em;
  box-shadow: 3px 3px 3px 0px #e0e0e0;
  border-radius: 5em;
}


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

  header {
    font-size: calc(10vw / 3.75);
  }

  header h1 {
    width: 100%;
  }

  header h1 img {
    width: auto;
    height: 50px;
  }

}

/* ==============================================
 .renewal202602 
=============================================== */

.renewal202602 {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.renewal202602 .serif {
  font-size: 10px;
}

.renewal202602 .inner {
  width: 140em;
}

.renewal202602 .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.renewal202602 .img {
  text-align: center;
}

.renewal202602 .img img {
  max-width: 100%;
  height: auto;
}

.renewal202602 section,
.renewal202602 .section {
  padding: 6em 0;
}

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

  .renewal202602,
  .renewal202602 .serif {
    font-size: calc(10vw / 14);
  }

  .renewal202602 .inner {
    padding: 0 2em;
  }

}

@media only screen and (min-width: 769px){

  .renewal202602 .tb,
  .renewal202602 .sp {
    display: none !important;
  }

}

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

  .renewal202602,
  .renewal202602 .serif {
    font-size: calc(10vw / 3.75);
  }

  .renewal202602 .inner {
    width: 100%;
    padding: 0 1.6em;
  }

  .renewal202602 .pc,
  .renewal202602 .sp {
    display: none !important;
  }

  .renewal202602 .flex {
    flex-wrap: wrap;
  }

  .renewal202602 section,
  .renewal202602 .section {
    padding: 3em 0;
  }

}

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

  .renewal202602 .pc-tb {
    display: none !important;
  }

  .renewal202602 .sp {
    display: block !important;
  }

}


/* .renewal202602 .cm_btn
----------------------------------------------- */

.renewal202602 .cm_btn {
  text-align: center;
}

.renewal202602 .cm_btn a {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 2em 6em;
  border-radius: 0.5em;
  color: #fff;
}

.renewal202602 .cm_btn a .fs_b {
  font-size: 3em;
  font-weight: 500;
}

.renewal202602 .cm_btn a .fs_s {
  font-size: 2.4em;
  font-weight: 500;
  margin-left: 0.5em;
}

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

  .renewal202602 .cm_btn a {
    padding: 1em 3em;
  }

  .renewal202602 .cm_btn a .fs_b {
    font-size: 2em;
  }

  .renewal202602 .cm_btn a .fs_s {
    font-size: 1.6em;
  }

}

/* ==============================================
 .renewal202602 .top_catch 
=============================================== */

.renewal202602 .top_catch {
  /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#f71313+0,bd0000+62 */
  background: linear-gradient(135deg,  #f71313 0%,#bd0000 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 3em 0;
}

.renewal202602 .top_catch h2 {
  font-size: 3.6em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

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

  .renewal202602 .top_catch {
    padding: 1.5em;
  }

  .renewal202602 .top_catch h2 {
    font-size: 1.8em;
  }
}

/* ==============================================
 .renewal202602 #topics
=============================================== */

.renewal202602 #topics {
  /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#272727+0,000000+100 */
  background: linear-gradient(135deg,  #272727 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.renewal202602 #topics .inner {
  position: relative;
}

.renewal202602 #topics h2 {
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.renewal202602 #topics ul {
  width: 80%;
  margin: 0 0 0 auto;
}

.renewal202602 #topics ul li {
  justify-content: flex-start;
  margin-bottom: 2em;
}

.renewal202602 #topics ul li p {
  font-size: 1.5em;
  font-weight: 500;
  margin-right: 1.5em;
}

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

  .renewal202602 #topics h2 {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    text-align: center;
    margin-bottom: 0.5em;
  }

  .renewal202602 #topics ul {
    width: 100%;
    margin: 0 auto;
  }

  .renewal202602 #topics ul li {
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
    padding: 0.8em 0;
  }

  .renewal202602 #topics ul li p {
    font-size: 1.4em;
    margin-right: 1em;
  }

  .renewal202602 #topics ul li .content {
    text-align: right;
  }

}

/* ==============================================
 .renewal202602 #branch
=============================================== */

.renewal202602 #branch .branch_inner {
  width: 192em;
  margin: 0 auto;
}

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

  .renewal202602 #branch {
    font-size: calc(10vw / 19.2);
  }

  .renewal202602 #branch .branch_inner {
    width: 100%;
  }

}

.renewal202602 #branch .item {
  width: 50%;
  text-align: center;
}

.renewal202602 #branch .item .top_txt {
  margin-bottom: 3em;
}

.renewal202602 #branch .item .top_txt span {
  display: inline-block;
  line-height: 1;
  font-size: 3.6em;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.5em 1.5em;
  border-radius: 5em;
  background: #fff;
}

.renewal202602 #branch .left .top_txt span {
  color: #1f5faf;
}

.renewal202602 #branch .right .top_txt span {
  color: #33af1f;
}

.renewal202602 #branch .item .btn01 {
  margin: 3em 0;
}

.renewal202602 #branch .item .btn02 a {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 2em 4em;
  border-radius: 5em;
  color: #fff;
}

.renewal202602 #branch .left .btn02 a {
  background: #1f5faf;
}

.renewal202602 #branch .right .btn02 a {
  background: #33af1f;
}

.renewal202602 #branch .item .btn02 a .fs_b {
  font-size: 2.4em;
  font-weight: 500;
}

.renewal202602 #branch .item .btn02 a .fs_s {
  font-size: 2em;
  font-weight: 500;
  margin: 0 1em 0 0.5em; 
}

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

  .renewal202602 #branch {
    font-size: calc(10vw / 3.75);
  }

  .renewal202602 #branch .item {
    width: 100%;
  }

  .renewal202602 #branch .left {
    margin-bottom: 3em;
  }

  .renewal202602 #branch .item .top_txt {
    margin-bottom: 1.5em;
  }

  .renewal202602 #branch .item .top_txt span {
    font-size: 1.8em;
  }

  .renewal202602 #branch .item .btn01 {
    margin: 1.5em 0;
  }

  .renewal202602 #branch .item .btn02 a {
    padding: 1em 1.5em;
    letter-spacing: 0;
  }

  .renewal202602 #branch .item .btn02 a .fs_b {
    font-size: 1.4em;
  }

  .renewal202602 #branch .item .btn02 a .fs_s {
    font-size: 1.2em;
    margin: 0 0.5em;
  }

}

/* ==============================================
 .renewal202602 #professional
=============================================== */

.renewal202602 #professional {  
  background-image:url(../images/renewal_professional_bg01.jpg);
  background-position:center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  color: #fff;
  padding: 8em 0;
}

.renewal202602 #professional h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
}

.renewal202602 #professional p {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

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

  .renewal202602 #professional {  
    padding: 4em 0;
  }

  .renewal202602 #professional h2 {
    font-size: 1.8em;
  }

  .renewal202602 #professional p {
    font-size: 1.4em;
    line-height: 1.8;
  }

}

/* ==============================================
 .renewal202602 #blog 
=============================================== */

.renewal202602 #blog .h2_sub {
  text-align: center;
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.6;
}

.renewal202602 #blog h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  margin-bottom: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.renewal202602 .bloglist {
  font-size: 16px;
}

.renewal202602 #blog .cm_btn {
  margin-top: 4em;
}

.renewal202602 #blog .cm_btn a {
  padding: 1em 6em 1.5em;
}


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

  .renewal202602 .bloglist {
    font-size: calc(16vw / 14);
  }

}

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

  .renewal202602 #blog .h2_sub {
    font-size: 1.4em;
  }

  .renewal202602 #blog h2 {
    font-size: 2.2em;
  }

  .renewal202602 .bloglist {
    font-size: calc(16vw / 3.75);
  }

  .renewal202602 .bloglist li .cate span,
  .renewal202602 .bloglist li .tag span {
    font-size: 0.8em;
  }

  .renewal202602 #blog .cm_btn {
    margin-top: 2em;
  }

  .renewal202602 #blog .cm_btn a {
    padding: 1em 3em 1.5em;
  }

}

/* ==============================================
 .renewal202602 #case 
=============================================== */

.renewal202602 #case {
  background: #000;
}

.renewal202602 #case .h2_sub {
  text-align: center;
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.6;
}

.renewal202602 #case h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  margin-bottom: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.renewal202602 .caselist {
  font-size: 16px;
}

.renewal202602 #case .cm_btn {
  margin-top: 4em;
}

.renewal202602 #case .cm_btn a {
  padding: 1em 6em 1.5em;
}


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

  .renewal202602 .caselist {
    font-size: calc(16vw / 14);
  }

}

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

  .renewal202602 #case .h2_sub {
    font-size: 1.4em;
  }

  .renewal202602 #case h2 {
    font-size: 2.2em;
  }

  .renewal202602 .caselist {
    font-size: calc(16vw / 3.75);
  }

  .renewal202602 #case .cm_btn {
    margin-top: 2em;
  }

  .renewal202602 #case .cm_btn a {
    padding: 1em 3em 1.5em;
  }

}

/* ==============================================
 .renewal202602 #cause 
=============================================== */

.renewal202602 #cause {
  background: #fff;
  color: #000;
}

.renewal202602 #cause h2 {
  text-align: center;
  margin-bottom: 4em;
}

.renewal202602 #cause h2 span {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.renewal202602 #cause h2 .fs_s {
  font-size: 3em;
}

.renewal202602 #cause h2 .fs_b {
  font-size: 4.2em;
}

.renewal202602 #cause .upper {
  width: 192em;
  margin: 0 auto 6em;
}

.renewal202602 #cause .upper .img {
  width: 45%;
}

.renewal202602 #cause .upper .right {
  width: 55%;
  padding: 0 4em;
}

.renewal202602 #cause .upper .right h3 {
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.renewal202602 #cause .upper .right p {
  font-size: 2em;
}

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

  .renewal202602 #cause .upper {
    width: 100%;
  }

}

.renewal202602 #cause .lower h3 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  margin-bottom: 1em;
}

.renewal202602 #cause .lower ul {
  flex-wrap: wrap;
}

.renewal202602 #cause .lower ul li {
  width: 31%;
  margin-bottom: 3em;
}

.renewal202602 #cause .lower ul li h4 {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1em;
}

.renewal202602 #cause .lower ul li .txt {
  font-size: 2em;
  margin-top: 1em;
}

.renewal202602 #cause .lower .cm_btn {
  margin-top: 4em;
}

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

  .renewal202602 #cause h2 {
    margin-bottom: 2em;
  }

  .renewal202602 #cause h2 .fs_s {
    font-size: 1.5em;
  }

  .renewal202602 #cause h2 .fs_b {
    font-size: 2.2em;
  }

  .renewal202602 #cause .upper {
    margin: 0 auto 4em;
  }

  .renewal202602 #cause .upper .img {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .renewal202602 #cause .upper .right {
    width: 100%;
    padding: 0 2em;
  }

  .renewal202602 #cause .upper .right h3 {
    font-size: 1.8em;
  }

  .renewal202602 #cause .upper .right p {
    font-size: 1.4em;
  }

  .renewal202602 #cause .lower h3 {
    font-size: 1.6em;
  }

  .renewal202602 #cause .lower ul li {
    width: 100%;
    margin-bottom: 2em;
  }

  .renewal202602 #cause .lower ul li h4 {
    font-size: 1.5em;
  }

  .renewal202602 #cause .lower ul li .txt {
    font-size: 1.4em;
  }

  .renewal202602 #cause .lower .cm_btn {
    margin-top: 1em;
  }

}

/* ==============================================
 .renewal202602 #special 
=============================================== */

.renewal202602 #special {
  padding: 0;
}

.renewal202602 #special .inner {
  width: 192em;
  margin: 0 auto;
}

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

  .renewal202602 #special {
    font-size: calc(10vw / 19.2);
  }

  .renewal202602 #special .inner {
    width: 100%;
    padding: 0;
  }

}

.renewal202602 #special .upper li {
  width: 33%;
  height: 36em;
  position: relative;
  overflow: hidden;
}

.renewal202602 #special .upper li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image:url(../images/renewal_special_bg01.jpg);
  background-position:center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.renewal202602 #special .upper li:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.renewal202602 #special .upper li:nth-child(2) {
  width: 34%;
}

.renewal202602 #special .upper li:nth-child(2)::after {
  background-image:url(../images/renewal_special_bg02.jpg);
}

.renewal202602 #special .upper li:nth-child(3)::after {
  background-image:url(../images/renewal_special_bg03.jpg);
}

.renewal202602 #special .upper li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.renewal202602 #special .upper li a:hover {
  opacity: 1;
}

.renewal202602 #special .upper li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4em 4em;
  border-color: transparent transparent #f71313 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.renewal202602 #special .upper li a span {
  display: block;
  width: 60%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #f71313;
  color: #fff;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.5em;
}

.renewal202602 #special .lower {
  height: 48em;
  position: relative;
  overflow: hidden;
}

.renewal202602 #special .lower::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image:url(../images/renewal_special_bg04.jpg);
  background-position:center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.renewal202602 #special .lower:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.renewal202602 #special .lower a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.renewal202602 #special .lower a:hover {
  opacity: 1;
}

.renewal202602 #special .lower a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6em 6em;
  border-color: transparent transparent #f71313 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.renewal202602 #special .lower a span {
  display: block;
  width: 22em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  background: #f71313;
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.5em;
}

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

  .renewal202602 #special {
    padding: 3em 0 0;
    background: #fff;
  }

  .renewal202602 #special {
    font-size: calc(10vw / 3.75);
  }

  .renewal202602 #special .upper li {
    width: 85%;
    margin: 0 auto 2em;
    height: 20em;
  }

  .renewal202602 #special .upper li::after {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    transform: none;
  }

  .renewal202602 #special .upper li:hover::after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  }

  .renewal202602 #special .upper li:nth-child(2) {
    width: 85%;
  }

  .renewal202602 #special .upper li a::after {
    border-width: 0 0 2em 2em;
  }

  .renewal202602 #special .upper li a span {
    font-size: 1.6em;
  }

  .renewal202602 #special .lower {
    height: 30em;
  }

  .renewal202602 #special .lower::after {
    background-image:url(../images/renewal_special_bg04_sp.jpg);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    transform: none;
  }

  .renewal202602 #special .lower:hover::after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .renewal202602 #special .lower a::after {
    border-width: 0 0 3em 3em;
  }

  .renewal202602 #special .lower a span {
    width: 85%;
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #f71313;
    font-size: 1.6em;
  }

}

/* ==============================================
 .renewal202602 #highclass
=============================================== */

.renewal202602 #highclass {
  background: #000;
}

.renewal202602 #highclass .flex .item {
  width: 50%;
}

.renewal202602 #highclass .flex .left h2 {
  font-size: 4.8em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}

.renewal202602 #highclass .flex .left .txt {
  font-size: 2em;
  font-weight: 500;
}

.renewal202602 #highclass .flex .img img {
  width: 50em;
}

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

  .renewal202602 #highclass {
    position: relative;
  }

  .renewal202602 #highclass .flex .item {
    width: 100%;
  }

  .renewal202602 #highclass .flex .left {
    position: relative;
    z-index: 1;
  }

  .renewal202602 #highclass .flex .left h2 {
    font-size: 2em;
  }

  .renewal202602 #highclass .flex .left .txt {
    font-size: 1.3em;
    margin: 0 0 0 27%;
  }

  .renewal202602 #highclass .flex .img {
    position: absolute;
    top: 26%;
    left: 0;
    text-align: left;
  }

  .renewal202602 #highclass .flex .img img {
    width: 50%;
  }

}

/* ==============================================
 .renewal202602 #supported
=============================================== */

.renewal202602 #supported {
  background: #000;
  padding: 0 0 10em;
  background-image:url(../images/renewal_supported_bg.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  -moz-background-size:100% auto;
  background-size:100% auto;
}

.renewal202602 #supported h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: 600;
  margin-bottom: 1em;
}

.renewal202602 #supported .btnlist {
  display: flex;
  flex-wrap: wrap;
}

.renewal202602 #supported .btnlist li {
  background: #FFF;
}

.renewal202602 #supported .btnlist a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  border: 1px solid red;
}

.renewal202602 #supported .btnlist a:hover {
  opacity: 1;
  background: #FFE5E5;
}

.renewal202602 #supported .btnlist a span:first-child {
  padding-right: 10px;
}

.renewal202602 #supported .btnlist a span {
  font-size: 2em;
}

.renewal202602 #supported .btnlist a .smallsp {
  display: none;
}

.renewal202602 #supported .model {
  font-size: 2.4em;
  line-height: 2;
  letter-spacing: 0.05em;
}

.renewal202602 #supported h3 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  font-weight: 600;
  margin: 1em 0;
}

.renewal202602 #supported .place {
  font-size: 2.4em;
  line-height: 2;
  letter-spacing: 0.05em;
}

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

  .renewal202602 #supported {
    padding: 0 0 5em;
    background-image:url(../images/renewal_supported_bg_sp.png);
  }

  .renewal202602 #supported h2 {
    font-size: 2em;
  }

  .renewal202602 #supported .btnlist a {
    height: 6em;
  }

  .renewal202602 #supported .btnlist a span {
    font-size: 1.2em;
  }

  .renewal202602 #supported .btnlist a span img {
    width: 2.6em;
  }

  .renewal202602 #supported .btnlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .renewal202602 #supported .btnlist li {
    width: 48%;
    margin: 0 0 2em;
  }

  .renewal202602 #supported .model {
    font-size: 1.4em;
    line-height: 1.6;
  }

  .renewal202602 #supported h3 {
    font-size: 2em;
  }

  .renewal202602 #supported .place {
    font-size: 1.4em;
    line-height: 1.6;
  }
}

@media only screen and (max-width:360px) {
  .renewal202602 #supported .btnlist a .smallsp {
    display: inline-block;
  }
}

/* ==============================================
 .renewal202602 #tips
=============================================== */

.renewal202602 #tips .h2_sub {
  text-align: center;
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.6;
}

.renewal202602 #tips h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  margin-bottom: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.renewal202602 .tipslist {
  font-size: 16px;
}

.renewal202602 #tips .cm_btn {
  margin-top: 4em;
}

.renewal202602 #tips .cm_btn a {
  padding: 1em 6em 1.5em;
}

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

  .renewal202602 .tipslist {
    font-size: calc(16vw / 14);
  }

}

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

  .renewal202602 #tips .h2_sub {
    font-size: 1.4em;
  }

  .renewal202602 #tips h2 {
    font-size: 2.2em;
  }

  .renewal202602 .tipslist {
    font-size: calc(16vw / 3.75);
  }

  .renewal202602 #tips .cm_btn {
    margin-top: 2em;
  }

  .renewal202602 #tips .cm_btn a {
    padding: 1em 3em 1.5em;
  }

}

/* ==============================================
 .renewal202602 #area 
=============================================== */

.renewal202602 #area h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  margin-bottom: 1em;
}

.renewal202602 #area .h2_sub {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 1.5em;
}

.renewal202602 .areabloc {
  font-size: 16px;
}

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

  .renewal202602 .areabloc {
    font-size: calc(16vw / 14);
  }

}

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

  .renewal202602 #area h2 {
    font-size: 2em;
  }

  .renewal202602 #area .h2_sub {
    font-size: 1.4em;
    text-align: left;
  }


  .renewal202602 .areabloc {
    font-size: calc(16vw / 3.75);
  }

}

/* ==============================================
 .renewal202602 #shop
=============================================== */

.renewal202602 #shop {
  background: #fff;
  color: #000;
}

.renewal202602 #shop h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.renewal202602 #shop .flex .item {
  width: 48%;
}

.renewal202602 #shop .flex .item h3 {
  text-align: center;
  padding: 2em 1em;
  color: #fff;
  line-height: 1.4;
}

.renewal202602 #shop .flex .item h3 span {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.renewal202602 #shop .flex .item h3 .fs_s {
  font-size: 3em;
}

.renewal202602 #shop .flex .item h3 .fs_b {
  font-size: 3.6em;
}

.renewal202602 #shop .flex .left h3 {
  background: #1f5faf;
}

.renewal202602 #shop .flex .right h3 {
  background: #33af1f;
}

.renewal202602 #shop .flex .item .name {
  font-size: 2.4em;
  font-weight: bold;
  margin-top: 1em;
}

.renewal202602 #shop .flex .item .review {
  font-size: 2.4em;
  font-weight: bold;
  color: #ffa800;
  margin-bottom: 1em;
}

.renewal202602 #shop .flex .item .overview {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 1em;
}

.renewal202602 #shop .flex .item .address {
  margin-bottom: 2em;
}

.renewal202602 #shop .flex .item .address span,
.renewal202602 #shop .flex .item .address a {
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
  font-weight: 500;
}

.renewal202602 #shop .flex .item .address span {
  margin-right: 1em;
}

.renewal202602 #shop .flex .item .address a {
  border-radius: 5em;
  background: #f71313;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
}

.renewal202602 #shop .flex .item .address a:hover {
  color: #fff;
  opacity: 1;
}

.renewal202602 #shop .flex .item .contact {
  font-size: 2em;
  font-weight: 500;
}

.renewal202602 #shop .flex .item .contact a,
.renewal202602 #shop .flex .item .contact a:hover {
  color: #000;
}

.renewal202602 #shop .flex .item .cm_btn {
  margin-top: 3em;
}

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

  .renewal202602 #shop h2 {
    font-size: 2.4em;
  }

  .renewal202602 #shop .flex .item {
    width: 100%;
  }

  .renewal202602 #shop .flex .left {
    margin-bottom: 3em;
  }

  .renewal202602 #shop .flex .item h3 {
    padding: 1em;
  }

  .renewal202602 #shop .flex .item h3 .fs_s {
    font-size: 1.6em;
  }

  .renewal202602 #shop .flex .item h3 .fs_b {
    font-size: 1.8em;
  }

  .renewal202602 #shop .flex .item .name {
    font-size: 1.6em;
  }

  .renewal202602 #shop .flex .item .review {
    font-size: 1.6em;
  }

  .renewal202602 #shop .flex .item .overview {
    font-size: 1.4em;
  }

  .renewal202602 #shop .flex .item .address {
    margin-bottom: 1.5em;
  }

  .renewal202602 #shop .flex .item .address span,
  .renewal202602 #shop .flex .item .address a {
    font-size: 1.4em;
  }

  .renewal202602 #shop .flex .item .address span {
    margin-bottom: 0.5em;
  }

  .renewal202602 #shop .flex .item .contact {
    font-size: 1.4em;
  }

  .renewal202602 #shop .flex .item .cm_btn {
    margin-top: 2em;
  }

}

/* ==============================================
 .renewal202602 #service 
=============================================== */

.renewal202602 #service {
  background: #fff;
  color: #000;
  padding-top: 0;
}

.renewal202602 #service h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.renewal202602 #service ul {
  flex-wrap: wrap;
}

.renewal202602 #service ul li {
  width: 24%;
  background-image:url(../images/renewal_service_bg01.jpg);
  background-position:center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  padding: 1em;
  margin-bottom: 2em;
}

.renewal202602 #service ul li:nth-child(2) {
  background-image:url(../images/renewal_service_bg02.jpg);
}

.renewal202602 #service ul li:nth-child(3) {
  background-image:url(../images/renewal_service_bg03.jpg);
}

.renewal202602 #service ul li:nth-child(4) {
  background-image:url(../images/renewal_service_bg04.jpg);
}

.renewal202602 #service ul li:nth-child(5) {
  background-image:url(../images/renewal_service_bg05.jpg);
}

.renewal202602 #service ul li:nth-child(6) {
  background-image:url(../images/renewal_service_bg06.jpg);
}

.renewal202602 #service ul li:nth-child(7) {
  background-image:url(../images/renewal_service_bg07.jpg);
}

.renewal202602 #service ul li:nth-child(8) {
  background-image:url(../images/renewal_service_bg08.jpg);
}

.renewal202602 #service ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10em;
  border: 1px solid #fff;
  text-align: center;
}

.renewal202602 #service ul li p span {
  font-size: 2.2em;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

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

  .renewal202602 #service .inner {
    padding: 0 0.5em;
  }

  .renewal202602 #service h2 {
    font-size: 2.2em;
  }

  .renewal202602 #service ul li {
    width: 49%;
    margin-bottom: 1em;
    padding: 0.5em;
  }

  .renewal202602 #service ul li p {
    height: 7em;
  }

  .renewal202602 #service ul li p span {
    font-size: 1.2em;
  }

}

/* ==============================================
 .renewal202602 #voice 
=============================================== */

.renewal202602 #voice {
  background: #fff;
  color: #000;
  padding-top: 0;
}

.renewal202602 #voice h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  margin-bottom: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.renewal202602 .voicelist {
  font-size: 16px;
  color: #fff;
}

.renewal202602 .voicelist li .maker span, .voicelist li .shop span {
  font-size: 0.9em;
}

.renewal202602 #voice .cm_btn {
  margin-top: 4em;
}

.renewal202602 #voice .cm_btn a {
  padding: 1em 6em 1.5em;
}

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

  .renewal202602 .voicelist {
    font-size: calc(16vw / 14);
  }

}

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

  .renewal202602 #voice h2 {
    font-size: 2.2em;
  }
  
  .renewal202602 .voicelist {
    font-size: calc(16vw / 3.75);
  }

  .renewal202602 #voice .cm_btn {
    margin-top: 2em;
  }

}

/* ==============================================
 .renewal202602 #recruitment
=============================================== */

.renewal202602 #recruitment {
  background-image:url(../images/renewal_recruitment_bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}

.renewal202602 #recruitment .inner {
  padding-left: 70em;
}

.renewal202602 #recruitment h2 {
  text-align: left;
  width: 50em;
  margin-bottom: 5em;
}

.renewal202602 #recruitment .cm_btn {
  text-align: left;
}

.renewal202602 #recruitment .cm_btn a {
  border-radius: 5em;
}

.renewal202602 #recruitment .cm_btn a,
.renewal202602 #recruitment .cm_btn a:hover {
  color: #fff;
}

.renewal202602 #recruitment .cm_btn a span {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}

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

  .renewal202602 #recruitment {
    background-image:url(../images/renewal_recruitment_bg_sp.jpg);
  }

  .renewal202602 #recruitment .inner {
    padding-left: 0;
  }

  .renewal202602 #recruitment h2 {
    text-align: center;
    width: 80%;
    margin: 0 auto 2em;
  }

  .renewal202602 #recruitment .cm_btn {
    text-align: center;
  }

  .renewal202602 #recruitment .cm_btn a span {
    font-size: 1.6em;
  }

}

/* ==============================================
 .renewal202602 #information 
=============================================== */

.renewal202602 #information {
  background: #000;
}

.renewal202602 #information h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

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

  .renewal202602 #information h2 {
    font-size: 2em;
  }
}

/* .line
----------------------------------------------- */

.renewal202602 #information .line {
  color: #000;
  background: #7dfc69;
  padding: 4em 1.6em;
}

.renewal202602 #information .line .flex {
  width: 62%;
  margin: 0 auto;
}

.renewal202602 #information .line .flex .left {
  width: 20%;
  text-align: center;
}

.renewal202602 #information .line .flex .right {
  width: 75%;
}

.renewal202602 #information .line .flex .left .logo {
  width: 16.4em;
  margin-bottom: 2em;
}

.renewal202602 #information .line .flex .left .btn {
  width: 16.2em;
}

.renewal202602 #information .line .flex .left .btn img {
filter: drop-shadow(3px 3px 3px rgba(180,180,180,0.6));
}

.renewal202602 #information .line .flex .right h3 {
  text-align: center;
  margin-bottom: 2em;
}

.renewal202602 #information .line .flex .right h3 span {
  display: inline-block;
  vertical-align: middle;
}

.renewal202602 #information .line .flex .right h3 .border {
  border-radius: 2em;
  border: 0.4em solid #000;
  padding: 1em 4em;
  background: #fff;
  line-height: 1;
}

.renewal202602 #information .line .flex .right h3 .fs_s {
  font-size: 3em;
  font-weight: bold;
}

.renewal202602 #information .line .flex .right h3 .fs_b {
  font-size: 3.6em;
  font-weight: 900;
}

.renewal202602 #information .line .flex .right .txt01 {
  font-size: 2.4em;
  font-weight: bold;
}

.renewal202602 #information .line .flex .right .txt02 {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 0.5em;
}

.renewal202602 #information .line .txt03 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: 1em;
}

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

  .renewal202602 #information .line {
    padding: 3em 1.6em;
  }

  .renewal202602 #information .line .flex {
    width: 100%;
    position: relative;
  }

  .renewal202602 #information .line .flex .left {
    width: 100%;
    margin: 6em 0 2em;
  }

  .renewal202602 #information .line .flex .right {
    width: 100%;
  }

  .renewal202602 #information .line .flex .left .logo {
    width: 40%;
    margin: 0 auto 1em;
  }

  .renewal202602 #information .line .flex .left .btn {
    width: 40%;
    margin: 0 auto;
  }

  .renewal202602 #information .line .flex .right h3 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-bottom: 0;
  }

  .renewal202602 #information .line .flex .right h3 .border {
    width: 80%;
    border-radius: 1em;
    border: 0.2em solid #000;
    padding: 1em 2em;
  }

  .renewal202602 #information .line .flex .right h3 .fs_s {
    font-size: 1.6em;
  }

  .renewal202602 #information .line .flex .right h3 .fs_b {
    font-size: 2em;
  }

  .renewal202602 #information .line .flex .right .txt01 {
    font-size: 1.5em;
  }

  .renewal202602 #information .line .flex .right .txt02 {
    font-size: 1.2em;
  }

  .renewal202602 #information .line .txt03 {
    font-size: 1.2em;
  }

}

/* .shop
----------------------------------------------- */

.renewal202602 #information .shop {
  margin-top: 4em;
  background: #fff;
  color: #000;
  padding: 3em 1.6em;
  border-radius: 2em;
}

.renewal202602 #information .shop a,
.renewal202602 #information .shop a:hover {
  color: #000;
} 

.renewal202602 #information .shop h3 {
  text-align: center;
  font-size: 4.8em;
  font-weight: bold;
  color: #1f5faf;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

.renewal202602 #information .setagaya h3 {
  color: #33af1f;
}

.renewal202602 #information .shop .h3_sub {
  text-align: center;
  margin-bottom: 2em;
}

.renewal202602 #information .shop .h3_sub span {
  display: inline-block;
  background: #1f5faf;
  color: #fff;
  border-radius: 0.5em;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 1em;
}

.renewal202602 #information .setagaya .h3_sub span {
  background: #33af1f;
}

.renewal202602 #information .shop .txt01 {
  text-align: center;
  margin-bottom: 2em;
}

.renewal202602 #information .shop .txt01 span {
  display: inline-block;
  text-align: left;
  font-size: 2em;
  font-weight: 500;
}

.renewal202602 #information .shop h4 {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
}

.renewal202602 #information .shop ul {
  justify-content: center;
  flex-wrap: wrap;
}

.renewal202602 #information .shop ul li {
  font-size: 2.4em;
  background: #272727;
  color: #fff;
  line-height: 1.2;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin: 0 0.5em 0.5em 0;
}

.renewal202602 #information .shop .btns {
    margin: 2em auto;
    align-items: center;
    width: 85%;
}

.renewal202602 #information .shop .btns p {
  width: 48%;
}

.renewal202602 #information .shop .open {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

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

  .renewal202602 #information .shop {
    margin-top: 3em;
    padding: 2em 1.6em;
    border-radius: 1em;
  }

  .renewal202602 #information .shop h3 {
    font-size: 2em;
  }

  .renewal202602 #information .shop .h3_sub {
    margin-bottom: 1.5em;
  }

  .renewal202602 #information .shop .h3_sub span {
    font-size: 1.4em;
  }

  .renewal202602 #information .shop .txt01 {
    margin-bottom: 1.4em;
  }

  .renewal202602 #information .shop .txt01 span {
    font-size: 1.4em;
  }

  .renewal202602 #information .shop h4 {
    font-size: 1.8em;
  }

  .renewal202602 #information .shop ul {
    flex-direction: column;
  }

  .renewal202602 #information .shop ul li {
    font-size: 1.6em;
    margin: 0 auto 0.5em;
  }

  .renewal202602 #information .shop .btns {
    width: 100%;
  }

  .renewal202602 #information .shop .btns p {
    width: 100%;
  }

  .renewal202602 #information .shop .btns .tel {
    margin-bottom: 1em;
  }

  .renewal202602 #information .shop .open {
    font-size: 1.4em;
  }

}

/* ==============================================
 #renewal_bottom_fixed 
=============================================== */

#renewal_bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

#renewal_bottom_fixed.up {
  position: static;
  background: #000;
}

#renewal_bottom_fixed .gotop_block {
  text-align: right;
}

#renewal_bottom_fixed .gotop_block a {
  display: inline-block;
  background: hsla(0, 0%, 100%, .8);
  padding: 0.5em 2em;
  color: #ce141c;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
}

#renewal_bottom_fixed .gotop_block a:hover {
  opacity: 1;
}

#renewal_bottom_fixed .contact_block {
  background: hsla(0, 0%, 100%, .8);
  color: #000;
  padding: 1em;
}

#renewal_bottom_fixed.up .contact_block {
  background: #fff;
}

#renewal_bottom_fixed .flex {
  /* width: 80%; */
  width: 60%;
  margin: 0 auto;
  align-items: center;
}

#renewal_bottom_fixed .flex p {
  width: 43em;
  padding: 0 0.5em;
}

#renewal_bottom_fixed .flex .line {
  width: 30em;
  padding: 0 0.5em;
}

#renewal_bottom_fixed .flex p a img {
  filter: drop-shadow(3px 3px 3px rgba(180,180,180,0.6));
}

#renewal_bottom_fixed .open {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: 0.5em;
}

/* ==============================================
 #renewal_bottom_fixed_sp 
=============================================== */

#renewal_bottom_fixed_sp {
  display: none;
}

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

  #renewal_bottom_fixed_sp {
    display: block;
    position: fixed;
    bottom: 5em;
    right: 0;
    width: 5em;
    z-index: 4;
  }

  #renewal_bottom_fixed_sp p {
    margin-bottom: 0.5em;
  }

  #renewal_bottom_fixed_sp p a {
    opacity: 1;
  }

  #renewal_bottom_fixed_sp p img {
    filter: drop-shadow(3px 3px 3px rgba(180,180,180,0.6));
  }

}

/* ==============================================
 #recruitment 
=============================================== */

#recruitment.page {
  background: #fff;
  color: #000;
}

#recruitment.page a,
#recruitment.page a:hover {
  color: #000;
}

/* ==============================================
 #recruitment #sec01 
=============================================== */

#recruitment #sec01 .h2_01 {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
}

#recruitment #sec01 h2 {
  text-align: center;
  font-size: 3.6em;
  font-weight: bold;
}

#recruitment #sec01 .h2_02 {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

#recruitment #sec01 .txt01 {
  width: 70%;
  margin: 0 auto;
  font-size: 1.8em;
  font-weight: 500;
}

#recruitment #sec01 ul {
  flex-wrap: wrap;
  margin-top: 5em;
}

#recruitment #sec01 ul li {
  width: 32%;
  margin-top: 2em;
}

#recruitment #sec01 ul li a {
  display: block;
  border: 3px solid #000;
  border-radius: 1em;
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  padding: 1em;
  position: relative;
}

#recruitment #sec01 ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1em;
    margin-top: -0.4em;
    width: 0.8em;
    height: 0.8em;
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#recruitment #sec01 ul li a:hover {
  background: #f7cecb;
}

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

  #recruitment #sec01 .h2_01 {
    font-size: 1.4em;
  }

  #recruitment #sec01 h2 {
    font-size: 2em;
    margin: 0.5em 0;
  }

  #recruitment #sec01 .h2_02 {
    font-size: 1.4em;
  }

  #recruitment #sec01 .txt01 {
    width: 100%;
    font-size: 1.4em;
  }

  #recruitment #sec01 ul {
    margin-top: 3em;
  }

  #recruitment #sec01 ul li {
    width: 90%;
    margin: 2em auto 0;
  }

  #recruitment #sec01 ul li a {
    border: 3px solid #000;
    border-radius: 0.5em;
    font-size: 1.6em;
  }

}

/* ==============================================
 #recruitment #sec02 
=============================================== */

#recruitment #sec02 {
  position: relative;
  padding: 12em 0;
}

#recruitment #sec02::before {
  content: "";
  width: 70%;
  height: 60em;
  background-image:url(../images/recruitment_sec02_img.jpg);
  background-position:center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#recruitment #sec02 .content {
  margin: 0 0 0 65em;
  background: #457f52;
  padding: 4em 3em 8em;
  color: #fff;
  position: relative;
  z-index: 1;
}

#recruitment #sec02 .content h2 {
  text-align: center;
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 1em;
}

#recruitment #sec02 .content .txt {
  font-size: 1.8em;
}

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

  #recruitment #sec02 {
    position: relative;
    padding: 0 0 30em;
  }

  #recruitment #sec02 .inner {
    padding: 0;
  }

  #recruitment #sec02::before {
    content: "";
    width: 100%;
    height: 30em;
    top: auto;
    bottom: 0;
    left: 0%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  #recruitment #sec02 .content {
    margin: 0;
    padding: 3em 1.6em;
  }

  #recruitment #sec02 .content h2 {
    font-size: 1.8em;
  }

  #recruitment #sec02 .content .txt {
    font-size: 1.4em;
  }

}

/* ==============================================
 #recruitment #message 
=============================================== */

#recruitment #message h2 {
  text-align: center;
  font-size: 4.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

#recruitment #message .img {
  margin-bottom: 4em;
}

#recruitment #message h3 {
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

#recruitment #message .txt {
  width: 70%;
  margin: 0 auto;
  font-size: 1.8em;
}

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

  #recruitment #message h2 {
    font-size: 2em;
    margin-bottom: 1.5em;
  }

  #recruitment #message .img {
    margin-bottom: 2em;
  }

  #recruitment #message h3 {
    font-size: 1.8em;
  }

  #recruitment #message .txt {
    width: 100%;
    font-size: 1.4em;
  }

}

/* ==============================================
 #recruitment #video 
=============================================== */

#recruitment #video {
background: #000;
color: #fff;
padding-bottom: 10em;
}

#recruitment #video .inner {
width: 70em;
}

#recruitment #video h2 {
text-align: center;
margin-bottom: 2.5em;
}

#recruitment #video h2 span {
  display: inline-block;
  font-weight: bold;
}

#recruitment #video h2 .h2_01 {
  font-size: 2.4em;
  margin-bottom: 0.5em;
}

#recruitment #video h2 .h2_02 {
  font-size: 3em;
}

#recruitment #video .canvas {
  position: relative;
  padding: 0 0 56%;
  height: 0;
  overflow: hidden;
}

#recruitment #video .canvas  iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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

  #recruitment #video .inner {
    width: 60%;
  }

}

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

  #recruitment #video {
  padding-bottom: 4em;
  }

  #recruitment #video .inner {
  width: 100%;
  }

  #recruitment #video h2 .h2_01 {
    font-size: 1.6em;
  }

  #recruitment #video h2 .h2_02 {
    font-size: 1.8em;
  }

}

/* ==============================================
 #recruitment #character 
=============================================== */

#recruitment #character h2 {
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
}

#recruitment #character ul {
  flex-wrap: wrap;
}

#recruitment #character ul li {
  width: 32%;
  margin-bottom: 2em;
}

#recruitment #character ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #457f52;
  text-align: center;
  padding: 2em 1em;
  border-radius: 1em;
  margin-bottom: 1.5em;
}

#recruitment #character ul li h3 span {
  font-size: 2.7em;
  font-weight:bold;
  color: #457f52;
}

#recruitment #character ul li .txt {
  font-size: 1.8em;
}

#recruitment #character .important {
  margin: 2em 0 3em;
  align-items: center;
}

#recruitment #character .important .left {
  width: 30%;
  text-align: center;
  font-size: 4.8em;
  font-weight: bold;
  color: #457f52;
  padding-left: 1em;
}

#recruitment #character .important .right {
  width: 65%;
  background: #457f52;
  color: #fff;
  padding: 2em 3em;
  font-size: 2.4em;
  font-style:oblique;
}

#recruitment #character .btm_txt {
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
}

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

  #recruitment #character h2 {
    font-size: 1.8em;
  }

  #recruitment #character ul li {
    width: 100%;
  }

  #recruitment #character ul li h3 {
    border: 2px solid #457f52;
    padding: 1.5em 1em;
    border-radius: 0.5em;
  }

  #recruitment #character ul li h3 span {
    font-size: 1.6em;
  }

  #recruitment #character ul li .txt {
    font-size: 1.4em;
  }

  #recruitment #character .important {
    margin: 2em 0;
  }

  #recruitment #character .important .left {
    width: 100%;
    font-size: 2em;
    padding-left: 0;
    margin-bottom: 1em;
  }

  #recruitment #character .important .right {
    width: 100%;
    padding: 2em 1em;
    font-size: 1.4em;
  }

  #recruitment #character .btm_txt {
    text-align: left;
    font-size: 1.4em;
  }

}

/* ==============================================
 #recruitment #offering 
=============================================== */

#recruitment #offering h2 {
  text-align: center;
  font-size:  4.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

#recruitment #offering .shop {
  margin-bottom: 4em;
}

#recruitment #offering .setagaya {
  margin-bottom: 6em;
}

#recruitment #offering .shop .img {
  width: 45%;
}

#recruitment #offering .shop .right {
  width: 53%;
}

#recruitment #offering .shop .right h3 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#recruitment #offering .shop .right .address {
  font-size: 2.2em;
  margin-bottom: 1em;
}

#recruitment #offering .shop .right .business {
  font-size: 2.4em;
  font-weight: bold;
}

#recruitment #offering ul {
  flex-wrap: wrap;
}

#recruitment #offering ul li {
  width: 48%;
  margin-bottom: 4em;
}

#recruitment #offering ul li .name {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#recruitment #offering ul li .txt {
  margin-top: 1em;
  font-size: 2em;
}

#recruitment .application_bnr {
  position: relative;
  background: #457f52;
  color: #fff;
  padding: 3em 4em 6em;
  border-radius: 2em;
  margin-top: 3em;
}

#recruitment .application_bnr h3 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#recruitment .application_bnr .txt {
  font-size: 2.2em;
  margin-bottom: 1.5em;
}

#recruitment .application_bnr .btn {
  text-align: center;
}

#recruitment .application_bnr .btn a {
  display: inline-block;
  background: #fff;
  color: #457f52;
  border: 3px solid #fff;
  border-radius: 2em;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
  padding: 1em 3em;
}

#recruitment .application_bnr .btn a:hover {
  background: #457f52;
  color: #fff;
  opacity: 1;
}

#recruitment .application_bnr .img {
  position: absolute;
  bottom: 0;
  right: 2em;
  width: 25em;
  height: auto;
}

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

  #recruitment #offering h2 {
    font-size:  2em;
  }

  #recruitment #offering .shop {
    margin-bottom: 3em;
  }

  #recruitment #offering .setagaya {
    margin-bottom: 4em;
  }

  #recruitment #offering .shop .img {
    width: 100%;
    order: 1;
    margin-top: 2em;
  }

  #recruitment #offering .shop .right {
    width: 100%;
  }

  #recruitment #offering .shop .right h3 {
    font-size: 1.8em;
  }

  #recruitment #offering .shop .right .address {
    font-size: 1.4em;
  }

  #recruitment #offering .shop .right .business {
    font-size: 1.4em;
  }

  #recruitment #offering ul li {
    width: 100%;
    margin-bottom: 2.5em;
  }

  #recruitment #offering ul li .name {
    font-size: 1.8em;
  }

  #recruitment #offering ul li .txt {
    font-size: 1.4em;
  }

  #recruitment .application_bnr {
    padding: 3em 1.6em 6em;
    border-radius: 1em;
    margin-top: 2em;
  }

  #recruitment .application_bnr h3 {
    font-size: 1.6em;
  }

  #recruitment .application_bnr .txt {
    font-size: 1.4em;
  }

  #recruitment .application_bnr .btn {
    text-align: left;
  }

  #recruitment .application_bnr .btn a {
    border: 2px solid #fff;
    font-size: 1.6em;
    padding: 1em 2em;
  }

  #recruitment .application_bnr .img {
    width: 10em;
  }


}

/* ==============================================
 #recruitment #workplace  
=============================================== */

#recruitment #workplace h2 {
  text-align: center;
  font-size: 4.2em;
  font-weight: bold;
  margin-bottom: 2em;
}

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

  #recruitment #workplace h2 {
    font-size: 1.8em;
  }
}

/* #recruitment #workplace .benefits
----------------------------------------------- */

#recruitment #workplace .benefits {
  width: 80%;
  margin: 0 auto;
}

#recruitment #workplace .benefits .item {
  width: 50%;
}

#recruitment #workplace .benefits .item .img img {
  width: 80%;
}

#recruitment #workplace .benefits .item .img {
  margin-bottom: 8em;
}

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

  #recruitment #workplace .benefits .item {
    width: 100%;
  }

  #recruitment #workplace .benefits .item .img img {
    width: 100%;
  }

  #recruitment #workplace .benefits .item .img {
    margin-bottom: 4em;
  }

}

/* #recruitment #workplace .environment
----------------------------------------------- */

#recruitment #workplace .environment {
  margin-bottom: 6em;
}

#recruitment #workplace .environment ul {
  flex-wrap: wrap;
}

#recruitment #workplace .environment ul li {
  width: 48%;
  margin-bottom: 4em;
}

#recruitment #workplace .environment ul li h3 {
  text-align: center;
  font-size:3em;
  color: #457f52;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#recruitment #workplace .environment ul li .txt {
  margin-top: 1em;
  font-size: 1.8em;
}

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

  #recruitment #workplace .environment {
    margin-bottom: 2em;
  }

  #recruitment #workplace .environment ul li {
    width: 100%;
    margin-bottom: 3em;
  }

  #recruitment #workplace .environment ul li h3 {
    font-size:1.8em;
  }

  #recruitment #workplace .environment ul li .txt {
    font-size: 1.4em;
  }

}

/*  #recruitment #workplace .history
----------------------------------------------- */

#recruitment #workplace .history h3 {
  text-align: center;
  color: #457f52;
  font-size: 3.6em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

#recruitment #workplace .history .flex {
  align-items: center;
}

#recruitment #workplace .history .flex .left  {
  width: 63%;
}

#recruitment #workplace .history .flex .img  {
  width: 35%;
}

#recruitment #workplace .history .flex .left table {
  width: 100%;
}

#recruitment #workplace .history .flex .left table,
#recruitment #workplace .history .flex .left table th,
#recruitment #workplace .history .flex .left table td {
  border: 1px solid #000;
}

#recruitment #workplace .history .flex .left table th {
  width: 23%;
  font-size: 2.4em;
  font-weight: bold;
  padding: 0.5em;
  vertical-align: middle;
}

#recruitment #workplace .history .flex .left table td {
  font-size: 1.8em;
  padding: 1em;
}

#recruitment #workplace .history .flex .img img {
  width: 70%;
}

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

  #recruitment #workplace .history h3 {
    font-size: 1.8em;
  }

  #recruitment #workplace .history .flex .left  {
    width: 100%;
    margin-bottom: 3em;
  }

  #recruitment #workplace .history .flex .img  {
    width: 100%;
  }

  #recruitment #workplace .history .flex .left table th {
    font-size: 1.4em;
  }

  #recruitment #workplace .history .flex .left table td {
    font-size: 1.2em;
  }

  #recruitment #workplace .history .flex .img img {
    width: 60%;
  }

}


/* ==============================================
 #recruitment #process 
=============================================== */

#recruitment #process h2 {
  font-size: 4.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

#recruitment #process .content {
  text-align: center;
}

#recruitment #process .content .txt {
  display: inline-block;
  font-size: 3em;
  line-height: 2;
  font-weight: 500;
  text-align: left;
}

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

  #recruitment #process h2 {
    font-size: 2em;
  }

  #recruitment #process .content .txt {
    display: block;
    font-size: 1.4em;
  }
}

/* ==============================================
 #recruitment #faq 
=============================================== */

#recruitment #faq h2 {
  text-align: center;
  font-size: 4.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

#recruitment #faq .inner {
  width: 100em;
  margin: 0 auto;
}

#recruitment #faq .faq_list li {
  margin-bottom: 6em;
}

#recruitment #faq .faq_list li:last-child {
  margin-bottom: 0;
}

#recruitment #faq .faq_list li .faq_trigger {
  position: relative;
  padding-left: 12em;
  margin-bottom: 3em;
}

#recruitment #faq .faq_list li .faq_trigger::before {
  content: "";
  width: 8em;
  height: 8em;
  background-image:url(../images/recruitment_faq_icon_que.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:contain;
  background-size:contain;
  position: absolute;
  top: 0;
  left: 0;
}

#recruitment #faq .faq_list li .faq_trigger .txt {
  background: #c7f6d1;
  padding: 3em;
  border-radius: 2em;
  position: relative;
}

#recruitment #faq .faq_list li .faq_trigger .txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(4em / 2) 5em calc(4em / 2) 0;
  border-color: transparent #c7f6d1 transparent transparent;
  position: absolute;
  top: 2em;
  left: -2.5em;
}

#recruitment #faq .faq_list li .faq_trigger .txt::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 4em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    border-top: 2px solid #457f52;
    border-right: 2px solid #457f52;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#recruitment #faq .faq_list li .faq_trigger.open .txt::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#recruitment #faq .faq_list li .faq_trigger .txt span {
  font-size: 2.4em;
  font-weight: bold;
  color: #457f52;
}

#recruitment #faq .faq_list li .faq_ans {
  position: relative;
  padding-right: 12em;
}

#recruitment #faq .faq_list li .faq_ans::after {
  content: "";
  width: 8em;
  height: 8em;
  background-image:url(../images/recruitment_faq_icon_ans.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:contain;
  background-size:contain;
  position: absolute;
  top: 0;
  right: 0;
}

#recruitment #faq .faq_list li .faq_ans .txt {
  background: #d3ffd6;
  padding: 3em;
  border-radius: 2em;
  position: relative;
}

#recruitment #faq .faq_list li .faq_ans .txt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(4em / 2) 0 calc(4em / 2) 5em;
  border-color: transparent transparent transparent #d3ffd6;
  position: absolute;
  top: 2em;
  right: -2.5em;
}

#recruitment #faq .faq_list li .faq_ans .txt span {
  font-size: 2em;
  font-weight: bold;
  color: #457f52;
}

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

  #recruitment #faq h2 {
    font-size: 1.8em;
  }

  #recruitment #faq .inner {
    width: 100%;
  }

  #recruitment #faq .faq_list li {
    margin-bottom: 3em;
  }

  #recruitment #faq .faq_list li .faq_trigger {
    padding-left: 6em;
    margin-bottom: 1.5em;
  }

  #recruitment #faq .faq_list li .faq_trigger::before {
    content: "";
    width: 4em;
    height: 4em;
  }

  #recruitment #faq .faq_list li .faq_trigger .txt {
    padding: 1.5em;
    border-radius: 1em;
  }

  #recruitment #faq .faq_list li .faq_trigger .txt::before {
    border-width: calc(2em / 2) 3em calc(3em / 2) 0;
    top: 1em;
    left: -1.5em;
  }

  #recruitment #faq .faq_list li .faq_trigger .txt::after {
      right: 2em;
      margin-top: -0.5em;
      width: 1em;
      height: 1em;
  }

  #recruitment #faq .faq_list li .faq_trigger .txt span {
    font-size: 1.6em;
  }

  #recruitment #faq .faq_list li .faq_ans {
    padding-right: 6em;
  }

  #recruitment #faq .faq_list li .faq_ans::after {
    width: 4em;
    height: 4em;
  }

  #recruitment #faq .faq_list li .faq_ans .txt {
    padding: 1.5em;
    border-radius: 1em;
  }

  #recruitment #faq .faq_list li .faq_ans .txt::after {
    border-width: calc(2em / 2) 0 calc(2em / 2) 3em;
    top: 1em;
    right: -1.5em;
  }

  #recruitment #faq .faq_list li .faq_ans .txt span {
    font-size: 1.4em;
  }

}

/* ==============================================
 #recruitment #shop
=============================================== */

#recruitment #shop {
  padding-bottom: 0;
}

#recruitment #shop .cm_btn a,
#recruitment #shop .cm_btn a:hover {
  color: #fff !important;
}

/* ==============================================
 #application 
=============================================== */

#application.page {
  background: #fff;
  color: #000;
}

#application.page a,
#application.page a:hover {
  color: #000;
}

/* ==============================================
 #application #sec01 
=============================================== */

#application #sec01 ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}

#application #sec01 ul li {
  width: 32%;
  margin: 2em 1.5% 0 0;
}

#application #sec01 ul li:nth-child(3n) {
  margin-right: 0;
}

#application #sec01 ul li a {
  display: block;
  border: 3px solid #000;
  border-radius: 1em;
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  padding: 1em;
  position: relative;
}

#application #sec01 ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1em;
    margin-top: -0.4em;
    width: 0.8em;
    height: 0.8em;
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#application #sec01 ul li a:hover {
  background: #f7cecb;
}

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

  #application #sec01 ul {
    margin-top: 3em;
  }

  #application #sec01 ul li {
    width: 90%;
    margin: 2em auto 0;
  }

  #application #sec01 ul li:nth-child(3n) {
    margin-right: auto;
  }

  #application #sec01 ul li a {
    border: 3px solid #000;
    border-radius: 0.5em;
    font-size: 1.6em;
  }

}

/* ==============================================
 #application .job
=============================================== */

 #application .job {
  padding-bottom: 0;
 }

 #application .job h2 {
  font-size: 4.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
 }

 #application .job .job_list li .job_trigger {
  margin-bottom: 3em;
 }

 #application .job .job_list li .job_trigger h3 {
  background: #457f52;
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  padding: 1em 1em 1em 2em;
  line-height: 1;
  position: relative;
}

#application .job .job_list li .job_trigger h3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2em;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#application .job .job_list li .job_trigger.open h3::after {
  top: 60%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#application .job .job_list li .job_content {
  display: none;
}

#application #sec02 .job_list li .job_content {
  display: block;
}

#application .job .job_list li .job_content table {
  width: 70%;
  margin: 0 auto;
 }

#application .job .job_list li .job_content table,
#application .job .job_list li .job_content table th,
#application .job .job_list li .job_content table td {
  border-bottom: 1px solid #000;
}

#application .job .job_list li .job_content table th {
  width: 23%;
  font-size: 2.4em;
  font-weight: bold;
  padding: 0.8em;
}

#application .job .job_list li .job_content table td {
  font-size: 1.8em;
  padding: 1em;
}

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

  #application .job h2 {
    font-size: 2em;
  }

  #application .job .job_list li .job_trigger {
    margin-bottom: 1.5em;
  }

  #application .job .job_list li .job_trigger h3 {
    font-size: 1.6em;
  }

  #application .job .job_list li .job_trigger h3::after {
    right: 1em;
    margin-top: -0.4em;
    width: 0.8em;
    height: 0.8em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #application .job .job_list li .job_content table {
    width: 100%;
  }

  #application .job .job_list li .job_content table th {
    font-size: 1.4em;
  }

  #application .job .job_list li .job_content table td {
    font-size: 1.2em;
  }

}

/* ==============================================
 #application #sec06
=============================================== */

#application #sec06 h2 {
  text-align: center;
  font-size: 4.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

#application #sec06 .h2_sub {
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 1em;
} 

#application #sec06 .tel {
  text-align: center;
  margin-bottom: 4em;
}

#application #sec06 .tel a {
  display: inline-block;
  width: 48em;
}

#application #sec06 .form_block {
  width: 100em;
  margin: 0 auto;
}

#application #sec06 .form_block ul {
  margin-bottom: 4em;
}

#application #sec06 .form_block ul li {
  background: #f2f2f2;
  border-radius: 1em;
  padding: 3em;
  margin-bottom: 0.5em;
}

#application #sec06 .form_block ul li.job_cate {
  margin-bottom: 2em;
}

#application #sec06 .form_block ul li .head {
  width: 25%;
  font-size: 1.8em;
  font-weight: bold;
}

#application #sec06 .form_block ul li .head .required {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5em;
  background: #ff0000;
  line-height: 1;
  padding: 0.7em 1em;
  color: #fff;
  font-weight: bold;
  margin-left: 0.5em;
}

#application #sec06 .form_block ul li .content {
  width: 73%;
}

#application #sec06 .form_block ul li .content p {
  font-size: 1.6em;
}

#application #sec06 .form_block  input[type=checkbox] {
  margin-right: 5px;
}

#application #sec06 .form_block  input[type=checkbox],
#application #sec06 .form_block  input[type="radio"] {
  transform: scale(1.5);
}

#application #sec06 .form_block input[type=text],
#application #sec06 .form_block input[type="email"],
#application #sec06 .form_block textarea,
#application #sec06 .form_block select {
  font-size: 1.1em;
  line-height: 1.6;
	width:100%;
	border: none;
	padding: 0.5em;
	color: #413226;
	background: #fff;
  box-shadow: inset -3px -3px 5px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

#application #sec06 .form_block textarea {
  width: 100%;
}

#application #sec06 .form_block ul li .content p .label {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

#application #sec06 .form_block ul li.job_cate .content p .vertical-item {
  display: block;
  margin-bottom: 1em;
}

#application #sec06 .form_block ul li.address .content p {
  margin-bottom: 1em;
}

#application #sec06 .form_block ul li.address .content p.zip input[type=text] {
  width: 20%
}

#application #sec06 .form_block ul li.tel p {
  text-align: left;
}

#application #sec06 .form_block ul li.tel p input[type="text"] {
  width: 24%
}

#application #sec06 .form_block ul li.file p {
  margin-bottom: 1em;
}

#application .mw_wp_form .error {
  margin-top: 0.5em;
  font-weight: 700;
  color: #ee4958;
}

#application #sec06 .form_block .policycheck {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 2em;
}

#application #sec06 .form_block .policycheck a {
  vertical-align: middle;
}

#application #sec06 .form_block .btn_form {
  text-align: center;
}

#application #sec06 .form_block .btn_form input {
  display: inline-block;
  padding: 1em 3em;
  border-radius: 0.5em;
  background-color: #dc0101;
  -webkit-box-shadow: inset 0 -3px #aeaeae;
  -moz-box-shadow: inset 0 -3px #aeaeae;
  box-shadow: inset 0 -3px #aeaeae;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  border: 0;
}

#application #sec06 .form_block #submitback {
  margin-right: 1em;
}

#application #sec06 .form_block .btn_form #submitback input {
  background-color: #888;
}

#application #sec06 .form_block .btn_form input:hover {
  text-decoration: none;
  opacity: .75;
}

#application #sec06 .mw_wp_form_confirm .form_block .policycheck {
  display: none;
}

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

  #application #sec06 h2 {
    font-size: 2em;
  }

  #application #sec06 .h2_sub {
    font-size: 1.4em;
    margin-bottom: 1.5em;
  } 

  #application #sec06 .tel {
    margin-bottom: 3em;
  }

  #application #sec06 .tel a {
    width: 100%;
  }

  #application #sec06 .form_block {
    width: 100%;
  }

  #application #sec06 .form_block ul {
    margin-bottom: 3em;
  }

  #application #sec06 .form_block ul li {
    border-radius: 0.5em;
    padding: 1.5em;
  }

  #application #sec06 .form_block ul li.job_cate {
    margin-bottom: 1em;
  }

  #application #sec06 .form_block ul li .head {
    width: 100%;
    font-size: 1.6em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
  }

  #application #sec06 .form_block ul li .content {
    width: 100%;
  }

  #application #sec06 .form_block ul li .content p {
    font-size: 1.4em;
  }

  #application #sec06 .form_block ul li.address .content p.zip input[type=text] {
    width: 30%
  }


  #application #sec06 .form_block ul li.tel p input[type="text"] {
    width: 27%
  }

  #application #sec06 .form_block .btn_form input {
    font-size: 1.6em;
  }

}

/* ==============================================
 title 
=============================================== */

/* title
----------------------------------------------- */

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

}


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

}

/*
  body {
    font-size: calc(18vw / 19.2);
  }

  body {
    font-size: calc(16vw / 3.8);
  }

#feature {
  font-size: calc(10vw / 15);
}

@media (max-width: 767px) {
  
  #feature {
    font-size: calc(10vw / 3.8);
  }
  
}

*/