@charset "utf-8";

body {
  overflow-x: hidden;
  font-family: "segoe ui",meiryo,"yu gothic","hiragino kaku gothic pron",sans-serif;
}

a {
  text-decoration: none;
  color: #29466d;
  border-bottom: 1px solid #29466d;
}

.p_flame a {
  font-size: 1rem;
}

.s_05 p.tel a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.s_05 p.tel {
  font-family: arial;
}

a[href^="tel:000-1234-5678"] {
  pointer-events: none;
}

p {
  line-height: 1.6rem;
}

.s_02 p {
  padding: 20px 0 40px 0;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.main_flame p {
  font-weight: normal;
  font-size: 1rem;
  padding: 20px 30px;
  background-color: #ffffff7a;
}

header {
  padding: 0;
  height: 60px;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 10;
}

#header_l {
  float: left;
}

h1 {
  float: left;
  padding: 0;
}

h1 a {
  display: block;
  width: 270px;
  height: 60px;
  font-size: 0;
  background: url(../img/logo.png) no-repeat;
}

h2, .section h1 {
  font-family: 'Century';
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
  color: #29466D;
  float: none;
}

h3 {
  font-weight: normal;
  font-size: 1.6rem;
}

.section h3 {
  margin-left: -8px;
  text-align: left;
}

.section h3:before {
  content:'┃';
  color: #29466D;
}

nav {
  background: #6680A2;
  background-repeat: repeat-x;
}

nav:after{
  content: "";
  clear: both;
  display: block;
}

.g_list{
  list-style-type: none;
  float: right;
}

.g_list li{
  position: relative;
  width: 120px;
  height: 40px;
  margin: 10px 0;
  line-height: 6px;
  float: left;
  text-align: center;
  border-right: 1px solid #4b668a;
  border-left: 1px solid #8ea8ca;
}

.g_list li:first-child {
  border-left: none;
}

.g_list li:last-child {
  border-right: none;
}

.g_list li a{
  display: block;
  padding: 1rem 0;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

.g_list li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/*トップページ*/
.main_flame {
  position:relative;
  border-top: 1px solid #67676730;
  border-bottom: 1px solid #67676730;
  background-image: url(../img/m_img00.jpg); 
  width: 100%;
  height:450px;
  overflow: hidden;
}

.main_img .bg_img {
  position   : absolute;
  top        : 0;
  left       : 50%;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 20s infinite;
  width: 1200px;
  margin-left:-600px;/*画像幅の半分だけ、ネガティブマージン*/
}

.src0 {
  display: flex;
  position: relative;
  top        : 0;
  left       : 50%;
  width: 1270px;
  margin-left:-635px;
  z-index: 2;
}

.bg_img img{
  visibility:hidden;
}

.src0 p {
  position: absolute;
  color: rgba(355,355,355,1);
  background-color: rgba(0,0,0,0);
  text-shadow: 0 0 5px #000000; 
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.2rem;
  top: 30%;
  left: 50%;
  padding: 0;
}


.src0 span {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: 游明朝, serif;
}

.main_img .src1 {
  background-image : url("../img/m_img01.jpg");
}
.main_img .src2 {
  background-image : url("../img/m_img02.jpg");
  animation-delay  : 6s;
}
.main_img .src3 {
  background-image : url("../img/m_img03.jpg");
  animation-delay  : 12s;
}

@keyframes bgAnime {
   0% { opacity: 0;
        transform: scale(1.05);
    }
  10% { opacity: 1; }
  50% { opacity: 1; }
  65% { opacity: 0; }
 100% { opacity: 0;
        transform: scale(1);
      }
}

.section {
  border: 0;
  box-shadow: 0 10px 20px -10px rgba(0,0,0,0.5) inset;
  text-align: center;
  padding: 3rem;
}

.s_flame {
  width: 800px;
  margin: auto;
}

.s_02 {
  background-image : url("../img/m_img20_g.png");
  background-color: #F4F6F9;
}

.p_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.i_wrap {
  width: 800px;
  margin: auto;
}

.p_flame {
  background-color: #fff;
  padding: 8px;
  margin: 0 0 40px 0;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}

.s_photo {
  height: 250px;
  width: 800px;
}

.s_photo01, .s_photo02, .s_photo03, .s_photo10 {
  background: url("../img/m_info001.jpg") no-repeat center center;
  background-size: cover;
}

.s_photo02 {
  background-image : url("../img/m_info002.jpg");
}

.s_photo03 {
  background-image : url("../img/m_info003.jpg");
}

.s_photo10 {
  background-image : url("../img/m_info010.jpg");
}

.b_flame {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.btn01 {
  border:1px solid #333;
  background-image: linear-gradient(to bottom, #F5CC00, #DDA100);
  border-radius: 4px;
  padding: 1rem;
  text-decoration: none;
  color: #383838;
  font-size: 1.3rem;
  font-weight: bold;
  box-shadow: 0px 2px 1px #0000004d;
}

.region .btn01 {
  width: 8rem;
}

.btn01:hover {
  background-image: linear-gradient(to bottom, #FFEA1E, #FBBF1E);
}

.s_00 {
  padding-top: 4rem;
}

.s_03 span {
  font-size: 1.4rem;
  line-height: 2rem;
}

#sp_nav {
  display: none;
}

.s_05 {
  background: linear-gradient(#4a4a4a, #6b6b6b);
  padding: 30px 0;
}

.s_05 .a_wrap {
  height: auto;
  padding: 0;
}

.s_05 .rec_wrap {
  display: flex;
}

p.p_recruit{
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 34px;
  text-shadow: 0px -1px 1px #313131;
}

.s_05 .rec {
  width: 50%;
  padding-bottom: 10px;
}

.s_05 .rec_left {
  border-right: 1px solid #d7d7d7;
}

.s_05 .rec p {
  color: #fff;
  font-size: 1.2rem;
}

.s_05 .rec p.rec_title {
  padding-bottom: 10px;
  font-size: 1.3rem;
}

.s_05 .rec p.tel {
  font-size: 2.3rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
}

.btn_flame {
  display: flex;
  justify-content: center;
}

.s_05 .btn01 {
  width: 260px;
}

/*フッター*/
footer{
  height: auto;
  padding: 1.6rem 0 0.6rem 0;
  margin-top: auto;
  background-color: #b5b5b5;
}

ul.f_list {
  text-align: center;
}

ul.f_list li {
  display: inline;
  padding: 0 24px 4px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

ul.f_list li:last-child {
  border-right: none;
}

ul.f_list a {
  text-decoration: none;
  color: #29466D;
  font-size: 0.9rem;
  border-bottom: none;
}

ul.f_list a:hover {
  border-bottom: 1px solid #29466D;
}

.copyright {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
}

/* table */
.flame_2col {
  border: 1px solid #6a6a6a;
}

.t_company {
  text-align: left;
  width: calc(100% - 4px);
  margin: auto;
  line-height: 1.8rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.t_company th, .t_company td {
  padding: 0.8rem;
  vertical-align: top;
}

.t_company tr {
  border-bottom: 1px dotted #6b6b6b;
}

.t_company tr:last-child {
  border-bottom: none;
}

.t_company th {
  font-weight: normal;
  color: #29466D;
  background-color: #D3DCE5;
  width: 30%;
}

.t_company td {
  font-weight: normal;
  background-color: #fff;
}

#map {
  overflow: hidden;
}

/* TOPに戻るボタン */
#page_top{
  width: 80px;
  height: 40px;
  position: fixed;
  right: 4px;
  bottom: 4px;
  background: rgba(102, 128, 162, 0.7);
  padding: 0 1rem;
  opacity: 0.7;
}

#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 40px;
  text-decoration: none;
  border: none;
  z-index: 100010;
}

#page_top a::before{
  content: '↑ PAGE TOP';
  font-size: 0.9rem;
  color: #fff;
  position: absolute;
  top: 0.7rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#header_l span {
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 6px;
}