@charset "UTF-8";
/**
 *
 * style.scss
 *
 * 全てのscssファイルのインポートや
 * 全ての変数の指定を行います。
 *
 */
/**
 *
 * Foundation
 *
 * mixinやresetなど
 * あらかじめ記述しておかなければならないものを記述してあります。
 *
 */
* {
  box-sizing: border-box;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

/**
 *
 * Project
 *
 * 実質的なWEBサイトの構築を行います。
 * layout.scssには全ページに存在するWEBサイトの
 * レイアウトに相当するものを記述してください。
 * bodyへの指定もここで行います。
 * component.scssには全ページに存在しうる
 * 汎用的なコンポーネントを記述してください。
 *
 */
/**
 *
 * header, footer, navigation
 * content, sidebar, modal,
 * keyvisual, lowervisual, breadcrumbs 
 *
 * などなど全ページに存在する
 * WEBサイトのレイアウトに相当するものを記述してください。
 * bodyへの指定もここで行います。
 *
 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  padding-top: 124px;
  background: #e3e6e9;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}

input,
select,
textarea {
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}
input *,
select *,
textarea * {
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 768px) {
  input *,
  select *,
  textarea * {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.hd__top2 {
  padding: 0 20px;
  background: #E7EBFA;
}
.hd__top2__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 24px;
}
.hd__top2__txt {
  color: #363B4E;
  font-size: 12px;
  font-size: 0.75rem;
}
.hd__top2__nav {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .hd__top2__nav {
    display: none;
  }
}
.hd__top2__nav > li:last-child {
  margin-left: 10px;
}
.hd__top2__nav > li a {
  color: #363B4E;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hd__top2__nav > li a:hover {
  opacity: 0.7;
}
.hd__top {
  padding: 0 20px;
  background: linear-gradient(to right, #005d93, #0169b1 35%, #0183cd 75%, #0097dd);
}
.hd__top__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 1200px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
}
.hd__top__ken {
  margin-left: 20px;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
  line-height: 1;
}
@media (max-width: 768px) {
  .hd__top__ken {
    display: inline-block;
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 5px;
    margin-left: 0;
  }
}
.hd__top__ken.is-t {
  background: #4EA99A;
}
.hd__top__ken.is-e {
  background: #2675BD;
}
.hd__top__ken.is-ka {
  background: #FEBC5E;
}
.hd__top__ken.is-ko {
  background: #EE9192;
}
@media (max-width: 1080px) {
  .hd__top__itm {
    width: auto;
  }
}
@media (max-width: 1080px) {
  .hd__top__itm.is-pc {
    display: none;
  }
}
.hd__top__itm.is-sp {
  display: none;
}
@media (max-width: 1080px) {
  .hd__top__itm.is-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.hd__top__itm.is-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .hd__top__itm.is-logo {
    display: block;
  }
}
.hd__top__itm__search {
  margin-right: 20px;
}
.hd__top__itm__search a {
  display: block;
}
.hd__top__itm__search a img {
  width: 22px;
  height: 22px;
}
.hd__top__logo {
  line-height: 1;
}
.hd__top__logo a {
  display: inline-block;
}
.hd__top__logo a img {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hd__top__logo a img:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .hd__top__logo a img {
    width: 160px;
  }
}
.hd__top__li01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.hd__top__li01 > li {
  margin-right: 30px;
}
.hd__top__li01 > li:last-child {
  margin-right: 0;
}
.hd__top__li01 > li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.hd__top__li01 > li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.hd__top__li01 > li a:hover::after {
  width: 100%;
}
.hd__top__li01 > li.is-about {
  position: relative;
}
.hd__top__li01__li {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 9999;
  width: 140px;
  text-align: center;
  padding: 11px 0;
}
.hd__top__li01__li > li {
  padding-bottom: 10px;
  background: #F1F1F1;
}
.hd__top__li01__li > li:first-child {
  position: relative;
  padding-top: 20px;
}
.hd__top__li01__li > li:first-child::before {
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%) rotate(-45deg);
          transform: translate(-50%, -100%) rotate(-45deg);
  width: 10px;
  height: 10px;
  background: #F1F1F1;
  content: "";
}
.hd__top__li01__li > li:last-child {
  padding-bottom: 20px;
}
.hd__top__li01__li > li a {
  display: inline-block;
  position: relative;
  color: #0079b5;
  font-size: 14px;
  font-size: 0.875rem;
}
.hd__top__li01__li > li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0079b5;
  transition: .3s;
}
.hd__top__li01__li > li a:hover::after {
  width: 100%;
}
.hd__top__li02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.hd__top__li02 > li {
  margin-right: 10px;
}
.hd__top__li02 > li:last-child {
  margin-right: 0;
}
.hd__top__li02 > li a {
  display: block;
  width: 100px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 30px;
  transition: .3s;
}
.hd__top__li02 > li a.is-blue {
  background: #0079b5;
}
.hd__top__li02 > li a.is-red {
  background: #df1d66;
}
.hd__top__li02 > li a:hover {
  opacity: .7;
}
.hd__top__loginbtn {
  margin: 0 20px 0 10px;
}
.hd__top__loginbtn > a {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  width: 100px;
  border-radius: 5px;
  background: #0079b5;
  color: #fff;
  text-align: center;
  line-height: 30px;
  transition: .3s;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
@media (max-width: 400px) {
  .hd__top__loginbtn > a {
    width: 70px;
  }
}
.hd__btm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 20px;
  background: #313233;
}
@media (min-width: 1080px) {
  .hd__btm.is-active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .hd__btm form {
    display: block;
    width: 100%;
  }
}
.hd__btm__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
}
.hd__btm__search > * {
  margin-right: 20px;
  outline: none;
}
.hd__btm__search > *:last-child {
  margin-right: 0;
}
@media (max-width: 1080px) {
  .hd__btm__search > * {
    margin-right: 10px;
  }
}
.hd__btm__search > select {
  width: 250px;
  height: 30px;
  padding-left: 10px;
  border: none;
  border-radius: 5px;
  background: #3c3d3f;
  color: #a2acc1;
  font-size: 14px;
  font-size: 0.875rem;
}
.hd__btm__search > select option {
  background: #fff;
  color: #333;
}
.hd__btm__search > input[type="text"] {
  width: 310px;
  height: 30px;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  background: #3c3d3f;
  color: #a2acc1;
}
.hd__btm__search > input[type="text"]::-webkit-input-placeholder {
  color: #a2acc1;
}
.hd__btm__search > input[type="text"]::-moz-placeholder {
  color: #a2acc1;
}
.hd__btm__search > input[type="text"]:-ms-input-placeholder {
  color: #a2acc1;
}
.hd__btm__search > input[type="text"]::placeholder {
  color: #a2acc1;
}
@media (max-width: 1080px) {
  .hd__btm__search > input[type="text"] {
    width: calc(100% - 130px);
  }
}
.hd__btm__search > input[type="submit"] {
  width: 160px;
  height: 30px;
  border: none;
  border-radius: 5px;
  background: #0079b5;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  transition: .3s;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.hd__btm__search > input[type="submit"]:hover {
  opacity: .7;
}
@media (max-width: 1080px) {
  .hd__btm__search > input[type="submit"] {
    width: 120px;
  }
}
.hd__btm__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
@media (max-width: 1080px) {
  .hd__btm__right {
    display: none;
  }
}
.hd__btm__right__line {
  width: 260px;
  margin-left: 40px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hd__btm__right__line:hover {
  opacity: 0.7;
}
.hd__btm__right__line.is-sp {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hd__btm__right__line.is-sp a {
  padding: 0;
}
.hd__btm__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.hd__btm__nav > li {
  width: calc(100% / 4);
}
@media (max-width: 768px) {
  .hd__btm__nav > li {
    width: calc(100% / 4);
  }
}
.hd__btm__nav > li a {
  display: block;
  padding: 13px 0;
  color: #FFF;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hd__btm__nav > li a:hover {
  opacity: 0.7;
}

.hum {
  display: none;
  position: relative;
  z-index: 9999;
  width: 25px;
  height: 22px;
  transition: all .4s;
  cursor: pointer;
}
.hum span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all .4s;
}
.hum span:nth-of-type(1) {
  top: 0;
}
.hum span:nth-of-type(2) {
  top: 10px;
}
.hum span:nth-of-type(3) {
  bottom: 0;
}
.hum.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.hum.is-active span:nth-of-type(2) {
  opacity: 0;
}
.hum.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
@media (max-width: 1080px) {
  .hum {
    display: block;
  }
}

.nv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  -webkit-transform: translateY(-150vh);
          transform: translateY(-150vh);
  width: 100%;
  background: #fff;
  overflow: auto;
  transition: .3s;
}
.nv.is-active {
  top: 124px;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 1080px) {
  .nv {
    display: block;
  }
}
.nv__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nv__li__itm {
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.nv__li__itm a {
  display: block;
  padding: 13px 20px;
  color: #333;
}
.nv__li__itm.is-search {
  padding: 20px;
  background: #efece8;
}
.nv__li__itm.is-hf {
  width: 50%;
  background: #FFFAEB;
}
.nv__li__itm.is-hf:first-of-type {
  border-right: 1px solid #ccc;
}
.nv__li__itm.is-hf.is-fav {
  position: relative;
}
.nv__li__itm.is-hf.is-fav::before {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 3.5em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("../img/common/hd_nv_icon_2.svg");
  background-size: cover;
  content: "";
}
.nv__li__itm.is-hf.is-his {
  position: relative;
}
.nv__li__itm.is-hf.is-his::before {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 4em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("../img/common/hd_nv_icon_1.svg");
  background-size: cover;
  content: "";
}
.nv__li__itm__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
}
.nv__li__itm__li__itm {
  width: calc(100% / 3);
  margin-right: 10px;
  border-radius: 5px;
  background: #0079b5;
}
.nv__li__itm__li__itm:last-child {
  margin-right: 0;
}
.nv__li__itm__li__itm.is-register {
  background: #df1d66;
}
.nv__li__itm__li__itm a {
  display: block;
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 30px;
  text-align: center;
}
.nv__search {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.nv__search__input {
  width: 100%;
  height: 26px;
  padding: 0 10px;
  border: none;
  background: #3c3d3f;
  color: #fff;
  outline: none;
}
.nv__search__input__wrap {
  margin: 0 auto 20px;
  padding: 7px;
  border-radius: 5px;
  background: #313233;
}
.nv__search__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #313233;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}
.nv__search__submit img {
  width: 65px;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.5px 0;
}
.breadcrumbs > li::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs > li:last-child::after {
  content: "";
}
.breadcrumbs > li a {
  color: #595959;
}
.breadcrumbs__wrap {
  background: #efece8;
}

.warp.is-sd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media (max-width: 768px) {
  .warp.is-sd {
    padding: 30px 20px;
  }
}

.mn.is-sd {
  width: 800px;
  max-width: calc(100% - 400px);
}
@media (max-width: 1080px) {
  .mn.is-sd {
    width: 100%;
    max-width: none;
  }
}

.sd {
  width: 360px;
}
@media (max-width: 1080px) {
  .sd {
    width: 100%;
    margin-top: 40px;
  }
}
.sd.is-active {
  -webkit-transform: none;
          transform: none;
}
.sd__search {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sd__search {
    margin-bottom: 30px;
  }
}
.sd__search__ttl {
  border-bottom: 1px solid #ccc;
  background: #eceef0;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}
.sd__search__form {
  padding: 20px;
}
.sd__search__dl {
  margin-bottom: 20px;
}
.sd__search__dl > dt {
  position: relative;
  padding: 6.5px 20px;
  border-radius: 5px;
  background: #f4f4f4;
  color: #595959;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
.sd__search__dl > dt::before, .sd__search__dl > dt::after {
  display: block;
  position: absolute;
  background: #595959;
  content: "";
}
.sd__search__dl > dt::before {
  top: calc(50% - 1px);
  right: 20px;
  width: 10px;
  height: 2px;
}
.sd__search__dl > dt::after {
  top: calc(50% - 5px);
  right: 24px;
  width: 2px;
  height: 10px;
  transition: .3s;
}
.sd__search__dl > dt.is-active::after {
  opacity: 0;
}
.sd__search__dl > dd {
  display: none;
  margin-top: 10px;
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.sd__search__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sd__search__li > li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.sd__search__input {
  width: 100%;
  height: 26px;
  padding: 0 10px;
  border: none;
  background: #3c3d3f;
  color: #fff;
  outline: none;
}
.sd__search__input__wrap {
  margin: 0 auto 20px;
  padding: 7px;
  border-radius: 5px;
  background: #313233;
}
.sd__search__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #313233;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}
.sd__search__submit img {
  width: 65px;
}
.sd__slider {
  padding: 20px 20px 40px;
  border-radius: 5px;
  background: #313233;
}
@media (max-width: 768px) {
  .sd__slider__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 30px 20px 0;
  }
}
.sd__slider__wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 18.75%;
}
@media (max-width: 768px) {
  .sd__slider__wrap {
    position: static;
    width: calc(50% - 10px);
  }
}
.sd__slider__wrap.is-pick {
  right: calc(18.75% + 40px);
}
.sd__slider__wrap .p-ttl01 {
  margin-bottom: 20px;
  text-align: center;
}
.sd__slider__wrap .p-ttl01 .is-jp {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sd__slider__wrap .p-ttl01 .is-jp {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sd__slider__wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.sd__slider__itm {
  display: block;
  position: relative;
}
.sd__slider__itm::before {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.sd__slider__itm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.sd__slider__itm figcaption {
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 10px;
  bottom: 10px;
}
.sd__slider .slick-dots {
  left: 0;
  bottom: 10px;
}
.sd__slider .slick-dots li button::before {
  color: #3c3d3f;
  transition: .3s;
  opacity: 1;
}
.sd__slider .slick-dots li.slick-active button:before {
  color: #01a2ed;
  opacity: 1;
}
.sd__bnr01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sd__bnr01__itm {
  margin-bottom: 20px;
}
.sd__bnr01__itm:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .sd__bnr01__itm {
    max-width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .sd__bnr01__itm:last-child {
    margin-right: 0;
  }
}
@media (max-width: 759px) {
  .sd__bnr01__itm {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sd__bnr01__itm:last-child {
    margin-bottom: 0;
  }
}
.sd__bnr01__itm a {
  display: block;
  transition: .3s;
}
.sd__bnr01__itm a:hover {
  opacity: .7;
}
.sd__bnr02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sd__bnr02 {
    margin-bottom: 30px;
  }
}
.sd__bnr02__itm {
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .sd__bnr02__itm {
    max-width: calc(50% - 10px);
  }
  .sd__bnr02__itm:last-child {
    margin-right: 0;
  }
}
@media (max-width: 759px) {
  .sd__bnr02__itm {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .sd__bnr02__itm:last-child {
    margin: 0 auto;
  }
}
.sd__bnr02__itm a {
  display: block;
  transition: .3s;
}
.sd__bnr02__itm a:hover {
  opacity: .7;
}

.in {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.pt {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 8000;
  cursor: pointer;
}
.pt img {
  width: 60px;
  transition: .3s;
}
.pt img:hover {
  opacity: .7;
}

.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.pager > li {
  margin-right: 10px;
}
.pager > li:last-child {
  margin-right: 0;
}
.pager > li a,
.pager > li span {
  display: block;
  width: 40px;
  border-radius: 5px;
  background: #fff;
  color: #0079b5;
  text-align: center;
  line-height: 40px;
  transition: .5s;
}
.pager > li > a:hover span {
  background: #0079b5;
  color: #fff;
}
.pager > li.is-current span {
  color: #fff;
  background: #0079b5;
}

.unv {
  padding: 60px 0;
  background: #d4e6f6;
}
@media (max-width: 768px) {
  .unv {
    padding: 30px 0;
  }
}
.unv__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1080px) {
  .unv__li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.unv__li > li {
  width: calc((100% - 80px) / 5);
}
@media (max-width: 1080px) {
  .unv__li > li {
    width: calc(33.3333% - 13px);
    margin: 0 auto 20px 0;
  }
  .unv__li > li:nth-child(3n), .unv__li > li:nth-child(5n) {
    margin-right: 0;
  }
  .unv__li > li:nth-child(4n) {
    margin-right: 20px;
  }
  .unv__li > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .unv__li > li {
    width: 100%;
    margin: 0 0 20px;
  }
  .unv__li > li:nth-child(4n) {
    margin: 0 0 20px;
  }
  .unv__li > li:last-child {
    margin-bottom: 0;
  }
}
.unv__li > li a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 100%;
  background: #313233;
  border-radius: 5px;
  border-bottom: 5px solid #313233;
  color: #fff;
  text-align: center;
  transition: .3s;
  position: relative;
}
.unv__li > li a.is-chunan {
  border-color: #8ec6ff;
}
.unv__li > li a.is-toyo {
  border-color: #ff8e8e;
}
.unv__li > li a.is-medical {
  border-color: #8effff;
}
.unv__li > li a.is-haken {
  border-color: #c6ff8e;
}
.unv__li > li a.is-janight {
  border-color: #ff8eff;
}
.unv__li > li a.is-chunan, .unv__li > li a.is-toyo, .unv__li > li a.is-haken {
  padding: 29px 0;
}
@media (max-width: 1080px) {
  .unv__li > li a.is-chunan, .unv__li > li a.is-toyo, .unv__li > li a.is-haken {
    padding: 23px 0;
  }
}
.unv__li > li a.is-medical, .unv__li > li a.is-janight {
  padding: 15.5px 0;
}
@media (max-width: 1080px) {
  .unv__li > li a.is-medical, .unv__li > li a.is-janight {
    padding: 9.5px 0;
  }
}
.unv__li > li a:hover {
  opacity: .7;
}
.unv__li > li a::before {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url(../img/common/btn_arrow01.png) no-repeat;
  background-size: cover;
  content: "";
}

.ft {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  background: linear-gradient(to right, #005d93, #0169b1 35%, #0183cd 75%, #0097dd);
  color: #fff;
}
@media (max-width: 840px) {
  .ft__in {
    margin: 0 auto;
    padding: 0 20px 0;
  }
}
.ft__in__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.ft__logo {
  margin-bottom: 20px;
  text-align: center;
}
.ft__logo img {
  width: 218px;
}
.ft__ad {
  text-align: center;
}
.ft__ad__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.ft__ad__add {
  margin-bottom: 20px;
}
.ft__ad__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 840px) {
  .ft__ad__li {
    margin-bottom: 20px;
  }
}
.ft__ad__li > li {
  width: 270px;
  max-width: calc(33.33% - 14px);
  margin-right: 20px;
  border-radius: 5px;
  background: #fff;
  line-height: 1;
}
@media (max-width: 840px) {
  .ft__ad__li > li {
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ft__ad__li > li:last-child {
    margin-bottom: 0;
  }
}
.ft__ad__li > li:last-child {
  margin-right: 0;
}
.ft__ad__li > li > a,
.ft__ad__li > li > span {
  display: block;
  padding: 8.5px 10px;
  color: #005aad;
}
.ft__ad__li > li > a {
  transition: .3s;
}
.ft__ad__li > li > a:hover {
  opacity: .7;
}
.ft__box__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft__box01 {
  width: calc(100% - 380px);
}
@media (max-width: 768px) {
  .ft__box01 {
    width: 100%;
  }
}
.ft__box02 {
  width: 340px;
}
.ft__sns {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ft__sns {
    padding-bottom: 30px;
  }
}
.ft__sns > li {
  margin-right: 10px;
}
.ft__sns > li:last-child {
  margin-right: 0;
}
.ft__sns > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.ft__sns > li a:hover {
  opacity: 0.7;
}
.ft__sns img {
  width: 40px;
}
.ft__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 60px;
}
@media (max-width: 840px) {
  .ft__cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.ft__nv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 840px) {
  .ft__nv {
    margin-bottom: 30px;
  }
}
.ft__nv > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 33.33%;
}
.ft__nv > li::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url("../img/common/ft_arrow01.png") no-repeat;
  background-size: cover;
  vertical-align: bottom;
  content: "";
}
.ft__nv > li:nth-child(n + 4) {
  margin-top: 20px;
}
.ft__nv > li a {
  position: relative;
  color: #fff;
}
.ft__nv > li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.ft__nv > li a:hover::after {
  width: 100%;
}
@media (max-width: 840px) {
  .ft__nv > li {
    width: 100%;
  }
  .ft__nv > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.ft__privacy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 840px) {
  .ft__privacy {
    margin: 0 auto;
  }
}
.ft__privacy > li {
  margin-right: 10px;
}
.ft__privacy > li:last-child {
  margin-right: 0;
}
.ft__privacy > li a {
  color: #fff;
}
.ft__copy {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.ft2__col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.ft2__col2__itm {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .ft2__col2__itm {
    width: 100%;
  }
}
.ft2__col2__ttl {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.ft2__com {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.ft2__com__itm {
  width: calc(50% - 20px);
}
@media (max-width: 1080px) {
  .ft2__com__itm {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ft2__com__txt01 {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.ft2__com__txt02 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.ft2__com__txt03 {
  margin-bottom: 20px;
  text-align: center;
}
.ft2__com__txt04 {
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #FFF;
  border-radius: 5px;
  background: #007BBA;
  font-weight: bold;
  text-align: center;
}
.ft2__com__tel, .ft2__com__fax {
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #FFF;
  color: #007BBA;
  text-align: center;
  line-height: 40px;
}
.ft2__com__tel a, .ft2__com__fax a {
  display: block;
  color: #007BBA;
}
.ft2__com__tel a {
  pointer-events: none;
}
@media (max-width: 1080px) {
  .ft2__com__tel a {
    pointer-events: auto;
  }
}
.ft2__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.ft2__sns__btn {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.ft2__sns__btn:hover {
  opacity: 0.7;
}
.ft2__sns__btn::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 5px;
  width: 40px;
  height: 40px;
  background-size: cover;
  content: "";
}
.ft2__sns__btn:not(:last-child) {
  margin-bottom: 10px;
}
.ft2__sns__btn span {
  position: relative;
  z-index: 2;
}
.ft2__sns__btn.is-hf {
  width: calc(50% - 5px);
  padding-left: 30px;
}
.ft2__sns__line {
  background: #00B900;
}
.ft2__sns__line::before {
  background-image: url("../img/common/ft_line.svg");
}
.ft2__sns__fb {
  background: #1877F2;
}
.ft2__sns__fb::before {
  background-image: url("../img/common/ft_fb.svg");
}
.ft2__sns__insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.ft2__sns__insta::before {
  background-image: url("../img/common/ft_insta.svg");
}
.ft2__sns__insta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.topattention {
  padding: 10px 0;
  background: #efece8;
  text-align: center;
}
.topattention a {
  color: #df1d66;
  font-weight: bold;
}
@media (max-width: 768px) {
  .topattention a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/**
*
* ttl, btn, card, sec
* 
* などなど全ページに存在"しうる"
* 汎用的なコンポーネントを記述してください。
* またコンポーネントに相当するクラスは
* 先頭にc-のプリフィクスをつけてください。
*
*/
.p-ttl01 {
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-ttl01 {
    margin-bottom: 20px;
  }
}
.p-ttl01 .is-jp {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-ttl01 .is-jp::first-letter {
  color: #df1d66;
}
.p-ttl01 .is-en {
  display: block;
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-ttl01.is-white {
  color: #fff;
}
.p-ttl01.is-white .is-en {
  color: #fff;
}
.p-ttl01.is-center {
  text-align: center;
}

.p-ttl02 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.p-txt01 {
  margin-bottom: 20px;
}
.p-txt01:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-txt01 {
    margin-bottom: 10px;
  }
}
.p-txt01-c {
  text-align: center;
}

.p-txtlink01 {
  display: inline-block;
  position: relative;
  color: #0079b5;
}
.p-txtlink01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0079b5;
  transition: .3s;
}
.p-txtlink01:hover::after {
  width: 100%;
}

.p-btn01 {
  display: block;
  position: relative;
  padding: 16.5px 50px;
  border-radius: 5px;
  background: #0079b5;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  transition: .3s;
  -webkit-appearance: none;
}
.p-btn01::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url("../img/common/btn_arrow01.png") no-repeat;
  background-size: cover;
  content: "";
}
.p-btn01.is_gl {
  background: #3c3d3f;
}
.p-btn01:hover {
  opacity: .7;
}

.p-btn02 {
  margin-top: 40px;
  text-align: center;
}
.p-btn02 a {
  display: block;
  position: relative;
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 35px 19px;
  border-radius: 5px;
  background: #007BBA;
  color: #fff;
  font-weight: bold;
  transition: .3s;
}
.p-btn02 a::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url("../img/common/btn_arrow01.png") no-repeat;
  background-size: cover;
  content: "";
}
.p-btn02 a:hover {
  opacity: .7;
}

.p-txtinput01 {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.p-txtinput01.is-half {
  width: calc(50% - 10px);
}

.p-txtarea01 {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1.5;
}

.p-checkbox01 {
  display: none;
}
.p-checkbox01 + label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.p-checkbox01 + label::before {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  content: "";
}
.p-checkbox01 + label::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 6px;
  border-left: 3px solid #01a2ed;
  border-bottom: 3px solid #01a2ed;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.p-checkbox01:checked + label::after {
  display: block;
}

.p-select01 {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.p-table01 {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.p-table01__th, .p-table01__td {
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-table01__th, .p-table01__td {
    display: block;
  }
}
.p-table01__th {
  width: 150px;
  border-right: 1px solid #ccc;
  background: #eceef0;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .p-table01__th {
    width: 100%;
  }
}
.p-table01__td {
  background: #fff;
}
@media (max-width: 768px) {
  .p-table01__td {
    min-height: 40px;
  }
}
.p-table01__tr:last-child .p-table01__th,
.p-table01__tr:last-child .p-table01__td {
  border-bottom: none;
}
.p-table01.is-search {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-table01.is-search {
    margin-bottom: 20px;
  }
}

.p-table02 {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.p-table02__th, .p-table02__td {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-table02__th, .p-table02__td {
    display: block;
  }
}
.p-table02__th {
  width: 280px;
  border-right: 1px solid #ccc;
  background: #ddd;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .p-table02__th {
    width: 100%;
  }
}
.p-table02__th__note {
  color: #df1d66;
}
.p-table02__td {
  background: #fff;
}
.p-table02__td.is-flex01 {
  display: -ms-flexbox;
  display: flex;
}
.p-table02__td.is-flex02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-table02__td .is-txt {
  margin: 0 10px;
}
.p-table02__td.is-col2 > input:first-child {
  float: left;
}
.p-table02__td.is-col2 > input:last-child {
  float: right;
}
.p-table02__td.is-date span {
  margin: 0 5px;
}
.p-table02__tr:last-child .p-table02__th,
.p-table02__tr:last-child .p-table02__td {
  border-bottom: none;
}

.simplefavorite-button {
  position: relative;
  margin-top: 10px;
  border-radius: 5px;
  background: #df1d66;
  color: #fff;
  text-align: center;
  line-height: 40px;
  transition: .3s;
  cursor: pointer;
}
.simplefavorite-button.active {
  opacity: 1;
  background: #333;
}
.simplefavorite-button:hover {
  opacity: .7;
}
.simplefavorite-button::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url("../img/common/btn_arrow01.png") no-repeat;
  background-size: cover;
  content: "";
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.mwform-radio-field label::before,
.mwform-checkbox-field label::before {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  content: "";
}
.mwform-radio-field label::after,
.mwform-checkbox-field label::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 6px;
  border-left: 3px solid #01a2ed;
  border-bottom: 3px solid #01a2ed;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.mwform-radio-field label.is-active::after,
.mwform-checkbox-field label.is-active::after {
  display: block;
}
.mwform-radio-field input,
.mwform-checkbox-field input {
  display: none;
}

/*---------------------------
   2021/12/02 add styles
----------------------------*/
.p-privacy__terms {
  height: 100%;
  overflow-y: scroll;
}
.p-privacy__terms__wr {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
}
.p-privacy__terms__ttl01 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-privacy__terms__ttl02, .p-privacy__terms__ttl03, .p-privacy__terms__ttl04, .p-privacy__terms__ttl05 {
  margin-bottom: 10px;
}
.p-privacy__terms__ttl02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.p-privacy__terms__txt01:not(:last-child), .p-privacy__terms__txt02:not(:last-child), .p-privacy__terms__txt03:not(:last-child), .p-privacy__terms__txt04:not(:last-child) {
  margin-bottom: 10px;
}
.p-privacy__terms__txt04 {
  text-align: right;
}
.p-privacy__terms__tbl01 {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-bottom: 20px;
}
.p-privacy__terms__tbl01 th, .p-privacy__terms__tbl01 td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 5px 10px;
}
.p-privacy__terms__tbl01 th {
  background: #eee;
  text-align: center;
  width: calc(100% / 3);
}
.p-privacy__terms ol, .p-privacy__terms ul {
  padding-left: 30px;
}
.p-privacy__terms ol:not(:last-child), .p-privacy__terms ul:not(:last-child) {
  margin-bottom: 20px;
}
.p-privacy__terms ol li:not(:last-child), .p-privacy__terms ul li:not(:last-child) {
  margin-bottom: 5px;
}
.p-privacy__terms ol {
  list-style: decimal;
}
.p-privacy__terms ul {
  list-style: disc;
}
.p-privacy__terms__list02 {
  margin-bottom: 20px;
}
.p-privacy__terms__list08 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-privacy__terms__list08 > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .p-privacy__terms__list08 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.p-privacy__terms__list08Wr:not(:last-child) {
  margin-bottom: 20px;
}
.p-privacy__terms__list09 {
  padding-left: 30px;
}
.p-privacy__terms__list09:not(:last-child) {
  margin-bottom: 10px;
}
.p-privacy__terms__list09Wr {
  margin-bottom: 20px;
}
.p-privacy__terms__list09 dd {
  padding-left: 30px;
}

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

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

@-webkit-keyframes text_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes text_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes text_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.kv_slide__catch {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation: text_out 4s ease 0s 1 normal forwards running;
          animation: text_out 4s ease 0s 1 normal forwards running;
  z-index: 3;
}
.kv_slide__catch > p {
  margin: auto;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  max-width: 80%;
}
@media (max-width: 768px) {
  .kv_slide__catch > p {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .kv_slide__catch > p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.slick-current .kv_slide__catch {
  -webkit-animation: text_in 4s ease 0s 1 normal forwards running;
          animation: text_in 4s ease 0s 1 normal forwards running;
}

.tp__kv {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .tp__kv {
    padding-top: 0;
  }
}
.tp__kv__movie {
  position: relative;
  height: calc(100vh - 120px);
  max-height: 1080px;
  pointer-events: none;
}
.tp__kv__movie::before {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: calc(100vh - 120px);
  max-height: 1080px;
  background: url("../img/top/cmm_bg_ptn.png");
  content: "";
}
@media (max-width: 1080px) {
  .tp__kv__movie {
    height: auto;
  }
}
@media (max-width: 768px) {
  .tp__kv__movie {
    height: auto;
    max-height: none;
  }
}
.tp__kv__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tp__kv__movie {
    display: none;
  }
}
.tp__kv__img {
  height: calc(100vh - 120px);
  height: 100vh;
  max-height: 1080px;
}
@media (max-width: 1080px) {
  .tp__kv__img {
    height: 0px;
    padding-top: 80%;
  }
}
@media (max-width: 768px) {
  .tp__kv__img {
    max-height: none;
  }
}
.tp__kv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media (max-width: 1080px) {
  .tp__kv__img img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
.tp__kv__btm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .tp__kv__btm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.tp__kv__btm__img {
  width: 1014px;
  max-width: 53%;
  margin-right: 70px;
}
@media (max-width: 768px) {
  .tp__kv__btm__img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.tp__kv__btm__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 410px;
  height: 70px;
  border-radius: 5px;
  background: #58595A;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tp__kv__btm__btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .tp__kv__btm__btn {
    max-width: calc(100% - 40px);
  }
}
.tp__slider {
  padding: 20px 20px 40px;
  border-radius: 5px;
  background: #313233;
  opacity: 0;
}
@media (max-width: 768px) {
  .tp__slider__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 30px 20px 0;
  }
}
.tp__slider__wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 18.75%;
}
@media (max-width: 768px) {
  .tp__slider__wrap {
    position: static;
    width: calc(50% - 10px);
  }
}
.tp__slider__wrap.is-pick {
  right: calc(18.75% + 40px);
}
.tp__slider__wrap .p-ttl01 {
  margin-bottom: 20px;
  text-align: center;
}
.tp__slider__wrap .p-ttl01 .is-jp {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tp__slider__wrap .p-ttl01 .is-jp {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tp__slider__wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.tp__slider__itm {
  display: block;
  position: relative;
}
.tp__slider__itm::before {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 75%;
  content: "";
}
.tp__slider__itm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.tp__slider__itm figcaption {
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 10px;
  bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 5px #000;
}
.tp__slider .slick-dots {
  left: 0;
  bottom: 10px;
}
.tp__slider .slick-dots li button::before {
  color: #3c3d3f;
  transition: .3s;
  opacity: 1;
}
.tp__slider .slick-dots li.slick-active button:before {
  color: #01a2ed;
  opacity: 1;
}
.tp__haken__li > li {
  float: left;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
@media (min-width: 1081px) {
  .tp__haken__li > li:nth-child(3n) {
    margin-right: 0;
  }
  .tp__haken__li > li:nth-child(n + 4) {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .tp__haken__li > li {
    width: auto;
    margin-right: 30px;
  }
  .tp__haken__li > li:nth-child(5n) {
    margin-right: 0;
  }
  .tp__haken__li > li:nth-child(n + 6) {
    margin-top: 20px;
  }
}
@media (max-width: 1060px) {
  .tp__haken__li > li {
    width: calc((100% - 120px) / 5);
  }
}
@media (max-width: 768px) {
  .tp__haken__li > li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .tp__haken__li > li:nth-child(2n) {
    margin-right: 0;
  }
  .tp__haken__li > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.tp__fix {
  position: fixed;
  top: 160px;
  right: -170px;
  z-index: 2;
}
@media (max-width: 1080px) {
  .tp__fix {
    top: 80px;
  }
}
@media (max-width: 768px) {
  .tp__fix {
    display: none;
  }
}
.tp__fix > li {
  margin-bottom: 10px;
  transition: .3s;
}
.tp__fix > li:last-child {
  margin-bottom: 0;
}
.tp__fix > li.is-active {
  -webkit-transform: translateX(-170px);
          transform: translateX(-170px);
}
.tp__fix__sp {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .tp__fix__sp {
    display: -ms-flexbox;
    display: flex;
  }
}
.tp__fix__sp > li {
  width: calc((100% - 60px) / 5);
  border-right: 1px solid #fff;
  background: #31322E;
}
.tp__fix__sp > li a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 58px;
}
.tp__fix__sp > li.is-chunan {
  border-bottom: 2px solid #8ec6ff;
}
.tp__fix__sp > li.is-touyo {
  border-bottom: 2px solid #ff8e8e;
}
.tp__fix__sp > li.is-medical {
  border-bottom: 2px solid #8effff;
}
.tp__fix__sp > li.is-haken {
  border-bottom: 2px solid #c6ff8e;
}
.tp__fix__sp > li.is-janight {
  border-bottom: 2px solid #ff8eff;
}
.tp__spr {
  padding: 60px 0;
}
.tp__spr__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tp__spr__li > li {
  margin: 0 20px 20px 0;
}
.tp__spr__li > li:nth-child(6n) {
  margin-right: 0;
}
.tp__spr__li > li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media (max-width: 1359px) {
  .tp__spr__li > li {
    width: calc((100% - 80px) / 5);
  }
  .tp__spr__li > li:nth-child(6n) {
    margin-right: 20px;
  }
  .tp__spr__li > li:nth-child(5n) {
    margin-right: 0;
  }
  .tp__spr__li > li:nth-last-child(-n+4) {
    margin-bottom: 20px;
  }
  .tp__spr__li > li:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) {
  .tp__spr__li > li {
    width: calc(25% - 15px);
  }
  .tp__spr__li > li:nth-child(5n) {
    margin-right: 20px;
  }
  .tp__spr__li > li:nth-child(4n) {
    margin-right: 0;
  }
  .tp__spr__li > li:nth-last-child(-n+1) {
    margin-bottom: 20px;
  }
  .tp__spr__li > li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .tp__spr__li > li {
    width: calc(50% - 10px);
  }
  .tp__spr__li > li:nth-child(2n) {
    margin-right: 0;
  }
  .tp__spr__li > li:nth-last-child(-n+4) {
    margin-bottom: 20px;
  }
  .tp__spr__li > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.tp__spr__li > li > a {
  opacity: 1;
  transition: .5s;
}
.tp__spr__li > li > a:hover {
  opacity: .7;
}
.tp__spr__li > li > a img {
  width: 100%;
}
.tp__card01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.tp__card01 .job__li__ttl {
  color: #333;
}
.tp__card01 > li {
  width: calc(33% - 20px);
}
.tp__card01 > li:last-child {
  border: none;
}
@media (max-width: 768px) {
  .tp__card01 > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 768px) {
  .tp__card01 > li > a {
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: #fff;
  }
  .tp__card01 > li > a .job__li__fig {
    min-width: 130px;
    max-width: 130px;
  }
  .tp__card01 > li > a .job__li__cnt {
    padding: 0 0 0 10px;
  }
  .tp__card01 > li > a .job__li__ttl {
    margin: 0;
  }
  .tp__card01 > li > a .job__li__txt {
    margin: 0;
  }
  .tp__card01 > li > a .job__li__data {
    margin-bottom: 0;
  }
}
.tp__card01.is-slider .slick-slide {
  padding: 0 10px;
}
.tp__card01.is-slider .slick-slide a {
  outline: none;
}
.tp__card01.is-arc {
  margin-top: -20px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .tp__card01.is-arc {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.tp__card01.is-arc > li {
  width: calc(50% - 10px);
  margin-top: 20px;
}
@media (max-width: 768px) {
  .tp__card01.is-arc > li {
    margin-top: 0;
    width: 100%;
  }
}
.tp__attention__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center;
  margin-top: -20px;
}
.tp__attention__li > li {
  position: relative;
  width: calc(25% - 15px);
  max-width: 285px;
  margin-top: 20px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .tp__attention__li > li {
    width: calc(50% - 10px);
    max-width: none;
  }
  .tp__attention__li > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.tp__attention__li > li a {
  display: block;
  position: relative;
  border-radius: 5px;
  color: #fff;
  line-height: 1.7;
  overflow: hidden;
}
.tp__attention__li > li a::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
.tp__attention__li > li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0.1deg);
          transform: translate(-50%, -50%) rotate(0.1deg);
  width: calc(100% - 20px);
  min-width: 7em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .tp__attention__li > li a span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  .tp__attention__li > li a span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.tp__attention__li > li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .3s;
}
.tp__attention__li > li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tp__area {
  margin-bottom: 80px;
}
.tp__bnrarea {
  margin-bottom: 60px;
}
.tp__bnrarea__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
.tp__bnrarea__li > li {
  width: 100%;
  margin-top: 20px;
  margin-right: 20px;
}
.tp__bnrarea__li > li a {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tp__bnrarea__li > li a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .tp__bnrarea__li > li {
    max-width: calc((100% - 100px) / 6);
  }
  .tp__bnrarea__li > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .tp__bnrarea__li > li {
    max-width: calc((100% - 40px) / 3);
  }
  .tp__bnrarea__li > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .tp__bnrarea__li > li {
    max-width: calc((100% - 20px) / 2);
  }
  .tp__bnrarea__li > li:nth-child(2n) {
    margin-right: 0;
  }
}
.tp__freebnr {
  padding: 30px 0 20px;
}
@media (max-width: 768px) {
  .tp__freebnr {
    padding: 10px 0 30px;
  }
}
.tp__freebnr__cnt01 {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tp__freebnr__cnt01 {
    margin-bottom: 10px;
  }
}
.tp__freebnr__cnt01 img {
  width: 100%;
}
.tp__freebnr__cnt02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.tp__freebnr__cnt02 > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .tp__freebnr__cnt02 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.tp__freebnr__cnt02 > * {
  width: calc(33.33% - 14px);
}
@media (max-width: 768px) {
  .tp__freebnr__cnt02 > * {
    width: calc(33.33% - 7px);
  }
}
.tp__freebnr__cnt02 > * img {
  width: 100%;
}
.tp__freebnr a {
  display: block;
  transition: .3s;
}
@media (min-width: 769px) {
  .tp__freebnr a:hover {
    opacity: .7;
  }
}

.tpsec__search {
  padding: 60px 0;
  background: #e3e6e9;
}
@media (max-width: 768px) {
  .tpsec__search {
    padding: 30px 0;
  }
}
.tpsec__search__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.tpsec__search__dl {
  width: calc((100% - 80px) / 5);
}
@media (max-width: 768px) {
  .tpsec__search__dl {
    width: 100%;
  }
  .tpsec__search__dl:nth-child(n + 2) {
    margin-top: 10px;
  }
}
.tpsec__search__dl > dt {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .tpsec__search__dl > dt {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    background: #fff;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
  }
  .tpsec__search__dl > dt::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    transition: .3s .3s;
    content: "";
  }
  .tpsec__search__dl > dt::after {
    color: #0079B5;
    font-size: 12px;
    font-size: 0.75rem;
    content: "▼";
  }
  .tpsec__search__dl > dt.is-active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
}
.tpsec__search__dl > dt span {
  color: #0079B5;
}
@media (max-width: 768px) {
  .tpsec__search__dl > dt span {
    display: none;
  }
}
.tpsec__search__dl > dd {
  height: 330px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .tpsec__search__dl > dd {
    display: none;
    height: auto;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tpsec__search__dl > dd ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tpsec__search__dl > dd ul li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .tpsec__search__dl > dd ul li {
    margin-right: 10px;
  }
}
.tpsec__search__dl > dd ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tpsec__search__dl > dd ul li:last-child {
    margin-bottom: 10px;
  }
}
.tpsec__search__input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .tpsec__search__input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.tpsec__search__input input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 20px 0 0 20px;
  background: #3c3d3f;
  color: #fff;
  outline: none;
}
.tpsec__search__input input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}
.tpsec__search__input button[type="submit"] {
  min-width: 375px;
  height: 50px;
  margin-right: 20px;
  padding: 0;
  border: none;
  border-radius: 25px;
  background: #313233;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}
.tpsec__search__input button[type="submit"]:hover {
  opacity: 0.7;
}
.tpsec__search__input button[type="submit"] span {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .tpsec__search__input button[type="submit"] {
    width: 100%;
    min-width: 100px;
    margin-right: 0;
  }
}
.tpsec__search__input button[type="submit"] img {
  width: 65px;
}
.tpsec__search__clear {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  height: 50px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tpsec__search__clear:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .tpsec__search__clear {
    margin-top: 10px;
    width: 100%;
  }
}
.tpsec__info {
  padding: 60px 0;
  background: url("../img/top/index_infomation_bg01_pc.png") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .tpsec__info {
    padding: 30px 0;
  }
}
.tpsec__info__bnr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .tpsec__info__bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 30px;
  }
}
.tpsec__info__bnr > li {
  width: 100%;
  max-width: 33.33%;
  margin-right: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .tpsec__info__bnr > li {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tpsec__info__bnr > li:last-child {
    margin-bottom: 0;
  }
}
.tpsec__info__bnr > li:last-child {
  margin-right: 0;
}
.tpsec__info__bnr > li a {
  display: block;
  transition: .3s;
}
.tpsec__info__bnr > li a:hover {
  opacity: .7;
}
.tpsec__info__nv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .tpsec__info__nv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.tpsec__info__nv > li {
  width: 100%;
  max-width: calc(50% - 20px);
  margin-right: 40px;
}
@media (max-width: 768px) {
  .tpsec__info__nv > li {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .tpsec__info__nv > li:last-child {
    margin-bottom: 0;
  }
}
.tpsec__info__nv > li:last-child {
  margin-right: 0;
}
.tpsec__info__nv > li a {
  display: block;
  transition: .3s;
}
.tpsec__info__nv > li a:hover {
  opacity: .7;
}
.tpsec__top {
  padding-top: 230px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .tpsec__top {
    padding-top: 40px;
    background: no-repeat;
    background-position: center;
  }
}
.tpsec__top.is-cn {
  background-image: url("../img/top/tpsec01_bg_pc.png");
}
@media (max-width: 768px) {
  .tpsec__top.is-cn {
    background-image: url("../img/top/tpsec01_bg_sp.png");
  }
}
.tpsec__top.is-to {
  background-image: url("../img/top/tpsec02_bg_pc.png");
}
@media (max-width: 768px) {
  .tpsec__top.is-to {
    background-image: url("../img/top/tpsec02_bg_sp.png");
  }
}
.tpsec__top.is-ka {
  background-image: url("../img/top/tpsec03_bg_pc.png");
}
@media (max-width: 768px) {
  .tpsec__top.is-ka {
    background-image: url("../img/top/tpsec03_bg_sp.png");
  }
}
.tpsec__top.is-ha {
  background-image: url("../img/top/tpsec04_bg_pc.png");
}
@media (max-width: 768px) {
  .tpsec__top.is-ha {
    background-image: url("../img/top/tpsec04_bg_sp.png");
  }
}
.tpsec__top.is-ni {
  background-image: url("../img/top/tpsec05_bg_pc.png");
}
@media (max-width: 768px) {
  .tpsec__top.is-ni {
    background-image: url("../img/top/tpsec05_bg_sp.png");
  }
}
.tpsec__top__col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.tpsec__top__col2 > * {
  width: calc(50% - 20px);
}
@media (max-width: 1080px) {
  .tpsec__top__col2 > * {
    width: 100%;
  }
  .tpsec__top__col2 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.tpsec__ttl {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .tpsec__ttl.sp {
    display: block;
  }
}
.tpsec__pickup {
  margin-bottom: 80px;
}
.tpsec__tokusyu {
  padding-top: 60px;
  margin-bottom: 80px;
}
.tpsec__tokusyu > section {
  margin-bottom: 40px;
}
.tpsec__tokusyu__ttl {
  margin-bottom: 40px;
  border-top: 3px solid #313233;
}
@media (max-width: 768px) {
  .tpsec__tokusyu__ttl {
    margin-bottom: 30px;
  }
}
.tpsec__tokusyu__ttl__img {
  width: 1000px;
}

.utop__kv {
  padding: 75px 0;
  background-size: cover;
}
.utop__kv.is-chunan {
  background-image: url("../img/utop/chunan_kv_kv01_pc.png");
}
.utop__kv.is-touyo {
  background-image: url("../img/utop/touyo_kv_kv01_pc.png");
}
.utop__kv.is-medical {
  background-image: url("../img/utop/medical_kv_kv01_pc.png");
}
.utop__kv.is-haken {
  background-image: url("../img/utop/haken_kv_kv01_pc.png");
}
.utop__kv.is-janight {
  background-image: url("../img/utop/janight_kv_kv01_pc.png");
}
.utop__kv.is-staff {
  background-image: url("../img/utop/staff_kv_kv01_pc.png");
}
.utop__kv.is-group {
  background-image: url("../img/utop/group_kv_kv01_pc.png");
}
.utop__sec {
  margin-bottom: 60px;
}
.utop__sec:last-child {
  margin-bottom: 0;
}
.utop__em__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .utop__em__li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.utop__em__li > li {
  width: calc(33.3333% - 13px);
  max-width: calc(33.3333% - 13px);
}
@media (max-width: 768px) {
  .utop__em__li > li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .utop__em__li > li:last-child {
    margin-bottom: 0;
  }
}
.utop__em__li > li a {
  display: block;
  transition: .3s;
}
.utop__em__li > li a:hover {
  opacity: .7;
}
.utop__em__li > li a img {
  width: 100%;
}

.company__sec {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .company__sec {
    padding: 40px 0;
  }
}
.company__in {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.company__mv {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .company__mv {
    margin: 0 auto 20px;
  }
}
.company__mv__in {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding-top: 56.25%;
}
.company__mv__in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.company__fig {
  margin-bottom: 20px;
}
.company__ld {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.company__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 80px;
}
.company__cnt > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .company__cnt {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media (max-width: 768px) {
  .company__cnt {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-bottom: 40px;
  }
}
.company__cnt__ld {
  font-size: 16px;
  font-size: 1rem;
  width: calc(100% - 500px);
  padding-right: 40px;
}
@media (max-width: 768px) {
  .company__cnt__ld {
    width: 100%;
    padding: 0;
  }
}
.company__cnt__fig {
  width: 500px;
}
@media (max-width: 768px) {
  .company__cnt__fig {
    width: 100%;
    margin-bottom: 20px;
  }
}
.company__img {
  width: 100%;
  max-width: 800px;
  margin: auto auto 40px;
}
@media (max-width: 768px) {
  .company__img {
    margin-bottom: 20px;
  }
}
.company__map {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .company__map {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.company__map > iframe {
  width: 100%;
  max-width: 1000px;
  height: 318px;
}
@media (max-width: 768px) {
  .company__map > iframe {
    height: 250px;
  }
}

.p-dl01 > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-bottom: 1px solid;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1;
}
.p-dl01 > div > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .p-dl01 > div {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media (max-width: 768px) {
  .p-dl01 > div {
    border-bottom: none;
  }
}
.p-dl01 > div:last-of-type {
  border-bottom: none;
}
.p-dl01 > div dt {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 33.33%;
  padding: 18px 65px 18px 20px;
  background: #0079b5;
  color: #fff;
}
@media (max-width: 768px) {
  .p-dl01 > div dt {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    padding: 7px 55px 7px 10px;
  }
}
.p-dl01 > div dd {
  padding: 18px 20px;
  width: calc(100% - 33.33%);
  background: #fff;
}
@media (max-width: 768px) {
  .p-dl01 > div dd {
    width: 100%;
    padding: 10px;
    line-height: 1.6;
  }
}
.p-dl01.is-mb55 {
  margin-bottom: 55px;
}

.advertise__cnt {
  margin-bottom: 40px;
}
.advertise__cnt p {
  margin-bottom: 20px;
}
.advertise__cnt p:last-child {
  margin-bottom: 0;
}
.advertise__cnt img {
  margin-bottom: 20px;
}
.advertise__cnt img:last-child {
  margin-bottom: 0;
}

.privacy__ol01 {
  margin-bottom: 40px;
}
.privacy__ol01 > li {
  margin-bottom: 40px;
}
.privacy__ol01 > li:last-child {
  margin-bottom: 0;
}
.privacy__ol02 > li {
  margin-bottom: 20px;
}
.privacy__ol02 > li:last-child {
  margin-bottom: 0;
}
.privacy__ul01 {
  margin-bottom: 20px;
}

.privacy-policy h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.privacy-policy h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.privacy-policy h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.privacy-policy p {
  margin-bottom: 20px;
}
.privacy-policy p:last-child {
  margin-bottom: 0;
}
.privacy-policy .is-abc {
  list-style-type: lower-latin;
  list-style-position: inside;
}

.top__bn {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
}
.top__news {
  padding: 20px 0;
  background: none;
}
@media (max-width: 768px) {
  .top__news {
    padding-bottom: 30px;
  }
}
.top__news__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 768px) {
  .top__news__in {
    display: block;
    text-align: center;
  }
}
.top__news__icon {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .top__news__icon {
    margin: 0 0 20px 0;
  }
}
.top__news__icon img {
  width: 15px;
}
@media (max-width: 768px) {
  .top__news__ttl {
    margin-bottom: 20px;
  }
}
.top__news__ttl a {
  display: block;
  position: relative;
  color: #ef8609;
}
.top__news__ttl a::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: .3s;
  content: "";
}
.top__news__ttl a:hover::after {
  background: #ef8609;
}
.top__news__btn {
  background: #ef8609;
  margin-left: auto;
  margin-right: 0;
  border-radius: 5px;
}
.top__news__btn a {
  display: block;
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
}

.top__news {
  background: none;
}

.top__place {
  float: none;
  width: auto;
  max-width: 100%;
}

.top__news__btn {
  background: #0079B5;
}

.top__news__ttl a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.top__news__ttl a:hover {
  opacity: 0.7;
}
.top__news__ttl a::after {
  display: none;
}

.privacy-policy table {
  margin-bottom: 40px;
}

.privacy-policy table tr,
.privacy-policy table td,
.privacy-policy table {
  border-collapse: collapse;
  border: 1px solid #9d9d9d;
  padding: 5px;
  vertical-align: middle;
}

.privacy-policy table td:nth-child(1) {
  text-align: center;
  width: 15%;
}

.privacy-policy table td:nth-child(3) {
  text-align: center;
  width: 13%;
}

.privacy-policy table tr:nth-child(1) td {
  text-align: center;
}

@media (max-width: 768px) {
  .privacy-policy table td:nth-child(1),
  .privacy-policy table td:nth-child(3) {
    width: 20%;
  }
}
.register__img {
  margin-bottom: 40px;
}
.register__img:last-child {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .register__img {
    margin-bottom: 20px;
  }
  .register__img:last-child {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.register__img.is-mt40 {
  margin-top: 40px;
}

.useful * {
  line-height: 1.7;
}
.useful__hd {
  margin-bottom: 60px;
}
.useful__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.useful__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .useful__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.useful__li > li {
  width: calc((100% - 60px) / 4);
  border-radius: 5px;
  border: 1px solid #0079b5;
}
@media (max-width: 768px) {
  .useful__li > li {
    width: calc((100% - 10px) / 2);
  }
  .useful__li > li:nth-of-type(1), .useful__li > li:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
.useful__li > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  padding: 13px;
  text-align: center;
  position: relative;
}
.useful__li > li a:hover {
  opacity: 0.7;
}
@media (max-width: 320px) {
  .useful__li > li a {
    padding: 13px 15px 13px 5px;
  }
}
.useful__li > li a::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: auto;
  transition: .3s;
  right: 10px;
  content: "";
  height: 9px;
  width: 10px;
  background: url("../img/common/cmn_btn_icoArrow02.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .useful__li > li a::before {
    height: 6px;
    width: 7px;
    right: 6px;
  }
}
.useful__li > li span {
  display: inline-block;
  color: #0079b5;
}
@media (max-width: 320px) {
  .useful__li > li span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.useful__sec {
  margin-bottom: 60px;
}
.useful__cnt {
  margin-bottom: 40px;
}
.useful__cnt__ttl01 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0079b5;
  font-weight: bold;
}
.useful__cnt__ttl01.is-mb10 {
  margin-bottom: 10px;
}
.useful__cnt__ttl02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  line-height: 1;
}
.useful__cnt__ld01 {
  margin-bottom: 30px;
}
.useful__cnt__txt {
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.useful__cnt__txt.is-mb30 {
  margin-bottom: 30px;
}
.useful__cnt__li01 {
  margin-bottom: 30px;
}
.useful__cnt__li01.is-last {
  margin-bottom: 0;
}
.useful__cnt__li01 > li::before {
  content: "・";
}
.useful__cnt__li02 {
  margin-bottom: 30px;
}
.useful__cnt__li02.is-last {
  margin-bottom: 0;
}
.useful__cnt__li02 > li > span {
  color: #f02020;
}
.useful__cnt__fig {
  text-align: center;
  margin-bottom: 10px;
}
.useful__cnt__tbl {
  width: 100%;
}
@media (max-width: 768px) {
  .useful__cnt__tbl {
    font-size: 68.75%;
  }
}
.useful__cnt__tbl__wr {
  height: 300px;
  overflow-y: auto;
  border: solid 1px #ccc;
  border-radius: 5px;
  -ms-overflow-style: none;
}
.useful__cnt__tbl__wr::-webkit-scrollbar {
  display: none;
}
.useful__cnt__tbl th {
  background-color: #f4f4f4;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
.useful__cnt__tbl th > span {
  display: inline-block;
}
.useful__cnt__tbl th:last-of-type {
  border-right: none;
}
.useful__cnt__tbl tr:last-of-type td {
  border-bottom: none;
}
.useful__cnt__tbl tr:nth-child(2n) td {
  background: #e9f4fe;
}
.useful__cnt__tbl tr td {
  vertical-align: middle;
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 0.5em;
  background: #FFFFFF;
}
.useful__cnt__tbl tr td:last-of-type {
  border-right: none;
}
.useful__cnt__tbl tr td > span {
  display: inline-block;
}
.useful__btn {
  width: calc(50% - 15px);
  background: #ef8609;
  border-radius: 5px;
}
.useful__btn a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  padding: 30px;
  text-align: center;
  position: relative;
}
.useful__btn a:hover {
  opacity: 0.7;
}
.useful__btn a::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: auto;
  transition: .3s;
  right: 10px;
  content: "";
  height: 9px;
  width: 10px;
  background: url("../img/common/cmn_btn_icoArrow04.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .useful__btn a::before {
    height: 6px;
    width: 7px;
  }
}
.useful__btn span {
  display: inline-block;
  line-height: 1;
  color: #fff;
}
.useful__btn span:first-of-type {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .useful__btn {
    width: 100%;
  }
  .useful__btn:first-of-type {
    margin-bottom: 10px;
  }
}
.useful__btn__wr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.useful__btn__wr > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .useful__btn__wr {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.useful__faq__li {
  margin-bottom: 30px;
}
.useful__faq__li:last-of-type {
  margin-bottom: 60px;
}
.useful__faq__dl > dt {
  position: relative;
  padding: 13px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .useful__faq__dl > dt {
    padding-right: 30px;
  }
}
.useful__faq__dl > dt::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: auto;
  transition: .3s;
  right: 20px;
  content: "";
  width: 9px;
  height: 10px;
  background: url("../img/common/cmn_btn_icoArrow03.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .useful__faq__dl > dt::before {
    width: 6px;
    height: 7px;
    right: 15px;
  }
}
.useful__faq__dl > dt.is-active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.useful__faq__dl > dd {
  display: none;
  padding: 13px 13px 13px 27px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.useful__faq__dl > dd a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #595959;
}
.useful__faq__dl > dd a:hover {
  opacity: 0.7;
}
.useful__faq__dl > dd .is-bold {
  font-weight: bold;
}
.useful__faq__dl__deco {
  position: relative;
}
.useful__faq__dl__deco::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "A";
  color: #f02020;
}
.useful__faq__dl__an {
  font-size: 12px;
  font-size: 0.75rem;
}
.useful__faq__dl__li {
  margin: 15px 0 0;
}
.useful__faq__dl__li li {
  font-weight: bold;
}
.useful__faq__dl__ttl::before {
  content: "Q";
  margin-right: 5px;
}
.useful__faq__dl__ld.is-mb10 {
  margin-bottom: 10px;
}

.withdrawal__warning {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.withdrawal__warning__txt {
  line-height: 1.7;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
.withdrawal form p {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
.withdrawal form .p-txtinput01 {
  margin-top: 20px;
}
.withdrawal form .p-btn01 {
  width: 100%;
}

.pref__top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pref__top__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.pref__ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.pref__ttl::first-letter {
  color: #df1d66;
}
.pref__search {
  width: calc(100% - 400px);
}
@media (max-width: 768px) {
  .pref__search {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pref__search__in {
  padding: 40px;
  border-radius: 5px;
  background: #007BBA;
}
@media (max-width: 768px) {
  .pref__search__in {
    padding: 20px;
  }
}
.pref__search__ttl {
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
}
.pref__search__ttl .is-en,
.pref__search__ttl .is-jp {
  display: block;
}
.pref__search__ttl .is-en {
  font-size: 16px;
  font-size: 1rem;
}
.pref__search__ttl .is-jp {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.pref__search__txt {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 5px;
  background: #11609A;
}
@media (max-width: 768px) {
  .pref__search__txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pref__search__txt input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 5px 0 0 5px;
  box-shadow: none;
  background: #FFF;
  font: inherit;
  appearance: none;
}
.pref__search__txt input::-webkit-input-placeholder {
  color: #999999;
  font: inherit;
}
.pref__search__txt input::-moz-placeholder {
  color: #999999;
  font: inherit;
}
.pref__search__txt input:-ms-input-placeholder {
  color: #999999;
  font: inherit;
}
.pref__search__txt input::placeholder {
  color: #999999;
  font: inherit;
}
@media (max-width: 768px) {
  .pref__search__txt input {
    border-radius: 5px 5px 0 0;
  }
}
.pref__search__txt__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 100px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  background: #FFC400;
  font: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.3s ease;
  appearance: none;
}
.pref__search__txt__submit:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .pref__search__txt__submit {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
}
.pref__search__dl__ttl {
  margin-top: 60px;
  border-radius: 5px 5px 0 0;
  background: #ECEEF0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 768px) {
  .pref__search__dl__ttl {
    margin-top: 40px;
  }
}
.pref__search__dl > div {
  padding: 20px 20px 10px;
  background: #FFF;
}
.pref__search__dl > div > dt {
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px;
  border: 1px solid #CCC;
  background: #FFFAEB;
  line-height: 40px;
  cursor: pointer;
}
.pref__search__dl > div > dt::before, .pref__search__dl > div > dt::after {
  display: block;
  position: absolute;
  background: #595959;
  content: "";
}
.pref__search__dl > div > dt::before {
  top: calc(50% - 1px);
  right: 20px;
  width: 10px;
  height: 2px;
}
.pref__search__dl > div > dt::after {
  top: calc(50% - 5px);
  right: 24px;
  width: 2px;
  height: 10px;
  transition: .3s;
}
.pref__search__dl > div > dt.is-active::after {
  opacity: 0;
}
.pref__search__dl > div > dd {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  border: 1px solid #CCC;
}
.pref__search__dl > div > dd:last-child {
  margin-bottom: 10px;
}
.pref__search__btm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding: 20px 20px 40px;
}
@media (max-width: 768px) {
  .pref__search__btm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pref__search__submit {
  width: 360px;
  max-width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  background: #007BBA;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.pref__search__submit:hover {
  opacity: 0.7;
}
.pref__search__submit .is-result {
  color: #FFC400;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pref__search__submit .is-result {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.pref__search__submit .is-ken {
  padding-left: 5px;
  padding-right: 10px;
  color: #FFC400;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pref__search__submit .is-ken {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 0;
  }
}
.pref__search__submit .is-txt {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pref__search__submit .is-txt {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .pref__search__submit {
    width: 100%;
  }
}
.pref__search__clear {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  margin-left: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.pref__search__clear:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .pref__search__clear {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    line-height: 40px;
  }
}
.pref__side {
  width: 360px;
  max-width: 100%;
}
.pref__side__dl:not(:last-child) {
  margin-bottom: 20px;
}
.pref__side__dl > div {
  border: 1px solid #CCC;
  border-radius: 5px;
}
.pref__side__dl > div > dt {
  border-bottom: 1px solid #CCC;
  background: #ECEEF0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}
.pref__side__dl > div > dd {
  padding: 20px;
  background: #FFF;
}
.pref__side__dl > div > dd a {
  color: #007BBA;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.pref__side__dl > div > dd a:hover {
  opacity: 0.7;
}
.pref__side__dl > div > dd:last-child {
  padding-top: 0;
  text-align: right;
}
.pref__side__dl > div > dd:last-child a {
  font-size: 14px;
  font-size: 0.875rem;
}

.job__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .job__li {
    margin-bottom: 20px;
  }
}
.job__li > li {
  width: calc(50% - 10px);
}
.job__li > li:nth-child(n + 3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .job__li > li {
    width: 100%;
  }
  .job__li > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.job__li__fig {
  background: #fff;
}
.job__li__fig a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.job__li__fig a::before {
  display: block;
  padding-top: 75%;
  content: "";
}
.job__li__fig a:hover {
  opacity: .7;
}
.job__li__fig a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.job__li__cnt {
  padding: 20px;
  background: #fff;
}
.job__li__ttl {
  margin-bottom: 20px;
  font-weight: bold;
}
.job__li__txt {
  margin-bottom: 15px;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}
.job__li__iwai {
  margin-bottom: 20px;
  border: 1px solid #969696;
  border-radius: 5px;
  text-align: center;
}
.job__li__iwai__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.job__li__iwai__money {
  color: #df1d66;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.job__li__cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: 20px;
}
.job__li__cat > li {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
}
.job__li__cat > li:last-child {
  margin-right: 0;
}
.job__li__cat > li.is-em-full {
  background: #1672c1;
}
.job__li__cat > li.is-em-junior {
  background: #0cacac;
}
.job__li__cat > li.is-em-contract {
  background: #0ecfcf;
}
.job__li__cat > li.is-em-haken {
  background: #3c997c;
}
.job__li__cat > li.is-em-part {
  background: #3da283;
}
.job__li__cat > li.is-em-other {
  background: #aaa;
}
.job__li__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}
.job__li__data > li {
  position: relative;
  margin-top: 5px;
  margin-right: 20px;
  padding-left: 20px;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}
.job__li__data > li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.job__li__data > li:first-child::before {
  background-image: url("../img/common/job_li_ico01.png");
}
.job__li__data > li:nth-child(2)::before {
  background-image: url("../img/common/job_li_ico02.png");
}
.job__li__data > li:nth-child(3)::before {
  background-image: url("../img/common/job_li_ico03.png");
}
.job__li__data > li:last-child {
  margin-right: 0;
}
.job__li__data > li:last-child::before {
  background-image: url("../img/common/job_li_ico04.png");
}
.job__li__tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}
.job__li__tag > li {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #969696;
  border-radius: 5px;
  color: #969696;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
}
.job__li__tag > li:last-child {
  margin-right: 0;
}
.job__li__more {
  display: block;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background: #0079b5;
  color: #fff;
  text-align: center;
  line-height: 40px;
  transition: .3s;
}
.job__li__more:hover {
  opacity: .7;
}
.job__li__more::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url("../img/common/btn_arrow01.png") no-repeat;
  background-size: cover;
  content: "";
}
.job__sec {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .job__sec {
    margin-bottom: 30px;
  }
}
.job__catch {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .job__catch {
    text-align: center;
  }
}
.job__youtube {
  position: relative;
}
.job__youtube::before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: "";
}
.job__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job__period {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #595959;
}
.job__period.is-btm {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .job__period.is-btm {
    margin-bottom: 30px;
  }
}
.job__cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: -5px;
}
.job__cat > li {
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 5px;
  border: 1px solid #969696;
  border-radius: 5px;
  background: #fff;
  color: #969696;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
}
.job__cat > li:first-child {
  margin-left: 0;
}
.job__map__cnt {
  position: relative;
  padding-top: 56.25%;
}
.job__map__cnt > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job__single__tmb {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .job__single__tmb {
    margin-bottom: 20px;
  }
}
.job__single__slider .slick-slide {
  outline: none;
}
.job__single__slider .slick-slide img {
  margin: 0 auto;
}
.job__single__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}
.job__single__btn.is-center {
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .job__single__btn {
    margin-bottom: 30px;
  }
}
.job__single__btn__in {
  width: calc(50% - 10px);
}
.job__single__btn__in:nth-child(3) {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .job__single__btn__in {
    width: 100%;
  }
  .job__single__btn__in:nth-child(2), .job__single__btn__in:nth-child(3) {
    margin-top: 10px;
  }
}
.job__single__btn .simplefavorite-button {
  margin-top: 0;
  line-height: 60px;
}
.job__single__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 5px;
  background: #0079b5;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  transition: .3s;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.job__single__submit::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url("../img/common/btn_arrow01.png") no-repeat;
  background-size: cover;
  content: "";
}
.job__single__submit:hover {
  opacity: .7;
}
.job__single__submit input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.haken__li > li {
  float: left;
  width: calc(25% - 20px);
  margin-right: 26px;
}
.haken__li > li:nth-child(4n) {
  margin-right: 0;
}
.haken__li > li:nth-child(n + 5) {
  margin-top: 20px;
}
@media (max-width: 567px) {
  .haken__li > li {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .haken__li > li:nth-child(2n) {
    margin-right: 0;
  }
  .haken__li > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.entry__hd {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.entry__hd > dt,
.entry__hd > dd {
  padding: 10px 20px;
}
.entry__hd > dt {
  background: #ddd;
  font-weight: bold;
  text-align: center;
}
.entry__hd > dd {
  background: #fff;
}
.entry__hd > dd input {
  width: 100%;
  border: none;
  pointer-events: none;
}
.entry__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.entry__back, .entry__submit {
  width: 100%;
  position: relative;
  transition: .3s;
}
.entry__back::after, .entry__submit::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url("../img/common/btn_arrow01.png") no-repeat;
  background-size: cover;
  content: "";
}
.entry__back:hover, .entry__submit:hover {
  opacity: .7;
}
.entry__back input, .entry__submit input {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
.entry__back {
  display: none;
  margin-right: 20px;
}
.entry__back input {
  background: #df1d66;
}
.entry__submit input {
  background: #0079b5;
}

.mw_wp_form_confirm .entry__back, .mw_wp_form_confirm .entry__submit {
  width: calc(100% - 10px);
}
.mw_wp_form_confirm .entry__back {
  display: block;
}

.scoutmail__li > li {
  position: relative;
  margin-bottom: 40px;
}
.scoutmail__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
  line-height: 1.7;
}
.scoutmail__img01 img {
  border: 1px solid #ccc;
}

.search__current__ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
.search__current__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__current__li > li::after {
  margin-right: 0.5em;
  content: ",";
}
.search__current__li > li:last-child::after {
  margin-right: 0;
  content: "";
}

.iwaikin__lv img {
  width: 100%;
}
.iwaikin__in {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .iwaikin__in {
    padding: 30px 0;
  }
}
.iwaikin__lead {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .iwaikin__lead {
    margin-bottom: 30px;
  }
}

.iwaikin__cnt {
  padding: 70px 60px 60px;
  background-color: #eceef0;
  border-radius: 5px;
  border: solid 1px #0079b5;
  text-align: center;
}

@media (max-width: 768px) {
  .iwaikin__cnt {
    padding: 35px 20px 17px;
  }
}
.iwaikin__cnt__fig {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .iwaikin__cnt__fig {
    margin-bottom: 40px;
  }
}
.p-btnWr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  max-width: 680px;
  margin: 0 auto 40px;
}
.p-btnWr > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .p-btnWr {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.p-btnWr > * {
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .p-btnWr {
    margin-bottom: 30px;
  }
  .p-btnWr > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-btnWr > *:last-child {
    margin-bottom: 0;
  }
}
.iwaikin__li {
  text-align: left;
  padding-left: 22px;
}
.iwaikin__li > li {
  position: relative;
}
.iwaikin__li > li::before {
  position: absolute;
  left: -22px;
  top: 0;
  content: '※';
}

.wpmem_msg {
  margin-bottom: 20px;
  padding: 17.5px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.edit__wrap .link-text {
  margin-top: 10px;
}
.edit__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #ddd;
  overflow: hidden;
}
@media (max-width: 768px) {
  .edit__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.edit__row > label {
  width: 280px;
  padding: 0 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .edit__row > label {
    width: 100%;
    padding: 8.5px 20px;
  }
}
.edit__row .div_text,
.edit__row .div_radio,
.edit__row .div_select {
  width: calc(100% - 280px);
  padding: 10px 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .edit__row .div_text,
  .edit__row .div_radio,
  .edit__row .div_select {
    width: 100%;
  }
}
.edit__row .div_radio {
  display: -ms-flexbox;
  display: flex;
}
.edit__row .div_radio input[type="radio"] {
  display: none;
}
.edit__row .div_radio input[type="radio"] + label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.edit__row .div_radio input[type="radio"] + label::before {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  content: "";
}
.edit__row .div_radio input[type="radio"] + label::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 6px;
  border-left: 3px solid #01a2ed;
  border-bottom: 3px solid #01a2ed;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.edit__row .div_radio input[type="radio"] + label:last-child {
  margin-right: 0;
}
.edit__row .div_radio input[type="radio"]:checked + label::after {
  display: block;
}
.edit__row .textbox,
.edit__row .username,
.edit__row .password,
.edit__row input.text {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.edit__row .dropdown {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.edit__row--first {
  border-radius: 5px 5px 0 0;
}
.edit__row--last {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #ccc;
}
.edit__row--last.edit__row--first {
  border-radius: 5px;
}
.edit__row--last .div_text.is-tos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.edit__row--last .div_text.is-tos > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .edit__row--last .div_text.is-tos {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.edit__row--last .div_text input[type="checkbox"] {
  display: none;
}
.edit__row--last .div_text input[type="checkbox"] + label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  float: left;
  cursor: pointer;
}
.edit__row--last .div_text input[type="checkbox"] + label::before {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  content: "";
}
.edit__row--last .div_text input[type="checkbox"] + label::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 6px;
  border-left: 3px solid #01a2ed;
  border-bottom: 3px solid #01a2ed;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.edit__row--last .div_text input[type="checkbox"]:checked + label::after {
  display: block;
}
.edit__row ~ .p-privacy__terms__wr {
  margin-top: 20px;
}
.edit__note {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
}
.edit__btn {
  position: relative;
  margin-top: 40px;
}
.edit__btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url(../img/common/btn_arrow01.png) no-repeat;
  background-size: cover;
  content: "";
}
.edit__btn input {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #0079b5;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 60px;
  transition: .3s;
  cursor: pointer;
  -webkit-appearance: none;
}
.edit__btn input:hover {
  opacity: .7;
}

span.req {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  border-radius: 5px;
  background: #df1d66;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}

.login .div_text {
  width: 100%;
}
.login__form .link-text {
  margin-top: 10px;
}
.login__btnarea {
  text-align: center;
}
.login__save {
  display: inline-block;
  margin: 20px 0;
}

.mypage__dl__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #eee;
  overflow: hidden;
}
.mypage__dl__cnt:first-child {
  border-radius: 5px 5px 0 0;
}
.mypage__dl__cnt:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .mypage__dl__cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mypage__dl__dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 200px;
  padding: 0 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mypage__dl__dt {
    padding: 10px 20px;
  }
}
.mypage__dl__dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 400px);
  padding: 18.5px 20px;
  background: #fff;
}
.mypage__dl__btn {
  width: 200px;
  padding: 0;
  background: #0079b5;
}
.mypage__dl__btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  transition: .3s;
}
.mypage__dl__btn a::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 20px;
  background: url("../img/common/btn_arrow01.png") no-repeat;
  background-size: cover;
  content: "";
}
.mypage__dl__btn a:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .mypage__dl__btn a {
    padding: 10.5px 50px;
  }
}
@media (max-width: 768px) {
  .mypage__dl__dt, .mypage__dl__dd, .mypage__dl__btn {
    width: 100%;
  }
}

.sitemap__ttl01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sitemap__ttl01 {
    margin-bottom: 10px;
    text-align: center;
  }
}
.sitemap__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 40px;
}
.sitemap__cnt > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .sitemap__cnt {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media (max-width: 768px) {
  .sitemap__cnt {
    margin-bottom: 20px;
  }
  .sitemap__cnt:last-child {
    margin-bottom: 0;
  }
}
.sitemap__cnt__in {
  width: 50%;
  text-align: left;
}
@media (max-width: 768px) {
  .sitemap__cnt__in {
    width: 100%;
    text-align: center;
  }
  .sitemap__cnt__in.is-mb40 {
    margin-bottom: 20px;
  }
}
.sitemap__li01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.sitemap__li01 > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .sitemap__li01 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.sitemap__li01 > li {
  width: 50%;
  text-align: left;
}
@media (max-width: 768px) {
  .sitemap__li01 > li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .sitemap__li01 > li:last-child {
    margin-bottom: 0;
  }
}
.sitemap__li01 > li > a {
  position: relative;
  color: #000;
  display: inline-block;
}
.sitemap__li01 > li > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
.sitemap__li01 > li > a:hover::after {
  width: 100%;
}
.sitemap__li02 > li {
  margin-bottom: 10px;
}
.sitemap__li02 > li > a {
  position: relative;
  color: #000;
  display: inline-block;
}
.sitemap__li02 > li > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
.sitemap__li02 > li > a:hover::after {
  width: 100%;
}

.staff {
  padding: 80px 0 40px;
}
.staff img {
  pointer-events: none;
}
@media (max-width: 768px) {
  .staff {
    padding: 40px 0 20px;
  }
}
.staff__in {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.staff__ceo__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 80px;
}
.staff__ceo__cnt > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .staff__ceo__cnt {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media (max-width: 768px) {
  .staff__ceo__cnt {
    margin-bottom: 40px;
  }
}
.staff__ceo__txt {
  width: calc(100% - 33.33% - 40px);
  padding: 40px;
  background: #fff;
}
@media (max-width: 1080px) {
  .staff__ceo__txt {
    width: calc(100% - 33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .staff__ceo__txt {
    padding: 20px 20px 30px;
    width: 100%;
  }
}
.staff__ceo__ld {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .staff__ceo__ld {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.staff__ceo__ld span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.staff__ceo__sig {
  text-align: right;
}
.staff__ceo__sig img {
  width: 100%;
  max-width: 248px;
}
.staff__ceo__fig {
  width: 33.33%;
}
@media (max-width: 768px) {
  .staff__ceo__fig {
    width: 100%;
  }
}
.staff__list__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.staff__list__filter > li {
  width: calc(16.66% - 17px);
}
@media (max-width: 1080px) {
  .staff__list__filter > li {
    width: calc(25% - 15px);
  }
}
@media (max-width: 768px) {
  .staff__list__filter > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 374px) {
  .staff__list__filter > li {
    width: 100%;
  }
}
.staff__list__filter > li:not(:nth-of-type(6n)) {
  margin-right: 20px;
}
@media (max-width: 1080px) {
  .staff__list__filter > li:not(:nth-of-type(6n)) {
    margin-right: 0;
  }
}
@media (max-width: 1080px) {
  .staff__list__filter > li:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .staff__list__filter > li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .staff__list__filter > li:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
}
@media (max-width: 374px) {
  .staff__list__filter > li:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}
.staff__list__filter > li:nth-of-type(n+7) {
  margin-top: 20px;
}
@media (max-width: 1080px) {
  .staff__list__filter > li:nth-of-type(n+5) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .staff__list__filter > li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 374px) {
  .staff__list__filter > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.staff__list__filter > li > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #0079b5;
  font-size: 14px;
  color: #fff;
  border: 1px solid #0079b5;
  border-radius: 5px;
  height: 60px;
  cursor: pointer;
  transition: .3s;
  line-height: 1.2;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .staff__list__filter > li > div {
    height: 50px;
  }
}
.staff__list__filter > li > div:hover {
  opacity: .7;
}
.staff__list__filter > li > div.is-active {
  background-color: #fff;
  color: #0079b5;
}
.staff__list__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 -20px;
}
.staff__list__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .staff__list__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media (max-width: 1080px) {
  .staff__list__li {
    margin: 0 -10px;
  }
}
.staff__list__li > li {
  width: 25%;
  padding: 0 20px 40px;
}
@media (max-width: 1080px) {
  .staff__list__li > li {
    width: 25%;
    padding: 0 10px 20px;
  }
}
@media (max-width: 768px) {
  .staff__list__li > li {
    width: 100%;
  }
}
.staff__list__li a {
  display: block;
}
@media (max-width: 768px) {
  .staff__list__li a {
    max-width: 375px;
    margin: auto;
  }
}
.staff__list__li a:hover > * {
  opacity: 0.7;
}
.staff__list__li figure {
  height: 270px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1080px) {
  .staff__list__li figure {
    margin-bottom: 10px;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .staff__list__li figure {
    margin: 0 auto 10px;
    height: 270px;
    max-width: 375px;
  }
}
.staff__list__li figure > img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: all 0.3s ease 0s;
}
@media (max-width: 1080px) {
  .staff__list__li figure > img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .staff__list__li figure > img {
    height: 270px;
  }
}
.staff__list__li h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 80px;
  text-align: center;
  padding: 0 30px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .staff__list__li h3 {
    padding: 10px 20px;
  }
}
.staff__list__li h3 > img {
  width: 100%;
}
@media (max-width: 768px) {
  .staff__list__li h3 > img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
.staff__list__li .is-btn {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  height: 40px;
  line-height: 38px;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  background: #0079b5;
  color: #fff;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
  position: relative;
}
.staff__list__li .is-btn::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 8px;
  height: 14px;
  background: url(../img/common/btn_arrow01.png) no-repeat;
  background-size: cover;
  content: "";
}

.staff.is-single {
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .staff.is-single {
    padding: 0 0 40px;
  }
}
.staff__kv {
  position: relative;
  width: 100%;
  background-size: cover;
}
.staff__kv.is-01 {
  padding-top: 48.4375%;
  min-height: 600px;
}
@media (max-width: 768px) {
  .staff__kv.is-01 {
    min-height: auto;
    margin-bottom: -40px;
  }
}
@media (max-width: 640px) {
  .staff__kv.is-01 {
    margin-bottom: -20px;
  }
}
.staff__kv.is-02 {
  padding-top: 39.5833%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .staff__kv.is-02 {
    margin-bottom: 30px;
  }
}
.staff__kv__ins {
  position: absolute;
  bottom: 40px;
  right: 0;
  background: rgba(0, 121, 181, 0.8);
  padding: 80px 40px;
}
.staff__kv__ins > p {
  color: #fff;
}
.staff__kv__ins .is-sb {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Century Gothic;
  text-align: right;
}
.staff__kv__ins .is-mn {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.2;
}
.staff__ins {
  position: relative;
  z-index: 2;
  background: rgba(0, 121, 181, 0.8);
  padding: 20px 20px;
  width: calc(100% - 20px);
  margin-left: auto;
}
.staff__ins > p {
  color: #fff;
}
.staff__ins .is-sb {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Century Gothic;
  text-align: right;
}
.staff__ins .is-mn {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
}
.staff__data {
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .staff__data {
    padding: 40px 20px;
  }
}
.staff__data__fig {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.staff__data__fig img {
  width: 100%;
  max-width: 670px;
}
.staff__ttl {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .staff__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.staff__ttl > span {
  color: #DF1D66;
}
.staff__int__li {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .staff__int__li {
    margin-bottom: 30px;
  }
}
.staff__int__li > li {
  padding: 40px;
  background: #fff;
  margin-bottom: 40px;
}
.staff__int__li > li:last-of-type {
  margin-bottom: 0;
}
.staff__int__li > li:nth-of-type(2n) h3 {
  text-align: right !important;
}
@media (max-width: 768px) {
  .staff__int__li > li {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.staff__int__li > li h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .staff__int__li > li h3 {
    margin-bottom: 10px;
  }
}
.staff__btn a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  line-height: 60px;
  border-radius: 5px;
  background: #3c3d3f;
  color: #fff;
  text-align: center;
  transition: .3s;
  max-width: 240px;
  margin: 0 auto;
}
.staff__btn a:hover {
  opacity: 0.7;
}

.group {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .group {
    padding: 40px 0;
  }
}
.group__in {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}
.group__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  gap: 60px 0;
}
.group__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .group__li {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.group__li > li {
  width: calc(50% - 30px);
  background: #fff;
}
.group__li > li:last-of-type, .group__li > li:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .group__li > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .group__li > li:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
}
.group__li > li > a {
  color: #000;
}
.group__li > li > a:hover > * {
  opacity: 0.7;
}
.group__li__fig {
  transition: all 0.3s ease 0s;
}
.group__li__txt {
  padding: 40px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .group__li__txt {
    padding: 20px;
  }
}
.group__li__logo {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .group__li__logo {
    margin-bottom: 10px;
  }
}
.group__li__logo > img {
  height: 40px;
}
@media (max-width: 768px) {
  .group__li__logo > img {
    height: 30px;
  }
}
.group__li__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .group__li__ttl {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
.group__li__dl > div dt {
  float: left;
}
.group__li__dl > div dt::after {
  content: '／';
}
.group__li__dl > div dd .is-w5rem {
  display: inline-block;
  width: 5rem;
  height: 1rem;
}
.group.is-pt0 {
  padding-top: 0;
}

.arc__news__li {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
}
.arc__news__li > li {
  margin-bottom: 10px;
}
.arc__news__li > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #595959;
  line-height: 1.5;
  transition: .3s;
  background: #fff;
}
.arc__news__li > li a:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .arc__news__li > li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.arc__news__li > li:last-child {
  margin-bottom: 0;
}
.arc__news__time, .arc__news__cat, .arc__news__ttl {
  margin-right: 20px;
}
.arc__news__time {
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
.arc__news__cat > li {
  min-width: 60px;
  box-sizing: content-box;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
}
.arc__news__cat > li:nth-child(n + 2) {
  margin-top: 5px;
}
.arc__news__cat > li.is-info {
  background: #ef8609;
}
.arc__news__cat > li.is-column {
  background: #22c6a9;
}
.arc__news__cat > li.is-event {
  background: #44be24;
}
.arc__news__cat > li.is-special {
  background: #e24e4e;
}
.arc__news__ttl {
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
@media (max-width: 768px) {
  .arc__news__ttl {
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.arc__news__sbttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.arc__news__new {
  min-width: 60px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 5px;
  box-sizing: content-box;
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .arc__news__new {
    margin: 5px 0 0 0;
  }
}

.sd__in {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  padding: 20px;
}
.sd__in:last-child {
  margin-bottom: 0;
}
.sd__ttl {
  width: calc(100% + 42px);
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  background: #eceef0;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
.sd__cat__li {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.sd__cat__li > li {
  margin-bottom: 10px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  transition: .3s;
}
.sd__cat__li > li:hover {
  opacity: .7;
}
.sd__cat__li > li a {
  display: block;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
  color: #fff;
}
.sd__cat__li > li.is-un-cat {
  display: none;
}
.sd__cat__li > li.is-info {
  background: #ef8609;
}
.sd__cat__li > li.is-column {
  background: #22c6a9;
}
.sd__cat__li > li.is-event {
  background: #44be24;
}
.sd__cat__li > li.is-special {
  background: #e24e4e;
}
.sd__cat__li > li:last-child {
  margin-bottom: 0;
}
.sd__mon__li {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.sd__mon__li > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.sd__mon__li > li::before {
  content: "・";
}
.sd__mon__li > li:last-child {
  margin-bottom: 0;
}
.sd__mon__li > li a {
  color: #333;
}

.post__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 10px 20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #eceef0;
  margin-bottom: 20px;
}
.post__data > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .post__data {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.post__data__time {
  line-height: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
.post__data__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.post__data__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .post__data__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.post__data__li > li {
  line-height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post__data__li > li:last-of-type {
  margin-right: 0;
}
.post__data__li > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
  padding: 0 5px;
  background: #333;
  border-radius: 5px;
}
.post__data__li > li a:hover {
  opacity: 0.7;
}
.post__data__li > li a.is-info {
  background: #ef8609;
}
.post__data__li > li a.is-event {
  background: #44be24;
}
.post__data__li > li a.is-column {
  background: #22c6a9;
}
.post__data__li > li a.is-special {
  background: #e24e4e;
}
.post__data__li > li span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
.post__fig {
  position: relative;
  height: 100%;
}
.post__fig img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.post__fig__wr {
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 320px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .post__fig__wr {
    height: 180px;
  }
}
.post__cnt {
  margin-bottom: 20px;
  line-height: 1.7;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.post__cnt > p {
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
  margin-bottom: 10px;
}
.post__cnt > p:last-of-type {
  margin-bottom: 0;
}
.post__link {
  margin-bottom: 60px;
}
.post__link::after {
  content: "";
  display: block;
  clear: both;
}
.post__link a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #595959;
}
.post__link a:hover {
  opacity: 0.7;
}
.post__link__btn {
  display: block;
  width: 140px;
  max-width: 45%;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  position: relative;
  background: #fff;
}
.post__link__btn.is-prev {
  float: left;
}
.post__link__btn.is-prev > span {
  margin-left: 10px;
}
.post__link__btn.is-prev::before {
  background-image: url("../img/common/cmn_btn_icoArrow05.png");
  left: 15px;
}
@media (max-width: 768px) {
  .post__link__btn.is-prev::before {
    left: 10px;
  }
}
.post__link__btn.is-next {
  float: right;
}
.post__link__btn.is-next > span {
  margin-right: 10px;
}
.post__link__btn.is-next::before {
  background-image: url("../img/common/cmn_btn_icoArrow03.png");
  right: 15px;
}
@media (max-width: 768px) {
  .post__link__btn.is-next::before {
    right: 10px;
  }
}
.post__link__btn::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: auto;
  transition: .3s;
  content: "";
  height: 10px;
  width: 9px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .post__link__btn::before {
    height: 7px;
    width: 6px;
  }
}
.post__link__btn span {
  display: inline-block;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.calc__dl dt {
  color: #ef8609;
  cursor: pointer;
}
.calc__dl dd {
  display: none;
}
.calc__table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.calc__table:last-child {
  margin-bottom: 0;
}
.calc__table th {
  width: calc(4em + 11px);
}
.calc__table td .p-txtin {
  display: inline-block;
  margin-left: 5px;
}
.calc__table input[type="number"] {
  width: calc(100% - 2em - 5px);
  height: 30px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.calc__table input[type="number"]::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
.calc__table input[type="number"]::-moz-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  transform: rotate(0.1deg);
}
.calc__table input[type="number"]:-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  transform: rotate(0.1deg);
}
.calc__table input[type="number"]::placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
.calc__table input[type="number"]::-webkit-inner-spin-button, .calc__table input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

img.aligncenter {
  height: auto;
}

.promotion__sec {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .promotion__sec {
    padding: 30px 0;
  }
}
.promotion__in {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 16px;
  padding-left: 16px;
}
.promotion__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 60px;
}
.promotion__li > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .promotion__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media (max-width: 768px) {
  .promotion__li {
    margin-bottom: 40px;
  }
}
.promotion__li > li {
  width: calc(33.33% - 27px);
  margin: 0 40px 0 0;
  position: relative;
}
.promotion__li > li:nth-child(3n) {
  margin-right: 0;
}
.promotion__li > li:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 1080px) {
  .promotion__li > li {
    width: calc(50% - 10px);
    margin: 0 20px 0 0;
  }
  .promotion__li > li:nth-child(3n) {
    margin-right: 20px;
  }
  .promotion__li > li:nth-child(2n) {
    margin-right: 0;
  }
  .promotion__li > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .promotion__li > li {
    width: 100%;
    margin: 0;
  }
  .promotion__li > li:nth-child(3n) {
    margin-right: 0;
  }
  .promotion__li > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.promotion__ttl {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .promotion__ttl {
    margin-bottom: 10px;
  }
}
.promotion__wr {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 56.25%;
}
.promotion__ifr {
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  bottom: 0;
}
.promotion__ifr iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.promotion__fig {
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  bottom: 0;
}
.promotion__fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.promotion__search {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .promotion__search {
    margin-bottom: 30px;
  }
}
.promotion__search__ttl {
  border-bottom: 1px solid #ccc;
  background: #eceef0;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.promotion__search__form {
  padding: 15px;
}
.promotion__search__dl {
  margin-bottom: 10px;
}
.promotion__search__dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.promotion__search__dl > div > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .promotion__search__dl > div {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.promotion__search__dl > div > dt {
  font-size: 16px;
  font-size: 1rem;
  width: 120px;
  padding: 6.5px 20px;
  margin: 0 0 0 15px;
  border-radius: 5px;
  background: #f4f4f4;
  color: #595959;
  font-weight: bold;
  pointer-events: none;
}
@media (max-width: 540px) {
  .promotion__search__dl > div > dt {
    width: 100%;
    margin: 0;
    border-radius: 5px 5px 0 0;
  }
}
.promotion__search__dl > div > dd {
  width: calc(100% - 140px);
  padding: 20px;
  padding-bottom: 10px;
}
@media (max-width: 540px) {
  .promotion__search__dl > div > dd {
    width: 100%;
  }
}
.promotion__search__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotion__search__li > li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.promotion__search__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.promotion__search__cnt > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .promotion__search__cnt {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.promotion__search__input {
  width: 100%;
  height: 26px;
  padding: 0 10px;
  border: none;
  background: #3c3d3f;
  color: #fff;
  outline: none;
}
.promotion__search__input__wrap {
  width: calc(100% - 215px);
  margin: 0 15px 0 0;
  padding: 7px;
  border-radius: 5px;
  background: #313233;
}
@media (max-width: 540px) {
  .promotion__search__input__wrap {
    width: 100%;
    margin: 0 0 10px;
  }
}
.promotion__search__submit {
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #313233;
  color: #fff;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}
.promotion__search__submit:hover {
  opacity: 0.7;
}
@media (max-width: 540px) {
  .promotion__search__submit {
    width: 100%;
  }
}
.promotion__search__submit img {
  width: 65px;
}

.top2__kv {
  padding: 60px 0;
}
.top2__kv__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.top2__kv__itm {
  width: calc(50% - 10px);
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top2__kv__itm {
    width: calc(50% - 5px);
    margin-top: 5px;
  }
}
.top2__kv__link {
  display: block;
  transition: .3s;
}
.top2__kv__link:hover {
  opacity: .7;
}
.top2__allpost {
  padding: 40px 0;
  background: #007BBA;
}
.top2__allpost__cnt {
  padding: 40px 0;
  border-radius: 10px;
  background: #FFF;
  text-align: center;
}
.top2__allpost__txt {
  display: inline-block;
  position: relative;
  padding-left: 140px;
  color: #0099E8;
  font-weight: bold;
  text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
  line-height: 1;
}
.top2__allpost__txt::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url("../img/top2/allpost.svg");
}
.top2__allpost__txt::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #FFFF6F;
  content: "";
}
.top2__allpost__number {
  position: relative;
  z-index: 2;
  font-size: 116px;
  font-size: 7.25rem;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 768px) {
  .top2__allpost__number {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.top2__allpost__case {
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-size: 1.75rem;
}
.top2__bnr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top2__bnr {
    margin-bottom: 20px;
  }
}
.top2__bnr__itm {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .top2__bnr__itm {
    width: 100%;
  }
  .top2__bnr__itm:not(:first-child) {
    margin-top: 20px;
  }
}
.top2__bnrSlider {
  padding: 60px 0;
  background: #F2F4F7;
}
.top2__news {
  padding: 60px 0;
}
.top2__news .arc__news__li {
  max-width: 100%;
}
.top2__advertise {
  margin-bottom: 60px;
  padding: 60px 0;
  background: #F2F4F7;
}
.top2__advertise__col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .top2__advertise__col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top2__advertise__cnt {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .top2__advertise__cnt {
    width: 100%;
  }
  .top2__advertise__cnt:first-child {
    margin-bottom: 40px;
  }
}
