@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/6.1.2/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* flexbox */
/* メディアクエリ */
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  width: auto;
  height: auto;
  position: relative;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 1px;
  font-family: 'Zen Kaku Gothic New','Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  background: #fff;
  z-index: 0; }

.inner {
  width: 1160px;
  position: relative;
  padding: 0 1%;
  margin: 0 auto;
  text-align: justify; }

.inner_wide {
  width: 75%;
  position: relative;
  padding: 0 1%;
  margin: 0 auto;
  text-align: justify; }

h2 + p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px; }

.red_txt {
  color: #b4272d; }

.section {
  padding: 80px 0; }

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

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box; }

@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 896px) {
  .section {
    padding: 40px 0; }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  h2 + p {
    margin-bottom: 36px;
    font-size: 14px; } }
/*　mmenu
----------------------------------------------------*/
@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; }

  #menu {
    visibility: hidden; } }
@media screen and (max-width: 896px) {
  .sp_menu {
    width: 55px;
    height: 55px;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    background: #011f5d; }
    .sp_menu a {
      display: flex;
      align-items: center;
      text-decoration: none;
      font-weight: 500;
      color: #011f5d; }
      .sp_menu a i {
        font-size: 30px;
        color: #fff; }

  .sp_nav {
    visibility: visible; }

  .mm-listitem > a i {
    margin-right: 8px; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(7) > a {
    width: 80%;
    margin: 0 auto;
    color: #2E5E2A !important;
    border: 1px solid #2E5E2A;
    background: #fff; }

  #mm-1 > ul > li:nth-child(7) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(7)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(8) > a {
    width: 80%;
    margin: 10px auto 0;
    color: #FFF !important;
    background: #2E5E2A; } }
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　見出し1
----------------------------------------------------*/
.main_ttl {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 7px #545454; }
  .main_ttl span {
    display: block;
    margin-bottom: -80px;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-shadow: none; }

@media screen and (max-width: 896px) {
  .main_ttl {
    font-size: 24px;
    margin-bottom: 0; }

  .main_ttl span {
    margin-bottom: -55px;
    font-size: 60px; } }
/*　見出し2
----------------------------------------------------*/
.sub_ttl {
  margin-bottom: 40px;
  font-size: 32px;
  color: #011f5d;
  font-weight: 500; }
  .sub_ttl span {
    display: block;
    font-size: 64px;
    color: rgba(1, 31, 93, 0.2);
    font-weight: bold;
    line-height: 52px;
    font-family: 'Oswald', sans-serif; }

@media screen and (max-width: 896px) {
  .sub_ttl {
    font-size: 20px;
    margin-bottom: 32px; }

  .sub_ttl span {
    font-size: 40px; } }
/*　見出し3
----------------------------------------------------*/
h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #c9a063; }

@media screen and (max-width: 896px) {
  h3 {
    margin-bottom: 18px;
    font-size: 18px; } }
/*　ボタンリンク
----------------------------------------------------*/
.bace_btn_link {
  width: 300px;
  height: auto;
  position: relative;
  display: block;
  padding: 16px 0;
  box-sizing: border-box;
  margin: 56px 0 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #011f5d;
  border: 1px solid #011f5d;
  background: #fff;
  transition: .3s; }
  .bace_btn_link i {
    margin-right: 5px; }
  .bace_btn_link::after {
    position: absolute;
    top: 15px;
    right: 20px;
    content: "\f138";
    font-family: 'Font Awesome 5 free';
    color: #faee00;
    font-size: 20px;
    font-weight: 900; }
  .bace_btn_link:hover {
    color: #fff;
    background: #011f5d;
    transition: .3s; }

@media screen and (max-width: 896px) {
  .bace_btn_link {
    width: 100%;
    padding: 14px 0;
    margin: 48px auto 0;
    font-size: 14px; }

  .bace_btn_link::after {
    top: 12px; } }
/*　テーブル
----------------------------------------------------*/
.tbl_type_01 {
  width: 100%; }
  .tbl_type_01 tr th {
    width: 30%;
    padding: 20px 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #828282;
    vertical-align: center;
    border-bottom: 1px solid #ccc; }
  .tbl_type_01 tr td {
    width: 70%;
    padding: 20px 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    vertical-align: top;
    border-bottom: 1px solid #999; }
    .tbl_type_01 tr td a {
      text-decoration: none;
      color: #333; }
      .tbl_type_01 tr td a:hover {
        opacity: 0.7;
        transition: .3s; }
    .tbl_type_01 tr td dl {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .tbl_type_01 tr td dl dt {
        width: 20%;
        margin-bottom: 18px;
        font-size: 16px;
        color: #333;
        font-weight: bold; }
        .tbl_type_01 tr td dl dt:last-of-type {
          margin-bottom: 0; }
      .tbl_type_01 tr td dl dd {
        width: 80%;
        margin-bottom: 18px;
        font-size: 16px;
        color: #333; }
        .tbl_type_01 tr td dl dd:last-of-type {
          margin-bottom: 0; }

@media screen and (max-width: 896px) {
  .tbl_type_01 tr th {
    width: 100%;
    display: block;
    padding: 12px 0 0;
    font-size: 14px;
    border-bottom: 0; }

  .tbl_type_01 tr td {
    width: 100%;
    display: block;
    padding: 12px 0;
    font-size: 14px; }

  .tbl_type_01 tr td dl dt {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px; }

  .tbl_type_01 tr td dl dd {
    width: 100%;
    padding-bottom: 18px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc; }
    .tbl_type_01 tr td dl dd:last-of-type {
      padding-bottom: 0;
      border-bottom: 0; } }
.tbl_type_02 {
  width: 100%;
  border-collapse: collapse; }
  .tbl_type_02 tr {
    border-bottom: 1px solid rgba(1, 31, 93, 0.5); }
    .tbl_type_02 tr th {
      width: 30%;
      padding: 20px;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 500;
      color: #333;
      vertical-align: center; }
    .tbl_type_02 tr td {
      width: 70%;
      padding: 20px;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 500;
      color: #333;
      vertical-align: center; }

@media screen and (max-width: 896px) {
  .tbl_type_02 tr th {
    width: 100%;
    display: block;
    padding: 12px 0 0;
    font-size: 14px; }

  .tbl_type_02 tr td {
    width: 100%;
    display: block;
    padding: 12px 0;
    font-size: 14px; } }
/*****************************************************

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  height: 80px;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 3; }
  .global_header h1 {
    width: 20%;
    margin: 0 0 0 20px;
    font-size: 0; }
    .global_header h1 img {
      width: 319px; }
    .global_header h1:hover {
      opacity: 0.7;
      transition: .3s; }
  .global_header figure {
    width: 20%;
    margin: 0 0 0 20px;
    font-size: 0; }
    .global_header figure img {
      width: 319px; }
    .global_header figure:hover {
      opacity: 0.7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .global_header {
    height: 55px; }

  .global_header h1 {
    width: 50%;
    margin: 0 0 0 16px; }

  .global_header h1 img {
    width: 190px; }

  .global_header figure {
    width: 50%;
    margin: 0 0 0 16px; }

  .global_header figure img {
    width: 190px; } }
/*　ナビゲーション
----------------------------------------------------*/
.global_nav {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap; }
  .global_nav a {
    margin-right: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 700; }
    .global_nav a span {
      display: block;
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      font-family: 'Oswald', sans-serif; }
    .global_nav a:hover {
      opacity: 0.7;
      transition: .3s; }

.contact_nav {
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0 !important;
  border-left: 1px solid #fff;
  background: #011f5d; }
  .contact_nav i {
    font-size: 32px;
    color: #fff; }

.tel_btn {
  width: 80px;
  height: 80px;
  position: relative;
  border-left: solid 1px #fff;
  background: #f6ea00; }
  .tel_btn input {
    display: none !important; }
  .tel_btn label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
    .tel_btn label i {
      font-size: 32px;
      color: #011f5d; }
    .tel_btn label:hover {
      opacity: 0.7;
      transition: .3s; }
  .tel_btn .panel {
    width: 180px;
    height: 0;
    position: absolute;
    top: 75px;
    left: -65%;
    right: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden; }
    .tel_btn .panel .tel_box {
      position: relative;
      margin-top: 16px;
      padding: 16px;
      box-sizing: border-box;
      color: #fff;
      border-radius: 6px;
      background: #4d4d4d; }
      .tel_btn .panel .tel_box::before {
        content: "";
        position: absolute;
        margin-left: -15px;
        top: -30px;
        left: 50%;
        border: 15px solid transparent;
        border-bottom: 15px solid #4d4d4d; }
      .tel_btn .panel .tel_box li {
        margin-top: 10px; }
        .tel_btn .panel .tel_box li:first-of-type {
          margin-top: 0; }
        .tel_btn .panel .tel_box li p {
          font-size: 14px;
          font-weight: 400; }
          .tel_btn .panel .tel_box li p:last-of-type {
            font-size: 16px;
            font-weight: bold; }
  .tel_btn input:checked + .panel {
    height: auto; }

/*　トップページ（メインカバー）
----------------------------------------------------*/
.main_cover_area {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 0;
  	/*.slider{
  		z-index: -1;
  		
  		.slide{
  
  			figure{
  				margin-bottom:0;
  
  				img{
  					width: 100%;height: 100%;position: relative;height: auto;
  					margin-bottom: 0;
  					line-height: 0;
  				}
  			}
  		}
  	}*/ }
  .main_cover_area .vegas-slide {
    z-index: -1; }
  .main_cover_area .inner_wide {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    .main_cover_area .inner_wide .main_cover_txt p:nth-of-type(1) {
      display: block;
      text-align: center;
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      font-family: serif; }
    .main_cover_area .inner_wide .main_cover_txt p:nth-of-type(2) {
      text-align: center;
      font-size: 80px;
      color: #fff;
      font-weight: 500;
      line-height: 80px;
      font-family: 'Oswald', sans-serif; }
  .main_cover_area .slick-dots {
    display: none !important; }

.vegas-slide-inner {
  background-position: left center !important; }

@media screen and (max-width: 896px) {
  .main_cover_area {
    height: 300px; }

  .main_cover_area .inner_wide .main_cover_txt p:nth-of-type(1) {
    font-size: 22px; }

  .main_cover_area .inner_wide .main_cover_txt p:nth-of-type(2) {
    font-size: 30px;
    line-height: 40px; } }
/*　下層ページ（メインカバー）
----------------------------------------------------*/
#business {
  background: url("../images/common/business_bk.jpg") center/cover no-repeat; }

#recruit {
  background: url("../images/common/recruit_bk.jpg") center/cover no-repeat; }

#company {
  background: url("../images/common/company_bk.jpg") center/cover no-repeat; }

#contact {
  background: url("../images/common/contact_bk.jpg") center/cover no-repeat; }

.main_cover_img {
  width: 100%;
  height: 450px;
  position: relative;
  border-bottom: 8px solid #f5e900;
  z-index: -2; }
  .main_cover_img .main_cover_ttl {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

@media screen and (max-width: 896px) {
  .main_cover_img {
    height: 240px; } }
.lv1_top_txt_area {
  position: relative; }
  .lv1_top_txt_area::after {
    width: 299px;
    height: 299px;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url("../images/common/bk_icon.png") center/cover no-repeat;
    z-index: 1; }
  .lv1_top_txt_area p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 28px; }
    .lv1_top_txt_area p span {
      display: block;
      margin-bottom: 24px;
      font-weight: bold; }
  .lv1_top_txt_area .txt_red {
    margin-top: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000; }

@media screen and (max-width: 896px) {
  .lv1_top_txt_area::after {
    width: 130px;
    height: 130px; }

  .lv1_top_txt_area p {
    font-size: 14px;
    text-align: left; }

  .lv1_top_txt_area .txt_red {
    font-size: 16px; } }
/*****************************************************

 Footer
 
*****************************************************/
/* page-top
----------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    width: 60px;
    height: 60px;
    display: block;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    background: #011f5d;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    color: #FFF;
    background: #011f5d; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

/* フッター（お問い合わせエリア）
----------------------------------------------------*/
.footer_info_area {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box; }
  .footer_info_area .inner_wide {
    text-align: center; }
    .footer_info_area .inner_wide ul {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer_info_area .inner_wide ul li {
        margin-right: 40px; }
        .footer_info_area .inner_wide ul li .bace_btn_link {
          margin: 0 !important; }
          .footer_info_area .inner_wide ul li .bace_btn_link span {
            font-size: 14px; }
        .footer_info_area .inner_wide ul li:nth-of-type(1) .bace_btn_link::after {
          display: none; }
        .footer_info_area .inner_wide ul li:nth-of-type(2) .bace_btn_link::after {
          display: none; }
        .footer_info_area .inner_wide ul li:nth-of-type(3) .bace_btn_link::after {
          display: none; }
        .footer_info_area .inner_wide ul li:last-of-type {
          margin-right: 0; }

@media screen and (max-width: 896px) {
  .footer_info_area {
    padding: 40px 0 100px; }

  .footer_info_area .inner_wide ul {
    flex-wrap: wrap; }

  .footer_info_area .inner_wide ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 24px; }
    .footer_info_area .inner_wide ul li:first-of-type {
      margin-top: 0; } }
/* フッター（下部）
----------------------------------------------------*/
.footer_wrap_under {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background: #011f5d; }
  .footer_wrap_under figure {
    width: 319px;
    margin: 0; }
    .footer_wrap_under figure:hover {
      opacity: 0.7;
      transition: .3s; }
  .footer_wrap_under .footer_txt_area {
    width: 100%;
    margin: 40px 0; }
    .footer_wrap_under .footer_txt_area p {
      font-size: 16px;
      color: #fff;
      font-weight: normal; }
      .footer_wrap_under .footer_txt_area p a {
        text-decoration: none;
        color: #fff; }
        .footer_wrap_under .footer_txt_area p a:hover {
          opacity: 0.7;
          transition: .3s; }
  .footer_wrap_under .copyright {
    font-size: 16px;
    color: #fff;
    text-align: right; }

@media screen and (max-width: 896px) {
  .footer_wrap_under {
    padding: 40px 0; }

  .footer_wrap_under figure {
    width: 300px; }

  .footer_wrap_under .footer_txt_area p {
    font-size: 14px;
    margin-top: 16px; }
    .footer_wrap_under .footer_txt_area p:first-type {
      margin-top: 0; }

  .footer_wrap_under .copyright {
    font-size: 14px; } }
/*****************************************************

 メールフォーム装飾
 
*****************************************************/
#mail_form {
  background-color: rgba(1, 31, 93, 0.05); }

.contactform_container {
  width: 100%; }
  .contactform_container p {
    font-size: 14px; }
  .contactform_container table th span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 2px 15px;
    border-radius: 6px;
    background: #a20f1d;
    float: right; }

.agreementicon {
  padding: 2px 15px;
  border-radius: 6px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: #a20f1d; }

.confirm_box {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  border: 1px solid #ffFF00;
  background: #F9A638; }

.policy_title {
  padding: 10px 0 0;
  font-size: 18px;
  text-align: center; }

.privacypolicy {
  width: 100%;
  height: 300px;
  position: relative;
  margin-top: 40px;
  padding: 24px;
  box-sizing: border-box;
  color: #666666;
  text-align: left !important;
  background: #fff;
  overflow-y: scroll; }
  .privacypolicy p {
    text-align: left !important; }
  .privacypolicy h4 {
    margin: 24px 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #666666; }
    .privacypolicy h4:first-child {
      margin-top: 0; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.thanks_container {
  text-align: center; }

#formWrap h3 {
  margin-bottom: 40px; }
#formWrap h3 + p {
  margin-bottom: 40px; }
#formWrap .bace_btn_link {
  margin: 56px auto 0; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  width: 30%;
  height: auto;
  display: block;
  padding: 10px 0;
  margin: 50px auto;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #DB621D; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 896px) {
  .contactform_container p {
    font-size: 14px; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block;
    padding: 20px 0 10px; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 10px 0 20px;
    border-bottom: none; }

  .contactform_container table th span {
    font-size: 12px; }

  .privacypolicy {
    width: 100%; }

  .privacypolicy h4 {
    font-size: 15px; }

  .thanks_container .link_btn {
    width: 100%; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; }

  .agreementicon {
    font-size: 12px; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  transition: all .3s; }
  input[type="text"].w100, input[type="tel"].w100, input[type="number"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="number"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="number"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="number"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%;
    margin-right: 20px; }
  input[type="text"].w30, input[type="tel"].w30, input[type="number"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

input[type='checkbox'] {
  width: 20px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
  appearance: none;
  outline: none;
  cursor: pointer; }
  input[type='checkbox']::before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    display: block;
    border: solid 1px #ccc;
    border-radius: 4px;
    background: #fff; }
  input[type='checkbox']:checked::before {
    background-color: #011f5d; }
  input[type='checkbox']::after {
    width: 4px;
    height: 12px;
    position: absolute;
    content: '';
    left: 8px;
    top: 2px;
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    margin-right: 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333; }
    input[type="radio"] + span::before {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      display: block;
      border: 1px solid #011f5d;
      border-radius: 50%;
      transform: translateY(-50%);
      background: #fff; }
  input[type="radio"]:checked + span::after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    display: block;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #011f5d; }
  input[type="radio"]:checked + span::before {
    border: 1px solid #011f5d; }

input[type="submit"] {
  width: 30%;
  height: auto;
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 56px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #011f5d;
  text-decoration: none;
  text-align: center;
  border: 1px solid #011f5d;
  background: #fff;
  transition: .3s;
  cursor: pointer; }
  input[type="submit"]:hover {
    color: #fff;
    background: #011f5d; }

input[type="button"] {
  width: 35%;
  height: auto;
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 56px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  border: 1px solid #111;
  border-radius: 8px;
  background: #FFF;
  transition: .3s;
  cursor: pointer; }
  input[type="button"]:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0;
    margin-bottom: 0; }

  input[type="radio"] + span {
    width: 100%;
    margin-right: 0; } }
.privacypolicy_checkbox {
  width: 100%;
  margin-top: 40px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  background: #fff; }
  .privacypolicy_checkbox .wpcf7-list-item-label {
    color: #666 !important; }

/*****************************************************

 home
 
*****************************************************/
/* 業務内容
----------------------------------------------------*/
.business_wrapper {
  position: relative; }
  .business_wrapper .inner_wide {
    margin-bottom: 260px; }
  .business_wrapper figure {
    position: absolute;
    bottom: -7px;
    right: 0;
    font-size: 0;
    z-index: -1; }
    .business_wrapper figure::before {
      width: 863px;
      height: 164px;
      position: absolute;
      content: '';
      top: -180px;
      right: 150px;
      background: url("../images/home/top_business_before.png") center/cover no-repeat; }
  .business_wrapper::after {
    width: 440px;
    height: 437px;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url("../images/home/top_business_bk_after.png") center/cover no-repeat;
    z-index: -1; }

@media screen and (max-width: 896px) {
  .business_wrapper {
    padding: 40px 0 0 !important; }

  .business_wrapper .inner_wide {
    margin-bottom: 56px; }

  .business_wrapper figure {
    position: static;
    bottom: -2px; }

  .business_wrapper figure::before {
    display: none; }

  /*.business_wrapper figure::before{width: 90%;height: 83px;top: -100px;right: 0;left: 50%;transform: translate(-50%, 0);}*/
  .business_wrapper::after {
    width: 130px;
    height: 127px; } }
/* 会社概要
----------------------------------------------------*/
.company_wrapper {
  background: linear-gradient(180deg, #011f5d 0%, #011f5d 40%, #fff 40%, #fff 100%); }
  .company_wrapper .company_container {
    padding: 60px;
    box-sizing: border-box;
    background: #fff; }
    .company_wrapper .company_container .company_txt {
      width: 100%;
      /*display: flex;justify-content: flex-start;align-items: center;*/ }
      .company_wrapper .company_container .company_txt li {
        margin-right: 48px; }
        .company_wrapper .company_container .company_txt li h3 i {
          margin-right: 5px;
          font-size: 20px;
          color: #faee00; }
        .company_wrapper .company_container .company_txt li:last-of-type {
          margin-right: 0; }
    .company_wrapper .company_container .company_img_area {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .company_wrapper .company_container .company_img_area figure {
        width: 31%;
        margin: 0 40px 0 0;
        font-size: 0; }
        .company_wrapper .company_container .company_img_area figure:last-of-type {
          margin-right: 0; }
    .company_wrapper .company_container .top_company_info {
      width: 100%;
      margin-top: 64px; }
      .company_wrapper .company_container .top_company_info table {
        width: 100%; }
        .company_wrapper .company_container .top_company_info table tr th {
          width: 16%;
          position: relative;
          padding: 16px;
          box-sizing: border-box;
          text-align: center;
          font-size: 16px;
          color: #fff;
          font-weight: bold;
          border-right: 3px solid #fff;
          border-bottom: 3px solid #fff;
          background: #011f5d; }
          .company_wrapper .company_container .top_company_info table tr th:last-of-type {
            border-right: 0; }
        .company_wrapper .company_container .top_company_info table tr:last-of-type th {
          border-bottom: 0; }
      .company_wrapper .company_container .top_company_info table + p {
        margin-top: 8px;
        font-size: 14px;
        color: #999; }
      .company_wrapper .company_container .top_company_info figure {
        margin: 40px 0;
        font-size: 0; }
      .company_wrapper .company_container .top_company_info h4 {
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: bold;
        color: #011f5d; }
      .company_wrapper .company_container .top_company_info h4 + p {
        font-size: 16px; }

@media screen and (max-width: 896px) {
  .company_wrapper .company_container {
    padding: 20px;
    box-sizing: border-box; }

  .company_wrapper .company_container .company_txt {
    flex-wrap: wrap; }

  .company_wrapper .company_container .company_txt li {
    margin-right: 0; }

  .company_wrapper .company_container .company_img_area figure {
    width: 32%;
    margin: 0 10px 0 0; }

  .company_wrapper .company_container .top_company_info table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap; }

  .company_wrapper .company_container .top_company_info table tr th {
    padding: 12px;
    font-size: 14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }

  .company_wrapper .company_container .top_company_info figure {
    margin: 20px 0; }

  .company_wrapper .company_container .top_company_info h4 {
    font-size: 16px; }

  .company_wrapper .company_container .top_company_info h4 + p {
    font-size: 14px; } }
/* 採用情報
----------------------------------------------------*/
.recruit_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 60px;
  box-sizing: border-box; }
  .recruit_wrapper .recruit_container {
    width: 50%;
    height: auto;
    padding: 100px 80px;
    box-sizing: border-box;
    background: url("../images/home/top_recruit_bk_01.jpg") center/cover no-repeat; }
  .recruit_wrapper figure {
    width: 50%;
    height: auto;
    font-size: 0;
    background: url("../images/home/top_recruit_bk_02.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .recruit_wrapper {
    padding: 0;
    flex-wrap: wrap; }

  .recruit_wrapper .recruit_container {
    width: 100%;
    padding: 24px; }

  .recruit_wrapper figure {
    width: 100%;
    background: #fff; } }
/*****************************************************

 業務内容
 
*****************************************************/
/* 当社の強み
----------------------------------------------------*/
.strengths_wrapper {
  width: 100%; }
  .strengths_wrapper .sub_ttl {
    text-align: center; }
  .strengths_wrapper .strengths_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 80px; }
    .strengths_wrapper .strengths_container .strengths_item {
      width: 48%;
      margin-right: 64px; }
      .strengths_wrapper .strengths_container .strengths_item .strengths_item_box {
        width: 450px;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 48px;
        border-radius: 50%;
        background: #f5e900; }
        .strengths_wrapper .strengths_container .strengths_item .strengths_item_box figure {
          text-align: center; }
          .strengths_wrapper .strengths_container .strengths_item .strengths_item_box figure img {
            width: 160px;
            height: 80px; }
          .strengths_wrapper .strengths_container .strengths_item .strengths_item_box figure figcaption {
            margin-top: 40px;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            color: #011f5d;
            line-height: 48px; }
      .strengths_wrapper .strengths_container .strengths_item p {
        text-align: center;
        font-size: 16px;
        color: #333;
        font-weight: 500;
        line-height: 36px; }
      .strengths_wrapper .strengths_container .strengths_item:last-of-type {
        margin-right: 0; }
  .strengths_wrapper .strengths_bk_ttl {
    font-size: 0; }

.flow_wrapper {
  position: relative;
  background: #011f5d;
  z-index: -2; }
  .flow_wrapper h2 {
    color: #fff; }
    .flow_wrapper h2 span {
      color: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 896px) {
  .strengths_wrapper .strengths_container {
    flex-wrap: wrap;
    margin-bottom: 60px; }

  .strengths_wrapper .strengths_container .strengths_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px; }
    .strengths_wrapper .strengths_container .strengths_item:last-of-type {
      margin-bottom: 0; }

  .strengths_wrapper .strengths_container .strengths_item .strengths_item_box {
    width: 300px;
    height: 300px;
    margin: 0 auto 24px; }

  .strengths_wrapper .strengths_container .strengths_item .strengths_item_box figure img {
    width: 100px;
    height: 50px; }

  .strengths_wrapper .strengths_container .strengths_item .strengths_item_box figure figcaption {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px; }

  .strengths_wrapper .strengths_container .strengths_item p {
    font-size: 14px;
    line-height: 28px; } }
/* 廃棄物運搬フロー
----------------------------------------------------*/
.flow_container {
  width: 100%;
  margin: 56px 0 0 0; }
  .flow_container .flow_item:last-of-type::after {
    display: none; }

.flow_item {
  width: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 64px;
  background: #fff; }
  .flow_item .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 64px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    color: #f5e900;
    line-height: 0; }
  .flow_item p {
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
    .flow_item p span {
      display: block;
      margin-top: 8px;
      font-size: 16px;
      font-weight: bold; }
  .flow_item::after {
    position: absolute;
    content: '\f0d7';
    bottom: -70px;
    right: 50%;
    font-family: 'FontAwesome';
    font-size: 48px;
    font-weight: 900;
    color: #f5e900; }
  .flow_item:nth-of-type(1) {
    margin-top: 0; }

@media screen and (max-width: 896px) {
  .flow_item {
    padding: 16px 6px; }

  .flow_item::after {
    bottom: -65px;
    right: 46%;
    font-size: 40px; }

  .flow_item .number {
    font-size: 36px; }

  .flow_item p {
    font-size: 14px; }

  .flow_item p span {
    font-size: 12px; } }
/* 画像スライド
----------------------------------------------------*/
.flow_gallary {
  width: 100%;
  height: auto; }
  .flow_gallary li {
    width: auto;
    position: relative; }
    .flow_gallary li img {
      width: 450px;
      max-width: 100%;
      height: auto; }

/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative; }

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden; }

/* UL/OL/DIV - the element that simplyScroll is inited on　Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none; }

.simply-scroll-list li img {
  border: none;
  display: block; }

/* Custom class modifications - adds to / overrides above
.simply-scroll is default base class */
/* Container DIV */
.simply-scroll {
  width: 100%;
  /*height: 358px;*/ }

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 278x; }

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  width: 450px;
  height: 278px;
  margin: 0 5px; }

@media screen and (max-width: 896px) {
  .flow_gallary li img {
    width: 275px; }

  .simply-scroll .simply-scroll-list li {
    width: 275px;
    height: 170px; } }
/*****************************************************

 リクルート
 
*****************************************************/
/* 画像エリア
----------------------------------------------------*/
.recruit_img_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box; }
  .recruit_img_area figure {
    width: 32.4%;
    margin-right: 24px;
    font-size: 0; }
    .recruit_img_area figure:last-of-type {
      margin-right: 0; }

.recruit_entry_area h3 {
  margin-top: 64px; }
  .recruit_entry_area h3:first-of-type {
    margin-top: 0; }
.recruit_entry_area .bace_btn_link {
  margin: 56px auto 0; }

@media screen and (max-width: 896px) {
  .recruit_img_area {
    width: 90%;
    padding: 0; }

  .recruit_img_area figure {
    margin-right: 8px; } }
/*****************************************************

 会社概要
 
*****************************************************/
/* 経営理念
----------------------------------------------------*/
.company_main_content::after {
  display: none; }

.company_main_content p .red {
  display: initial;
  color: #ff0000; }

#philosophy_bk {
  position: relative;
  background: url("../images/company/company_philosophy_bk.jpg") center/cover no-repeat; }
  #philosophy_bk::after {
    width: 299px;
    height: 299px;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(../images/common/bk_icon.png) center/cover no-repeat;
    z-index: 1; }

.philosophy_wrapper {
  position: relative; }
  .philosophy_wrapper .sub_ttl {
    color: #fff; }
    .philosophy_wrapper .sub_ttl span {
      color: rgba(255, 255, 255, 0.2); }
  .philosophy_wrapper ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    .philosophy_wrapper ul li {
      width: 29.6%;
      margin: 0 40px 40px 0;
      border: 1px solid #fff; }
      .philosophy_wrapper ul li p:nth-of-type(1) {
        padding: 20px 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        border-bottom: 1px dashed #fff; }
        .philosophy_wrapper ul li p:nth-of-type(1) span {
          color: #f6ea00; }
      .philosophy_wrapper ul li p:nth-of-type(2) {
        padding: 30px 18px;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        line-height: 28px; }

@media screen and (max-width: 896px) {
  .company_main_content::after {
    display: block; }

  #philosophy_bk::after {
    display: none; }

  #philosophy_bk {
    background: url("../images/company/company_philosophy_bk.jpg") right/cover no-repeat; }

  .philosophy_wrapper ul li {
    width: 100%;
    margin: 0 0 24px 0; }

  .philosophy_wrapper ul li p:nth-of-type(1) {
    padding: 16px 0;
    font-size: 20px; }

  .philosophy_wrapper ul li p:nth-of-type(2) {
    padding: 20px 18px;
    font-size: 14px; } }
/* 会社案内
----------------------------------------------------*/
.history_wrapper {
  width: 100%;
  margin-bottom: 64px; }
  .history_wrapper .history_item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 32px; }
    .history_wrapper .history_item p:first-of-type {
      width: 20%;
      position: relative;
      font-size: 18px;
      color: #011f5d;
      font-weight: bold; }
      .history_wrapper .history_item p:first-of-type::after {
        width: 15px;
        height: 15px;
        position: absolute;
        content: '';
        top: 4px;
        right: -10px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: #011f5d;
        z-index: 1; }
    .history_wrapper .history_item p:last-of-type {
      width: 80%;
      position: relative;
      padding: 0 30px;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 36px; }
      .history_wrapper .history_item p:last-of-type::before {
        width: 2px;
        height: 150px;
        position: absolute;
        content: '';
        top: 6px;
        left: -1px;
        background: #ccc; }
    .history_wrapper .history_item:last-of-type {
      margin-bottom: 0; }
      .history_wrapper .history_item:last-of-type p:last-of-type::before {
        height: 100px;
        background: #fff; }

.overview_wrapper .tbl_type_01 {
  margin-bottom: 64px; }
.overview_wrapper .overview_img_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .overview_wrapper .overview_img_area figure {
    width: 31%;
    margin-right: 40px; }
    .overview_wrapper .overview_img_area figure figcaption {
      text-align: center;
      font-size: 18px;
      color: #333;
      font-weight: bold; }
    .overview_wrapper .overview_img_area figure:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 896px) {
  .history_wrapper {
    margin-bottom: 40px; }

  .history_wrapper .history_item {
    margin-bottom: 18px; }

  .history_wrapper .history_item p:first-of-type {
    width: 100%;
    margin-bottom: 18px;
    font-size: 16px; }

  .history_wrapper .history_item p:first-of-type::after {
    display: none; }

  .history_wrapper .history_item p:last-of-type {
    width: 100%;
    padding: 0 0 0 24px;
    margin-left: 16px;
    font-size: 14px;
    line-height: 24px;
    border-left: 2px solid #ccc; }

  .history_wrapper .history_item p:last-of-type::before {
    display: none; }

  .history_wrapper .history_item:last-of-type p:last-of-type::before {
    display: none; }

  .overview_wrapper .tbl_type_01 {
    margin-bottom: 40px; }

  .overview_wrapper .overview_img_area {
    flex-wrap: wrap; }

  .overview_wrapper .overview_img_area figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; }
    .overview_wrapper .overview_img_area figure:last-of-type {
      margin-bottom: 0; }

  .overview_wrapper .overview_img_area figure figcaption {
    font-size: 16px; } }
/*****************************************************

 お問い合わせ
 
*****************************************************/
/* お電話でのお問い合わせ
----------------------------------------------------*/
.contact_tel_area {
  position: relative; }
  .contact_tel_area::after {
    width: 299px;
    height: 299px;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(../images/common/bk_icon.png) center/cover no-repeat;
    z-index: 1; }
  .contact_tel_area ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .contact_tel_area ul li {
      margin-right: 40px; }
      .contact_tel_area ul li .bace_btn_link {
        margin: 0 !important; }
        .contact_tel_area ul li .bace_btn_link span {
          font-size: 14px; }
        .contact_tel_area ul li .bace_btn_link::after {
          display: none; }
      .contact_tel_area ul li:last-of-type {
        margin-right: 0; }

@media screen and (max-width: 896px) {
  .contact_tel_area::after {
    width: 130px;
    height: 130px; }

  .contact_tel_area ul {
    flex-wrap: wrap; }

  .contact_tel_area ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 24px; }
    .contact_tel_area ul li:first-of-type {
      margin-top: 0; } }
/* メールフォーム
----------------------------------------------------*/
/*****************************************************

 2024.1.5追加
 
*****************************************************/
.txt_marker span {
  display: inline-block !important;
  margin-top: 24px;
  font-size: 18px;
  color: #011f5d;
  background: linear-gradient(transparent 60%, #f6ea00 60%); }

@media screen and (max-width: 896px) {
  .txt_marker span {
    font-size: 16px; } }
