@charset "UTF-8";
/*** 基本指定 ***/
.wrap {
  max-width: 88%;
  margin: 0 auto;
  width: 1200px;
}

.wrap_xl {
  width: 1400px;
}

.wrap_ll {
  width: 1300px;
}

.wrap_l {
  width: 1100px;
}

.wrap_m {
  width: 1000px;
}

.wrap_s {
  width: 997px;
}

.wrap_ss {
  width: 798px;
  max-width: 86%;
}

* {
  letter-spacing: 0.05em;
}

body, select, textarea, input, div, p {
  font-family: "Noto Sans JP", "游ゴシック", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
  color: #323232;
}

a {
  color: #333;
}

.min {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
}

/** header / logo **/
header {
  position: relative;
}
header .head_logo {
  position: absolute;
  left: 25px;
  top: 20px;
  z-index: 100;
}
@media (max-width: 767px) {
  header .head_logo {
    top: 15px;
    left: 15px;
    max-width: 40%;
  }
}
header .head_logo a {
  display: block;
}
header .head_logo a:hover img {
  opacity: 0.9;
}

/** header / menu **/
.head_menu {
  position: fixed;
  right: 0;
  top: 15px;
  z-index: 1000;
  background: rgba(12, 28, 59, 0.9);
  border-radius: 100px 0 0 100px;
  padding: 0 25px;
}
@media (max-width: 950px) {
  .head_menu {
    border-radius: 0;
  }
}
@media (max-width: 950px) {
  .head_menu li {
    width: 50%;
  }
}
.head_menu li + li {
  position: relative;
}
.head_menu li + li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  background: #666;
}
@media (max-width: 950px) {
  .head_menu li + li::before {
    display: none;
  }
}
.head_menu li a {
  display: block;
  color: #fff;
  padding: 13px 28px 12px 28px;
  font-size: 15px;
  position: relative;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
@media (max-width: 950px) {
  .head_menu li a {
    font-size: 16px;
    padding: 17px 0.8em 16px;
  }
}
.head_menu li a:hover {
  background: rgb(12, 28, 59);
}
.head_menu li a::before {
  left: 8px;
  right: 8px;
  bottom: 5px;
  height: 1px;
  background: #dc385d;
  position: absolute;
}
@media (max-width: 950px) {
  .head_menu li a::before {
    display: none;
  }
}

.home .head_menu li:nth-child(1) a::before {
  content: "";
}

.business .head_menu li:nth-child(2) a::before {
  content: "";
}

.about .head_menu li:nth-child(3) a::before {
  content: "";
}

.recruit .head_menu li:nth-child(4) a::before {
  content: "";
}

.head_tel {
  display: none;
}

/** header：モーダル **/
.slide_link,
.menu_att,
.sp_logo,
#hbg_btn {
  display: none;
}

#hbg_btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 300;
  margin-left: auto;
  background: #00398c;
  position: fixed;
  right: 0;
  top: 0;
  line-height: 1;
}
#hbg_btn span {
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.3s;
}
#hbg_btn span::before, #hbg_btn span::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
#hbg_btn span::before {
  top: -10px;
}
#hbg_btn span::after {
  bottom: -10px;
}

.open #hbg_btn span {
  background: none;
}
.open #hbg_btn span::before {
  transform: rotate(45deg);
  top: 0;
}
.open #hbg_btn span::after {
  transform: rotate(-45deg);
  bottom: 0;
}

@media (max-width: 950px) {
  .menu_att,
  .slide_link,
  #hbg_btn {
    display: block;
  }
  #slide_menu {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: -80%;
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 5% 5% 5% 5%;
    box-sizing: border-box;
    transition: 0.5s;
  }
}
@media (max-width: 950px) and (max-width: 767px) {
  #slide_menu .sp_logo {
    display: block;
    padding: 15px 0 20px 5px;
    max-width: 60%;
  }
}
@media (max-width: 950px) {
  #slide_menu ul {
    background: none;
    flex-wrap: wrap;
    margin: 0%;
    border-right: 0;
    gap: 4%;
  }
}
@media (max-width: 950px) and (max-width: 767px) {
  #slide_menu ul {
    gap: 0;
  }
}
@media (max-width: 950px) {
  #slide_menu ul li {
    width: 48%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 950px) and (max-width: 767px) {
  #slide_menu ul li {
    width: 100%;
  }
}
@media (max-width: 950px) {
  #slide_menu ul li a {
    display: block;
    padding: 12px 8px 12px;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    transition: 0.3s;
  }
  #slide_menu span.hbg_btn {
    position: absolute;
    width: 2em;
    height: 2em;
    right: -10px;
    top: -20px;
  }
  #slide_menu .menu_att {
    margin: 20px 0 0 0;
  }
  #slide_menu .menu_att a {
    color: #ed1c24;
  }
  #slide_menu .menu_att a.flex > *:nth-child(1) {
    margin-left: auto;
  }
  #slide_menu .menu_att a.flex > *:last-child {
    margin-right: auto;
  }
  .open #slide_menu {
    opacity: 1;
    pointer-events: all;
    top: 0;
    left: 0;
  }
}
/** footer **/
footer .wrap {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  footer .wrap {
    padding: 70px 0 0;
  }
}
footer nav {
  padding: 20px 5% 25px;
  margin-top: 90px;
  border-top: 1px solid #c3b7b9;
}
footer nav .flex {
  justify-content: center;
}
@media (max-width: 767px) {
  footer nav .flex {
    flex-wrap: wrap;
    gap: 4%;
    padding: 20px 5% 35px;
  }
}
footer nav li {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  footer nav li {
    width: 48%;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}
footer nav li + li::before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  background: #c3b7b9;
}
@media (max-width: 767px) {
  footer nav li + li::before {
    display: none;
  }
}
@media (max-width: 767px) {
  footer nav li a {
    display: block;
    padding: 10px;
  }
}
footer nav li a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 11px;
  padding: 20px 5%;
  text-align: center;
  color: #999;
  letter-spacing: 0.15em;
  background: rgba(0, 0, 0, 0.8);
}

/** footer / contact **/
.foot_contact {
  text-align: center;
}
.foot_contact .contact_wrap strong {
  display: inline-block;
  padding: 7px 20px 8px;
  margin-bottom: 0;
  color: #e23152;
  position: relative;
  font-size: 22px;
  border-top: 3px double #d196a1;
  border-bottom: 3px double #d196a1;
}
@media (max-width: 767px) {
  .foot_contact .contact_wrap strong {
    padding: 8px 10px 6px;
    font-size: 5vw;
    margin-bottom: 5px;
  }
}
.foot_contact .contact_wrap a {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  padding: 8px 25px 7px 55px;
  position: relative;
  color: #333;
  border-radius: 100px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .foot_contact .contact_wrap a {
    font-size: 8.2vw;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
  }
}
.foot_contact .contact_wrap a::before {
  content: "";
  width: 23px;
  height: 32px;
  position: absolute;
  left: 25px;
  top: 55%;
  transform: translateY(-50%);
  background: url("../images/index/ico_tel.svg") no-repeat;
}
.foot_contact .footer_info {
  display: inline-block;
  text-align: left;
  padding-left: 95px;
  position: relative;
}
@media (max-width: 767px) {
  .foot_contact .footer_info {
    padding-left: 80px;
  }
}
.foot_contact .footer_info .image_wrap {
  width: 72px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .foot_contact .footer_info .image_wrap {
    width: 65px;
    top: 5px;
  }
}
.foot_contact .footer_info strong {
  display: block;
  font-size: 20px;
  padding-bottom: 5px;
  line-height: 1.6em;
}
.foot_contact .footer_info p {
  font-size: 15px;
  line-height: 1.8em;
}
.foot_contact .footer_info p a {
  text-decoration: underline;
  color: #00398c;
}
.foot_contact .footer_info p a:hover {
  opacity: 0.8;
}

/** home / main **/
.home_main {
  position: relative;
  height: 90vh;
  display: flex;
}
@media (max-width: 950px) {
  .home_main {
    height: auto;
    display: block;
  }
}
.home_main .image_box {
  width: 50%;
  height: 100%;
}
@media (max-width: 950px) {
  .home_main .image_box {
    width: 100%;
    height: 40vh;
  }
}
.home_main .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_main .image_box.image_box_left img {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}
.home_main .image_box.image_box_right img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.home_main .wrap {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  max-width: 515px;
  background: rgba(9, 32, 77, 0.96);
  padding: 30px 0;
}
@media (max-width: 950px) {
  .home_main .wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
    max-width: 100%;
  }
}
.home_main .wrap h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1.15em;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .home_main .wrap h2 {
    font-size: 9vw;
  }
}
.home_main .wrap h2 span.name {
  font-size: 26px;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  position: relative;
  padding-left: 0.2em;
  border-bottom: 1px solid #fff;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .home_main .wrap h2 span.name {
    font-size: 5.5vw;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
.home_main .wrap h2 span.kana {
  letter-spacing: -0.1em;
}
.home_main .wrap p {
  color: #fff;
  font-size: 15.5px;
  padding-top: 13px;
  line-height: 1.8em;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .home_main .wrap p {
    padding: 10px 1em 0;
    font-size: 4.2vw;
  }
  .home_main .wrap p br {
    display: none;
  }
}

/** 共通 / 背景 **/
.bg_gray {
  background: url("../images/index/bg_gray.png");
}

/** 共通 / タイトル **/
.home_title span {
  display: block;
  color: #dc385d;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
}
.home_title h3 {
  color: #222222;
  font-size: 30px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .home_title h3 {
    font-size: 7.2vw;
    letter-spacing: 0;
  }
}

.contants_title_sub {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.contants_title_sub span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 10;
  font-size: 26px;
  background: #fff;
  color: #2e4e7a;
}
@media (max-width: 767px) {
  .contants_title_sub span {
    font-size: 7vw;
  }
}
.contants_title_sub::before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-top: 1px solid #b8babf;
  border-bottom: 1px solid #b8babf;
  content: "";
}

/** 共通 / ボタン **/
.btn_wrap {
  text-align: center;
  padding-top: 22px;
}
.btn_wrap a {
  display: inline-block;
  padding: 9px 30px 9px 32px;
  width: 16em;
  max-width: 70%;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #a9aeb9;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  position: relative;
  line-height: 1.6em;
}
.btn_wrap a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  background: url("../images/index/ico_arr_bk.svg") no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  opacity: 0.8;
  transition: 0.3s;
}
.btn_wrap a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.btn_wrap a:hover::after {
  right: 8px;
}

/** home / 挨拶 **/
.home_gree {
  padding: 80px 0 90px;
}
@media (max-width: 767px) {
  .home_gree {
    padding: 60px 0 70px;
  }
}
.home_gree .home_title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.home_gree .home_title::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #c3bcbf;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.home_gree p {
  font-size: 16px;
  line-height: 2em;
}

/** home / お知らせ **/
.home_news {
  padding: 80px 0 90px;
}
@media (max-width: 950px) {
  .home_news .flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .home_news {
    padding: 60px 0 70px;
  }
}

.home_news_title {
  width: 20%;
  padding-right: 30px;
}
@media (max-width: 950px) {
  .home_news_title {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

.home_news_list {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 950px) {
  .home_news_list {
    width: 100%;
  }
}

/** NEWS / list **/
.news_list li {
  border-bottom: 1px solid #ddd;
}
.news_list li a {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .news_list li a {
    flex-wrap: wrap;
  }
}
.news_list li a time {
  width: 13%;
  color: #8a97a1;
  letter-spacing: 0.08em;
  font-size: 13px;
}
@media (max-width: 767px) {
  .news_list li a time {
    width: 100%;
  }
}
.news_list li a p {
  width: 87%;
  font-size: 15px;
  line-height: 1.7em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .news_list li a p {
    width: 100%;
    padding-left: 0;
  }
}
.news_list li a:hover p {
  text-decoration: underline;
  opacity: 0.8;
}

/** home / 事業紹介 **/
.home_business_wrap {
  position: relative;
  background: #142b59;
}

.home_business_image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 950px) {
  .home_business_image {
    width: 100%;
    position: relative;
  }
}
.home_business_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_business_wrap .home_title {
  padding-bottom: 20px;
}
.home_business_wrap .home_title span {
  color: rgba(255, 255, 255, 0.7);
}
.home_business_wrap .home_title h3 {
  color: #fff;
}

.home_business {
  width: 50%;
  margin-left: auto;
  padding: 100px 0 100px 65px;
}
@media (max-width: 950px) {
  .home_business {
    width: 100%;
    padding: 80px 0;
  }
  .home_business .home_title {
    text-align: center;
  }
  .home_business .home_title * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home_business {
    padding: 60px 0;
  }
}
.home_business * {
  color: #fff;
  text-align: left;
}
.home_business p {
  line-height: 2.5em;
  letter-spacing: 0.08em;
}
.home_business .btn_wrap {
  padding-top: 30px;
}
@media (max-width: 950px) {
  .home_business .btn_wrap {
    text-align: center;
  }
}
.home_business .btn_wrap a {
  padding: 9px 30px 10px 30px;
  width: 16em;
  max-width: 70%;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 15px;
}
.home_business .btn_wrap a::after {
  background: url("../images/index/ico_arr_w.svg") no-repeat center;
}
.home_business .btn_wrap a:hover {
  background: rgba(17, 26, 63, 0.6);
}

/** 共通 / タイトル **/
.contents_main {
  text-align: center;
  padding: 180px 0 160px;
  background: #435057;
  position: relative;
}
@media (max-width: 767px) {
  .contents_main {
    padding: 120px 0 100px;
  }
}
.contents_main .wrap {
  position: relative;
  z-index: 10;
}
.contents_main .wrap * {
  color: #fff;
}
.contents_main .wrap h2 {
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .contents_main .wrap h2 {
    font-size: 7.5vw;
  }
}
.contents_main .wrap span {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "outfit";
}
@media (max-width: 767px) {
  .contents_main .wrap span {
    font-size: 4.5vw;
  }
}
.contents_main .image_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contents_main .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/** 共通 / レイアウト **/
.contents_wrap {
  padding: 85px 0 100px;
}
@media (max-width: 767px) {
  .contents_wrap {
    padding: 45px 0 80px;
  }
}

.news_wrap {
  padding: 100px 0 80px;
}
@media (max-width: 767px) {
  .news_wrap {
    padding: 80px 0 60px;
  }
}

.contact_text {
  text-align: center;
  padding: 100px 0;
  position: relative;
  font-size: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact_text {
    letter-spacing: 0;
    font-size: 4.8vw;
    padding: 65px 0;
  }
}
.contact_text::before, .contact_text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 80px;
  background: #C8C8C8;
}
@media (max-width: 767px) {
  .contact_text::before, .contact_text::after {
    height: 55px;
  }
}
.contact_text::before {
  top: 0;
}
.contact_text::after {
  bottom: 0;
}

/** 共通指定：リスト **/
.list_disc {
  margin: 0;
}
.list_disc li {
  padding: 3px 0 3px 13px;
  position: relative;
  line-height: 1.5em;
  font-weight: 400;
}
.list_disc li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  left: 0;
  top: 12px;
}

/** 事業詳細 **/
.info_text {
  text-align: center;
  font-size: 22px;
  line-height: 2.1em;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .info_text {
    font-size: 4.8vw;
    line-height: 1.75em;
    padding-bottom: 45px;
    text-align: left;
    letter-spacing: 0;
  }
}

.sub_text {
  text-align: center;
  font-size: 16px;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .business_box {
    flex-wrap: wrap;
  }
}

.business_image {
  order: 2;
  width: 50%;
}
@media (max-width: 767px) {
  .business_image {
    width: 100%;
    margin: 0 auto;
  }
}

.business_box_text {
  order: 1;
  width: 50%;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .business_box_text {
    width: 100%;
    padding: 0 0 25px 0;
  }
}
.business_box_text strong {
  display: block;
  font-size: 30px;
  color: #2e4e7a;
  padding-bottom: 15px;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .business_box_text strong {
    text-align: center;
    font-size: 6vw;
  }
}
.business_box_text strong::before {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a3afb8;
}
@media (max-width: 767px) {
  .business_box_text strong::before {
    right: 0;
    margin: 0 auto;
  }
}
.business_box_text p {
  font-size: 16px;
  line-height: 2.1em;
}

.business_box + .business_box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .business_box + .business_box {
    margin-top: 50px;
  }
}
.business_box + .business_box .business_image {
  order: 1;
}
@media (max-width: 767px) {
  .business_box + .business_box .business_image {
    order: 2;
  }
}
.business_box + .business_box .business_box_text {
  order: 2;
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .business_box + .business_box .business_box_text {
    order: 1;
    padding: 0 0 25px 0;
  }
}

.sharyou_wrap {
  padding-top: 0;
}

.sharyou_list {
  gap: 4%;
}
.sharyou_list li {
  width: 30.666%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .sharyou_list li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.sharyou_list li figure {
  position: relative;
  padding-top: 59%;
  overflow: hidden;
}
.sharyou_list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.sharyou_list li figure img:hover {
  opacity: 0.85;
}
.sharyou_list li figcaption {
  padding: 10px 0 0 0;
  font-size: 15px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sharyou_list li figcaption {
    padding: 8px 0 0 0;
  }
}

#carmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1000;
}
#carmodal img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 60%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

/** 会社概要 **/
.about_table {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about_table {
    display: block;
  }
  .about_table tbody,
  .about_table tr {
    display: block;
  }
}
.about_table th,
.about_table td {
  padding: 25px 15px;
  font-size: 16px;
  border-bottom: 1px solid #799ac7;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .about_table th,
  .about_table td {
    display: block;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .about_table th {
    padding-bottom: 0;
    border-bottom: 0;
    color: #00398c;
    padding-left: 8px;
    position: relative;
    font-size: 4.7vw;
  }
  .about_table th::before {
    content: "";
    width: 4px;
    height: 1em;
    position: absolute;
    left: -3px;
    top: 27px;
    background: #00398c;
  }
}
.about_table td {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .about_table td {
    padding-top: 5px;
  }
}

.about_map {
  height: 500px;
}
@media (max-width: 767px) {
  .about_map {
    height: 300px;
  }
}
.about_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(50%);
}

/** 採用情報 **/
.rec_stit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.5em;
  position: relative;
  padding: 0 0 0 85px;
}
.rec_stit span {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1.1em;
  padding: 5px 8px;
  background: #dc385d;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
}

.rec_table {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .rec_table {
    display: block;
  }
  .rec_table tbody,
  .rec_table tr {
    display: block;
  }
}
.rec_table th,
.rec_table td {
  border: 1px solid #ccc;
  padding: 15px 23px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .rec_table th,
  .rec_table td {
    width: 100%;
    display: block;
    padding: 8px 20px;
    border: 0;
    font-size: 4vw;
  }
}
.rec_table th {
  width: 25%;
  background: #f6f6f6;
}
@media (max-width: 767px) {
  .rec_table th {
    width: 100%;
    padding-left: 10px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .rec_table td {
    border-top: 0;
    margin-bottom: 8px;
  }
}

/** NEWS / LIST **/
.news_list_title {
  text-align: center;
  padding: 0 0 15px 0;
}

.information_list {
  margin-bottom: 20px;
}
.information_list li {
  border-bottom: 1px solid #ddd;
}
.information_list a {
  display: block;
  padding: 8px 6px 9px 8px;
}
.information_list a time {
  font-size: 13px;
  color: #5a819d;
  line-height: 1.3em;
}
.information_list a p {
  color: #333;
}
.information_list a:hover * {
  opacity: 0.8;
}

/** NEWS / info **/
.news_image {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 45px;
}

.news_title {
  border-bottom: 1px solid #c9cdd7;
  margin-bottom: 45px;
}
.news_title time {
  font-size: 12px;
  color: #8a97a1;
}
.news_title h1 {
  font-size: 20px;
  padding: 0 0 8px 0;
  line-height: 1.55em;
}
.news_title h2 {
  font-size: 16px;
  padding: 0 0 8px 0;
}

.news_text_wrap {
  line-height: 2.2em;
  padding: 0 0.5em 45px;
}
.news_text_wrap p {
  line-height: 2.2em;
}
.news_text_wrap * + p {
  margin-top: 20px;
}

.news_backlink {
  text-align: center;
}
.news_backlink a {
  display: inline-block;
  background: #333;
  padding: 0.8em 2em;
  color: #fff;
  border: 2px solid #333;
  transition: 0.3s;
}
.news_backlink a:hover {
  background: #F4F5F7;
  color: #333;
}

object {
  line-height: 1;
}

/* 404 */
.wrap_404 {
  padding: 150px 5%;
}
@media (max-width: 767px) {
  .wrap_404 {
    padding: 100px 5%;
  }
}
.wrap_404 h1 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .wrap_404 h1 {
    font-size: 30px;
  }
}
.wrap_404 p {
  text-align: center;
  line-height: 2em;
}
.wrap_404 .btn_wrap {
  text-align: center;
  padding-top: 30px;
}
.wrap_404 .btn_wrap a {
  color: #ffffff;
  background: #555;
  border-radius: 100px;
  display: inline-block;
  padding: 15px 30px;
  border: 0;
}
.wrap_404 .btn_wrap a::after {
  display: none;
}
.wrap_404 .btn_wrap a:hover {
  opacity: 0.8;
}

.aioseo-breadcrumbs {
  padding: 5px 10px;
  border-top: 1px solid #ccc;
}
.aioseo-breadcrumbs * {
  font-size: 14px;
}
.aioseo-breadcrumbs a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */