@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
html {
  overflow-y: scroll;
}

fieldset, img {
  border: none;
  vertical-align: top;
}

ul, ol {
  list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
}

caption, th {
  text-align: left;
}

a {
  outline: none;
}

/*-----------------------------------------------------------
    余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------
    その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
@include for-pc() {
  @media (min-width: 1170px)
}
@include for-pclg() {
  @media (max-width: 1549px)
}
@include for-pcmd() {
  @media (max-width: 1169px)
}
@include for-tb() {
  @media (max-width: 995px)
}
@include for-sp() {
  @media (max-width: 767px)
}
*/
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@font-face {
  font-family: "鉄瓶ゴシック";
  src: url("../font/tetsubin_web.woff2") format("woff2");
}
:root {
  color: #000;
  font-size: 10px;
}

body {
  color: #000;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  word-wrap: break-word;
  font-weight: 400;
}
@media (max-width: 919px) {
  body {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 4.21875vw;
  }
}

/*
	Thin	100
	Light	300
	DemiLight	350
	Regular	400 Default
	Medium	500
	Bold	700
	Black	900
*/
.regular {
  font-weight: 400;
}

.mudium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.minino {
  font-family: minion-3, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
}

@media (max-width: 919px) {
  #colorbox, #colorbox * {
    max-height: none;
  }
  #gnavi, #gnavi * {
    max-height: none;
  }
  img {
    max-height: none;
    max-width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  max-width: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 1100px) {
  a:hover {
    color: #000;
    text-decoration: underline;
  }
  a:visited {
    color: #000;
  }
  a:active {
    text-decoration: none;
  }
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], textarea, select {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
  background-color: #f6f6f6;
}

select {
  max-width: 100%;
  height: 2.6em;
  padding-right: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  background: #fff url("../img/common/arrow.svg") right center/2.6em 2.6em no-repeat;
  background-color: #f6f6f6;
}

select::-ms-expand {
  display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=submit], [type=number], [type=search], textarea, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=search]:focus, textarea:focus {
  background: #fff;
  border: 1px solid #aaa;
}

button {
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}

[type=checkbox] + .mwform-checkbox-field-text:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  background: #f9f9f9;
  border: 1px solid #3589B7;
  vertical-align: middle;
}

[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  content: "✓";
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  text-indent: -0.1em;
  color: #000;
}

input[type=radio] {
  vertical-align: middle;
}

input[type=radio] + label {
  margin-left: 5px;
}

:-moz-placeholder-shown {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

:placeholder-shown {
  color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #BABABA;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  -webkit-box-shadow: 9999px 0 0 -5px #fff;
          box-shadow: 9999px 0 0 -5px #fff;
  -webkit-animation: dotPulse 1.5s infinite linear;
          animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
}
.dot-pulse::before {
  -webkit-box-shadow: 9984px 0 0 -5px #fff;
          box-shadow: 9984px 0 0 -5px #fff;
  -webkit-animation: dotPulseBefore 1.5s infinite linear;
          animation: dotPulseBefore 1.5s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.dot-pulse::after {
  -webkit-box-shadow: 10014px 0 0 -5px #fff;
          box-shadow: 10014px 0 0 -5px #fff;
  -webkit-animation: dotPulseAfter 1.5s infinite linear;
          animation: dotPulseAfter 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes dotPulseBefore {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #fff;
            box-shadow: 9984px 0 0 -5px #fff;
  }
  30% {
    -webkit-box-shadow: 9984px 0 0 2px #fff;
            box-shadow: 9984px 0 0 2px #fff;
  }
  60%, 100% {
    -webkit-box-shadow: 9984px 0 0 -5px #fff;
            box-shadow: 9984px 0 0 -5px #fff;
  }
}

@keyframes dotPulseBefore {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #fff;
            box-shadow: 9984px 0 0 -5px #fff;
  }
  30% {
    -webkit-box-shadow: 9984px 0 0 2px #fff;
            box-shadow: 9984px 0 0 2px #fff;
  }
  60%, 100% {
    -webkit-box-shadow: 9984px 0 0 -5px #fff;
            box-shadow: 9984px 0 0 -5px #fff;
  }
}
@-webkit-keyframes dotPulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #fff;
            box-shadow: 9999px 0 0 -5px #fff;
  }
  30% {
    -webkit-box-shadow: 9999px 0 0 2px #fff;
            box-shadow: 9999px 0 0 2px #fff;
  }
  60%, 100% {
    -webkit-box-shadow: 9999px 0 0 -5px #fff;
            box-shadow: 9999px 0 0 -5px #fff;
  }
}
@keyframes dotPulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #fff;
            box-shadow: 9999px 0 0 -5px #fff;
  }
  30% {
    -webkit-box-shadow: 9999px 0 0 2px #fff;
            box-shadow: 9999px 0 0 2px #fff;
  }
  60%, 100% {
    -webkit-box-shadow: 9999px 0 0 -5px #fff;
            box-shadow: 9999px 0 0 -5px #fff;
  }
}
@-webkit-keyframes dotPulseAfter {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #fff;
            box-shadow: 10014px 0 0 -5px #fff;
  }
  30% {
    -webkit-box-shadow: 10014px 0 0 2px #fff;
            box-shadow: 10014px 0 0 2px #fff;
  }
  60%, 100% {
    -webkit-box-shadow: 10014px 0 0 -5px #fff;
            box-shadow: 10014px 0 0 -5px #fff;
  }
}
@keyframes dotPulseAfter {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #fff;
            box-shadow: 10014px 0 0 -5px #fff;
  }
  30% {
    -webkit-box-shadow: 10014px 0 0 2px #fff;
            box-shadow: 10014px 0 0 2px #fff;
  }
  60%, 100% {
    -webkit-box-shadow: 10014px 0 0 -5px #fff;
            box-shadow: 10014px 0 0 -5px #fff;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
@include for-pc() {
  @media (min-width: 1170px)
}
@include for-pclg() {
  @media (max-width: 1549px)
}
@include for-pcmd() {
  @media (max-width: 1169px)
}
@include for-tb() {
  @media (max-width: 995px)
}
@include for-sp() {
  @media (max-width: 767px)
}
*/
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*-----------------------------------------------------------
    基本レイアウト
-----------------------------------------------------------*/
body {
  overflow: hidden;
}
.wrap {
  position: relative;
  max-width: 1080px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1099px) {
  .wrap {
    width: auto;
    margin: 0px 30px;
  }
}
@media (max-width: 767px) {
  .wrap {
    margin: 0px 5vw;
  }
}

.linkbox {
  cursor: pointer;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

@media (max-width: 919px) {
  .tbnone {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .spnone {
    display: none !important;
  }
}

.tb {
  display: none;
}
@media (max-width: 919px) {
  .tb {
    display: inherit;
  }
}

@media (max-width: 919px) {
  .pc {
    display: none !important;
  }
}

/*----------------------- header --------------------------*/
header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 70px;
  background: #4c83d9;
  color: #fff;
}
header .logo {
  width: 320px;
  padding: 0px 1em;
}
@media (max-width: 767px) {
  header .logo {
    width: 50vw;
    padding: 6.25vw 5vw;
  }
}
@media (max-width: 767px) {
  header #gnav {
    position: fixed;
    left: 100%;
    top: 18vw;
    bottom: 0px;
    width: 100%;
    background: #4c83d9;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 767px) {
  header #gnav.active {
    left: 0px;
    visibility: inherit;
  }
}
header #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  header #gnav ul {
    display: block;
  }
}
header #gnav ul li {
  margin-right: 1em;
  font-size: 2rem;
}
@media (max-width: 767px) {
  header #gnav ul li {
    margin: 0px;
    font-size: 5vw;
    border-bottom: 1px solid #fff;
  }
}
header #gnav ul li a {
  display: block;
  position: relative;
  padding: 1em;
  text-decoration: none;
  color: #fff;
}
header #gnav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0px;
  height: 4px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  header #gnav ul li a:hover:before {
    left: 0%;
    right: 0%;
  }
}
header .menu {
  display: none;
  position: absolute;
  right: 7vw;
  top: 8vw;
  width: 6.875vw;
  height: 2.8125vw;
  z-index: 6000;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  header .menu {
    display: block;
  }
}
header .menu span {
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 0.515625vw;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .menu span:nth-of-type(1) {
  top: 0px;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
header .menu span:nth-of-type(2) {
  bottom: 0px;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}
header .menu.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
header .menu.active span:nth-of-type(2) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1.39vw) rotate(45deg);
            transform: translateY(1.39vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1.39vw) rotate(0);
            transform: translateY(1.39vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1.39vw) rotate(45deg);
            transform: translateY(1.39vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1.39vw) rotate(0);
            transform: translateY(1.39vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-1.39vw) rotate(-45deg);
            transform: translateY(-1.39vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1.39vw) rotate(0);
            transform: translateY(-1.39vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-1.39vw) rotate(-45deg);
            transform: translateY(-1.39vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1.39vw) rotate(0);
            transform: translateY(-1.39vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1.39vw) rotate(0);
            transform: translateY(1.39vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1.39vw) rotate(45deg);
            transform: translateY(1.39vw) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1.39vw) rotate(0);
            transform: translateY(1.39vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1.39vw) rotate(45deg);
            transform: translateY(1.39vw) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1.39vw) rotate(0);
            transform: translateY(-1.39vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1.39vw) rotate(-45deg);
            transform: translateY(-1.39vw) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1.39vw) rotate(0);
            transform: translateY(-1.39vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1.39vw) rotate(-45deg);
            transform: translateY(-1.39vw) rotate(-45deg);
  }
}
/*----------------------- content --------------------------*/
article {
  padding-top: 70px;
}
@media (max-width: 767px) {
  article {
    padding-top: 18.5vw;
  }
}

/*----------------------- footer --------------------------*/
footer {
  padding: 1rem 0px 4rem;
  border-top: 1px solid #4c83d9;
  text-align: center;
}
footer .subnav {
  padding: 0px 0px 2em;
  text-align: right;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  footer .subnav {
    font-size: 3.5vw;
  }
}
footer .copy {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copy {
    font-size: 4vw;
  }
}
footer .copy span {
  display: block;
  margin-top: 0.75em;
  font-size: 0.5em;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
@include for-pc() {
  @media (min-width: 1170px)
}
@include for-pclg() {
  @media (max-width: 1549px)
}
@include for-pcmd() {
  @media (max-width: 1169px)
}
@include for-tb() {
  @media (max-width: 995px)
}
@include for-sp() {
  @media (max-width: 767px)
}
*/
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*-----------------------------------------------------------
   index
-----------------------------------------------------------*/
#index #top {
  position: relative;
  margin-bottom: 8rem;
  padding-bottom: 41.5%;
  background: url(../img/index/main.jpg) center/cover no-repeat;
}
@media (max-width: 767px) {
  #index #top {
    margin-bottom: 14vw;
    padding: 0px 0px 14vw;
    background: #4c83d9;
  }
}
@media (max-width: 767px) {
  #index #top:before {
    display: block;
    content: "";
    height: 73.4375vw;
    margin-bottom: 9.375vw;
    background: url(../img/index/main.jpg) center/cover no-repeat;
  }
}
#index #top .title {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 500;
}
@media (max-width: 919px) {
  #index #top .title {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  #index #top .title {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 6.25vw;
    font-weight: 700;
    line-height: 1.3;
  }
}
#index #news, #index #about, #index #info {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  #index #news, #index #about, #index #info {
    margin-bottom: 14vw;
  }
}
#index #news h2, #index #about h2, #index #info h2 {
  color: #4c83d9;
  font-size: 3.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #index #news h2, #index #about h2, #index #info h2 {
    font-size: 5.9375vw;
  }
}
#index #news h2 {
  margin-bottom: 0.75em;
}
#index #news ul {
  padding: 2.75em;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  #index #news ul {
    padding: 0px;
    background: none;
  }
}
#index #news ul li a {
  display: block;
  position: relative;
  padding-right: 1em;
}
#index #news ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #4c83d9;
  border-bottom: 2px solid #4c83d9;
}
#index #about h2 {
  margin-bottom: 0.75em;
}
#index #about .inbox {
  padding: 2.75em 2.75em 3.75em;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  #index #about .inbox {
    padding: 0px;
    background: none;
  }
}
#index #about .inbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.75em;
}
@media (max-width: 767px) {
  #index #about .inbox dl {
    display: block;
  }
}
#index #about .inbox dl dt, #index #about .inbox dl dd {
  padding: 0.75em 0px;
  border-bottom: 1px solid #aaabab;
}
@media (max-width: 767px) {
  #index #about .inbox dl dt, #index #about .inbox dl dd {
    line-height: 2;
  }
}
#index #about .inbox dl dt {
  width: 8em;
}
@media (max-width: 767px) {
  #index #about .inbox dl dt {
    width: auto;
    padding: 0px 0.75em;
    border-bottom: none;
  }
}
#index #about .inbox dl dd {
  width: calc(100% - 8em);
}
@media (max-width: 767px) {
  #index #about .inbox dl dd {
    width: auto;
    padding: 0px 0.75em 1em;
    margin-bottom: 1em;
  }
}
#index #about .inbox h3 {
  margin-bottom: 0.5em;
  font-weight: 400;
}
@media (max-width: 767px) {
  #index #about .inbox h3 {
    padding: 0px 0.75em;
  }
}
#index #about .inbox p {
  line-height: 2;
}
@media (max-width: 767px) {
  #index #about .inbox p {
    padding: 0px 0.75em;
  }
}
#index #info h2 {
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  #index #info h2 {
    margin-bottom: 1em;
  }
}
#index #info .inbox {
  max-width: 700px;
  margin: 0px auto;
}
#index #info .read, #index #info .text {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  #index #info .read, #index #info .text {
    margin-bottom: 2em;
    font-size: 4.53125vw;
  }
}
#index #info .text {
  margin-bottom: 1.5em;
  text-indent: 1em;
}
#index #info .btn {
  margin-bottom: 1.5em;
}
#index #info .btn a {
  display: block;
  padding: 1.25em 0px;
  background: #000;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  #index #info .btn a {
    font-size: 5.15625vw;
  }
}
#index #info .btn a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 2em;
  background: url(../img/index/ar.svg) center/100% 100% no-repeat;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #index #info .btn a:after {
    margin-left: 0.75em;
  }
}
#index #info .btn a span {
  font-size: 0.765em;
}
@media (min-width: 1100px) {
  #index #info .btn a:hover:after {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
@include for-pc() {
  @media (min-width: 1170px)
}
@include for-pclg() {
  @media (max-width: 1549px)
}
@include for-pcmd() {
  @media (max-width: 1169px)
}
@include for-tb() {
  @media (max-width: 995px)
}
@include for-sp() {
  @media (max-width: 767px)
}
*/
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*-----------------------------------------------------------
	recruit
-----------------------------------------------------------*/
#recruit #pagetitle {
  position: relative;
  margin-bottom: 8rem;
  padding-bottom: 41.5%;
  background: url(../img/recruit/main.jpg) center/cover no-repeat;
}
@media (max-width: 767px) {
  #recruit #pagetitle {
    height: auto;
    margin-bottom: 14vw;
    padding-bottom: 14vw;
    background: #4c83d9;
  }
}
@media (max-width: 767px) {
  #recruit #pagetitle:before {
    display: block;
    content: "";
    height: 87.5vw;
    margin-bottom: 9.375vw;
    background: url(../img/recruit/main.jpg) center/cover no-repeat;
  }
}
#recruit #pagetitle .title {
  position: absolute;
  left: 4vw;
  bottom: 4vw;
  width: 100%;
  color: #fff;
  font-size: 6.9rem;
  font-weight: 700;
}
@media (max-width: 919px) {
  #recruit #pagetitle .title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  #recruit #pagetitle .title {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0px 5vw;
    font-size: 8.125vw;
    font-weight: 700;
  }
}
#recruit #pagetitle .title span {
  display: block;
  font-weight: 500;
  font-size: 0.4em;
}
#recruit #detail {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  #recruit #detail {
    margin-bottom: 14vw;
  }
}
#recruit #detail .read {
  margin-bottom: 1em;
  font-size: 2.9rem;
  color: #4c83d9;
  font-weight: 500;
}
@media (max-width: 767px) {
  #recruit #detail .read {
    font-size: 4.75vw;
  }
}
#recruit #detail .text {
  margin-bottom: 1.63em;
  font-size: 2rem;
  line-height: 1.63;
}
@media (max-width: 767px) {
  #recruit #detail .text {
    font-size: 4.0625vw;
  }
}
#recruit #detail .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #recruit #detail .items {
    display: block;
  }
}
#recruit #detail .items.col-2 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recruit #detail .items.col-2 .item {
  width: 45%;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  #recruit #detail .items.col-2 .item {
    width: auto;
    margin-bottom: 5vw;
  }
}
#recruit #detail .items .item {
  width: 31.5%;
  padding: 3em 0px;
  background: #4c83d9;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #recruit #detail .items .item {
    width: auto;
    margin-bottom: 5vw;
    padding: 9.375vw 0px;
  }
  #recruit #detail .items .item:last-child {
    margin-bottom: 0px;
  }
}
#recruit #detail .items .item h2 {
  margin-bottom: 0.75em;
  font-size: 3.2rem;
  font-weight: 400;
}
@media (max-width: 919px) {
  #recruit #detail .items .item h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  #recruit #detail .items .item h2 {
    font-size: 5.625vw;
  }
}
#recruit #detail .items .item .sub {
  margin-bottom: 1.25em;
  font-size: 2.4rem;
  line-height: 1.66;
}
@media (max-width: 919px) {
  #recruit #detail .items .item .sub {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #recruit #detail .items .item .sub {
    font-size: 4.375vw;
  }
}
#recruit #detail .items .item .sub.long {
  padding-bottom: 1.66em;
}
@media (max-width: 767px) {
  #recruit #detail .items .item .sub.long {
    padding: 0px;
  }
}
#recruit #detail .items .item .btn {
  width: 60%;
  margin: 0px auto;
}
@media (max-width: 919px) {
  #recruit #detail .items .item .btn {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #recruit #detail .items .item .btn {
    width: 60%;
  }
}
#recruit #detail .items .item .btn a {
  display: block;
  padding: 0.5em 0px;
  border-radius: 2em;
  border: 1px solid #fff;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  #recruit #detail .items .item .btn a:hover {
    background: #fff;
    color: #4c83d9;
  }
}
@media (max-width: 767px) {
  #recruit #detail .items .item .btn a {
    font-size: 3.9vw;
  }
}
#recruit #detail .items .item .btn a span {
  display: block;
  font-size: 0.7em;
}
#recruit #detail .items .item .btn a.none {
  padding: 1em 0px;
  opacity: 0.3;
  pointer-events: none;
}
#recruit #detail2 {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  #recruit #detail2 {
    margin-bottom: 14vw;
  }
}
#recruit #detail2 h2 {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4c83d9;
  font-size: 2.9rem;
  color: #4c83d9;
  font-weight: 400;
}
@media (max-width: 767px) {
  #recruit #detail2 h2 {
    font-size: 6vw;
  }
}
#recruit #detail2 h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  border-left: 6px solid #4c83d9;
  font-size: 2.6rem;
  font-weight: 400;
  color: #4c83d9;
}
@media (max-width: 767px) {
  #recruit #detail2 h3 {
    font-size: 5.25vw;
  }
}
#recruit #detail2 .text {
  margin-bottom: 1.63em;
  font-size: 2rem;
  line-height: 1.63;
}
@media (max-width: 767px) {
  #recruit #detail2 .text {
    font-size: 4.0625vw;
  }
}
#recruit #detail2 .box {
  padding: 1em 1em 0.5em;
  background: #f2f2f2;
}
#recruit #detail2 table {
  width: 100%;
}
#recruit #detail2 table th, #recruit #detail2 table td {
  padding: 0.75em 1em;
  border-bottom: 0.5em solid #f2f2f2;
}
@media (max-width: 767px) {
  #recruit #detail2 table th, #recruit #detail2 table td {
    display: block;
  }
}
#recruit #detail2 table th {
  width: 10em;
  background: #4c83d9;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  #recruit #detail2 table th {
    width: auto;
    border-bottom: none;
  }
}
#recruit #detail2 table td {
  background: #fff;
}
#recruit #detail2 table td a {
  text-decoration: underline;
}

/*-----------------------------------------------------------
	policy
-----------------------------------------------------------*/
#policy #pagename, #privacy #pagename, #published #pagename {
  margin-bottom: 8rem;
  background: #4c83d9;
  color: #fff;
}
@media (max-width: 767px) {
  #policy #pagename, #privacy #pagename, #published #pagename {
    margin-bottom: 14vw;
  }
}
#policy #pagename .pan, #privacy #pagename .pan, #published #pagename .pan {
  padding: 0px 1.5em;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #policy #pagename .pan, #privacy #pagename .pan, #published #pagename .pan {
    padding: 0.25em 5vw 0px;
    font-size: 3vw;
  }
}
#policy #pagename .pan a, #privacy #pagename .pan a, #published #pagename .pan a {
  color: #fff;
}
#policy #pagename .title, #privacy #pagename .title, #published #pagename .title {
  padding: 2em 0px;
  font-size: 3.9rem;
}
@media (max-width: 767px) {
  #policy #pagename .title, #privacy #pagename .title, #published #pagename .title {
    font-size: 8vw;
  }
}
#policy #detail .box, #privacy #detail .box, #published #detail .box {
  margin-bottom: 8rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #policy #detail .box, #privacy #detail .box, #published #detail .box {
    margin-bottom: 14vw;
    font-size: 3.75vw;
  }
}
#policy #detail .box h2, #privacy #detail .box h2, #published #detail .box h2 {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4c83d9;
  font-size: 2.9rem;
  color: #4c83d9;
  font-weight: 400;
}
@media (max-width: 767px) {
  #policy #detail .box h2, #privacy #detail .box h2, #published #detail .box h2 {
    font-size: 6vw;
  }
}
#policy #detail .box h3, #privacy #detail .box h3, #published #detail .box h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  border-left: 6px solid #4c83d9;
  font-size: 2.6rem;
  font-weight: 400;
  color: #4c83d9;
}
@media (max-width: 767px) {
  #policy #detail .box h3, #privacy #detail .box h3, #published #detail .box h3 {
    font-size: 5.25vw;
  }
}
#policy #detail .box h4, #privacy #detail .box h4, #published #detail .box h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 2.2rem;
  font-weight: 400;
  color: #4c83d9;
}
@media (max-width: 767px) {
  #policy #detail .box h4, #privacy #detail .box h4, #published #detail .box h4 {
    font-size: 4.5vw;
  }
}
#policy #detail .box a, #privacy #detail .box a, #published #detail .box a {
  text-decoration: underline;
}
#policy #detail .box .text, #privacy #detail .box .text, #published #detail .box .text {
  line-height: 2;
  text-indent: 1em;
}
#policy #detail .box .text.mt, #privacy #detail .box .text.mt, #published #detail .box .text.mt {
  margin-top: 1em;
}
#policy #detail .box .text2, #privacy #detail .box .text2, #published #detail .box .text2 {
  line-height: 2;
}
#policy #detail .box .text2.mt, #privacy #detail .box .text2.mt, #published #detail .box .text2.mt {
  margin-top: 1em;
}
#policy #detail .box .inbox, #privacy #detail .box .inbox, #published #detail .box .inbox {
  padding: 1.5em;
  background: #f2f2f2;
}
#policy #detail .box .inbox.mt, #privacy #detail .box .inbox.mt, #published #detail .box .inbox.mt {
  margin-top: 2em;
}
#policy #detail .box .list, #privacy #detail .box .list, #published #detail .box .list {
  line-height: 2;
  margin-top: 1em;
}
#policy #detail .box .numlist li, #privacy #detail .box .numlist li, #published #detail .box .numlist li {
  margin-top: 0.75em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
#policy #detail .box .table, #privacy #detail .box .table, #published #detail .box .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  #policy #detail .box .table, #privacy #detail .box .table, #published #detail .box .table {
    display: block;
    font-size: 3.75vw;
  }
}
#policy #detail .box .table dt, #policy #detail .box .table dd, #privacy #detail .box .table dt, #privacy #detail .box .table dd, #published #detail .box .table dt, #published #detail .box .table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  min-height: 6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  #policy #detail .box .table dt, #policy #detail .box .table dd, #privacy #detail .box .table dt, #privacy #detail .box .table dd, #published #detail .box .table dt, #published #detail .box .table dd {
    display: block;
    min-height: 0px;
    margin: 0px;
  }
}
#policy #detail .box .table dt, #privacy #detail .box .table dt, #published #detail .box .table dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10em;
  background: #4c83d9;
  color: #fff;
}
@media (max-width: 767px) {
  #policy #detail .box .table dt, #privacy #detail .box .table dt, #published #detail .box .table dt {
    width: auto;
    padding: 0.75em 0px;
    text-align: center;
  }
}
#policy #detail .box .table dd, #privacy #detail .box .table dd, #published #detail .box .table dd {
  width: calc(100% - 10em);
  padding: 1em;
  background: #fff;
}
@media (max-width: 767px) {
  #policy #detail .box .table dd, #privacy #detail .box .table dd, #published #detail .box .table dd {
    width: auto;
    margin-bottom: 5vw;
  }
  #policy #detail .box .table dd:last-child, #privacy #detail .box .table dd:last-child, #published #detail .box .table dd:last-child {
    margin-bottom: 0px;
  }
}
#policy #detail .end, #privacy #detail .end, #published #detail .end {
  margin-bottom: 8rem;
  font-size: 2rem;
  text-align: right;
}
@media (max-width: 767px) {
  #policy #detail .end, #privacy #detail .end, #published #detail .end {
    margin-bottom: 14vw;
    font-size: 3.75vw;
  }
}
#policy #detail .link, #privacy #detail .link, #published #detail .link {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  #policy #detail .link, #privacy #detail .link, #published #detail .link {
    margin-bottom: 14vw;
  }
}
#policy #detail .link a, #privacy #detail .link a, #published #detail .link a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */