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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/**
 * Base
 */
button,
input[type=button],
input[type=checkbox],
input[type=image],
input[type=radio],
input[type=reset],
input[type=submit],
label,
select {
  cursor: pointer;
}

button,
input,
select,
textarea {
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

button,
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  overflow: visible;
  outline: none;
}

input[type=text]::-webkit-input-placeholder {
  opacity: 1;
}

input[type=text]::-moz-placeholder {
  opacity: 1;
}

input[type=text]:-ms-input-placeholder {
  opacity: 1;
}

input[type=text]::-ms-input-placeholder {
  opacity: 1;
}

input[type=text]::placeholder {
  opacity: 1;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1026px;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
a img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
 * Header
 */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background: #FCE7DD;
  background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
  background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
}
@media screen and (min-width: 768px) {
  .l-header {
    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: 2px 80px 10px 38px;
    min-width: 1026px;
    height: 74px;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .l-header {
    padding: 2px 15px 10px;
  }
}
.l-header.is-scroll .menu ul li a {
  color: #333;
}
.l-header .logo {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.l-header .logo a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    padding: 10px 15px;
  }
  .l-header .logo img {
    width: 120px;
  }
}
.l-header .menu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header .menu {
    display: none;
  }
}
.l-header .menu-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.l-header .menu-line:nth-of-type(1) {
  top: 0;
}
.l-header .menu-line:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.l-header .menu-line:nth-of-type(3) {
  bottom: 0;
}
.l-header .menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
      -ms-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.l-header .menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
      -ms-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-header .nav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header .nav {
    display: none;
    border-top: 1px solid #d8d8d8;
    background: #FCE7DD;
    background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
    background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
  }
}
@media screen and (min-width: 768px) {
  .l-header .nav ul {
    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) {
  .l-header .nav ul li {
    margin-top: 8px;
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .l-header .nav ul li {
    margin-left: 17px;
  }
  .l-header .nav ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header .nav ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  .l-header .nav ul li a:after {
    content: "";
    background: url(../img/common/arrow01.svg) 50% 50% no-repeat;
    background-size: cover;
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/**
 * Footer
 */
.footer-links {
  padding: 22px 0 63px;
  position: relative;
  background: #FCE7DD;
  background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
  background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
}
.footer-links:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/top/top_mv_wave.svg) 50% 50%;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .footer-links:after {
    height: 7px;
  }
}
.footer-links .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.footer-links .ttl-area .ttl-links {
  font-size: 40px;
  font-size: 4rem;
  font-family: "montserratextrabold", sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.footer-links .ttl-area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-links .ttl-area .sns li {
  margin-left: 23px;
}
.footer-links .ttl-area .sns li:nth-child(1) {
  margin-left: 30px;
}
.footer-links .list {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer-links .list {
    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;
  }
}
.footer-links .list .col {
  /*@include mqPc {
  		margin-left: 20px;
  		&:nth-child(1) {
  			margin-left: 0;
  		}
  	}*/
}
@media screen and (max-width: 767px) {
  .footer-links .list .col:nth-child(n+2) {
    margin-top: 30px;
  }
}
.footer-links .list .col .ttl {
  border-left: 2px solid #333;
  font-weight: bold;
  padding-left: 14px;
  margin-bottom: 25px;
  line-height: 1;
}
.footer-links .list .col .ttl .is-main {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-family: "montserratextrabold", sans-serif;
  font-weight: normal;
  margin-bottom: 9px;
  letter-spacing: 0.07em;
}
.footer-links .list .col .c-list li:nth-child(n+2) {
  margin-top: 3px;
}

.pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
}
.pagetop a:before {
  content: "";
  display: block;
  width: 9px;
  height: 52px;
  background: url(../img/common/scroll_arrow.svg) 50% 50% no-repeat;
  background-size: cover;
  margin: 0 0 30px 11px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagetop-text {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "montserratbold", sans-serif;
  font-weight: normal;
  line-height: 1;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.l-footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  background: url(../img/common/wave.svg) 50% 50%, -webkit-gradient(linear, left top, right top, from(#F9D6C5), to(#BCE5F8));
  background: url(../img/common/wave.svg) 50% 50%, linear-gradient(to right, #F9D6C5, #BCE5F8);
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .l-footer:before {
    height: 7px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .top-area .c-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 55px 13px 68px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .top-area .c-container {
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .top-area .logo-area {
    margin-left: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-footer .top-area .logo-area .img {
  width: 100%;
  max-width: 330px;
  margin-bottom: 14px;
}
.l-footer .top-area .logo-area .img img {
  width: 66%;
}
.l-footer .top-area .btn-area {
  margin-top: 30px;
}
.l-footer .top-area .btn-area .contact {
  margin-bottom: 26px;
}
.l-footer .top-area .btn-area .contact a {
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 330px;
  width: 100%;
  line-height: 46px;
  border-radius: 100px;
  border: solid 2px #333;
}
.l-footer .top-area .btn-area .contact a:before {
  display: inline-block;
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 20px;
}
.l-footer .top-area .btn-area .contact a:hover {
  background-color: #333;
  opacity: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer .top-area .btn-area .sns {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .top-area .btn-area .sns .ttl {
    margin-bottom: 15px;
  }
}
.l-footer .top-area .btn-area .sns .ttl img {
  vertical-align: -4px;
}
.l-footer .top-area .btn-area .sns ul {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer .top-area .btn-area .sns ul {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .top-area .btn-area .sns ul li {
    margin-left: 23px;
  }
}
.l-footer .top-area .link-area {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer .top-area .link-area {
    margin-right: 13px;
    margin-left: 32px;
    width: 192px;
  }
}
.l-footer .top-area .link-area ul li {
  border-bottom: 2px solid #333;
  padding: 3px 0 6px;
}
.l-footer .top-area .link-area ul li:nth-child(1) {
  padding-top: 0;
  margin-top: -5px;
}
.l-footer .top-area .link-area ul li:nth-child(1) a:nth-child(1):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1em;
  background-color: #333;
  margin: 0 1.5em;
}
.l-footer .top-area .link-area ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer .bottom-area {
  padding: 18px;
  background-color: #333;
}
.l-footer .bottom-area .copy {
  text-align: right;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer .bottom-area .copy {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .bottom-area .copy {
    text-align: center;
  }
}

/**
 * Wrapper
 */
.l-wrapper {
  position: relative;
}

/**
 * Contents
 */
/* bread */
.l-bread {
  padding-top: 7px;
  margin-bottom: 34px;
}
.l-bread li {
  display: inline-block;
  color: #B2B2B2;
}
.l-bread li:nth-child(n+2):before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em 0 0.1em;
}
.l-bread li a {
  color: #B2B2B2;
}

/* pagetitle */
.l-pagetitle {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .l-pagetitle {
    margin-bottom: -30px;
  }
}
.l-pagetitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  margin-top: 46px;
  background: url(../img/common/wave.svg) 50% 50%, -webkit-gradient(linear, left top, right top, from(#F9D6C5), to(#BCE5F8));
  background: url(../img/common/wave.svg) 50% 50%, linear-gradient(to right, #F9D6C5, #BCE5F8);
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .l-pagetitle:after {
    height: 7px;
    margin-top: 30px;
  }
}
.l-pagetitle .en {
  /*@include webFontB;
  @include fontSize(76);
  line-height: 1;*/
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .l-pagetitle .en img {
    width: inherit !important;
  }
}
.l-pagetitle .jp {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-pagetitle .jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/**
* Page
*/
/* Common */
.pg-detail {
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .pg-detail {
    padding-top: 58px;
  }
}
.pg-detail .l-contents img {
  width: 100%;
}
.pg-detail .l-contents img.is-real {
  width: inherit;
}
.pg-detail .l-footer {
  margin-top: -12px;
  /*margin-top: 90px;
  @include mqSp {
  	margin-top: 60px;
  }*/
}

/* Page */
/*
.pg-scc {
	.l-footer {
		@include mqPc {
			margin-top: 180px;
		}
	}
}

.pg-program,
.pg-exchange,
.pg-interview,
.pg-news {
	.l-footer {
		@include mqPc {
			margin-top: 120px;
		}
	}
}
*/
/**
 * Page TOP
 */
/* Common */
.pg-top .l-header:not(.is-scroll) {
  background: none;
}
@media screen and (min-width: 768px) {
  .pg-top .l-header:not(.is-scroll) .nav ul li a {
    color: #fff;
  }
}
.pg-top .l-header:not(.is-scroll):not(.is-active) .logo a {
  background: url(../img/common/logo_w.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.pg-top .l-header:not(.is-scroll):not(.is-active) .logo a img {
  visibility: hidden;
}
.pg-top .l-header:not(.is-scroll):not(.is-active) .menu span {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pg-top .l-header:not(.is-scroll).is-active .logo {
    background: #FCE7DD;
    background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
    background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
  }
}
.pg-top .l-footer:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .pg-top .top-secTitle .img-area {
    position: absolute;
    z-index: -1;
  }
}
.pg-top .top-secTitle .img-area img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pg-top .top-secTitle .img-ttl {
    margin-bottom: 20px !important;
  }
  .pg-top .top-secTitle .img-ttl img {
    width: 100%;
  }
}
.pg-top .top-secTitle .txt-area .txt {
  font-weight: bold;
}

/* Main */
.pg-top .top-mv {
  background-size: cover;
  width: 100%;
  position: relative;
  margin-bottom: 93px;
}
@media screen and (min-width: 768px) {
  .pg-top .top-mv {
    height: 716px !important;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-mv {
    height: calc(100vh - 50px);
    min-height: 500px;
    max-height: 600px;
    margin-bottom: 60px;
  }
}
.pg-top .top-mv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/top_mv_dot.png) 50% 50%;
  background-size: 51px auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.pg-top .top-mv:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/top/top_mv_wave.svg) 50% 50%;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pg-top .top-mv:after {
    height: 7px;
  }
}
.pg-top .top-mv .youtube-bg {
  background: none !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pg-top .top-mv .c-container {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.pg-top .top-mv .c-container .txt-area {
  text-align: center;
}
.pg-top .top-mv .c-container .txt-area .icon {
  margin-bottom: 18px;
}
.pg-top .top-mv .c-container .txt-area .txt {
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
  font-family: "montserratextrabold", sans-serif;
  font-weight: normal;
  line-height: 1.28;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .pg-top .top-mv .c-container .txt-area .txt {
    font-size: 40px;
    font-size: 4rem;
  }
}
.pg-top .top-mv .scroll {
  position: absolute;
  right: 20px;
  bottom: 32px;
}
@media screen and (max-width: 767px) {
  .pg-top .top-mv .scroll {
    right: 0;
  }
}
.pg-top .top-mv .scroll a {
  display: block;
}
.pg-top .top-mv .scroll a:after {
  content: "";
  display: block;
  width: 9px;
  height: 52px;
  background: url(../img/top/top_mv_arrow.svg) 50% 50% no-repeat;
  background-size: cover;
  margin: 30px 0 0 22px;
}
.pg-top .top-mv .scroll-text {
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "montserratbold", sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .pg-top .top-news {
    margin-bottom: 89px;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-news {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .pg-top .top-news .c-container {
    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;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .pg-top .top-news .c-container .ttl-area {
    width: 324px;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-news .c-container .ttl-area {
    text-align: center;
    margin-bottom: 10px;
  }
}
.pg-top .top-news .c-container .ttl-area .en {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "montserratextrabold", sans-serif;
  font-weight: normal;
  line-height: 0.84;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .pg-top .top-news .c-container .ttl-area .en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.pg-top .top-news .c-container .ttl-area .jp {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pg-top .top-news .c-container .txt-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 2px solid #333;
    padding-left: 30px;
  }
}
.pg-top .top-news .c-container .txt-area .news {
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .pg-top .top-news .c-container .txt-area .news {
    margin: -3px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-top .top-news .c-container .txt-area .news__item {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .pg-top .top-news .c-container .txt-area .news__item:last-child {
    margin-bottom: 0;
  }
  .pg-top .top-news .c-container .txt-area .news__item:after {
    display: none;
  }
}
.pg-top .top-news .c-container .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pg-top .top-news .c-container .c-btn {
    margin-top: 30px;
    text-align: center;
  }
}
.pg-top .top-international {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pg-top .top-international {
    min-height: 534px;
    margin-bottom: 73px;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-international {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .pg-top .top-international .top-secTitle .img-area {
    left: 0;
    top: 75px;
    width: calc(50% + 90px);
    height: 459px;
    background: url(../img/top/top_img01.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-international .top-secTitle .img-area {
    display: none;
  }
}
.pg-top .top-international .top-secTitle .img-ttl {
  text-align: right;
  margin: 0 0 55px;
}
@media screen and (min-width: 768px) {
  .pg-top .top-international .top-secTitle .txt-area {
    width: 378px;
    margin-left: auto;
  }
}
.pg-top .top-international .top-secTitle .illust .c-container {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  height: 100%;
  z-index: -1;
}
.pg-top .top-international .top-secTitle .illust .c-container img {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -660px;
  width: 140px;
}
.pg-top .top-point {
  background: #FCE7DD;
  background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
  background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
  padding: 1px 0 63px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pg-top .top-point {
    margin-bottom: 40px;
    padding: 1px 0 40px;
  }
}
.pg-top .top-point .ttl-points {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-family: "montserratextrabold", sans-serif;
  font-weight: normal;
  border: 3px solid #333;
  display: table;
  margin: -16px auto 96px;
  padding: 0 11px;
}
@media screen and (max-width: 767px) {
  .pg-top .top-point .ttl-points {
    margin-bottom: 60px;
  }
}
.pg-top .top-point .list {
  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;
}
.pg-top .top-point .list .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 768px) {
  .pg-top .top-point .list .col {
    width: calc((100% - 74px) / 3);
    padding: 59px 30px 34px;
    margin-right: 37px;
  }
  .pg-top .top-point .list .col:nth-child(3n) {
    margin-right: 0;
  }
  .pg-top .top-point .list .col:nth-child(n+4) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-point .list .col {
    padding: 59px 20px 20px;
  }
  .pg-top .top-point .list .col:nth-child(n+2) {
    margin-top: 50px;
  }
}
.pg-top .top-point .list .col .num {
  font-family: "montserratbold", sans-serif;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: -30px;
}
@media screen and (min-width: 768px) {
  .pg-top .top-point .list .col .num {
    left: 20px;
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-point .list .col .num {
    right: 50%;
    -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
            transform: translate(50%);
    font-size: 50px;
    font-size: 5rem;
  }
}
.pg-top .top-point .list .col .num:after {
  content: "";
  display: block;
  margin: 4px auto 0;
  width: 23px;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .pg-top .top-point .list .col .num:after {
    margin-top: 15px;
  }
}
.pg-top .top-point .list .col .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.pg-top .top-point .list .col .img {
  margin-bottom: 15px;
}
.pg-top .top-point .list .col .img img {
  width: 100%;
}
.pg-top .top-point .list .col .btn {
  margin-top: 20px;
  text-align: center;
}
.pg-top .top-point .list .col .btn a {
  display: inline-block;
  min-width: 196px;
  padding: 5px 35px 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: solid 1px #3399CC;
  border-radius: 100px;
  color: #3399CC;
  position: relative;
}
.pg-top .top-point .list .col .btn a:after {
  content: "";
  background: url(../img/common/arrow02.svg) 50% 50% no-repeat;
  background-size: cover;
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pg-top .top-point .list .col .btn a:hover {
  background-color: #3399CC;
  color: #fff;
}
.pg-top .top-point .list .col .btn a:hover:after {
  background-image: url(../img/common/arrow03.svg);
}
@media screen and (min-width: 768px) {
  .pg-top .top-school {
    min-height: 603px;
    margin-bottom: 120px;
    background: url(../img/top/top_img02.png) 50% 50% no-repeat;
    background-size: auto 603px;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-school {
    margin-bottom: 60px;
  }
}
.pg-top .top-school .top-secTitle .img-ttl {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .pg-top .top-school .top-secTitle .txt-area {
    width: 600px;
  }
}
.pg-top .top-school .top-secTitle .txt-area .txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pg-top .top-school .top-secTitle .txt-area .txt {
    margin-bottom: 20px;
  }
}
.pg-top .top-school .c-btn {
  text-align: center;
}
.pg-top .top-interview {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pg-top .top-interview {
    margin-bottom: 60px;
  }
}
.pg-top .top-interview .top-secTitle {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pg-top .top-interview .top-secTitle {
    min-height: 498px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-interview .top-secTitle {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pg-top .top-interview .top-secTitle .img-area {
    left: 0;
    top: 46px;
    width: 697.87px;
  }
}
.pg-top .top-interview .top-secTitle .img-ttl {
  text-align: right;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .pg-top .top-interview .top-secTitle .txt-area {
    width: 294px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .pg-top .top-interview .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .pg-top .top-interview .list .col {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .pg-top .top-interview .list .col:nth-child(2n) {
    margin-right: 0;
  }
  .pg-top .top-interview .list .col:nth-child(n+3) {
    margin-top: 61px;
  }
}
@media screen and (max-width: 767px) {
  .pg-top .top-interview .list .col:nth-child(n+2) {
    margin-top: 30px;
  }
}
.pg-top .top-interview .list .col .movie {
  margin-bottom: 5px;
}
.pg-top .top-interview .list .col .movie a {
  position: relative;
  display: block;
}
.pg-top .top-interview .list .col .movie a:after {
  content: "";
  display: block;
  background: url(../img/common/icon_play.svg) 50% 50% no-repeat;
  background-size: cover;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.pg-top .top-interview .list .col .movie a img {
  width: 100%;
}
.pg-top .top-interview .list .col .name {
  font-size: 14px;
  font-size: 1.4rem;
}
.pg-top .top-interview .list .col .name .is-main {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.pg-top .top-interview .list .col .join {
  font-size: 14px;
  font-size: 1.4rem;
  color: #3399CC;
}
.pg-top .top-interview .c-btn {
  text-align: center;
}

/**
* Component
*/
/* common */
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sup {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: top;
  position: relative;
}

sub {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: bottom;
  position: relative;
}

.is-red {
  color: #f00;
}

.c-note {
  font-size: 80%;
}

.c-container {
  margin: auto;
  max-width: 1026px;
}
@media screen and (max-width: 767px) {
  .c-container {
    width: auto;
    padding: 0 15px;
  }
}

/* Section */
.c-section {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-section {
    margin-top: 60px;
  }
}
.c-section figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}

/* Box */
*[class*=m-] {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  *[class*=m-] {
    margin-bottom: 40px;
  }
}
*[class*=m-]:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  *[class*=m-] .col:nth-child(n+2) {
    margin-top: 20px;
  }
}

.m-box__m {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m-box__m {
    margin-bottom: 20px;
  }
}
.m-box__s {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m-box__s {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .m-2col,
  .m-3col,
  .m-4col {
    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: 768px) {
  .m-2col .col {
    width: calc(50% - 20px);
  }
  .m-2col .col:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .m-2col .col .m-2col {
    margin-top: -15px;
  }
}
@media screen and (min-width: 768px) {
  .m-2col .col .m-2col .col {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 767px) {
  .m-2col .col.text-area {
    margin-top: 15px;
  }
}
.m-2col .col.image-area img:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .m-2col.is-ti {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .m-2col.is-imgsmall .text-area {
    width: calc(75% - 40px);
  }
  .m-2col.is-imgsmall .image-area {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .m-2col.is-imgmedium {
    margin-bottom: 30px;
  }
  .m-2col.is-imgmedium .text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-2col.is-imgmedium .image-area {
    margin-left: 40px;
    width: 408px;
  }
}
.m-2col.is-shadow {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .m-2col.is-shadow {
    padding: 19px 60px;
  }
  .m-2col.is-shadow .text-area {
    padding: 8px 0;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-2col.is-shadow .image-area {
    width: 344px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-2col.is-shadow {
    padding: 20px;
  }
}
.m-2col.is-shortterm .img {
  margin-bottom: 10px;
}
.m-2col.is-shortterm .info {
  margin-top: 10px;
}
.m-2col.is-shortterm .info .is-ttl {
  display: inline-block;
  background-color: #3399CC;
  color: #fff;
  padding: 0 8px;
  margin-right: 10px;
}
.m-2col.is-shortterm .c-btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m-2col.is-shortterm .c-btn {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .m-3col .col {
    width: calc((100% - 70px) / 3);
  }
  .m-3col .col:nth-child(n+4) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .m-3col:after {
    content: "";
    display: block;
    width: calc((100% - 70px) / 3);
  }
}
.m-3col.is-active .img {
  margin-bottom: 10px;
}
.m-3col.is-active .txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-4col .col {
    width: calc(25% - 40px);
  }
}

.m-bdrBox {
  border: 1px solid #333;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .m-bdrBox {
    padding: 15px;
  }
}
.m-bdrBox .c-ttl__sub {
  margin-bottom: 10px;
  font-weight: bold;
}
.m-bdrBox .m-3col img {
  margin-bottom: 13px;
}
.m-bdrBox .m-3col .c-ttl__sub {
  margin-bottom: 5px;
}

/* Toc */
.c-toc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-toc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 20px 5px 0;
}
@media screen and (min-width: 768px) {
  .c-toc .item {
    width: calc((100% - 40px) / 3);
  }
  .c-toc .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-toc .item {
    width: calc((100% - 20px) / 2);
  }
  .c-toc .item:nth-child(2n) {
    margin-right: 0;
  }
}
.c-toc .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #333;
  position: relative;
}
.c-toc .item a:after {
  content: "";
  background: url(../img/common/arrow01.svg) 50% 50% no-repeat;
  background-size: cover;
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
      -ms-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.c-toc .item a:hover {
  background: #FCE7DD;
  background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
  background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
  opacity: 1;
}

/* title */
.c-ttl__line {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.47;
  margin-bottom: 25px;
}
.pg-top .c-ttl__line {
  margin-bottom: 27px;
}
.pg-top .c-ttl__line:after {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-ttl__line {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.c-ttl__line:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin-top: 10px;
  background-color: #333;
}
.c-ttl__nomal {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-ttl__nomal {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__nomal {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4;
  }
}
.is-ttlBdr .c-ttl__nomal {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.is-ttlBdr .c-ttl__nomal:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .is-ttlBdr .c-ttl__nomal:after {
    width: 100%;
  }
}
.is-ti .c-ttl__nomal:after {
  left: 0;
}
.is-it .c-ttl__nomal:after {
  right: 0;
}
.c-ttl__sub {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 13px;
  font-weight: 500;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .c-ttl__sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.is-ttlBdr .c-ttl__sub {
  margin-bottom: 10px;
}
.c-ttl__icon {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-ttl__icon {
    margin-bottom: 20px;
  }
}
.c-ttl__icon:before {
  content: url(../img/common/icon_anchor.svg);
  display: inline-block;
  vertical-align: -4px;
  margin-right: 12px;
}
.c-ttl__check {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .c-ttl__check {
    margin-top: 30px;
  }
}
.c-ttl__bg {
  text-align: center;
  background-color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 20px;
}
.c-ttl__voice {
  background: url(../img/contents/exchange_txt01.svg) 50% 50% no-repeat;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl__voice {
    line-height: 38.49px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__voice {
    background-size: 100% auto;
    line-height: 7.5vw;
    margin-bottom: 30px;
  }
}

/* Txt */
.txt a {
  border-bottom: 1px solid #333;
}
.txt a:hover {
  border-color: transparent;
}

.c-caption {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .c-caption {
    text-align: left;
  }
}

.c-lead {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-lead {
    margin-bottom: 20px;
  }
}

.c-name {
  text-align: right;
  margin-top: 20px;
}
.c-name .is-main {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 13px;
}

/* Btn */
.c-btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 30px;
  }
}
.c-btn a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  min-width: 180px;
  padding: 5px 43px 5px 37px;
  border-radius: 100px;
  background: #FCE7DD;
  background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
  background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
  position: relative;
}
.c-btn a:after {
  content: "";
  background: url(../img/common/arrow01.svg) 50% 50% no-repeat;
  background-size: cover;
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-btn02 a, .c-btn03 a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  border-radius: 100px;
}
.c-btn02 a:after, .c-btn03 a:after {
  content: "";
  background: url(../img/common/arrow01.svg) 50% 50% no-repeat;
  background-size: cover;
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-btn02 a {
  padding: 5px 40px 5px 25px;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .c-btn02 a {
    min-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    width: 100%;
  }
}
.c-btn03 a {
  width: 100%;
  padding: 15px 50px 15px 35px;
  background: #FCE7DD;
  background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
  background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-btn03 a {
    max-width: 50%;
  }
}

/* Link */
.c-link__arrow {
  margin-top: 20px;
}
.c-link__arrow li {
  background: url(../img/common/arrow01.svg) 0 0.7em no-repeat;
  background-size: 4px auto;
}
.c-link__arrow li a {
  padding-left: 13px;
}

/* List */
.c-list li {
  margin-left: 0.5em;
  text-indent: -0.3em;
  line-height: 1.6;
}
.c-list li:before {
  content: "-";
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.25em;
}
.c-list__num {
  counter-reset: item;
}
.c-list__num li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
.c-list__num li:before {
  counter-increment: item;
  content: counter(item) "";
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #3399CC;
  border-radius: 100px;
  margin-right: 0.25em;
  width: 1.5em;
  line-height: 1.5em;
  text-indent: 0;
}
.c-list__circle li {
  margin-left: 1.25em;
  text-indent: -0.65em;
  line-height: 1.6;
}
.c-list__circle li:before {
  content: "・";
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.25em;
}

/* Table */
.c-table {
  width: 100%;
}
.c-table th,
.c-table td {
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #333;
}
.c-table th:first-child,
.c-table td:first-child {
  border-left: 0;
}
.c-table th:last-child,
.c-table td:last-child {
  border-right: 0;
}
.c-table th {
  background-color: #E6E6E6;
}
.c-table02 {
  width: 100%;
}
.c-table02 th,
.c-table02 td {
  vertical-align: middle;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .c-table02 th,
  .c-table02 td {
    padding: 7px 35px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .c-table02 th,
  .c-table02 td {
    padding: 7px 15px;
  }
}
.c-table02 th {
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .c-table02 th {
    width: 220px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* YouTube */
.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Accordion */
.c-accordion {
  display: none;
  margin-bottom: 20px;
}
.c-accordion__container {
  margin-bottom: -20px !important;
}
.c-accordion__container .col:nth-child(n+3) {
  margin-top: 10px;
}
.c-accordion__ttl {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #333;
}
.c-accordion__btn {
  margin-top: 10px;
  margin-bottom: 18px;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.c-accordion__btn:after {
  content: "";
  background: url(../img/common/arrow_acc.svg) 50% 50% no-repeat;
  background-size: cover;
  display: block;
  width: 13px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-accordion__btn.is-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* BG */
.c-bg {
  background: #FCE7DD;
  background-image: -webkit-gradient(linear, left top, right top, from(#FCE7DD), to(#D7EFFB));
  background-image: linear-gradient(to right, #FCE7DD, #D7EFFB);
  padding: 1px 0 60px;
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  .c-bg {
    margin-top: 80px;
    padding: 1px 0 30px;
  }
}
.c-bg__ttl {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  font-family: "montserratextrabold", sans-serif;
  font-weight: normal;
  border: 3px solid #333;
  display: table;
  margin: -19px auto 47px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .c-bg__ttl {
    margin-bottom: 30px;
  }
}
.c-bg .m-2col .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-bg .m-2col .col {
    padding: 34px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-bg .m-2col .col {
    padding: 20px;
  }
  .c-bg .m-2col .col:nth-child(n+2) {
    margin-top: 30px;
  }
}
.c-bg .m-2col .col .num {
  display: table;
  font-family: "montserratbold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #333;
  text-align: center;
  margin: 0 auto 4px;
  padding: 3px 12px;
  border-radius: 100px;
}
.c-bg .m-2col .col .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  margin: 10px 0 15px;
}
@media screen and (max-width: 767px) {
  .c-bg .m-2col .col .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-bg .m-2col .col .img {
  margin-bottom: 18px;
}
.c-bg02 {
  background-color: #EFEFEF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-bg02 {
    padding: 60px 0 45px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-bg02 {
    padding: 60px 0;
  }
}
.c-bg02:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/top/top_mv_wave.svg) 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-bg02:before {
    height: 7px;
  }
}
.c-bg02:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/top/top_mv_wave.svg) 50% 50%;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-bg02:after {
    height: 7px;
  }
}
.c-bg02.is-contact {
  text-align: center;
  margin-bottom: 0;
}
.c-bg02.is-contact:before, .c-bg02.is-contact:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-bg02.is-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-bg02.is-contact {
    padding: 40px 0;
  }
}
.c-bg02.is-contact .c-ttl__sub {
  margin: 20px 0 0;
}

/* Banner */
.c-banner {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .c-banner {
    margin-top: 40px;
  }
}
.c-banner__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-banner__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.c-banner .img {
  margin: 0 auto;
  max-width: 800px;
}

/* Pagination */
.pagination {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: -20px;
  }
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 28px;
  line-height: 28px;
  border: 1px solid #333;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .pagination .page-item .page-link {
    margin: 0 5px;
  }
}
.pagination .page-item .page-link:hover {
  opacity: 1;
  border-color: #3399CC;
  background-color: #3399CC;
  color: #fff;
}
.pagination .page-item.active .page-link {
  border-color: #3399CC;
  background-color: #3399CC;
  color: #fff;
}
.pagination .page-item.page-item_arrow .page-link {
  margin: 0;
  border: 0;
}
.pagination .page-item.page-item_arrow .page-link:hover {
  opacity: 0.7;
  border-color: transparent;
  background: transparent;
  color: #333;
}
.pagination .page-item.page-item_arrow .page-link .fa.fa-angle-left:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .page-item.page-item_arrow .page-link .fa:before {
  content: "";
  display: block;
  background: url(../img/common/arrow01.svg) 50% 50% no-repeat;
  background-size: cover;
  width: 5px;
  height: 10px;
}
/* Interview */
.interview .col a {
  display: block;
}
.interview .col a:hover {
  opacity: 0.7;
}
.interview .col a:hover img {
  opacity: 1;
}
.interview .col .img {
  background: url(../img/contents/interview_thumbnail.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 66.8789808917%;
}
.interview .col .img img {
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.interview .col .date {
  line-height: 1;
}
.interview .col .txt {
  margin-top: 3px;
  font-weight: bold;
}
.interview .col .author {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #333;
}
.interview .col .author .info {
  font-size: 12px;
  font-size: 1.2rem;
}
.interview .col .author .name {
  font-size: 12px;
  font-size: 1.2rem;
}
.interview .col .author .name .is-main {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

/* News */
@media screen and (min-width: 768px) {
  .news {
    max-width: 800px;
    margin: -25px auto 100px;
  }
}
.news__item {
  position: relative;
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 768px) {
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 19px 25px 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .news__item {
    padding: 10px 25px 10px 0;
  }
}
.news__item:after {
  content: "";
  display: block;
  width: 17px;
  height: 7px;
  background: url(../img/common/arrow04.svg) 50% 50% no-repeat;
  background-size: 17px 7px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .news__item:after {
    margin-top: 5px;
  }
}
.news__date {
  color: #3399CC;
  margin-right: 28px;
}
.news__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__link {
  display: block;
}
.news__link:hover {
  opacity: 1;
  color: #3399CC;
}

/* Detail */
@media screen and (min-width: 768px) {
  .c-detail {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-detail__info {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-detail__info {
    margin-bottom: 20px;
  }
}
.c-detail__info .date {
  color: #3399CC;
}
.c-detail__info .title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3888888889;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-detail__info .title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.c-detail__info .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-detail__info .img {
    margin-bottom: 20px;
  }
}
.c-detail__info .c-tag {
  margin-bottom: 5px;
}
.c-detail__info .name {
  font-size: 18px;
  font-size: 1.8rem;
}
.c-detail__info .name strong {
  font-size: 24px;
  font-size: 2.4rem;
}
.c-detail__info .name small {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-detail__back {
  text-align: center;
}
.c-detail__back:before, .c-detail__back:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1em;
  background-color: #333;
}
.c-detail__back a {
  margin: 0 2em;
}

.c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.c-tag .item {
  border: 1px solid #3399CC;
  margin-right: 10px;
  padding: 0 8px;
  min-width: 85px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-tag .item.is-category {
  background-color: #3399CC;
  color: #fff;
}
.c-tag .item.is-country {
  color: #3399CC;
}

.c-pdf .item:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  margin-right: 10px;
  width: 12px;
  height: 16px;
  background: url(../img/common/icon_pdf.svg) 50% 50% no-repeat;
  background-size: cover;
}
.c-pdf .item a {
  border-bottom: 1px solid #333;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-pdf .item a:hover {
  opacity: 1;
  border-color: #fff;
}

.c-history {
  position: relative;
  padding: 5px 0 0;
}
.c-history::after {
  content: "";
  display: block;
  clear: both;
}
.c-history:before {
  content: "";
  display: block;
  width: 28px;
  height: 100%;
  background: #BCE5F8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BCE5F8), to(#F9D6C5));
  background-image: linear-gradient(to bottom, #BCE5F8, #F9D6C5);
  position: absolute;
  top: 0;
  left: 0;
}
.c-history:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13.5px 0 13.5px;
  border-color: #F9D6C5 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.c-history table {
  position: relative;
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .c-history table {
    line-height: 1.9375;
  }
}
.c-history table th {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-history table th {
    vertical-align: top;
    width: 220px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkQAKMDQ0N/xsaGhhBYmACBgBYcQQEb9QmLwAAAABJRU5ErkJggg==) repeat-x 0 0.8em;
    background-size: 3px 3px;
  }
}
.c-history table th:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100px;
  position: absolute;
  top: calc(0.5em + 3px);
  left: -33px;
}
.c-history table th:after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: calc(0.5em + 6px - 0.5px);
  left: -33px;
}
.c-history table th span {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-history table td {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-history table td {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-history table th,
  .c-history table td {
    display: block;
  }
}

/**
 * Other
 */
/* js-bg */
@media screen and (min-width: 768px) {
  .js-bg {
    background: 50% 50% no-repeat;
    background-size: cover;
  }
  .js-bg img {
    display: none;
  }
}

/**
 * Utility
 */
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}

.is-txt__left {
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .is-txt__center {
    text-align: center !important;
  }
}
.is-txt__right {
  text-align: right !important;
}

/**
 * keyframes
 */