@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * 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;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 0 0 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
@media (max-width: 1030px) {
  header {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  header {
    height: 12.5vw;
    padding: 0 4.7vw 0 1.6vw;
  }
}
header h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 49px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  header h1 a {
    font-size: 3.6vw;
    line-height: 12.5vw;
  }
}
header h1 a img {
  display: block;
  width: 158px;
  margin-right: 18px;
}
@media (max-width: 640px) {
  header h1 a img {
    width: 24.7vw;
    margin-right: 8.1vw;
  }
}
header h1 a span {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 53px;
}
@media (max-width: 640px) {
  header h1 a span {
    margin-right: 3px;
    font-size: 3.6vw;
    line-height: 12.9vw;
  }
}
header .header-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-right .header-menu_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1030px) {
  header .header-right .header-menu_pc {
    display: none;
  }
}
header .header-right .header-menu_pc a {
  display: block;
  margin: 0 70px 0 0;
}
header .header-right .header-menu_pc a span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #777;
}
header .header-right .header-menu_pc .current span {
  color: #0A85E0;
}
header .header-right .header-menu_pc .current span:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0A85E0;
}
header .header-right .headaer-menu_sp {
  display: none;
}
@media (max-width: 1030px) {
  header .header-right .headaer-menu_sp {
    display: block;
  }
  header .header-right .headaer-menu_sp input {
    display: none;
  }
}
header .header-right_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #0A85E0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1030px) {
  header .header-right_contact {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 3;
  }
}
@media (max-width: 640px) {
  header .header-right_contact {
    top: 12.5vw;
    width: 15.6vw;
    height: 15.6vw;
  }
}
header .header-right_contact img {
  width: 100%;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1030px) {
  nav nav {
    display: inline;
  }
}

.menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  -ms-flex-direction: column;
      flex-direction: column;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: 0;
  width: 240px;
  margin: -600px 0 0 0;
  padding: 80px 25px 34px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.64);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.64);
  z-index: 5;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media (min-width: 700px) and (max-width: 1030px) {
  .menu__box {
    width: 450px;
    padding: 12.5vw 48px 10.5vw;
  }
}


@media (max-width: 640px) {
  .menu__box {
    width: 90.6vw;
    margin: -130vh 0 0 0;
    padding: 12.5vw 48px 10.5vw;
  }
}
.menu__box ul {
  margin-bottom: 19px;
}
@media (max-width: 640px) {
  .menu__box ul {
    margin-bottom: 6vw;
  }
}
.menu__box ul li {
  display: block;
  margin-bottom: 17px;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media (max-width: 640px) {
  .menu__box ul li {
    margin-bottom: 4vw;
  }
}
.menu__box ul li a {
  padding: 0 0 10px;
  font-size: 12px;
  line-height: 17px;
  color: #000;
  text-align: left;
}

@media (min-width: 700px) and (max-width: 1030px) {
  .menu__box ul li a {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .menu__box ul li a {
    padding: 0 0 4.2vw;
    font-size: 3.8vw;
    line-height: 5.5vw;
  }
}
.menu__box .contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  margin-bottom: 35px;
  line-height: 20px;
  background-color: #0A85E0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 640px) {
  .menu__box .contact {
    height: 11.6vw;
    margin-bottom: 11vw;
    font-size: 3.8vw;
  }
}
.menu__box .contact:before {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/icon-arrow_wL.png") no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  .menu__box .contact:before {
    top: 4.5vw;
    right: 4.7vw;
    width: 2.8vw;
    height: 2.8vw;
  }
}
.menu__box .contact img {
  display: block;
  width: 10px;
  margin-right: 3px;
}
@media (max-width: 640px) {
  .menu__box .contact img {
    width: 3.3vw;
  }
}
.menu__box .logo {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .menu__box .logo {
    font-size: 4.4vw;
  }
}
.menu__box .logo img {
  display: block;
  width: 168px;
  margin: 0 auto 15px;
}
@media (max-width: 640px) {
  .menu__box .logo img {
    width: 52.2vw;
    margin: 0 auto 4.7vw;
  }
}
.menu__box .logo span {
  font-size: 10px;
}
@media (max-width: 640px) {
  .menu__box .logo span {
    font-size: 3.1vw;
  }
}

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1em 0 1.9em;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1030px) {
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .menu__item:hover {
    background-color: #4f5464;
  }
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
  margin: 0;
}

@media (min-width: 641px) and (max-width: 1030px) {
  #menu__toggle:checked ~ .menu__bg {
    height: 100%;
  }
}

@media (max-width: 640px) {
  #menu__toggle:checked ~ .menu__bg {
    height: 100vh;
  }
}

.menu__btn {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 40px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 640px) {
  .menu__btn {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
}
.menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
  content: "";
  top: -14px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media (max-width: 640px) {
  .menu__btn span::before {
    top: -1.7vw;
  }
}
.menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
  content: "";
  top: 14px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media (max-width: 640px) {
  .menu__btn span::after {
    top: 1.7vw;
  }
}
@media screen and (min-width: 1031px) {
  .menu__btn {
    display: none;
  }
}


@media (min-width: 641px) and (max-width:1030px) {
    .menu__bg {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

@media (max-width:640px) {
    .menu__bg {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

footer {
  position: relative;
}
footer .banners {
  padding: 43px 0;
  background-color: #F8F8F8;
  border-bottom: solid 10px #52B7EF;
}
@media (max-width: 640px) {
  footer .banners {
    padding: 8.8vw 4.7vw 9.2vw;
  }
}
footer .banners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1020px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 700px) and (max-width: 1030px) {
  footer .banners ul {
    margin-left: 30px;
    display: block;
  }
}

@media (max-width: 640px) {
  footer .banners ul {
    display: block;
    width: 100%;
  }
}


@media (max-width: 1030px) {
  footer .banners ul li {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  footer .banners ul li {
    margin-bottom: 4.7vw;
  }
}
footer .banners ul li a {
  display: block;
  width: 240px;
  height: 64px;
}
@media (max-width: 640px) {
  footer .banners ul li a {
    width: 100%;
    height: 11.6vw;
  }
}
footer .banners ul li .recruit {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #0A85E0;
  border: solid 1px #0A85E0;
  background-color: #fff;
  text-align: center;
  line-height: 68px;
}
@media (max-width: 640px) {
  footer .banners ul li .recruit {
    line-height: 11.6vw;
  }
}
footer .banners ul li .recruit:before {
  position: absolute;
  top: 26px;
  right: 19px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../img/icon-arrow_bL.png");
  background-size: contain;
}
@media (max-width: 640px) {
  footer .banners ul li .recruit:before {
    top: 4.6vw;
  }
}
footer .banners ul li .contact {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: solid 1px #0A85E0;
  background-color: #0A85E0;
  text-align: center;
  line-height: 68px;
}
@media (max-width: 640px) {
  footer .banners ul li .contact {
    line-height: 11.6vw;
  }
}
footer .banners ul li .contact img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: -2px;
}
footer .banners ul li .contact:before {
  position: absolute;
  top: 26px;
  right: 19px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../img/icon-arrow_wL.png");
  background-size: contain;
}
@media (max-width: 640px) {
  footer .banners ul li .contact:before {
    top: 4.6vw;
  }
}
footer .banners ul li .banner {
  border: solid 1px #BFBFBF;
  background-color: #fff;
}
footer .banners ul li .banner img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
footer .pagetop {
  position: absolute;
  top: 132px;
  right: 77px;
  display: block;
  width: 46px;
  height: 46px;
  background: url("../img/pagetop.png");
  background-size: contain;
}
@media (max-width: 640px) {
  footer .pagetop {
    display: none;
  }
}
footer .footer-bottom {
  padding: 0 0 15px;
  background-color: #fff;
}
@media (max-width: 640px) {
  footer .footer-bottom {
    padding: 9.6vw 0 5.6vw;
  }
}
footer .footer-bottom_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex {
    display: block;
  }
}
footer .footer-bottom_flex .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 0;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex .footer-left {
    display: block;
    padding: 0;
  }
}
footer .footer-bottom_flex .footer-left .logo {
  display: block;
  width: 231px;
  margin-right: 32px;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex .footer-left .logo {
    width: 39.2vw;
    margin: 0 auto 4.7vw;
  }
}
footer .footer-bottom_flex .footer-left .logo a {
  display: block;
  width: 100%;
}
footer .footer-bottom_flex .footer-left .logo a img {
  display: block;
  width: 100%;
}
footer .footer-bottom_flex .footer-left .address {
  margin-right: 22px;
  color: #575757;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex .footer-left .address {
    margin: 0 auto 4.4vw;
    padding: 0 15.1vw;
  }
}
footer .footer-bottom_flex .footer-left .address p {
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex .footer-left .address p {
    font-size: 3.4vw;
  }
}
footer .footer-bottom_flex .footer-left .address .name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex .footer-left .address .name {
    font-size: 6.3vw;
  }
}
footer .footer-bottom_flex .footer-left .address .name span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex .footer-left .address .name span {
    font-size: 3.4vw;
  }
}
footer .footer-bottom_flex .footer-left .p-mark {
  width: 71px;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex .footer-left .p-mark {
    margin: 0 auto;
  }
}
footer .footer-bottom_flex .footer-left .p-mark img {
  width: 100%;
}
footer .footer-bottom_flex .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 90px 0 0;
}
@media (max-width: 640px) {
  footer .footer-bottom_flex .footer-right {
    display: none;
  }
}
footer .footer-bottom_flex .footer-right ul {
  margin-left: 50px;
}
footer .footer-bottom_flex .footer-right ul li {
  margin-bottom: 10px;
}
footer .footer-bottom_flex .footer-right ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #0A85E0;
}
footer .copy {
  height: 40px;
  background-color: #0A85E0;
}
@media (max-width: 640px) {
  footer .copy {
    height: 9.4vw;
  }
}
footer .copy p {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
}
@media (max-width: 640px) {
  footer .copy p {
    line-height: 9.4vw;
    text-align: center;
    font-size: 2.8vw;
  }
}

.firstview {
  position: relative;
  width: 100%;
  height: 530px;
  background: url("../img/top/firstview_pc.png") no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 640px) {
  .firstview {
    height: 104vw;
    background: url("../img/top/firstview_sp.png") no-repeat;
    background-size: contain;
  }
}
.firstview-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 106px 0 0;
}
@media (max-width: 640px) {
  .firstview-inner {
    padding: 25vw 0 0;
  }
}
.firstview-text {
  width: 800px;
  padding: 37px 25px 37px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 640px) {
  .firstview-text {
    width: 100vw;
    padding: 4.7vw;
  }
}
.firstview-text h2 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 800;
  color: #0A85E0;
}
@media (max-width: 640px) {
  .firstview-text h2 {
    margin-bottom: 4.7vw;
    font-size: 5vw;
  }
}
.firstview-text p {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  line-height: 31px;
}
@media (max-width: 640px) {
  .firstview-text p {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}

.topic {
  position: relative;
  background-color: #F8F8F8;
}
.topic-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .topic-inner {
    padding: 12.5vw 5vw 15.6vw;
  }
}
.topic-inner h2 {
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 800;
  color: #0A85E0;
/* 中央寄せ　なし
  text-align: center;
*/
}
@media (max-width: 640px) {
  .topic-inner h2 {
    margin-bottom: 6.5vw;
    font-size: 6.2vw;
  }
}
.topic-inner .readmore {
  position: relative;
  display: block;
  width: 280px;
  height: 64px;
  margin: 0 auto;
  background-color: #0A85E0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
  color: #fff;
}
@media (max-width: 640px) {
  .topic-inner .readmore {
    width: 100%;
    height: 11.6vw;
    font-size: 3.8vw;
    line-height: 11.6vw;
  }
}
.topic-inner .readmore:before {
  position: absolute;
  top: 26px;
  right: 20px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../img/icon-arrow_wL.png");
  background-size: contain;
}
@media (max-width: 640px) {
  .topic-inner .readmore:before {
    top: 3.8vw;
  }
}
.topic-list {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .topic-list {
    margin-bottom: 13.8vw;
  }
}
.topic-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .topic-list li {
    display: block;
    margin-bottom: 5vw;
  }
}
.topic-list li .date {
  display: block;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 640px) {
  .topic-list li .date {
    margin: 0 0 1vw;
    font-size: 3.1vw;
  }
}
.topic-list li p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 640px) {
  .topic-list li p {
    font-size: 3.8vw;
    line-height: 6.5vw;
  }
}

@media (min-width: 700px) and (max-width: 1030px) {
  .topic-list li p {
    width: 700px;
  }
}


.topic-list li p .list-url {
  color: #0A85E0;
}

.topic-list li .date {
  height: 24px;
  line-height: 24px;
}

.partner {
  width: 100%;
  height: 340px;
  padding: 94px 0 0;
  background: url("../img/top/partner.png") no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .partner {
    height: 100vw;
    padding: 28.9vw 4.7vw 0;
    background: url("../img/top/partner_sp.png") no-repeat;
    background-size: contain;
  }
}
.partner-inner h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.38);
  text-align: center;
  color: #fff;
}
@media (max-width: 640px) {
  .partner-inner h2 {
    margin-bottom: 6.2vw;
    font-size: 7.8vw;
  }
}
.partner-inner h2 span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
/* 中央寄せ　なし
  text-align: center;
*/
}
@media (max-width: 640px) {
  .partner-inner h2 span {
    font-size: 3.8vw;
  }
}
.partner-inner a {
  position: relative;
  display: block;
  width: 280px;
  height: 64px;
  margin: 0 auto;
  background-color: #0A85E0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
  color: #fff;
}
@media (max-width: 640px) {
  .partner-inner a {
    width: 100%;
    height: 11.6vw;
    font-size: 3.8vw;
    line-height: 11.6vw;
  }
}
.partner-inner a img {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  vertical-align: -2px;
}
@media (max-width: 640px) {
  .partner-inner a img {
    width: 3.3vw;
  }
}
.partner-inner a:before {
  position: absolute;
  top: 26px;
  right: 20px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../img/icon-arrow_wL.png");
  background-size: contain;
}
@media (max-width: 640px) {
  .partner-inner a:before {
    top: 3.8vw;
  }
}

.service-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .service-inner {
    padding: 12.5vw 4.7vw;
  }
}
.service-inner h2 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 800;
  color: #0A85E0;
/* 中央寄せ　なし
  text-align: center;
*/
}
@media (max-width: 640px) {
  .service-inner h2 {
    margin-bottom: 12.5vw;
    font-size: 6.2vw;
  }
}
.service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 820px) {
  .service-list li {
    margin-bottom: 3.5vw;
  }
}

@media (max-width: 640px) {
  .service-list li {
    display: block;
    margin-bottom: 12.3vw;
  }
}


.service-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-img {
  width: 250px;
}
@media (max-width: 640px) {
  .service-img {
    width: 56.3vw;
    margin: 0 auto 6.3vw;
  }
}
.service-img img {
  width: 100%;
}
.service-text {
  width: 610px;
  margin: 0 50px;
}
@media (max-width: 640px) {
  .service-text {
    width: 100%;
    margin: 0;
  }
}
.service-text h3 {
  margin-bottom: 20px;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #0A85E0;
  border-bottom: solid 1px #0A85E0;
}
@media (max-width: 640px) {
  .service-text h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 4.7vw;
  }
}
.service-text p {
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 640px) {
  .service-text p {
    font-size: 3.5vw;
  }
}

.page-header {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  background: url("../img/page-header.png") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  .page-header {
    height: 42.2vw;
    background: url("../img/page-header_sp.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page-header h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  line-height: 270px;
  color: #fff;
}
@media (max-width: 640px) {
  .page-header h2 {
    line-height: 42.2vw;
    font-size: 5.6vw;
  }
}

@media (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
.breadcrumb ul li a:after {
  content: "＞";
  display: inline-block;
  margin: 0 5px;
}

.topics {
  padding: 80px 0 116px;
}
@media (max-width: 640px) {
  .topics {
    padding: 12.5vw 4.7vw 18vw;
  }
}
.topics ul {
  max-width: 1200px;
  margin: 0 auto;
}
.topics ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 640px) {
  .topics ul li {
    display: block;
    padding-bottom: 4.7vw;
    margin-bottom: 4.7vw;
  }
}
.topics ul li .date {
  display: block;
  padding-left: 50px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;

  height: 24px; 
  line-height: 24px;
}
@media (max-width: 640px) {
  .topics ul li .date {
    padding: 0;
    margin-bottom: 5px;
    font-size: 3.5vw;
  }
}
.topics ul li p {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .topics ul li p {
    font-size: 3.8vw;
    line-height: 6.5vw;
  }
}
@media (max-width: 1030px) {
  .topics ul li p {
    width: 400px;
  }
}
.topics ul li p .list-url {
  color: #0A85E0;
  text-decoration: underline;
}

.recruit-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
@media (max-width: 640px) {
  .recruit-inner {
    padding: 12.5vw 5.5vw 5px;
  }
}
.recruit-message {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .recruit-message {
    margin-bottom: 15.6vw;
  }
}
.recruit-message h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 800;
  color: #0A85E0;
/* 中央寄せ　なし
  text-align: center;
*/
}
@media (max-width: 640px) {
  .recruit-message h2 {
    margin-bottom: 9.4vw;
    font-size: 6.3vw;
  }
}
.recruit-message h3 {
  margin-bottom: 37px;
  padding: 0 0 0 12px;
  font-size: 26px;
  font-weight: 600;
  color: #0A85E0;
  border-left: solid 10px #0A85E0;
  line-height: 30px;
}
@media (max-width: 640px) {
  .recruit-message h3 {
    margin-bottom: 4.7vw;
    font-size: 4.7vw;
    line-height: 6.3vw;
  }
}
.recruit-message p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 27px;
}
@media (max-width: 640px) {
  .recruit-message p {
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
}
.recruit-block {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .recruit-block {
    margin-bottom: 18.7vw;
  }
}
.recruit-block h3 {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 53px;
  font-size: 20px;
  font-weight: 600;
  color: #0A85E0;
  border-bottom: solid 1px #0A85E0;
}
@media (max-width: 640px) {
  .recruit-block h3 {
    font-size: 3.8vw;
  }
}
.recruit-block h3:before {
  position: absolute;
  bottom: -3px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0A85E0;
}
.recruit-block h3 span {
  position: absolute;
  bottom: 9px;
  right: 0;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #D91616;
}
@media (max-width: 640px) {
  .recruit-block h3 span {
    bottom: -5.6vw;
    font-size: 2.8vw;
  }
}
.recruit-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .recruit-block dl {
    padding-bottom: 4.7vw;
    margin-bottom: 4.7vw;
  }
}
.recruit-block dl dt {
  width: 170px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 640px) {
  .recruit-block dl dt {
    width: 23.7vw;
    padding: 0 0 0 3.1vw;
    font-size: 3.5vw;
  }
}
.recruit-block dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 640px) {
  .recruit-block dl dd {
    width: calc(100% - 23.7vw);
  }
}
.recruit-block dl dd p {
  padding-left: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #333;
}
@media (max-width: 640px) {
  .recruit-block dl dd p {
    padding-left: 0;
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.recruit-block dl dd p a {
  color: #0A85E0;
  text-decoration: underline;
}
.recruit-block dl dd .red {
  color: #D91616;
}
.recruit-block dl dd table {
  width: 100%;
  margin-bottom: 20px;
}
.recruit-block dl dd table tr {
  width: 100%;
}
.recruit-block dl dd table tr th {
  width: 165px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 300;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .recruit-block dl dd table tr th {
    width: 25vw;
    padding-left: 0;
    font-size: 3.5vw;
    white-space: nowrap;
  }
}
.recruit-block dl dd table tr td {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 640px) {
  .recruit-block dl dd table tr td {
    width: calc(100% - 23.7vw - 25vw);
    padding: 5px 0 5px 3.1vw;
  }
}
.recruit-block dl dd table tr td span {
  display: inline-block;
  width: 215px;
}
@media (max-width: 640px) {
  .recruit-block dl dd table tr td span {
    display: block;
    width: 100%;
  }
}

.margin-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 120px;
}
@media (max-width: 640px) {
  .margin-inner {
    padding: 12.5vw 4.7vw 19.6vw;
  }
}
.margin-inner h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 800;
  color: #0A85E0;
/* 中央寄せ　なし
  text-align: center;
*/
}
@media (max-width: 640px) {
  .margin-inner h2 {
    margin-bottom: 9.4vw;
    font-size: 6.4vw;
  }
}
@media (max-width: 640px) {
  .margin-inner .sp {
    margin-bottom: 7.8vw;
    font-size: 3.5vw;
    font-weight: 300;
  }
}
.margin-inner .margin-about {
  margin-bottom: 73px;
}
.margin-inner .margin-about_img {
  float: right;
  width: 342px;
  margin-left: 50px;
}
@media (max-width: 640px) {
  .margin-inner .margin-about_img {
    width: 69.2vw;
    float: none;
    margin: 0 auto 7.8vw;
  }
}
.margin-inner .margin-about_img img {
  width: 100%;
}
.margin-inner .margin-about_text p {
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #333;
}
@media (max-width: 640px) {
  .margin-inner .margin-about_text p {
    font-size: 3.5vw;
    line-height: 5.6vw;
    margin-bottom: 1em;
  }
}
.margin-inner .short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .margin-inner .short {
    margin-bottom: 6vw;
  }
}
.margin-inner .short h3 {
  width: 413px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .margin-inner .short h3 {
    width: 80%;
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.margin-inner .short p {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .margin-inner .short p {
    font-size: 3.5vw;
  }
}
.margin-inner .long {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .margin-inner .long {
    margin-bottom: 10vw;
    overflow: scroll;
  }
}
.margin-inner .long h3 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .margin-inner .long h3 {
    margin-bottom: 4.7vw;
    font-size: 3.5vw;
  }
}
.margin-inner .long dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 640px) {
  .margin-inner .long dl {
    padding-bottom: 3.1vw;
    margin-bottom: 3.1vw;
  }
}
.margin-inner .long dl dt {
  width: 468px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
@media (max-width: 640px) {
  .margin-inner .long dl dt {
    width: 80%;
    padding-left: 3.1vw;
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.margin-inner .long dl dd {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
@media (max-width: 640px) {
  .margin-inner .long dl dd {
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.margin-inner .long table {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .margin-inner .long table {
    margin-bottom: 3.1vw;
  }
}
.margin-inner .long table tr td {
  padding: 20px;
  border-bottom: solid 1px #ccc;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
@media (max-width: 640px) {
  .margin-inner .long table tr td {
    padding: 3.1vw;
    white-space: nowrap;
    font-size: 3.8vw;
    line-height: 6.5vw;
  }
}
.margin-inner .long table tr td:first-child {
  width: 168px;
  text-align: center;
}
.margin-inner .long table tr td:nth-child(2) {
  text-align: left;
}
.margin-inner .long table tr td:nth-child(3) {
  width: 115px;
  text-align: center;
}
.margin-inner .long table tr td:nth-child(4) {
  width: 130px;
  text-align: center;
}
.margin-inner .long table tr td:nth-child(5) {
  width: 200px;
  text-align: center;
}
.margin-inner .long table tr td:nth-child(6) {
  width: 160px;
  text-align: center;
}
.margin-inner .long .right {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-align: right;
}
@media (max-width: 640px) {
  .margin-inner .long .right {
    font-size: 3.8vw;
    line-height: 6.5vw;
  }
}

.privacy-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 124px;
}
@media (max-width: 640px) {
  .privacy-inner {
    padding: 12.5vw 4.7vw 18.8vw;
  }
}
.privacy-inner h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 800;
/* 中央寄せ　なし
  text-align: center;
*/
color: #0A85E0;
}
@media (max-width: 640px) {
  .privacy-inner h2 {
    margin-bottom: 7.8vw;
    font-size: 6.5vw;
  }
}
.privacy-inner p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 27px;
}
@media (max-width: 640px) {
  .privacy-inner p {
    margin-bottom: 11vw;
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.privacy-inner h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #0A85E0;
}
@media (max-width: 640px) {
  .privacy-inner h3 {
    margin-bottom: 4.7vw;
    font-size: 4vw;
  }
}
.privacy-inner .sub {
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  border-left: solid 10px #0A85E0;
}
@media (max-width: 640px) {
  .privacy-inner .sub {
    margin-bottom: 6.5vw;
    font-size: 4vw;
  }
}

.policy-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
@media (max-width: 640px) {
  .policy-inner {
    padding: 12.5vw 4.7vw 18.8vw;
  }
}
.policy-inner h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 800;
/* 中央寄せ　なし
  text-align: center;
*/
color: #0A85E0;
}
@media (max-width: 640px) {
  .policy-inner h2 {
    margin-bottom: 7.8vw;
    font-size: 6.5vw;
  }
}
.policy-inner h3 {
  margin: 50px 0 30px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #0A85E0;
  border-left: solid 10px #0A85E0;
}
@media (max-width: 640px) {
  .policy-inner h3 {
    margin: 11vw 0 6.5vw;
    font-size: 4vw;
  }
}
.policy-inner h4 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 640px) {
  .policy-inner h4 {
    margin-top: 12.5vw;
    font-size: 3.5vw;
  }
}
.policy-inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 640px) {
  .policy-inner p {
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.policy-inner .last {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .policy-inner .last {
    margin-top: 11vw;
  }
}
.policy-inner ol {
  margin-bottom: 50px;
  counter-reset: count 0;
}
@media (max-width: 640px) {
  .policy-inner ol {
    margin-bottom: 12.5vw;
  }
}
.policy-inner ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .policy-inner ol li {
    margin-bottom: 4.7vw;
  }
}
.policy-inner ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .policy-inner ol li:before {
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.policy-inner ol li p {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 640px) {
  .policy-inner ol li p {
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.policy-inner .pMark {
  width: 104px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .policy-inner .pMark {
    width: 31.3vw;
    margin: 11vw auto 12.5vw;
  }
}
.policy-inner .pMark img {
  width: 100%;
}
.policy-inner .right {
  width: 220px;
  margin: 0 0 0 auto;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
@media (max-width: 640px) {
  .policy-inner .right {
    width: 47vw;
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}

.company-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
@media (max-width: 640px) {
  .company-inner {
    padding: 6.5vw 4.7vw 0;
  }
}
.company-inner h2 {
  font-size: 36px;
  margin-bottom: 25px;
  font-weight: 800;
/* 中央寄せ　なし
  text-align: center;
*/
color: #0A85E0;
}
@media (max-width: 640px) {
  .company-inner h2 {
    margin-bottom: 6.5vw;
    font-size: 6.3vw;
  }
}
.company-inner .right {
  text-align: right;
}

.company-philosophy p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
@media (max-width: 640px) {
  .company-philosophy p {
    font-size: 3.5vw;
  }
}
.company-philosophy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .company-philosophy_list {
    margin: 7.8vw auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.company-philosophy_list li {
  margin: 0 40px;
}
@media (max-width: 640px) {
  .company-philosophy_list li {
    margin: 0;
  }
  .company-philosophy_list li:nth-child(2) p {
    line-height: 7.8vw;
  }
}
.company-philosophy_list li p {
  text-align: center;
}
.company-philosophy_list li p span {
  color: #0A85E0;
  font-weight: 600;
  font-size: 24px;
}
.company-philosophy_img {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .company-philosophy_img {
    width: 28.2vw;
    height: 28.2vw;
    margin-bottom: 3.1vw;
  }
}
.company-philosophy_img img {
  width: 100%;
}

@media (max-width: 640px) {
  .company-philosophy_img {
    width: 100%;
  }
}

.philosophy-div {
  width: 100%;
  /*text-align: center; */
}

.philosophy-div-sp {
  width: 105%;
  display: none;
}

@media (max-width: 640px) {
  .philosophy-div {
    display: none;
  }

  .philosophy-div-sp {
    display: block;
  }
}

.philosophy-div img {
  width: 80%;
}

.philosophy-div-sp img {
  width: 95%;
}

.company-about {
  background-color: #F8F8F8;
}
.company-about p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 27px;
}

@media (max-width: 640px) {
  .company-about p {
    font-size: 3.5vw;
    line-height: 5.6vw;
    width: 300px;
  }
}

.company-about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 640px) {
  .company-about dl {
    display: block;
    margin-bottom: 4.7vw;
    padding-bottom: 4.7vw;
  }
}
.company-about dl dt {
  width: 214px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 640px) {
  .company-about dl dt {
    width: auto;
    margin-bottom: 3px;
    padding-left: 0;
    font-size: 3.5vw;
  }
}
.company-about dl dd .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .company-about dl dd .flex_box {
    display: block;
  }
}
.company-about dl dd .flex_box p {
  width: 404px;
}


@media (max-width: 640px) {
  .company-about dl dd .flex_box p {
    width: auto;
  }
}

@media (max-width: 1030px) {
  .company-about dl dd .flex_box p {
    width: 200px;
    padding-right: 20px;
  }
}

.company-about .address {
  margin-bottom: 0;
  border-bottom: 0;
}
.company-about iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .company-about iframe {
    height: 78vw;
  }
}
.company-about .right {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.company-history ul {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .company-history ul {
    margin-bottom: 7.8vw;
  }
}
.company-history ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 640px) {
  .company-history ul li {
    padding-bottom: 4.7vw;
    margin-bottom: 4.7vw;
  }
}
.company-history ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .company-history ul li p {
    display: block;
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.company-history ul li p span {
  display: block;
  width: 266px;
  padding-left: 20px;
}
@media (max-width: 640px) {
  .company-history ul li p span {
    width: auto;
    padding-left: 0;
    margin-bottom: 3px;
  }
}
.company-history ul li p span:not(:first-child) {
  width: auto;
  padding-left: 0;
}
.company-history ul li p a {
  color: #0A85E0;
  text-decoration: underline;
}
.company-history .readmore {
  position: relative;
  display: block;
  width: 496px;
  height: 64px;
  margin: 0 auto;
  background-color: #0A85E0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 64px;
}
@media (max-width: 640px) {
  .company-history .readmore {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    font-size: 3.8vw;
  }
}
.company-history .readmore:before {
  position: absolute;
  top: 26px;
  right: 19px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../img/icon-arrow_wL.png");
  background-size: contain;
}
@media (max-width: 640px) {
  .company-history .readmore:before {
    top: 4vw;
    right: 3.1vw;
    width: 2vw;
    height: 2vw;
  }
}

.page-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 120px;
}
@media (max-width: 640px) {
  .page-contact-inner {
    padding: 12.5vw 4.7vw 11vw;
  }
}
.page-contact-inner h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 800;
/* 中央寄せ　なし
  text-align: center;
*/
color: #0A85E0;
}
@media (max-width: 640px) {
  .page-contact-inner h2 {
    margin-bottom: 9.4vw;
    font-size: 6.5vw;
  }
}
.page-contact-inner p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
@media (max-width: 640px) {
  .page-contact-inner p {
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}

.page-contact-inner p a {
  color: #0A85E0;
}

.page-contact-inner form {
  margin-top: 50px;
}
.page-contact-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 640px) {
  .page-contact-inner dl {
    display: block;
    margin: 0 auto 4.7vw;
    padding: 0 0 4.7vw;
  }
}
.page-contact-inner dl dt {
  width: 260px;
  padding: 20px 0 0 20px;
}
@media (max-width: 640px) {
  .page-contact-inner dl dt {
    width: 100%;
    padding: 0 0 3.1vw;
  }
}
.page-contact-inner dl dt span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 640px) {
  .page-contact-inner dl dt span {
    font-size: 3.5vw;
  }
}
.page-contact-inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-contact-inner dl dd label {
  display: block;
}
.page-contact-inner dl dd label input {
  display: block;
  height: 60px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 27px;
  border: solid 1px #E6E6E6;
}

.page-contact-inner dl dd label select {
  display: flex;
  height: 60px;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 27px;
  border: solid 1px #E6E6E6;
  align-items: center;
}

@media (min-width: 901px) {
  .page-contact-inner dl dd label select {
    width: 580px;
  }
}

@media (min-width: 641px) and (max-width: 901px) {
  .page-contact-inner dl dd label select {
    width: 500px;
  }
}

@media (max-width: 640px) {
  .page-contact-inner dl dd label select {
    width: 100%;
    height: 12.5vw;
    padding: 3.2vw;
    font-size: 4.3vw;
    line-height: 6.8vw;
  }
}


@media (min-width: 901px) {
  .page-contact-inner dl dd label input {
    width: 580px;
  }
}

@media (min-width: 641px) and (max-width: 901px) {
  .page-contact-inner dl dd label input {
    width: 500px;
  }
}

@media (max-width: 640px) {
  .page-contact-inner dl dd label input {
    width: 100%;
    height: 12.5vw;
    padding: 3.8vw;
    font-size: 4.7vw;
    line-height: 7.8vw;
  }
}

.page-contact-inner dl dd label input::-webkit-input-placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd label input::-moz-placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd label input:-ms-input-placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd label input::-ms-input-placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd label input::placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd label input.error {
  border-color: #D91616;
}
.page-contact-inner dl dd label select.error {
  border-color: #D91616;
}
.page-contact-inner dl dd textarea {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 27px;
  border: solid 1px #E6E6E6;
}
@media (max-width: 640px) {
  .page-contact-inner dl dd textarea {
    padding: 3.8vw;
    font-size: 4.7vw;
    line-height: 7.8vw;
  }
}
.page-contact-inner dl dd textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd textarea::-moz-placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd textarea:-ms-input-placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd textarea::-ms-input-placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd textarea::placeholder {
  color: #AFAFAF;
}
.page-contact-inner dl dd textarea.error {
  border-color: #D91616;
}
.page-contact-inner dl dd label.error {
  margin-top: 10px;
  color: #D91616;
  font-size: 12px;
  font-weight: 300;
}
.page-contact-inner dl dd p {
  padding: 15px 0 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}
@media (max-width: 640px) {
  .page-contact-inner dl dd p {
    padding: 0 0 0 0.5em;
    font-size: 4.7vw;
    line-height: 7.8vw;
  }
}
.page-contact-inner .required dt span:after {
  content: "必須";
  display: inline-block;
  width: 44px;
  height: 20px;
  margin-left: 10px;
  background-color: #DD0000;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border-radius: 12px;
  color: #fff;
}
@media (max-width: 640px) {
  .page-contact-inner .required dt span:after {
    width: 7.8vw;
    height: 3.7vw;
    font-size: 2.4vw;
    line-height: 3.7vw;
    margin-left: 5px;
  }
}
.page-contact-inner .form-bottoms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .page-contact-inner .form-bottoms {
    display: block;
    margin-top: 9.4vw;
  }
}
.page-contact-inner .form-bottoms a, .page-contact-inner .form-bottoms input {
  display: block;
  width: 300px;
  height: 64px;
  margin: 0 10px;
  border: solid 1px #0A85E0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
}
@media (max-width: 640px) {
  .page-contact-inner .form-bottoms a, .page-contact-inner .form-bottoms input {
    width: 100%;
    height: 11.3vw;
    margin: 0 0 4.7vw;
    line-height: 11.3vw;
    font-size: 3.8vw;
  }
}
.page-contact-inner .form-bottoms a:first-child, .page-contact-inner .form-bottoms input:first-child {
  color: #0A85E0;
}
.page-contact-inner .form-bottoms a:last-child, .page-contact-inner .form-bottoms input:last-child {
  background-color: #0A85E0;
  color: #fff;
}
.page-contact-privacy {
  width: 100%;
  margin: 30px 0 50px;
  padding: 12px 8px;
  border: solid 1px #ccc;
}
@media (max-width: 640px) {
  .page-contact-privacy {
    margin: 7vw 0 13vw;
  }
}
.page-contact-privacy h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 800;
/* 中央寄せ　なし
  text-align: center;
*/
color: #0A85E0;
}
@media (max-width: 640px) {
  .page-contact-privacy h2 {
    margin-bottom: 7.8vw;
    font-size: 6.5vw;
  }
}
.page-contact-privacy p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 27px;
}
@media (max-width: 640px) {
  .page-contact-privacy p {
    margin-bottom: 11vw;
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.page-contact-privacy h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #0A85E0;
}
@media (max-width: 640px) {
  .page-contact-privacy h3 {
    margin-bottom: 4.7vw;
    font-size: 4vw;
  }
}
.page-contact-privacy .sub {
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  border-left: solid 10px #0A85E0;
}
@media (max-width: 640px) {
  .page-contact-privacy .sub {
    margin-bottom: 6.5vw;
    font-size: 4vw;
  }
}
.page-contact-privacy_wrapper {
  height: 350px;
  padding: 18px 22px;
  overflow-y: scroll;
}
@media (max-width: 640px) {
  .page-contact-privacy_wrapper {
    height: 133vw;
    padding: 5.6vw 3.5vw;
  }
}
.page-contact-privacy_wrapper::-webkit-scrollbar {
  width: 10px;
}
.page-contact-privacy_wrapper::-webkit-scrollbar-track {
  background-color: #F2F2F2;
  border-radius: 5px;
}
.page-contact-privacy_wrapper::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  border-radius: 5px;
}
.page-contact-privacy_bottom p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-align: center;
}
@media (max-width: 640px) {
  .page-contact-privacy_bottom p {
    font-size: 3.5vw;
    line-height: 5.6vw;
  }
}
.page-contact-privacy_bottom .bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .page-contact-privacy_bottom .bottom-links {
    display: block;
  }
}
.page-contact-privacy_bottom .bottom-links a, .page-contact-privacy_bottom .bottom-links input {
  display: block;
  width: 300px;
  height: 64px;
  margin: 0 10px;
  border: solid 1px #0A85E0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
}
@media (max-width: 640px) {
  .page-contact-privacy_bottom .bottom-links a, .page-contact-privacy_bottom .bottom-links input {
    width: 100%;
    height: 11.3vw;
    margin: 0 0 4.7vw;
    line-height: 11.3vw;
    font-size: 3.8vw;
  }
}
.page-contact-privacy_bottom .bottom-links a:first-child, .page-contact-privacy_bottom .bottom-links input:first-child {
  color: #0A85E0;
}
.page-contact-privacy_bottom .bottom-links a:last-child, .page-contact-privacy_bottom .bottom-links input:last-child {
  background-color: #0A85E0;
  color: #fff;
}

.hidden-inputs {
  display: none;
}

.back-top {
  display: block;
  width: 300px;
  height: 64px;
  margin: 184px auto 0;
  border: solid 1px #0A85E0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
  background-color: #0A85E0;
  color: #fff;
}
@media (max-width: 640px) {
  .back-top {
    width: 100%;
    height: 11.3vw;
    margin: 20vw auto 4.7vw;
    line-height: 11.3vw;
    font-size: 3.8vw;
  }
}

body {
  font-family: "ヒラギノ角ゴ", "Hiragino Sans", "Hiragino Kaku Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  padding: 100px 0 0;
}
@media (max-width: 640px) {
  main {
    padding: 12.5vw 0 0;
  }
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.9;
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 640px) {
  .sp {
    display: block;
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 100px;
}

.anchor {
  padding-top: 50px;
  margin-top: 50px;
}

.contact-button {
  margin-bottom: 40px;
}

.topic-url:link {
  color: #000;
  text-decoration: underline;
}

.topic-url:hover {
  color: #7d7d7d;
}

.topic-date {
  text-align: left;
  padding-bottom: 50px;
}

.topic-container {
  display: flex;
  justify-content: space-around; /* 画像の間に均等に余白を設定 */
  padding-bottom: 100px;
  height: auto;
}
.topic-container img {
  width: 49%; /* 画像が3つ並ぶように設定 */
  height: auto;
  margin-left: 1%;
}

.employee-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.employee-inner h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
  color: #0A85E0;
/* 中央寄せ　なし
  text-align: center;
*/
}
@media (max-width: 640px) {
  .employee-inner h2 {
    margin-bottom: 2.5vw;
    font-size: 6.2vw;
  }
}
.employee-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    border: 2px solid #87cefa;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5%;
  height: 350px;
}

@media (min-width: 780px) and (max-width: 920px) {
  .employee-list .employee-o {
    display: block;
    margin-bottom: 12.3vw;
    height: 55.3vw;
  }
  .employee-list .employee-m {
    display: block;
    margin-bottom: 12.3vw;
    height: 55.3vw;
  }
  .employee-list .employee-k {
    display: block;
    margin-bottom: 12.3vw;
    height: 60.3vw;
  }
}

@media (min-width: 641px) and (max-width: 779px) {
  .employee-list .employee-o {
    display: block;
    margin-bottom: 12.3vw;
    height: 80.3vw;
  }
  .employee-list .employee-m {
    display: block;
    margin-bottom: 12.3vw;
    height: 80.3vw;
  }
  .employee-list .employee-k {
    display: block;
    margin-bottom: 12.3vw;
    height: 88.3vw;
  }
}

@media (max-width: 640px) {
  .employee-list .employee-o {
    display: block;
    margin-bottom: 12.3vw;
    height: 155.3vw;
  }
  .employee-list .employee-m {
    display: block;
    margin-bottom: 12.3vw;
    height: 149.3vw;
  }
  .employee-list .employee-k {
    display: block;
    margin-bottom: 12.3vw;
    height: 177.3vw;
  }
}

.employee-img {
  width: 250px;
  padding-left: 50px;
}

@media (max-width: 900px) {
  .employee-img {
    width: 56.3vw;
    padding-left: 10px;
    margin: 0 0 6.3vw;
  }
}

.employee-img img {
  width: 100%;
}

@media (max-width: 900px) {
  .employee-img img {
    width: 50%;
  }
}

.employee-text {
  width: 810px;
  height: 250px;
  margin: 0 50px;
}
@media (max-width: 900px) {
  .employee-text {
    width: 100%;
    margin: 0;
  }
}

.pc-employee-text {
  margin-bottom: 20px;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #0A85E0;
  border-bottom: solid 1px #0A85E0;
}

.sp-employee-text {
  margin-bottom: 20px;
  padding: 0px 10px 0px 10px;
  font-size: 24px;
  font-weight: 600;
  color: #0A85E0;
  display: none;
  /* text-align:center; */
}

.sp-employee-text-line {
  margin-bottom: 20px;
  padding: 0px 10px 0px 10px;
  font-size: 24px;
  font-weight: 600;
  color: #0A85E0;
  border-bottom: solid 1px #0A85E0;
  display: none;
  /* text-align:center; */
}

@media (max-width: 900px) {  
  .pc-employee-text {
    display: none;
  }

  .sp-employee-text {
    display: block;
  }  
  .sp-employee-text-line {
    display: block;
  }
}


@media (max-width: 900px) {
  .employee-text h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 3.8vw;
  }
}
.employee-text p {
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .employee-text p {
    font-size: 18px;
    padding: 0px 10px 0px 10px;
  }
}

@media (max-width: 640px) {
  .employee-text p {
    font-size: 3.5vw;
    padding: 0px 10px 0px 10px;
  }
}

.recruit-block h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
  color: #0A85E0;
/* 中央寄せ　なし
  text-align: center;
*/
}

.topinc-info {
  font-size: 12px;
  text-align: center;
  width: 120px;
  margin-right: 30px;
  padding: 0;

  height: 24px; 
  line-height: 24px;
}

.topinc-info.topic-notice  {
  border: 1px solid #008000;
  color: #008000;
}

.topinc-info.topic-recruitment  {
  border: 1px solid #0A85E0;
  color: #0A85E0;
}



.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: 80%;
  height: auto;
  text-align: center;
  text-align: center;
}

.swiper-slide img {
  width: 80%;
  height: 100%;
}


@media (min-width: 641px) {
  .swiper-slide .topic-width {
    width: 30%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .swiper-slide .topic-width {
    width: 80%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }
}


.swiper-slide .topic-height {
  width: auto;
  height: 100%;
}

.topic-padding {
  padding-bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 24px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  background-size: 24px 40px; /* 表示したいサイズ */
  transform: translateY(-50%);
  margin-top: 0;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
background-image: url('https://kiomiru.co.jp/blog/wp-content/uploads/2021/09/img_arrow_black_01.png');
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url('https://kiomiru.co.jp/blog/wp-content/uploads/2021/09/img_arrow_black_01.png');
  transform: translateY(-50%) scale(-1, 1); /* 左右反転 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}


