@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
/*
Font Awesome
xxx&:before {
    display: none;
    font-family: "Font Awesome 5 Light";
    content: "\f054";
    }
*/
@media screen and (max-width: 640px) {
  .pc_only {
    display: none; }

  /* フェードイン関係 */
  .fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms; }

  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0); }

  .wf-sawarabimincho {
    font-family: "Sawarabi Mincho"; }

  .section {
    margin-bottom: 120px; }

  .section_min {
    margin-bottom: 60px; }

  /* レイアウトCSS */
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

  a {
    color: #000000;
    text-decoration: none; }

  p {
    font-size: 16px;
    line-height: 1.5em; }

  .clearfix:after {
    content: " ";
    display: block;
    clear: both; }

  .wrapper_header {
    width: 100%;
    border-top: 5px solid #367ABD;
    position: fixed;
    z-index: 1111;
    background-color: #ffffff; }
  .wrapper_header .header {
    margin: 0 auto;
    width: 100%; }
  .wrapper_header .header h1 {
    display: none; }

  .header_inner {
    padding: 10px; }
  .header_inner .left {
    width: 60%; }
  .header_inner .left img {
    width: 100%; }
  .header_inner .right {
    display: none; }

  .g_navi {
    display: none; }
  .g_navi li {
    display: inline-block;
    flex-basis: 20%;
    padding: 5px 0;
    border-left: dotted 1px #000000;
    box-sizing: border-box; }
  .g_navi li:last-child {
    border-right: dotted 1px #000000; }
  .g_navi li a {
    display: block;
    width: 100%;
    transition: 0.4s; }
  .g_navi li a span {
    display: block;
    font-size: 12px; }
  .g_navi li a:hover {
    transform: translateY(-3px);
    color: #367ABD; }

  .wrapper_mv {
    padding-top: 40px; }
  .wrapper_mv img {
    width: 100%;
    height: 300px;
    object-fit: contain; }

  .bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0px !important; }

  .wrapper_mv_sub {
    position: relative;
    padding-top: 40px; }
  .wrapper_mv_sub img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
  .wrapper_mv_sub h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-size: 32px;
    text-shadow: 0px 0px 4px #000000;
    text-align: center;
    font-family: "Sawarabi Mincho";
    color: #ffffff; }
  .wrapper_mv_sub h2 span {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0px 0px 4px #000000; }
  .wrapper_mv_sub h2 span:before {
    content: "\a";
    white-space: pre; }

  .wrapper_content {
    padding: 30px 0; }

  .content {
    margin: 0 auto;
    width: 100%; }

  .wrapper_content_sub {
    padding: 30px 10px; }
  .wrapper_content_sub p {
    margin-bottom: 15px; }

  .center_midashi {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 30px; }
  .center_midashi span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #777777; }

  .center_midashi:before, .center_midashi:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black; }

  .center_midashi:before {
    left: 0; }

  .center_midashi:after {
    right: 0; }

  .center_text {
    text-align: center; }

  .quate_area {
    padding: 25px;
    box-sizing: border-box;
    background-color: #efefef;
    border-radius: 5px; }

  .top_banner_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px; }
  .top_banner_area .inner {
    flex-basis: 46%;
    margin-bottom: 50px; }
  .top_banner_area .inner:nth-child(n + 2) {
    margin-bottom: 0px; }
  .top_banner_area .inner h3 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 0 35px; }
  .top_banner_area .inner h3:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: black; }
  .top_banner_area .inner h3:before {
    left: 0; }
  .top_banner_area .inner h3 span {
    margin-left: 10px;
    font-size: 0.8em; }

  .top_banner_bg {
    background-color: #F9F7EF; }

  @import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
  .fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

  figure.snip1340 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    color: #000000;
    text-align: center; }

  figure.snip1340 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

  figure.snip1340 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }

  figure.snip1340:after {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  figure.snip1340 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }

  figure.snip1340 h2, figure.snip1340 p {
    margin: 0;
    width: 100%;
    opacity: 0; }

  figure.snip1340 h2 {
    padding: 0 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px; }

  figure.snip1340 p {
    padding: 0 50px;
    font-size: 0.8em;
    font-weight: 500;
    display: none; }

  figure.snip1340 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }

  figure.snip1340:hover img, figure.snip1340.hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

  figure.snip1340:hover:after, figure.snip1340.hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  figure.snip1340:hover figcaption h2, figure.snip1340.hover figcaption h2, figure.snip1340:hover figcaption p, figure.snip1340.hover figcaption p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }

  figure.snip1340:hover figcaption h2, figure.snip1340.hover figcaption h2 {
    opacity: 1; }

  figure.snip1340:hover figcaption p, figure.snip1340.hover figcaption p {
    opacity: 0.7; }

  .footer_line {
    background-color: #367ABD;
    height: 50px; }
  .footer_line .inner {
    display: flex;
    justify-content: flex-end; }
  .footer_line .inner p {
    color: #ffffff;
    font-size: 12px;
    line-height: 50px;
    margin-right: 30px; }
  .footer_line .inner a {
    color: #367ABD;
    background-color: #F9ED3A;
    width: 50px;
    text-align: center;
    vertical-align: center;
    display: none; }
  .footer_line .inner a svg {
    height: 50px; }

  .wrapper_footer {
    background-color: #F8F4EC;
    padding: 30px 10px; }

  .footer_navi {
    display: none; }
  .footer_navi li {
    margin-right: 20px;
    font-size: 14px; }
  .footer_navi li:before {
    display: none;
    font-family: "Font Awesome 5 Light";
    content: "\f324"; }
  .footer_navi li svg {
    margin-right: 5px; }

  .footer_add h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Sawarabi Mincho"; }

  .point {
    width: 75%;
    font-family: "Sawarabi Mincho";
    font-size: 20px;
    line-height: 1.5em;
    color: #367ABD;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px; }

  .greeting_area .left {
    flex-basis: 55%; }
  .greeting_area .right {
    flex-basis: 40%; }
  .greeting_area .right img {
    width: 100%;
    border-radius: 5px; }

  .ceo_text {
    text-align: right; }

  .company_table {
    width: 100%;
    margin-bottom: 30px; }
  .company_table th {
    padding: 15px;
    border: 1px solid #cccccc;
    font-weight: bold;
    background-color: #F9F7EF;
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .company_table td {
    padding: 15px;
    border: 1px solid #cccccc;
    line-height: 1.5em;
    display: block;
    width: 100%;
    box-sizing: border-box; }

  .img_100 {
    width: 100%; }

  .access_area {
    margin-top: 60px; }
  .access_area h4 {
    border-left: 5px solid #000000;
    padding-left: 8px;
    font-size: 18px;
    margin-bottom: 20px; }

  .enkaku_table {
    width: 100%;
    margin-bottom: 30px; }
  .enkaku_table th {
    padding: 15px;
    border: 1px solid #cccccc;
    font-weight: bold;
    background-color: #F9F7EF;
    width: 20%; }
  .enkaku_table td {
    padding: 15px;
    border: 1px solid #cccccc;
    line-height: 1.5em; }

  .setsubi_table {
    width: 100%;
    margin-bottom: 30px; }
  .setsubi_table th {
    padding: 15px;
    border: 1px solid #cccccc;
    font-weight: bold;
    background-color: #F9F7EF; }
  .setsubi_table td {
    padding: 15px;
    border: 1px solid #cccccc;
    line-height: 1.5em; }

  .form_area {
    margin: 0 auto;
    width: 100%;
    border: 5px solid #F9F7EF;
    background-color: #F9F7EF;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box; }
  .form_area table {
    width: 100%; }
  .form_area table th {
    width: 30%; }
  .form_area table th span {
    font-size: 12px;
    color: #EE4035; }
  .form_area table td {
    line-height: 3.5em; }

  input[type="text"] {
    width: 100%;
    line-height: 1.5em;
    padding: 5px;
    font-size: 16px; }

  textarea {
    padding: 5px;
    width: 100%;
    font-size: 16px;
    border-color: #cccccc; }

  input[type="submit"] {
    width: 100%;
    line-height: 1.5em;
    padding: 10px;
    font-size: 16px;
    background-color: #367ABD;
    transition: 0.4s;
    color: #ffffff;
    border: none;
    cursor: pointer; }
  input[type="submit"]:hover {
    background-color: #EE4035; }

  .text_center {
    text-align: center; }

  .contact_flex .contact_area_tel h4 {
    background-color: #efefef;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 15px; }
  .contact_flex .contact_area_tel h4 svg {
    margin-right: 5px; }
  .contact_flex .contact_area_tel p {
    font-size: 16px; }
  .contact_flex .policy {
    flex-basis: 48%; }
  .contact_flex .policy h4 {
    background-color: #efefef;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 15px; }
  .contact_flex .policy h4 svg {
    margin-right: 5px; }

  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(50px);
      /* X軸方向に50px */ }
    100% {
      opacity: 1;
      transform: translateY(0);
      /* X軸方向に0px */ } }
  .abc {
    animation: fadeIn .6s; }

  .recruit_image {
    margin-bottom: 60px;
    text-align: center; }
  .recruit_image img {
    width: 100%; }

  .recruit_message h4 {
    color: #367ABD;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #367ABD;
    padding-bottom: 10px; }
  .recruit_message .inner {
    margin-bottom: 30px; }

  .recruit_table {
    width: 100%;
    margin-bottom: 30px; }
  .recruit_table th {
    padding: 15px;
    border: 1px solid #cccccc;
    font-weight: bold;
    background-color: #F9F7EF; }
  .recruit_table td {
    padding: 15px;
    border: 1px solid #cccccc;
    line-height: 1.5em; }

  .fukurikosei {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-image: url(images/fukuri_bg.jpg);
    background-position: center;
    margin-bottom: 30px; }
  .fukurikosei h4 {
    font-size: 24px;
    margin-bottom: 20px; }
  .fukurikosei h4 svg {
    margin-right: 5px; }
  .fukurikosei ul {
    margin-left: 50px; }
  .fukurikosei ul li {
    list-style-type: decimal-leading-zero;
    line-height: 2em; }

  .fukurikosei .inner {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9); }

  .red_text {
    color: red; }

  .contact_min_area {
    width: 100%; }
  .contact_min_area h4 {
    background-color: #efefef;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 15px; }
  .contact_min_area h4 svg {
    margin-right: 5px; }
  .contact_min_area p {
    font-size: 16px; }

  .service_text {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0 10px;
    box-sizing: border-box; }

  .service_kakou .inner {
    margin-bottom: 30px; }
  .service_kakou .inner h4 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    color: #367ABD !important;
    font-weight: bold; }
  .service_kakou .inner img {
    height: 400px;
    width: 100%;
    object-fit: cover; }

  .setsubi_list h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #efefef; }

  .senban_table {
    padding: 0 10px;
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
    box-sizing: border-box; }
  .senban_table tr td {
    padding: 10px;
    border: 1px solid #cccccc; }

  .section_min {
    margin-bottom: 30px; }

  nav.globalMenuSp {
    position: fixed;
    z-index: 1112;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.4s;
    width: 100%; }

  nav.globalMenuSp ul {
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
    width: 100%; }

  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333; }

  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0; }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%); }

  .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 2222;
    background: #367ABD;
    text-align: center; }

  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px; }

  .navToggle span:nth-child(1) {
    top: 9px; }

  .navToggle span:nth-child(2) {
    top: 18px; }

  .navToggle span:nth-child(3) {
    top: 27px; }

  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px; }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

  /* 自由に編集下さい */
  #formWrap {
    width: 100%;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%; }

  table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse; }

  table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px; }

  table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #efefef;
    text-align: left; }

  p.error_messe {
    margin: 5px 0;
    color: red; }

  .last_area {
    display: flex;
    justify-content: spce-between; }

  .back_btn {
    width: 100%;
    line-height: 1.5em;
    padding: 10px;
    font-size: 16px;
    background-color: #cccccc;
    transition: 0.4s;
    color: #000000;
    border: none;
    cursor: pointer; }
  .back_btn:hover {
    background-color: #EE4035; } }
