@charset "UTF-8";
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, 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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

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

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.pr {
  position: relative; }

@media screen and (min-width: 768px) {
  .sp_only {
    display: none; } }

.tb_only {
  display: none; }
  @media screen and (min-width: 768px) {
    .tb_only {
      display: initial; } }
  @media screen and (min-width: 1200px) {
    .tb_only {
      display: none; } }

.pc_only {
  display: none; }
  @media screen and (min-width: 1200px) {
    .pc_only {
      display: initial; } }

.pc_only_block {
  display: none !important; }
  @media screen and (min-width: 1200px) {
    .pc_only_block {
      display: block !important; } }

.pc_only_im {
  display: none !important; }
  @media screen and (min-width: 1200px) {
    .pc_only_im {
      display: initial !important; } }

.tb_min {
  display: none; }
  @media screen and (min-width: 768px) {
    .tb_min {
      display: block; } }

@media screen and (min-width: 768px) {
  .sp_pc_show {
    display: none; } }

@media screen and (min-width: 1200px) {
  .sp_pc_show {
    display: initial; } }

@media screen and (min-width: 1200px) {
  .pc_only_hide {
    display: none !important; } }

.oln,
.uln {
  padding: 0; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 640px;
  margin: 100px auto 0; }
  .youtube + .youtube {
    margin-top: 30px; }
  .youtube iframe {
    max-height: 360px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  @media screen and (min-width: 768px) {
    .youtube {
      padding-top: 360px; } }

.btn {
  line-height: 40px;
  text-align: center;
  border: solid 1px #002369;
  border-radius: 25px;
  margin: 40px auto 0; }
  @media screen and (min-width: 768px) {
    .btn {
      line-height: 50px;
      max-width: 600px; } }
  .btn a {
    text-decoration: none;
    color: #002369;
    display: inline-block;
    width: 100%; }

input.btn {
  color: #1594E8;
  font-weight: bold;
  width: 100%;
  border: solid 2px #1594E8;
  border-radius: 25px;
  background-color: #fff;
  display: block;
  margin: auto; }

.btn_2 {
  width: 100%;
  background-color: #F8A725;
  text-align: center;
  max-width: 600px;
  margin: auto; }
  .btn_2 a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: relative; }
    .btn_2 a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 58px;
      width: 34px;
      height: 34px;
      background-image: url("../img/icon-pen@2x.png");
      background-size: cover; }
      @media screen and (min-width: 768px) {
        .btn_2 a:after {
          right: 158px; } }

.fit_img {
  width: 300px;
  height: 300px; }
  .fit_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.radio_chenge {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: initial;
  width: 30px;
  height: 30px;
  background-color: #ddd; }
  .radio_chenge + span::before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    position: relative;
    top: 9px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .radio_chenge:checked + span::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23000000%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #000;
    background-size: cover; }

.mwform-checkbox-field {
  display: block;
  margin-left: 0 !important;
  margin-top: 16px; }
  @media screen and (min-width: 768px) {
    .mwform-checkbox-field {
      display: inline; } }

.check_chenge {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: initial;
  width: 30px;
  height: 30px;
  background-color: #ddd; }
  .check_chenge + span::before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    position: relative;
    top: 9px;
    margin-right: 10px;
    background-color: #fff; }
  .check_chenge:checked + span::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
    background-size: cover;
    border: solid 1px #000; }

.is-empty {
  color: #00000080; }
  .is-empty option:nth-child(1) {
    color: red; }

.select_wrap {
  position: relative; }
  .select_wrap::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
    background-size: cover;
    background-position: center; }
  .select_wrap select {
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 30px; }

.line_15 {
  line-height: 1.5; }

.line_10 {
  line-height: 1; }

@media screen and (min-width: 768px) {
  .tb_right_0 {
    right: 0; } }

.fb {
  font-weight: bold; }

.fn {
  font-weight: normal; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

@media screen and (min-width: 1200px) {
  .tl_tl_tc {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .tl_tc_tc {
    text-align: center; } }

.fs_10 {
  font-size: 10px; }

.fs_12 {
  font-size: 12px; }

.fs_14 {
  font-size: 14px; }

.fs_16 {
  font-size: 16px; }

.fs_18 {
  font-size: 18px; }

.fs_20 {
  font-size: 20px; }

.fs_24 {
  font-size: 24px; }

.fs_30 {
  font-size: 30px; }

.fs_36 {
  font-size: 36px; }

.fs_10_12_12 {
  font-size: 10px; }
  @media screen and (min-width: 768px) {
    .fs_10_12_12 {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    .fs_10_12_12 {
      font-size: 12px; } }

.fs_10_14_14 {
  font-size: 10px; }
  @media screen and (min-width: 768px) {
    .fs_10_14_14 {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    .fs_10_14_14 {
      font-size: 14px; } }

.fs_11_12_12 {
  font-size: 11px; }
  @media screen and (min-width: 768px) {
    .fs_11_12_12 {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    .fs_11_12_12 {
      font-size: 12px; } }

.fs_12_14_12 {
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .fs_12_14_12 {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    .fs_12_14_12 {
      font-size: 12px; } }

.fs_12_14_14 {
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .fs_12_14_14 {
      font-size: 14px; } }

.fs_12_16_16 {
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .fs_12_16_16 {
      font-size: 16px; } }

.fs_14_16_16 {
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .fs_14_16_16 {
      font-size: 16px; } }

.fs_16_18_18 {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .fs_16_18_18 {
      font-size: 18px; } }

.fs_16_20_20 {
  font-size: 16px; }
  @media screen and (min-width: 1200px) {
    .fs_16_20_20 {
      font-size: 20px; } }

.fs_16_20_20 {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .fs_16_20_20 {
      font-size: 20px; } }

.fs_16_20_16 {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .fs_16_20_16 {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    .fs_16_20_16 {
      font-size: 16px; } }

.fs_16_24_24 {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .fs_16_24_24 {
      font-size: 24px; } }

.fs_16_24_36 {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .fs_16_24_36 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    .fs_16_24_36 {
      font-size: 36px; } }

.fs_18_20_30 {
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .fs_18_20_30 {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    .fs_18_20_30 {
      font-size: 30px; } }

.fs_18_24_24 {
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .fs_18_24_24 {
      font-size: 24px; } }

.fs_20_24_24 {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .fs_20_24_24 {
      font-size: 24px; } }

.fs_20_36_36 {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .fs_20_36_36 {
      font-size: 36px; } }

.fs_20_28_28 {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .fs_20_28_28 {
      font-size: 28px; } }

.fs_22_24_24 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    .fs_22_24_24 {
      font-size: 24px; } }

.fs_22_24_20 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    .fs_22_24_20 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    .fs_22_24_20 {
      font-size: 20px; } }

.fs_22_30_30 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    .fs_22_30_30 {
      font-size: 30px; } }

.fs_22_30_36 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    .fs_22_30_36 {
      font-size: 30px; } }
  @media screen and (min-width: 1200px) {
    .fs_22_30_36 {
      font-size: 36px; } }

.fs_24_30_30 {
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .fs_24_30_30 {
      font-size: 30px; } }
  @media screen and (min-width: 1200px) {
    .fs_24_30_30 {
      font-size: 30px; } }

.fs_24_36_36 {
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .fs_24_36_36 {
      font-size: 36px; } }
  @media screen and (min-width: 1200px) {
    .fs_24_36_36 {
      font-size: 36px; } }

.fs_28_36_36 {
  font-size: 28px; }
  @media screen and (min-width: 768px) {
    .fs_28_36_36 {
      font-size: 36px; } }
  @media screen and (min-width: 1200px) {
    .fs_28_36_36 {
      font-size: 36px; } }

.m_0 {
  margin: 0 !important; }

.mab_0 {
  margin-bottom: 0 !important; }

.mab_10_im {
  margin-bottom: 10px !important; }

.mab_30_im {
  margin-bottom: 30px !important; }

.mal_10 {
  margin-left: 10px; }

.mal_30 {
  margin-left: 30px; }

.mat_auto {
  margin-top: auto; }

.mat_10 {
  margin-top: 10px; }

.mat_10_im {
  margin-top: 10px !important; }

.mat_14 {
  margin-top: 14px; }

.mat_16_im {
  margin-top: 16px !important; }

.mat_20 {
  margin-top: 20px; }

.mat_30 {
  margin-top: 30px; }

.mat_40 {
  margin-top: 40px; }

.mat_50 {
  margin-top: 50px; }

.mat_60 {
  margin-top: 60px; }

.mat_80 {
  margin-top: 80px; }

.mat_100 {
  margin-top: 100px; }

.mat_6_20_20 {
  margin-top: 6px; }
  @media screen and (min-width: 768px) {
    .mat_6_20_20 {
      margin-top: 20px; } }

.mat_10_0_0 {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .mat_10_0_0 {
      margin-top: 0; } }

.mat_10_20_20 {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .mat_10_20_20 {
      margin-top: 20px; } }

.mat_16_16_16 {
  margin-top: 16px; }

.mat_15_40_40 {
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .mat_15_40_40 {
      margin-top: 40px; } }

.mat_20_12_12 {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .mat_20_12_12 {
      margin-top: 12px; } }

.mat_20_0_0 {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .mat_20_0_0 {
      margin-top: 0; } }

.mat_20_20_50 {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .mat_20_20_50 {
      margin-top: 20px; } }
  @media screen and (min-width: 1200px) {
    .mat_20_20_50 {
      margin-top: 50px; } }

.mat_20_30_30 {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .mat_20_30_30 {
      margin-top: 30px; } }

.mat_20_20_30 {
  margin-top: 20px; }
  @media screen and (min-width: 1200px) {
    .mat_20_20_30 {
      margin-top: 30px; } }

.mat_20_50_50 {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .mat_20_50_50 {
      margin-top: 50px; } }

.mat_30_30_30 {
  margin-top: 30px; }

.mat_30_30_40 {
  margin-top: 30px; }
  @media screen and (min-width: 1200px) {
    .mat_30_30_40 {
      margin-top: 40px; } }

.mat_30_30_50 {
  margin-top: 30px; }
  @media screen and (min-width: 1200px) {
    .mat_30_30_50 {
      margin-top: 50px; } }

.mat_30_30_100 {
  margin-top: 30px; }
  @media screen and (min-width: 1200px) {
    .mat_30_30_100 {
      margin-top: 100px; } }

.mat_30_50_50 {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .mat_30_50_50 {
      margin-top: 50px; } }
  @media screen and (min-width: 1200px) {
    .mat_30_50_50 {
      margin-top: 50px; } }

.mat_30_40_40 {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .mat_30_40_40 {
      margin-top: 40px; } }

.mat_30_40_0 {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .mat_30_40_0 {
      margin-top: 40px; } }
  @media screen and (min-width: 1200px) {
    .mat_30_40_0 {
      margin-top: 0; } }

.mat_30_50_50 {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .mat_30_50_50 {
      margin-top: 50px; } }

.mat_40_0_0 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mat_40_0_0 {
      margin-top: 0; } }
  @media screen and (min-width: 1200px) {
    .mat_40_0_0 {
      margin-top: 0; } }

.mat_40_40_0 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mat_40_40_0 {
      margin-top: 40px; } }
  @media screen and (min-width: 1200px) {
    .mat_40_40_0 {
      margin-top: 0; } }

.mat_40_40_40 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mat_40_40_40 {
      margin-top: 40px; } }
  @media screen and (min-width: 1200px) {
    .mat_40_40_40 {
      margin-top: 40px; } }

.mat_40_40_50 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mat_40_40_50 {
      margin-top: 40px; } }
  @media screen and (min-width: 1200px) {
    .mat_40_40_50 {
      margin-top: 50px; } }

.mat_40_50_0 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mat_40_50_0 {
      margin-top: 50px; } }
  @media screen and (min-width: 1200px) {
    .mat_40_50_0 {
      margin-top: 0; } }

.mat_40_50_50 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mat_40_50_50 {
      margin-top: 50px; } }
  @media screen and (min-width: 1200px) {
    .mat_40_50_50 {
      margin-top: 50px; } }

.mat_40_80_80 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mat_40_80_80 {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .mat_40_80_80 {
      margin-top: 80px; } }

.mat_40_100_100 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .mat_40_100_100 {
      margin-top: 100px; } }
  @media screen and (min-width: 1200px) {
    .mat_40_100_100 {
      margin-top: 100px; } }

.mat_50_50_60 {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .mat_50_50_60 {
      margin-top: 50px; } }
  @media screen and (min-width: 1200px) {
    .mat_50_50_60 {
      margin-top: 60px; } }

.mat_60_80_80 {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .mat_60_80_80 {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .mat_60_80_80 {
      margin-top: 80px; } }

.mat_80_100_100 {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .mat_80_100_100 {
      margin-top: 100px; } }
  @media screen and (min-width: 1200px) {
    .mat_80_100_100 {
      margin-top: 100px; } }

body {
  font-family: "A-OTF UD新ゴ Pro", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #000; }

.container_wrap {
  width: 100%; }

.container {
  max-width: 1200px;
  margin: auto; }

.container_2 {
  padding: 0 20px;
  max-width: 1200px;
  margin: auto; }
  @media screen and (min-width: 1200px) {
    .container_2 {
      padding: 0; } }

.container_3 {
  padding: 0 20px;
  max-width: 1200px;
  margin: auto; }
  @media screen and (min-width: 1200px) {
    .container_3 {
      padding: 0; } }

.container_0_20 {
  padding: 0;
  max-width: 1200px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .container_0_20 {
      padding: 0 20px; } }

.container_1080 {
  padding: 0;
  max-width: 1080px;
  margin: auto;
  padding: 0 20px; }

P {
  margin-top: 20px; }

@media screen and (min-width: 1200px) {
  .l_img_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l_img_1 .img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 300px;
      height: 336px;
      margin-right: 50px; }
      .l_img_1 .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .l_img_1 p {
      margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .l_img_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l_img_2 .img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 500px;
      height: 340px;
      margin-right: 40px; }
      .l_img_2 .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .l_img_2 .first {
      margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .l_img_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.l_img_3 .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 335px;
  height: 280px;
  margin: 0 auto 30px; }
  @media screen and (min-width: 1200px) {
    .l_img_3 .img {
      width: 300px;
      height: 336px;
      margin-left: 50px; } }
  .l_img_3 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media screen and (min-width: 1200px) {
  .l_img_3 .first {
    margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .r_img_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .r_img_1 .img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 500px;
      height: 340px;
      margin-left: 40px; }
      .r_img_1 .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .r_img_1 .first {
      margin-top: 0; } }

.w_100 {
  width: 100%; }

.hide {
  display: none; }

.flex_50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex_50 .flex_item {
    width: calc(50% - 5px); }
    @media screen and (min-width: 768px) {
      .flex_50 .flex_item {
        width: calc(50% - 20px); } }
    @media screen and (min-width: 768px) {
      .flex_50 .flex_item .first {
        margin-top: 0; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50.ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50.online .img {
    height: 300px; }
    .tb_min_flex_50.online .img img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 1200px) {
  .tb_min_flex_50.online .img {
    height: 340px; }
  .tb_min_flex_50.online .tc {
    text-align: left; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50 .flex_item {
    width: calc(50% - 20px); } }

@media screen and (min-width: 768px) {
  .tb_min_flex_50 .flex_item .first {
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_2 .flex_item.left {
    width: 398px;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

.tb_min_flex_2 .flex_item.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (min-width: 768px) {
  .tb_min_flex_2 .flex_item .first {
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .tb_min_flex_2 .flex_item + .flex_item {
    margin-left: 30px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_50.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_50 .flex_item {
    width: calc(50% - 20px); } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_50 .flex_item .first {
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .tb_min_flip_upside_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (min-width: 1200px) {
  .pc_only_flip_upside_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (min-width: 768px) {
  .tb_min_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tb_min_flex > div + div {
      margin-left: 40px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pc_only_flex > div + div {
      margin-left: 144px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pc_only_flex_2 > div + div {
      margin-left: 40px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.pc_only_flex_3 .flex_item .img {
  text-align: center; }
  .pc_only_flex_3 .flex_item .img img {
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .pc_only_flex_3 .flex_item .img img {
        max-width: 460px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_3 .flex_item .first {
    margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_3 .flex_item + .flex_item {
    margin-left: 30px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_3.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_3.reverse .flex_item {
    margin-left: 30px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_3.reverse .flex_item .kinds,
  .pc_only_flex_3.reverse .flex_item .name,
  .pc_only_flex_3.reverse .flex_item .text_1,
  .pc_only_flex_3.reverse .flex_item h4 {
    text-align: right; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_3.reverse .flex_item + .flex_item {
    margin-left: 0; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.pc_only_flex_4 h4 {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pc_only_flex_4 h4 {
      text-align: left; } }
  @media screen and (min-width: 1200px) {
    .pc_only_flex_4 h4 br {
      display: none; } }

.pc_only_flex_4 .text_1 {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pc_only_flex_4 .text_1 {
      text-align: left; } }

.pc_only_flex_4 .link_text {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pc_only_flex_4 .link_text {
      text-align: left; } }

.pc_only_flex_4 .experience_tags {
  margin: 20px auto; }
  @media screen and (min-width: 768px) {
    .pc_only_flex_4 .experience_tags {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 26px; } }
  @media screen and (min-width: 1200px) {
    .pc_only_flex_4 .experience_tags {
      margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_4 .flex_item {
    width: calc(50% - 15px); } }

.pc_only_flex_4 .flex_item .img img {
  height: auto;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .pc_only_flex_4 .flex_item .img img {
      max-width: 585px; } }
  @media screen and (min-width: 1200px) {
    .pc_only_flex_4 .flex_item .img img {
      max-width: 480px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_4 .flex_item .first {
    margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_4 .flex_item + .flex_item {
    margin-left: 30px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_4.reverse {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media screen and (min-width: 768px) {
  .pc_only_flex_4.reverse .experience_tags {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media screen and (min-width: 768px) {
  .pc_only_flex_4.reverse h4 {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .pc_only_flex_4.reverse .text_1 {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .pc_only_flex_4.reverse .link_text {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .pc_only_flex_4.reverse .flex_item {
    text-align: right; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_4.reverse .flex_item {
    margin-left: 30px; } }

@media screen and (min-width: 1200px) {
  .pc_only_flex_4.reverse .flex_item + .flex_item {
    margin-left: 0; } }

.tc_tc_tl {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .tc_tc_tl {
      text-align: center; } }
  @media screen and (min-width: 1200px) {
    .tc_tc_tl {
      text-align: left; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

header * {
  z-index: 9998; }

@media screen and (min-width: 1200px) {
  header {
    background-color: #F5FAFD; } }

.head_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999; }
  @media screen and (min-width: 1200px) {
    .head_btns {
      position: static;
      margin-left: 30px; } }
  .head_btns a {
    color: #fff;
    text-decoration: none; }

.head_btn {
  width: 68px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999; }
  @media screen and (min-width: 768px) {
    .head_btn {
      width: 90px;
      height: 80px; } }
  .head_btn:hover {
    opacity: 0.7; }
  @media screen and (min-width: 1200px) {
    .head_btn + .head_btn {
      margin-left: 10px; } }
  .head_btn img {
    width: 30px; }
    @media screen and (min-width: 768px) {
      .head_btn img {
        width: 40px; } }

.head_btn_1 {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0; }
  @media screen and (min-width: 768px) {
    .head_btn_1 {
      right: 185px; } }

.head_btn_2 {
  background-color: #25D58A;
  color: #FFFFFF; }

.head_btn_3 {
  display: none;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .head_btn_3 {
      display: block;
      position: fixed;
      right: 59px;
      top: 0;
      width: 126px; } }
  @media screen and (min-width: 1200px) {
    .head_btn_3 {
      position: static; } }
  .head_btn_3 img {
    width: initial; }

.head_btn_4 {
  display: none;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .head_btn_4 {
      display: block;
      position: fixed;
      right: 0;
      top: 0;
      width: 57px; } }
  @media screen and (min-width: 1200px) {
    .head_btn_4 {
      position: static; } }
  .head_btn_4 img {
    width: initial; }

@media screen and (min-width: 1200px) {
  .head_btn_3_2 {
    width: 90px; } }

@media screen and (min-width: 1200px) {
  .head_btn_3_3 {
    width: 57px; } }

#sp_header {
  padding: 3px 20px;
  background-image: url("../img/bg@2x.png");
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #sp_header {
      height: 100px; } }
  #sp_header .head_logo {
    width: 184px; }
  #sp_header li.arrow {
    position: relative; }
    #sp_header li.arrow::after {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      margin: auto;
      right: 20px;
      width: 20px;
      height: 10px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E");
      background-size: cover;
      background-position: left; }
  #sp_header .arrow_r {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #sp_header .arrow_r::after {
      position: absolute;
      content: '';
      right: 20px;
      width: 20px;
      height: 10px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M15%2018l-6-6%206-6%22%2F%3E%3C%2Fsvg%3E");
      background-size: cover;
      background-position: left; }
  #sp_header .nav_back {
    width: 100vw;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    color: #fff; }
    #sp_header .nav_back a {
      color: #fff; }
    #sp_header .nav_back .inner {
      width: calc(100vw - 136px);
      min-height: 100vh;
      background-color: #000000CC; }
      @media screen and (min-width: 768px) {
        #sp_header .nav_back .inner {
          width: calc(100vw - 180px); } }
  #sp_header .menu_close {
    display: none; }
  #sp_header .main_nav {
    display: none; }
    #sp_header .main_nav .inner {
      padding-bottom: 80px; }
    #sp_header .main_nav .menu {
      width: calc(100vw - 136px);
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      list-style: none;
      margin: auto;
      max-width: 223px; }
      @media screen and (min-width: 768px) {
        #sp_header .main_nav .menu {
          width: calc(100vw - 180px);
          max-width: 428px; } }
      #sp_header .main_nav .menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        color: #fff; }
        #sp_header .main_nav .menu li + li {
          margin-top: 20px; }
      #sp_header .main_nav .menu a {
        color: #fff;
        text-decoration: none; }
      #sp_header .main_nav .menu .li_img {
        width: 40px; }
    #sp_header .main_nav .menu_2 {
      padding-top: 0;
      padding-bottom: 0; }
      #sp_header .main_nav .menu_2 li + li {
        margin-top: 20px; }
      #sp_header .main_nav .menu_2 + .menu {
        padding-top: 20px;
        padding-bottom: 0; }
  #sp_header .sub_nav {
    display: none; }
    #sp_header .sub_nav .sub_menu_box_title {
      padding-top: 30px;
      padding-left: 20px;
      font-weight: bold;
      max-width: 223px;
      margin: auto; }
      @media screen and (min-width: 768px) {
        #sp_header .sub_nav .sub_menu_box_title {
          max-width: 428px; } }
    #sp_header .sub_nav .sub_menu_box_sub_title {
      padding-left: 40px;
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        #sp_header .sub_nav .sub_menu_box_sub_title {
          max-width: 428px;
          font-weight: bold;
          margin: 30px auto 0; } }
    #sp_header .sub_nav li {
      padding-left: 40px;
      font-weight: normal !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: bold;
      color: #fff; }
      #sp_header .sub_nav li + li {
        margin-top: 30px; }
  #sp_header .snss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #sp_header .snss {
        margin-left: 80px; } }
    #sp_header .snss .sns {
      width: 30px;
      margin-left: 25px; }
      #sp_header .snss .sns:hover {
        opacity: 0.7; }

#pc_header > div {
  background-color: #F5FAFD;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 481px; }

#pc_header .menu_2 {
  margin-left: auto; }

#pc_header .pc_header_1 {
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #pc_header .pc_header_1 .head_logo {
    width: 200px; }
  #pc_header .pc_header_1 li + li {
    margin-left: 20px; }

#pc_header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #pc_header ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #pc_header ul li .li_img {
      width: 40px;
      margin-right: 4px; }

#pc_header .pc_header_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #pc_header .pc_header_2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #pc_header .pc_header_2 ul li {
      width: calc(1200px / 5);
      height: 60px;
      background-color: #FFFFFFED;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px 0; }
      #pc_header .pc_header_2 ul li + li span {
        border-left: solid 1px #E6E6E6; }
      #pc_header .pc_header_2 ul li span {
        display: inline-block;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }

#pc_header .snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #pc_header .snss .sns {
    width: 25px;
    margin-left: 12px;
    margin-top: 11px; }
    #pc_header .snss .sns:hover {
      opacity: 0.7; }

#pc_header .sub_navs {
  position: relative;
  z-index: 9999; }
  @media screen and (min-width: 1200px) {
    #pc_header .sub_navs {
      top: -40px; } }

#pc_header .sub_nav {
  display: none;
  color: #FFFFFF;
  background-color: #00030BCC;
  height: 300px;
  padding: 40px 0;
  position: absolute;
  width: 1200px; }
  #pc_header .sub_nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #pc_header .sub_nav .sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #pc_header .sub_nav .sub_menu + .sub_menu {
      margin-left: 30px; }
    #pc_header .sub_nav .sub_menu li img {
      margin-right: 20px; }
    #pc_header .sub_nav .sub_menu li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #pc_header .sub_nav .sub_menu li + li {
      margin-top: 20px; }
  #pc_header .sub_nav a {
    color: #FFFFFF; }
  #pc_header .sub_nav .li_img_2 {
    width: 91px; }

#pc_header .sub_nav_1 {
  padding-left: 60px; }

#pc_header .sub_nav_2 {
  padding-left: 269px; }

#pc_header .sub_nav_3 {
  padding-left: 547px; }

#pc_header .sub_nav_4 {
  padding-left: 783px; }

#pc_header .sub_nav_5 {
  padding-left: 374px; }

#pc_header .sub_nav_6 {
  padding-left: 626px; }

#pc_header .sub_nav_7 {
  padding-left: 750px; }

#pc_header .sub_nav_8 {
  padding-left: 874px; }

#pc_header .sub_nav_9 {
  padding-left: 975px; }

#pc_header .sub_nav_10 {
  padding-left: 500px; }

#pc_header .sub_nav_1 .inner,
#pc_header .sub_nav_2 .inner,
#pc_header .sub_nav_3 .inner,
#pc_header .sub_nav_4 .inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

#pc_header a {
  text-decoration: none; }
  #pc_header a:hover {
    text-decoration: underline; }

img {
  max-width: 100%; }

.mv_warp {
  position: relative; }
  .mv_warp .mv_post {
    position: absolute;
    bottom: 12px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 9997; }
    @media screen and (min-width: 768px) {
      .mv_warp .mv_post {
        bottom: 20px;
        left: 20px; } }
    @media screen and (min-width: 1200px) {
      .mv_warp .mv_post {
        max-width: 1200px;
        right: 0;
        left: 0;
        margin: auto; } }

.pc_mv img {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .pc_mv img {
      max-width: 1200px; } }

@media screen and (min-width: 768px) {
  .hohe_posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 748px;
    margin: auto; } }

@media screen and (min-width: 1200px) {
  .hohe_posts {
    max-width: 1200px; } }

.btn.hohe_posts {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .btn.hohe_posts {
      max-width: 600px;
      margin-top: 30px; } }

.home_cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .home_cats {
      display: block;
      margin-top: 50px; } }
  .home_cats .cat {
    width: 20%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: calc(100vw / 5);
    padding-top: 55px;
    position: relative;
    padding-bottom: 10px;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .home_cats .cat {
        width: 200px;
        height: 80px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        text-orientation: initial;
        padding-top: 0;
        padding-left: 80px;
        line-height: 80px; } }
    @media screen and (min-width: 1200px) {
      .home_cats .cat {
        width: 320px;
        height: 100px;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .home_cats .cat::after {
      content: '';
      position: absolute;
      width: 32px;
      height: 32px;
      left: 0;
      right: 0;
      top: 10px;
      margin: auto;
      background-size: contain; }
      @media screen and (min-width: 768px) {
        .home_cats .cat::after {
          width: 45px;
          height: 45px;
          top: 0;
          bottom: 0;
          left: 20px;
          margin: auto 0; } }
  .home_cats .select {
    background-color: #0F60E3;
    color: #fff; }
  .home_cats .cat_1::after {
    background-image: url("../img/info-shape-blue@2x.png"); }
  .home_cats .cat_1.select::after {
    background-image: url("../img/長方形88-1@2x.png"); }
  .home_cats .cat_2::after {
    background-image: url("../img/長方形88-2@2x.png"); }
  .home_cats .cat_3::after {
    background-image: url("../img/長方形88-4@2x.png"); }
  .home_cats .cat_4::after {
    background-image: url("../img/長方形88-3@2x.png"); }
  .home_cats .cat_5::after {
    background-image: url("../img/長方形88@2x.png"); }

.cat_data {
  display: none;
  padding: 0 20px;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .cat_data {
      margin-top: 50px;
      margin-left: 40px;
      padding: 0; } }
  .cat_data a {
    color: #000;
    text-decoration: none; }
  .cat_data .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cat_data .inner + .inner {
      margin-top: 30px; }
    .cat_data .inner .img {
      width: 128px;
      height: 92px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .cat_data .inner .img {
          width: 162px;
          height: 108px; } }
      @media screen and (min-width: 1200px) {
        .cat_data .inner .img {
          width: 187px;
          height: 140px; } }
      .cat_data .inner .img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .cat_data .inner .texts {
      margin-left: 30px; }
      .cat_data .inner .texts .date {
        margin-top: 0;
        line-height: 1; }
        @media screen and (min-width: 1200px) {
          .cat_data .inner .texts .date {
            margin-top: 12px; } }
      .cat_data .inner .texts .title {
        margin-top: 7px; }
        .cat_data .inner .texts .title:hover {
          text-decoration: underline; }

.cat_data_1 {
  display: block; }

.home_link_arrow {
  margin-top: 30px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .home_link_arrow {
      margin-top: 50px;
      margin-bottom: 30px; } }
  .home_link_arrow a {
    position: relative;
    text-decoration: none;
    color: #1594E8;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .home_link_arrow a {
        margin-bottom: 20px; } }
    .home_link_arrow a::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -20px;
      margin: auto;
      width: 6px;
      height: 10px;
      background-image: url("../img/矢印@2x.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.h2_1 {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1200px) {
    .h2_1 {
      margin-top: 100px;
      margin-bottom: 50px; } }

.h2_2 {
  color: #FFFFFF;
  min-height: 60px;
  background-color: #012369;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .h2_2 {
      min-height: 80px;
      padding-left: 60px;
      margin-bottom: 70px; } }
  @media screen and (min-width: 1200px) {
    .h2_2 {
      padding-left: 60px; } }

.h2_3 {
  margin-top: 60px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .h2_3 {
      margin-bottom: 40px; } }

.h2_4 {
  background-color: #F2F6FF;
  height: 64px;
  line-height: 64px;
  margin-top: 100px; }

.h3_1 {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .h3_1 {
      margin-top: 50px; } }

.h4_1 {
  position: relative;
  padding-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .h4_1 {
      padding-left: 59px; } }
  .h4_1::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    background-image: url("../img/shape@2x.png");
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .h4_1::after {
        width: 45px;
        height: 45px; } }

.imgs_1 {
  text-align: center; }
  .imgs_1 > div {
    margin-bottom: 20px; }
  .imgs_1 .img_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .imgs_1 .img_flex div + div {
      margin-left: 20px; }
  .imgs_1 .img_flex_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .imgs_1 .img_flex_2 .left {
      width: 40%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-bottom: 0; }
    .imgs_1 .img_flex_2 .right {
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 0; }

.imgs_2 {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .imgs_2 .img {
    width: 300px;
    margin-top: 40px; }

.open_campus_banner_1 {
  margin-top: 70px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .open_campus_banner_1 {
      margin-top: 70px;
      margin-bottom: 70px; } }
  .open_campus_banner_1 img {
    width: 100%; }

.open_campus_banner_2 {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .open_campus_banner_2 {
      margin-top: 50px;
      margin-bottom: 100px; } }
  .open_campus_banner_2 img {
    width: 100%; }

.open_campus_banner_3 {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .open_campus_banner_3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 50px;
      margin-bottom: 70px; } }
  @media screen and (min-width: 1200px) {
    .open_campus_banner_3 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 1200px) {
    .open_campus_banner_3.home {
      margin-top: 70px; } }
  .open_campus_banner_3 img {
    max-width: 100%;
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .open_campus_banner_3 .banner {
      width: calc(50% - 10px);
      margin-top: 20px; } }
  @media screen and (min-width: 1200px) {
    .open_campus_banner_3 .banner {
      width: calc(33% - 34px);
      margin-top: 0; } }
  .open_campus_banner_3 .banner + .banner {
    margin-top: 20px; }
    @media screen and (min-width: 1200px) {
      .open_campus_banner_3 .banner + .banner {
        margin-top: 0;
        margin-left: 50px; } }
  @media screen and (min-width: 768px) {
    .open_campus_banner_3 .banner:nth-child(even) {
      margin-left: 20px; } }
  @media screen and (min-width: 1200px) {
    .open_campus_banner_3 .banner:nth-child(even) {
      margin-left: 0;
      margin-left: 50px; } }

.banner_2column {
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .banner_2column {
      margin-top: 30px;
      margin-bottom: 70px; } }
  @media screen and (min-width: 1200px) {
    .banner_2column {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 1200px) {
    .banner_2column.home {
      margin-top: 50px; } }
  .banner_2column img {
    max-width: 100%;
    vertical-align: middle; }
  .banner_2column .banner {
    width: calc(50% - 10px);
    margin-top: 20px; }
    @media screen and (min-width: 1200px) {
      .banner_2column .banner {
        width: calc(33% - 34px); } }
    @media screen and (min-width: 1200px) {
      .banner_2column .banner + .banner {
        margin-left: 50px; } }
    .banner_2column .banner:nth-child(even) {
      margin-left: 20px; }
      @media screen and (min-width: 1200px) {
        .banner_2column .banner:nth-child(even) {
          margin-left: 0;
          margin-left: 50px; } }
    @media screen and (min-width: 1200px) {
      .banner_2column .banner:nth-child(3n+1) {
        margin-left: 0; } }

@media screen and (min-width: 768px) {
  .cose_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .cose_imgs .cose_img {
    width: calc(100% / 3); } }

.cose_imgs .hover {
  display: none; }

.educational_philosophy_box {
  margin-top: 40px; }
  .educational_philosophy_box p {
    padding-left: 44px;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .educational_philosophy_box p {
        margin-top: 12px; } }
    @media screen and (min-width: 1200px) {
      .educational_philosophy_box p {
        margin-top: 0; } }

.blue_campus {
  background-size: cover; }
  .blue_campus h2 {
    margin-top: 30px; }
  @media screen and (min-width: 1200px) {
    .blue_campus.komathu h2 {
      margin-top: 70px; } }
  .blue_campus a {
    color: #fff;
    text-decoration: none; }
  .blue_campus .courses {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .blue_campus .courses {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .blue_campus .courses p {
      margin: 0; }
    .blue_campus .courses .course {
      background-size: cover; }
      @media screen and (min-width: 768px) {
        .blue_campus .courses .course {
          width: 230px;
          width: 33%; } }
      @media screen and (min-width: 1200px) {
        .blue_campus .courses .course {
          width: 440px; } }
      .blue_campus .courses .course + .course {
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course + .course {
            margin-top: 0;
            margin-left: 20px; } }
      .blue_campus .courses .course a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0; }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course a {
            padding: 26px 16px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media screen and (min-width: 1200px) {
          .blue_campus .courses .course a {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
      .blue_campus .courses .course .sqs {
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course .sqs {
            margin-left: 0;
            margin-top: 24px; } }
        @media screen and (min-width: 1200px) {
          .blue_campus .courses .course .sqs {
            margin-top: 0;
            margin-left: auto; } }
        .blue_campus .courses .course .sqs .sq {
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 60px;
          height: 60px;
          border: solid 2px #FFFFFF;
          border-radius: 13px; }
          .blue_campus .courses .course .sqs .sq + .sq {
            margin-left: 6px; }
      .blue_campus .courses .course.soshin {
        background-image: url("../img/sp/soshin_sp.svg"); }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course.soshin {
            background-image: url("../img/tab/soshin_tab.svg"); } }
        @media screen and (min-width: 1200px) {
          .blue_campus .courses .course.soshin {
            background-image: url("../img/pc/soshin_pc.svg"); } }
      .blue_campus .courses .course.bunri {
        background-image: url("../img/sp/bunri_sp.svg"); }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course.bunri {
            background-image: url("../img/tab/bunri_tab.svg"); } }
        @media screen and (min-width: 1200px) {
          .blue_campus .courses .course.bunri {
            background-image: url("../img/pc/bunri-pc.svg"); } }
      .blue_campus .courses .course.bunkyo {
        background-image: url("../img/sp/bunkyo_sp.svg"); }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course.bunkyo {
            background-image: url("../img/tab/bunkyo_tab.svg"); } }
        @media screen and (min-width: 1200px) {
          .blue_campus .courses .course.bunkyo {
            background-image: url("../img/pc/bunkyo-pc.svg"); } }
      .blue_campus .courses .course.eisen {
        background-image: url("../img/sp/eisen_sp.svg"); }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course.eisen {
            background-image: url("../img/tab/eisen_tab.svg"); } }
        @media screen and (min-width: 1200px) {
          .blue_campus .courses .course.eisen {
            background-image: url("../img/pc/eisen-pc.svg"); } }
      .blue_campus .courses .course.sports {
        background-image: url("../img/sp/sports_sp.svg"); }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course.sports {
            background-image: url("../img/tab/sports_tab.svg"); } }
        @media screen and (min-width: 1200px) {
          .blue_campus .courses .course.sports {
            background-image: url("../img/pc/sports-pc.svg"); } }
      .blue_campus .courses .course.sogo {
        background-image: url("../img/sp/sogo_sp.svg"); }
        @media screen and (min-width: 768px) {
          .blue_campus .courses .course.sogo {
            background-image: url("../img/tab/sogo_tab.svg"); } }
        @media screen and (min-width: 1200px) {
          .blue_campus .courses .course.sogo {
            background-image: url("../img/pc/sogo-pc.svg"); } }

footer {
  color: #FFFFFF;
  background-color: #012369;
  padding: 22px 40px; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 30px 67px 35px; } }
  @media screen and (min-width: 1200px) {
    footer {
      padding: 45px 100px; } }
  footer a {
    color: #FFFFFF; }
  footer .logo {
    text-align: center; }
    footer .logo img {
      width: 162px; }
      @media screen and (min-width: 768px) {
        footer .logo img {
          width: 200px; } }
      @media screen and (min-width: 1200px) {
        footer .logo img {
          width: 223px; } }
  @media screen and (min-width: 1200px) {
    footer .menu-footernav_l-container {
      width: calc(100% - 223px - 144px); } }
  footer .menu {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 30px 0; }
    @media screen and (min-width: 768px) {
      footer .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1200px) {
      footer .menu {
        font-size: 14px;
        margin: 0; } }
    @media screen and (min-width: 768px) {
      footer .menu > li {
        margin-top: 50px;
        margin-right: 50px; } }
    @media screen and (min-width: 1200px) {
      footer .menu > li {
        margin-top: 0;
        margin-bottom: 50px; } }
    footer .menu > li a {
      width: 100%;
      display: inline-block; }
    footer .menu > li + li {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        footer .menu > li + li {
          margin-top: 50px; } }
      @media screen and (min-width: 1200px) {
        footer .menu > li + li {
          margin-top: 0; } }
    footer .menu .sub-menu {
      font-size: 14px;
      list-style: none;
      display: none;
      padding: 0;
      margin-top: 14px; }
      @media screen and (min-width: 768px) {
        footer .menu .sub-menu {
          display: block !important; } }
      footer .menu .sub-menu > li + li {
        margin-top: 10px; }
  footer .down,
  footer .up {
    position: relative; }
    footer .down::after,
    footer .up::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      width: 20px;
      height: 20px;
      background-size: cover; }
      @media screen and (min-width: 768px) {
        footer .down::after,
        footer .up::after {
          display: none; } }
  footer .down::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E"); }
  footer .up::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M18%2015l-6-6-6%206%22%2F%3E%3C%2Fsvg%3E"); }
  footer .tb_min_flex {
    margin-top: 30px; }
  footer .snss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 768px) {
      footer .snss {
        position: absolute;
        right: 66px; } }
    @media screen and (min-width: 1200px) {
      footer .snss {
        right: 40px;
        top: 43px; } }
    footer .snss .sns {
      width: 24px; }
      footer .snss .sns + .sns {
        margin-left: 20px; }

table {
  width: 100%;
  border-collapse: collapse; }
  table thead th {
    background-color: #1594E899;
    color: #fff;
    padding: 14px 0; }
  table tbody td,
  table tbody th {
    padding: 14px 0; }
  table th {
    font-weight: bold; }
  table .color_2 {
    background-color: #1594E81A;
    color: #1594E8; }
  @media screen and (min-width: 768px) {
    table.sp_only {
      display: none !important; } }
  table.tb_only {
    display: none !important; }
    @media screen and (min-width: 768px) {
      table.tb_only {
        display: table !important; } }
    @media screen and (min-width: 1200px) {
      table.tb_only {
        display: none !important; } }
  table.tb_min {
    display: none !important; }
    @media screen and (min-width: 768px) {
      table.tb_min {
        display: table !important; } }
  table.pc_only {
    display: none !important; }
    @media screen and (min-width: 1200px) {
      table.pc_only {
        display: table !important; } }
  @media screen and (min-width: 768px) {
    table td.sp_only,
    table th.sp_only {
      display: none !important; } }
  table td.tb_only,
  table th.tb_only {
    display: none !important; }
    @media screen and (min-width: 768px) {
      table td.tb_only,
      table th.tb_only {
        display: table-cell !important; } }
    @media screen and (min-width: 1200px) {
      table td.tb_only,
      table th.tb_only {
        display: none !important; } }
  table td.tb_min,
  table th.tb_min {
    display: none !important; }
    @media screen and (min-width: 768px) {
      table td.tb_min,
      table th.tb_min {
        display: table-cell !important; } }
  table td.pc_only,
  table th.pc_only {
    display: none !important; }
    @media screen and (min-width: 1200px) {
      table td.pc_only,
      table th.pc_only {
        display: table-cell !important; } }
  @media screen and (min-width: 768px) {
    table tr.sp_only {
      display: none !important; } }
  table tr.tb_only {
    display: none !important; }
    @media screen and (min-width: 768px) {
      table tr.tb_only {
        display: table-row !important; } }
    @media screen and (min-width: 1200px) {
      table tr.tb_only {
        display: none !important; } }
  table tr.pc_only {
    display: none !important; }
    @media screen and (min-width: 1200px) {
      table tr.pc_only {
        display: table-row !important; } }

.n_table {
  border-collapse: separate;
  border: solid 1px #1594E8; }
  .n_table thead td,
  .n_table thead th {
    border: solid 1px #1594E8; }
  .n_table td,
  .n_table th {
    border: solid 1px #E6E6E6; }
  .n_table tfoot {
    border: solid 1px #1594E8; }
    .n_table tfoot td,
    .n_table tfoot th {
      padding: 16px 18px;
      vertical-align: middle; }

.tb_tfoot_move .tfoot {
  width: 226px;
  vertical-align: middle;
  padding: 18px; }
  @media screen and (min-width: 1200px) {
    .tb_tfoot_move .tfoot {
      width: 290px; } }

.table_1 {
  border: solid 1px #1594E8; }
  .table_1 tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .table_1 tbody tr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .table_1 tbody tr:last-child td,
  .table_1 tbody tr:last-child th {
    border-bottom: 0; }
  .table_1 tbody td,
  .table_1 tbody th {
    text-align: center;
    border: solid 1px #E6E6E6;
    border-left: 0;
    border-right: 0; }
    @media screen and (min-width: 768px) {
      .table_1 tbody td,
      .table_1 tbody th {
        width: 50%; }
        .table_1 tbody td:nth-child(even),
        .table_1 tbody th:nth-child(even) {
          border-left: solid 1px #E6E6E6; } }
    @media screen and (min-width: 1200px) {
      .table_1 tbody td,
      .table_1 tbody th {
        width: 33%;
        border-left: solid 1px #E6E6E6; } }
  .table_1 tfoot td {
    color: #1594E8;
    background-color: #1594E81A;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    border: solid 1px #1594E8; }

.table_1_2 {
  border: solid 1px #1594E8; }
  .table_1_2 tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .table_1_2 tbody tr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .table_1_2 tbody tr:last-child td,
  .table_1_2 tbody tr:last-child th {
    border-right: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6; }
  .table_1_2 tbody td,
  .table_1_2 tbody th {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .table_1_2 tbody td,
      .table_1_2 tbody th {
        width: 50%; } }

.table_1_3 {
  border: solid 1px #1594E8; }
  .table_1_3 tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 1200px) {
      .table_1_3 tbody tr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .table_1_3 tbody td,
  .table_1_3 tbody th {
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .table_1_3 tbody td,
      .table_1_3 tbody th {
        width: 50%; } }

.max_1080 {
  max-width: 1080px;
  margin: auto; }

.table_2 {
  border: solid 1px #1594E8; }
  .table_2 tbody td,
  .table_2 tbody th {
    border-top: solid 1px #E6E6E6; }
    @media screen and (min-width: 768px) {
      .table_2 tbody td,
      .table_2 tbody th {
        width: 33%; }
        .table_2 tbody td + td,
        .table_2 tbody td + th,
        .table_2 tbody th + td,
        .table_2 tbody th + th {
          border-left: solid 1px #E6E6E6; } }
  .table_2 tbody th {
    color: #1594E8;
    border-right: solid 1px #E6E6E6; }
    @media screen and (min-width: 768px) {
      .table_2 tbody th {
        border-right: 0; } }
  .table_2 tbody td {
    text-align: center; }
  .table_2 tbody .date {
    border-top: solid 1px #1594E8; }

.table_3 {
  border: solid 1px #1594E8; }
  .table_3 tbody td,
  .table_3 tbody th {
    border-top: solid 1px #E6E6E6; }
    @media screen and (min-width: 768px) {
      .table_3 tbody td + td,
      .table_3 tbody td + th,
      .table_3 tbody th + td,
      .table_3 tbody th + th {
        border-left: solid 1px #E6E6E6; } }
  .table_3 tbody td {
    text-align: center; }
  .table_3 tbody td + td {
    border-left: solid 1px #E6E6E6; }
  .table_3 tfoot {
    border: solid 1px #1594E8; }
    .table_3 tfoot td,
    .table_3 tfoot th {
      background-color: #1594E81A;
      padding: 14px 0;
      text-align: center;
      vertical-align: middle; }
    .table_3 tfoot th {
      color: #1594E8; }
    .table_3 tfoot td {
      border-left: solid 1px #1594E8; }

.bg_blue_2 {
  color: #fff;
  padding: 52px 20px;
  background-image: url("../img/bg2@2x.png");
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .bg_blue_2 {
      padding: 54px 84px; } }
  @media screen and (min-width: 1200px) {
    .bg_blue_2 {
      padding: 54px 160px; } }
  .bg_blue_2 .fax,
  .bg_blue_2 .mail,
  .bg_blue_2 .tel {
    position: relative;
    padding-left: 56px; }
    .bg_blue_2 .fax:after,
    .bg_blue_2 .mail:after,
    .bg_blue_2 .tel:after {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background-size: cover; }
  .bg_blue_2 a {
    color: #fff; }
  .bg_blue_2 .bg_blue_2_contact {
    padding-left: 25px; }
    @media screen and (min-width: 768px) {
      .bg_blue_2 .bg_blue_2_contact {
        padding-left: calc(245px - 56px); } }
    @media screen and (min-width: 1200px) {
      .bg_blue_2 .bg_blue_2_contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .bg_blue_2 .tel:after {
    background-image: url("../img/icon-phone@2x.png"); }
  .bg_blue_2 .fax:after {
    background-image: url("../img/icon-fax@2x.png"); }
  .bg_blue_2 .mail:after {
    background-image: url("../img/icon-email@2x.png"); }
  .bg_blue_2 .mail_2 {
    background-color: #FFFFFF;
    max-width: 600px;
    margin: 50px auto 0; }
    .bg_blue_2 .mail_2 a {
      color: #1594E8;
      padding: 25px 58px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .bg_blue_2 .mail_2 a {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (min-width: 768px) {
        .bg_blue_2 .mail_2 a .img {
          width: 34px;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }

table.form {
  max-width: 881px;
  margin: auto; }
  table.form td,
  table.form th {
    display: block;
    text-align: left;
    padding: 0; }
    @media screen and (min-width: 768px) {
      table.form td,
      table.form th {
        display: table-cell;
        padding-top: 30px; } }
  table.form th {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      table.form th {
        min-width: 171px;
        margin-top: 0;
        text-align: right;
        vertical-align: middle; } }
  table.form td {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      table.form td {
        padding-left: 40px; } }
  table.form input[type="text"],
  table.form input[type="email"] {
    width: 100%;
    height: 40px;
    padding-left: 30px; }
  table.form input[type="text"] {
    width: 100%; }
  table.form textarea {
    width: 100%;
    min-height: 150px; }
  table.form .mwform-zip-field input {
    width: 121px; }
  table.form .mwform-checkbox-field.horizontal-item:nth-child(3n) {
    display: block; }
    @media screen and (min-width: 768px) {
      table.form .mwform-checkbox-field.horizontal-item:nth-child(3n) {
        padding-left: 0 !important; } }
    @media screen and (min-width: 1200px) {
      table.form .mwform-checkbox-field.horizontal-item:nth-child(3n) {
        display: inline;
        padding-left: 30px !important; } }
  @media screen and (min-width: 768px) {
    table.form .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
      margin-left: 30px;
      padding-left: 30px; } }

.req {
  color: #FF0000;
  padding-left: 10px; }

.access_btn {
  background-color: #1594E81A;
  color: #1594E899;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .access_btn {
      min-height: 100px; } }
  .access_btn p {
    margin: 0; }
  .access_btn.select {
    background-color: #fff;
    border: solid 2px #1594E8;
    color: #1594E8; }
  .access_btn.access_btn_2 {
    text-align: center;
    padding: 17px 15px; }

.google_map {
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 768px) {
    .google_map {
      height: 300px; } }
  @media screen and (min-width: 1200px) {
    .google_map {
      height: 500px; } }

@media screen and (min-width: 768px) {
  .guides .guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.guides .guide + .guide {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .guides .guide + .guide {
      margin-top: 50px; } }

.guides .guide ul {
  padding-left: 20px;
  margin-bottom: 0; }

.guides .guide .img {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .guides .guide .img {
      margin-right: 30px; } }
  .guides .guide .img img {
    width: 100px; }

.guides .guide .title {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .guides .guide .title {
      text-align: left; } }

.route_search_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.route_search_btn {
  padding: 8px 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #1594E81A; }
  @media screen and (min-width: 768px) {
    .route_search_btn {
      margin-left: 20px; } }
  .route_search_btn a {
    color: #1594E8;
    text-decoration: none; }

.map_2 {
  display: none; }

.map_3 {
  display: none; }

.w_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: scroll;
  text-align: center; }
  .w_scroll .item {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .w_scroll .item + .item {
      margin-left: 30px; }
    .w_scroll .item img {
      height: 312px;
      vertical-align: middle; }

@media screen and (min-width: 768px) {
  .w_scroll_2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (min-width: 768px) {
  .activitys .activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 1200px) {
  .activitys .activity {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.activitys .activity + .activity {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .activitys .activity + .activity {
      margin-top: 50px; } }

@media screen and (min-width: 768px) {
  .activitys .activity > div {
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

@media screen and (min-width: 768px) {
  .activitys .activity .img_box {
    width: 260px;
    padding-top: 30px; } }

.activitys .activity .gender {
  position: absolute;
  top: 0;
  left: 0;
  color: #1594E8;
  padding: 10px;
  background-color: #1594E81A; }

.activitys .activity .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .activitys .activity .img {
      width: 148px;
      height: 148px; } }
  .activitys .activity .img img {
    width: 100%; }

@media screen and (min-width: 768px) {
  .activitys .text_box {
    max-width: calc(100% - 260px - 30px);
    padding-top: 30px;
    margin-left: 30px; } }

@media screen and (min-width: 1200px) {
  .activitys .text_box {
    max-width: 540px;
    width: auto;
    width: calc((100% - 320px) / 2); } }

@media screen and (min-width: 768px) {
  .activitys .activity_div_3 {
    width: 100%; } }

@media screen and (min-width: 1200px) {
  .activitys .activity_div_3 {
    width: auto;
    margin-left: 30px;
    width: calc((100% - 320px) / 2); } }

.activitys .activity_comment {
  border: solid 1px #1594E8;
  padding: 20px;
  margin-top: 60px; }
  @media screen and (min-width: 1200px) {
    .activitys .activity_comment {
      max-width: 530px; } }
  .activitys .activity_comment .title {
    color: #FFFFFF;
    background-color: #1594E8;
    display: inline-block;
    padding: 8px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    top: -60px;
    left: -18px; }

.map_1 .activity_comment {
  border: solid 1px #29b9d3; }
  .map_1 .activity_comment .title {
    background-color: #29b9d3; }

.bus_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 1200px) {
    .bus_icons {
      max-width: 953px;
      margin: auto; } }
  .bus_icons .bus_icon {
    width: calc(50% - 6px);
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      .bus_icons .bus_icon {
        width: calc((100% - 80px) / 3); } }
    .bus_icons .bus_icon .img {
      width: 80px;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .bus_icons .bus_icon .img {
          width: 130px; } }

.uploads {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .uploads {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 70px; } }
  @media screen and (min-width: 1200px) {
    .uploads {
      margin-top: 60px; } }
  @media screen and (min-width: 768px) {
    .uploads .upload {
      width: calc(50% - 15px);
      margin-top: 30px; } }
  @media screen and (min-width: 1200px) {
    .uploads .upload {
      width: calc(50% - 20px);
      margin-top: 40px; } }
  .uploads .upload + .upload {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .uploads .upload + .upload {
        margin-top: 30px; } }
    @media screen and (min-width: 1200px) {
      .uploads .upload + .upload {
        margin-top: 40px; } }

.school_emblem {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 258px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .school_emblem {
      max-width: 242px; } }
  @media screen and (min-width: 1200px) {
    .school_emblem {
      max-width: 310px; } }

.school_song audio {
  width: 100%; }

@media screen and (min-width: 1200px) {
  .historyimg {
    width: 310px; } }

.historys table {
  max-width: 1052px;
  margin: auto; }
  .historys table td,
  .historys table th {
    display: block;
    vertical-align: middle; }
    @media screen and (min-width: 1200px) {
      .historys table td,
      .historys table th {
        display: table-cell;
        border-bottom: solid 1px #E6E6E6; } }
  .historys table th {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    white-space: nowrap; }
  .historys table td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E6E6E6; }
    @media screen and (min-width: 1200px) {
      .historys table td {
        padding-left: 40px; } }

.line_1 {
  display: inline-block;
  width: 25px;
  position: relative;
  background-color: #E6E6E6; }
  .line_1::after {
    background-color: #E6E6E6;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    margin: auto;
    -webkit-transform: rotate(-50deg) translateY(-5px);
    -ms-transform: rotate(-50deg) translateY(-5px);
    transform: rotate(-50deg) translateY(-5px); }

.ol_1 {
  list-style: none;
  padding: 0; }
  .ol_1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ol_1 li span {
      color: #fff;
      background-color: #1594E8;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .ol_1 li span {
          margin-top: 4px; } }
    .ol_1 li .mal {
      margin-left: 14px; }
      @media screen and (min-width: 768px) {
        .ol_1 li .mal {
          margin-left: 16px; } }
      @media screen and (min-width: 1200px) {
        .ol_1 li .mal {
          margin-left: 22px; } }

.fuki {
  padding: 16px;
  display: inline-block;
  position: relative;
  margin-top: 21px; }
  .fuki::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 17px;
    top: -17px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 17px 0; }

.fuki_1 {
  color: #fff;
  background-color: #F8A725; }
  .fuki_1::after {
    border-color: transparent transparent #F8A725 transparent; }

.fuki_2 {
  color: #1594E8;
  background-color: #1594E81A; }
  .fuki_2::after {
    border-color: transparent transparent #1594E81A transparent; }

.fuki_3 {
  padding: 8px;
  margin-top: 0;
  background-color: #1594E81A;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .fuki_3 {
      padding: 8px 16px; } }
  .fuki_3 a {
    color: #1594E8;
    text-decoration: none; }
  .fuki_3::after {
    display: none; }

.archive_select_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .archive_select_boxs .archive_select_box {
    padding: 10px 57px 10px 12px;
    border: solid 1px #1594E8;
    position: relative; }
    @media screen and (min-width: 768px) {
      .archive_select_boxs .archive_select_box {
        width: 100%;
        padding: 24px 10px; } }
    .archive_select_boxs .archive_select_box + .archive_select_box {
      margin-left: 20px; }
    .archive_select_boxs .archive_select_box::after {
      position: absolute;
      content: '';
      width: 20px;
      height: 20px;
      top: 0;
      right: 14px;
      bottom: 0;
      margin: auto;
      background-size: cover;
      background-repeat: no-repeat; }
    .archive_select_boxs .archive_select_box.up::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%231594E8%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M18%2015l-6-6-6%206%22%2F%3E%3C%2Fsvg%3E"); }
    .archive_select_boxs .archive_select_box.down::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%231594E8%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E"); }

.archive_select_boxs_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .archive_select_boxs_3 .archive_select_box {
    padding: 10px 57px 10px 12px;
    border: solid 1px #1594E8;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .archive_select_boxs_3 .archive_select_box {
        padding: 24px 10px; } }

.archive_select_boxs_2 {
  text-align: center; }

@media screen and (min-width: 1200px) {
  .archive_side_2 {
    margin-left: 40px; } }

.archive_side_2 .archive_select_boxs {
  text-align: center; }

#new_posts {
  display: none; }
  #new_posts .new_post {
    margin: 0;
    padding: 20px 0;
    border-bottom: solid 1px #E6E6E6; }
    @media screen and (min-width: 768px) {
      #new_posts .new_post {
        padding: 20px 10px; } }
    #new_posts .new_post a {
      color: #000;
      text-decoration: none; }

#cats {
  display: none; }
  #cats .cat {
    margin: 0;
    padding: 20px 0;
    border-bottom: solid 1px #E6E6E6; }
    #cats .cat a {
      color: #000;
      text-decoration: none; }

.archive_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (min-width: 1200px) {
  .archive_flex_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.archive_posts {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .archive_posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: calc(100% - 40px - 180px);
      margin-top: 0; } }
  @media screen and (min-width: 1200px) {
    .archive_posts {
      max-width: calc(100% - 40px - 220px);
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .archive_posts .archive_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 768px) {
      .archive_posts .archive_post {
        display: block;
        width: calc(50% - 20px);
        margin-bottom: 50px; } }
    @media screen and (min-width: 1200px) {
      .archive_posts .archive_post {
        width: calc(33% - 20px);
        margin-left: 30px; }
        .archive_posts .archive_post:nth-child(3n+1) {
          margin-left: 0; } }
    .archive_posts .archive_post + .archive_post {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        .archive_posts .archive_post + .archive_post {
          margin-top: 0; } }
    .archive_posts .archive_post .left {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .archive_posts .archive_post .left a {
        width: 128px;
        height: 92px;
        position: relative;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          .archive_posts .archive_post .left a {
            width: 100%;
            height: auto; } }
        .archive_posts .archive_post .left a img {
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
          height: auto; }
          @media screen and (min-width: 768px) {
            .archive_posts .archive_post .left a img {
              height: auto; } }
        .archive_posts .archive_post .left a .cat_name {
          font-size: 10px;
          padding: 4px 10px;
          position: absolute;
          background-color: #fff;
          left: 6px;
          top: 6px; }
    .archive_posts .archive_post .right {
      margin-left: 20px; }
      @media screen and (min-width: 768px) {
        .archive_posts .archive_post .right {
          margin-left: 0; } }
      .archive_posts .archive_post .right .date {
        line-height: 1;
        margin-top: 0; }
        @media screen and (min-width: 768px) {
          .archive_posts .archive_post .right .date {
            margin-top: 16px;
            margin-bottom: 0; } }
      .archive_posts .archive_post .right .title {
        margin-top: 14px; }
        @media screen and (min-width: 768px) {
          .archive_posts .archive_post .right .title {
            margin-top: 16px; } }
        .archive_posts .archive_post .right .title a {
          color: #000;
          text-decoration: none; }

@media screen and (min-width: 768px) {
  .archive_side {
    width: 180px; } }

@media screen and (min-width: 1200px) {
  .archive_side {
    width: 220px; } }

@media screen and (min-width: 1200px) {
  .archive_side_2 {
    width: 220px; } }

ul.paginate {
  border: solid 1px #002369;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 12px 21px; }
  ul.paginate li + li {
    margin-left: 30px; }
  ul.paginate a {
    text-decoration: none;
    color: #000; }
  ul.paginate .current {
    color: #002369; }
    ul.paginate .current a {
      color: #002369;
      font-weight: bold; }

.single_post {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .single_post {
      width: calc(100% - 40px - 180px); } }
  @media screen and (min-width: 1200px) {
    .single_post {
      width: calc(100% - 40px - 220px); } }
  .single_post .single_title {
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .single_post .single_title {
        text-align: left; } }
  .single_post .tag_date {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .single_post .tag_date {
        margin-bottom: 50px; } }
    .single_post .tag_date span {
      display: inline-block; }
    .single_post .tag_date .tag {
      padding: 6px 12px;
      border: solid 1px #1594E8; }
    .single_post .tag_date .date {
      margin-left: 20px; }
  .single_post h2 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .single_post h2 {
        font-size: 36px;
        margin-top: 30px; } }
  .single_post h3 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .single_post h3 {
        font-size: 36px;
        margin-top: 18px; } }
  .single_post h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 22px; }
    @media screen and (min-width: 768px) {
      .single_post h4 {
        font-size: 24px; } }
  .single_post p {
    margin-top: 20px; }
  .single_post ol,
  .single_post ul {
    padding-left: 20px; }
    .single_post ol li + li,
    .single_post ul li + li {
      margin-top: 16px; }
  .single_post img {
    height: auto;
    max-width: 800px; }

.prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .prev_next .next,
  .prev_next .prev {
    padding: 15px;
    border: solid 1px #1594E8;
    width: calc(50% - 5.5px); }
    @media screen and (min-width: 768px) {
      .prev_next .next,
      .prev_next .prev {
        max-width: calc(50% - 10px);
        padding: 30px; } }
    .prev_next .next a,
    .prev_next .prev a {
      color: #000;
      text-decoration: none;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .prev_next .prev {
    padding-left: 50px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .prev_next .prev {
        padding-left: 56px; } }
    .prev_next .prev::before {
      content: '';
      width: 30px;
      height: 30px;
      border: 0;
      border-top: solid 2px #5bc0de;
      border-right: solid 2px #5bc0de;
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 20px; }
  .prev_next .next {
    padding-right: 50px;
    position: relative;
    margin-left: auto;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .prev_next .next {
        padding-right: 60px; } }
    .prev_next .next::before {
      content: '';
      width: 30px;
      height: 30px;
      border: 0;
      border-top: solid 2px #5bc0de;
      border-right: solid 2px #5bc0de;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 20px; }
  .prev_next .prev + .next {
    margin-left: 11px; }

.breadcrumbs a {
  color: #1594E8;
  text-decoration: none; }

.home_new_posts {
  margin-top: 30px; }

.home_new_post {
  padding-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .home_new_post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 0; } }
  .home_new_post + .home_new_post {
    margin-top: 16px; }
  .home_new_post p {
    margin: 0; }
  .home_new_post .cat_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home_new_post .cat_date .cat {
      font-size: 10px;
      padding: 6px;
      border: solid 1px #707070;
      width: 94px;
      text-align: center; }
    .home_new_post .cat_date .date {
      margin-left: 20px; }
  .home_new_post .title {
    margin-top: 5px;
    margin-left: 5px; }
    @media screen and (min-width: 768px) {
      .home_new_post .title {
        margin-left: 20px;
        margin-top: 0; } }
    .home_new_post .title a {
      color: #000000;
      text-decoration: none; }

.slide {
  width: 100%;
  overflow: hidden; }

.c_num {
  background-color: #1594E8;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 20px;
  margin-right: 20px;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .c_num {
      line-height: 24px;
      width: 24px;
      height: 24px;
      font-size: 20px; } }

.certificate_box {
  background-color: #00000080;
  color: #fff;
  width: 140px;
  padding: 12px 14px;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .certificate_box {
      width: 250px;
      font-size: 20px; } }

@media screen and (min-width: 768px) {
  .certificates .certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.certificates .certificate + .certificate {
  margin-top: 40px; }

@media screen and (min-width: 768px) {
  .certificates .certificate .first {
    margin-top: 0; } }

.certificates .certificate .left {
  margin-top: 5px; }

@media screen and (min-width: 768px) {
  .certificates .certificate .right {
    margin-left: 30px; } }

@media screen and (min-width: 768px) {
  .olympians {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 1200px) {
  .olympians .olympian {
    width: calc(50% - 20px); } }

@media screen and (min-width: 1200px) {
  .olympians .olympian .img {
    width: 250px; } }

@media screen and (min-width: 1200px) {
  .olympians .olympian .left {
    width: auto; } }

.olympians .olympian .right {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .olympians .olympian .right {
      text-align: left;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 1200px) {
    .olympians .olympian .right {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

@media screen and (min-width: 1200px) {
  .olympians .olympian:nth-child(even) {
    margin-left: 40px; } }

.n_table_add_1 td,
.n_table_add_1 th {
  padding-left: 17px;
  padding-right: 17px;
  vertical-align: middle; }

@media screen and (min-width: 1200px) {
  .campus_360s .campus_360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.campus_360s .campus_360 .img img {
  width: 100%; }

@media screen and (min-width: 1200px) {
  .campus_360s .campus_360 .tb_min_flex_50 {
    width: 50%; } }

.campus_360s .campus_360 .tb_min_flex_50 .flex_item + .flex_item {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .campus_360s .campus_360 .tb_min_flex_50 .flex_item + .flex_item {
      margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .campus_360s .campus_360 .left {
    width: 730px; } }

.campus_360s .campus_360 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 205px;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .campus_360s .campus_360 .links {
      max-height: 154px; } }
  @media screen and (min-width: 1200px) {
    .campus_360s .campus_360 .links {
      max-height: initial;
      max-height: 352px;
      margin-top: 0; } }
  .campus_360s .campus_360 .links .link {
    max-width: 50%;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-top: 6px; }
    @media screen and (min-width: 768px) {
      .campus_360s .campus_360 .links .link {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .campus_360s .campus_360 .links .link {
        max-width: initial;
        margin-left: 65px;
        margin-top: 30px; } }
    .campus_360s .campus_360 .links .link:hover {
      color: #1594E8; }
    .campus_360s .campus_360 .links .link::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      background-color: #1594E8;
      width: 8px;
      height: 8px;
      border-radius: 50%; }

.vr_view_warp .vr_view_popup,
.vr_view_warp .vr_view_popup_back {
  display: none;
  z-index: 10000; }

.vr_view_warp .vr_view_popup_back {
  background-color: #777;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.vr_view_warp .vr_view_popup {
  width: calc(80%);
  height: calc(80%);
  border-radius: 10px;
  border: solid 10px #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .vr_view_warp .vr_view_popup iframe {
    width: 100%;
    height: 100%;
    z-index: 2; }

@media screen and (min-width: 1200px) {
  .school_information_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .school_information_1 .tb_min_flex_50 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.school_information_2 img {
  max-width: 110px; }

.slide_2 {
  position: relative;
  overflow: hidden; }
  .slide_2 .slide-arrow {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 4px; }
    @media screen and (min-width: 768px) {
      .slide_2 .slide-arrow {
        width: 15px; } }
    .slide_2 .slide-arrow.prev-arrow {
      left: 20px; }
      @media screen and (min-width: 768px) {
        .slide_2 .slide-arrow.prev-arrow {
          left: 0; } }
      @media screen and (min-width: 1200px) {
        .slide_2 .slide-arrow.prev-arrow {
          left: 37px; } }
    .slide_2 .slide-arrow.next-arrow {
      right: 20px; }
      @media screen and (min-width: 768px) {
        .slide_2 .slide-arrow.next-arrow {
          right: 0; } }
      @media screen and (min-width: 1200px) {
        .slide_2 .slide-arrow.next-arrow {
          right: 37px; } }

.annual_events_boxs {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .annual_events_boxs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .annual_events_boxs .annual_events_box {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .annual_events_boxs .annual_events_box {
        margin-top: 50px;
        width: calc(50% - 20px); } }
    @media screen and (min-width: 1200px) {
      .annual_events_boxs .annual_events_box {
        width: calc(33.3% - 26.6px); } }
    .annual_events_boxs .annual_events_box .month {
      color: #FFFFFF;
      position: relative;
      height: 54px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 32px; }
      @media screen and (min-width: 768px) {
        .annual_events_boxs .annual_events_box .month {
          padding-left: 50px;
          height: 100px; } }
      .annual_events_boxs .annual_events_box .month span {
        font-size: 12px;
        padding-left: 6px;
        font-weight: normal; }
        @media screen and (min-width: 768px) {
          .annual_events_boxs .annual_events_box .month span {
            font-size: 16px;
            padding-left: 12px; } }
      .annual_events_boxs .annual_events_box .month::before {
        content: '';
        width: 21px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url("../img/shadow.svg");
        background-size: cover; }
        @media screen and (min-width: 768px) {
          .annual_events_boxs .annual_events_box .month::before {
            width: 40px; } }
      .annual_events_boxs .annual_events_box .month::after {
        content: '';
        width: 8px;
        height: 4px;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: cover; }
        @media screen and (min-width: 768px) {
          .annual_events_boxs .annual_events_box .month::after {
            display: none; } }
      .annual_events_boxs .annual_events_box .month.down::after {
        width: 8px;
        background-image: url("../img/down.svg"); }
      .annual_events_boxs .annual_events_box .month.up::after {
        width: 8px;
        background-image: url("../img/up.svg"); }
    .annual_events_boxs .annual_events_box ul {
      display: none;
      margin: 0;
      padding: 30px 30px 30px 40px; }
      @media screen and (min-width: 768px) {
        .annual_events_boxs .annual_events_box ul {
          display: block !important; } }

.school_bus_box {
  width: 232px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff; }

@media screen and (min-width: 1200px) {
  .work_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.work_flex .map {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .work_flex .map {
      margin-top: 100px; } }
  @media screen and (min-width: 1200px) {
    .work_flex .map {
      width: 1080px;
      margin-left: 100px;
      margin-top: 0; } }

.work_flex .work_flex_selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .work_flex .work_flex_selects {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media screen and (min-width: 1200px) {
    .work_flex .work_flex_selects {
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  .work_flex .work_flex_selects .work_flex_select {
    color: #1594E899;
    font-weight: bold;
    background-color: #1594E81A;
    text-align: center;
    padding: 12px 31px; }
    @media screen and (min-width: 768px) {
      .work_flex .work_flex_selects .work_flex_select {
        padding: 22px 50px; } }
    @media screen and (min-width: 1200px) {
      .work_flex .work_flex_selects .work_flex_select {
        width: 230px;
        height: 70px;
        min-height: initial;
        padding: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .work_flex .work_flex_selects .work_flex_select + .work_flex_select {
      margin-left: 10px; }
      @media screen and (min-width: 1200px) {
        .work_flex .work_flex_selects .work_flex_select + .work_flex_select {
          margin-left: 0;
          margin-top: 30px; } }

.top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px; }
  @media screen and (min-width: 768px) {
    .top {
      display: block;
      z-index: 9999; } }

.vm {
  vertical-align: middle; }

@media screen and (min-width: 768px) {
  .course_img {
    height: 300px; } }

@media screen and (min-width: 1200px) {
  .course_img {
    height: auto; } }

@media screen and (min-width: 768px) {
  .course_img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; } }

@media screen and (min-width: 1200px) {
  .course_img img {
    height: auto; } }

header ul.menu > li:hover {
  opacity: 0.7; }

header .sub_nav ul > li:hover {
  opacity: 1; }

.hohe_posts_btn {
  border: solid 1px #002369; }
  .hohe_posts_btn a {
    color: #002369; }

.mv_text_box {
  text-align: center;
  width: calc(100% - 20px) !important;
  max-width: calc(100% - 20px) !important;
  margin-left: 10px;
  position: absolute;
  bottom: 30px;
  background-color: #FFFFFFB3;
  padding: 30px; }
  .mv_text_box:hover {
    background-color: #FFFFFF; }
  .mv_text_box * {
    margin: 0; }
  @media screen and (min-width: 768px) {
    .mv_text_box {
      width: 393px !important;
      margin-left: 0;
      bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    .mv_text_box {
      width: 401px !important;
      bottom: 0; } }

.pc_mv {
  position: relative; }

.home_mv_btn {
  border: solid 1px #707070;
  margin-top: 20px; }
  .home_mv_btn a {
    color: #000; }

.slick-slide {
  position: relative;
  max-width: 100vw;
  opacity: 0.5; }
  .slick-slide > a {
    height: calc(100vh - 60px);
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .slick-slide > a {
        height: calc(100vh - 100px); } }
    @media screen and (min-width: 1200px) {
      .slick-slide > a {
        height: auto; } }
    .slick-slide > a > img {
      min-width: 100vw;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (min-width: 1200px) {
        .slick-slide > a > img {
          height: auto;
          min-width: auto; } }

.pc_mv {
  height: calc(100vh - 60px); }
  @media screen and (min-width: 1200px) {
    .pc_mv {
      height: auto; } }

.slick-active,
.slick-current {
  -webkit-animation: opacity_ani 1.5s ease 0.1s 1 normal both;
  animation: opacity_ani 1.5s ease 0.1s 1 normal both; }
  .slick-active .mv_text_box,
  .slick-current .mv_text_box {
    display: block;
    -webkit-animation: opacity_ani 1.5s ease 1.5s 1 normal both;
    animation: opacity_ani 1.5s ease 1.5s 1 normal both; }

@-webkit-keyframes opacity_ani {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes opacity_ani {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fixed_contact_a {
  display: none !important; }
  @media screen and (min-width: 1200px) {
    .fixed_contact_a {
      display: block;
      position: fixed;
      right: 0;
      bottom: 70px;
      content: '';
      height: 80px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media screen and (min-width: 1200px) {
    .fixed_contact_a img {
      max-height: 80px; } }
  .fixed_contact_a a + a {
    margin-left: 2px; }

.fixed_contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #012369; }
  @media screen and (min-width: 768px) {
    .fixed_contact {
      display: none; } }
  .fixed_contact .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    text-align: center;
    height: 56px; }
    .fixed_contact .inner .home {
      border-right: solid 1px #707070;
      width: 20vw;
      font-size: 10px;
      text-decoration: none;
      padding: 10px; }
    .fixed_contact .inner .request {
      padding: 0 20px;
      width: 60vw;
      border-right: solid 1px #707070;
      padding: 5px 20px; }
    .fixed_contact .inner .donation {
      padding: 0 20px;
      padding: 5px 20px;
      position: relative;
      min-width: 60px;
      width: 20vw; }
      .fixed_contact .inner .donation img {
        width: 60px;
        height: 39px;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto; }
  .fixed_contact img {
    vertical-align: middle;
    height: 25px; }

.slide .is-active-next,
.slide .slick-current {
  opacity: 1;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }
  .slide .is-active-next .mv_text_box,
  .slide .slick-current .mv_text_box {
    -webkit-animation: opacity_ani 1.5s ease 1.5s 1 normal both;
    animation: opacity_ani 1.5s ease 1.5s 1 normal both; }

@media screen and (min-width: 768px) {
  .site_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .site_map_row {
    width: 50%; } }

@media screen and (min-width: 1200px) {
  .site_map_row {
    width: 25%; } }

.site_map_row_1 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .site_map_row_1 {
      margin-top: 0; } }

.site_map_row_2 {
  margin-top: 40px; }
  @media screen and (min-width: 1200px) {
    .site_map_row_2 {
      margin-top: 0; } }

.site_map_row_3 {
  margin-top: 40px; }
  @media screen and (min-width: 1200px) {
    .site_map_row_3 {
      margin-top: 0; } }

.site_map_box + .site_map_box {
  margin-top: 40px; }

.site_map_list {
  list-style: none;
  padding-left: 30px;
  margin: 0; }
  .site_map_list li {
    margin-top: 17px; }
  .site_map_list a {
    color: #000;
    text-decoration: none; }
    .site_map_list a:hover {
      text-decoration: underline; }

input.search-field {
  height: 30px;
  background-image: url("../img/グループ4468@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px; }
  @media screen and (min-width: 1200px) {
    input.search-field {
      height: 25px; } }

.saerchs * {
  word-wrap: break-word; }

.saerchs .saerch + .saerch {
  margin-top: 11px;
  border-top: solid 1px #777; }
  @media screen and (min-width: 768px) {
    .saerchs .saerch + .saerch {
      margin-top: 31px; } }

.saerchs .modified_date {
  margin-top: 31px;
  font-size: 10px; }

.saerchs .text {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .saerchs .text {
      margin-top: 15px;
      margin-bottom: 15px; } }

.saerchs .link {
  font-size: 10px;
  line-height: 1;
  display: block; }
  @media screen and (min-width: 768px) {
    .saerchs .link {
      font-size: 16px; } }

.saerchs a {
  color: #000;
  text-decoration: none; }
  .saerchs a:hover {
    text-decoration: underline; }

.search-form {
  margin-left: 28px;
  margin-top: 15px; }
  .search-form input {
    border: solid 1px #B4B4B4; }
  @media screen and (min-width: 768px) {
    .search-form {
      margin-left: 100px; } }
  @media screen and (min-width: 1200px) {
    .search-form {
      margin-top: 0;
      margin-left: 0; } }

.gallery-columns-2 img,
.gallery-columns-3 img,
.gallery-columns-4 img {
  height: auto; }

.breadcrumbs_2 a {
  color: #000000;
  text-decoration: none; }

.experience_tags {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0; }
  .experience_tags .experience_tag {
    color: #012369;
    padding: 10px 16px;
    border-radius: 10px;
    border: solid 2px #012369;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .experience_tags .experience_tag + .experience_tag {
      margin-left: 10px; }

.thumbnail_img img {
  height: auto; }

.experience_navs {
  list-style: none;
  padding: 0; }
  .experience_navs .slick-slide {
    opacity: 1; }
    .experience_navs .slick-slide a {
      height: auto; }
  .experience_navs .experience_nav {
    margin-right: 30px;
    width: 260px; }
    .experience_navs .experience_nav .img img {
      height: auto;
      min-width: 0;
      height: 180px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: left;
      object-position: left; }
    .experience_navs .experience_nav a {
      text-decoration: none;
      color: #000; }

@media screen and (min-width: 1200px) {
  .thumbnail_img_text {
    position: relative; } }

@media screen and (min-width: 1200px) {
  .thumbnail_img_text .text {
    position: absolute;
    top: 0;
    right: 68px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.thumbnail_img_text .experience_tags {
  margin: 20px auto; }
  @media screen and (min-width: 768px) {
    .thumbnail_img_text .experience_tags {
      margin: 50px auto 20px; } }
  @media screen and (min-width: 1200px) {
    .thumbnail_img_text .experience_tags {
      margin: 0 auto; } }

.thumbnail_img_text2 {
  position: relative; }
  @media screen and (min-width: 768px) {
    .thumbnail_img_text2 .text {
      position: absolute;
      top: 0;
      right: 68px;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .thumbnail_img_text2 .experience_tags {
    margin: 20px auto; }
    @media screen and (min-width: 768px) {
      .thumbnail_img_text2 .experience_tags {
        margin: 50px auto 20px; } }
    @media screen and (min-width: 1200px) {
      .thumbnail_img_text2 .experience_tags {
        margin: 0 auto; } }

.experiences a {
  text-decoration: none;
  color: #000; }

@media screen and (min-width: 768px) {
  .uniform_page .main_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1200px) {
  .uniform_page .main_title {
    position: absolute; } }

@media screen and (min-width: 1200px) {
  .uniform_page .main_img img {
    max-width: 349px;
    margin-left: 157px; } }

@media screen and (min-width: 1200px) {
  .uniform_page .explanations {
    margin-left: 89px; } }

.uniform_page .explanations .explanation + .explanation {
  margin-top: 30px; }

.uniform_page .explanations .explanation .img_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .uniform_page .explanations .explanation .img_title .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 1200px) {
      .uniform_page .explanations .explanation .img_title .img {
        display: block; } }
    .uniform_page .explanations .explanation .img_title .img img {
      width: 49px; }
      @media screen and (min-width: 1200px) {
        .uniform_page .explanations .explanation .img_title .img img {
          display: block;
          position: relative;
          top: 15px; } }
    .uniform_page .explanations .explanation .img_title .img img + img {
      margin-left: 10px; }
      @media screen and (min-width: 1200px) {
        .uniform_page .explanations .explanation .img_title .img img + img {
          margin-left: 0;
          margin-top: 10px; } }
  .uniform_page .explanations .explanation .img_title .title {
    margin-left: 10px;
    font-weight: bold; }
    @media screen and (min-width: 1200px) {
      .uniform_page .explanations .explanation .img_title .title {
        margin-left: 21px;
        line-height: 1; } }

.uniform_page .explanations .explanation p {
  margin: 0; }
  @media screen and (min-width: 1200px) {
    .uniform_page .explanations .explanation p {
      margin-left: 70px; } }

.uniform_page .explanations .winter_sub {
  position: relative; }
  @media screen and (min-width: 768px) {
    .uniform_page .explanations .winter_sub .img {
      max-width: 266px; } }
  @media screen and (min-width: 1200px) {
    .uniform_page .explanations .winter_sub .img {
      position: absolute;
      top: -20px;
      right: -90px; } }

@media screen and (min-width: 1200px) {
  .uniform_page .explanations .summer_sub {
    position: relative; } }

@media screen and (min-width: 1200px) {
  .uniform_page .explanations .summer_sub .one p {
    margin-left: 250px; } }

@media screen and (min-width: 1200px) {
  .uniform_page .explanations .summer_sub .one .img {
    margin-top: 0;
    position: absolute;
    top: 0; } }

@media screen and (min-width: 1200px) {
  .uniform_page .explanations .summer_sub .tow {
    position: relative;
    margin-top: 130px; } }

@media screen and (min-width: 1200px) {
  .uniform_page .explanations .summer_sub .tow p {
    margin-left: calc(266px + 50px); } }

@media screen and (min-width: 1200px) {
  .uniform_page .explanations .summer_sub .tow .img {
    position: absolute;
    top: 0;
    right: -50px; } }

@media screen and (min-width: 768px) {
  .uniform_page .explanations .summer_sub img {
    max-width: 266px; } }

.uniform_page .winter .title {
  color: #29B9D3; }

@media screen and (min-width: 1200px) {
  .uniform_page .summer {
    margin-top: 300px; } }

.uniform_page .summer .title {
  color: #F8A725; }

@media screen and (min-width: 1200px) {
  .uniform_page .summer_imgs .img_title p {
    position: relative;
    top: -30px; } }

@media screen and (min-width: 1200px) {
  .uniform_page .summer_imgs .img_title + p {
    position: relative;
    top: -60px; } }

@media screen and (min-width: 1200px) {
  .uniform_page .kint {
    margin-top: 180px; } }

.uniform_page .kint .title {
  color: #808AFA; }

@media screen and (min-width: 1200px) {
  .toggle_box .inner {
    max-height: initial !important; } }

@media screen and (min-width: 1200px) {
  .toggle_box .toggle_open {
    display: none; } }

@media screen and (min-width: 1200px) {
  .c3_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1200px) {
  .c3_box > div {
    width: calc((100% - 120px) / 3);
    margin: 0 20px; } }

@media screen and (min-width: 1200px) {
  .c3_box.no3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.donation_box h3 {
  background-color: #012369;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 50px; }
  @media screen and (min-width: 1200px) {
    .donation_box h3 {
      margin-top: 50px; } }

.donation_box .btn {
  margin-top: 20px; }

.donation_box table td,
.donation_box table th {
  padding: 7px;
  min-width: 120px;
  display: block;
  vertical-align: middle; }
  @media screen and (min-width: 1200px) {
    .donation_box table td,
    .donation_box table th {
      display: table-cell; } }

.donation_box th {
  border: solid 5px #fff;
  background-color: #EDEDED;
  color: #000; }

.preferential_tax_treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .preferential_tax_treatment img {
    width: 32px; }
  .preferential_tax_treatment span {
    margin-left: 10px; }

.preferential_tax_treatment_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .preferential_tax_treatment_2 img {
    width: 45px; }
  .preferential_tax_treatment_2 span {
    margin-left: 10px; }

@media screen and (min-width: 1200px) {
  .how_to_apply_for_donation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (min-width: 1200px) {
  .how_to_apply_for_donation > p {
    margin-left: 30px; } }

.how_to_apply_for_donation_2 {
  margin-top: 40px; }
  @media screen and (min-width: 1200px) {
    .how_to_apply_for_donation_2 {
      margin-top: 0; } }

.donation_tb_min_flex {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .donation_tb_min_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 50px; } }
  @media screen and (min-width: 768px) {
    .donation_tb_min_flex p {
      margin-top: 0;
      max-width: 730px;
      margin-left: 30px; } }
  .donation_tb_min_flex .img {
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px; }
    @media screen and (min-width: 768px) {
      .donation_tb_min_flex .img {
        width: 217px;
        margin: initial; } }
  .donation_tb_min_flex .img_2 {
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 118px; }
    @media screen and (min-width: 768px) {
      .donation_tb_min_flex .img_2 {
        width: 132px;
        margin: initial; } }
  .donation_tb_min_flex .img_3 {
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 83px; }
    @media screen and (min-width: 768px) {
      .donation_tb_min_flex .img_3 {
        width: 131px;
        margin: initial; } }
  .donation_tb_min_flex .img_4 {
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px; }
    @media screen and (min-width: 768px) {
      .donation_tb_min_flex .img_4 {
        width: 122px;
        margin: initial; } }
  .donation_tb_min_flex .img_5 {
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 109px; }
    @media screen and (min-width: 768px) {
      .donation_tb_min_flex .img_5 {
        width: 132px;
        margin: initial; } }
  .donation_tb_min_flex .img_6 {
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 123px; }
    @media screen and (min-width: 768px) {
      .donation_tb_min_flex .img_6 {
        width: 155px;
        margin: initial; } }

.box_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (min-width: 768px) {
  .donation_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .donation_50 > .donation_box {
    width: calc(50% - 20px); } }

.bas_stop_warp {
  max-width: 335px;
  overflow: hidden;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .bas_stop_warp {
      max-width: 850px; } }
  @media screen and (min-width: 1200px) {
    .bas_stop_warp .select_warp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .bas_stop_warp .select_warp .line {
    font-size: 20px;
    text-align: center; }
  .bas_stop_warp .select_warp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    background-image: url("../img/caret-down-solid.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    font-family: "A-OTF UD新ゴ Pro", "Noto Sans JP", sans-serif; }
  .bas_stop_warp .select_warp select {
    margin-top: 30px;
    width: 335px;
    height: 49px;
    max-width: 100%;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px; }
    @media screen and (min-width: 1200px) {
      .bas_stop_warp .select_warp select {
        width: 500px;
        max-width: 500px;
        margin-left: 30px;
        font-size: 20px; } }
  .bas_stop_warp .select_warp .reset {
    color: #0F60E3;
    text-align: center;
    margin-top: 30px; }
    @media screen and (min-width: 1200px) {
      .bas_stop_warp .select_warp .reset {
        margin-left: 30px; } }
  .bas_stop_warp table {
    margin-top: 80px; }
    .bas_stop_warp table tr {
      border: solid 1px #707070;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 30px; }
      @media screen and (min-width: 1200px) {
        .bas_stop_warp table tr {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 20px 30px; } }
    .bas_stop_warp table td,
    .bas_stop_warp table th {
      padding-top: 0; }
    @media screen and (min-width: 1200px) {
      .bas_stop_warp table th {
        padding-bottom: 0; } }
    .bas_stop_warp table th + th {
      margin-left: 30px; }
    .bas_stop_warp table td {
      width: 190px;
      display: block;
      font-size: 14px;
      text-align: center;
      padding-bottom: 0; }
      @media screen and (min-width: 1200px) {
        .bas_stop_warp table td {
          margin-left: auto; } }
      .bas_stop_warp table td + td {
        margin-top: 30px; }
        @media screen and (min-width: 1200px) {
          .bas_stop_warp table td + td {
            margin-top: 0;
            margin-left: 30px; } }
    .bas_stop_warp table a {
      line-height: 1;
      width: 180px;
      color: #fff;
      display: block;
      background-color: #29B9D3;
      text-decoration: none;
      padding: 7px 0;
      border-radius: 20px;
      margin: 0 auto; }
    .bas_stop_warp table .iz {
      background-color: #1594E8; }
    .bas_stop_warp table .gl {
      background-color: #B4B4B4; }

/*# sourceMappingURL=master.css.map */