@charset "UTF-8";
/*メインカラーなど*/
/*時差表示*/
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 400;
  src: url("../font/belfont-Regular.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  src: url("../font/belfont-Bold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  src: url("../font/belfont-Black.woff") format("woff");
  font-display: swap; }

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

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-weight: 400; }
  @media only screen and (max-width: 900px) {
    body {
      line-height: 1.6;
      font-size: 14px; } }

/* IE10 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Roboto Slab","YuMincho","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",serif; } }

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

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #040922; }

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

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

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1; }

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* --------------------------
	共通
--------------------------- */
@media only screen and (min-width: 1380px) {
  .pcNone {
    display: none !important; }
  .spOnly {
    display: none !important; } }

@media only screen and (max-width: 1380px) {
  .pcNone {
    display: none !important; }
  .spOnly {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .pcOnly {
    display: none !important; }
  .pcNone {
    display: inline-block !important; }
  .spOnly {
    display: none !important; } }

@media only screen and (max-width: 750px) {
  .pcNone {
    display: inline-block !important; }
  .pcOnly {
    display: none !important; }
  .spNone {
    display: none !important; }
  .spOnly {
    display: inline-block !important; } }

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px; }
  @media only screen and (max-width: 750px) {
    .anchor {
      padding-top: 50px;
      margin-top: -50px; } }

a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media only screen and (max-width: 1024px) {
    a {
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; } }
  a:hover {
    opacity: 0.8; }
    @media only screen and (max-width: 1024px) {
      a:hover {
        opacity: 1; } }

/* --------------------------
	ヘッダー
--------------------------- */
.fix-header-contents,
.page-header-contents {
  width: 1300px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  padding-left: 0; }
  @media only screen and (max-width: 1380px) {
    .fix-header-contents,
    .page-header-contents {
      width: 1100px; } }
  @media only screen and (max-width: 1024px) {
    .fix-header-contents,
    .page-header-contents {
      width: 100%; } }
  .fix-header-contents h1,
  .page-header-contents h1 {
    width: 200px;
    position: relative;
    top: 15px; }
  .fix-header-contents ul,
  .page-header-contents ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fix-header-contents ul li,
    .page-header-contents ul li {
      margin-right: 40px;
      margin-bottom: 5px;
      font-weight: 700;
      line-height: 66px; }
      @media only screen and (max-width: 1380px) {
        .fix-header-contents ul li,
        .page-header-contents ul li {
          margin-right: 30px; } }
      .fix-header-contents ul li:last-child,
      .page-header-contents ul li:last-child {
        margin-right: 0; }

/*ハンバーガーメニュー*/
.nav-toggle {
  position: fixed;
  top: 11px;
  right: 13px;
  height: 45px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px; }
  .nav-toggle > div {
    position: relative;
    width: 30px; }
  .nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out; }
    .nav-toggle span:nth-child(1) {
      top: 0; }
    .nav-toggle span:nth-child(2) {
      top: 12px; }
    .nav-toggle span:nth-child(3) {
      top: 24px; }

.open .nav-toggle span {
  background: #fff; }
  .open .nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open .nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%; }
  .open .nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* z-index */
.nav-toggle {
  z-index: 1200; }

.gloval-nav {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  -o-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease; }

.gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease; }

.gloval-nav ul {
  list-style: none;
  padding-top: 80px; }
  .gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity .5s ease, -webkit-transform .6s ease;
    transition: opacity .5s ease, -webkit-transform .6s ease;
    -o-transition: transform .6s ease, opacity .5s ease;
    transition: transform .6s ease, opacity .5s ease;
    transition: transform .6s ease, opacity .5s ease, -webkit-transform .6s ease;
    font-size: 16px;
    letter-spacing: 0.08em; }
    .gloval-nav ul li:nth-child(2) {
      -webkit-transition-delay: .15s;
      -o-transition-delay: .15s;
      transition-delay: .15s; }
    .gloval-nav ul li:nth-child(3) {
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .gloval-nav ul li:nth-child(4) {
      -webkit-transition-delay: .45s;
      -o-transition-delay: .45s;
      transition-delay: .45s; }
    .gloval-nav ul li:nth-child(5) {
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s; }
    .gloval-nav ul li:nth-child(6) {
      -webkit-transition-delay: .75s;
      -o-transition-delay: .75s;
      transition-delay: .75s; }
    .gloval-nav ul li:nth-child(7) {
      -webkit-transition-delay: .9s;
      -o-transition-delay: .9s;
      transition-delay: .9s; }

/* open */
.open {
  overflow: hidden; }
  .open .gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open .gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: opacity .9s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease; }

/* --------------------------
	フッター
--------------------------- */
footer .school {
  background-color: #f7f7f7;
  padding: 40px 0; }
  @media only screen and (max-width: 1024px) {
    footer .school {
      padding: 20px 0; } }
  footer .school ul {
    width: 1300px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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; }
    @media only screen and (max-width: 1380px) {
      footer .school ul {
        width: 1100px; } }
    @media only screen and (max-width: 1024px) {
      footer .school ul {
        width: 100%;
        padding: 0 18px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 320px) {
      footer .school ul {
        padding: 0 15px; } }
    footer .school ul li {
      width: 23.8%;
      background-color: #fff; }
      @media only screen and (max-width: 1024px) {
        footer .school ul li {
          width: 49%;
          margin-bottom: 8px; }
          footer .school ul li:nth-last-child(-n+2) {
            margin-bottom: 0; } }
      footer .school ul li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      @media only screen and (max-width: 750px) {
        footer .school ul li .photo {
          width: 70px; }
          footer .school ul li .photo img {
            width: 100%; } }
      footer .school ul li p {
        font-weight: 700;
        padding-left: 20px; }
        @media only screen and (max-width: 1380px) {
          footer .school ul li p {
            font-size: 13px;
            padding-left: 10px; } }
        @media only screen and (max-width: 750px) {
          footer .school ul li p {
            width: calc(100% - 70px);
            padding: 5px;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.3; } }
        @media only screen and (max-width: 320px) {
          footer .school ul li p {
            font-size: 10px; } }

footer .footer-box .footer-menu {
  width: 1300px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  padding: 25px 0; }
  @media only screen and (max-width: 1380px) {
    footer .footer-box .footer-menu {
      width: 1100px;
      padding: 18px 0; } }
  @media only screen and (max-width: 1024px) {
    footer .footer-box .footer-menu {
      width: 100%;
      padding: 15px 18px 12px;
      display: block; } }
  @media only screen and (max-width: 320px) {
    footer .footer-box .footer-menu {
      padding: 15px 15px 12px; } }
  @media only screen and (max-width: 1024px) {
    footer .footer-box .footer-menu .image {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 750px) {
    footer .footer-box .footer-menu .image {
      width: 150px;
      margin-bottom: 7px; } }
  footer .footer-box .footer-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      footer .footer-box .footer-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    footer .footer-box .footer-menu ul li {
      position: relative;
      margin-right: 26px;
      font-size: 14px;
      font-weight: 700; }
      @media only screen and (max-width: 750px) {
        footer .footer-box .footer-menu ul li {
          font-size: 13px;
          line-height: 1.8; } }
      @media only screen and (max-width: 320px) {
        footer .footer-box .footer-menu ul li {
          line-height: 1.6; } }
      footer .footer-box .footer-menu ul li:before {
        content: '';
        height: 15px;
        width: 1px;
        background-color: #ccc;
        position: absolute;
        right: -13px;
        top: 6px; }
        @media only screen and (max-width: 750px) {
          footer .footer-box .footer-menu ul li:before {
            height: 12px; } }
      footer .footer-box .footer-menu ul li:last-child {
        margin-right: 0; }
      footer .footer-box .footer-menu ul li:last-child:before {
        content: none; }

footer .footer-box .copyright {
  font-size: 12px;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 8px 0; }
  @media only screen and (max-width: 1380px) {
    footer .footer-box .copyright {
      padding: 5px 0; } }
  @media only screen and (max-width: 750px) {
    footer .footer-box .copyright {
      font-size: 11px;
      padding: 3px 0; } }

/* --------------------------
	pagetop
--------------------------- */
#pagetop {
  width: 65px;
  height: 65px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  background: #2e529b;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 10;
  display: none; }
  @media only screen and (max-width: 1380px) {
    #pagetop {
      bottom: 80px; } }
  @media only screen and (max-width: 1024px) {
    #pagetop {
      bottom: 50px; } }
  @media only screen and (max-width: 750px) {
    #pagetop {
      width: 50px;
      height: 50px;
      right: 10px;
      bottom: 70px; } }
  #pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
    #pagetop a:after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 57%;
      left: 24px;
      margin-top: -3px; }
      @media only screen and (max-width: 750px) {
        #pagetop a:after {
          width: 8px;
          height: 8px;
          top: 45%;
          left: 18px; } }

/* --------------------------
	section
--------------------------- */
section {
  margin-bottom: 120px; }
  @media only screen and (max-width: 1380px) {
    section {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 1024px) {
    section {
      margin-bottom: 70px; } }
  @media only screen and (max-width: 750px) {
    section {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 320px) {
    section {
      margin-bottom: 50px; } }
  section.short {
    margin-bottom: 80px; }
    @media only screen and (max-width: 1380px) {
      section.short {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 1024px) {
      section.short {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 750px) {
      section.short {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 320px) {
      section.short {
        margin-bottom: 30px; } }

/* --------------------------
	見出し
--------------------------- */
.headline-type01 {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-bottom: 50px; }
  @media only screen and (max-width: 750px) {
    .headline-type01 {
      font-size: 28px;
      line-height: 1.2;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 320px) {
    .headline-type01 {
      font-size: 26px; } }
  .headline-type01 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.02em; }
    @media only screen and (max-width: 750px) {
      .headline-type01 span {
        margin-top: 5px;
        font-size: 13px; } }
    @media only screen and (max-width: 320px) {
      .headline-type01 span {
        font-size: 12px; } }
    .headline-type01 span:after {
      content: '';
      background-color: #2e529b;
      width: 40px;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      margin: auto; }
      @media only screen and (max-width: 750px) {
        .headline-type01 span:after {
          bottom: -18px; } }

.headline-type02 {
  font-size: 18px;
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: 700;
  margin-bottom: 5px; }
  @media only screen and (max-width: 750px) {
    .headline-type02 {
      font-size: 16px;
      padding-left: 18px; } }
  .headline-type02:before {
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 2em;
    background-color: #2e529b;
    position: absolute;
    top: 13px;
    left: 0; }
    @media only screen and (max-width: 750px) {
      .headline-type02:before {
        width: 12px; } }

.headline-type03 {
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-bottom: 64px;
  line-height: 1.5; }
  @media only screen and (max-width: 750px) {
    .headline-type03 {
      font-size: 20px;
      margin-bottom: 32px; } }
  @media only screen and (max-width: 640px) {
    .headline-type03 {
      font-size: 18px; } }
  .headline-type03:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #2e529b;
    position: absolute;
    left: 0;
    bottom: -25px; }
    @media only screen and (max-width: 750px) {
      .headline-type03:after {
        width: 35px;
        bottom: -13px; } }

.headline-type04 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 750px) {
    .headline-type04 {
      font-size: 18px;
      padding-left: 13px;
      margin-bottom: 10px; } }
  .headline-type04:before {
    content: '';
    width: 6px;
    height: 20px;
    background-color: #2e529b;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 2em; }
    @media only screen and (max-width: 750px) {
      .headline-type04:before {
        width: 5px;
        top: 4px; } }

/* --------------------------
	リンク
--------------------------- */
/*右寄せ*/
.detail {
  width: 1300px;
  margin: auto;
  text-align: right;
  font-weight: 700; }
  @media only screen and (max-width: 1380px) {
    .detail {
      width: 1100px; } }
  @media only screen and (max-width: 1024px) {
    .detail {
      width: 100%;
      padding: 0 18px; } }
  @media only screen and (max-width: 320px) {
    .detail {
      padding: 0 15px; } }
  .detail a {
    position: relative;
    display: inline-block;
    padding-right: 15px; }
    .detail a:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #2e529b;
      border-right: solid 2px #2e529b;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -3px; }

/*左寄せ*/
.return {
  width: 100%;
  margin: auto;
  font-weight: 700; }
  @media only screen and (max-width: 1024px) {
    .return {
      padding: 0 18px; } }
  @media only screen and (max-width: 320px) {
    .return {
      padding: 0 15px; } }
  .return a {
    position: relative;
    display: inline-block;
    padding-left: 15px; }
    .return a:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #2e529b;
      border-right: solid 2px #2e529b;
      -ms-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -3px; }

/* --------------------------
	フェードイン
--------------------------- */
.fadein-up {
  opacity: 0;
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px); }
  @media only screen and (max-width: 750px) {
    .fadein-up {
      -ms-transform: translateX(0, 15px);
      transform: translateX(0, 15px);
      -webkit-transform: translateX(0, 15px); } }

.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/* --------------------------
	ヘッダー
--------------------------- */
header.page .page-header {
  background-color: #fff;
  line-height: 66px;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  z-index: 800;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  header.page .page-header .page-header-contents {
    padding-left: 0; }
    @media only screen and (max-width: 1024px) {
      header.page .page-header .page-header-contents h1 {
        width: 150px;
        top: 21px;
        padding-left: 15px; } }

/* --------------------------
	フッター
--------------------------- */
/* --------------------------
	コンテンツ
--------------------------- */
.title-box {
  background-color: #f7f7f7;
  padding-top: 66px;
  text-align: center; }
  .title-box section {
    margin-bottom: 0; }
  .title-box .inner {
    padding: 80px 0;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .title-box .inner {
        padding: 60px 0; } }
    @media only screen and (max-width: 750px) {
      .title-box .inner {
        padding: 30px 0; } }
    .title-box .inner h2 {
      font-size: 25px;
      font-weight: 700; }
      @media only screen and (max-width: 750px) {
        .title-box .inner h2 {
          font-size: 20px;
          line-height: 1.4; } }

.breadcrumbs {
  border-bottom: 1px solid #eee;
  margin: 0 auto 55px;
  padding: 7px 5px 9px;
  line-height: 1;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    .breadcrumbs {
      width: 100%;
      margin: 0 auto 25px;
      padding: 7px 10px 9px; } }
  @media only screen and (max-width: 750px) {
    .breadcrumbs {
      width: 100%;
      padding: 7px 15px 9px; } }
  .breadcrumbs .inner {
    width: 1100px;
    margin: auto;
    font-size: 12px;
    position: relative; }
    @media only screen and (max-width: 1380px) {
      .breadcrumbs .inner {
        width: 1000px; } }
    @media only screen and (max-width: 1024px) {
      .breadcrumbs .inner {
        width: 100%; } }
    .breadcrumbs .inner span {
      display: inline-block;
      position: relative;
      padding-right: 20px; }
      .breadcrumbs .inner span a {
        color: #000; }
      .breadcrumbs .inner span:after {
        content: '';
        width: 4px;
        height: 4px;
        border: 0px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -2px; }
      .breadcrumbs .inner span:last-child:after {
        display: none; }
    @media only screen and (max-width: 750px) {
      .breadcrumbs .inner {
        line-height: 1;
        margin-bottom: 0;
        padding-bottom: 0; }
        .breadcrumbs .inner span {
          font-size: 10px;
          line-height: 1.4; }
          .breadcrumbs .inner span:after {
            font-size: 8px; } }

.contents {
  width: 1100px;
  margin: auto; }
  @media only screen and (max-width: 750px) {
    .contents {
      width: 100%; } }

.new a {
  position: relative; }
  .new a:before {
    content: '';
    width: 73px;
    height: 73px;
    background-image: url(../img/top/icon_new.png);
    background-size: 73px;
    position: absolute;
    top: -20px;
    left: -25px; }
    @media only screen and (max-width: 1024px) {
      .new a:before {
        width: 60px;
        height: 60px;
        background-size: 60px;
        left: -10px; } }
    @media only screen and (max-width: 750px) {
      .new a:before {
        left: -10px;
        width: 50px;
        height: 50px;
        background-size: 50px; } }

.button {
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  min-width: 300px;
  font-weight: 700; }
  @media only screen and (max-width: 750px) {
    .button {
      min-width: 100%; } }
  .button a {
    display: block;
    padding: 18px;
    position: relative; }
    .button a:before {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #2e529b;
      border-right: solid 2px #2e529b;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 47%;
      right: 15px;
      margin-top: -4px; }
      @media only screen and (max-width: 750px) {
        .button a:before {
          width: 6px;
          height: 6px;
          right: 10px; } }

.main-article-workingabroad .breadcrumbs {
  margin-bottom: 0; }

.main-article-workingabroad .mainimage {
  background-image: url(../img/workingabroad/mainimage_pc.jpg);
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    .main-article-workingabroad .mainimage {
      background-image: url(../img/workingabroad/mainimage_sp.jpg);
      background-size: 100%;
      background-repeat: no-repeat; } }
  .main-article-workingabroad .mainimage .inner {
    width: 1100px;
    margin: auto;
    color: #fff;
    padding: 150px 0;
    line-height: 1.6;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad .mainimage .inner {
        width: 100%;
        padding: 120px 40px; } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad .mainimage .inner {
        padding: 70px 20px; } }
    .main-article-workingabroad .mainimage .inner h2 {
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad .mainimage .inner h2 {
          font-size: 20px; } }
      @media only screen and (max-width: 320px) {
        .main-article-workingabroad .mainimage .inner h2 {
          font-size: 18px;
          margin-bottom: 15px; } }
      .main-article-workingabroad .mainimage .inner h2 span {
        font-size: 16px;
        display: block; }
        @media only screen and (max-width: 750px) {
          .main-article-workingabroad .mainimage .inner h2 span {
            font-size: 13px; } }

.main-article-workingabroad .contents {
  width: 100%; }
  .main-article-workingabroad .contents .interview {
    width: 1100px;
    margin: auto; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad .contents .interview {
        width: 100%;
        padding: 0 18px; } }
    .main-article-workingabroad .contents .interview .slider {
      margin: 0 auto 30px; }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad .contents .interview .slider {
          margin: 0 auto 10px; } }
    .main-article-workingabroad .contents .interview .slide-item {
      position: relative; }
      .main-article-workingabroad .contents .interview .slide-item img {
        width: 100%; }
      .main-article-workingabroad .contents .interview .slide-item .name-box {
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        left: 30px;
        bottom: 30px;
        padding: 15px 25px 13px;
        font-weight: 700;
        width: 300px; }
        @media only screen and (max-width: 750px) {
          .main-article-workingabroad .contents .interview .slide-item .name-box {
            left: 15px;
            bottom: 15px;
            min-width: 50%;
            width: auto;
            padding: 12px 15px 10px; } }
        @media only screen and (max-width: 320px) {
          .main-article-workingabroad .contents .interview .slide-item .name-box {
            left: 12px;
            bottom: 12px;
            padding: 10px 12px; } }
        .main-article-workingabroad .contents .interview .slide-item .name-box .area {
          background-color: #2e529b;
          padding: 5px 10px;
          color: #fff;
          margin-bottom: 8px;
          display: inline-block; }
          @media only screen and (max-width: 750px) {
            .main-article-workingabroad .contents .interview .slide-item .name-box .area {
              padding: 2px 5px;
              margin-bottom: 5px;
              font-size: 13px; } }
          @media only screen and (max-width: 320px) {
            .main-article-workingabroad .contents .interview .slide-item .name-box .area {
              margin-bottom: 3px;
              font-size: 10px; } }
        .main-article-workingabroad .contents .interview .slide-item .name-box .title {
          font-size: 14px; }
          @media only screen and (max-width: 750px) {
            .main-article-workingabroad .contents .interview .slide-item .name-box .title {
              font-size: 13px; } }
          @media only screen and (max-width: 320px) {
            .main-article-workingabroad .contents .interview .slide-item .name-box .title {
              font-size: 12px; } }
        .main-article-workingabroad .contents .interview .slide-item .name-box .name {
          font-size: 18px; }
          @media only screen and (max-width: 750px) {
            .main-article-workingabroad .contents .interview .slide-item .name-box .name {
              font-size: 16px;
              line-height: 1.3; } }
          @media only screen and (max-width: 320px) {
            .main-article-workingabroad .contents .interview .slide-item .name-box .name {
              font-size: 15px; } }
    .main-article-workingabroad .contents .interview .thumbnail-list {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad .contents .interview .thumbnail-list {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad .contents .interview .thumbnail-list li {
          width: 25%; } }
      .main-article-workingabroad .contents .interview .thumbnail-list li img {
        width: 100%; }
  .main-article-workingabroad .contents .key {
    background-color: #edf0f4; }
    .main-article-workingabroad .contents .key .inner {
      width: 1100px;
      margin: auto;
      padding: 80px 0; }
      @media only screen and (max-width: 1024px) {
        .main-article-workingabroad .contents .key .inner {
          width: 100%;
          padding: 40px 18px; } }
      .main-article-workingabroad .contents .key .inner .item {
        background-color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px; }
        @media only screen and (max-width: 1024px) {
          .main-article-workingabroad .contents .key .inner .item {
            margin-bottom: 25px; } }
        @media only screen and (max-width: 750px) {
          .main-article-workingabroad .contents .key .inner .item {
            display: block; } }
        .main-article-workingabroad .contents .key .inner .item:last-child {
          margin-bottom: 0; }
        .main-article-workingabroad .contents .key .inner .item .image {
          width: 530px; }
          @media only screen and (max-width: 1024px) {
            .main-article-workingabroad .contents .key .inner .item .image {
              width: 350px; } }
          @media only screen and (max-width: 750px) {
            .main-article-workingabroad .contents .key .inner .item .image {
              width: 100%; } }
          .main-article-workingabroad .contents .key .inner .item .image img {
            width: 100%; }
        .main-article-workingabroad .contents .key .inner .item .text {
          width: calc(100% - 530px);
          padding: 55px 65px; }
          @media only screen and (max-width: 1024px) {
            .main-article-workingabroad .contents .key .inner .item .text {
              width: calc(100% - 350px);
              padding: 25px 20px 20px; } }
          @media only screen and (max-width: 750px) {
            .main-article-workingabroad .contents .key .inner .item .text {
              width: 100%; } }
          .main-article-workingabroad .contents .key .inner .item .text .headline {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 30px; }
            @media only screen and (max-width: 1024px) {
              .main-article-workingabroad .contents .key .inner .item .text .headline {
                margin-bottom: 15px; } }
            @media only screen and (max-width: 750px) {
              .main-article-workingabroad .contents .key .inner .item .text .headline {
                margin-bottom: 13px; } }
            .main-article-workingabroad .contents .key .inner .item .text .headline .point {
              width: 75px;
              position: relative;
              z-index: 10;
              text-align: center;
              font-size: 33px;
              color: #fff;
              font-weight: 700;
              line-height: 1.1; }
              @media only screen and (max-width: 1024px) {
                .main-article-workingabroad .contents .key .inner .item .text .headline .point {
                  width: 60px;
                  font-size: 25px; } }
              @media only screen and (max-width: 750px) {
                .main-article-workingabroad .contents .key .inner .item .text .headline .point {
                  width: 45px;
                  font-size: 17px; } }
              .main-article-workingabroad .contents .key .inner .item .text .headline .point:before {
                content: '';
                width: 75px;
                height: 75px;
                background-color: #2e529b;
                position: absolute;
                left: 0;
                top: -13px;
                border-radius: 50%;
                z-index: -1; }
                @media only screen and (max-width: 1024px) {
                  .main-article-workingabroad .contents .key .inner .item .text .headline .point:before {
                    top: -12px;
                    width: 60px;
                    height: 60px; } }
                @media only screen and (max-width: 750px) {
                  .main-article-workingabroad .contents .key .inner .item .text .headline .point:before {
                    top: -10px;
                    width: 45px;
                    height: 45px; } }
              .main-article-workingabroad .contents .key .inner .item .text .headline .point span {
                display: block;
                font-size: 12px; }
                @media only screen and (max-width: 750px) {
                  .main-article-workingabroad .contents .key .inner .item .text .headline .point span {
                    font-size: 8px; } }
            .main-article-workingabroad .contents .key .inner .item .text .headline h3 {
              font-size: 25px;
              font-weight: 700;
              padding-left: 20px; }
              @media only screen and (max-width: 750px) {
                .main-article-workingabroad .contents .key .inner .item .text .headline h3 {
                  font-size: 18px;
                  padding-left: 10px; } }
  .main-article-workingabroad .contents .school {
    width: 1100px;
    margin: auto; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad .contents .school {
        width: 100%;
        padding: 0 18px; } }
    .main-article-workingabroad .contents .school ul {
      background-color: #f7f7f7;
      padding: 40px 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1024px) {
        .main-article-workingabroad .contents .school ul {
          padding: 35px; } }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad .contents .school ul {
          padding: 25px;
          display: block; } }
      @media only screen and (max-width: 320px) {
        .main-article-workingabroad .contents .school ul {
          padding: 15px; } }
      .main-article-workingabroad .contents .school ul li {
        width: 48.9%;
        background-color: #fff;
        border: 1px solid #ccc;
        margin-bottom: 18px;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          .main-article-workingabroad .contents .school ul li {
            width: 100%;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 320px) {
          .main-article-workingabroad .contents .school ul li {
            margin-bottom: 7px; } }
        .main-article-workingabroad .contents .school ul li:nth-last-child(-n+2) {
          margin-bottom: 0; }
          @media only screen and (max-width: 750px) {
            .main-article-workingabroad .contents .school ul li:nth-last-child(-n+2) {
              margin-bottom: 10px; } }
          @media only screen and (max-width: 320px) {
            .main-article-workingabroad .contents .school ul li:nth-last-child(-n+2) {
              margin-bottom: 7px; } }
        @media only screen and (max-width: 750px) {
          .main-article-workingabroad .contents .school ul li:last-child {
            margin-bottom: 0; } }
        .main-article-workingabroad .contents .school ul li a {
          display: block;
          padding: 40px 0;
          font-weight: 700;
          position: relative; }
          @media only screen and (max-width: 1024px) {
            .main-article-workingabroad .contents .school ul li a {
              padding: 30px 0; } }
          @media only screen and (max-width: 750px) {
            .main-article-workingabroad .contents .school ul li a {
              padding: 20px 0; }
              .main-article-workingabroad .contents .school ul li a.multi {
                padding: 9px 0; } }
          .main-article-workingabroad .contents .school ul li a:before {
            content: '';
            width: 10px;
            height: 10px;
            border: 0px;
            border-top: solid 2px #2e529b;
            border-right: solid 2px #2e529b;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 47%;
            right: 20px;
            margin-top: -4px; }
            @media only screen and (max-width: 750px) {
              .main-article-workingabroad .contents .school ul li a:before {
                width: 6px;
                height: 6px;
                right: 10px; } }

/*詳細ページ*/
@media only screen and (max-width: 1024px) {
  .main-article-workingabroad-detail .breadcrumbs {
    margin-bottom: 0; } }

@media only screen and (max-width: 1024px) {
  .main-article-workingabroad-detail .contents {
    width: 100%; } }

.main-article-workingabroad-detail .mainimage {
  position: relative; }
  .main-article-workingabroad-detail .mainimage .title-box {
    position: absolute;
    left: 0;
    top: 325px;
    background-color: #2e529b;
    color: #fff;
    text-align: left;
    padding: 35px 30px; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .mainimage .title-box {
        top: 220px;
        padding: 25px 28px; } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .mainimage .title-box {
        top: 245px;
        width: 90%;
        padding: 20px 25px; } }
    @media only screen and (max-width: 320px) {
      .main-article-workingabroad-detail .mainimage .title-box {
        padding: 20px; } }
    .main-article-workingabroad-detail .mainimage .title-box h2 {
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 15px; }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad-detail .mainimage .title-box h2 {
          font-size: 20px;
          margin-bottom: 10px;
          line-height: 1.4; } }
      @media only screen and (max-width: 320px) {
        .main-article-workingabroad-detail .mainimage .title-box h2 {
          font-size: 17px; } }
    .main-article-workingabroad-detail .mainimage .title-box .name {
      font-size: 18px;
      font-weight: 700; }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad-detail .mainimage .title-box .name {
          font-size: 16px; } }
      .main-article-workingabroad-detail .mainimage .title-box .name span {
        font-size: 14px;
        font-weight: 500;
        margin-left: 15px; }
        @media only screen and (max-width: 750px) {
          .main-article-workingabroad-detail .mainimage .title-box .name span {
            font-size: 13px; } }

.main-article-workingabroad-detail .profile {
  margin-top: 185px;
  background-color: #edf0f4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px; }
  @media only screen and (max-width: 1024px) {
    .main-article-workingabroad-detail .profile {
      margin-top: 175px;
      padding: 40px 25px; } }
  @media only screen and (max-width: 750px) {
    .main-article-workingabroad-detail .profile {
      margin-top: 145px;
      width: 100%;
      display: block;
      padding: 30px 18px; } }
  .main-article-workingabroad-detail .profile .image {
    width: 522px;
    margin-right: 48px; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .profile .image {
        width: 300px;
        margin-right: 30px; } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .profile .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
  .main-article-workingabroad-detail .profile .text {
    width: calc(100% - 522px); }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .profile .text {
        width: calc(100% - 300px); } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .profile .text {
        width: 100%; } }
    .main-article-workingabroad-detail .profile .text h2 {
      font-size: 20px;
      font-weight: 700;
      border-bottom: 1px solid #ccc;
      padding-bottom: 8px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad-detail .profile .text h2 {
          font-size: 18px;
          padding-bottom: 6px;
          margin-bottom: 12px; } }
    .main-article-workingabroad-detail .profile .text .area {
      background-color: #fff;
      padding: 8px 12px;
      display: inline-block;
      font-weight: 700;
      margin-bottom: 10px; }

@media only screen and (max-width: 1024px) {
  .main-article-workingabroad-detail .interview {
    padding: 0 18px; } }

.main-article-workingabroad-detail .interview .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px; }
  @media only screen and (max-width: 1024px) {
    .main-article-workingabroad-detail .interview .item {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 750px) {
    .main-article-workingabroad-detail .interview .item {
      display: block;
      margin-bottom: 25px; } }
  .main-article-workingabroad-detail .interview .item .image {
    width: 420px; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .interview .item .image {
        width: 300px; } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .interview .item .image {
        width: 100%;
        margin-bottom: 15px; } }
    .main-article-workingabroad-detail .interview .item .image.right {
      margin-right: 50px; }
      @media only screen and (max-width: 1024px) {
        .main-article-workingabroad-detail .interview .item .image.right {
          margin-right: 30px; } }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad-detail .interview .item .image.right {
          margin-right: 0; } }
    .main-article-workingabroad-detail .interview .item .image.left {
      margin-left: 50px; }
      @media only screen and (max-width: 1024px) {
        .main-article-workingabroad-detail .interview .item .image.left {
          margin-left: 30px; } }
      @media only screen and (max-width: 750px) {
        .main-article-workingabroad-detail .interview .item .image.left {
          margin-left: 0; } }
  .main-article-workingabroad-detail .interview .item .text {
    width: calc(100% - 420px); }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .interview .item .text {
        width: calc(100% - 300px); } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .interview .item .text {
        width: 100%; } }
  .main-article-workingabroad-detail .interview .item.no-image {
    display: block; }
    .main-article-workingabroad-detail .interview .item.no-image .text {
      width: 100%; }

.main-article-workingabroad-detail .check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf0f4;
  margin-bottom: 45px;
  padding: 45px 55px;
  word-break: break-all; }
  @media only screen and (max-width: 750px) {
    .main-article-workingabroad-detail .check {
      display: block;
      padding: 25px; } }
  .main-article-workingabroad-detail .check .image {
    margin-right: 45px; }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .check .image {
        margin-right: 0; } }
  .main-article-workingabroad-detail .check .text h3 {
    font-size: 18px;
    font-weight: 700; }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .check .text h3 {
        font-size: 16px; } }
  .main-article-workingabroad-detail .check.no-image {
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .check.no-image {
        text-align: left; } }
  .main-article-workingabroad-detail .check.nakajima .image {
    width: 500px; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .check.nakajima .image {
        width: 300px; } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .check.nakajima .image {
        width: 100%;
        margin-bottom: 10px; } }
  .main-article-workingabroad-detail .check.nakajima .text {
    width: calc(100% - 500px); }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .check.nakajima .text {
        width: calc(100% - 300px); } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .check.nakajima .text {
        width: 100%; } }

.main-article-workingabroad-detail .interview-footer .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  padding: 45px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 750px) {
    .main-article-workingabroad-detail .interview-footer .inner {
      text-align: center;
      display: block;
      padding: 25px 18px 30px; } }
  .main-article-workingabroad-detail .interview-footer .inner p {
    font-size: 20px;
    font-weight: 700;
    margin-right: 45px; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .interview-footer .inner p {
        font-size: 18px;
        margin-right: 30px; } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .interview-footer .inner p {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 10px; } }
  .main-article-workingabroad-detail .interview-footer .inner .button {
    font-size: 20px; }
    @media only screen and (max-width: 1024px) {
      .main-article-workingabroad-detail .interview-footer .inner .button {
        font-size: 18px; } }
    @media only screen and (max-width: 750px) {
      .main-article-workingabroad-detail .interview-footer .inner .button {
        font-size: 16px; } }
