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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html,
body {
  width: auto;
  height: auto;
}

@media only screen and (min-width: 500px) {
  html,
  body {
    min-width: 1024px;
    overflow: auto;
  }
}

body {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media only screen and (min-width: 500px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

body.ie {
  margin-top: 100px;
}

a {
  color: #395999;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body,
pre,
code,
select,
textarea,
button,
input {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  color: #333333;
}

h1, h2 {
  font-weight: bold;
  font-family: Helvetica;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.6;
}

h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}

body .material-icons {
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.btn, .btn-xs, .btn-s, .btn-l, .btn-cv {
  border-radius: 22px;
  padding: 14px 20px;
  text-align: center;
  box-sizing: border-box;
  background: #FFFFFF;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 142px;
  height: 44px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #d1d1d1;
}

.btn i, .btn-xs i, .btn-s i, .btn-l i, .btn-cv i, .btn span, .btn-xs span, .btn-s span, .btn-l span, .btn-cv span {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn .icon-right, .btn-xs .icon-right, .btn-s .icon-right, .btn-l .icon-right, .btn-cv .icon-right {
  right: 0px;
}

.btn .icon-left, .btn-xs .icon-left, .btn-s .icon-left, .btn-l .icon-left, .btn-cv .icon-left {
  left: 0px;
}

.btn:hover .icon-right, .btn-xs:hover .icon-right, .btn-s:hover .icon-right, .btn-l:hover .icon-right, .btn-cv:hover .icon-right {
  right: -5px;
}

.btn:hover .icon-left, .btn-xs:hover .icon-left, .btn-s:hover .icon-left, .btn-l:hover .icon-left, .btn-cv:hover .icon-left {
  left: -5px;
}

.btn-xs {
  width: 44px;
  border-radius: 50%;
  padding: 15px;
}

.btn-s {
  width: 88px;
}

.btn-l {
  max-width: 300px;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

.btn-l i {
  position: absolute;
}

.btn-l .icon-right {
  right: 20px;
}

.btn-l .icon-left {
  left: 20px;
}

.btn-l:hover .icon-right {
  right: 15px;
}

.btn-l:hover .icon-left {
  left: 15px;
}

.btn-cv {
  color: #FFFFFF;
  background: #395999;
}

.title, .title--md {
  color: #395999;
  margin-bottom: 40px;
}

.title .title__sub, .title--md .title__sub {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}

table th, table td {
  padding: 10px 20px;
  border: 1px solid #d1d1d1;
}

table th {
  background: #f4f4f4;
}

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

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

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

.icon-right {
  margin-left: 5px;
}

.icon-left {
  margin-right: 5px;
}

.indent-txt {
  margin-left: 1em;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 5px;
}

textarea {
  border: solid 1px #d1d1d1;
  padding: 1em;
  display: block;
}

textarea:focus {
  border-color: #395999;
}

input[type="text"] {
  width: 100%;
  height: 48px;
  border: solid 1px #d1d1d1;
  text-indent: 1em;
}

input[type="text"]:focus {
  border-color: #395999;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  padding-left: 40px;
  position: relative;
}

input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 2px #d1d1d1;
  border-radius: 50%;
  box-sizing: border-box;
}

input[type="radio"] + label::focus {
  display: none !important;
  background: red;
}

input[type="radio"]:checked + label::before {
  border: solid 2px #395999;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #395999;
  border: solid 2px #395999;
  border-radius: 50%;
  box-sizing: border-box;
}

button {
  color: #395999;
  cursor: pointer;
}

button:hover:after {
  color: #FFFFFF;
}

label {
  -webkit-tap-highlight-color: transparent;
}

#contents {
  text-align: center;
  padding: 0;
}

#contents section {
  margin: 0 auto;
  padding: 80px 0;
  overflow: auto;
}

header {
  padding: 0;
  position: fixed;
  background: #FFFFFF;
  box-sizing: border-box;
  z-index: 1000;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.header__logo {
  margin-left: 40px;
  margin-top: 10px;
  line-height: 1;
}

.header__logo img {
  width: 100px;
}

.header__menu {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  background: #FFFFFF;
  width: auto;
  height: 100px;
}

.header__menu ul {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.header__menu a {
  font-weight: bold;
  margin-top: 30px;
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  border: none;
  padding: 5px 10px;
  position: relative;
  padding-bottom: 4px;
  position: relative;
}

.header__menu a.btn-l, .header__menu a .btn-cv {
  display: inline-block;
}

.header__menu li {
  margin-right: 60px;
}

.header__menu li a {
  color: #333333;
}

.header__menu li a:hover {
  color: #395999;
}
.header__menu li a::after {
  background: #ccece8;
  bottom: 0;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.header__menu li a:hover::after {
  width: 100%;
}

.header__menu span::after {
  content: '';
}

#top .img_sld {
  overflow: hidden;
  position: relative;
  padding: 0;
}

#top .img_sld--slider {
  overflow: hidden;
  position: relative;
  min-height: 474px;
  width: 100%;
  padding: 0;
  height: 900px;
}

#top .img_sld--slider:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@-webkit-keyframes fadeinout {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  8%, 33% {
    opacity: 1;
  }
  41%, 66% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    z-index: 2;
  }
}

@keyframes fadeinout {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  8%, 33% {
    opacity: 1;
  }
  41%, 66% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    z-index: 2;
  }
}

#top .img_sld--slider li {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  opacity: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

#top .img_sld--slider img {
  width: calc(100vw - 20px);
}

#top .img_sld--slider-catch {
  margin: 0 auto;
  z-index: 10;
  width: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

#top .img_sld--slider-catch img {
  width: 90%;
  max-width: 855px;
  left: 0;
  right: 0;
  -webkit-transform: none;
          transform: none;
}

#top .img_sld--slider-01 {
  -webkit-animation: fadeinout 30s linear -2s infinite;
          animation: fadeinout 30s linear -2s infinite;
}

#top .img_sld--slider-02 {
  -webkit-animation: fadeinout 30s linear 6s infinite;
          animation: fadeinout 30s linear 6s infinite;
}

#top .img_sld--slider-03 {
  -webkit-animation: fadeinout 30s linear 14s infinite;
          animation: fadeinout 30s linear 14s infinite;
}

#top .img_sld--slider-04 {
  -webkit-animation: fadeinout 30s linear 22s infinite;
          animation: fadeinout 30s linear 22s infinite;
}

#top .mission {
  background-color:#87cefa;
  margin: 0 auto;
}

#top .mission--content {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}

#top .mission--content p {
  margin-bottom: 20px;
}

#top .company {
  background: #f4f4f4;
}

#top .company--content {
  display: block;
  width: auto;
  text-align: left;
  margin: 20px 10px 0 10px;
}

#top .company--content-wrapper {
  margin-top: -20px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

#top .company--title {
  display: inline-block;
  font-weight: bold;
  width: 150px;
}

#top .company--content li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

#top .business {
  background: #395999;
}

#top .business .title {
  color: #FFFFFF;
}

#top .business--content-wrapper {
  margin-top: -20px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

#top .business--content {
  text-align: left;
  font-size: 20px;
}

#top .business--content span {
  display: inline-block;
  width: 180px; text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#top .business--content img {
  width: 180px;
  height: 100px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

#top .news {
  background: #f4f4f4;
}

#top .news--content {
  text-align: left;
}

#top .news--content li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

#top .news--content-wrapper {
  padding: 50px;
  margin: 0 auto;
  max-width: 780px;
  box-sizing: border-box;
  background: #FFFFFF;
}

#top .news--date {
  margin-right: 40px;
}

#top .recruit {
  background-color:#87cefa;
  margin: 0 auto;
}

#top .recruit--content {
  text-align: left;
  max-width: 900px;
}

#top .recruit--content .ppolicy {
  font-size: 12px;
  border: 1px solid black;
  box-sizing: border-box;
  margin:20px 10px;
  border-style:solid;
  padding :10px 5px 10px 20px
}

#top .recruit--content-wrapper {
  margin-top: -20px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

#top .recruit--title {
  display: inline-block;
  font-weight: bold;
  width: 150px;
}

#top .recruit2--content li {
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

footer{
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
