@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Overpass:200,300,500,700,900");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:500,700,900");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/*共通の処理*/
@media screen and (min-width: 599px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .tb-sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .tb-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/*
@include mq(pc) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: auto;
    }
}
*/
/* =========================================================
  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.com/yui/license.html
  version: 2.9.0

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

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/* =========================================================
  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.com/yui/license.html
  version: 2.9.0

  fonts.css
  ---------------------------------
  font-size:1	for setting 10px
========================================================= */
html {
  background: #ffffff;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.6 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
  color: #333;
}

select,
input,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* HTML5 reset */
del,
ins,
var,
article,
aside,
canvas,
details,
span,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: transparent;*/
  margin: 0;
  padding: 0;
}

article,
aside,
details,
dialog,
figure,
footer,
header,
hgroup,
legend,
nav,
section,
menu {
  display: block;
  zoom: 1;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

/* Reset */
body {
  -webkit-text-size-adjust: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

a {
  color: #003764;
  text-decoration: underline;
  cursor: pointer;
  _cursor: hand;
  outline: none;
}

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

embed,
object {
  display: block;
  outline: none;
}

object,
a:focus {
  -moz-outline-style: none;
}

hr {
  display: none;
}

div {
  position: relative;
  zoom: 1;
}

dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table {
  backface-visibility: hidden;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.ml-05 {
  margin-left: -0.5em;
}

.mlr-05 {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.mlr-03 {
  margin-right: -0.3em;
  margin-left: -0.3em;
}

.mlr-01 {
  margin-right: -0.1em;
  margin-left: -0.1em;
}

.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 20px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 30px !important;
  }
}

/*プレビュー画面表示*/
#detail-preview {
  padding: 10px 20px;
  top: 20px;
  right: 20px;
  font-size: 15px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  background: #678;
  position: fixed;
  z-index: 3000;
}

.anchor {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header-wrapper {
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper {
    height: 50px;
  }
}
.header-wrapper__logo {
  top: 23px;
  left: 20px;
  width: 410px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .header-wrapper__logo {
    top: 25px;
    left: 15px;
    width: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    top: 22px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__logo {
    top: 13px;
    left: 10px;
    width: 240px;
  }
}
@media screen and (max-width: 320px) {
  .header-wrapper__logo {
    top: 15px;
    left: 8px;
    width: 200px;
  }
}
.header-wrapper__logo__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo__link:hover {
    opacity: 1;
  }
}
.header-wrapper__nav {
  float: right;
  text-align: right;
}
.header-wrapper__nav__item {
  width: auto;
  height: 90px;
  display: inline-block;
  vertical-align: bottom;
}
.header-wrapper__nav__item:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .header-wrapper__nav__item:last-child {
    margin-left: 12px;
  }
}
.header-wrapper__nav__item__link {
  padding: 0 calc(20px - 0.1em) 0 20px;
  font-size: 14px;
  line-height: 90px;
  color: #222;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header-wrapper__nav__item__link {
    padding: 0 calc(12px - 0.1em) 0 12px;
  }
}
.header-wrapper__nav__item__link::before {
  content: "";
  top: 70px;
  left: calc((100% - 1px) / 2);
  width: 1px;
  height: 0;
  background-color: #abc;
  position: absolute;
  transition: 0.5s;
}
.header-wrapper__nav__item__link:hover {
  color: #258;
}
.header-wrapper__nav__item__link:hover::before {
  content: "";
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__nav__item__link:hover::before {
    height: 0;
  }
}
.header-wrapper__nav__item__link--now::before {
  content: "";
  height: 40px;
}
.header-wrapper__nav__item__link--search {
  padding: 53px 0 0;
  width: 110px;
  height: 90px;
  font-size: 14px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #258;
  background-image: url(../common/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 50% 21px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.header-wrapper__nav__item__link--search::before {
  display: none;
}
.header-wrapper__nav__item__link--search:hover {
  color: #fff;
  background-color: #222;
}
.header-wrapper__search-btn {
  top: 0;
  right: 80px;
  padding-top: 50px;
  width: 80px;
  height: 80px;
  font-size: 14px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  text-align: center;
  background-color: #222;
  background-image: url(../common/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: 50% 15px;
  position: absolute;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__search-btn {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__search-btn {
    padding-top: 31px;
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 10px;
    background-size: 18px auto;
    background-position: 50% 9px;
  }
}
.header-wrapper__search-btn:hover {
  color: #fff;
}
.header-wrapper__menu-wrapper {
  width: 80px;
  position: relative;
  float: right;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__menu-wrapper {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper {
    width: 50px;
  }
}
.header-wrapper__menu-wrapper__btn-menu {
  height: 80px;
  width: 80px;
  display: block;
  position: relative;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 21;
  background-color: #258;
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__btn-menu {
    width: 50px;
    height: 50px;
  }
}
.header-wrapper__menu-wrapper__btn-menu span {
  top: calc(50% - 1px);
  left: calc(50% - 20px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.header-wrapper__menu-wrapper__btn-menu span::before {
  content: "";
  top: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.2s;
}
.header-wrapper__menu-wrapper__btn-menu span::after {
  content: "";
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__btn-menu span {
    top: calc(50% - 1px);
    left: calc(50% - 12px);
    width: 24px;
    height: 2px;
  }
  .header-wrapper__menu-wrapper__btn-menu span::before {
    top: -8px;
    height: 2px;
  }
  .header-wrapper__menu-wrapper__btn-menu span::after {
    bottom: -8px;
    height: 2px;
  }
}
.header-wrapper__menu-wrapper__inner {
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: rgba(34, 85, 136, 0.95);
  transition: 0.2s;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 20;
}
.header-wrapper__menu-wrapper__inner__box {
  display: none;
}
.header-wrapper__menu-wrapper__inner__item {
  border-bottom: 1px solid #fff;
}
.header-wrapper__menu-wrapper__inner__item:first-child {
  border-top: 1px solid #fff;
}
.header-wrapper__menu-wrapper__inner__item__link {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 1.01em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  background-image: url(../common/arrow_white.svg);
  background-position: right 18px top 50%;
  background-repeat: no-repeat;
  background-size: 9px auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__item__link {
    padding: 15px;
    font-size: 14px;
  }
}
.header-wrapper__menu-wrapper__inner__item__link:hover {
  color: #fff;
}
.header-wrapper__menu-wrapper__inner__item__open {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 1.01em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__item__open {
    padding: 15px;
    font-size: 14px;
  }
}
.header-wrapper__menu-wrapper__inner__item__open::before {
  content: "";
  top: calc(50% - 1px);
  right: 13px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.header-wrapper__menu-wrapper__inner__item__open::after {
  content: "";
  top: calc(50% - 1px);
  right: 13px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(0deg);
  transition: 0.5s;
  position: absolute;
}
.header-wrapper__menu-wrapper__inner__item .close {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 1.01em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__item .close {
    padding: 15px;
    font-size: 14px;
  }
}
.header-wrapper__menu-wrapper__inner__item .close::before {
  content: "";
  top: calc(50% - 1px);
  right: 13px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.header-wrapper__menu-wrapper__inner__item .close::after {
  content: "";
  top: calc(50% - 1px);
  right: 13px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(90deg);
  transition: 0.5s;
  position: absolute;
}
.header-wrapper__menu-wrapper__inner__item__sub__item {
  border-top: 1px dotted #fff;
}
.header-wrapper__menu-wrapper__inner__item__sub__item__link {
  padding: 18px 20px 18px 30px;
  font-size: 16px;
  line-height: 1.01em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  background-image: url(../common/arrow_white.svg);
  background-position: left 15px top 50%;
  background-repeat: no-repeat;
  background-size: 6px auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header-wrapper__menu-wrapper__inner__item__sub__item__link {
    padding: 15px 15px 15px 30px;
    font-size: 14px;
  }
}
.header-wrapper__menu-wrapper__inner__item__sub__item__link:hover {
  color: #fff;
}

.btn-input {
  display: none;
}

input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner {
  padding: 80px 0 0;
  height: auto;
  overflow: scroll;
}
@media screen and (max-width: 599px) {
  input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner {
    padding: 50px 0;
    height: 100vh;
  }
}
input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner__box {
  display: block;
  overflow: scroll;
}
input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu {
  background-color: transparent;
}
input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span {
  background-color: rgba(17, 153, 221, 0);
}
input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span::before {
  top: 0;
  left: 0;
  background-color: #fff;
}
input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span::after {
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.main-wrapper {
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .main-wrapper {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper {
    padding-top: 50px;
  }
}
.main-wrapper__contents-wrapper {
  margin-left: 300px;
  padding: 0 50px 150px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__contents-wrapper {
    margin-left: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__contents-wrapper {
    margin-left: 0;
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__contents-wrapper {
    margin-left: 0;
    padding: 20px 20px 50px;
  }
}
.main-wrapper__contents-wrapper--pb {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .main-wrapper__contents-wrapper--pb {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__contents-wrapper--pb {
    padding-bottom: 30px;
  }
}
.main-wrapper__contents-wrapper--pt00 {
  padding-top: 0;
}
.main-wrapper__contents-wrapper--pb00 {
  padding-bottom: 0;
}
.main-wrapper__contents-wrapper--p00 {
  padding: 0;
}
.main-wrapper__contents-wrapper--pt {
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  .main-wrapper__contents-wrapper--pt {
    padding-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__contents-wrapper--pt {
    padding-top: 20px;
  }
}
.main-wrapper__contents-wrapper--bg {
  background-color: #f7fafc;
}
.main-wrapper__contents-wrapper--fukidashi {
  position: relative;
}
.main-wrapper__contents-wrapper--fukidashi::before {
  content: "";
  top: 0;
  left: calc(50% - 50px);
  border-width: 40px 50px 0 50px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .main-wrapper__contents-wrapper--fukidashi::before {
    left: calc(50% - 37px);
    border-width: 30px 37px 0 37px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__contents-wrapper--fukidashi::before {
    left: calc(50% - 20px);
    border-width: 15px 20px 0 20px;
  }
}
.main-wrapper__contents-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.main-wrapper__sub-nav-wrapper {
  top: 270px;
  left: 0;
  width: 300px;
  height: calc(100% - 90px);
  background-color: #eef3f7;
  position: fixed;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__sub-nav-wrapper {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__sub-nav-wrapper {
    border-top: 1px solid #ddd;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    position: relative;
  }
}

.footer-wrapper {
  padding: 60px 40px;
  text-align: center;
  background-color: #234;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer-wrapper {
    padding: 20px 0 0;
  }
}
.footer-wrapper__logo {
  margin: 0 auto 30px;
  width: 400px;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__logo {
    margin: 0 auto 10px;
    width: 260px;
  }
}
.footer-wrapper__logo__link {
  opacity: 1;
}
.footer-wrapper__logo__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__logo__link:hover {
    opacity: 1;
  }
}
.footer-wrapper__nav {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__nav {
    margin-bottom: 20px;
  }
}
.footer-wrapper__nav__item {
  border-right: 1px solid #567;
  display: inline-block;
}
.footer-wrapper__nav__item:first-child {
  border-left: 1px solid #567;
}
.footer-wrapper__nav__item__link {
  padding: 0 22px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__nav__item__link {
    padding: 0 7px;
    font-size: 10px;
    line-height: 16px;
  }
}
.footer-wrapper__nav__item__link:hover {
  color: #7b7;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper__nav__item__link:hover {
    color: #fff;
  }
}
.footer-wrapper__copy {
  font-size: 14px;
  line-height: 1.01;
  color: #fff;
  font-family: "Overpass", sans-serif !important;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__copy {
    padding: 10px 0;
    font-size: 12px;
    background-color: #222;
  }
}
@media screen and (max-width: 320px) {
  .footer-wrapper__copy {
    font-size: 11px;
  }
}

.pagetitle-wrapper {
  width: 100%;
  height: 180px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pagetitle-wrapper {
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-wrapper {
    height: 80px;
  }
}
.pagetitle-wrapper__title {
  top: 90px;
  left: 0;
  padding-top: 77px;
  width: 300px;
  height: 180px;
  background-color: #222;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 2;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .pagetitle-wrapper__title {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle-wrapper__title {
    top: 0;
    padding-top: 61.6px;
    width: 240px;
    height: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-wrapper__title {
    padding-top: 32.34px;
    width: 40%;
  }
}
.pagetitle-wrapper__title--news {
  background-image: url(../common/icon_pen.svg);
  background-size: 24px auto;
  background-position: 50% 42px;
}
@media screen and (max-width: 1024px) {
  .pagetitle-wrapper__title--news {
    background-size: 19.2px auto;
    background-position: 50% 33.6px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-wrapper__title--news {
    background-size: 12px auto;
    background-position: 50% 14.7px;
  }
}
.pagetitle-wrapper__title--business {
  background-image: url(../common/icon_bag.svg);
  background-size: 26px auto;
  background-position: 50% 41px;
}
@media screen and (max-width: 1024px) {
  .pagetitle-wrapper__title--business {
    background-size: 20.8px auto;
    background-position: 50% 32.8px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-wrapper__title--business {
    background-size: 13px auto;
    background-position: 50% 14.35px;
  }
}
.pagetitle-wrapper__title--group {
  background-image: url(../common/icon_group.svg);
  background-size: 28px auto;
  background-position: 50% 38px;
}
@media screen and (max-width: 1024px) {
  .pagetitle-wrapper__title--group {
    background-size: 22.4px auto;
    background-position: 50% 30.4px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-wrapper__title--group {
    background-size: 14px auto;
    background-position: 50% 13.3px;
  }
}
.pagetitle-wrapper__title__text {
  padding-left: 0.2em;
  font-size: 24px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .pagetitle-wrapper__title__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle-wrapper__title__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-wrapper__title__text {
    padding-left: 0.1em;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 320px) {
  .pagetitle-wrapper__title__text {
    padding-left: 0;
    font-size: 13px;
    letter-spacing: 0;
  }
}
.pagetitle-wrapper__title__text__en {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.01;
  color: #678;
  font-family: "Overpass", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .pagetitle-wrapper__title__text__en {
    margin-top: 8px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-wrapper__title__text__en {
    margin-top: 5px;
    font-size: 10px;
  }
}
.pagetitle-wrapper__photo {
  margin-left: 300px;
  width: calc(100% - 300px);
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
@media screen and (max-width: 1200px) {
  .pagetitle-wrapper__photo {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle-wrapper__photo {
    margin-left: 240px;
    width: calc(100% - 240px);
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-wrapper__photo {
    margin-left: 40%;
    width: 60%;
    height: 80px;
  }
}
.pagetitle-wrapper__photo--news {
  background-image: url(../img/news/pagetitle.jpg);
  background-position: 50% 50%;
}
.pagetitle-wrapper__photo--group {
  background-image: url(../img/group/pagetitle.jpg);
  background-position: 50% 50%;
}
.pagetitle-wrapper__photo--business {
  background-image: url(../img/business/pagetitle.jpg);
  background-position: 50% 25%;
}
.pagetitle-wrapper__photo--education {
  background-image: url(../img/business/education/pagetitle.jpg);
  background-position: 50% 50%;
}
.pagetitle-wrapper__photo--medical {
  background-image: url(../img/business/medical/pagetitle.jpg);
  background-position: 50% 50%;
}
.pagetitle-wrapper__photo--welfare {
  background-image: url(../img/business/welfare/pagetitle.jpg);
  background-position: 50% 50%;
}

.breadcrumb-wrapper {
  margin: 15px 15px 80px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper {
    margin: 10px 10px 40px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.breadcrumb-wrapper__item {
  font-size: 14px;
  line-height: 1.01;
  color: #777;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper__item {
    font-size: 13px;
  }
}
.breadcrumb-wrapper__item::before {
  content: "＞";
  margin: 0 5px;
}
.breadcrumb-wrapper__item:first-child::before {
  display: none;
}
.breadcrumb-wrapper__item__link {
  color: #777;
}
.breadcrumb-wrapper__item__link:hover {
  color: #19d;
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper__item__link:hover {
    color: #777;
  }
}

.sub-nav__item {
  border-bottom: 1px dotted #bbb;
}
.sub-nav__item__link {
  padding: 25px 45px 25px 25px;
  font-size: 16px;
  line-height: 1.2em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sub-nav__item__link {
    padding: 15px 30px 15px 15px;
    font-size: 14px;
  }
}
.sub-nav__item__link::before {
  content: "";
  top: calc((100% - 1px) / 2);
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #258;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .sub-nav__item__link::before {
    width: 15px;
  }
}
.sub-nav__item__link:hover {
  color: #222;
  background-color: #fff;
}
.sub-nav__item__link:hover::before {
  right: -16px;
}
@media screen and (max-width: 1024px) {
  .sub-nav__item__link:hover {
    background-color: transparent;
  }
  .sub-nav__item__link:hover::before {
    right: 0;
  }
}
.sub-nav__item__link--now {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .sub-nav__item__link--now {
    background-color: #c7dde7;
  }
  .sub-nav__item__link--now:hover {
    background-color: #c7dde7;
  }
}

.btn {
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
  max-width: 340px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  text-align: center;
  background-color: #222;
  background-image: url(../common/arrow_white.svg);
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  background-size: 9px auto;
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .btn {
    padding: 0 25px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #258;
  background-position: right 15px top 50%;
}
@media screen and (max-width: 1024px) {
  .btn:hover {
    background-color: #222;
    background-position: right 20px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .btn:hover {
    background-position: right 15px top 50%;
  }
}
.btn--back {
  color: #222;
  background-image: url(../common/arrow_back_black.svg);
  background-position: left 20px top 50%;
  background-color: #eee;
}
.btn--back:hover {
  color: #fff;
  background-image: url(../common/arrow_back_white.svg);
  background-position: left 15px top 50%;
  background-color: #258;
}
@media screen and (max-width: 1024px) {
  .btn--back:hover {
    color: #222;
    background-color: #eee;
    background-image: url(../common/arrow_back_black.svg);
    background-position: left 20px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .btn--back:hover {
    background-position: left 15px top 50%;
  }
}

#wysiwyg {
  /*デフォルトの処理*/
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 14px;
    line-height: 1.8;
  }
}
#wysiwyg a {
  color: #258;
  text-decoration: underline;
}
#wysiwyg a:hover {
  color: #258;
  text-decoration: none;
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg .box {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 15px;
  }
}
#wysiwyg .title-line {
  margin-bottom: -15px;
  padding: 0 0 15px 16px;
  font-size: 18px;
  line-height: 1.2em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line {
    margin-bottom: -5px;
    padding: 0 0 10px 15px;
    font-size: 16px;
  }
}
#wysiwyg .title-line::before {
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: calc(100% - 15px);
  background-color: #369;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line::before {
    height: calc(100% - 10px);
  }
}
#wysiwyg .title-line::after {
  content: "";
  top: calc((100% - 15px) / 2);
  left: 0;
  width: 5px;
  height: calc((100% - 15px) / 2);
  background-color: #222;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line::after {
    top: calc((100% - 10px) / 2);
    height: calc((100% - 10px) / 2);
  }
}
#wysiwyg .title-obi {
  padding: 10px 90px 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  background-color: #258;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    padding: 8px 50px 8px 20px;
    font-size: 14px;
  }
}
#wysiwyg .title-obi::before {
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
#wysiwyg .title-obi::after {
  content: "";
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-image: url(../common/dot_white_40.png);
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi::after {
    width: 40px;
    background-size: 1px auto;
  }
}
#wysiwyg .title-icon {
  margin-bottom: -15px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.2em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon {
    margin-bottom: -5px;
    padding-left: 18px;
    font-size: 14px;
  }
}
#wysiwyg .title-icon::before {
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 3px;
  background-color: #369;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon::before {
    top: 7px;
    left: 0;
    width: 12px;
    height: 2px;
  }
}
#wysiwyg .title-icon::after {
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 3px;
  background-color: #222;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon::after {
    top: 7px;
    left: 0;
    width: 6px;
    height: 2px;
  }
}
#wysiwyg .copy01 {
  margin-bottom: -15px;
  font-size: 20px;
  line-height: 1.7;
  color: #258;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 15px;
  }
}
#wysiwyg .copy02 {
  margin-bottom: -15px;
  font-size: 24px;
  line-height: 1.7;
  color: #258;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}
#wysiwyg .text {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text {
    font-size: 14px;
    line-height: 1.8em;
  }
}
#wysiwyg .text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}
#wysiwyg .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .btn-wrapper {
  text-align: center;
}
#wysiwyg .btn-wrapper a {
  padding: 20px 45px 20px 25px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #222;
  background-image: url(../common/arrow_white.svg);
  background-size: 9px auto;
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper a {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
    text-align: left;
    background-position: right 15px top 50%;
  }
}
#wysiwyg .btn-wrapper a:hover {
  color: #fff;
  background-color: #258;
  background-position: right 15px top 50%;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .btn-wrapper a:hover {
    background-color: #222;
    background-position: right 20px top 50%;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper a:hover {
    background-position: right 15px top 50%;
  }
}
#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc((99.9% - 20px) / 3);
  float: left;
}
#wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  #wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}
#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-2 li {
  width: calc(50% - 5px);
  float: right;
}
#wysiwyg .photo-2 li:first-child {
  float: left;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li {
    width: calc((100% - 5px) / 2);
  }
}
#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
#wysiwyg .list-wrapper {
  padding: 30px;
  background-color: #f7f7f7;
  list-style: none;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper {
    padding: 20px;
  }
}
#wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
#wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}
#wysiwyg .list-wrapper li::before {
  content: "";
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #369;
  position: absolute;
}
#wysiwyg .list-wrapper li::after {
  content: "";
  top: 6px;
  left: 3px;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: transparent #222 transparent transparent;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li {
    margin-top: 7px;
    font-size: 13px;
  }
  #wysiwyg .list-wrapper li::before {
    content: "";
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
  }
  #wysiwyg .list-wrapper li::after {
    content: "";
    top: 5px;
    left: 0px;
    border-width: 6px 6px 0 0;
  }
}
#wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#wysiwyg .table thead th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #258;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #222;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.3em;
  color: #222;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
#wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #222;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #222;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
#wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#wysiwyg blockquote {
  padding-left: 1em;
}
#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: italic !important;
}
#wysiwyg strong {
  font-weight: bold !important;
}
#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

.title-en {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 1.01;
  color: #222;
  font-family: "Overpass", sans-serif !important;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title-en {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .title-en {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.title-en__jp {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.01;
  color: #258;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .title-en__jp {
    font-size: 12px;
  }
}

.title-icon {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 1.01;
  color: #222;
  font-family: "Overpass", sans-serif !important;
  font-weight: 200;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (max-width: 1024px) {
  .title-icon {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.title-icon__en {
  font-size: 16px;
  line-height: 1.01;
  color: #678;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .title-icon__en {
    font-size: 14px;
  }
}
.title-icon--education {
  padding-top: 51px;
  background-image: url(../common/icon_education.svg);
  background-size: 30px auto;
}
@media screen and (max-width: 599px) {
  .title-icon--education {
    padding-top: 35.7px;
    background-size: 22.5px auto;
  }
}
.title-icon--education .title-icon__en {
  color: #3a8;
}
.title-icon--medical {
  padding-top: 51px;
  background-image: url(../common/icon_medical.svg);
  background-size: 35px auto;
}
@media screen and (max-width: 599px) {
  .title-icon--medical {
    padding-top: 35.7px;
    background-size: 26.25px auto;
  }
}
.title-icon--medical .title-icon__en {
  color: #d78899;
}
.title-icon--welfare {
  padding-top: 51px;
  background-image: url(../common/icon_welfare.svg);
  background-size: 35px auto;
}
@media screen and (max-width: 599px) {
  .title-icon--welfare {
    padding-top: 35.7px;
    background-size: 26.25px auto;
  }
}
.title-icon--welfare .title-icon__en {
  color: #4499c7;
}
.title-icon--philosophy {
  padding-top: 48px;
  background-image: url(../common/icon_philosophy.svg);
  background-size: 36px auto;
}
@media screen and (max-width: 599px) {
  .title-icon--philosophy {
    padding-top: 33.6px;
    background-size: 27px auto;
  }
}
.title-icon--history {
  padding-top: 48px;
  background-image: url(../common/icon_history.svg);
  background-size: 25px auto;
}
@media screen and (max-width: 599px) {
  .title-icon--history {
    padding-top: 33.6px;
    background-size: 18.75px auto;
  }
}

.title-icon-circle {
  padding-left: 0.1em;
  margin-bottom: 40px;
  padding-top: 110px;
  font-size: 34px;
  line-height: 1.01;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.title-icon-circle::before {
  content: "";
  top: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-color: #eef3f7;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .title-icon-circle::before {
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .title-icon-circle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon-circle {
    padding-top: 66px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.title-icon-circle__en {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.01;
  color: #678;
  font-family: "Overpass", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .title-icon-circle__en {
    font-size: 11px;
  }
}
.title-icon-circle--education::before {
  background-image: url(../common/icon_education.svg);
  background-size: 28px auto;
}
@media screen and (max-width: 599px) {
  .title-icon-circle--education::before {
    background-size: 19.6px auto;
  }
}
.title-icon-circle--education .title-icon-circle__en {
  color: #3a8;
}
.title-icon-circle--medical::before {
  background-image: url(../common/icon_medical.svg);
  background-size: 32px auto;
}
@media screen and (max-width: 599px) {
  .title-icon-circle--medical::before {
    background-size: 22.4px auto;
  }
}
.title-icon-circle--medical .title-icon-circle__en {
  color: #d78899;
}
.title-icon-circle--welfare::before {
  background-image: url(../common/icon_welfare.svg);
  background-size: 32px auto;
}
@media screen and (max-width: 599px) {
  .title-icon-circle--welfare::before {
    background-size: 22.4px auto;
  }
}
.title-icon-circle--welfare .title-icon-circle__en {
  color: #4499c7;
}

.title-var {
  margin-bottom: 15px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.2em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 599px) {
  .title-var {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
  }
}
.title-var::before {
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 3px;
  background-color: #369;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .title-var::before {
    top: 7px;
    left: 0;
    width: 12px;
    height: 2px;
  }
}
.title-var::after {
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 3px;
  background-color: #222;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .title-var::after {
    top: 7px;
    left: 0;
    width: 6px;
    height: 2px;
  }
}

.text-standard {
  font-size: 16px;
  line-height: 2;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .text-standard {
    font-size: 14px;
    line-height: 1.8;
  }
}

input {
  padding: 2px 0 0 15px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: none;
  font-size: 16px;
  color: #222;
  vertical-align: middle;
  border-radius: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  input {
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  input {
    padding: 2px 0 0 10px;
    height: 40px;
    font-size: 16px;
  }
}

select {
  padding: 2px 30px 0 15px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  background-image: url(../common/arrow_select.svg);
  background-size: 17px auto;
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  border: none;
  font-size: 16px;
  color: #222;
  vertical-align: middle;
  border-radius: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
@media screen and (max-width: 1024px) {
  select {
    height: 50px;
    font-size: 14px;
    background-size: 12px auto;
    background-position: top 50% right 8px;
  }
}
@media screen and (max-width: 599px) {
  select {
    padding: 2px 20px 0 10px;
    height: 40px;
    font-size: 16px;
  }
}

.input-none {
  display: none;
}

.label-btn {
  padding-left: 15px;
  width: 100%;
  height: 50px;
  font-size: 19px;
  line-height: 44px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  border: 2px solid #fff;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .label-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .label-btn {
    height: 40px;
    font-size: 14px;
    line-height: 35px;
  }
}
.label-btn::before {
  content: "";
  top: calc(50% - 10px);
  left: 13px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .label-btn::before {
    top: calc(50% - 8px);
    left: 9px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }
}
.label-btn::after {
  content: "";
  top: calc(50% - 6px);
  left: 17px;
  width: 12px;
  height: 9px;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(-45deg);
  box-sizing: border-box;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .label-btn::after {
    top: calc(50% - 4px);
    left: 13px;
    width: 9px;
    height: 6px;
  }
}
.label-btn:hover {
  color: #258;
  background-color: #fff;
}
.label-btn:hover::before {
  background-color: #258;
}
@media screen and (max-width: 1024px) {
  .label-btn:hover {
    color: #fff;
    background-color: transparent;
  }
  .label-btn:hover::before {
    background-color: #fff;
  }
}

input[type=radio].input-none:checked + .label-btn {
  color: #258;
  background-color: #fff;
}
input[type=radio].input-none:checked + .label-btn::before {
  background-color: #258;
}
input[type=radio].input-none:checked + .label-btn::after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

:input-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa !important;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}

input[type=reset] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.top-main {
  width: 100%;
  height: auto;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    padding-top: 50px;
    max-height: auto;
    overflow: visible;
  }
}
.top-main::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 136, 153, 0.5);
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .top-main::before {
    top: 80px;
    left: 0;
    height: calc(100% - 85px);
  }
}
@media screen and (max-width: 599px) {
  .top-main::before {
    top: 50px;
    height: calc(100% - 55px);
  }
}
.top-main video {
  width: 100%;
  position: relative;
  z-index: -1;
  mix-blend-mode: multiply;
}
.top-main__copy-box {
  top: 50%;
  right: 2.7778%;
  padding: 65px 65px 75px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%);
  position: absolute;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (max-width: 1400px) {
  .top-main__copy-box {
    padding: 45px 45px 55px;
  }
}
@media screen and (max-width: 1200px) {
  .top-main__copy-box {
    top: calc(50% + 30px);
    padding: 35px 35px 45px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy-box {
    top: auto;
    right: auto;
    margin-top: -5px;
    padding: 15px 20px 25px;
    width: auto;
    transform: translateY(0);
    position: relative;
  }
}
.top-main__copy-box__copy {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1400px) {
  .top-main__copy-box__copy {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-main__copy-box__copy {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy-box__copy {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy-box__copy {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 320px) {
  .top-main__copy-box__copy {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.top-main__copy-box__copy__en {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.01;
  color: #678;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top-main__copy-box__copy__en {
    margin-top: 13px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy-box__copy__en {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy-box__copy__en {
    font-size: 10px;
    letter-spacing: 0.01em;
    display: inline-block;
    vertical-align: 20%;
  }
}
.top-main__copy-box__text {
  font-size: 16px;
  line-height: 2.5;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .top-main__copy-box__text {
    font-size: 15px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 1200px) {
  .top-main__copy-box__text {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy-box__text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy-box__text {
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 200;
    text-align: justify;
  }
}
.top-main__copy-box__line {
  left: 50%;
  bottom: -25px;
  width: 1px;
  height: 50px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .top-main__copy-box__line {
    bottom: -15px;
    width: 1px;
    height: 30px;
  }
}
.top-main__copy-box__line::before {
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  background-color: #fff;
  position: absolute;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll-movie;
}
@media screen and (max-width: 599px) {
  .top-main__copy-box__line::before {
    background-color: #678;
  }
}
@keyframes scroll-movie {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .top-main::before {
    z-index: 0;
    background-color: rgba(119, 136, 153, 0.4);
  }
}
.top-jobsearch {
  margin: -50px auto 0;
  padding: 20px;
  max-width: 1200px;
  width: calc(100% - 40px);
  height: 100px;
  background-color: rgba(34, 85, 136, 0.9);
  border-radius: 0 5px 5px 5px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-jobsearch {
    margin: -5px 0 0;
    width: 100%;
    height: auto;
    background-color: #225588;
    border-radius: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-jobsearch {
    padding: 15px 20px 20px;
  }
}
.top-jobsearch::after {
  content: "";
  top: -25px;
  left: 0;
  width: 160px;
  height: 25px;
  background-color: rgba(34, 85, 136, 0.9);
  border-radius: 5px 5px 0 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-jobsearch::after {
    background-color: #225588;
    border-radius: 0 5px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .top-jobsearch::after {
    display: none;
  }
}
.top-jobsearch::before {
  content: "JOB SEARCH";
  top: -25px;
  left: 0;
  width: 160px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  font-family: "Overpass", sans-serif !important;
  font-weight: 400;
  text-align: center;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .top-jobsearch::before {
    top: auto;
    left: auto;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 1.01;
    position: relative;
    display: block;
  }
}
.top-jobsearch__select-wrapper {
  margin-left: 1px;
  width: calc((100% - 193px) / 4);
  float: left;
}
@media screen and (max-width: 1024px) {
  .top-jobsearch__select-wrapper {
    width: calc((100% - 153px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .top-jobsearch__select-wrapper {
    margin-bottom: 2px;
    margin-left: 0;
    width: auto;
    float: none;
  }
}
.top-jobsearch__input-wrapper {
  margin-left: 1px;
  width: calc((100% - 193px) / 2);
  float: left;
}
@media screen and (max-width: 1024px) {
  .top-jobsearch__input-wrapper {
    width: calc((100% - 153px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-jobsearch__input-wrapper {
    margin-bottom: 2px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
}
.top-jobsearch__btn-wrapper {
  width: 190px;
  float: right;
}
@media screen and (max-width: 1024px) {
  .top-jobsearch__btn-wrapper {
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .top-jobsearch__btn-wrapper {
    width: 100%;
    float: none;
  }
}
.top-jobsearch__btn-wrapper__btn {
  padding-left: 25px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #234;
  background-image: url(../common/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: 15px 50%;
  border: none;
  display: block;
  box-sizing: border-box;
}
.top-jobsearch__btn-wrapper__btn:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .top-jobsearch__btn-wrapper__btn:hover {
    background-color: #234;
  }
}
@media screen and (max-width: 1024px) {
  .top-jobsearch__btn-wrapper__btn {
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    background-size: 22px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-jobsearch__btn-wrapper__btn {
    padding-left: 15px;
    font-size: 14px;
    background-size: 18px auto;
    background-position: 12px 50%;
  }
}

.top-group-wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .top-group-wrapper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-group-wrapper {
    padding-top: 30px;
  }
}
.top-group-wrapper__list {
  width: auto;
}
.top-group-wrapper__list__item {
  margin-left: 1px;
  width: calc((99.9% - 2px) / 3);
  overflow: hidden;
  float: left;
  position: relative;
}
.top-group-wrapper__list__item::before {
  content: "";
  padding-top: 70%;
  display: block;
}
.top-group-wrapper__list__item:first-child {
  margin-left: 0;
}
.top-group-wrapper__list__item__link {
  display: block;
}
.top-group-wrapper__list__item__link:hover .top-group-wrapper__list__item__img {
  transform: scale(1.15);
}
@media screen and (max-width: 1024px) {
  .top-group-wrapper__list__item__link:hover .top-group-wrapper__list__item__img {
    transform: scale(1);
  }
}
.top-group-wrapper__list__item__img {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.top-group-wrapper__list__item__title {
  top: 50%;
  left: 0;
  padding-bottom: 70px;
  width: 100%;
  font-size: 38px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 100;
  text-align: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .top-group-wrapper__list__item__title {
    padding-bottom: 56px;
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .top-group-wrapper__list__item__title {
    padding-bottom: 49px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-group-wrapper__list__item__title {
    padding-bottom: 0;
    font-size: 19px;
    background-image: none !important;
  }
}
.top-group-wrapper__list__item__title__en {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.01;
  color: #fff;
  font-family: "Overpass", sans-serif !important;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top-group-wrapper__list__item__title__en {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .top-group-wrapper__list__item__title__en {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-group-wrapper__list__item__title__en {
    margin-top: 7px;
    font-size: 10px;
  }
}
.top-group-wrapper__list__item__title--education {
  background-image: url(../common/icon_education_white.svg);
  background-position: left 50% bottom 10px;
  background-size: 38px auto;
}
@media screen and (max-width: 1200px) {
  .top-group-wrapper__list__item__title--education {
    background-position: left 50% bottom 8px;
    background-size: 30.4px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-group-wrapper__list__item__title--education {
    background-position: left 50% bottom 7px;
    background-size: 26.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-group-wrapper__list__item__title--education {
    background-position: left 50% bottom 4px;
    background-size: 15.2px auto;
  }
}
.top-group-wrapper__list__item__title--medical {
  background-image: url(../common/icon_medical_white.svg);
  background-position: left 52% bottom 0;
  background-size: 50px auto;
}
@media screen and (max-width: 1200px) {
  .top-group-wrapper__list__item__title--medical {
    background-size: 40px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-group-wrapper__list__item__title--medical {
    background-size: 35px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-group-wrapper__list__item__title--medical {
    background-size: 20px auto;
  }
}
.top-group-wrapper__list__item__title--welfare {
  background-image: url(../common/icon_welfare_white.svg);
  background-position: left 50% bottom 10px;
  background-size: 43px auto;
}
@media screen and (max-width: 1200px) {
  .top-group-wrapper__list__item__title--welfare {
    background-position: left 50% bottom 8px;
    background-size: 34.4px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-group-wrapper__list__item__title--welfare {
    background-position: left 50% bottom 7px;
    background-size: 30.1px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-group-wrapper__list__item__title--welfare {
    background-position: left 50% bottom 4px;
    background-size: 17.2px auto;
  }
}

.top-news-wrapper {
  padding: 100px 40px;
  background-color: #eef3f7;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper {
    padding: 20px 20px 40px;
  }
}
.top-news-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.top-news-wrapper__inner__news-wrapper {
  width: calc(100% - 320px);
  float: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__news-wrapper {
    margin-bottom: 20px;
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__news-wrapper {
    margin: 0 -20px 20px;
    width: auto;
  }
}
.top-news-wrapper__inner__news-wrapper__title {
  width: 150px;
  font-size: 28px;
  line-height: 1.01;
  color: #fff;
  font-family: "Overpass", sans-serif !important;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background-color: #258;
  float: left;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__news-wrapper__title {
    padding-left: 10px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    float: none;
    position: relative;
    box-sizing: border-box;
  }
}
.top-news-wrapper__inner__news-wrapper__title__jp {
  margin-top: -3px;
  font-size: 14px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__news-wrapper__title__jp {
    margin-top: 0;
    margin-left: 7px;
    font-size: 11px;
    text-align: left;
    vertical-align: 20%;
    display: inline-block;
  }
}
.top-news-wrapper__inner__news-wrapper__title__btn {
  margin: 15px auto 0;
  width: 76px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-family: "Overpass", sans-serif !important;
  font-weight: 400;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__news-wrapper__title__btn {
    top: 0;
    right: 0;
    margin: 0;
    width: 90px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #222;
    border: none;
    position: absolute;
  }
}
.top-news-wrapper__inner__news-wrapper__title__btn:hover {
  color: #fff;
  background-color: #222;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__news-wrapper__title__btn:hover {
    background-color: transparent;
  }
}
.top-news-wrapper__inner__news-wrapper__title__text-box {
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__news-wrapper__title__text-box {
    top: auto;
    left: auto;
    width: auto;
    transform: translateY(0);
    position: relative;
  }
}
.top-news-wrapper__inner__news-wrapper__list {
  padding: 18px 20px 19px 35px;
  width: calc(100% - 150px);
  background-color: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__news-wrapper__list {
    padding: 0;
    width: auto;
    float: none;
  }
}
.top-news-wrapper__inner__topics-wrapper {
  width: 300px;
  background-color: #fff;
  float: right;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__topics-wrapper {
    width: auto;
    float: none;
  }
}
.top-news-wrapper__inner__topics-wrapper__item {
  width: 100%;
  float: left;
}
.top-news-wrapper__inner__topics-wrapper__link {
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__topics-wrapper__link {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__topics-wrapper__link {
    padding: 0;
  }
}
.top-news-wrapper__inner__topics-wrapper__link:hover .top-news-wrapper__inner__topics-wrapper__link__photo__img {
  transform: scale(1.15);
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__topics-wrapper__link:hover .top-news-wrapper__inner__topics-wrapper__link__photo__img {
    transform: scale(1);
  }
}
.top-news-wrapper__inner__topics-wrapper__link__photo {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__topics-wrapper__link__photo {
    width: 240px;
    float: left;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__topics-wrapper__link__photo {
    width: 100%;
    float: none;
  }
}
.top-news-wrapper__inner__topics-wrapper__link__photo::before {
  content: "";
  padding-top: 60%;
  display: block;
}
.top-news-wrapper__inner__topics-wrapper__link__photo__img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: absolute;
}
.top-news-wrapper__inner__topics-wrapper__link__photo__icon {
  top: auto !important;
  bottom: 0 !important;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__topics-wrapper__link__photo__icon {
    top: 0 !important;
    bottom: auto !important;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__topics-wrapper__link__photo__icon {
    top: auto !important;
    bottom: 0 !important;
  }
}
.top-news-wrapper__inner__topics-wrapper__link__text-wrapper {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__inner__topics-wrapper__link__text-wrapper {
    padding: 20px 0 20px 20px;
    width: calc(100% - 240px);
    float: right;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__topics-wrapper__link__text-wrapper {
    padding: 20px;
    width: auto;
    float: none;
  }
}
.top-news-wrapper__inner__topics-wrapper__link__text-wrapper__date {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.01;
  color: #19d;
  font-family: "Overpass", sans-serif !important;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__topics-wrapper__link__text-wrapper__date {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.top-news-wrapper__inner__topics-wrapper__link__text-wrapper__text {
  font-size: 16px;
  line-height: 1.56;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__inner__topics-wrapper__link__text-wrapper__text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.top-news-wrapper__inner__topics-wrapper .bx-default-pager {
  bottom: -20px !important;
}
.top-news-wrapper__inner__topics-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  background: #abc;
}
.top-news-wrapper__inner__topics-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top-news-wrapper__inner__topics-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
.top-news-wrapper__inner__topics-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #258;
}
.top-news-wrapper__recruit {
  margin: 60px auto 0;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__recruit {
    margin-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit {
    margin-top: 50px;
  }
}
.top-news-wrapper__recruit__title {
  margin-bottom: 15px;
  padding-left: 42px;
  font-size: 32px;
  line-height: 1;
  color: #222;
  font-family: "Overpass", sans-serif !important;
  font-weight: 200;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__recruit__title {
    margin-bottom: 25px;
    padding-top: 40px;
    padding-left: 0;
    font-size: 36px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__title {
    margin-bottom: 20px;
    padding-top: 32px;
    padding-left: 0;
    font-size: 28px;
  }
}
.top-news-wrapper__recruit__title::before {
  content: "";
  top: -3px;
  left: 0;
  width: 32px;
  height: 28px;
  background-image: url(../common/icon_recruit.svg);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__recruit__title::before {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__title::before {
    width: 25.6px;
    height: 22.4px;
  }
}
.top-news-wrapper__recruit__title__jp {
  margin-left: 10px;
  font-size: 15px;
  line-height: 1;
  color: #258;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  display: inline-block;
  vertical-align: 30%;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__recruit__title__jp {
    margin-top: 3px;
    margin-left: 0;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__title__jp {
    margin-top: 3px;
    font-size: 12px;
  }
}
.top-news-wrapper__recruit__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.top-news-wrapper__recruit__list__item {
  padding: 10px;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__recruit__list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 860px) {
  .top-news-wrapper__recruit__list__item {
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__list__item {
    margin-top: 10px;
    width: 100%;
  }
  .top-news-wrapper__recruit__list__item:first-child {
    width: 100%;
    margin-top: 0;
  }
}
.top-news-wrapper__recruit__list__item__title {
  width: 100%;
  height: 50px;
  font-size: 19px;
  line-height: 50px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  background-color: #258;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 860px) {
  .top-news-wrapper__recruit__list__item__title {
    height: 46px;
    font-size: 17px;
    line-height: 46px;
  }
}
.top-news-wrapper__recruit__list__item__title::before {
  content: "";
  margin: 0 auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
}
.top-news-wrapper__recruit__list__item__title::after {
  content: "";
  margin: 0 auto;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #258;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__list__item__title {
    font-size: 16px;
    line-height: 44px;
  }
  .top-news-wrapper__recruit__list__item__title::before {
    height: 8px;
  }
  .top-news-wrapper__recruit__list__item__title::after {
    bottom: -8px;
    height: 8px;
  }
}
.top-news-wrapper__recruit__list__item__title--kantou {
  background-color: #3a8;
}
.top-news-wrapper__recruit__list__item__title--kantou::after {
  background-color: #3a8;
}
.top-news-wrapper__recruit__list__item__title--kyushu {
  background-color: #d78899;
}
.top-news-wrapper__recruit__list__item__title--kyushu::after {
  background-color: #d78899;
}
.top-news-wrapper__recruit__list__item__bnr {
  padding: 25px 10px 20px 10px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__list__item__bnr {
    padding: 16px 0 20px 0;
  }
}
.top-news-wrapper__recruit__list__item__bnr__link {
  margin: 0 auto;
  width: 195px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-news-wrapper__recruit__list__item__bnr__link:hover {
    opacity: 0.7;
  }
}
.top-news-wrapper__recruit__inner {
  width: 100%;
  max-width: 1085px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__recruit__inner {
    max-width: 100%;
  }
}
.top-news-wrapper__recruit__inner__item {
  padding: 10px;
  width: 430px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.top-news-wrapper__recruit__inner__item:first-child {
  width: calc(100% - 430px - 20px);
}
.top-news-wrapper__recruit__inner__item:first-child .top-news-wrapper__recruit__inner__item__bnr {
  width: calc(100% - 185px);
}
@media screen and (max-width: 1200px) {
  .top-news-wrapper__recruit__inner__item {
    padding: 0;
    width: calc((100% - 10px) / 2);
  }
  .top-news-wrapper__recruit__inner__item:first-child {
    width: calc((100% - 10px) / 2);
  }
  .top-news-wrapper__recruit__inner__item:first-child .top-news-wrapper__recruit__inner__item__bnr {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__inner__item {
    margin-top: 10px;
    width: 100%;
  }
  .top-news-wrapper__recruit__inner__item:first-child {
    width: 100%;
    margin-top: 0;
  }
}
.top-news-wrapper__recruit__inner__item__title {
  width: 185px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  background-color: #258;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-news-wrapper__recruit__inner__item__title::before {
  content: "";
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.top-news-wrapper__recruit__inner__item__title::after {
  content: "";
  top: calc(50% - 1px);
  right: -10px;
  width: 10px;
  height: 1px;
  background-color: #258;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .top-news-wrapper__recruit__inner__item__title {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .top-news-wrapper__recruit__inner__item__title::before {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 1px;
    height: 10px;
  }
  .top-news-wrapper__recruit__inner__item__title::after {
    top: auto;
    bottom: -10px;
    right: 50%;
    width: 1px;
    height: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__inner__item__title {
    font-size: 16px;
    line-height: 44px;
  }
  .top-news-wrapper__recruit__inner__item__title::before {
    height: 8px;
  }
  .top-news-wrapper__recruit__inner__item__title::after {
    bottom: -8px;
    height: 8px;
  }
}
.top-news-wrapper__recruit__inner__item__title--kantou {
  background-color: #3a8;
}
.top-news-wrapper__recruit__inner__item__title--kantou::after {
  background-color: #3a8;
}
.top-news-wrapper__recruit__inner__item__title--kyushu {
  background-color: #d78899;
}
.top-news-wrapper__recruit__inner__item__title--kyushu::after {
  background-color: #d78899;
}
.top-news-wrapper__recruit__inner__item__bnr {
  padding: 10px 10px 10px 20px;
  width: 225px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-news-wrapper__recruit__inner__item__bnr {
    padding: 20px 0 25px 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .top-news-wrapper__recruit__inner__item__bnr img {
    width: auto !important;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__recruit__inner__item__bnr {
    padding: 16px 0 20px 0;
  }
}
.top-news-wrapper__recruit__inner__item__bnr__link {
  max-width: 195px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-news-wrapper__recruit__inner__item__bnr__link:hover {
    opacity: 0.7;
  }
}
.top-news-wrapper__recruit__inner__item__bnr__link:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 860px) {
  .top-news-wrapper__recruit__inner__item__bnr__link:nth-child(2) {
    margin-top: 10px;
    margin-left: 0;
  }
}
.top-news-wrapper__recruit__inner__item__bnr__link__caution {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  text-align: center;
  display: block;
}

.top-recruit__title {
  width: 32%;
  text-align: center;
  background-color: #fff;
  position: relative;
  float: left;
}
@media screen and (max-width: 1200px) {
  .top-recruit__title {
    width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__title {
    padding: 45px 0;
    width: auto;
    height: auto;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__title {
    padding: 35px 0 30px;
  }
}
.top-recruit__title::before {
  content: "";
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  background-color: #258;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .top-recruit__title::before {
    width: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .top-recruit__title::before {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__title::before {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 1px;
    height: 20px;
  }
}
.top-recruit__title__text {
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 38px;
  line-height: 1.01;
  color: #258;
  font-family: "Overpass", sans-serif !important;
  font-weight: 700;
  text-align: center;
  transform: translateY(-55%);
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-recruit__title__text {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__title__text {
    top: auto;
    left: auto;
    font-size: 30px;
    transform: translateY(0);
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__title__text {
    font-size: 28px;
  }
}
.top-recruit__title__text__jp {
  margin-top: -2px;
  font-size: 14px;
  color: #258;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top-recruit__title__text__jp {
    margin-top: 0px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__title__text__jp {
    font-size: 12px;
  }
}
.top-recruit__title__ill {
  bottom: 0;
  right: 55px;
  width: 186px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-recruit__title__ill {
    right: 38.5px;
    width: 130.2px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__title__ill {
    right: 22px;
    width: 74.4px;
  }
}
.top-recruit__title__cloud {
  top: 0;
  left: 0;
  width: 378px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-recruit__title__cloud {
    width: 264.6px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__title__cloud {
    width: 151.2px;
  }
}
.top-recruit__form-wrapper {
  padding: 95px 60px 130px 120px;
  width: 68%;
  text-align: left;
  position: relative;
  background-color: #225588;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.top-recruit__form-wrapper::before {
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .top-recruit__form-wrapper::before {
    width: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .top-recruit__form-wrapper::before {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper::before {
    top: 0;
    right: 50%;
    left: auto;
    width: 1px;
    height: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .top-recruit__form-wrapper {
    padding: 95px 60px 130px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .top-recruit__form-wrapper {
    width: 72%;
    padding: 95px 40px 130px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper {
    width: auto;
    padding: 40px 40px 80px 40px;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper {
    width: auto;
    padding: 30px 20px 50px 20px;
    float: none;
  }
}
.top-recruit__form-wrapper__inner {
  width: 100%;
  max-width: 761px;
}
.top-recruit__form-wrapper__inner__copy {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-recruit__form-wrapper__inner__copy {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper__inner__copy {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__inner__copy {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.top-recruit__form-wrapper__inner__sex {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-recruit__form-wrapper__inner__sex {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__inner__sex {
    margin-bottom: 5px;
  }
}
.top-recruit__form-wrapper__inner__sex__item {
  width: calc(50% - 5px);
  float: right;
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__inner__sex__item {
    width: calc(50% - 2px);
  }
}
.top-recruit__form-wrapper__inner__sex__item:first-child {
  float: left;
}
.top-recruit__form-wrapper__inner__form {
  position: relative;
  z-index: 2;
}
.top-recruit__form-wrapper__inner__form__select {
  margin-right: 1px;
  width: calc((100% - 192px) * 0.42);
  float: left;
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper__inner__form__select {
    width: calc((100% - 152px) * 0.42);
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__inner__form__select {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    float: none;
  }
}
.top-recruit__form-wrapper__inner__form__input {
  width: calc((100% - 192px) * 0.58);
  float: left;
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper__inner__form__input {
    width: calc((100% - 152px) * 0.58);
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__inner__form__input {
    width: auto;
    float: none;
  }
}
.top-recruit__form-wrapper__inner__form__btn-wrapper {
  width: 190px;
  float: right;
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper__inner__form__btn-wrapper {
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__inner__form__btn-wrapper {
    margin-top: 5px;
    width: 100%;
    float: none;
  }
}
.top-recruit__form-wrapper__inner__form__btn-wrapper__btn {
  padding-left: 25px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #234;
  background-image: url(../common/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: 15px 50%;
  border: none;
  display: block;
  box-sizing: border-box;
}
.top-recruit__form-wrapper__inner__form__btn-wrapper__btn:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper__inner__form__btn-wrapper__btn:hover {
    background-color: #234;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper__inner__form__btn-wrapper__btn {
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    background-size: 22px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__inner__form__btn-wrapper__btn {
    padding-left: 15px;
    font-size: 14px;
    background-size: 18px auto;
    background-position: 12px 50%;
  }
}
.top-recruit__form-wrapper__ill {
  bottom: 0;
  left: 210px;
  width: 756px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper__ill {
    left: 147px;
    width: 529.2px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__ill {
    left: 21px;
    width: 302.4px;
  }
}
.top-recruit__form-wrapper__cloud {
  top: 0;
  right: 0;
  width: 292px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top-recruit__form-wrapper__cloud {
    width: 204.4px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__form-wrapper__cloud {
    width: 116.8px;
  }
}

.top-photos__item {
  width: 19.998%;
  float: left;
}
@media screen and (max-width: 599px) {
  .top-photos__item {
    width: 50%;
    float: left;
  }
  .top-photos__item:nth-child(even) {
    float: right;
  }
  .top-photos__item:last-child {
    display: none;
  }
}

.group-philosophy {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .group-philosophy {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .group-philosophy {
    margin-bottom: 30px;
  }
}
.group-philosophy__item {
  width: calc(50% - 20px);
  float: left;
}
@media screen and (max-width: 1200px) {
  .group-philosophy__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .group-philosophy__item {
    width: calc(50% - 2px);
  }
}
.group-philosophy__item:first-child {
  float: right;
}
.group-philosophy__item__text {
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.01;
  color: #258;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .group-philosophy__item__text {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .group-philosophy__item__text {
    margin-top: 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .group-philosophy__item__text {
    font-size: 12px;
  }
}

.group-photos__item {
  width: 24.975%;
  float: left;
}
@media screen and (max-width: 599px) {
  .group-photos__item {
    width: 50%;
  }
  .group-photos__item:nth-child(even) {
    float: right;
  }
}

.group-mission-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .group-mission-wrapper {
    margin-bottom: 25px;
  }
}
.group-mission-wrapper__title {
  width: 175px;
  height: 175px;
  font-size: 22px;
  line-height: 175px;
  color: #fff;
  font-family: "Overpass", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #258;
  float: left;
  position: relative;
}
.group-mission-wrapper__title::before {
  content: "";
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.group-mission-wrapper__title::after {
  content: "";
  top: 50%;
  right: -15px;
  width: 15px;
  height: 1px;
  background-color: #258;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .group-mission-wrapper__title {
    margin-bottom: 10px;
    width: 100%;
    height: 36px;
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
    float: none;
    position: relative;
  }
  .group-mission-wrapper__title::before {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 1px;
    height: 7px;
  }
  .group-mission-wrapper__title::after {
    top: auto;
    bottom: -7px;
    right: 50%;
    width: 1px;
    height: 7px;
  }
}
.group-mission-wrapper__text {
  width: calc(100% - 225px);
  font-size: 16px;
  line-height: 1.9;
  color: #222;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: justify;
  float: right;
}
@media screen and (max-width: 1200px) {
  .group-mission-wrapper__text {
    width: calc(100% - 215px);
  }
}
@media screen and (max-width: 1024px) {
  .group-mission-wrapper__text {
    width: calc(100% - 205px);
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .group-mission-wrapper__text {
    width: 100%;
    line-height: 1.85;
    float: none;
  }
}
.group-mission-wrapper__text--mission {
  padding-top: 27px;
  font-size: 34px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .group-mission-wrapper__text--mission {
    padding-top: 31px;
    font-size: 31px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1200px) {
  .group-mission-wrapper__text--mission {
    padding-top: 38px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .group-mission-wrapper__text--mission {
    padding-top: 0;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .group-mission-wrapper__text--mission {
    font-size: 16px;
  }
}

.history-table {
  width: 100%;
  border-left: 1px solid #258;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .history-table {
    margin: 0 -20px;
    width: auto;
    border-left: none;
  }
}
.history-table th {
  padding: 22px 0;
  width: 190px;
  font-size: 15px;
  line-height: 1.3em;
  color: #258;
  text-align: center;
  vertical-align: top;
  background-color: #f7fafc;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .history-table th {
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .history-table th {
    padding: 9px 5px 7px;
    width: auto;
    font-size: 12px;
    display: block;
  }
}
.history-table td {
  padding: 22px 10px 22px 25px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .history-table td {
    padding: 13px 20px 20px;
    display: block;
    border-top: none;
  }
}
.history-table td .history-list li {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.3em;
  color: #222;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 599px) {
  .history-table td .history-list li {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.history-table td .history-list li:first-child {
  margin-top: 0;
}
.history-table td .history-list li::before {
  content: "";
  top: 7px;
  left: 4px;
  width: 5px;
  height: 5px;
  background-color: #258;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .history-table td .history-list li::before {
    top: 6px;
    left: 2px;
  }
}

.news-list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .news-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .news-list {
    margin-bottom: 15px;
  }
}
.news-list--top .news-list__item {
  border-top: 1px solid #ddd;
  border-bottom: none;
  position: relative;
}
.news-list--top .news-list__item::before {
  content: "";
  top: -1px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #19d;
  position: absolute;
}
.news-list--top .news-list__item:first-child {
  border-top: none;
}
.news-list--top .news-list__item:first-child::before {
  display: none;
}
.news-list--top .news-list__item__link {
  padding: 20px 40px 18px 0;
}
@media screen and (max-width: 599px) {
  .news-list--top .news-list__item__link {
    padding: 15px 20px 15px 15px;
    background-position: right 7px top 50%;
  }
}
.news-list--top .news-list__item__link:hover {
  background-color: transparent;
}
.news-list--top .news-list__item__link:hover .news-list__item__link__text-wrapper {
  color: #258;
}
@media screen and (max-width: 599px) {
  .news-list--top .news-list__item__link__date {
    margin-bottom: 1px;
  }
}
.news-list__item {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.news-list__item:first-child {
  border-top: 1px solid #ddd;
}
.news-list__item::before {
  content: "";
  top: -1px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #19d;
  position: absolute;
}
.news-list__item__link {
  padding: 25px 40px 22px 0;
  color: #222;
  background-color: #fff;
  background-image: url(../common/arrow_gray.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 9px auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .news-list__item__link {
    padding: 25px 30px 22px 0;
    background-position: right 0 top 50%;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link {
    padding: 15px 20px 12px 0;
  }
}
.news-list__item__link:hover {
  background-color: #eef3f7;
  background-position: right 10px top 50%;
}
@media screen and (max-width: 1024px) {
  .news-list__item__link:hover {
    background-color: transparent;
    background-position: right 0 top 50%;
  }
}
.news-list__item__link__date {
  width: 200px;
  font-size: 16px;
  line-height: 1.6em;
  color: #19d;
  font-family: "Overpass", sans-serif !important;
  font-weight: 700;
  float: left;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news-list__item__link__date {
    margin-bottom: 5px;
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__date {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.news-list__item__link__text-wrapper {
  padding-left: 20px;
  width: calc(100% - 200px);
  font-size: 16px;
  line-height: 1.5em;
  color: #222;
  float: right;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .news-list__item__link__text-wrapper {
    padding-left: 0;
    width: auto;
    text-align: justify;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__text-wrapper {
    font-size: 14px;
  }
}

.news-icon {
  top: -1px;
  margin-left: 10px;
  width: 100px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .news-icon {
    margin-left: 5px;
    width: 80px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
}
.news-icon--info {
  background-color: #1bd;
}
.news-icon--press_release {
  background-color: #1a7;
}
.news-icon--recruit {
  background-color: #e92;
}
.news-icon--important {
  background-color: #d25;
}
.news-icon--list {
  right: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .news-icon--list {
    right: auto;
    position: relative;
  }
}

.new {
  margin-left: 10px;
  padding-top: 2px;
  width: 44px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #e44;
  font-family: "Overpass", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #ffe7ee;
  display: inline-block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .new {
    margin-left: 5px;
    height: 16px;
    width: 38px;
    font-size: 11px;
    line-height: 16px;
  }
}

.pager-wrapper {
  margin: 0 auto;
  text-align: center;
}
.pager-wrapper__item {
  margin-left: 10px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .pager-wrapper__item {
    margin-left: 5px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
}
.pager-wrapper__item:first-child {
  margin-left: 0;
}
.pager-wrapper__item__link {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 54px;
  color: #258;
  font-family: "Overpass", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 2px solid #258;
  display: block;
}
@media screen and (max-width: 599px) {
  .pager-wrapper__item__link {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
  }
}
.pager-wrapper__item__link:hover {
  color: #fff;
  background-color: #258;
}
@media screen and (max-width: 1024px) {
  .pager-wrapper__item__link:hover {
    color: #258;
    background-color: #fff;
  }
}
.pager-wrapper__item__link--now {
  color: #fff;
  background-color: #258;
}

.news-detail-wrapper {
  margin-bottom: 40px;
  padding: 35px 0 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news-detail-wrapper {
    margin-bottom: 30px;
    padding: 25px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-wrapper {
    margin-bottom: 20px;
    padding: 18px 0 15px;
  }
}
.news-detail-wrapper::before {
  content: "";
  top: -1px;
  left: 0;
  width: 195px;
  height: 1px;
  background-color: #19d;
  position: absolute;
}
.news-detail-wrapper__date {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.6em;
  color: #19d;
  font-family: "Overpass", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .news-detail-wrapper__date {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-wrapper__date {
    margin-bottom: 1px;
    font-size: 14px;
  }
}
.news-detail-wrapper__title {
  font-size: 28px;
  line-height: 1.4em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .news-detail-wrapper__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-wrapper__title {
    font-size: 18px;
    text-align: justify;
  }
}
.news-detail-wrapper__title .new {
  vertical-align: 25%;
}
@media screen and (max-width: 1024px) {
  .news-detail-wrapper__title .new {
    vertical-align: 20%;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-wrapper__title .new {
    vertical-align: 15%;
  }
}

.news-btn-wrapper {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 1024px) {
  .news-btn-wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .news-btn-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.business-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .business-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-list {
    margin: 0 -20px 20px;
  }
}
.business-list--education .business-list__item__place {
  background-color: #3a8;
}
.business-list--medical .business-list__item__place {
  background-color: #d78899;
}
.business-list--welfare .business-list__item__place {
  background-color: #4499c7;
}
.business-list__item {
  padding-left: 160px;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .business-list__item {
    padding-left: 130px;
  }
}
@media screen and (max-width: 599px) {
  .business-list__item {
    padding-left: 0;
    border-bottom: 0;
  }
}
.business-list__item:first-child {
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .business-list__item:first-child {
    border-top: none;
  }
}
.business-list__item__place {
  top: 10px;
  left: 0;
  width: 150px;
  height: calc(100% - 20px);
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .business-list__item__place {
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .business-list__item__place {
    top: auto;
    left: auto;
    padding: 8px 50px 6px 20px;
    width: auto;
    height: auto;
    position: relative;
  }
  .business-list__item__place::before {
    content: "";
    top: calc(50% - 1px);
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
  }
  .business-list__item__place::after {
    content: "";
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-image: url(../common/dot_white_40.png);
    background-size: 1px auto;
    position: absolute;
  }
}
.business-list__item__place__text {
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 17px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  transform: translateY(-55%);
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .business-list__item__place__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .business-list__item__place__text {
    top: auto;
    left: auto;
    width: auto;
    font-size: 14px;
    transform: translateY(0);
    display: inline;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .business-list__item__inner {
    margin-bottom: 20px;
  }
}
.business-list__item__inner__item {
  border-top: 1px dotted #bbb;
}
.business-list__item__inner__item:first-child {
  border-top: none;
}
@media screen and (max-width: 599px) {
  .business-list__item__inner__item {
    border-top: none;
    border-bottom: 1px dotted #bbb;
  }
}
.business-list__item__inner__item__link {
  padding: 19px 35px 20px 10px;
  color: #222;
  background-image: url(../common/arrow_gray.svg);
  background-size: 9px auto;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 1024px) {
  .business-list__item__inner__item__link {
    padding: 19px 20px 20px 10px;
    background-position: right 0 top 50%;
  }
}
@media screen and (max-width: 599px) {
  .business-list__item__inner__item__link {
    padding: 10px 30px 12px 20px;
    background-position: right 10px top 50%;
  }
}
.business-list__item__inner__item__link:hover {
  color: #222;
  background-color: #eef3f7;
  background-position: right 10px top 50%;
}
@media screen and (max-width: 1024px) {
  .business-list__item__inner__item__link:hover {
    background-color: transparent;
    background-position: right 0 top 50%;
  }
}
@media screen and (max-width: 599px) {
  .business-list__item__inner__item__link:hover {
    background-color: transparent;
    background-position: right 10px top 50%;
  }
}
.business-list__item__inner__item__link__group {
  padding-top: 4px;
  width: 165px;
  float: left;
  font-size: 12px;
  line-height: 1.3em;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  float: left;
}
@media screen and (max-width: 1024px) {
  .business-list__item__inner__item__link__group {
    width: 150px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .business-list__item__inner__item__link__group {
    margin-bottom: 2px;
    width: auto;
    float: none;
  }
}
.business-list__item__inner__item__link__name {
  width: calc(100% - 165px);
  float: right;
  font-size: 18px;
  line-height: 1.3em;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  float: right;
}
@media screen and (max-width: 1024px) {
  .business-list__item__inner__item__link__name {
    width: calc(100% - 150px);
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .business-list__item__inner__item__link__name {
    width: auto;
    font-size: 14px;
    float: none;
  }
}

.business-list02 {
  margin-bottom: 40px;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 1024px) {
  .business-list02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-list02 {
    margin: 0 -10px 20px;
  }
}
.business-list02--education .business-list02__item__btn {
  background-color: #3a8;
}
.business-list02--education .business-list02__item__btn:hover {
  background-color: #258;
}
.business-list02--medical .business-list02__item__btn {
  background-color: #d78899;
}
.business-list02--medical .business-list02__item__btn:hover {
  background-color: #258;
}
.business-list02--welfare .business-list02__item__btn {
  background-color: #4499c7;
}
.business-list02--welfare .business-list02__item__btn:hover {
  background-color: #258;
}
.business-list02__item {
  margin: 0 0 60px 40px;
  width: calc((99.9% - 80px) / 3);
  background-color: #eef3f7;
  float: left;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .business-list02__item {
    margin: 0 0 60px 30px;
    width: calc((99.9% - 60px) / 3);
  }
}
@media screen and (max-width: 1600px) {
  .business-list02__item {
    margin: 0 0 50px 20px;
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 1400px) {
  .business-list02__item {
    margin: 0 0 50px 0;
    width: calc(50% - 20px);
  }
  .business-list02__item:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 1300px) {
  .business-list02__item {
    margin: 0 0 30px 0;
    width: calc(50% - 10px);
  }
  .business-list02__item:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 599px) {
  .business-list02__item {
    margin: 0 0 20px 0;
    width: auto;
    float: none;
  }
  .business-list02__item:nth-child(even) {
    float: none;
  }
}
.business-list02__item:nth-child(3n-2) {
  margin-left: 0;
}
.business-list02__item__photo {
  display: block;
  position: relative;
}
.business-list02__item__photo__place {
  bottom: 0;
  right: 0;
  width: 120px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #222;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .business-list02__item__photo__place {
    width: 100px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
.business-list02__item__inner {
  padding: 20px 30px 80px;
}
@media screen and (max-width: 1600px) {
  .business-list02__item__inner {
    padding: 20px 20px 70px;
  }
}
@media screen and (max-width: 1400px) {
  .business-list02__item__inner {
    padding: 20px 30px 80px;
  }
}
@media screen and (max-width: 1200px) {
  .business-list02__item__inner {
    padding: 20px 20px 70px;
  }
}
@media screen and (max-width: 599px) {
  .business-list02__item__inner {
    padding: 20px 20px 60px;
  }
}
.business-list02__item__inner__title {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.2em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .business-list02__item__inner__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1500px) {
  .business-list02__item__inner__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .business-list02__item__inner__title {
    font-size: 19px;
  }
}
@media screen and (max-width: 1300px) {
  .business-list02__item__inner__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .business-list02__item__inner__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .business-list02__item__inner__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .business-list02__item__inner__title {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.business-list02__item__inner__title__sub {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .business-list02__item__inner__title__sub {
    margin-bottom: 3px;
    font-size: 11px;
  }
}
.business-list02__item__inner__table {
  width: 100%;
  border: 1px solid #eef3f7;
  border-collapse: collapse;
}
.business-list02__item__inner__table th {
  padding: 10px 0;
  width: 70px;
  font-size: 13px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #678;
  border: 1px solid #eef3f7;
}
@media screen and (max-width: 599px) {
  .business-list02__item__inner__table th {
    padding: 7px 0;
    width: 50px;
    font-size: 11px;
  }
}
.business-list02__item__inner__table td {
  padding: 10px;
  width: calc(100% - 70px);
  font-size: 13px;
  line-height: 1.3em;
  color: #222;
  text-align: justify;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #eef3f7;
}
@media screen and (max-width: 599px) {
  .business-list02__item__inner__table td {
    padding: 7px;
    font-size: 11px;
  }
}
.business-list02__item__inner__table td .tel {
  color: #258;
}
.business-list02__item__inner__table td .tel:hover {
  color: #258;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .business-list02__item__inner__table td .tel:hover {
    text-decoration: none;
  }
}
.business-list02__item__inner__table td .link {
  color: #258;
}
.business-list02__item__inner__table td .link:hover {
  color: #258;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .business-list02__item__inner__table td .link:hover {
    text-decoration: none;
  }
}
.business-list02__item__btn {
  left: 0;
  bottom: 0;
  padding: 0 35px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #222;
  background-image: url(../common/arrow_white.svg);
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  background-size: 9px auto;
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .business-list02__item__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .business-list02__item__btn {
    padding: 0 25px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.business-list02__item__btn:hover {
  color: #fff;
  background-color: #258;
  background-position: right 15px top 50%;
}
@media screen and (max-width: 1024px) {
  .business-list02__item__btn:hover {
    background-color: #222;
    background-position: right 20px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .business-list02__item__btn:hover {
    background-position: right 15px top 50%;
  }
}

.business-detail-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .business-detail-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper {
    margin-bottom: 30px;
  }
}
.business-detail-wrapper--educaiton .business-detail-wrapper__title::before {
  background-color: #3a8;
}
.business-detail-wrapper--educaiton .business-detail-wrapper__table-wrapper th {
  background-color: #3a8;
}
.business-detail-wrapper--medical .business-detail-wrapper__title::before {
  background-color: #d78899;
}
.business-detail-wrapper--medical .business-detail-wrapper__table-wrapper th {
  background-color: #d78899;
}
.business-detail-wrapper--welfare .business-detail-wrapper__title::before {
  background-color: #4499c7;
}
.business-detail-wrapper--welfare .business-detail-wrapper__table-wrapper th {
  background-color: #4499c7;
}
.business-detail-wrapper__title {
  margin-bottom: 25px;
  padding: 23px 170px 23px 35px;
  font-size: 24px;
  line-height: 1.2em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-color: #eef3f7;
  position: relative;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__title {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 17px;
  }
}
.business-detail-wrapper__title::before {
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__title::before {
    display: none;
  }
}
.business-detail-wrapper__title__sub {
  font-size: 13px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__title__sub {
    font-size: 11px;
  }
}
.business-detail-wrapper__title__place {
  top: calc(50% - 12px);
  right: 25px;
  width: 120px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  background-color: #222;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__title__place {
    margin-top: 8px;
    top: auto;
    right: auto;
    width: 70px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    display: block;
    position: relative;
  }
}
.business-detail-wrapper__text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 2;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.business-detail-wrapper__table-wrapper {
  width: 53.34%;
  max-width: 480px;
  float: left;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__table-wrapper {
    margin-bottom: 15px;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
.business-detail-wrapper__table-wrapper table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.business-detail-wrapper__table-wrapper table th {
  padding: 16px 0 15px;
  width: 100px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #678;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__table-wrapper table th {
    padding: 10px 0;
    width: 60px;
    font-size: 12px;
  }
}
.business-detail-wrapper__table-wrapper table td {
  padding: 16px 18px 15px;
  width: calc(100% - 100px);
  font-size: 15px;
  line-height: 1.3em;
  color: #222;
  text-align: justify;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__table-wrapper table td {
    padding: 10px;
    font-size: 12px;
  }
}
.business-detail-wrapper__table-wrapper table td .tel {
  color: #258;
}
.business-detail-wrapper__table-wrapper table td .tel:hover {
  color: #258;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .business-detail-wrapper__table-wrapper table td .tel:hover {
    text-decoration: none;
  }
}
.business-detail-wrapper__table-wrapper table td .url {
  color: #258;
}
.business-detail-wrapper__table-wrapper table td .url:hover {
  color: #258;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .business-detail-wrapper__table-wrapper table td .url:hover {
    text-decoration: none;
  }
}
.business-detail-wrapper__photo {
  width: 43.34%;
  max-width: 390px;
  float: right;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__photo {
    width: auto;
    max-width: 100%;
    float: none;
  }
}
.business-detail-wrapper__outline {
  margin-top: 20px;
  padding: 26px 30px;
  font-size: 15px;
  line-height: 1.6em;
  color: #222;
  text-align: justify;
  background-color: #f7f7f7;
}
@media screen and (max-width: 599px) {
  .business-detail-wrapper__outline {
    margin-top: 10px;
    padding: 18px 20px;
    font-size: 13px;
  }
}

.business-photos {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .business-photos {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-photos {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.business-photos__item {
  margin-top: 30px;
  margin-left: 10px;
  width: calc((99.9% - 20px) / 3);
  float: left;
}
.business-photos__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .business-photos__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
}
.business-photos__item__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .business-photos__item__caption {
    margin-top: 5px;
    font-size: 12px;
  }
}

.business-entry-wrapper {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #eef3f7;
}
@media screen and (max-width: 1024px) {
  .business-entry-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-entry-wrapper {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.business-entry-wrapper__btn {
  background-color: #258;
}
.business-entry-wrapper__btn:hover {
  background-color: #222;
}
@media screen and (max-width: 1024px) {
  .business-entry-wrapper__btn:hover {
    background-color: #258;
  }
}/*# sourceMappingURL=style.css.map */