@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
/* html5 reset*/
html {
  overflow-y: scroll;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
span {
  font-weight: 500;
}
li {
  list-style: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  vertical-align: bottom;
}
/* original reset */
html {
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:link {
  color: #000000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
}
/* html5 reset +alpha */
html {
  font-size: 62.5%; /* (14px) */
  line-height: 1.0;
  overflow-x: hidden;
}
/* common item */
.clrfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clrfx {
  zoom: 1;
}
.clr {
  clear: both;
}
.fltl {
  float: left;
}
.fltr {
  float: right;
}
.leftAdjust {
  text-align: left;
}
.rightAdjust {
  text-align: right;
}
.centerAdjust {
  text-align: center;
}
.topAdjust {
  vertical-align: top;
}
.middleAdjust {
  vertical-align: middle;
}
.bottomAdjust {
  vertical-align: bottom;
}
.rlt {
  position: relative;
}
.abs {
  position: absolute;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-though;
}
img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
}
a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
iframe {
  max-width: 100%;
  line-height: 1;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}
.grecaptcha-badge {
  display: none;
}
/* body style */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  color: #000000;
  font-size: 1.6rem;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  line-height: 1;
  animation: fadein 2s forwards;
  letter-spacing: 0.05em;
  padding-top: 120px;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@media screen and (max-width: 1280px) {
body {
  padding-top: 80px;
}
}
@media screen and (max-width: 768px) {

}

/*-------------------------------------*/
/*	その他	*/
/*-------------------------------------*/
main p {
  /*font-size: 100%;*/
  line-height: 1.8;
  text-align:justify;
}
body.h_single main {
  padding-top: 80px;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 3px solid #F6F6F6;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
#wrapper {
  position: relative;
}
.w1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.w800 {
  max-width: 800px;
  margin: 0 auto;
}
.w700 {
  max-width: 700px;
  margin: 0 auto;
}
.content {
  max-width: 960px;
  margin: 0 auto;
}
.section {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}
.section_t {
  padding-top: 155px !important;
}
.section_b {
  padding-bottom: 155px !important;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 20px auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
@media print, screen and (min-width: 768px) {
  .sp_view {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .section_t {
    padding-top: 80px !important;
  }
  .section_b {
    padding-bottom: 80px !important;
  }
}
/*--------------------------------
	パンくず
*/
.pankuzu {
  padding: 1em 0;
  max-width: 1280px;
  margin: 0 auto;
}
.pankuzu .breadcrumb {
  font-size: 1.6rem;
  color: #655d5b;
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.pankuzu .breadcrumb span {
  display: inline-block;
  padding: 0.5em 0;
  color: #655d5b;
}
.pankuzu .breadcrumb span.current-item {
color: #D00005;
}
.pankuzu .breadcrumb span:nth-of-type(1) {
  padding: 0;
}
.pankuzu .breadcrumb span a {
  color: #000000;
  text-decoration: underline;
}
.pankuzu .breadcrumb span a:hover {
  color: #D00005;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .pankuzu .breadcrumb {
    font-size: 1.2rem;
  }
}
/*-------------------------------------*/
/*	ヘッダー関連	*/
/*-------------------------------------*/
header h1 {
  text-indent: -9999px;
  display: none;
}
header {
  width: 100%;
  height: 120px;
  transition: .3s;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #EEEEEE;
}
header.is-animation{

}
header .inner {
  height: 100%;
  width: 100%;
  transition: .3s;
  position: relative;
}
header .inner .logo {
  position: absolute;
  top: 0;
  left: 40px;
  width: 70%;
  max-width: 270px;
  display: block;
  transition: .3s;
  z-index: 1;
}
header .inner .logo a {
  height: 120px;
  display: block;
}
header .inner .logo img {
  width: 100%;
  max-width: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
#gbl {
  display: flex;
  justify-content: flex-end;
  transition: .3s;
  align-items: center;
  margin: 0 0 0 auto;
  position: relative;
}
#gbl ul.nav_list {
  height: 120px;
  transition: .3s;
  display: flex;
}
#gbl ul.nav_list > li {
  position: relative;
  vertical-align: middle;
}
header #gbl ul.nav_list > li > a {
  display: block;
  padding: 0 1.5em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000000;
  position: relative;
  text-align: center;
  height: 120px;
    display: flex;
  align-items: center;
}
header #gbl ul.nav_list > li > a span{
  display: block;
  color: #D00005;
   font-family: "Montserrat", sans-serif;
   font-weight: 700;
   font-size: 2.4rem;
   margin-bottom: 10px;
}
header #gbl ul.nav_list > li.menu_link > a:hover {
  color: #D00005;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header #gbl ul.nav_list > li.h_entry a {
  background-color: #000000;
  text-align: center;
  width: 160px;
}
header #gbl ul.nav_list > li.h_entry {
  margin-left: 30px;

}
header #gbl ul.nav_list > li.h_entry a div{
margin:  0 auto;
}
header #gbl ul.nav_list > li.h_entry a span{
  margin-bottom: 0;
}
header #gbl ul.nav_list > li.h_entry a:hover {
  background-color: #D00005;
}
header #gbl ul.nav_list > li.h_entry a:hover span{
  color: #000000;
}

@media print {
  .menu, .gnav {
    display: none;
  }
}
@media screen and (max-width:1500px) {
  header .inner .logo {
    width: 30%;
    max-width: 250px;
  }
  header #gbl ul.nav_list > li > a {
    padding: 0 1em;
    font-size: 1.4rem;
  }
}
@media screen and (min-width:1201px) {
 a.menu_entry, .menu, .gnav {
    display: none;
  }
}
@media screen and (max-width:1200px) {
  #gbl {
    display: none;
  }
  header {
    height: 80px;
    top: 0;
  }
  header .inner {
    width: 100%;
  }
    header .inner .logo {
    left: 20px;
    width: 50%;
  }
  header .inner .logo a {
    height: 80px;
  }
  header .inner .logo a img {}
  #gbl {
    display: none;
  }
  /*ハンバーガーメニュー*/
  .menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 80px;
    z-index: 100;
    cursor: pointer;
    display: block;
    transition: .5s;
    background-image: url(../images/recruit/menu_off.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #D00005;
  }
  .menu.open {
    background-image: url(../images/recruit/menu_on.svg);
     background-color: #666666;
  }
a.menu_entry{
    position: absolute;
    right: 70px;
    top: 0;
    width: 70px;
    height: 80px;
    z-index: 100;
    cursor: pointer;
    display: block;
    transition: .5s;
    background-color: #000000;
    display: flex;
    align-items: center;
    color: #D00005;
  }
  a.menu_entry span{
margin: 0 auto;
font-family: "Montserrat", sans-serif;
font-weight: 700;
  }
  /*gnav*/
  .gnav {
    background-color: rgba(0, 0, 0, 0.452);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    top: 80px;
    left: 0;
  }
  .gnav__wrap {
    display: block;
    height: 100%;
    position: absolute;
    width: 90%;
    max-width: 280px;
    background-color: #FFFFFF;
    right: 0;
    top: 0;
    overflow-y: scroll;
  }
  .gnav__inner {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .gnav__inner ul.main_menu {
    padding-top: 50px;
    margin-bottom: 40px;
    width: 100%;
  }
  ul.main_menu > li > a {
    display: block;
    padding: 1.2em 1.5em 1.2em 2.5em;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.05em;
  }
    ul.main_menu > li > a span{
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
      color: #D00005;
   font-family: "Montserrat", sans-serif;
   font-weight: 700;
   font-size: 2.4rem;
   margin-bottom: 10px;
  }

}
@media screen and (max-width:768px) {}
@media screen and (max-width:550px) {}
/*-------------------------------------*/
/*	フッター関連	*/
/*-------------------------------------*/
footer {
  padding: 100px 0;
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  letter-spacing: 0.05em;
}
footer a:link {
  color: #FFFFFF;
}
footer h5 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 3.2rem;
}
footer h5 a{
 color: #FFFFFF;
}
footer address {
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 700;
}
.sns_list {
  max-width: 450px;
  display: flex;
}
.sns_list li:not(:last-child) {
  margin-right: 30px;
}
.sns_list li a {
  background-color: #999999;
  display: block;
  border-radius: 50px;
}
.sns_list li a:hover {
  background-color: #666666;
}
#f_nav ul{
margin: 0 0 0 auto;
 max-width: 280px;
}
#f_nav ul li:not(:last-child){
  margin-bottom: 20px;
}
#f_nav .f_bt_red{
  color: #FFFFFF;
  background-color: #D00005;
  padding: 0 0.7em;
  line-height: 60px;
  height: 60px;
  display: block;
  text-align: center;
}
#f_nav .f_bt_red:hover{
background-color: #AC0001;
}
#f_nav .f_bt_gray{
  color: #FFFFFF;
  background-color: #999999;
  padding: 0 0.7em;
  line-height: 60px;
  height: 60px;
  display: block;
  text-align: center;
}
#f_nav .f_bt_gray:hover{
  background-color: #666666;
}
  .copy {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 100px;
  }
@media screen and (max-width:991px) {
footer {
  padding: 60px 0;
}
footer h5 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
footer h5 a{
 color: #FFFFFF;
}
footer address {
  text-align: center;
}
footer .sns_list {
  justify-content: center;
  margin: 0 auto 30px auto;
}
#f_nav ul{
margin: 0 auto;
 max-width: 280px;
}
#f_nav ul li:not(:last-child){
  margin-bottom: 20px;
}
  .copy {
    padding-top: 40px;
  }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:550px) {
  #f_nav ul{
margin: 0 auto;
 max-width: 550px;
}
}
/*-------------------------------------*/
/*	共通	*/
/*-------------------------------------*/
.ttl{
  margin-bottom: 80px;
  position: relative;
}
.ttl span{
  font-weight: 700;
  font-size: 7.0rem;
   font-family: "Montserrat", sans-serif;
}
.ttl span::before{
  content: "";
  width: 100%;
  max-width: 640px;
  height: 10px;
  background-color: #D00005;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.ttl02{
  margin-bottom: 60px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.ttl03{
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
a.bt_red{
display: inline-block;
width: 100%;
max-width: 280px;
background-color: #FFFFFF;
color: #000000;
border: 4px solid #D00005;
padding: 0.7em 50px 0.7em 0.7em;
position: relative;
line-height: 1.8;
}
a.bt_red::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/recruit/ico_arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    position:absolute;
    top:50%;
    right:8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
}
a.bt_red:hover:before{
    background-image: url("../images/recruit/ico_arrow-w.svg");
}
a.bt_red:hover{
 background-color: #D00005;
color: #FFFFFF;
border: 4px solid #D00005;   
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto ;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .ttl{
  margin-bottom: 40px;
  position: relative;
}
.ttl span{
  font-size: 3.2rem;
}
.ttl span::before{
  content: "";
  width: 100%;
  max-width: 640px;
  height: 5px;
  background-color: #D00005;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.ttl02{
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
}
.ttl03{
  margin-bottom: 40px;
  font-size: 2.4rem;
}
}
@media screen and (max-width: 550px) {
  a.bt_red{
max-width: 550px;
}
}
/*-------------------------------------*/
/*	TOP	*/
/*-------------------------------------*/
/* main img */
#main_img{
  width: 100%;
  height: calc( 100vh - 120px );
  background-image: url("../images/recruit/main_img.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
#main_img .main_ttl{
      position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 60%;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main_img .main_ttl .inner h2{
font-size: 12.0rem;
font-weight: 900;
line-height: 1.3;
margin-bottom: 10px;
}
#main_img .main_ttl .inner p{
font-size: 2.4rem;
font-weight: 700;
 font-family: "Montserrat", sans-serif;
 color: #D00005;
}
#main_img .main_ttl .inner p span{
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 1300px) {
#main_img .main_ttl .inner h2{
font-size: 9.0rem;
}
#main_img .main_ttl .inner p{
font-size: 1.8rem;
}
}
@media screen and (max-width: 1200px) {
  #main_img{
  height: calc( 100vh - 80px );
}
#main_img .main_ttl .inner h2{
font-size: 8.0rem;
}
#main_img .main_ttl .inner p{
font-size: 1.6rem;
}
}
@media screen and (max-width: 991px) {
#main_img .main_ttl .inner h2{
font-size: 6.0rem;
}
#main_img .main_ttl .inner p{
font-size: 1.4rem;
}
}
@media screen and (max-width: 768px) {
  #main_img{
  width: 100%;
  height: 100%;
  background-image: none;
}
#main_img .main_ttl{
      position: absolute;
    top: 20%;
    right: 0%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main_img .main_ttl .inner h2{
font-size: 8.0rem;
}
#main_img .main_ttl .inner p{
font-size: 1.6rem;
}
}
@media screen and (max-width: 550px) {
  #main_img .main_ttl{
      position: absolute;
    top: 17%;
    right: 0%;
}
  #main_img .main_ttl .inner h2{
font-size: 6.0rem;
}
#main_img .main_ttl .inner p{
font-size: 1.2rem;
}
}
/* introduction */
#introduction{
  position: relative;
  padding-bottom: 155px;
}
.caption.top{
  margin-bottom: 40px;
}
.caption.top p:not(:last-of-type){
  margin-bottom: 40px;
}
.caption.top p span{
  color: #D00005;
}
#introduction ul{
  display: flex;
  max-width: 580px;
  justify-content: space-between;
}
#introduction ul li{
max-width: 280px;
width: 48%;
}
.introduction_img01{
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #introduction{
  padding-bottom: 0;
}
  .introduction_img01{
  position: relative;
  width: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  z-index: -1;
  margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
  #introduction ul{
  flex-direction: column;
}
#introduction ul li{
max-width: 550px;
width: 100%;
margin-bottom: 20px;
}
}
/* top_movie */
#top_movie{
  background-color: #D00005;
  color: #FFFFFF;
}
#top_movie .ttl span::before{
  background-color: #FFFFFF;
}
/* interview */
#top_interview .caption{
  margin-bottom: 70px;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.sliderArea .slick-slide {
  margin: 0 20px;
}
.sliderArea .slick-slide img {
  width: 100%;
  height: auto;
}
.sliderArea .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.sliderArea .slick-active {
  opacity: 1;
}
.sliderArea .slick-current {
  opacity: 1;
}
.sliderArea .full-screen .slick-list {
  overflow: visible;
}
.sliderArea .full-screen.slider {
  max-width: 640px;
  margin: 0 auto;
}
#top_interview .staff_box p{
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #top_interview .caption{
  margin-bottom: 30px;
}
  .sliderArea .slick-slide {
  margin: 0 10px;
}
}
@media screen and (max-width: 550px) {
}

/* top data */
a.bt_data{
  display: block;
}
a.bt_data dl{
  display: flex;
  justify-content: space-between; 
}
a.bt_data dl dt{
  background-color: #D00005;
  color: #FFFFFF;
  width: 40%;
  padding: 70px 60px;
  font-size: 4.0rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
a.bt_data dl dt span{
  font-weight: 700;
}
a.bt_data dl dd{
  background-color: #000000;
  color: #FFFFFF;
  width: 60%;
  padding: 70px 60px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 2;
  display: flex;
  align-items: center;
  position: relative;
}
a.bt_data dl dd::before{
      content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/recruit/ico_arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    position:absolute;
    bottom: 40px;
    right:40px;
    z-index:1;
   transition: 0.3s;
}
a.bt_data:hover dl dd::before{
    bottom: 40px;
    right:30px;
}
a.bt_data dl dd h2{
  margin-bottom: 60px;

}
a.bt_data dl dd h2 span{
font-size: 8.0rem;
 font-family: "Montserrat", sans-serif;
 font-weight: 700;
 position: relative;
}
a.bt_data dl dd h2 span::before{
  content: "";
  width: 300px;
  height: 7px;
  background-color: #D00005;
  position: absolute;
  left: -60px;
  bottom: -20px;
}
a.bt_data dl dd h3{
font-weight: 700;
line-height: 1.5;
font-size: 4.8rem;
}
@media screen and (max-width: 991px) {
  a.bt_data dl dt{
  width: 40%;
  padding: 40px;
  font-size: 2.8rem;
}
a.bt_data dl dd{
  width: 60%;
  padding: 40px;
}
a.bt_data dl dd::before{
    width: 40px;
    height: 40px;
    bottom: 40px;
    right:40px;
}
a.bt_data:hover dl dd::before{
    bottom: 40px;
    right:30px;
}
a.bt_data dl dd h2{
  margin-bottom: 40px;
}
a.bt_data dl dd h2 span{
font-size: 8.0rem;
}
a.bt_data dl dd h2 span::before{
  width: 300px;
  height: 7px;
  left: -40px;
  bottom: -20px;
}
a.bt_data dl dd h3{
font-size: 3rem;
}
}
@media screen and (max-width: 768px) {
    a.bt_data dl dt{
  width: 40%;
  padding: 40px;
  font-size: 2.0rem;
}
a.bt_data dl dd h2 span{
font-size: 4.0rem;
}
a.bt_data dl dd h2 span::before{
  width: 200px;
  height: 7px;
  left: -40px;
  bottom: -20px;
}
a.bt_data dl dd h3{
font-size: 2.4rem;
}
}
@media screen and (max-width: 550px) {
 a.bt_data dl dt{
  width: 40%;
  padding: 20px;
  font-size: 1.2rem;
}
a.bt_data dl dd{
padding: 20px;
}
a.bt_data dl dd::before{
    width: 20px;
    height: 20px;
    bottom: 20px;
    right:20px;
}
a.bt_data dl dd h2 span{
font-size: 2.0rem;
}
a.bt_data dl dd h2 span::before{
  width: 100px;
  height: 7px;
  left: -20px;
  bottom: -20px;
}
a.bt_data dl dd h3{
font-size: 1.2rem;
}
}
/* top_message */
.topmessage_box{
  display: flex;
  justify-content: space-between;
}
.topmessage_box .txt{
  max-width: 760px;
  width: 100%;
  padding-right: 120px;
}
.topmessage_box .img{
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .topmessage_box .txt{
  padding-right: 40px;
}
}
@media screen and (max-width: 991px) {
  .topmessage_box{
  flex-direction: column;
}
.topmessage_box .txt{
  max-width: 760px;
  width: 100%;
  padding-right: 0;
  margin: 0 auto;
}
.topmessage_box .img{
  max-width: 520px;
  width: 100%;
   margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	下層ページ共通スタイル	*/
/*-------------------------------------*/
#sub_ttl{
padding: 160px 20px;
}
#sub_ttl h2{
  max-width: 640px;
  margin: 0 auto;
  border-bottom: 7px solid #D00005;
  text-align: center;
  padding-bottom: 10px;
  font-size: 7.2rem;
   font-family: "Montserrat", sans-serif;
   font-weight: 700;
   margin-bottom: 45px;
}
#sub_ttl h2 span{
   font-weight: 700;
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#sub_ttl h3{
  text-align: center;
  font-weight: 700;
  font-size: 4.0rem;
  margin-bottom: 45px;
}
#sub_ttl h3 span{
  font-weight: 700;
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#sub_ttl p{
  text-align: center;
}
#sub_ttl p span{
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
.explanation{
  display: flex;
  justify-content: space-between;
}
.explanation.ex_right{
  flex-direction: row-reverse;
}
.explanation .txt{
  max-width: 680px;
}
.explanation .img{
  max-width: 600px;
}
.explanation.ex_left .txt{
  padding-right: 80px;
}
.explanation.ex_right .txt{
  padding-left: 80px;
}
.explanation h2{
  margin-bottom: 20px;
}
.explanation h2 span{
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 0.5em 0.5em;
  display: inline-block;
}
.explanation h3{
  margin-bottom: 20px;
}
.explanation h3 span{
    background-color: #D00005;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 4rem;
  padding: 0.4em 0.5em;
  display: inline-block;
  margin-bottom: 20px;
}
.explanation .caption p{
  margin-bottom: 40px;
}
.explanation .caption p span{
  color: #D00005;
}
@media screen and (max-width: 1350px) {
.explanation.ex_left .caption{
  padding-left: 40px;
}
.explanation.ex_right .caption{
  padding-right: 40px;
}
.explanation.ex_left .txt{
  padding-right: 40px;
}
.explanation.ex_right .txt{
  padding-left: 40px;
}

}
@media screen and (max-width: 991px) {
  .explanation,.explanation.ex_right{
  flex-direction: column;
}
.explanation .txt{
  max-width: 991px;
}
.explanation .img{
  max-width: 991px;
  width: 100%;
}
.explanation.ex_left .txt{
  padding-right: 0;
}
.explanation.ex_right .txt{
  padding-left: 0;
}
.explanation.ex_left .caption,.explanation.ex_right .caption{
  padding-left: 40px;
  padding-right: 40px;
}
.explanation h2{
  margin-bottom: 20px;
}
.explanation h2 span{
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 0.5em 0.5em 0.5em 40px;
  display: inline-block;
}
.explanation h3{
  margin-bottom: 20px;
}
.explanation h3 span{
    background-color: #D00005;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 4rem;
  padding: 0.4em 0.5em 0.4em 40px;
  display: inline-block;
  margin-bottom: 20px;
}
.explanation .caption p{
  margin-bottom: 40px;
}
.explanation .caption p span{
  color: #D00005;
}
}
@media screen and (max-width: 768px) {
  #sub_ttl{
padding: 75px 20px;
}
#sub_ttl h2{
  max-width: 640px;
  border-bottom: 5px solid #D00005;
  padding-bottom: 10px;
  font-size: 3.2rem;
   margin-bottom: 25px;
}
#sub_ttl h3{
  font-size: 2.0rem;
  margin-bottom: 25px;
}
#sub_ttl p{
  text-align: center;
}
.explanation.ex_left .caption,.explanation.ex_right .caption{
  padding-left: 20px;
  padding-right: 20px;
}
.explanation h2{
  margin-bottom: 20px;
}
.explanation h2 span{
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.5em 0.5em 0.5em 20px;
  display: inline-block;
}
.explanation h3{
  margin-bottom: 10px;
}
.explanation h3 span{
    background-color: #D00005;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 0.4em 0.5em 0.4em 20px;
  display: inline-block;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	about	*/
/*-------------------------------------*/

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	works	*/
/*-------------------------------------*/
.bg_gray{
  background-color: #EEEEEE;
}
.bg_gray h2{
  text-align: center;
  color: #D00005;
  font-weight: 700;
  font-size: 4.0rem;
  margin-bottom: 80px;
}
.setsubi_list{
display: flex;
justify-content: space-between;
gap: 0px 70px;
}
.setsubi_list .setsubi_box{
  width: calc( 100% / 3 - 70px );
}
.setsubi_box h3{
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 20px;
}
.setsubi_box ul li{
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}
.setsubi_box ul li::before{
  content: "●";
  color: #D00005;
  position: absolute;
  left: 0;
}
.tenken_table {
  width: 100%;
}
.tenken_table, th, td {
  border-collapse: collapse;
  border: 1px solid #000000;
}
.tenken_table th, .tenken_table td {
  padding: 1em;
}
.tenken_table th {
  vertical-align: middle;
  text-align: center;
  line-height: 1.8;
}
.tenken_table td {
  padding: 1em;
  line-height: 1.8;
  vertical-align: middle;
  text-align: center;
}
.tenken_table thead th {
  background-color: #D00005;
  color: #FFFFFF;
}
.tenken_table thead td {
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
}
.tenken_table tbody th {
  background-color: #666666;
  color: #FFFFFF;
}
.tenken_table tbody td {
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .setsubi_list{
display: flex;
justify-content: space-between;
gap: 0px 20px;
}
.setsubi_list .setsubi_box{
  width: calc( 100% / 3 - 20px );
}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .bg_gray h2{
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.setsubi_box h3{
  font-size: 2.0rem;
}
    .setsubi_list{
flex-direction: column;
}
.setsubi_list .setsubi_box{
  width: 100%;
  max-width: 360px;
  margin: 0 auto 40px auto;
}
.tenken_table th, .tenken_table td {
    font-size: 1.4rem;
    padding: 0.5em;
  }
  .tenken_table tbody td {
    vertical-align: top;
    text-align: left;
    width: 38%;
  }
  .tenken_table tbody th {
    width: 24%;
  }
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	interview	一覧　*/
/*-------------------------------------*/
.interview_list {
margin-bottom: 150px;
}
.interview_list h3{
font-weight: 700;
font-size: 4.0rem;
margin-bottom: 40px;
line-height: 1.5;
color: #D00005;
}
.interview_list .name{
font-weight: 700;
font-size: 2.4rem;
margin-bottom: 20px;
}
.interview_list .name span{
font-weight: 700;
}
.interview_list .keireki{
margin-bottom: 40px;
}
.interview_list .shikaku{
margin-bottom: 40px;
}
.interview_list .shikaku span{
color: #D00005;
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .interview_list {
margin-bottom: 80px;
}
.col-2_list.interview_list .col_box{
margin-bottom: 0px;
}
  .interview_list h3{
font-size: 2.4rem;
margin-bottom: 20px;
}
.interview_list .name{
font-weight: 700;
font-size: 2.4rem;
margin-bottom: 20px;
}
.interview_list .name span{
font-weight: 700;
}
.interview_list .keireki{
margin-bottom: 20px;
}
.interview_list .shikaku{
margin-bottom: 20px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	interview	詳細　*/
/*-------------------------------------*/
ul.staff_nav{
  text-align: center;
  margin-bottom: 80px;
}
ul.staff_nav li{
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
}
ul.staff_nav li:last-child{
  margin-right: 0;
}
ul.staff_nav li a{
  width: 64px;
  height: 65px;
  background-color: #EEEEEE;
  display: flex;
  align-items: center; 
  border-radius: 50px;
}
ul.staff_nav li a div{
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.0rem;
}
ul.staff_nav li a div span{
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
  color: #D00005;
}
ul.staff_nav li.current a{
  color: #FFFFFF;
  background-color: #D00005;
}
ul.staff_nav li.current a div span{
  color: #FFFFFF;
}
ul.staff_nav li a:hover{
  background-color: #CCCCCC;
}
.interview_box{
  margin-bottom: 80px;
}
.interview_box .name{
  font-weight: 700;
  font-size: 4.0rem;
  margin-bottom: 25px;
}
.interview_box .name span{
  font-weight: 700;
  font-size: 2.4rem;
}
.interview_box .keireki{
  margin-bottom: 25px;
}
.interview_box .shikaku span{
  color: #D00005;
}
.interview_box02{
  border-top: 1px solid #000000;
}
.interview_box02 dl{
  padding: 80px 0;
  border-bottom: 1px solid #000000;
  display: flex;
}
.interview_box02 dl dt{
  max-width: 400px;
  width: 100%;
}
.interview_box02 dl dd{
  max-width: 840px;
  width: 100%;
  padding-left: 40px;
}
.interview_box02 dl dt span{
  display: block;
  background-color: #D00005;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.9em 0.5em;
  line-height: 1.5;
  position: relative;
}
.interview_box02 dl dt span::before{
  content: "";
  display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 40px 100px 0px 0px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;

}
.interview_box02 dl dd p:not(:last-of-type){
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
    .interview_box02 dl{
 flex-direction: column;
}
    .interview_box02 dl dt{
 margin-bottom: 20px;
}
    .interview_box02 dl dd{
padding-left: 0;
}
}
@media screen and (max-width: 768px) {
  .interview_box02 dl{
  padding: 40px 0;
}
  .col-2_list.interview_box .col_box{
  margin-bottom: 0;
}
.interview_box{
  margin-bottom: 40px;
}
.interview_box .name{
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 25px;
}
.interview_box .name span{
  font-weight: 700;
  font-size: 1.6rem;
}
.interview_box02 dl dt span{
font-size: 1.6rem;
}
.interview_box02 dl dt span::before{
    border-width: 20px 50px 0px 0px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	data	*/
/*-------------------------------------*/
#data h2,#point h2{
  background-color: #D00005;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 4.0rem;
  text-align: center;
  padding: 0.4em 0.5em;
  position: relative;
  margin-bottom: 80px;
}
#data h2 span,#point h2 span{
  font-weight: 700;
  font-size: 2.4rem;
}
#data h2::before,#point h2::before{
  content: "";
  display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 40px 100px 0px 0px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}
/*3列*/
.data_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: space-between;
  margin-bottom: 60px;
}
.data_list::after {
  content: "";
  display: block;
  max-width: 280px;
  width: calc(100% / 3 - 40px);
}
.data_list .data_box {
  max-width: 280px;
  width: calc(100% / 3 - 40px);
  margin-bottom: 30px;
}
.data_box h3{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 3.2rem;
  color: #D00005;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
.data_box p{
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
.data_box p.f16{
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
}
.data_box p span{
color: #D00005;
}
.fuki{
    background-color: #D00005;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 4.0rem;
  text-align: center;
  padding: 0.4em 0.5em;
  position: relative;
  margin-bottom: 80px;
}
.fuki::before{
  content: "";
   display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 30px 30px 0px 30px;
    border-color: #D00005 transparent transparent transparent;
    position: absolute;
        position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
.fukuri_list{
  display: flex;
  justify-content: center;
 gap: 40px 40px;
}
.fukuri_list li{
  max-width: 280px;
  width: calc(100% / 3 - 40px);
}


#data .shikaku_list {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto 60px auto;
}
#data .shikaku_list .shikaku_box {
  width: 48%;
}
.shikaku_ttl {
  background-color: #D00005;
  color: #FFFFFF;
  padding: 0 0.5em;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/recruit/bg_shikaku.svg);
  background-position: center left;
  background-repeat: no-repeat;
}
.shikaku_ttl span {
  width: 4em;
  text-align: right;
}
#data .shikaku_list .shikaku_box ul li {
  padding: 1em 0.5em;
  display: flex;
  justify-content: space-between;
}
#data .shikaku_list .shikaku_box ul li span {
  width: 4em;
  text-align: right;
}
#data .shikaku_list .shikaku_box ul li:nth-of-type(even) {
  background-color: #EEEEEE;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
 #data h2,#point h2{
  font-size: 1.6rem;
  padding: 1em 0.5em;
  margin-bottom: 30px;
}
#data h2 span,#point h2 span{
  font-weight: 700;
  font-size: 1.2rem;
}
#data h2::before,#point h2::before{
    border-width: 20px 50px 0px 0px;
}
/*3列*/
.data_list {
  gap: 40px 20px;
  margin-bottom: 60px;
}
.data_list::after {
  content: "";
  display: block;
  max-width: 280px;
  width: calc(100% / 3 - 20px);
}
.data_list .data_box {
  max-width: 280px;
  width: calc(100% / 3 - 20px);
  margin-bottom: 0;
}
.data_box h3{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #D00005;
}
.data_box p{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.data_box p.f16{
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
}
.fuki{
    background-color: #D00005;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  padding: 1em 0.5em;
  position: relative;
  margin-bottom: 40px;
}
.fuki::before{
  content: "";
   display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 20px 20px 0px 20px;
    border-color: #D00005 transparent transparent transparent;
    position: absolute;
        position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fukuri_list{
  display: flex;
  justify-content: center;
 gap: 40px 20px;
}
.fukuri_list li{
  max-width: 280px;
  width: calc(100% / 3 - 20px);
}


#data .shikaku_list {
    flex-direction: column;
  }
#data .shikaku_list .shikaku_box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
#data .shikaku_list .shikaku_box ul li {
    font-size: 1.4rem;
    padding: 1.3em 0.5em;
  }
#data .shikaku_list .shikaku_box ul li:nth-of-type(even) {
    background-color: #EEEEEE;
  }
#data .shikaku_list .shikaku_box:last-of-type .shikaku_ttl {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .data_list::after {
  content: "";
  display: block;
  max-width: 280px;
  width: calc(100% / 2 - 20px);
}
.data_list .data_box {
  max-width: 280px;
  width: calc(100% / 2 - 20px);
  margin-bottom: 0;
}
.fukuri_list{
  display: flex;
  justify-content: space-between;
 gap: 40px 20px;
}
.fukuri_list li{
  max-width: 280px;
  width: calc(100% / 2 - 20px);
}
}
/*-------------------------------------*/
/*	message	*/
/*-------------------------------------*/
.message_box h2{
  color: #D00005;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.message_box .caption p:not(:last-of-type){
margin-bottom: 40px;
}
.message_box .name{
  padding: 40px 0;
  font-size: 4.0rem;
  font-weight: 700;
}
.message_box .name span{
  font-size: 2.0rem;
  font-weight: 700;
}
.message_box .shikaku{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.message_box .shikaku span{
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #D00005;
  color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
  padding: 0.5em;
  line-height: 1;
}
.message_box .keireki{
  margin-bottom: 30px;
}
.point_box{
  margin-bottom: 60px;
}
.point_box .no{
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.5em;
  line-height: 1;
  margin-bottom: 30px;
}
.point_box h3{
  color: #D00005;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .message_box h2{
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.message_box .caption p:not(:last-of-type){
margin-bottom: 20px;
}
.message_box .name{
  padding: 20px 0;
  font-size: 3.2rem;
  font-weight: 700;
}
.message_box .name span{
  font-size: 1.6rem;
  font-weight: 700;
}
.message_box .shikaku{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.message_box .shikaku span{
  margin-bottom: 10px;
}
.message_box .keireki{
  margin-bottom: 20px;
}
.point_box{
  margin-bottom: 40px;
}
.point_box .no{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.point_box h3{
  font-size: 2.4rem;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
#contact .caption{
  text-align: center;
  margin-bottom: 80px;
}
a.bt_back{
  width: 100%;
  max-width: 220px;
  padding: 0.8em 1em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: none;
  background: #D00005;
  color: #FFFFFF;
  border: 1px solid #D00005;
}
.form_area {}
.form_area h3 {
  margin-top: 40px !important;
  margin-bottom: 10px;
}
.form_area .col-2_list {
  gap: 0 5px;
}
.form_area .col-2_list .col_box {
  width: calc(100% / 2 - 5px);
}
.submit_btn_wrap {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}
ul.submit2_btn_wrap li {
  width: 48%;
}
.submit_btn {
  width: 100%;
  padding: 0.8em 1em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: none;
  background: #D00005;
  color: #FFFFFF;
  border: 1px solid #D00005;
}
.submit_btn:hover {
  background: #AC0001;
  text-decoration: none;
}
.back_btn {
  width: 100%;
  padding: 0.8em 1em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: none;
  background: #AAAAAA;
  color: #FFFFFF;
  border: 1px solid #AAAAAA;
}
.back_btn:hover {
  background: #838383;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.must {
  padding: 0.3em 0.6em;
  display: inline-block;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 400;
  background: #D00005;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1;
}
.consent_check_wrap {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.consent_check_wrap p a {
  text-decoration: underline;
  color: #000000;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #EEEEEE;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 1em;
  margin: 0;
  background-color: #EEEEEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
  display: inline-block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
.check_form{
  border: 1px solid #EEEEEE;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 1em;
  margin: 0;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .form_area .col-2_list {
    gap: 10px 0;
  }
  .form_area .col-2_list .col_box {
    width: 100%;
    margin: 0;
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  #contact .caption{
  text-align: left;
  margin-bottom: 40px;
}
  .form_area h4 {
    font-size: 1.8rem;
  }
  .tel_list {
    display: block;
  }
  .tel_list div {
    margin-right: 0;
  }
  .privacy_inner {
    padding: 10px;
  }
  .privacy_inner p {
    font-size: 75% !important;
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {}
/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/
.b {
  font-weight: bold !important;
} /*太字*/
.normal {
  font-weight: normal !important;
} /*太字を解除*/
.f08 {
  font-size: 8px;
  font-size: 0.8rem;
}
.f09 {
  font-size: 9px;
  font-size: 0.9rem;
}
.f10 {
  font-size: 10px;
  font-size: 1.0rem;
}
.f11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.f12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.f13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.f15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.f17 {
  font-size: 17px;
  font-size: 1.7rem;
}
.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.f19 {
  font-size: 19px;
  font-size: 1.9rem;
}
.f20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.f23 {
  font-size: 23px;
  font-size: 2.3rem;
}
.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.f25 {
  font-size: 25px;
  font-size: 2.5rem;
}
.f26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.f27 {
  font-size: 27px;
  font-size: 2.7rem;
}
.f28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.f29 {
  font-size: 29px;
  font-size: 2.9rem;
}
.f30 {
  font-size: 30px;
  font-size: 3.0rem;
}
.f31 {
  font-size: 31px;
  font-size: 3.1rem;
}
.f32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.f33 {
  font-size: 33px;
  font-size: 3.3rem;
}
.f34 {
  font-size: 34px;
  font-size: 3.4rem;
}
.f35 {
  font-size: 35px;
  font-size: 3.5rem;
}
.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/
.red {
  color: #CC0000 !important;
}
.maroon {
  color: #800000 !important;
}
.fuchsia {
  color: #ff00ff !important;
}
.purple {
  color: #660099 !important;
}
.lime {
  color: #00ff00 !important;
}
.green {
  color: #008000 !important;
}
.green2 {
  color: #399F81 !important;
}
.yellow {
  color: #ffff00 !important;
}
.olive {
  color: #808000 !important;
}
.blue {
  color: #0000dd !important;
}
.navy {
  color: #000080 !important;
}
.aqua {
  color: #00ffff !important;
}
.teal {
  color: #008080 !important;
}
.white {
  color: #fff !important;
}
.silver {
  color: #c0c0c0 !important;
}
.gray {
  color: #808080 !important;
}
.black {
  color: #000 !important;
}
.orange {
  color: #ffa500 !important;
}
.pink {
  color: #ffc0c8 !important;
}
/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/
.glow-red {
  padding: 2px;
  background-color: #ff0000 !important;
}
.glow-lime {
  padding: 2px;
  background-color: #00ff00 !important;
}
.glow-yellow {
  padding: 2px;
  background-color: #ffff00 !important;
}
.glow-aqua {
  padding: 2px;
  background-color: #00ffff !important;
}
.glow-gray {
  padding: 2px;
  background-color: #808080 !important;
}
.glow-black {
  padding: 2px;
  background-color: #000 !important;
}
.glow-black {
  padding: 2px;
  background-color: #000 !important;
}
/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/
.lh10 {
  line-height: 1.0 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh20 {
  line-height: 2.0 !important;
}
/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/
.underline {
  text-decoration: underline !important;
}
.del {
  text-decoration: line-through;
}
/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/
.al-c {
  text-align: center;
}
.al-r {
  text-align: right;
}
.al-l {
  text-align: left;
}
.al-l-c {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .al-l-c {
  text-align: center;
}
}
/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/
.radius1 {
  border-radius: 1px;
}
.radius2 {
  border-radius: 2px;
}
.radius3 {
  border-radius: 3px;
}
.radius4 {
  border-radius: 4px;
}
.radius5 {
  border-radius: 5px;
}
.radius6 {
  border-radius: 6px;
}
.radius7 {
  border-radius: 7px;
}
.radius8 {
  border-radius: 8px;
}
.radius9 {
  border-radius: 9px;
}
.radius10 {
  border-radius: 10px;
}
/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/
.box-bd2 {
  border-width: 2px;
}
.box-bd3 {
  border-width: 3px;
}
.box-bd4 {
  border-width: 4px;
}
.box-bd5 {
  border-width: 5px;
}
/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/
.box-c-black {
  border-color: #1d1d1d;
}
.box-c-red {
  border-color: #ff0000;
}
.box-c-blue {
  border-color: #0000ff;
}
.box-c-yellow {
  border-color: #ffff00;
}
.box-c-white {
  border-color: #fff;
}
/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/
.m0 {
  margin: 0 !important;
}
.m0-t {
  margin-top: 0 !important;
}
.m0-r {
  margin-right: 0 !important;
}
.m0-b {
  margin-bottom: 0 !important;
}
.m0-l {
  margin-left: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m5-t {
  margin-top: 5px !important;
}
.m5-r {
  margin-right: 5px !important;
}
.m5-b {
  margin-bottom: 5px !important;
}
.m5-l {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m10-t {
  margin-top: 10px !important;
}
.m10-r {
  margin-right: 10px !important;
}
.m10-b {
  margin-bottom: 10px !important;
}
.m10-l {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m15-t {
  margin-top: 15px !important;
}
.m15-r {
  margin-right: 15px !important;
}
.m15-b {
  margin-bottom: 15px !important;
}
.m15-l {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m20-t {
  margin-top: 20px !important;
}
.m20-r {
  margin-right: 20px !important;
}
.m20-b {
  margin-bottom: 20px !important;
}
.m20-l {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m25-t {
  margin-top: 25px !important;
}
.m25-r {
  margin-right: 25px !important;
}
.m25-b {
  margin-bottom: 25px !important;
}
.m25-l {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m30-t {
  margin-top: 30px !important;
}
.m30-r {
  margin-right: 30px !important;
}
.m30-b {
  margin-bottom: 30px !important;
}
.m30-l {
  margin-left: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m35-t {
  margin-top: 35px !important;
}
.m35-r {
  margin-right: 35px !important;
}
.m35-b {
  margin-bottom: 35px !important;
}
.m35-l {
  margin-left: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m40-t {
  margin-top: 40px !important;
}
.m40-r {
  margin-right: 40px !important;
}
.m40-b {
  margin-bottom: 40px !important;
}
.m40-l {
  margin-left: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m45-t {
  margin-top: 45px !important;
}
.m45-r {
  margin-right: 45px !important;
}
.m45-b {
  margin-bottom: 45px !important;
}
.m45-l {
  margin-left: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.m50-t {
  margin-top: 50px !important;
}
.m50-r {
  margin-right: 50px !important;
}
.m50-b {
  margin-bottom: 50px !important;
}
.m50-l {
  margin-left: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.m55-t {
  margin-top: 55px !important;
}
.m55-r {
  margin-right: 55px !important;
}
.m55-b {
  margin-bottom: 55px !important;
}
.m55-l {
  margin-left: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.m60-t {
  margin-top: 60px !important;
}
.m60-r {
  margin-right: 60px !important;
}
.m60-b {
  margin-bottom: 60px !important;
}
.m60-l {
  margin-left: 60px !important;
}
/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/
.p0 {
  padding: 0 !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p5-t {
  padding-top: 5px !important;
}
.p5-r {
  padding-right: 5px !important;
}
.p5-b {
  padding-bottom: 5px !important;
}
.p5-l {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p10-t {
  padding-top: 10px !important;
}
.p10-r {
  padding-right: 10px !important;
}
.p10-b {
  padding-bottom: 10px !important;
}
.p10-l {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p15-t {
  padding-top: 15px !important;
}
.p15-r {
  padding-right: 15px !important;
}
.p15-b {
  padding-bottom: 15px !important;
}
.p15-l {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p20-t {
  padding-top: 20px !important;
}
.p20-r {
  padding-right: 20px !important;
}
.p20-b {
  padding-bottom: 20px !important;
}
.p20-l {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p25-t {
  padding-top: 25px !important;
}
.p25-r {
  padding-right: 25px !important;
}
.p25-b {
  padding-bottom: 25px !important;
}
.p25-l {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p30-t {
  padding-top: 30px !important;
}
.p30-r {
  padding-right: 30px !important;
}
.p30-b {
  padding-bottom: 30px !important;
}
.p30-l {
  padding-left: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p35-t {
  padding-top: 35px !important;
}
.p35-r {
  padding-right: 35px !important;
}
.p35-b {
  padding-bottom: 35px !important;
}
.p35-l {
  padding-left: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p40-t {
  padding-top: 40px !important;
}
.p40-r {
  padding-right: 40px !important;
}
.p40-b {
  padding-bottom: 40px !important;
}
.p40-l {
  padding-left: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p45-t {
  padding-top: 45px !important;
}
.p45-r {
  padding-right: 45px !important;
}
.p45-b {
  padding-bottom: 45px !important;
}
.p45-l {
  padding-left: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.p50-t {
  padding-top: 50px !important;
}
.p50-r {
  padding-right: 50px !important;
}
.p50-b {
  padding-bottom: 50px !important;
}
.p50-l {
  padding-left: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.p55-t {
  padding-top: 55px !important;
}
.p55-r {
  padding-right: 55px !important;
}
.p55-b {
  padding-bottom: 55px !important;
}
.p55-l {
  padding-left: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.p60-t {
  padding-top: 60px !important;
}
.p60-r {
  padding-right: 60px !important;
}
.p60-b {
  padding-bottom: 60px !important;
}
.p60-l {
  padding-left: 60px !important;
}