@charset "UTF-8";
/************************************************

 Default

************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ul {
  list-style: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 13px;
  line-height: 1.3;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.7;
  color: #333;
}

html, body {
  width: 100%;
  background: #EFF9FD;
}

input[type=image], button,
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

body input[type=text],
body textarea {
  border: 1px solid #A7A7A7;
  border-radius: 4px;
  padding: 4px;
}

body textarea {
  height: 60px;
}

body input.require[type=text] {
  border: 1px solid #008BCE;
  background: #EFF9FD;
}

body input[type=text]:focus,
body input[type=image]:focus {
  outline: none;
}

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

.sp-only {
  display: none;
}

#header {
  padding: 20px 0 10px 15px;
  border-top: 4px solid #008CCB;
}
#header .logo {
  text-decoration: none;
  line-height: 1.1;
}
#header .site-desc {
  font-weight: normal;
  position: absolute;
  top: 4px;
  left: 118px;
}
#header .logo-img {
  margin-right: 30px;
}
#header .site-name {
  margin: 33px 0 13px 0;
}
#header .header-info {
  text-align: right;
  max-width: 45%;
}
#header .tel {
  margin: 5px 0;
}

#gnav-toggle {
  display: none;
}

#gnav {
  color: #FFF;
}
#gnav li {
  position: relative;
}
#gnav li:first-child a {
  border-radius: 100px 0 0 100px;
}
#gnav li:last-child a {
  border-radius: 0 100px 100px 0;
}
#gnav li.gnav-0 {
  width: 19.4%;
}
#gnav li.gnav-0 a {
  background-image: url(../images/common/nav/nav_0.png), url(../images/common/nav/separate.png);
}
#gnav li.gnav-1 {
  width: 18.7%;
}
#gnav li.gnav-1 a {
  background-image: url(../images/common/nav/nav_1.png), url(../images/common/nav/separate.png);
}
#gnav li.gnav-2 {
  width: 18%;
}
#gnav li.gnav-2 a {
  background-image: url(../images/common/nav/nav_2.png), url(../images/common/nav/separate.png);
}
#gnav li.gnav-3 {
  width: 26%;
}
#gnav li.gnav-3 a {
  background-image: url(../images/common/nav/nav_3.png), url(../images/common/nav/separate.png);
}
#gnav li.gnav-4 {
  width: 17.9%;
}
#gnav li.gnav-4 a {
  background-image: url(../images/common/nav/nav_4.png), none;
}
#gnav li a {
  display: block;
  background-color: #57C6EB;
  background-repeat: no-repeat;
  background-position: 50% 50%, 100% 50%;
  height: 50px;
  color: #FFF;
  text-indent: -9999px;
}
#gnav li a:hover, #gnav li a.current {
  background-color: #008BCE;
}
#gnav li a:hover:after, #gnav li a.current:after {
  content: '';
  display: block;
  position: absolute;
  margin-left: -8px;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 6px solid #008BCE;
}

@media screen and (min-width: 871px) {
  #gnav {
    display: block !important;
  }
}
@media screen and (max-width: 870px) {
  .header-info {
    display: none;
  }

  #header #gnav-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
  }

  #gnav {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    z-index: 10;
  }
  #gnav #gnav-inner li {
    float: none;
    width: auto;
    border-bottom: 1px solid #FFF;
  }
  #gnav #gnav-inner li:last-child {
    border-bottom: 0;
  }
  #gnav #gnav-inner li:hover:after, #gnav #gnav-inner li.current:after {
    display: none;
  }
  #gnav #gnav-inner li a {
    background-image: none;
    /*padding: 18px 20px;*/
	padding: 12px 20px 10px 20px;
    height: auto;
    border-radius: 0;
    text-indent: 0;
    text-decoration: none;
  }
  #gnav #gnav-inner li a.current:after, #gnav #gnav-inner li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    left: inherit;
    content: '';
    display: block;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border: 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    content: "";
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 870px) and (max-width: 700px) {
  #header {
    padding: 15px 10px;
    text-align: center;
  }
  #header .logo {
    display: block;
  }
  #header .logo .logo-img,
  #header .logo .last {
    /*margin: 0 60px;*/
  }
  #header #gnav-toggle {
    top: 30px;
    width: 40px;
  }
  #header .logo-img img {
    width: 23.04348%;
  }
  #header .site-name img {
    width: 84.78261%;
  }
  #header .site-name-en img {
    width: 36.95652%;
  }
  #header .site-desc {
    position: static;
    margin-bottom: 10px;
    font-size: 12px;
  }
  #header .logo-img {
    margin: 0;
  }
  #header .site-name {
    margin: 15px 0;
  }
}
.foot-desc {
  margin: 40px 0;
}

.foot-desc-hide .foot-desc {
  display: none !important;
}

#footer {
  background: #008bce url(../images/common/footer/foot_illust_line.png) 0 100% repeat-x;
  padding-top: 40px;
  padding-bottom: 130px;
  color: #FFF;
}
#footer a {
  color: #FFF;
}
#footer .totop {
  display: block;
  position: absolute;
  right: -150px;
  top: -135px;
}

@media screen and (max-width: 1298px) {

  #footer .totop {
    right: 0;
  }
}
#footer .footer-link {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #3FB6E4;
}
#footer .footer-link .box:first-child {
  margin-right: 3%;
}
#footer .footer-link .footer-link-title {
  background: url(../images/common/footer/dotte_line.png) 0 100% repeat-x;
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-align: center;
}
#footer .footer-link dl, #footer .footer-link ul {
  margin-bottom: 15px;
}
#footer .footer-link dd, #footer .footer-link li {
  margin-bottom: 5px;
}
#footer .footer-link li {
  text-indent: -25px;
  padding-left: 25px;
}
#footer .footer-link li span {
  text-indent: 0;
}
#footer .icon-arrow {
  border-color: #48C1ED;
}
#footer .logo-img {
  margin-right: 10px;
}
#footer .site-name {
  margin: 5px 0 13px 0;
}
#footer .footer-info {
  max-width: 45%;
}
#footer .tel {
  margin: 5px 0;
}
#footer .footer-nav {
  margin-top: 5px;
  margin-bottom: 5px;
}
#footer .footer-nav li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-right: 12px;
  border-right: 1px solid #FFF;
  line-height: 1.1;
}

.related-nav {
  display: table;
  margin: 10px 0 40px 0;
  font-weight: bold;
}
.related-nav ul {
  display: table-row;
}
.related-nav ul li {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 30px;
  font-size: 13px;
}

.foot-tel-info {
  margin-bottom: 30px;
}

.bnr-recruit {
  position: relative;
  display: block;
  background: #f58c9a url(../images/common/dotte_pink.png);
  margin-bottom: 40px;
  padding: 18px 22% 18px 20px;
  border-radius: 18px;
  color: #FFF;
}
.bnr-recruit:hover {
  background: #f58c9a url(../images/common/dotte_dpink.png);
}
.bnr-recruit dl {
  display: table;
  width: 100%;
}
.bnr-recruit dl dt {
  width: 34.73684%;
}
.bnr-recruit dl dd {
  width: 67.5%;
}
.bnr-recruit .img {
  display: block;
  position: absolute;
  bottom: -3px;
  right: -165px;
  width: 39%;
}

@media screen and (max-width: 870px) {
  .footer-info {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .foot-desc {
    margin: 20px;
    text-align: center;
  }

  #footer {
    padding-top: 20px;
  }
  #footer .footer-info .col,
  #footer .footer-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .footer-info .col {
    padding-top: 20px;
  }
  #footer .footer-section {
    display: table;
    width: 100%;
  }
  #footer .footer-section .col {
    padding: 20px;
  }
  #footer .footer-link {
    margin-bottom: 0;
    border-bottom: 0;
  }
  #footer .footer-link .box:first-child {
    margin-right: 0;
  }
  #footer .footer-info {
    display: table-footer-group;
  }
  #footer .footer-info p {
    font-size: 12px;
  }
  #footer .footer-nav {
    display: table-header-group;
    background-color: #51C6ED;
    margin: -20px;
  }
  #footer .footer-nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #FFF;
    border-right: 0;
  }
  #footer .footer-nav li:last-child {
    border-bottom: 0;
  }
  #footer .footer-nav a {
    position: relative;
    display: block;
    /*padding: 18px 20px;*/
	padding: 16px 20px 14px 20px;
    color: #FFF;
    text-decoration: none;
  }
  #footer .footer-nav a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    display: block;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    content: "";
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #footer .copy {
	  text-align: center;
  }

  .foot-tel-info {
    margin-top: 20px;
  }

  .related-nav {
    font-weight: bold;
    margin: 10px 0 25px 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .related-nav ul {
    display: block;
  }
  .related-nav ul li {
    display: block;
    width: auto;
    padding: 4px 8px;
	padding-bottom: 0;
  }
  .related-nav ul li a {
    display: block;
    padding: 5px;
	padding-bottom: 0;
  }
}
.page-title-bg {
}
.page-title {
  display: block;
  background: url(../images/common/title_bg.png) 50% 100% no-repeat, url(../images/common/title_bg_repeat.png) 50% 100% repeat-x;
  margin-bottom: 30px;
  height: 288px;
}
.page-title h1 {
  padding-top: 70px;
}

.heading-a {
  background: url(../images/common/border_blu.png) 0 100% repeat-x;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.heading-a img {
  float: left;
}
.heading-a .wrap-text {
  margin-left: 96px;
}
.heading-a .heading {
  color: #008CCB;
  font-size: 27px;
  font-weight: normal;
}
.heading-a.heading-a-has-desc, .heading-a.heading-a-type {
  background: none;
  padding-bottom: 5px;
}
.heading-a.heading-a-has-desc .heading, .heading-a.heading-a-type .heading {
  background: url(../images/common/border_blu.png) 0 100% repeat-x;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.heading-a.heading-a-type {
  margin-bottom: 10px;
}
.heading-a.heading-a-type .heading {
  padding-top: 10px;
}

.heading-b {
  background: url(../images/common/border_blu.png) 0 100% repeat-x;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #008CCB;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}

.heading-c {
  position: relative;
  background-color: #008BCE;
  margin-bottom: 20px;
  padding: 12px 18px 10px 18px;
  color: #FFF;
  border-radius: 10px;
  font-size: 20px;
  font-weight: normal;
}
.heading-c.has-number {
  padding-left: 75px;
}
.heading-c.has-number .number {
  top: 50%;
  left: 20px;
  margin-top: -35px;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 65px;
  border-width: 5px;
}
.heading-c.has-number .number.has-small {
  margin-top: -38px;
  width: 62px;
  height: 62px;
  line-height: 1;
  font-size: 36px;
}
.heading-c.has-number .number small {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

.heading-d {
  background: #0082C5;
  padding: 3px 2px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}

.heading-e {
  margin-bottom: 20px;
  color: #008CCB;
  font-size: 30px;
}

@media screen and (max-width: 1000px) {
  .page-title h1 {
    padding-bottom: 36px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .page-title-bg {
    background: none;
    margin-bottom: 10px;
    height: auto;
    text-align: center;
  }
  .page-title {
    background: none;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  .page-title h1 {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
	padding-bottom: 15px;
  }
  .page-title h1 img {
    height: 32px;
  }

  .heading-a {
    margin-bottom: 30px;
  }
  .heading-a img {
    width: 14%;
  }
  .heading-a .wrap-text {
    margin-left: 18%;
  }
  .heading-a .wrap-text .desc {
    margin-left: -18%;
  }
  .heading-a .heading {
    font-size: 22px;
  }
  .heading-a.heading-a-has-desc .heading {
    margin-bottom: 25px;
  }

  .heading-c {
    font-size: 18px;
  }
  .heading-c.has-number {
    padding-left: 55px;
  }
  .heading-c.has-number .number {
    left: 10px;
    margin-top: -25px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 42px;
  }
  .heading-c.has-number .number.has-small {
    left: 10px;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .heading-c.has-number .number small {
    margin-top: 8px;
    font-size: 12px;
  }

  .heading-e {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.list {
  border-top: 1px solid #CCC;
}
.list li {
  border-bottom: 1px solid #CCC;
  position: relative;
}
.list a {
  display: block;
  padding: 12px;
  text-decoration: none;
}

.list-has-thumb li {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.list-has-thumb a {
  display: table-row;
  text-decoration: none;
}
.list-has-thumb .thumb,
.list-has-thumb .desc {
  display: table-cell;
  vertical-align: middle;
}
.list-has-thumb .thumb {
  width: 100px;
}

.wrap-table-a {
  border-radius: 16px;
  overflow: hidden;
}

.table-a {
  width: 100%;
}
.table-a th,
.table-a td {
  padding: 13px 10px 11px 20px;
}
.table-a th {
  background: #008ccb url(../images/common/dotte-blu.png);
  width: 22%;
  color: #FFF;
  text-align: left;
  border-bottom: 1px solid #FFF;
}
.table-a td {
  background: #FFF;
  border-bottom: 1px solid #CCC;
}

.table-b {
  width: 100%;
}
.table-b th,
.table-b td {
  padding: 16px 10px;
  border-bottom: 1px dotted #008CCB;
}
.table-b th {
  width: 15%;
  color: #008CCB;
  text-align: left;
}
.table-b td {
  padding-left: 0;
}

@media screen and (max-width: 700px) {
  .table-a tbody, .table-a tr, .table-a th, .table-a td {
    display: block;
    width: auto;
  }
  .table-a tr:last-child th, .table-a tr:last-child td {
    border-bottom: 0;
  }
  .table-a th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-a td .box {
    margin-bottom: 10px;
  }

  .table-b tr, .table-b th, .table-b td {
    display: block;
  }
  .table-b th,
  .table-b td {
    padding: 10px 0;
  }
  .table-b th {
    padding-bottom: 0;
    width: auto;
    border-bottom: 0;
  }
  .table-b td {
    padding-top: 0;
    padding-left: 0;
  }
}
.more {
  display: inline-block;
  background-color: #5FC9ED;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 8px 20px;
  color: #FFF;
  border-radius: 100px;
  text-decoration: none;
  line-height: 1.1;
}
.more .icon {
  margin-top: -3px;
}

a:hover .more,
.more:hover {
  background-color: #008AD1;
}

.border-box {
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #FFF;
  margin-top: 25px;
  border: 2px solid #008BCE;
  border-radius: 16px;
}

.number {
  position: absolute;
  display: block;
  z-index: 2;
  top: -5px;
  left: 50%;
  margin-left: -25px;
  background-color: #FFF;
  width: 50px;
  height: 50px;
  border: 4px solid #008BCE;
  color: #008BCE;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1.5;
}

.question {
  font-family: 'Cabin', sans-serif;
  position: relative;
  display: inline-block;
  top: -2px;
  background-color: #FFF;
  width: 42px;
  height: 42px;
  border: 4px solid #008BCE;
  color: #008BCE;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1.3;
  vertical-align: middle;
}

.answer {
  font-family: 'Cabin', sans-serif;
  position: relative;
  display: inline-block;
  top: -2px;
  background-color: #F78B99;
  width: 39px;
  height: 39px;
  color: #FFF;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1.3;
}

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.icon.icon-circle-fill {
  background: #59C9EF;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
}
.icon.icon-arrow {
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon-arrow-b {
  border-top-color: #51c6ed;
  border-right-color: #51c6ed;
}
.icon.icon-circle-arrow {
  display: inline-block;
  position: relative;
  background: #59C9EF;
  border-radius: 100px;
  width: 14px;
  height: 14px;
}
.icon.icon-circle-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon-circle-arrow-white {
  display: inline-block;
  position: relative;
  background: #FFF;
  border-radius: 100px;
  width: 18px;
  height: 18px;
}
.icon.icon-circle-arrow-white:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #59C9EF;
  border-right: 2px solid #59C9EF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon-circle-arrow-white.back-arrow:after {
  left: 7px;
  -moz-transform: rotate(235deg);
  -webkit-transform: rotate(235deg);
  transform: rotate(235deg);
}
.icon.icon-circle {
  background: #EFF9FD;
  top: -2px;
  width: 7px;
  height: 7px;
  border: 4px solid #53C8F1;
  border-radius: 100px;
}
.icon.icon-require {
  float: right;
  background: #F98A98;
  padding: 1px 6px;
  color: #FFF;
  font-size: 11px;
  border-radius: 6px;
  font-weight: normal;
}

.lead p {
  font-size: 20px;
}

@media screen and (max-width: 700px) {
  .more {
    max-width: 88%;
    font-size: 14px;
  }

  .number {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 45px;
  }

  .bnr-recruit {
    margin-bottom: 10px;
  }
  .bnr-recruit dl dt {
    display: block;
    width: 60%;
  }
  .bnr-recruit dl dd {
    display: none;
  }
  .bnr-recruit .img {
    width: 25%;
  }

  .lead {
    margin-top: 10px;
  }
  .lead p {
    font-size: 14px;
    text-align: left;
  }
}
/************************************************

 Single property

************************************************/
body .set-pos-relative {
  position: relative;
}
body .set-ov-hidden {
  overflow: hidden;
}
body .set-color-blu {
  color: #008CCB;
}
body .set-color-pink {
  color: #F78B99;
}
body .set-link-color {
  color: #5FC9EB;
}
body .set-disp-cell {
  display: table-cell;
  vertical-align: middle;
}
body .set-disp-block {
  display: block;
}
body .set-disp-iblock {
  display: inline-block;
}
body .set-float-l {
  float: left;
}
body .set-float-r {
  float: right;
}
body .set-heightline-1-2 {
  line-height: 1.2;
}
body .set-fs-14 {
  font-size: 14px;
}
body .set-fs-15 {
  font-size: 15px;
}
body .set-fs-16 {
  font-size: 16px;
}
body .set-fs-17 {
  font-size: 17px;
}
body .set-fs-18 {
  font-size: 18px;
}
body .set-fs-20 {
  font-size: 20px;
}
body .set-textd-none {
  text-decoration: none;
}
body .set-align-c {
  text-align: center;
}
body .set-align-r {
  text-align: right;
}
body .set-align-l {
  text-align: left;
}
body .set-w-full {
  width: 100%;
}
body .set-w-half {
  width: 50%;
}
body .set-w-31per {
  width: 31%;
}
body .set-w-37per {
  width: 37%;
}
body .set-w-31-4per {
  width: 31.4%;
}
body .set-w-180 {
  width: 180px;
}
body .set-w-200 {
  width: 200px;
}
body .set-w-500 {
  width: 500px;
}
body .set-w-640 {
  width: 640px;
}
body .set-maxw-46per {
  max-width: 46%;
}
body .set-mt-10 {
  margin-top: 10px;
}
body .set-mt-20 {
  margin-top: 20px;
}
body .set-mt-30 {
  margin-top: 30px;
}
body .set-mt-50 {
  margin-top: 50px;
}
body .set-mt-100 {
  margin-top: 100px;
}
body .set-mt-180 {
  margin-top: 180px;
}
body .set-mr-10 {
  margin-right: 10px;
}
body .set-mr-20 {
  margin-right: 20px;
}
body .set-mr-50 {
  margin-right: 50px;
}
body .set-mr-100 {
  margin-right: 100px;
}
body .set-mb-5 {
  margin-bottom: 5px;
}
body .set-mb-10 {
  margin-bottom: 10px;
}
body .set-mb-15 {
  margin-bottom: 15px;
}
body .set-mb-20 {
  margin-bottom: 20px;
}
body .set-mb-30 {
  margin-bottom: 30px;
}
body .set-mb-40 {
  margin-bottom: 40px;
}
body .set-mb-50 {
  margin-bottom: 50px;
}
body .set-mb-80 {
  margin-bottom: 80px;
}
body .set-mb-100 {
  margin-bottom: 100px;
}
body .set-ml-5 {
  margin-left: 5px;
}
body .set-ml-10 {
  margin-left: 10px;
}
body .set-ml-20 {
  margin-left: 20px;
}
body .set-ml-45 {
  margin-left: 45px;
}
body .set-ml-50 {
  margin-left: 50px;
}
body .set-ml-100 {
  margin-left: 100px;
}
body .set-p-20 {
  padding: 20px;
}
body .set-pt-10 {
  padding-top: 10px;
}
body .set-pt-20 {
  padding-top: 20px;
}
body .set-pt-50 {
  padding-top: 50px;
}
body .set-pt-100 {
  padding-top: 100px;
}
body .set-pr-10 {
  padding-right: 10px;
}
body .set-pr-20 {
  padding-right: 20px;
}
body .set-pr-50 {
  padding-right: 50px;
}
body .set-pr-100 {
  padding-right: 100px;
}
body .set-pb-10 {
  padding-bottom: 10px;
}
body .set-pb-20 {
  padding-bottom: 20px;
}
body .set-pb-50 {
  padding-bottom: 50px;
}
body .set-pb-100 {
  padding-bottom: 100px;
}
body .set-pl-10 {
  padding-left: 10px;
}
body .set-pl-20 {
  padding-left: 20px;
}
body .set-pl-50 {
  padding-left: 50px;
}
body .set-pl-100 {
  padding-left: 100px;
}
body .reset-bold {
  font-weight: normal;
}


#wrapper {
  overflow: hidden;
}

.fixed-width {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.content {
  margin-bottom: 40px;
}

.col .main,
.col .box {
  float: left;
}
.col .sidebar,
.col .last {
  float: right;
}

.col-3 .set-w {
  width: 31.4%;
}
.col-3 .set-w:first-child {
  margin-right: 3%;
}

.clearfix, .col {
  zoom: 1;
}

.clearfix:after, .col:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  body {
    font-size: 14px;
  }

  body .content input[type=text],
  body .content textarea {
    width: 90%;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .content {
    margin-bottom: 20px;
  }

  .content,
  .content-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .col .box, .col .last {
    float: none;
    margin-right: auto;
  }
  .col .set-w {
    width: auto !important;
  }

  .col-3 .set-w:first-child {
    margin-right: auto;
  }

  .adjust {
    height: auto !important;
  }
  
  .bnr-recruit .img {
	  display: block;
	  position: absolute;
	  bottom: -3px;
	  right: -15px;
	  width: 49%;
	}
}


.main-visual-news-bnr {
  position: absolute;
  z-index: 10;
  right: 13%;
  bottom: 17%;
  max-width: 20%;
}

.page-title-news-bnr {
  position: absolute;
  z-index: 10;
  right: -190px;
  top: -25px;
  max-width: 25%;
}

@media screen and (max-width: 1290px) {
  .page-title-news-bnr {
    right: -100px;
    top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .page-title-news-bnr {
    right: -50px;
    top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .page-title-news-bnr {
    right: 0;
    top: 0;
  }
}

.main-visual-news-bnr a,
.page-title-news-bnr a {
  display: block;
}

@media screen and (max-width: 700px) {
  .page-title .page-title-news-bnr {
    right: 5%;
    top: -22vw;
  }
  .page-title-news-bnr img {
    height: auto !important;
  }
}

.news-col {
  margin-bottom: 80px;
}

.news-list-home {
  margin-bottom: 100px;
}

@media screen and (min-width: 701px) {
  .main-news {
    width: 730px;
  }
  .sidebar-news {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .news-list-home {
    margin-bottom: 40px;
  }
  .main-visual-news-bnr {
    right: 5%;
    bottom: 5%;
    max-width: 20%;
  }

  .news-col {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .main-news {
    margin-bottom: 40px;
  }
  .sidebar-news {
  }
}

.news-list {
  width: 100%;
}
.news-list th,
.news-list td {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
  font-size: 15px;
}
.news-list th {
  font-weight: bold;
  width: 130px;
  white-space: nowrap;
}
.news-list td {
  padding-right: 10px;
  padding-left: 10px;
}

.news-list .wicon {
  width: 82px;
  text-align: center;
  font-size: 13px;
}

.icon.icon-cat {
  background: #008cca;
  padding: 3px 2px 1px 2px;
  color: #fff;
  line-height: 1.1;
  border-radius: 100px;
  min-width: 80px;
  text-align: center;
  font-size: 14px;
}
.news-list .wicon .icon.icon-cat {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .news-list td {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .news-list th,
  .news-list td.wicon {
    display: inline-block;
  }
  .news-list td.wtxt {
    padding-bottom: 20px;
    font-size: 16px;
  }
}


.icon.icon-circle-arrow-important,
.icon.icon-cat.icon-cat-important {
  background-color: #d43125;
}

.icon.icon-circle-arrow-recruitment,
.icon.icon-cat.icon-cat-recruitment {
  background-color: #fd8896;
}

.icon.icon-circle-arrow-blog,
.icon.icon-cat.icon-cat-blog {
  background-color: #ffa800;
}

.pager {
  text-align: center;
}
.pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.pager .numbers a,
.pager .numbers span {
  display: inline-block;
  background: #fefefe;
  width: 30px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.pager .numbers .current {
  background: #59c9ef;
  color: #fff;
}

.pager .icon-circle-arrow--prev,
.pager .icon-circle-arrow--next {
  text-decoration: none;
  top: -2px;
}
@media screen and (min-width: 701px) {
  .pager .prev,
  .pager .next {
    width: 100px;
  }
}

.pager .icon-circle-arrow--prev {
  margin-right: 5px;
}

.pager .icon-circle-arrow--prev::after {
  left: 5px;
  transform: rotate(235deg);

}
.pager .icon-circle-arrow--next {
  margin-left: 5px;
}

@media screen and (max-width: 700px) {
  .pager .numbers {
    display: none;
  }
}

.nav-arhives {
  margin-bottom: 30px;
}

.nav-arhives li {
  margin-bottom: 10px;
}
.nav-arhives a {
  display: block;
  position: relative;
}
.nav-arhives a .icon{
  position: absolute;
  right: 0;
  top: 5px;
}

.nav-arhives a .icon-arrow-b {
  top: 8px;
  right: 6px;
}

.main-news article header {
  margin-bottom: 40px;
}

.main-news article header time {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.news-article-body {
  margin-bottom: 40px;
  font-size: 16px;
}

.news-article-body ul {
  list-style: disc;
  margin-left: 20px;
}

.news-article-body ol {
  list-style: decimal;
  margin-left: 20px;
}
.news-article-body ul,
.news-article-body ol,
.news-article-body p,
.news-article-body figure {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
.news-article-body figure {
  margin-left: 0;
  margin-right: 0;
}
.news-article-body .aligncenter {
  text-align: center;
}

.news-article-body .alignright {
  float: right;
  margin-right: 10px;
}

.news-article-body .alignleft {
  float: left;
  margin-left: 10px;
}

.news-article-tag {
  margin-bottom: 40px;
}
.news-article-tag li {
  display: inline-block;
  margin-right: 10px;
}
