@charset "UTF-8";

/* ------------------------------------------------------------
style reset
------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ------------------------------------------------------------
fotorama
------------------------------------------------------------ */
.fotorama__wrap {
  margin: 0 auto;
}

/* chrome safari opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fotorama__thumb {
    height: 0 !important;
    display: block !important;
    padding-bottom: 75% !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .fotorama__thumb img {
    max-width: inherit !important;
    max-height: inherit !important;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
    font-family: 'object-fit: scale-down;' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }
}

/* Firefox */
@-moz-document url-prefix() {
  .fotorama__thumb {
    height: 0 !important;
    display: block !important;
    padding-bottom: 75% !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .fotorama__thumb img {
    max-width: inherit !important;
    max-height: inherit !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down !important;
    font-family: 'object-fit: scale-down;' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }
}

/* Edge 1 */
@supports (-ms-ime-align: auto) {
  .fotorama__thumb {
    height: 0 !important;
    display: block !important;
    padding-bottom: 75% !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .fotorama__thumb img {
    max-width: inherit !important;
    max-height: inherit !important;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
    font-family: 'object-fit: scale-down;' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }
}

/* ------------------------------------------------------------
ofi.min.js
------------------------------------------------------------ */
.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------------------------------------------------------
初期設定
------------------------------------------------------------ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

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

iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
印刷設定
------------------------------------------------------------ */
@media print {
  body {
    zoom: 96%;
    overflow-y: visible;
    overflow-x: visible;
  }

  body .header-wrap {
    position: static !important;
  }

  body .header-wrap .header-box .header-tel {
    display: none !important;
  }

  a {
    text-decoration: none !important;
  }

  #pagetop {
    display: none !important;
  }
}

.pbb {
  page-break-before: always;
}

/* ------------------------------------------------------------
表示有無設定（ブラウザサイズ）
------------------------------------------------------------ */
@media print,
screen and (min-width: 992px) {
  .min992 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .max991 {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .min768 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .max767 {
    display: none;
  }
}

/* ------------------------------------------------------------
html・body
------------------------------------------------------------ */
html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}

@media print,
screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
}

body {
  font-family: 'Roboto',
    'Noto Sans JP',
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    メイリオ,
    Meiryo,
    sans-serif;
}

.ffm {
  font-family: 'Noto Serif JP',
    Georgia,
    游明朝,
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    HGS明朝E,
    メイリオ,
    Meiryo,
    serif;
}

/* ------------------------------------------------------------
レイアウト・タグ設定
------------------------------------------------------------ */
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.fti {
  text-indent: 1em;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 2px;
}

.decimal li {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-left: 2px;
}

/* ------------------------------------------------------------
リンク設定
------------------------------------------------------------ */
a {
  color: #333333;
  text-decoration: none;
}

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

a:hover img {
  opacity: 0.6;
}

/* ------------------------------------------------------------
form
------------------------------------------------------------ */
.form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form label input {
  margin-right: 2px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.form textarea {
  min-height: 100px;
}

.form button[type="submit"],
.form button[type="button"],
.form .confirm_button,
.confirm_area button[type="submit"],
.confirm_area button[type="button"]{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #1f497d;
  line-height: 1;
  padding: 12px 30px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #1f497d;
}

.form button[type="submit"]:hover,
.form button[type="button"]:hover,
.form .confirm_button:hover,
.confirm_area button[type="submit"]:hover,
.confirm_area button[type="button"]:hover {
  color: #ffffff;
  background: #1f497d;
  border: 2px solid #ffffff;
}

.form button[type="submit"] i,
.form button[type="button"] i,
.form .confirm_button i,
.confirm_area button[type="submit"] i,
.confirm_area button[type="button"] i {
  padding: 0 4px 0 0;
}

@media print,
screen and (min-width: 768px) {

  .form button[type="submit"],
  .form button[type="button"],
  .form .confirm_button {
    padding: 12px 60px;
  }

  .confirm_area button[type="submit"],
  .confirm_area button[type="button"] {
    padding: 12px 60px;
  }
}

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

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

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

/* ------------------------------------------------------------
表 - table
------------------------------------------------------------ */
.table-type1 {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.table-type1 tr th,
.table-type1 tr td {
  display: block;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.table-type1 tr th {
  padding: 10px 20px;
  background: #f5f5f5;
}

.table-type1 tr td {
  padding: 15px 20px;
  background: #ffffff;
}

@media print,
screen and (min-width: 768px) {
  .table-type1 {
    border-bottom: none;
  }

  .table-type1 tr th,
  .table-type1 tr td {
    display: table-cell;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
  }

  .table-type1 tr th {
    width: 25%;
  }

  .table-type1 tr td {
    width: 75%;
  }
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.table-scroll table {
  width: 100%;
}

.table-scroll::after {
  content: "※このテーブルは横にスクロールできます。";
}

/* ------------------------------------------------------------
ページトップへ戻る
------------------------------------------------------------ */
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

#pagetop img:hover {
  -webkit-animation: rotates 0.7s linear infinite;
  animation: rotates 0.7s linear infinite;
}

@-webkit-keyframes rotates {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rotates {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ------------------------------------------------------------
カラー設定（テキスト）
------------------------------------------------------------ */
.fc-red {
  color: #cc0000;
}

/* ------------------------------------------------------------
bootstrap
------------------------------------------------------------ */
/* bootstrap container base + 30px */
.container {
  width: 100%;
}

@media print,
screen and (min-width: 1170px) {
  .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

/* ie scroll bar位置調整 */
@-ms-viewport {
  width: auto;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
header .header-wrap {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  z-index: 10;
}

header .header-wrap .header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-wrap .header-box .logo {
  width: 190px;
}

header .header-wrap .header-box .logo a:hover {
  opacity: 1;
}

header .header-wrap .header-box .gnav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .header-wrap .header-box .header-tel {
  display: none;
}

@media print,
screen and (min-width: 1170px) {
  header .header-wrap .header-box .gnav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .header-wrap .header-box .header-tel {
    display: block;
    width: 251px;
  }
}

header .header-contents-wrap {
  background: #0f3f79;
}

#visual {
  position: absolute;
  /* 背景を固定したい場合 absolute を fixed に変える */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bx-wrapper {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bxslider li {
  width: 100%;
  height: 80vh;
  background: center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .bxslider li {
    height: 100vh;
  }
}

.slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  padding-inline: 20px;
}

.slider-box .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
}

.slider-box .txt-box img {
    margin: auto;
    padding: 8.57143% 17.143%;
    max-width: 100%;
    width: 700px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
  }

@media screen and (min-width: 768px) {
  .slider-box {
    height: 100vh;
  }

  .slider-box .txt-box {
    height: 100vh;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .slider-box .txt-box img {
    height: 220px;
  }

  /* IE11 */
}

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
footer .footer-wrap .fnav {
  display: none;
}

@media print,
screen and (min-width: 600px) {
  footer .footer-wrap .fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .footer-wrap .fnav li {
    margin: 30px 0;
    padding: 0 15px;
    border-right: 1px solid #333333;
  }

  footer .footer-wrap .fnav li:last-child {
    border-right: none;
  }

  footer .footer-wrap .fnav li a {
    font-size: 15px;
    color: #333333;
    line-height: 1;
  }

  footer .footer-wrap .fnav li a:hover {
    color: #333333;
  }
}

footer .copyright {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 5px 15px;
  background: #0f3f79;
}

/* ------------------------------------------------------------
トップページ　index.html
------------------------------------------------------------ */
.in-top-txt {
  text-align: center;
  padding: 60px 20px;
  background: url(../images/index/txt-bg.png) no-repeat center center/cover;
  border-top: 5px solid #2b63a7;
  border-bottom: 5px solid #2b63a7;
}

.in-top-txt .box {
  display: inline-block;
  padding: 20px;
  background: #ffffff;
  border: 5px solid #cccccc;
  border-radius: 10px;
}

@media print,
screen and (min-width: 768px) {
  .in-top-txt {
    padding: 90px 20px;
  }

  .in-top-txt .box {
    padding: 30px;
  }
}

.in-business-wrap {
  background: url(../images/index/business-bg.jpg) no-repeat center right/cover;
  border-bottom: 5px solid #2b63a7;
}

.in-business-wrap .in-cont-box {
  margin: 0 -15px;
  padding: 40px 0 30px;
  background: rgba(255, 255, 255, 0.8);
}

.in-business-wrap .in-cont-box .title {
  font-size: 24px;
  font-weight: 700;
  color: #2b63a7;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2b63a7;
}

.in-business-wrap .in-cont-box p {
  padding: 0 15px;
}

.in-business-wrap .in-cont-box .link-btn {
  margin-top: 40px;
}

@media print,
screen and (min-width: 768px) {
  .in-business-wrap {
    background: url(../images/index/business-bg.jpg) no-repeat center center/cover;
    border-bottom: none;
  }

  .in-business-wrap .in-cont-box {
    margin: 0;
    padding: 60px 0 30px 0;
    background: none;
  }

  .in-business-wrap .in-cont-box .title {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .in-business-wrap .in-cont-box .link-btn {
    margin-top: 90px;
  }
}

.in-company-wrap {
  background: url(../images/index/company-bg.jpg) no-repeat center left/cover;
}

.in-company-wrap .in-cont-box {
  margin: 0 -15px;
  padding: 40px 0 30px 0;
  background: rgba(255, 255, 255, 0.8);
}

.in-company-wrap .in-cont-box .title {
  font-size: 24px;
  font-weight: 700;
  color: #2b63a7;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2b63a7;
}

.in-company-wrap .in-cont-box p {
  padding: 0 15px;
}

.in-company-wrap .in-cont-box .link-btn {
  margin-top: 40px;
}

@media print,
screen and (min-width: 768px) {
  .in-company-wrap {
    background: url(../images/index/company-bg.jpg) no-repeat center center/cover;
  }

  .in-company-wrap .in-cont-box {
    margin: 0;
    padding: 60px 0 30px 0;
    background: none;
  }

  .in-company-wrap .in-cont-box .title {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .in-company-wrap .in-cont-box .link-btn {
    margin-top: 90px;
  }
}

.in-recruit-wrap {
  padding: 90px 0;
  background: #2b63a7;
}

.in-recruit-wrap .title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ffffff;
}

.in-recruit-wrap p {
  color: #ffffff;
  text-align: left;
  padding: 0 15px;
}

.in-recruit-wrap .link-btn {
  margin-top: 40px;
}

@media print,
screen and (min-width: 500px) {
  .in-recruit-wrap p {
    text-align: center;
  }
}

@media print,
screen and (min-width: 768px) {
  .in-recruit-wrap .title {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .in-recruit-wrap .link-btn {
    margin-top: 90px;
  }
}

.in-contact-wrap {
  padding: 60px 0;
  background: url(../images/index/contact-bg.jpg) no-repeat center center/cover;
}

.in-contact-wrap .in-contact-box {
  text-align: center;
}

.in-contact-wrap .in-contact-box .title {
  font-size: 24px;
  font-weight: 700;
  color: #2b63a7;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2b63a7;
}

.in-contact-wrap .in-contact-box p {
  text-align: left;
  padding: 0 15px;
}

.in-contact-wrap .in-contact-box .contact-flex-box {
  margin: 60px auto 0;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box1,
.in-contact-wrap .in-contact-box .contact-flex-box .box2 {
  width: 100%;
  height: 45px;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #2b63a7;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px gray;
  box-shadow: 0 0 8px gray;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box1 .name {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-right: 4px;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box1 .number {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box1 .number a {
  color: #ffffff;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box1 .number a:hover {
  color: #ffffff;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box2 .link-btn {
  width: 100%;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box2 .link-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 8px gray;
  box-shadow: 0 0 8px gray;
}

.in-contact-wrap .in-contact-box .contact-flex-box .box2 .link-btn a:hover {
  border: 2px solid #2b63a7;
}

@media print,
screen and (min-width: 500px) {
  .in-contact-wrap .in-contact-box p {
    text-align: center;
  }
}

@media print,
screen and (min-width: 768px) {
  .in-contact-wrap .in-contact-box .title {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .in-contact-wrap .in-contact-box .contact-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 640px;
  }

  .in-contact-wrap .in-contact-box .contact-flex-box .box1,
  .in-contact-wrap .in-contact-box .contact-flex-box .box2 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}

.in-access-wrap {
  padding: 60px 0 0;
}

.in-access-wrap .in-access-box {
  text-align: center;
}

.in-access-wrap .in-access-box .title {
  font-size: 24px;
  font-weight: 700;
  color: #2b63a7;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2b63a7;
}

.in-access-wrap .in-access-box .access-flex-box .box {
  width: 100%;
  margin: 0 0 20px 0;
}

.in-access-wrap .in-access-box .access-flex-box .box .name {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin: 20px 0;
  padding: 6px 10px 4px;
  border-left: 4px solid #2b63a7;
}

.in-access-wrap .in-access-box .access-flex-box .box p {
  text-align: left;
}

@media print,
screen and (min-width: 768px) {
  .in-access-wrap .in-access-box .title {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .in-access-wrap .in-access-box .access-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .in-access-wrap .in-access-box .access-flex-box .box {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }

  .in-access-wrap .in-access-box .access-flex-box .box .name {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
contents
------------------------------------------------------------ */
.cont-title {
  margin-bottom: 60px;
  padding: 110px 30px 30px;
  background: #e3edf9;
  border-bottom: 1px dashed #cccccc;
}

.cont-title h2 {
  padding: 30px 15px;
}

.cont-title h2 span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #1f497d;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1;
  text-shadow: #ffffff 2px 0px,
    #ffffff -2px 0px,
    #ffffff 0px -2px,
    #ffffff 0px 2px,
    #ffffff 2px 2px,
    #ffffff -2px 2px,
    #ffffff 2px -2px,
    #ffffff -2px -2px,
    #ffffff 1px 2px,
    #ffffff -1px 2px,
    #ffffff 1px -2px,
    #ffffff -1px -2px,
    #ffffff 2px 1px,
    #ffffff -2px 1px,
    #ffffff 2px -1px,
    #ffffff -2px -1px;
}

@media print,
screen and (min-width: 768px) {
  .cont-title {
    margin-bottom: 90px;
  }

  .cont-title h2 {
    padding: 60px 15px;
  }

  .cont-title h2 span {
    font-size: 42px;
  }
}

.cont-subtitle {
  text-align: center;
}

.cont-subtitle span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 40px;
}

.cont-subtitle span::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90px;
  height: 3px;
  background: #2b63a7;
}

@media print,
screen and (min-width: 768px) {
  .cont-subtitle {
    font-size: 32px;
  }
}

.cont-itemtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  padding: 20px 15px;
  border: 1px solid #999999;
  border-radius: 5px;
}

.cont-itemtitle span {
  padding: 5px 10px;
  border-left: 3px solid #2b63a7;
}

@media print,
screen and (min-width: 768px) {
  .cont-itemtitle {
    font-size: 18px;
  }
}

.cont-wrap {
  margin-bottom: 90px;
}

.cont-box {
  margin-bottom: 60px;
}

.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #2b63a7;
  line-height: 1;
  padding: 12px 30px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #2b63a7;
}

.link-btn a:hover {
  color: #ffffff;
  background: #2b63a7;
  border: 2px solid #ffffff;
}

.link-btn a i {
  padding: 0 4px 0 0;
}

@media print,
screen and (min-width: 768px) {
  .link-btn a {
    padding: 12px 60px;
  }
}

/* ------------------------------------------------------------
BUSINESS
------------------------------------------------------------ */
.business-item-table {
  width: 100%;
  margin: 30px 0;
}

.business-item-table tr th,
.business-item-table tr td {
  text-align: center;
  width: 50%;
  padding: 10px;
  border: 1px solid #cccccc;
}

.business-item-table tr th {
  color: #ffffff;
  background: #2b63a7;
}

@media print,
screen and (min-width: 768px) {
  .business-item-table {
    width: calc(100% - 60px);
    margin: 30px;
  }
}

.business-flow-list li {
  font-size: 15px;
  margin-bottom: 20px;
  padding: 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px #cccccc;
  box-shadow: 0 0 8px #cccccc;
}

.business-flow-list li .number {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  margin: 0 0 10px 0;
  background: #2b63a7;
  border-radius: 5px;
}

@media print,
screen and (min-width: 992px) {
  .business-flow-list {
    margin: 0 30px;
  }

  .business-flow-list li {
    padding: 10px 15px;
  }

  .business-flow-list li .number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
    border-radius: 15px;
  }
}

.business-kome-list {
  font-size: 14px;
  color: #2b63a7;
}

.business-car-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.business-car-list li {
  width: 100%;
  margin: 0 0 10px;
}

.business-car-list li img {
  padding: 4px;
  border: 1px solid #eeeeee;
}

@media print,
screen and (min-width: 600px) {
  .business-car-list {
    margin: 0 -10px -20px;
  }

  .business-car-list li {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
}

/* ------------------------------------------------------------
COMPANY
------------------------------------------------------------ */
.greeting-flex-box {
  margin-bottom: 30px;
}

.greeting-flex-box .photo-box {
  text-align: center;
  margin-bottom: 30px;
}

.greeting-flex-box .photo-box img {
  padding: 4px;
  border: 1px solid #cccccc;
}

@media print,
screen and (min-width: 768px) {
  .greeting-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .greeting-flex-box .photo-box {
    width: 200px;
  }

  .greeting-flex-box .txt-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }
}

.access-flex-box:last-child {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #cccccc;
}

.access-flex-box .txt-box {
  margin-bottom: 15px;
}

.access-flex-box .txt-box .name {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
  padding: 8px 30px 6px;
  background: #2b63a7;
}

@media print,
screen and (min-width: 768px) {
  .access-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .access-flex-box .txt-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
  }

  .access-flex-box .map-box {
    width: 50%;
  }
}

@media print,
screen and (min-width: 992px) {
  .access-flex-box .txt-box {
    padding: 30px;
  }
}

/* ------------------------------------------------------------
RECRUIT
------------------------------------------------------------ */
.recruit-flex-box {
  padding: 30px 0;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.recruit-flex-box .txt-box {
  margin-bottom: 10px;
  padding: 30px 20px;
}

.recruit-flex-box .photo-box {
  text-align: center;
}

.recruit-flex-box .photo-box img {
  padding: 4px;
  border: 1px solid #cccccc;
}

@media print,
screen and (min-width: 992px) {
  .recruit-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .recruit-flex-box .txt-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding: 30px;
  }

  .recruit-flex-box .photo-box {
    width: 400px;
  }
}

/* ------------------------------------------------------------
CONTACT
------------------------------------------------------------ */
.contact-tel-fax {
  margin-bottom: 20px;
}

.contact-tel-fax .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact-tel-fax .box .name {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  margin-right: 4px;
}

.contact-tel-fax .box .number {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.contact-tel-fax .box .number a {
  color: #ffffff;
}

.contact-tel-fax .box .number a:hover {
  color: #ffffff;
}

@media print,
screen and (min-width: 992px) {
  .contact-tel-fax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-tel-fax .box {
    margin-bottom: 0;
  }

  .contact-tel-fax .box .name {
    font-size: 18px;
  }

  .contact-tel-fax .box .number {
    font-size: 42px;
  }

  .contact-tel-fax .box:first-child {
    margin-right: 30px;
  }
}

.contact-time {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

/* ------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------ */
.privacy-box {
  overflow: auto;
  font-size: 15px;
  height: 300px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.privacy-box .title {
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 6px 10px 4px;
  background: #f5f5f5;
}

.privacy-box ul li {
  list-style-type: decimal;
  margin: 0 0 1em 2em;
}

.privacy-box ul li:last-child {
  margin: 0 0 0 2em;
}

/* ------------------------------------------------------------
お問い合わせフォーム
------------------------------------------------------------ */
.contact-border-box {
  margin-bottom: 60px;
  padding: 20px 15px;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

@media print,
screen and (min-width: 768px) {
  .contact-border-box {
    padding: 30px;
  }
}

.contact-table {
  width: 100%;
  margin: 0 0 60px;
}

.contact-table tr th,
.contact-table tr td {
  display: block;
  font-size: 14px;
  text-align: left;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px -3px 5px 1px #eee inset;
  box-shadow: 0px -3px 5px 1px #eee inset;
}

.contact-table tr th {
  background: #f5f5f5;
}

@media print,
screen and (min-width: 768px) {

  .contact-table tr th,
  .contact-table tr td {
    display: table-cell;
    vertical-align: top;
  }

  .contact-table tr th {
    width: 260px;
  }

  .contact-table tr td {
    width: calc(100% - 260px);
    max-width: 840px;
  }
}

.contact-table th span {
  float: right;
}

.required,
.any {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  margin: 2px 4px 0;
  padding: 3px 6px 2px;
  border-radius: 3px;
}

.required {
  background: #c3003a;
}

.any {
  background: #afc9ca;
}

.contact-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-table ul li {
  margin-right: 15px;
}

/* IE不具合用 */
@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .contact-table ul {
    display: block;
  }

  *::-ms-backdrop,
  .contact-table .radio {
    display: block;
  }

  *::-ms-backdrop,
  .contact-table form label {
    display: block;
  }
}

.checkbox-area {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

.button-area {
  text-align: center;
  margin: 30px auto 0;
}

/* .button-area .contact-form button {
  margin: 0 auto;
} */

/*WordPress化に伴う追加CSS*/

.swiper-slide img{
  aspect-ratio: 870/870;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* .wpcf7-not-valid-tip{
  display: none !important;
} */

.button-area .contact-form button[type="submit"]{
  display: none;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

@media print,
screen and (min-width: 768px) {
.contact-form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
}

.form_radio,.form_name,.form_hurigana,.form_mail,.form_textarea{
  color: #ff0000;
}

/*# sourceMappingURL=style.css.map */