@charset "UTF-8";
/**
 * Base
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h3{
	font-size: 2rem;
	color: #0095f9;
	margin: 2em 0 1em;
	border-bottom: 1px solid #0095f9;
}
h4{
	font-size: 1.8rem;
	color: #0095f9;
	margin: 2em 0 1em;
	border-bottom: 1px solid #0095f9;
}
h5{
	font-size: 1.6rem;
	color: #0095f9;
	margin: 2em 0 1em;
	border-bottom: 1px solid #0095f9;
}
h6{
	font-size: 1.6rem;
	color: #0095f9;
	margin: 2em 0 1em;
	border-bottom: 1px solid #0095f9;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  line-height: 25px;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* The global structure of an HTML document
-------------------------------------------------- */
:root {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-family: "Lato", YuGothic, "Yu Gothic", sans-serif;
  color: #333333;
  line-height: 1.8;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* address */
address {
  font-style: normal;
}

/* Links
-------------------------------------------------- */
/* anchor */
a {
  color: #1A0DAB;
  text-decoration: none;
}

a:visited {
  color: #660099;
}

a:hover {
  color: #1A0DAB;
  text-decoration: underline;
}

a:active {
  color: #1A0DAB;
  text-decoration: underline;
}

/* Text
-------------------------------------------------- */
/* emphasis */
/* quotations */
/* superscript, subscript */
/* Objects, Images, and Applets
-------------------------------------------------- */
/* img */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* map */
/* Alignment, font styles, and horizontal rules
-------------------------------------------------- */
/* horizon */
/* Frames
-------------------------------------------------- */
/* inline frame */
/* Forms
-------------------------------------------------- */
input[type="text"],
input[type="password"],
textarea {
  max-width: 100% !important;
}


body.home h2{
  font-size: 225%;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  input[type="text"],
  input[type="password"],
  textarea {
    font-size: 16px;
  }
}

textarea {
  overflow: auto;
  font-family: "Lato", YuGothic, "Yu Gothic", sans-serif;
}

/**
 * Layout
 */
.l_wrapper {
  position: relative;
  word-wrap: break-word;
  margin: 0 auto;
  padding: 0;
}

.l_inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l_inner {
    width: auto;
  }
  .l_main {
    position: relative;
    margin-top: 110px;
    margin-bottom: 5em;
  }

}
  .home .l_main{
    margin-bottom: 0;
  }
@media only screen and (min-width: 769px) {
  .l_main {
    position: relative;
    margin-top: 110px;
    margin-bottom: 10em;
  }
}
.l_main {
  position: relative;
  margin-top: 110px;
}

.l_main:before, .l_main:after {
  content: "";
  display: table;
}

.l_main:after {
  clear: both;
}

@media only screen and (max-width: 768px) {
  .l_main {
    width: auto;
    margin-top: 65px;
  }

}

/* header
-------------------------------------------------- */
.l_header {
  position: relative;
  height: 110px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 1.0);
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .l_header {
    height: 63px;
  }
}

/* title */
.l_header .site_title {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.l_header .site_title a{
  display: block;
  transition:0.2s;
}
.home .l_header .site_title a:hover{
  background: url("../img/logo.svg")no-repeat;
  transition:0.2s;
}
.home .scroll .l_inner h1.site_title a{
  background-size:120px;
  width:118px;
  height: 110px;
}
.page .l_header .site_title a:hover,.archive .l_header .site_title a:hover,.error404 .l_header .site_title a:hover,.single .l_header .site_title a:hover{
  background: url("../img/logo_home.svg")no-repeat;
  transition:0.2s;
}
.page .scroll .l_inner h1.site_title a,.archive .scroll .l_inner h1.site_title a{
  background-size:120px;
  width:118px;
  height: 110px;
}
@media only screen and (max-width: 768px) {
  .home .l_header .site_title a:hover{
    background-size: 95px auto;
  }
  .page .l_header .site_title a:hover,.archive .l_header .site_title a:hover{
    background-size: 95px auto;
  }
  .scroll .l_inner h1.site_title a{
    width:68px;
    height: auto;
  }
  .scroll .site_title a:hover{
    -webkit-background-size: 68px 63px!important;
    background-size: 68px 63px!important;
  }
}
.l_header .site_title a:hover img{
  visibility: hidden;
}
/*.l_header .site_title a:hover:after{
  content: url(../img/logo.svg);
  display: block;
}*/

@media only screen and (max-width: 768px) {
  .l_header .site_title {
    margin-left: 5px;
    width: 95px;
    height: 95px;
  }
}

.l_header .description {
  position: absolute;
  top: 15px;
  left: 210px;
  font-weight: bold;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .l_header .description {
    top: 5px;
    left: 104px;
    font-size: 0.8rem;
  }
}

.l_sub_nav {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .l_sub_nav {
    top: 23px;
    right: 8px;
  }
}
.sub_nav_list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sub_nav_item {
  font-size: 1.4rem;
  margin-left: 8px;
  list-style: none;

}


@media only screen and (max-width: 768px) {
  .sub_nav_item {
    text-indent: -9999px;
    width: 35px;
    height: 35px;
  }
}


.sub_nav_item.sub_nav_item_1 {
  background: #333333 url(../img/ico_sub_nav_1.svg) no-repeat 12px 50%;
}
.sub_nav_item.sub_nav_item_1:hover{
  background: #5ACDEE url(../img/hover-logo-mai.svg) no-repeat 12px 50%;
}
.sub_nav_item.sub_nav_item_1 a:hover{
  color:#333;
}


.sub_nav_item.sub_nav_item_2 {
  background: #333333 url(../img/ico_sub_nav_2.svg) no-repeat 13px 50%;
}
.sub_nav_item.sub_nav_item_2:hover{
  background: #5ACDEE url(../img/hover-logo-tel.svg) no-repeat 12px 50%;
}

.sub_nav_item.sub_nav_item_3 {
  background: #333333 url(../img/ico_sub_nav_3.png) no-repeat 13px 50%;
}
.sub_nav_item.sub_nav_item_3:hover{
  background: #5ACDEE url(../img/hover-logo-rec.png) no-repeat 12px 50%;
}


@media only screen and (max-width: 768px) {
  .sub_nav_item.sub_nav_item_1 {
    -moz-background-size: 21px auto;
         background-size: 21px auto;
    background-position: 50% 50%;
  }
  .sub_nav_item.sub_nav_item_1:hover,.sub_nav_item.sub_nav_item_2:hover,.sub_nav_item.sub_nav_item_3:hover{
    background-position: center center;
  }
}
.sub_nav_item.sub_nav_item_2 a:hover{
  color:#333;
}
.sub_nav_item.sub_nav_item_3 a:hover{
  color:#333;
/*  background: #5ACDEE;*/
}
@media only screen and (max-width: 768px) {
  .sub_nav_item.sub_nav_item_2 {
    -moz-background-size: 15px auto;
         background-size: 15px auto;
    background-position: 50% 50%;
    margin-right: 42px;
  }
  .sub_nav_item.sub_nav_item_3 {
    -moz-background-size: 15px auto;
         background-size: 15px auto;
    background-position: 50% 50%;
/*    margin-right: 42px;*/
  }
}

.sub_nav_item a {
  padding: 7px 7px 7px 40px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 114.28571%;
}

@media only screen and (max-width: 768px) {
  .sub_nav_item a {
    padding: 7px 0;
  }
  .sub_nav_item.sub_nav_item_3 a {
    /*display: none;*/
  }
}
  .sub_nav_item.sub_nav_item_3 a {
/*    padding-left: 10px;
    background: #6d6d6d;*/
  }
/* gnav */
.gnav {
  position: absolute;
  top: 52px;
  right: -15px;
}

@media only screen and (max-width: 768px) {
  .gnav {
    top: 62px;
    right: 0;
    width:100%;
  }
}

.gnav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .gnav_list {
    background: rgba(255, 255, 255, 1.0);
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
  .gnav_item{
    width:33.333%;
  }
  .gnav_item:nth-of-type(n+4){
    margin-top: 0.5rem;
  }
}

.gnav_item {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.gnav_item.gnav_item_1 {
  background-image: url(../img/ico_gnav_item_1.svg);
}

.gnav_item.gnav_item_2 {
  background-image: url(../img/ico_gnav_item_3.svg);
  background-position: 50% 6px;
}
.gnav_item.gnav_item_3 {
background-image: url(../img/ico_gnav_item_2.svg);
}

.gnav_item.gnav_item_4 {
  background-image: url(../img/ico_casestudy.svg);
}

.gnav_item.gnav_item_5 {
 background-image: url(../img/ico_gnav_item_4.svg);
}
.gnav_item.gnav_item_6 {
  background-image: url(../img/ico_gnav_item_5.svg);
}

.gnav_item a {
  padding: 25px 15px 5px;
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #333333;
  transition:0.2s;
}
@media only screen and (max-width: 768px) {
  .gnav_item a {
  padding: 25px 0 5px;
}
}
.gnav_item a:hover{
  opacity:0.5;
  transition:0.2s;
  transform:translateY(3px);
}
.btn_menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .btn_menu {
    cursor: pointer;
    background: url(../img/btn_menu.svg) no-repeat 0 0;
    -webkit-background-size: 106%;
    background-size: 106%;
    display: block;
    position: absolute;
    top: -39px;
    right: 7px;
    width: 35px;
    height: 35px;
    z-index: 10000;
    text-indent: -9999px;
  }
}

/* search */
/* contents
-------------------------------------------------- */
.l_contents .page_title {
  margin: 0;
  background: #0095F9;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  font-size: 100%;
}

.l_contents .page_title .en {
  display: inline-block;
  padding: 70px 50px 5px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 342.85714%;
}

@media only screen and (max-width: 768px) {
  .l_contents .page_title .en {
    font-size: 214.28571%;
    padding-top: 60px;
  }
}

.l_contents .page_title .ja {
  display: block;
  padding: 10px 0 70px;
  font-size: 114.28571%;
}

@media only screen and (max-width: 768px) {
  .l_contents .page_title .ja {
    font-size: 85.71429%;
    padding-bottom: 60px;
  }
}

.l_contents .section_bg_a {
}
.page-id-15 .l_contents .section_bg_a {
  padding: 6rem 0 0;
}
.page-id-9 .l_contents .section_bg_a {
  padding: 6rem 0 6rem;
  background: #f9f9f9;
}
.l_contents .section_bg_b {
  padding: 30px 0;
  background: #F9F9F9;
}

.l_contents .page_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}

.l_contents .page_nav a:active{
  text-decoration: none;
}
.l_contents .page_nav .page_nav_btn {
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l_contents .page_nav {
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .l_contents .page_nav .page_nav_btn{
    width:90%;
    margin:0 auto 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .l_contents .page_nav .page_nav_btn:nth-child(1) {
    margin-right: 40px;
  }
  .l_contents .page_nav .page_nav_btn:nth-child(2) {
    margin-left: 40px;
  }
}


.l_contents .page_nav .page_nav_btn .btn2 {
  padding: 5px 0 40px;
  background-image: url(../img/ico_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: 30px;
  color:#0095F9;
  border: 1px solid currentColor;
  transition:0.2s;
}
@media only screen and (max-width: 768px) {
  .l_contents .page_nav .page_nav_btn .btn2{
    padding:5px 0 30px;
  }
}
.l_contents .page_nav .page_nav_btn span {
  display: block;
}

.l_contents .page_nav .page_nav_btn .en {
  font-size: 285.71429%;
}
@media only screen and (max-width: 768px) {
  .l_contents .page_nav .page_nav_btn .en {
    font-size: 195.71429%;
  }
}

.l_contents .page_nav .page_nav_btn .ja {
  font-size: 85.71429%;
}

.l_contents .btn_web_app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .l_contents .btn_web_app {
    display: block;
    text-align: center;
  }
  .l_contents .btn_web_app:after{
    content: "";
    display: block;
    clear: both;
  }
  .l_contents .btn_web_app .btn_web_app_item{
  width:100%;
  margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .l_contents .btn_web_app {
    display: block;
    text-align: center;
  }
  .l_contents .btn_web_app:after {
    content: "";
    display: block;
    clear: both;
  }
  .l_contents .btn_web_app .btn_web_app_item {
  margin: 15px;
  float:left;
  }
  .l_contents .btn_web_app .btn_web_app_item:first-of-type{
  margin-left:0;
  }
}

/* sidebar
-------------------------------------------------- */
.l_sidebar {
  float: right;
  width: 22.91667%;
}

@media only screen and (max-width: 768px) {
  .l_sidebar {
    float: none;
    width: auto;
  }
}

/* footer
-------------------------------------------------- */
.l_footer {
  position: relative;
  margin: 80px 0 0;
  font-size: 1.2rem;
  overflow:hidden;
  background-color: #333;
}

.l_footer .l_pagetop a {
  display: block;
  text-indent: -9999px;
  position: relative;
  z-index: 99999;
  position: fixed;
  background: url(../img/pagetop.svg) no-repeat 0 0/50px 50px;
  width: 50px;
  height: 50px;
  bottom: 100px;
  right: 2em;
}

@media only screen and (max-width: 768px) {
  .l_footer .l_pagetop a{
    bottom:2.5em;
    right:1.5em;
  }
}

.l_footer .l_footer_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.l_footer .l_footer_box{
  background: #5acdee;
}

.l_footer .footer_logo {
  background: #5acdee;
}
@media only screen and (min-width: 769px) {
  .l_footer .footer_logo {
    width:50%;
    text-align: left;
  }
  .l_footer .l_footer_box .l_footer_inner_box{
    background: #333;
  }
  .l_footer .l_footer_box{
    margin-left: -496%;
    padding-left: 499%;
  }
  .l_footer .l_footer_box .l_footer_inner_box{
    display: block;
    background: #333;
  }
  .l_footer .l_footer_box .l_footer_inner_box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #333;
  }
}
@media only screen and (max-width: 768px) {
  .l_footer .l_footer_box {
    background: #333;
    width:100%;
  }
  .l_footer .footer_logo{
    border:none
  }
  .l_footer .l_footer_box .l_footer_inner_box{
    width:100%;
  }
}
@media only screen and (max-width: 768px) {
  .l_footer .footer_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_footer .footer_logo img {
    width: 120px;
  }
  .l_footer .footer_logo address .postal_code {
    display: block;
  }
}

.l_footer address {
  padding: 15px 0 15px 10px;
  font-weight: bold;
}

.l_footer address span {
  display: block;
}

.l_footer address span span {
  display: inline;
}

.l_footer .footer_nav {
  position: relative;
  padding: 30px;
  color: #FFFFFF;
  background: #333333;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .l_footer .footer_nav {
    padding: 7px;
  }
}

.l_footer .footer_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .l_footer .footer_nav ul {
    display: none;
  }
}

.l_footer .footer_nav ul ul {
  padding-top: 0;
  padding-left: 15px;
}

.l_footer .footer_nav .footer_nav_list_1 {
  padding-right: 40px;
  border-right: 1px solid #FFFFFF;
}

.l_footer .footer_nav .footer_nav_list_2 {
  padding-left: 30px;
}

.l_footer .footer_nav a {
  color: #FFFFFF;
  text-decoration: none;
}

.l_footer .footer_nav a:hover {
  color: #0099FF;
}

.l_footer .footer_nav .l_privacy {
  position: absolute;
  bottom: 30px;
  right: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .l_footer .footer_nav .l_privacy {
    margin: 0 auto;
    position: static;
    font-size: 71.42857%;
  }
  .l_footer .footer_nav .l_privacy span {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .l_footer .footer_nav .l_privacy span {
    margin-right: 0px;
    margin-bottom: 1em;
    display: block;
  }
}


.l_footer .footer_nav .l_privacy img {
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .l_footer .footer_nav .l_privacy img {
    width: 25px;
  }
}

.l_footer .copyright {
  text-align: center;
  margin:0;
  background-color: #fff;
  margin:0 -100%;
}

/**
 * Module
 */
/* accordions
-------------------------------------------------- */
.accordion_trigger {
  cursor: pointer;
}

/* state */
.is_accordion_active {
  display: block;
}

.is_accordion_hidden.accordion_content {
  display: none;
}

/* alerts
-------------------------------------------------- */
.alert {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
}

.alert > p {
  margin-bottom: 0;
}

.alert_heading:first-child {
  margin-top: 0;
  color:#fff;
}

.alert.alert_success {
  border: #a0d468;
  background-color: #b9df90;
  color: #3c763d;
}

.alert.alert_info {
  border: #4fc1e9;
  background-color: #0095f9;
  color: #ffffff;
}

.alert.alert_warning {
  border: #ffce54;
  background-color: #ffdd87;
  color: #8a6d3b;
}

.alert.alert_error {
  border: #ed5565;
  background-color: #F2838F;
  color: #A94442;
}

/* buttons
-------------------------------------------------- */
/* default */
.btn, input[type="submit"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 100%;
  border: 1px solid #0099FF;
  padding: 1em 2em;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  background-color: #0099FF;
  color: #FFFFFF;
  -webkit-transition: background-color, 0.3s, ease-out;
  -moz-transition: background-color, 0.3s, ease-out;
  transition: background-color, 0.3s, ease-out;
  text-decoration: none;
  text-align: center;
}

.btn:link, input[type="submit"]:link {
/*  color: #333333;*/
  text-decoration: none;
  color: #FFFFFF;
}

.btn:visited, input[type="submit"]:visited {
/*  color: #333333;*/
color: #FFFFFF;
}

.btn:hover, input[type="submit"]:hover {
/*  background-color: #d0d0d0;
  color: #333333;*/
  color: #FFFFFF;
  opacity:0.5;
}

input[type="submit"]:disabled {
  opacity:0.5;
}


.btn2 {
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  background: #FFFFFF;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #09F;
  -webkit-transition: background-color, 0.3s, ease-out;
  -moz-transition: background-color, 0.3s, ease-out;
  transition: background-color, 0.3s, ease-out;
}

.btn2:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #09F;
  transition:0.2s;
  text-decoration: none;
}

.btn_primary {
  background-color: #2196F3;
  border-color: #2196F3;
  color: #FFFFFF;
}

.btn_primary:link, .btn_primary:visited {
  color: #FFFFFF;
}

.btn_primary:hover {
  background-color: #39a1f4;
  color: #FFFFFF;
}

.btn_success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #FFFFFF;
}

.btn_success:link, .btn_success:visited {
  color: #FFFFFF;
}

.btn_success:hover {
  background-color: #5cb860;
  color: #FFFFFF;
}

.btn_info {
  background-color: #03A9F4;
  border-color: #03A9F4;
  color: #FFFFFF;
}

.btn_info:link, .btn_info:visited {
  color: #FFFFFF;
}

.btn_info:hover {
  background-color: #14b4fc;
  color: #FFFFFF;
}

.btn_warning {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #FFFFFF;
}

.btn_warning:link, .btn_warning:visited {
  color: #FFFFFF;
}

.btn_warning:hover {
  background-color: #ffa21a;
  color: #FFFFFF;
}

.btn_error {
  background-color: #F44336;
  border-color: #F44336;
  color: #FFFFFF;
}

.btn_error:link, .btn_error:visited {
  color: #FFFFFF;
}

.btn_error:hover {
  background-color: #f55a4e;
  color: #FFFFFF;
}

/* block */
.btn.btn_block, input.btn_block[type="submit"] {
  display: block;
  width:25%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .btn.btn_block, input.btn_block[type="submit"] {
    width:50%;
  }
}
/* disabled */
.btn.is_btn_disabled, input.is_btn_disabled[type="submit"] {
  opacity: 0.5;
  cursor: default;
}

.btn.is_btn_disabled:hover, input.is_btn_disabled[type="submit"]:hover {
  background-color: #DDDDDD;
}

/* forms
-------------------------------------------------- */
/* text, textarea */
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

/* btn */
input[type="submit"], .bigger-font {
  font-size: 157.14286%;
}

/* block */
input.block, input.is_block,
select.block,
select.is_block,
textarea.block,
textarea.is_block {
  display: block;
  width: 100%;
}

input.is_error,
select.is_error,
textarea.is_error {
  border-color: #EFB9C3;
  background-color: #FFC6CA;
}

input.is_error:focus,
select.is_error:focus,
textarea.is_error:focus {
  background-color: #FFFFFF;
}

/* custom select */
.custom_select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}

.custom_select:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: block;
  width: image-width("../img/icons/icon_arrow_down.png");
  height: image-height("../img/icons/icon_arrow_down.png");
  margin: auto;
  background: url("../img/icons/icon_arrow_down.png") no-repeat 0 0;
}

.custom_select select {
  width: 130%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  margin: 0;
  padding: .5em 40px .5em 20px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  outline: 0;
}

/* inline form */
form .inline_form {
  width: 100%;
  display: table;
}

form .inline_form_text,
form .inline_form_btn {
  display: table-cell;
  vertical-align: middle;
}

form .inline_form_text {
  width: 100%;
  padding-right: 5px;
}

form .inline_form_text > input[type="text"] {
  width: 100%;
  height: 44px;
}

form .inline_form_btn {
  white-space: nowrap;
}

form .inline_form_btn > input[type="submit"] {
  height: 44px;
}

/* required */
form .required,
form .label_required,
form .optional,
form .label_optional {
  font-size: 78.57143%;
  margin: 0 5px;
}

form .required,
form .label_required {
  border-color: #FF3300;
  background-color: #FF3300;
  color: #FFFFFF;
}

form .optional,
form .label_optional {
  border-color: #65abd0;
  background-color: #65abd0;
  color: #FFFFFF;
}

/* agreement */
form .agreement {
  margin: 0 0 1em;
  padding: 10px;
  background-color: #EFEFEF;
}

form .agreement > .article {
  overflow-y: scroll;
  background-color: #FFFFFF;
  height: 10em;
  padding: 10px;
}

/* table */
/* icons
-------------------------------------------------- */
/* extension */
/*a.pdf:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/pdf_small.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px;
}*/

/* images
-------------------------------------------------- */
/* align */
img{
  /*transition:0.2s;*/
}
img.alignleft {
  float: left;
  margin-right: 10px;
}

img.alignright {
  float: right;
  margin-left: 10px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* hover */

a:hover img,
a:hover input[type="image"],
a:hover input[type="submit"] {
  opacity: 0.7;

}

a:hover img[src$="_off.png"],
a:hover img[src$="_on.png"],
a:hover input[src$="_off.png"],
a:hover input[src$="_on.png"] {
  opacity: 1;
}

input[type="image"]:hover {
  opacity: 0.7;
}

input[src$="_off.png"] {
  opacity: 1;
}

/* pict */
p.pict2 {
  float: left;
  padding-right: 10px;
}

p.pict3 {
  float: right;
  padding-left: 10px;
}

p.pict6 {
  text-align: center;
}

/* labels
-------------------------------------------------- */
.label {
  display: inline-block;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 5px;
  padding: 0 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: #FFFFFF;
  color: #333333;
}

/* variation */
.label.label_primary {
  border-color: #2196F3;
  background-color: #2196F3;
  color: #FFFFFF;
}

.label.label_success {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #FFFFFF;
}

.label.label_info {
  border-color: #03A9F4;
  background-color: #03A9F4;
  color: #FFFFFF;
}

.label.label_warning {
  border-color: #FF9800;
  background-color: #FF9800;
  color: #FFFFFF;
}

.label.label_error {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF;
}

/* lists
-------------------------------------------------- */
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ul {
  list-style: circle;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

.list > li {
  padding-left: 20px;
  float: none;
  list-style: none;
  background: url(../img/ico_list.svg) no-repeat 0 8px;
}

/* gallery */
ul.gallery {
  list-style: none;
  clear: both;
  padding-left: 0;
}

ul.gallery:before, ul.gallery:after {
  content: "";
  display: table;
}

ul.gallery:after {
  clear: both;
}

ul.gallery > li {
  float: left;
  margin-right: 10px;
}

/* definition lists */
dl dt {
  font-weight: bold;
}

dl.horizontal dt {
  float: left;
  width: 9em;
}

dl.horizontal dd {
  padding-left: 10em;
}

.tableview {
  margin: 0 0 1em;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tableview .tableview_heading {
  padding: .5em 20px;
  background-color: #EFEFEF;
}

.tableview .tableview_heading:first-child {
  margin: 0;
}

.tableview .tableview_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tableview .tableview_item {
  border-top: 1px solid #DDDDDD;
}

.tableview .tableview_item a,
.tableview .tableview_item label {
  display: block;
}

/* entry list */
.entry_list {
  padding-left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.entry_item {
  list-style: none;
  border-bottom: 1px dashed #DDDDDD;
}

.entry_item .entry_date,
.entry_item .entry_title {
  display: table-cell;
  padding-bottom: .75em;
}

@media only screen and (max-width: 768px) {
  .entry_item .entry_date,
  .entry_item .entry_title {
    display: block;
  }
}

.entry_item .entry_date {
  color: #333333;
  white-space: nowrap;
  padding-right: 1em;
  padding-top: .75em;
}

.entry_item .entry_title {
  width: 100%;
}

.entry_item .title_text {
  margin-bottom: 0;
}

.entry_item .entry_title {
  text-decoration: underline;
}

.entry_item a {
  text-decoration: none;
}

.entry_item a:hover .entry_title {
  text-decoration: none;
}

.event_status {
  width: 8em;
  text-align: center;
}

/* medias
-------------------------------------------------- */
.media {
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .page-id-17 section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .media {
    width: 47%;
  }
  .media:nth-of-type(odd){
    margin-right: 6%;
  }
  #wrapper .media:nth-of-type(1) > .media_content a{
    margin-top: 3em;
  }
  #wrapper .media:nth-of-type(2) > .media_content a{
    
  }
  #wrapper .media:nth-of-type(3) > .media_content a{
  
  }
  #wrapper .media:nth-of-type(4) > .media_content a{
    margin-top: 4em;
  }
  #wrapper .media:nth-of-type(5) > .media_content a{
      margin-top: 14rem;
  }

  .parent-pageid-17.page-child #wrapper  .media_content a{
    margin-top: 2em;
  }

  .media h2{
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
  #wrapper .media_image{
    margin-bottom: 3rem;
  }
  .page #wrapper .media_content a{
    margin: 3rem auto 5rem;
  }
}
.media:before, .media:after {
  content: "";
  display: table;
}

.media:after {
  clear: both;
}

.media_image {
/*  float: left;*/
 /* margin-right: 15px;*/
 text-align: center;
 margin-bottom: 4.5rem;
}

.media_content {
  width:100%;
  margin: auto;
}
.page .media_content a{
  width:60%;
  margin: auto;
  margin: 5rem auto;
  text-align: center;
  display: block;
  background: #0095f9;
  color:#fff;
  padding:1.5rem 1rem 1rem 1rem;
  transition:0.2s;

}
.page-id-19 .media_content a{
  width:65%;
}
.media_content a:hover{
  text-decoration: none;
  transition:0.2s;
}
.media_reverse .media_image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .page .media_content {
    width:100%;
  }
  .page .media_content a{
  width:87%;
  }
}
/* pagers
-------------------------------------------------- */
.pager ul,
.pager .pager_list {
  list-style: none;
}

.pager ul > li,
.pager ul .pager_item,
.pager .pager_list > li,
.pager .pager_list .pager_item {
  display: inline-block;
}

/* current page */
.is_pager_active,
.is_pager_current {
  font-weight: bold;
}

.pager {
  margin: 1em 0;
}

.pager ul,
.pager .pager_list {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
}

.pager ul li,
.pager ul .pager_item,
.pager .pager_list li,
.pager .pager_list .pager_item {
  margin: 0 5px;
  padding: 3px 0 3px;
  background: none;
  vertical-align: middle;
}

.pager ul li a,
.pager ul .pager_item a,
.pager .pager_list li a,
.pager .pager_list .pager_item a {
  display: inline-block;
  padding: 3px 8px;
  border-width: 1px;
  border-style: solid;
}

.pager ul li a:link, .pager ul li a:hover,
.pager ul .pager_item a:link,
.pager ul .pager_item a:hover,
.pager .pager_list li a:link,
.pager .pager_list li a:hover,
.pager .pager_list .pager_item a:link,
.pager .pager_list .pager_item a:hover {
  text-decoration: none;
}

.pager ul li.prev,
.pager .pager_list li.prev {
  float: left;
  margin-left: 0;
}

.pager ul li.next,
.pager .pager_list li.next {
  float: right;
  margin-right: 0;
}

.pager p.page {
  text-align: center;
}

.pager ul li a,
.pager ul .pager_item a,
.pager .pager_list li a,
.pager .pager_list .pager_item a {
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #333333;
}

.pager ul li a:link,
.pager ul .pager_item a:link,
.pager .pager_list li a:link,
.pager .pager_list .pager_item a:link {
  color: #333333;
}

.pager ul li a:hover,
.pager ul .pager_item a:hover,
.pager .pager_list li a:hover,
.pager .pager_list .pager_item a:hover {
  border-color: #0099FF;
  background-color: #0099FF;
  color: #FFFFFF;
}

.pager{
  text-align: center;
  padding: 0;
  margin-top: 5rem;
}
.pager li{
  display: inline-block;
  list-style: none;
  margin-right: 0.3em;
  border: 1px solid #0095f9;

}
.pager li a{
  color:#0095f9;
  display: block;
  padding: 0.2em 0.8em;
}
.pager li a:hover{
  opacity:0.5;
}
.pager li.is_current{
  background:#0095f9;
  color:#fff;
  padding: 0.2em 0.8em;
}

.pager:after{
  content:"";
  display: block;
  clear:both;
}
ul.navigation.pager:before {
    content: "";
    display: block;
    clear: both;
}
/* panels
-------------------------------------------------- */
.panel {
  margin-bottom: 40px;
}

.panel_heading {
  background-color: #0095f9;
  padding: 10px 20px;
  margin-bottom: 0;
  color:#fff;
}

.panel_content {
  padding: 10px 20px;
  border: 1px solid #0095f9;
}

.panel_content > p:last-child {
  margin-bottom: 0;
}

/* progresses
-------------------------------------------------- */
.progress {
  margin-bottom: 20px;
  background-color: #EEEEEE;
  overflow: hidden;
}

.progress_bar {
  background-color: #333;
  color: #FFFFFF;
  text-align: center;
}

.progress_bar_success {
  background-color: #b9df90;
}

/* tables
-------------------------------------------------- */
/* table */
table {
  width: 100%;
  border: 1px solid #cecece;
  border-collapse: collapse;
  border-spacing: 1;
}

table caption {
  text-align: center;
  margin: 0;
}

table caption.left {
  text-align: left;
}

table caption.right {
  text-align: right;
}

table tr th,
table tr td {
  padding: 0.5em 10px;
  border: 1px solid #cecece;
  text-align: left;
}

table tr th {
  font-weight: bold;
  background: #F7F7F7;
  width:20%;
}
table tr td{
  width:80%;
}

#inquiry_data_table tr td, #inquiry_data_table tr th{
  width: auto;
}

#inquiry_data_table tbody>tr:nth-child(odd) {
  background-color: #f9fdff; /* 奇数行の背景色を指定する */
}

@media only screen and (max-width:768px){
  table tr th {
  display: block;
  width:100%;
  border:none;
  }
  table tr td{
    width:100%;
    display: block;
    border-right:none;
    border-left:none;
  }
    table tr:last-of-type > td{
    border-bottom: 0;
  }

  #inquiry_data_table {
    
  }
  #inquiry_data_table tr td, #inquiry_data_table tr th {
    /* display: table-cell;
    width: auto; */
    border: 1px solid #cecece;
  }
}



table thead tr th,
table tr.col th {
  border: 1px solid #919191;
  color: #FFFFFF;
  background: #0099FF;
}

/* vertical align */
table .top th,
table .top td {
  vertical-align: top;
}

table .middle th,
table .middle td {
  vertical-align: middle;
}

table .bottom th,
table .bottom td {
  vertical-align: bottom;
}

/* full */
table.table_full {
  width: 100%;
}

/* without border */
table.noborder,
table[border="0"] {
  border: none;
}

table.noborder tr th, table.noborder tr td,
table[border="0"] tr th,
table[border="0"] tr td {
  border: none;
  background: none;
}

/* calendar */
table caption span.thismonth {
  font-size: 200%;
  font-weight: bold;
  padding: 0 20px;
}

table .holiday,
table .sunday {
  background: #FFF0EC;
}

table .saturday {
  background: #E3F3F8;
}

table.calendar {
  width: 100%;
}

table.calendar td {
  width: 14.28571%;
}

table.calendar .sat {
  color: #007dd8;
}

table.calendar .sun {
  color: #dd1d00;
}

table.calendar .calendar_content p {
  margin: 0;
}

/* responsive calendar */
@media only screen and (max-width: 768px) {
  table.calendar_responsive thead {
    display: none;
  }
  table.calendar_responsive tr, table.calendar_responsive th, table.calendar_responsive td {
    display: block;
    width: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.calendar_responsive .calendar_date,
  table.calendar_responsive .calendar_content {
    display: table-cell;
  }
  table.calendar_responsive td.sun .calendar_date:after {
    content: "日";
  }
  table.calendar_responsive td.mon .calendar_date:after {
    content: "月";
  }
  table.calendar_responsive td.tue .calendar_date:after {
    content: "火";
  }
  table.calendar_responsive td.wed .calendar_date:after {
    content: "水";
  }
  table.calendar_responsive td.thu .calendar_date:after {
    content: "木";
  }
  table.calendar_responsive td.fri .calendar_date:after {
    content: "金";
  }
  table.calendar_responsive td.sat .calendar_date:after {
    content: "土";
  }
}

@media only screen and (max-width: 768px) {
  table.calendar_responsive .is_calendar_empty {
    display: none;
  }
}

/* tabs
-------------------------------------------------- */
.tab_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab_list > li {
  float: left;
  margin: 10px 0 0;
  padding: 0;
}

.tab_content {
  clear: both;
}

/* active */
.is_tab_active {
  display: block;
}

/* vertical */
.tab_vertical .tab_list {
  float: left;
}

.tab_vertical .tab_list > li {
  float: none;
}

.tab_vertical .tab_content {
  clear: none;
}

.tab_list:before, .tab_list:after,
.tab_vertical:before,
.tab_vertical:after {
  content: "";
  display: table;
}

.tab_list:after,
.tab_vertical:after {
  clear: both;
}

/* custom */
.tab_list {
  border-bottom: 1px solid #CCCCCC;
}

.tab_list > li {
  margin-bottom: -1px;
}

.tab_list a {
  display: block;
  margin-right: 5px;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  background-color: #F6F6F6;
  text-decoration: none;
}

.tab_content {
  padding: 5px 10px;
}

/* active */
.tab_list .is_tab_active > a {
  border-bottom-width: 1px;
  border-bottom-color: #FFFFFF;
  background-color: #FFFFFF;
}

/* vertical */
.tab_vertical .tab_list {
  border-bottom: none;
  border-right: 1px solid #CCCCCC;
}

.tab_vertical .tab_list > li {
  margin-right: -1px;
  margin-bottom: 0;
}

.tab_vertical .tab_list a {
  margin: 0 0 5px;
}

.tab_vertical .tab_content {
  overflow: hidden;
}

/* vertical - active */
.tab_vertical .tab_list .is_tab_active > a {
  border-right-color: #FFFFFF;
  border-bottom-color: #CCCCCC;
}

/* topic path
-------------------------------------------------- */
.topic_path {
  background: #F9F9F9;
  padding:0 1rem;
}

.topic_path .topic_path_list {
  margin: 0;
  padding: 1em 0;
  list-style: none;
}

.topic_path .topic_path_list li {
  display: inline-block;
}

.topic_path .topic_path_list li:after {
  content: '>';
  margin: 0 3px 0 8px;
}

.topic_path .topic_path_list li.is_current:after {
  content: none;
}

/* typography
-------------------------------------------------- */
/* headings */
.h1, .section h1 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 228.57143%;
}

.h2, .section h2 {
  margin: 1.5em 0 1.5em;
  color: #0095F9;
  font-weight: normal;
  text-align: center;
  width: auto;
  font-size: 228.57143%;
}
.h2 span, .section h2 span {
  padding: 10px 50px;
  display: inline-block;
  border-bottom: 1px solid #0095F9;
}
@media only screen and (max-width: 768px) {
  .h2, .section h2 {
    font-size: 3rem;
  }
  .h2 span, .section h2 span {
    padding: 0 0 10px;
    display: inline-block;
    border-bottom: 1px solid #0095F9;
  }
}

.h3, .section h3 {
  margin: 1.5em 0 0.5em;
  padding: 0 0 10px;
  color: #333333;
  font-weight: normal;
  font-size: 157.14286%;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
}

@media only screen and (max-width: 768px) {
  .h3, .section h3 {
    font-size: 128.57143%;
  }
}

.h4, .section h4 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: normal;
  text-align: center;
  font-size: 128.57143%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .h4, .section h4 {
    font-size: 114.28571%;
  }
}

.h4:before, .section h4:before, .h4:after, .section h4:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #0099FF;
  top: 2px;
}

.h4:before, .section h4:before {
  margin-left: -30px;
}

.h4:after, .section h4:after {
  margin-left: 30px;
}

.h5, .section h5 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 114.28571%;
}

.h6, .section h6 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 100%;
}

/* section text margin style */
p,
blockquote,
table,
dl,
ul,
ol,
pre {
  margin: 0 0 1em;
}

/* text-align */
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* font style */
span.important {
  color: #ff0000;
}

span.large {
  font-size: 120%;
}

span.small {
  font-size: 84%;
}

/* utilities
-------------------------------------------------- */
/* float */
.pull_left,
.float_left {
  float: left;
}

.pull_right,
.float_right {
  float: right;
}

/* clear */
.clear {
  clear: both;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* white space */
.nowrap {
  white-space: nowrap;
}

/**
 * State
 */
.is_hidden {
  display: none;
}

.is_show {
  display: block;
}

.is_block {
  display: block;
}

/* home
-------------------------------------------------- */
body.home .sub_nav_item.sub_nav_item_3 a {
  display: block;
}

@media only screen and (max-width: 768px) {
  body.home .sub_nav_item.sub_nav_item_3 a {
/*    display: none; */
  }
}

body.home .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 16px;
}

body.home .swiper-pagination:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -100px;
  background: #000;
  -webkit-border-radius: 13px;
     -moz-border-radius: 13px;
          border-radius: 13px;
  width: 200px;
  height: 26px;
  z-index: -1;
}

body.home .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  opacity: 1;
}

body.home .swiper-pagination-bullet-active {
  background: #000;
  border: 2px solid #fff;
}

body.home .swiper-button-prev,
body.home .swiper-button-next {
  top: auto;
  bottom: 18px;
  width: 27px;
  height: 27px;
  -moz-background-size: 27px 27px;
       background-size: 27px 27px;
}

body.home .swiper-button-prev {
  background-image: url(../img/btn_slide_prev.svg);
  left: 50%;
  margin-left: -130px;
}

body.home .swiper-button-next {
  background-image: url(../img/btn_slide_next.svg);
  right: 50%;
  margin-right: -130px;
}
@media only screen and (max-width: 768px) {
  body.home .swiper-button-prev {
    background-image: url(../img/btn_slide_prev.svg);
    left: 45%;
    margin-left: -130px;
  }

  body.home .swiper-button-next {
    background-image: url(../img/btn_slide_next.svg);
    right: 45%;
    margin-right: -130px;
  }
}
body.home .section_service {
  padding: 40px 0 80px;
  background: #5ACDEE ;
  color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  body.home .section_service {
    min-height:524px;
  }
}
body.home .section_service .l_inner {
  position: relative;
}

body.home .section_service h2 {
  margin: 0;
}

body.home .section_service .service_content {
  position: absolute;
  top: 120px;
  left: 0;
  width: 38%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service .service_content {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 0.5rem;
  }
}

body.home .section_service .service_btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  body.home .section_service .service_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.home .section_service .service_btn_item {
  margin-right: 20px;
}
body.home .section_service .service_btn_item {
  margin-right: 20px;
}
body.home .section_service .service_btn_item a{
  display: block;
  transition:0.2s;
}
body.home .section_service .service_btn_item a:hover >img{
  visibility: hidden;

}
body.home .section_service .service_btn_item1 {
  background: url("../img/hover-btn_home_2.svg")no-repeat;
  transition:0.2s;
  background-size: 100% 100%;
  background-position: bottom center;
}
body.home .section_service .service_btn_item2 {
  background: url("../img/hover-btn_home_1.svg")no-repeat;
  transition:0.2s;
  background-size: 100% 100%;
  background-position: bottom center;
}
body.home .section_service .service_btn_item3 {
  background: url("/dum_cms/assets/uploads/2024/06/btn_home_3.png")no-repeat;
  transition:0.2s;
  background-size:100% 100%;
/*  background-size: contain;*/
  background-position: bottom center;
}

@media only screen and (max-width: 768px) {
  body.home .section_service .service_btn_item {
    margin: 0 10px;
  }
}

body.home .section_service1 .service_title {
  background: #135CA0;
}

body.home .section_service1 .l_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


/*
.l_header .site_title a{
  display: block;
  transition:0.2s;
}
.l_header .site_title a:hover{
  background: url("../img/logo.svg")no-repeat;
  transition:0.2s;
}
.scroll .l_inner h1.site_title a{
  background-size:118px;
}
.l_header .site_title a:hover img{
  visibility: hidden;
}*/

@media only screen and (max-width: 768px) {
  body.home .section_service1 .l_inner {
    display: block;
    position: relative;
  }
}

body.home .section_service1 .l_inner h2 {
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  body.home .section_service1 .l_inner h2 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 768px) {
  body.home .section_service1 .l_inner .service_img {
    position: absolute;
    bottom: -180px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
  }
}

body.home .section_service1 .service_content {
  padding: 50px 0 80px;
  background: #D2E6F9;
}

@media only screen and (max-width: 768px) {
  body.home .section_service1 .service_content {
    padding-top: 220px;
  }
}

body.home .section_service1 .service_content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  body.home .section_service1 .service_content_list {
    display: block;
    margin-bottom: 0;
    margin-bottom: 1em;
  }
/*  body.home .section_service1 .service_content_item:nth-of-type(odd) {
    margin-bottom: 1em;
  }*/
}

body.home .section_service1 .service_content_item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33%;
  text-align: center;
}
body.home .section_service1 .service_content_item p{
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body.home .section_service1 .service_content_item {
    width: 100%;
    position: relative;
    min-height: 160px;
    margin-bottom: 1em;
  }
}

body.home .section_service1 .service_content_item h3 {
  font-size: 2.4rem;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body.home .section_service1 .service_content_item h3 {
    text-align: left;
    margin-left: 140px;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}

body.home .section_service1 .service_content_item img {
  margin: 0 2rem 20px;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service1 .service_content_item img {
    max-width: 30%;
    position: absolute;
    top: 0;
    left: 0.5rem;
    max-width: 126px;
    margin: 0 0 20px;
    width: 80%;
  }
}

body.home .section_service1 .service_content_item p {
  margin: 0 10%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service1 .service_content_item p {
    margin: 0 0 0 140px;
    text-align: left;
  }
}

body.home .section_service1 .service_suggestion h2 {
  margin-bottom: 50px;
  color: #333333;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  body.home .section_service1 .service_suggestion h2 {
    font-size: 124%;
  }
}

body.home .section_service1 .service_suggestion .service_btn {
  text-align: center;
  margin:15px 0;
}
body.home .section_service1 .service_suggestion .service_btn .service_btn_item{
  display: inline-block;
}
body.home .section_service1 .service_suggestion .service_btn a,body.home .section_service2 .service_suggestion .service_btn a,body.home .section_service3 .service_suggestion .service_btn a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
     -moz-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition:0.2s;
}
body.home .section_service1 .service_suggestion .service_btn a:hover >img,body.home .section_service2 .service_suggestion .service_btn a:hover >img,body.home .section_service3 .service_suggestion .service_btn a:hover >img{
  visibility: hidden;
}

body.home .section_service1 .service_suggestion .service_btn{
  background: url("../img/hover-btn_service1.svg")no-repeat;
  background-position: center center;
  transition:0.2s;
}
/*@media only screen and (max-width: 768px) {
  body.home .section_service1 .service_suggestion .service_btn{
    width:90%;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin: auto;

  }
}*/

body.home .section_service2 .service_suggestion .service_btn{
  background: url("../img/hover-btn_service2.svg")no-repeat;
  background-position: center center;
  transition:0.2s;
}
body.home .section_service2 .service_suggestion .service_btn .service_btn_item{
  display: inline-block;
}
body.home .section_service3 .service_suggestion .service_btn{
  background: url("/dum_cms/assets/uploads/2024/06/btn_home_3.png")no-repeat;
  background-position: center center;
  transition:0.2s;
}
body.home .section_service3 .service_suggestion .service_btn .service_btn_item{
  display: inline-block;
}
body.home .section_service2 .service_title {
  background: #77CE24;
}

body.home .section_service2 .l_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .l_inner {
    display: block;
    position: relative;
  }
}

body.home .section_service2 .l_inner h2 {
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .l_inner h2 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .l_inner .service_img {
    position: absolute;
    bottom: -180px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
  }
}

body.home .section_service2 .service_content {
  padding: 50px 0 80px;
  background: #EAF9DC;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .service_content {
    padding-top: 220px;
  }
}

body.home .section_service2 .service_content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .service_content_list {
    display: block;
    margin-bottom: 0;
  }
}

body.home .section_service2 .service_content_item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .service_content_item {
    width: 100%;
    position: relative;
    min-height: 160px;
  }
}

body.home .section_service2 .service_content_item h3 {
  font-size: 171.42857%;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .service_content_item h3 {
    text-align: left;
    margin-left: 140px;
    padding-bottom: 0.5rem;
    font-size: 114.28571%;
  }
}

body.home .section_service2 .service_content_item img {
  margin: 0 10% 20px;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .service_content_item img {
    margin: 0 0 0 0;
    max-width: 30%;
    position: absolute;
    top: 0;
    left: 0.5rem;
    max-width: 126px;
  }
}

body.home .section_service2 .service_content_item p {
  margin: 0 19%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .service_content_item p {
    margin: 0 0 0 140px;
    text-align: left;
  }

}

body.home .section_service2 .service_content_item:nth-child(2) h3 {
  line-height: 30px;
  padding-bottom: 2.7rem;
}

body.home .section_service2 .service_suggestion h2 {
  margin-bottom: 50px;
  color: #333333;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  body.home .section_service2 .service_suggestion h2 {
    font-size: 114.28571%;
    padding:0 1em;
  }
  body.home .section_service2 .service_content_item:nth-child(2) h3 {
    padding-bottom: 0;
  }
}

body.home .section_service2 .service_suggestion .service_btn {
  text-align: center;
  margin:15px 0;
}

body.home .section_service3 .service_title {
  background: #FF9702;
}

body.home .section_service3 .l_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .l_inner {
    display: block;
    position: relative;
  }
}

body.home .section_service3 .l_inner h2 {
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .l_inner h2 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .l_inner .service_img {
    position: absolute;
    bottom: -180px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
  }
}

body.home .section_service3 .service_content {
  padding: 50px 0 80px;
  background: #FEEFD9;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .service_content {
    padding-top: 220px;
  }
}

body.home .section_service3 .service_content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .service_content_list {
    display: block;
    margin-bottom: 0;
  }
}

body.home .section_service3 .service_content_item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .service_content_item {
    width: 100%;
    position: relative;
    min-height: 160px;
    margin-bottom: 1em;
  }
/*  body.home .section_service3 .service_content_item:nth-of-type(odd) {
    margin-bottom: 1em;
  }*/
}

body.home .section_service3 .service_content_item h3 {
  font-size: 171.42857%;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .service_content_item h3 {
    text-align: left;
    margin-left: 140px;
    padding-bottom: 0.5rem;
    font-size: 114.28571%;
  }
}

body.home .section_service3 .service_content_item img {
  margin: 0 10% 20px;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .service_content_item img {
    margin: 0 0 0 0;
    max-width: 30%;
    position: absolute;
    top: 0;
    left: 0.5rem;
    max-width: 126px;
  }
}

body.home .section_service3 .service_content_item p {
  margin: 0 19%;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .service_content_item p {
    margin: 0 0 0 140px;
    text-align: left;
  }
}

body.home .section_service3 .service_suggestion h2 {
  margin-bottom: 50px;
  color: #333333;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  body.home .section_service3 .service_suggestion h2 {
    font-size: 114.28571%;
  }
}

body.home .section_service3 .service_suggestion .service_btn {
  text-align: center;
  margin:15px 0;
}

body.home .section_news {
  background: url("../img/bg_news.jpg") no-repeat 50% 0/cover;
  position: relative;
}
body.home .section_news .wrap-inner{
  background: rgba(91, 204, 238, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  padding: 5em 0;
}

body.home .section_news h2 {
  margin: 0;
}

body.home .section_news .l_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1em;
}
body.home .section_news.first-news .l_inner{
  padding: 0 1em;
}
body.home .section_news .l_inner.home{
  padding: 5em 1em;
}


@media only screen and (max-width: 768px) {
  body.home .section_news .l_inner {
    display: block;
  }
}

body.home .section_news .banner_content {
  overflow-x: auto;
  padding: 20px 0;
  background:rgba(0, 0, 0, 0.5);
}

body.home .section_news .banner_content::-webkit-scrollbar {
  height: 10px;
}

body.home .section_news .banner_content::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.5);
}

body.home .section_news .banner_content::-webkit-scrollbar-thumb {
  background-color: #10477a;
}

body.home .section_news .banner_content ul {
  display: flex;
  list-style: none;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}

body.home .section_news .banner_content ul li {
  overflow: hidden;
  display: flex;
  width: 130px;
  margin: 0 10px;
  padding: 5px;
  background-color: #fff;
  line-height: 0;
}

body.home .section_news .banner_content ul li::before{
  content: "";
  padding-top: 100%;
  display: block;
}

body.home .section_news .banner_content ul li img {
  align-content: center;
  object-fit: contain;
  max-width: fit-content;
  width: 100%;
}

body.home .section_news .banner_content ul li a {
  display: contents;
}

@media only screen and (max-width: 768px) {
  body.home .section_news .banner_content {
    padding: 10px 0;
  }

  body.home .section_news .banner_content::-webkit-scrollbar {
    height: 5px;
  }

  body.home .section_news .banner_content ul li {
    width: 60px;
  }
  
}

body.home .section_news .news_content {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-right: 3em;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  border: 1px solid #E1E1E1;
  padding: 20px 30px;
}
body.home .section_news.first-news .news_content{
  display: block;
  margin: auto;
  width: 100%;
  margin: 2em 0;
}
body.home .section_news.first-news .news_content img{
  width: 200px;
}
body.home .section_news.first-news .news_content .news_list{
  margin: 0 0 5px;
}
body.home .section_news.first-news .news_content .news_list span{
  float: right;
}
body.home .section_news.first-news .news_content .news_item .date{
  margin: 0;
}
body.home .section_news.first-news .news_content .news_item:after{
  content: "";
  display: block;
  clear: both;
}
body.home .section_news.first-news .news_content .news_item .date{
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.home .section_news .news_content {
    margin: 0 7px 20px;
  }
  body.home .section_news.first-news{
    padding-bottom: 2em;
  }
  body.home .section_news.first-news .news_content{
    margin: auto;
    margin-top: 2em;
  }
}

body.home .section_news .news_content h2 {
  margin-bottom: 0;
  padding: 0 7px;
  text-align: left;
  border-bottom: 1px solid #F2F3ED;
}

body.home .section_news .news_content .news_list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

body.home .section_news .news_content .news_list a {
  text-decoration: none;
  color: #0079D3;
}
body.home .section_news .news_content .news_list a:hover {
  text-decoration: underline;
}
body.home .section_news .news_content .news_item {
  padding: 10px;
  border-bottom: 1px solid #F2F3ED;
}

body.home .section_news .news_content .news_item .date {
  margin-top: 7px;
  display: block;
  text-align: right;
}

body.home .section_news .news_content .news_more {
  text-align: right;
  margin-left: auto;
}
body.home .section_news .news_content .news_more a{
  color: #0079D3;
}
body.home .section_news .news_sns {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #FFFFFF;
  width: 80%;
  border: 1px solid #E1E1E1;
}
@media only screen and (min-width: 768px) {
  body.home .section_news .news_sns{
     min-width: 372px;
  }
}
@media only screen and (max-width: 768px) {
  body.home .section_news .news_sns {
    width: auto;
    margin: 0 7px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

body.home .section_news .news_sns .tab_list li {
  margin: 0;
  width: 50%;
}

body.home .section_news .news_sns .tab_list li a {
  padding: 15px 0 0;
  text-align: center;
  margin: 0;
  border-bottom: none;
  border-top: none;
  border-right: none;
}

body.home .section_news .news_sns .tab_list li:nth-child(1) a {
  border-left: none;
  -webkit-border-radius: 5px 0 0 0;
     -moz-border-radius: 5px 0 0 0;
          border-radius: 5px 0 0 0;
  padding-bottom: 1em;
}

body.home .section_news .news_sns .tab_list li:nth-child(2) a {
  -webkit-border-radius: 0 5px 0 0;
     -moz-border-radius: 0 5px 0 0;
          border-radius: 0 5px 0 0;
}

body.home .section_news .news_sns .tab_list li img {
  vertical-align: middle;
}

body.home .fadeInUp {
  -webkit-animation: fadeInUp 1s cubic-bezier(0.55, 0, 0.1, 1) both;
  -moz-animation: fadeInUp 1s cubic-bezier(0.55, 0, 0.1, 1) both;
       animation: fadeInUp 1s cubic-bezier(0.55, 0, 0.1, 1) both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
         transform: translateY(8px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
         transform: translateY(8px);
  }
}

body.home .l_footer {
  padding-top: 0;
  margin-top: 0;
  font-size: 1.2rem;
  background: #333;
}
@media only screen and (min-width: 769px) {
  .l_footer .footer_logo{
    background: #5ACDEE;
    padding-right: 6em;
  }
}

/*グロナビがスクロールしたら小さくなる*/
.scroll img{
width:100%;
transition:0.1s;
}
@media only screen and (max-width: 768px) {
  .scroll img{
  transition:0.1s;
  }
}
.float-box:after{
  content: "";
  clear: both;
  display: block;
}
.left-img-block{
  float:left;
  margin-right: 1em;
}
.right-text-block{
}
.right-img-block{
  float:right;
  margin-left: 1em;
}
.left-text-block{
}

.center-box{
  text-align: center;
}
.center-box .center-text-block{
  margin-top: 1em;
}

.home iframe{
  /*width:100%;*/
}
#tab2 ul{
  list-style:none;
  padding-left: 0.5em;
}
#tab2 ul li{
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #a2a2a2;
  margin-top: 1em;
}
.service-main-img{
  padding: 3em 0;
  margin-bottom: 3em;
  text-align: center;
  background: #5ACDEE;
}
.service-link-img{
  text-align: center;
  margin-top: 3em;
}

/*.service-link-img:first-of-type >a{*/
.service-link-img a{
  margin-right: 1em;
}
@media only screen and (min-width: 769px) {
/*.service-link-img :first-of-type >a{*/
.service-link-img :first-of-type >a{
  margin-right: 1em;
  }
}
/*SPの左右の余白*/
@media only screen and (max-width: 768px) {
  .sp-space{
  padding:0 1rem;
}
  .service_btn_item1 a{
/*    margin-right: 1em;*/
  }
  span.service_btn_item1 {
      margin-right: 1%;
  }
}
.page .service_btn_item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page .service_btn_item a{
  display: block;
  transition:0.2s;
}
.page .service_btn_item a:hover >img{
  visibility: hidden;
}
.page .service_btn_item1 a{
  background: url("../img/hover-btn_home_2.png")no-repeat;
  transition:0.2s;
  background-size: 100%;
  background-position: bottom center;
}
.page .service_btn_item2 a{
  background: url("../img/hover-btn_home_1.png")no-repeat;
  transition:0.2s;
  background-size: 100%;
  background-position: bottom center;
}
.page .service_btn_item3 a{
  background: url("/dum_cms/assets/uploads/2024/06/btn_home_3.png")no-repeat;
  transition:0.2s;
  background-size: 100%;
  background-position: bottom center;
}
.page-id-9 .l_contents .l_inner ,.page-id-7 .l_contents .l_inner,.page-id-15 .l_contents .l_inner{
    max-width: none;
    line-height: 1.8;
    
    padding:0;
}
.page-id-9 .l_contents h1 .l_inner ,.page-id-7 .l_contents h1 .l_inner{
    font-weight: normal;
}
.page-id-9 .l_contents .l_inner .topic_path,.page-id-7 .l_contents .l_inner .topic_path,.page-id-15 .l_contents .l_inner .topic_path{
    max-width: 960px;
    margin: auto;
    font-weight: normal;
}
.page-id-9 #wrapper .section .l_inner,.page-id-7 #wrapper .section .l_inner,.page-id-15 #wrapper .section .l_inner{
    max-width: 960px;
    line-height: 1.8;;
    padding:0 1rem;
}

.page-id-9 #wrapper .section .l_inner .topic_path,.page-id-7 #wrapper .section .l_inner .topic_path,.page-id-15 #wrapper .section .l_inner .topic_path{
    max-width: 960px;
    font-weight: normal;
}
.page-id-9 .content_inner,.page-id-7 .content_inner,.page-id-15 .content_inner{
  margin-top: 0;
}
.service-text{
  max-width: 960px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service-text{

  }
}
.system-first-text{
  margin-top: 3em
}
.system-first-half-text{
  margin:1em 0;
}
.system-second-text{
  margin:1em 0 3em;
}
.system-second-network-text{
  margin:1em 0 0;
}
ul.tax-nav{
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  margin-top: 3em;
  margin-bottom: 5em;
}

ul.tax-nav li{
  display: inline-block;
  border:1px solid #0095f9;
  font-weight: bold;
  text-align: center;
  width: 30%;/* 23%→30% */
  margin-right: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  ul.tax-nav{
    text-align: center;
  }
  ul.tax-nav li{
    width:47%;
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
  ul.tax-nav li:nth-of-type(odd){
    margin-right: 3%;
  }
}
.tax-nav li a{
  text-decoration: none;
  color:#0095F9;
  transition:0.2s;
  display: block;
  padding: 1.2rem 0.5rem;
}
ul.tax-nav li a:hover{
  opacity:0.5;
  transition:0.2s;
}

.current{
  background: #0095F9;
}
ul.tax-nav li a.current{
  color:#fff;
}

.company-plan-text{
  text-align: center;  
}
.message-h2{
  margin-bottom: 1.5em;
}
.message-second{
  margin:3em 0 1em 0;
}
#wrapper .message-h2 span{
  border:none;
  border-bottom: 1px solid #0095F9;
}
.first-table{
  width:80%;
  margin: auto;
  padding:0 1rem;
}
.first-table .inner-table{
  margin:0;
}
.first-table .inner-table dt{
  width:10em;
}

dl.horizontal.first-table dt {
  padding:0.5em 0;
}

dl.horizontal.first-table dd {
  padding:0.5em 0 0.5em 10em;
  border-bottom:1px solid #0095F9;
  margin-left: 0;
}
dl.horizontal.first-table .inner-table dd{
  border-bottom:none;
}
@media only screen and (max-width: 768px) {
  .first-table,.first-table .inner-table{
    margin: auto;
    width:100%;
  }
  dl.horizontal.first-table dd{
    padding:0.5em 0 0.5em 0;
    width:100%;
  }
  dl.horizontal.first-table dt {
    width:100%;
  }
}
.partner-first-text{
  text-align: center;
  margin-top: 5em;
  line-height: 2.0;
}
.partner-last-text{
  margin-bottom: 3em;
}
.content_inner{
  padding:0 1rem;
  margin-top: 3em;
}
.page-id-48 .content_inner ul a{
  text-decoration: none;
}
.page-id-48 .content_inner ul a:hover{
  text-decoration:underline;
}
.faq-block dt{
  background: #0095f9;
  color:#fff;
  padding:10px 20px;
}
.faq-block dd{
  padding:10px 20px;
  margin-bottom: 2.5rem;
  margin-left: 0;
}
.faq-block h3.h3{
  margin:2em 0 1em 0;
}
.faq-block dd a.hover-btn{
  width:30%;
}
.network-img-block{
  max-width:1000px;
  width:100%;
  margin: 4rem auto 0;
  padding:0 0.5rem;
}
.four-icon-wrap{
  margin-top: 3em;
}
.four-icon-wrap p{
  width:22%;
  float:left;
}
.four-icon-wrap p:not(:last-of-type){
  margin-right: 4%;
}
p.date{
  text-align:right;
}
.post-type-archive-recruit dl,.post-type-archive-news dl{
    border-bottom: 2px dashed #ccc;
    padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .four-icon-wrap p{
    width:100%;
    float:none;
    text-align: center;
  }
  .four-icon-wrap p img{
    width:50%;
    margin-bottom: 1em;
  }
  .four-icon-wrap p:first-of-type > img{
    margin-top: 2em;
  }
  .four-icon-wrap p:not(:last-of-type){
    margin-right: 0;
  }
  dl.horizontal dt {
    float: none;
    width: 100%;
  }
  dl.horizontal dd {
    padding-left: 0;
  }
  .faq-block dd a.hover-btn{
    width:60%;
  }
}
.tax-taxo_casestudy article,.post-type-archive-casestudy article{
  width:40%;
  margin:0;
  margin-bottom: 4rem;
  float:left;
  }
  .tax-taxo_casestudy article,.post-type-archive-casestudy article:nth-of-type(odd){
    margin-right: 10%;
    margin-left: 5%;
    }
    .tax-taxo_casestudy article,.post-type-archive-casestudy article:nth-of-type(even){
      margin-right:5%;
      }
.tax-taxo_casestudy article:after,.post-type-archive-casestudy article:after{
  content: "";
  display: block;
  clear: both;
}
.thumb-wrap{
  position: relative;
  border: 2px solid #b9b9b9;
  width: 100%;
  padding-top: 56.25%;
  overflow:hidden;
}
.thumb-wrap img{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .casestudy-contents-wrap{
    text-align: center;
  }
  .tax-taxo_casestudy article,.post-type-archive-casestudy article{
    width:47%;
    margin:0;
    margin-right: 3%;
    margin-bottom: 4rem;
    float:none;
    display: inline-block;
    text-align: left;
    }
    .tax-taxo_casestudy article,.post-type-archive-casestudy article:nth-of-type(odd){
      margin-right: 2%;
      margin-left: 2%;
      }
      .tax-taxo_casestudy article,.post-type-archive-casestudy article:nth-of-type(even){
        margin-right:1%;
        }
}
@media only screen and (max-width: 479px){
  .tax-taxo_casestudy article,.post-type-archive-casestudy article{
    width:100%;
    }
  .tax-taxo_casestudy article,.post-type-archive-casestudy article:nth-of-type(odd){
        margin-right: 0;
        margin-left: 0;
        }
  .tax-taxo_casestudy article,.post-type-archive-casestudy article:nth-of-type(even){
    margin-right:0;
    }
  .thumb-wrap{
    position: relative;
    border: 2px solid #b9b9b9;
    width: 90%;
    padding-top: 56.25%;
    margin: auto;
  }
}

.tax-taxo_casestudy figure,.post-type-archive-casestudy figure{
  margin:0;
  margin-bottom: 1em;
  min-height: 520px;
  }
  .tax-taxo_casestudy article time,.post-type-archive-casestudy article time{
    text-align: right;
    display: block;
  }
.btn_link.arrow{
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 6rem;
}
.btn_link.arrow a{
  background: #0095f9;
  padding: 1em;
  color: #fff;
  transition:0.2s;
}
.btn_link.arrow a:hover{
  text-decoration: none;
  transition:0.2s;
}
.tax-taxo_casestudy figure h3,.post-type-archive-casestudy figure h3{
  border-left: 3px solid #0095f9;
  border-bottom: 1px dashed #0095f9;
  padding-bottom: 0.3em;

  }
.tax-taxo_casestudy figure h3 a,.post-type-archive-casestudy figure h3 a{
  color: #0095f9;
  margin-left: 1em;
  }
.float-box .h2{
  text-align: left;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #0095F9;
}
.page-id-17 h2,.parent-pageid-17 h2{
  margin-top: 0;
}
.media_heading.h2.other span{
  display: inline-block;
  letter-spacing: -1px;
}
ul.company-detail-list{
  list-style: none;
  margin: auto;
  width: 80%;
  padding-left: 0;
}
ul.company-detail-list li{
  width:48%;
  height:250px;
  margin-bottom: 4%;
  float:left;
  position: relative;
  background-image: linear-gradient(
      -45deg,
      #fff 25%,
      #0095F9 25%, #0095F9 50%,
      #fff 50%, #fff 75%,
      #0095F9 75%, #0095F9
    );
  background-size: 10px 10px;
}
.post-type-archive-recruit ul.company-detail-list li time{
  position: absolute;
  z-index: 1;
  top:1em;
  right: 1em;
  color:#0095f9;
}
ul.company-detail-list li:nth-of-type(odd){
  margin-right: 4%;
}
ul.company-detail-list li a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  display: block;
  color:#0095F9;
  width: 97%;
  height: 96%;
  text-align: center;
  font-size: 2.3rem;
display:flex;
align-items:center;
justify-content:center;
}
ul.company-detail-list li a:after{
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0095F9;

}
ul.company-detail-list li a:hover:after{
    opacity: 1.0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0095F9;
}
ul.company-detail-list li a:hover span{
  display: none;
}
ul.company-detail-list li a:before{
    opacity: 0;
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
}
ul.company-detail-list li a:hover:before{
    opacity: 1.0;
    width: 45%;
    height: 19%;
    text-align: center;
    color:#fff;
    content: "詳細はこちら";
    display: block;
    position: absolute;
    z-index:1000;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
    border:2px solid #fff;
}
ul.company-detail-list li a span{
      display: inline-block;
      width:100%;
      color:#0095F9;
      text-align: center;
      margin: auto;
      position: absolute;
      top: 40%;
      left: 0;
      right: 0;
  }
 .post-type-archive-recruit ul.company-detail-list li a span{
        display: inline-block;
        width:100%;
        color:#0095F9;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 38%;
        left: 0;
        right: 0;
        font-size: 2rem;
        padding:0 1em;
    }
@media only screen and (max-width: 768px) {
  .post-type-archive-recruit ul.company-detail-list li a span{
         top: 40%;
     }
  ul.company-detail-list{
    width: 100%;
  }
  ul.company-detail-list li{
    height:140px;
  }

   .post-type-archive-recruit ul.company-detail-list li{
    height:0;
    padding-top:50%;
    width:100%;
    float:none;
  }
  ul.company-detail-list li a{
    width: 96%;
    height: 94%
  }
  ul.company-detail-list li a:hover:before{
    width:80%;
    height:2em;
    font-size: 1.7rem;
  }
  ul.company-detail-list li a span{
    font-size: 1.7rem;
  }
}

a.hover-btn{
display: block;
cursor: pointer;
margin: 0 auto;
padding: 1.5rem 1rem;
border-radius: 5px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #0099FF;
box-shadow: 0 6px 0 #007CC1;
-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
a.hover-btn:hover {
box-shadow: 0 3px 0 #007CC1;
-webkit-transform: translateY(3px);
transform: translateY(3px);
}
a.hover-btn span{
  position: relative;
}
a.hover-btn span:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(-45deg);
    padding-left: 0em;
    position: absolute;
    top: 1px;
    left: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: 1rem;
}
.btn_link{
  margin-top: 5em;
}
.btn_link a{
  border: 1px solid #0095f9;
  padding: 0.5rem 3rem;
  color: #0095f9;
}
.btn_link a:hover{
  text-decoration: none;
  color:#fff;
  background:#0095f9;
}
.btn_link a span{
  position: relative;
}
.btn_link a span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #0095f9;
    border-bottom: 1px solid #0095f9;
    transform: rotate(135deg);
    padding-left: 0em;
    position: absolute;
    top: 1px;
    left: 0;
    right: 100%;
    bottom: 0;
    margin: auto;
    margin-right: 1rem;
}
.btn_link a:hover > span:before{
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*.swiper-container{
 position: relative;
}*/
.swiper-container img{
  width:100%;
  height:100%;
  
}
.swiper-container .sp-slide:nth-of-type(3n+2) a:after{
  content: url(../img/sp-slide01-text.svg);
  position: absolute;
  z-index: 999;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  margin:auto;
}
.swiper-container .sp-slide:nth-of-type(3n+3) a:after{
  content: url(../img/sp-slide02-text.svg);
  position: absolute;
  z-index: 999;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  margin:auto;
}
.swiper-container .sp-slide:nth-of-type(3n+1) a:after{
  content: url(../img/sp-slide03-text.svg);
  position: absolute;
  z-index: 999;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  margin:auto;
}
.about-wrap h2,.about-wrap h3{
  font-size: 4rem;
  margin-bottom: 1.5em;
  text-align: center;
  color: #0095f9;
}
.about-wrap h3{
  border:none;
  margin-top: 1em;
}
.about-wrap dl dt{
  display: inline-block;
  width:16%;
  text-align: right;
}
.about-wrap dl dd{
  display: inline-block;
  margin-left: 0;
  width:70%;
}
dl.horizontal.history.first-table{
  width:100%;
}
dl.horizontal.history dt{
  width:30%;
}
dl.horizontal.history dd{
  width:100%;
}

@media only screen and (max-width: 768px) {
  .about-wrap h2,.about-wrap h3{
    font-size: 2.8rem;
  }
  .about-wrap dl dt{
    display: block;
    width:100%;
    text-align: left;
  }
  .about-wrap dl dd{
    display: block;
    width:100%;
  }
 #wrapper dl.horizontal dt{
    width:100%;
    padding-bottom:0;
  }
 #wrapper dl.horizontal dd{
    /* width:100%; */
    padding-top:0 ;
  }
}

/*table.staff-wrap th,table.staff-wrap td{
  width:auto;
  display:table-cell;
}*/
.staff-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  text-align: center;
/*  overflow: auto;
  white-space: nowrap;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
   background-repeat: no-repeat;
   background-attachment: scroll;
   border-right: 1px solid #CCC;*/
}
/*.staff-wrapper table{
  background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0;
}
.staff-wrapper table th {
  padding: 10px;
  white-space: nowrap;
}
.staff-wrapper table td {
  padding: 10px;
  white-space: nowrap;
  border-right: 1px solid #cecece;
}*/
.staff-wrapper figure{
  margin: 0;
  width:30%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px){
  .staff-wrapper figure{
    width:100%;
  }
  .staff-wrapper figure figcaption{
    width:80%;
    margin:auto;
  }
}
.staff-wrapper figure:not(:nth-of-type(3n)){
  margin-right:5%;
}
.staff-wrapper figure dl{
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.staff-wrapper figure dl dt{
  width:40%;
}
.staff-wrapper figure dl dd{
  width:60%;
  margin-left: 0;
}
.staff-wrapper figure .img-wrap{
  position: relative;
  height:0;
  padding-top: 46.25%;
}
.staff-wrapper figure .img-wrap img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 170px;
  height: auto;
  margin: auto;
}
.staff-wrapper figure .img-wrap img:hover{
  animation:bounds-y 2s linear infinite;
}
.staff-wrapper figure:nth-of-type(n+5):nth-of-type(-n+7) >.img-wrap img:hover,.staff-wrapper figure:nth-of-type(10) .img-wrap img:hover,.staff-wrapper figure:nth-of-type(17) .img-wrap img:hover{
  animation:bounds-x 1s linear infinite;
}
@keyframes bounds-y {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(-0px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  90% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounds-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  30% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  60% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  80% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.hover-btn.recruit-single-btn{
  width:50%;
  margin-top: 3em;
}
.faq-block dt{
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.faq-block dd{
  display: none;
}

.about-img-wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 4em;
}
.about-img-wrap span{
  display: block;
  color: #0095F9;
  font-size: 1.4rem;
  font-weight: bold;
}


@media only screen and (min-width: 769px) {
  .about-img-wrap .text-wrap p:last-of-type{
    position: relative;
    padding:1em;
    border:2px solid #333;
    border-radius:7px;
    width:236px;
    height:120px;
  }
  .about-img-wrap .text-wrap p:last-of-type:before{
      content: "";
      border: 7px solid transparent;
      border-bottom: 17px solid #333;
      position: absolute;
      right: 46%;
      top: -24px;
    }
  .about-img-wrap .text-wrap p:last-of-type:after{
    content: "";
    border: 7px solid transparent;
    border-bottom: 19px solid #fff;
    position: absolute;
    z-index: 10;
    right: 46%;
    top: -21px;
  }
  .about-second-wrap img{
    margin: 3em 0 1.4em 0;
  }
  .about-second-wrap .text-wrap p:last-of-type{
    padding: 2em 2.5em;
  }
  .about-third-wrap img{
    margin: 1.1em 0 1.4em 0;
  }
  .about-third-wrap .text-wrap p:last-of-type{
    padding: 2em 3em;
  }
  .about-img-wrap .content-wrap:not(:last-of-type){
    margin-right: 2em;
  }
}


.about-img-wrap .text-wrap p:nth-last-of-type(2){
  font-size: 2.4rem;
  font-weight: bold;
}


@media only screen and (max-width: 768px) {
  .about-img-wrap{
    display: block;
  }
  .about-img-wrap .content-wrap{
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about-img-wrap .content-wrap .text-wrap{
    text-align: left;
  }
  .about-img-wrap span{
    display: inline;
    font-size: 1.2rem;
    margin-left: 0.5em;
  }
  .about-img-wrap .text-wrap p:nth-last-of-type(2) {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 0.1em;
    }
  .about-img-wrap .img-wrap{
    width:40%;
    margin-right: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-img-wrap .text-wrap{
    width:55%;
  }
}
.system-net{
  border:1px solid #5acdee;
}

.error404 .content_inner{
  margin-top: 6em;
}
.error404 .content_inner h1{
  text-align: center;
}


/* 
.swiper-container a{
  display: block;
}
 */

/*** 2024.11.26　　ボタン追加 ***************** */
.btn-kai,
a.btn-kai,
button.btn-kai {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.btn--orange.btn--cubic,a.btn--orange.btn--cubic,button.btn--orange.btn--cubic {
    border-bottom: 5px solid #b84c00;
}



