@charset "UTF-8";
html {
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  line-height: 1;
  text-align: center;
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100% !important;
  font-variant-ligatures: none;
  font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

@media screen and (min-width: 601px) {
  body {
    min-width: 1080px;
  }
}
@media screen and (max-width: 374px) {
  body {
    font-size: 56.3%;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
}

img {
  border: 0;
  vertical-align: top;
}

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

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
input[type="submit"],
button[type="submit"],
textarea {
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="Email"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
textarea:focus {
  outline: none;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
textarea {
  font-size: 16px !important;
  font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif !important;
}

input[type="file"],
select {
  font-size: 16px !important;
  font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif !important;
}

input:focus,
button:focus {
  outline: none;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}

iframe {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.switch {
  visibility: hidden;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m55 {
  margin: 55px;
}

.m60 {
  margin: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.p55 {
  padding: 55px;
}

.p60 {
  padding: 60px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.txtlink {
  display: inline-block;
  color: #30a2dc;
  font-size: 1.2em;
  line-height: 2;
  position: relative;
  padding-left: 15px;
}
.txtlink:before {
  content: '';
  display: block;
  width: 6px;
  height: 2em;
  background: url("../img/arr1_blu.svg") no-repeat left center/6px;
  position: absolute;
  left: 0;
  top: 0;
}
.txtlink[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 2em;
  background: url("../img/ico_blank_blu.svg") no-repeat left center/12px 12px;
  margin: 0 0 0 8px;
}
.txtlink[href$=".pdf"]:after {
  display: none;
}

.copyright {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1em;
  letter-spacing: normal;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .copyright {
    right: 5px;
    bottom: 5px;
  }
}
br.pc {
  display: inline;
}
br.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
.breadcrumb_hd {
  padding: 18px 0 27px;
}
.breadcrumb_hd p {
  width: 1010px;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
  border-left: 2px solid #00ab8d;
  height: 15px;
  line-height: 16px;
  padding-left: 30px;
  overflow: hidden;
  color: #989898;
}
.breadcrumb_hd p a {
  color: #989898 !important;
  text-decoration: none;
  border-right: 1px solid #eaeaea;
  padding-right: 14px;
  margin-right: 14px;
}
.breadcrumb_hd p a:hover {
  text-decoration: underline;
}
.breadcrumb_hd p span {
  border-right: 1px solid #eaeaea;
  padding-right: 14px;
}
.breadcrumb_hd p span:first-child {
  border-right: none;
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  .breadcrumb_hd {
    display: none;
  }
}
.breadcrumb_ft {
  background: #000;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  padding: 22px 0;
}
.breadcrumb_ft p {
  width: 960px;
  text-align: left;
  margin: 0 auto;
  letter-spacing: -.4em;
}
.breadcrumb_ft p a, .breadcrumb_ft p span {
  letter-spacing: normal;
}
.breadcrumb_ft p a:after, .breadcrumb_ft p span:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  width: 1px;
  height: 14px;
  background: #202020;
}
.breadcrumb_ft p span:first-child:after {
  display: none;
}
.breadcrumb_ft p a {
  color: #fff;
  text-decoration: none;
  margin-right: 14px;
}
.breadcrumb_ft p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .breadcrumb_ft {
    padding: 20px 0;
    line-height: 18px;
  }
  .breadcrumb_ft p {
    width: 86%;
  }
  .breadcrumb_ft p a:after, .breadcrumb_ft p span:after {
    margin-top: 2px;
  }
  .breadcrumb_ft p a:hover {
    text-decoration: none;
  }
}
.all_menu {
  font-family: 'brandon-grotesque', 'A1ゴシック R', 'A1 Gothic R', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.all_menu .nav_ttl {
  position: absolute;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
}
.all_menu .nav_hd {
  position: absolute;
  top: 62px;
  text-align: right;
}
.all_menu .nav_hd li {
  display: inline-block;
  vertical-align: top;
}
.all_menu .nav_hd li + li {
  margin-left: 30px;
  border-left: 1px solid #2b2b2b;
  padding-left: 30px;
}
.all_menu .nav_hd li a {
  height: 20px;
  text-decoration: none;
}
.all_menu .nav_hd li.sns a {
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
.all_menu .nav_hd li.sns a + a {
  margin-left: 15px;
}
.all_menu .nav_hd li.sns a.fb {
  width: 16px;
  background: url("../img/ico_fb_whi.svg") no-repeat left center/16px;
}
.all_menu .nav_hd li.sns a.fb:hover {
  background: url("../img/ico_fb_gre.svg") no-repeat left center/16px;
}
.all_menu .nav_hd li.sns a.tw {
  width: 18px;
  background: url("../img/ico_tw_whi.svg") no-repeat left center/18px;
}
.all_menu .nav_hd li.sns a.tw:hover {
  background: url("../img/ico_tw_gre.svg") no-repeat left center/18px;
}
.all_menu .nav_hd li.sns a.in {
  width: 16px;
  background: url("../img/ico_in_whi.svg") no-repeat left center/16px;
}
.all_menu .nav_hd li.sns a.in:hover {
  background: url("../img/ico_in_gre.svg") no-repeat left center/16px;
}
.all_menu .nav_hd li.sns a.mg {
  width: 18px;
  background: url("../img/ico_mg_whi.svg") no-repeat left center/18px;
}
.all_menu .nav_hd li.sns a.mg:hover {
  background: url("../img/ico_mg_gre.svg") no-repeat left center/18px;
}
.all_menu .nav_hd li.access a, .all_menu .nav_hd li.lang a {
  display: block;
  color: #fff;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 20px;
}
.all_menu .nav_hd li.access a:before, .all_menu .nav_hd li.lang a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  height: 20px;
}
.all_menu .nav_hd li.access a:hover, .all_menu .nav_hd li.lang a:hover {
  color: #00ab8d;
}
.all_menu .nav_hd li.access a:before {
  width: 13px;
  background: url("../img/ico_access_whi.svg") no-repeat left center/13px;
}
.all_menu .nav_hd li.access a:hover:before {
  background: url("../img/ico_access_gre.svg") no-repeat left center/13px;
}
.all_menu .nav_hd li.lang a:before {
  width: 14px;
  background: url("../img/ico_lang_whi.svg") no-repeat left center/14px;
}
.all_menu .nav_hd li.lang a:hover:before {
  background: url("../img/ico_lang_gre.svg") no-repeat left center/14px;
}
.all_menu .inr {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.all_menu .nav_for {
  display: table;
  width: 960px;
  background: #2b2b2b;
  border-radius: 2px;
}
.all_menu .nav_for li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px 9px;
  position: relative;
}
.all_menu .nav_for a {
  display: block;
  text-decoration: none;
  height: 30px;
  overflow: hidden;
  color: #fff;
  background: transparent;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 31px;
  text-align: center;
  position: relative;
  border-radius: 2px;
}
.all_menu .nav_for a:before {
  content: '';
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
  margin: 10px 16px 0 0;
}
.all_menu .nav_for a:hover {
  color: #000;
  background: #fff;
}
.all_menu .nav_for a:hover:before {
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
.all_menu .nav_for .individual,
.all_menu .nav_for .corporation,
.all_menu .nav_for .administration {
  width: 210px;
}
.all_menu .nav_for .individual:after,
.all_menu .nav_for .corporation:after,
.all_menu .nav_for .administration:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: 20px;
  background: #202020;
}
.all_menu .nav_for .school {
  width: 330px;
}
.all_menu .nav_about {
  margin-top: 20px;
  display: table;
  width: 960px;
  padding-bottom: 30px;
  border-bottom: 2px solid #2b2b2b;
}
.all_menu .nav_about li {
  display: table-cell;
  vertical-align: top;
  width: 470px;
}
.all_menu .nav_about li + li {
  padding-left: 20px;
}
.all_menu .nav_about a,
.all_menu .nav_about .dead {
  display: block;
  text-decoration: none;
  border-radius: 2px;
  width: 470px;
  height: 100px;
  position: relative;
  box-sizing: border-box;
  background: #2b2b2b;
  color: #fff;
  padding: 35px 0 0 63px;
}
.all_menu .nav_about a:before,
.all_menu .nav_about .dead:before {
  content: '';
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 45px;
  left: 41px;
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
}
.all_menu .nav_about a:hover {
  background: #fff;
  color: #000;
}
.all_menu .nav_about a:hover:before {
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
.all_menu .nav_about .dead {
  opacity: 0.3;
}
.all_menu .nav_about .img {
  position: absolute;
}
.all_menu .nav_about .ja {
  display: block;
  margin-bottom: 8px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
.all_menu .nav_about .en {
  display: block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  color: #979797;
}
.all_menu .nav_about .about .img {
  top: 44px;
  left: 218px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  display: block;
  width: 220px;
}
.all_menu .nav_about .about .img:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/ico_ktrb_gre.svg") no-repeat left center/17px;
  width: 17px;
  height: 22px;
  margin-right: 10px;
  margin-top: -6px;
}
.all_menu .nav_about .about .img:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 14px;
  margin-left: 8px;
  margin-top: -1px;
  background: url("../img/logo_ktrb_std_w.png") no-repeat 0 0/76px 14px;
}
.all_menu .nav_about .about a:hover .img:after {
  background: url("../img/logo_ktrb_std.png") no-repeat 0 0/76px 14px;
}
.all_menu .nav_about .magazine .img {
  top: 30px;
  left: 295px;
  display: block;
  width: 95px;
  height: 43px;
  background: url("../img/logo_magazine_w.png") no-repeat 0 0/95px 43px;
}
.all_menu .nav_about .magazine a:hover .img {
  background: url("../img/logo_magazine.png") no-repeat 0 0/95px 43px;
}
.all_menu .nav_main > li {
  border-bottom: 2px solid #2b2b2b;
  padding: 30px 0 30px 255px;
  position: relative;
  min-height: 60px;
}
.all_menu .nav_main .acc {
  display: none;
}
.all_menu .nav_main .top {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  text-decoration: none;
  width: 210px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 2px;
  background: #2b2b2b;
  color: #fff;
  padding: 16px 0 0 22px;
}
.all_menu .nav_main .top .ja {
  display: block;
  margin-bottom: 6px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
.all_menu .nav_main .top .en {
  display: block;
  color: #979797;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
}
.all_menu .nav_main .top:after {
  content: '';
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 25px;
  right: 14px;
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
}
.all_menu .nav_main .top:hover {
  background: #fff;
  color: #000;
}
.all_menu .nav_main .top:hover:after {
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
.all_menu .nav_main ul {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-top: 2px;
}
.all_menu .nav_main ul + ul {
  margin-left: 15px;
  position: relative;
}
.all_menu .nav_main ul + ul:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #2b2b2b;
  position: absolute;
  left: -30px;
  top: 0;
}
.all_menu .nav_main ul li + li {
  margin-top: 18px;
}
.all_menu .nav_main ul li + li.line2 {
  margin-top: 12px;
  margin-bottom: -6px;
}
.all_menu .nav_main ul a {
  display: block;
  text-decoration: none;
  color: #979797;
  font-size: 1.2em;
  padding-left: 20px;
  position: relative;
}
.all_menu .nav_main ul a .small {
  font-size: 10px;
}
.all_menu .nav_main ul a:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.all_menu .nav_main ul a:hover {
  color: #00ab8d;
}
.all_menu .nav_main ul a:hover:before {
  height: 10px;
  background: url("../img/arr1_thin_gre.svg") no-repeat left center/6px;
  margin-top: -5px;
}
.all_menu .nav_main .donate ul {
  margin-top: 9px;
}
.all_menu .nav_wanted {
  display: table;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #2b2b2b;
  width: 960px;
}
.all_menu .nav_wanted li {
  display: table-cell;
  vertical-align: top;
  width: 470px;
}
.all_menu .nav_wanted li + li {
  padding-left: 20px;
}
.all_menu .nav_wanted a {
  display: block;
  text-decoration: none;
  width: 470px;
  height: 60px;
  border-radius: 2px;
  background: #2b2b2b;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
.all_menu .nav_wanted a:after {
  content: '';
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
}
.all_menu .nav_wanted a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 23px;
  height: 60px;
}
.all_menu .nav_wanted a:hover {
  background: #fff;
  color: #000;
}
.all_menu .nav_wanted a:hover:after {
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
.all_menu .nav_wanted .ja {
  display: block;
  margin-bottom: 6px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
.all_menu .nav_wanted .en {
  display: block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  color: #979797;
}
.all_menu .nav_wanted .recruit a {
  padding: 16px 0 0 95px;
}
.all_menu .nav_wanted .recruit a:before {
  width: 53px;
  background: url("../img/logo_recruit_w.svg") no-repeat left center/53px;
}
.all_menu .nav_wanted .recruit a:hover:before {
  background: url("../img/logo_recruit_gre.svg") no-repeat left center/53px;
}
.all_menu .nav_wanted .intern a {
  padding: 16px 0 0 115px;
}
.all_menu .nav_wanted .intern a:before {
  width: 74px;
  background: url("../img/logo_intern_w.svg") no-repeat left center/74px;
}
.all_menu .nav_wanted .intern a:hover:before {
  background: url("../img/logo_intern_gre.svg") no-repeat left center/74px;
}
.all_menu .nav_other {
  display: table;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #2b2b2b;
  width: 960px;
}
.all_menu .nav_other > li {
  display: table-cell;
  vertical-align: top;
}
.all_menu .nav_other a {
  text-decoration: none;
}
.all_menu .nav_other .top:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 7px 14px 0 0;
  width: 6px;
  height: 10px;
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
}
.all_menu .nav_other .top .en {
  display: inline-block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 2.5em;
  color: #fff;
}
.all_menu .nav_other .top .ja {
  display: inline-block;
  margin-left: 10px;
  color: #989898;
}
.all_menu .nav_other .top:hover .ja,
.all_menu .nav_other .top:hover .en {
  color: #00ab8d;
}
.all_menu .nav_other .top:hover:before {
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
.all_menu .nav_other .news,
.all_menu .nav_other .event {
  border-right: 2px solid #2b2b2b;
  box-sizing: border-box;
}
.all_menu .nav_other .news ul,
.all_menu .nav_other .event ul {
  margin-top: 28px;
}
.all_menu .nav_other .news ul li + li,
.all_menu .nav_other .event ul li + li {
  margin-top: 18px;
}
.all_menu .nav_other .news ul a,
.all_menu .nav_other .event ul a {
  color: #979797;
  font-size: 1.1em;
  padding-left: 20px;
  position: relative;
}
.all_menu .nav_other .news ul a:before,
.all_menu .nav_other .event ul a:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.all_menu .nav_other .news ul a:hover,
.all_menu .nav_other .event ul a:hover {
  color: #00ab8d;
}
.all_menu .nav_other .news ul a:hover:before,
.all_menu .nav_other .event ul a:hover:before {
  height: 10px;
  background: url("../img/arr1_thin_gre.svg") no-repeat left center/6px;
  margin-top: -5px;
}
.all_menu .nav_other .news {
  width: 227px;
}
.all_menu .nav_other .event {
  width: 255px;
  padding-left: 30px;
}
.all_menu .nav_other .other {
  width: 253px;
  box-sizing: border-box;
  padding-left: 30px;
}
.all_menu .nav_other .other a {
  display: block;
}
.all_menu .nav_other .other .other1 {
  font-size: 1.2em;
  color: #fff;
}
.all_menu .nav_other .other .other1:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 1px 18px 0 0;
  width: 6px;
  height: 10px;
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
}
.all_menu .nav_other .other .other1 + .other1 {
  margin-top: 15px;
}
.all_menu .nav_other .other .other1 + .other2 {
  margin-top: 28px;
}
.all_menu .nav_other .other .other1:hover {
  color: #00ab8d;
}
.all_menu .nav_other .other .other1:hover:before {
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
.all_menu .nav_other .other .other2 {
  font-size: 1.1em;
  color: #979797;
}
.all_menu .nav_other .other .other2 + .other2 {
  margin-top: 12px;
}
.all_menu .nav_other .other .other2:hover {
  color: #00ab8d;
}
.all_menu .nav_other .donor {
  width: 225px;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 25px 30px 30px;
}
.all_menu .nav_other .donor .acc {
  display: none;
}
.all_menu .nav_other .donor a:hover {
  color: #00ab8d;
}
.all_menu .nav_other .donor .top {
  display: block;
  color: #000;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
.all_menu .nav_other .donor .top:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 2px 14px 0 0;
  width: 6px;
  height: 10px;
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
.all_menu .nav_other .donor ul {
  margin-top: 24px;
}
.all_menu .nav_other .donor ul li + li {
  margin-top: 18px;
}
.all_menu .nav_other .donor ul a {
  display: block;
  font-size: 1.2em;
  padding-left: 20px;
  position: relative;
}
.all_menu .nav_other .donor ul a:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 1px;
  background: #00ab8d;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.all_menu .nav_other .donor ul a:hover:before {
  height: 10px;
  background: url("../img/arr1_thin_gre.svg") no-repeat left center/6px;
  margin-top: -5px;
}
.all_menu address {
  display: block;
  margin-top: 45px;
  padding-left: 215px;
  position: relative;
}
.all_menu address .logo {
  position: absolute;
  left: 0;
  top: -10px;
  width: 175px;
  height: auto;
}
.all_menu address .ttl {
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
.all_menu address .ttl span {
  font-size: 0.85em;
}
.all_menu address .address {
  margin-top: 10px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
}
.all_menu address .contact {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 225px;
  height: 40px;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 40px;
  background: #00ab8d;
  box-sizing: border-box;
  padding-left: 20px;
}
.all_menu address .contact:after {
  content: '';
  position: absolute;
  display: block;
  vertical-align: top;
  width: 6px;
  height: 10px;
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
  top: 15px;
  right: 15px;
}
.all_menu address .contact:hover {
  background: #237565;
}
.all_menu ul.sns {
  margin-top: 50px;
  display: inline-block;
  vertical-align: top;
}
.all_menu ul.sns li {
  display: inline-block;
  vertical-align: top;
}
.all_menu ul.sns li + li {
  margin-left: 16px;
  border-left: 1px solid #2b2b2b;
  padding-left: 18px;
}
.all_menu ul.sns a {
  display: block;
  height: 20px;
  color: #fff;
  text-decoration: none;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1.5em;
  line-height: 20px;
}
.all_menu ul.sns a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  height: 20px;
}
.all_menu ul.sns a:hover {
  color: #00ab8d;
}
.all_menu ul.sns .fb:before {
  width: 16px;
  background: url("../img/ico_fb_whi.svg") no-repeat left center/16px;
}
.all_menu ul.sns .fb:hover:before {
  background: url("../img/ico_fb_gre.svg") no-repeat left center/16px;
}
.all_menu ul.sns .tw:before {
  width: 18px;
  background: url("../img/ico_tw_whi.svg") no-repeat left center/18px;
}
.all_menu ul.sns .tw:hover:before {
  background: url("../img/ico_tw_gre.svg") no-repeat left center/18px;
}
.all_menu ul.sns .in:before {
  width: 16px;
  background: url("../img/ico_in_whi.svg") no-repeat left center/16px;
}
.all_menu ul.sns .in:hover:before {
  background: url("../img/ico_in_gre.svg") no-repeat left center/16px;
}
.all_menu ul.sns .mg:before {
  width: 18px;
  background: url("../img/ico_mg_whi.svg") no-repeat left center/18px;
}
.all_menu ul.sns .mg:hover:before {
  background: url("../img/ico_mg_gre.svg") no-repeat left center/18px;
}
.all_menu .copy {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.67;
  display: inline-block;
  float: right;
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .all_menu .nav_hd {
    top: 24px;
  }
  .all_menu .nav_hd li + li {
    margin-left: 4vw;
    padding-left: 4vw;
    border-left: 1px solid #202020;
  }
  .all_menu .nav_hd li.sns a + a {
    margin-left: 4vw;
  }
  .all_menu .nav_hd li.sns a.fb:hover {
    background: url("../img/ico_fb_whi.svg") no-repeat left center/16px;
  }
  .all_menu .nav_hd li.sns a.tw:hover {
    background: url("../img/ico_tw_whi.svg") no-repeat left center/18px;
  }
  .all_menu .nav_hd li.sns a.in:hover {
    background: url("../img/ico_in_whi.svg") no-repeat left center/16px;
  }
  .all_menu .nav_hd li.sns a.mg:hover {
    background: url("../img/ico_mg_whi.svg") no-repeat left center/18px;
  }
  .all_menu .nav_hd li.access {
    display: none;
  }
  .all_menu .nav_hd li.lang a:before {
    margin-right: 2.6vw;
  }
  .all_menu .nav_hd li.lang a:hover {
    color: #fff;
  }
  .all_menu .nav_hd li.lang a:hover:before {
    background: url("../img/ico_lang_whi.svg") no-repeat left center/14px;
  }
  .all_menu .inr {
    width: 100%;
  }
  .all_menu .nav_for {
    display: block;
    width: 100%;
    background: #202020;
    border-radius: 0;
    letter-spacing: -.4em;
  }
  .all_menu .nav_for li {
    display: inline-block;
    letter-spacing: normal;
    padding: 0;
    box-sizing: border-box;
  }
  .all_menu .nav_for a {
    height: 50px;
    font-size: 1.2em;
    line-height: 1.33;
    text-align: left;
    border-radius: 0;
    box-sizing: border-box;
    padding: 20px 0 0 6.7vw;
  }
  .all_menu .nav_for a:before {
    display: block;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 3.7vw;
  }
  .all_menu .nav_for a:hover {
    color: #fff;
    background: transparent;
  }
  .all_menu .nav_for a:hover:before {
    background: url("../img/arr1_whi.svg") no-repeat left center/6px;
  }
  .all_menu .nav_for .individual,
  .all_menu .nav_for .corporation,
  .all_menu .nav_for .administration {
    width: 50%;
  }
  .all_menu .nav_for .individual:after,
  .all_menu .nav_for .corporation:after,
  .all_menu .nav_for .administration:after {
    display: none;
  }
  .all_menu .nav_for .individual,
  .all_menu .nav_for .corporation {
    border-bottom: 1px solid #2b2b2b;
  }
  .all_menu .nav_for .corporation,
  .all_menu .nav_for .school {
    border-left: 1px solid #2b2b2b;
  }
  .all_menu .nav_for .school {
    width: 50%;
  }
  .all_menu .nav_for .school a {
    padding: calc( 26px - 1.33em ) 0 0 6.4vw;
  }
  .all_menu .nav_about {
    margin-top: 0;
    display: table;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid #202020;
  }
  .all_menu .nav_about li {
    width: 50%;
    box-sizing: border-box;
  }
  .all_menu .nav_about li + li {
    padding-left: 0;
    border-left: 1px solid #202020;
  }
  .all_menu .nav_about a,
  .all_menu .nav_about .dead {
    border-radius: 0;
    width: auto;
    height: 125px;
    background: transparent;
    padding: 95px 0 0;
    text-align: center;
  }
  .all_menu .nav_about a:before,
  .all_menu .nav_about .dead:before {
    display: none;
  }
  .all_menu .nav_about a:hover {
    background: transparent;
    color: #fff;
  }
  .all_menu .nav_about .img {
    position: absolute;
  }
  .all_menu .nav_about .ja {
    display: block;
    margin-bottom: 0;
    font-size: 1em;
    color: #979797;
  }
  .all_menu .nav_about .en {
    display: none;
  }
  .all_menu .nav_about .about .img {
    top: 15px;
    left: 0;
    width: 100%;
    font-size: 14px;
  }
  .all_menu .nav_about .about .img:before {
    display: block;
    width: 17px;
    height: 22px;
    margin: 0 auto 6px;
  }
  .all_menu .nav_about .about .img:after {
    content: '';
    display: block;
    margin: 6px auto 0;
  }
  .all_menu .nav_about .about a:hover .img:after {
    background: url("../img/logo_ktrb_std_w.svg") no-repeat 0 0/76px;
  }
  .all_menu .nav_about .magazine .img {
    top: 30px;
    left: 0;
    width: 100%;
    height: 43px;
    background: url("../img/logo_magazine_w.svg") no-repeat center 0/95px;
  }
  .all_menu .nav_about .magazine a:hover .img {
    background: url("../img/logo_magazine_w.svg") no-repeat center 0/95px;
  }
  .all_menu .nav_main > li {
    border-bottom: 1px solid #202020;
    padding: 0;
    position: relative;
    min-height: 60px;
  }
  .all_menu .nav_main > li.open {
    border-bottom: 1px solid #2b2b2b;
  }
  .all_menu .nav_main .acc {
    display: block;
    height: 60px;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff;
    padding: calc( 22px - 0.5em ) 0 0 6.7vw;
  }
  .all_menu .nav_main .acc .ja {
    display: block;
    margin-bottom: 6px;
    font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4em;
  }
  .all_menu .nav_main .acc .en {
    display: block;
    color: #979797;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    font-style: italic;
  }
  .all_menu .nav_main .acc:after {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/ico_plus_whi.svg") no-repeat center center/15px;
  }
  .all_menu .nav_main .top {
    display: none;
    position: relative;
    top: 0;
    width: auto;
    height: 50px;
    box-sizing: border-box;
    border-radius: 0;
    background: #202020;
    padding: 0 0 0 6.7vw;
    border-top: 1px solid #2b2b2b;
  }
  .all_menu .nav_main .top .ja {
    display: block;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 51px;
  }
  .all_menu .nav_main .top .ja:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 50px;
    background: url("../img/arr1_gre.svg") no-repeat left center/6px;
    margin-right: 9px;
  }
  .all_menu .nav_main .top .en {
    display: none;
  }
  .all_menu .nav_main .top:after {
    display: none;
  }
  .all_menu .nav_main .top:hover {
    background: #202020;
    color: #fff;
  }
  .all_menu .nav_main ul {
    display: none;
    width: auto;
    margin-top: 0;
    background: #202020;
  }
  .all_menu .nav_main ul + ul {
    margin-left: 0;
  }
  .all_menu .nav_main ul + ul:before {
    display: none;
  }
  .all_menu .nav_main ul li {
    border-top: 1px solid #2b2b2b;
  }
  .all_menu .nav_main ul li + li {
    margin-top: 0;
  }
  .all_menu .nav_main ul li + li.line2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .all_menu .nav_main ul a {
    display: block;
    font-size: 1.2em;
    padding-left: calc( 10.7vw + 20px);
    position: relative;
    height: 50px;
    line-height: 51px;
    box-sizing: border-box;
  }
  .all_menu .nav_main ul a .small {
    display: none;
  }
  .all_menu .nav_main ul a:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 1px;
    background: #fff;
    left: 10.7vw;
    top: 50%;
    margin-top: -1px;
  }
  .all_menu .nav_main ul a:hover {
    color: #979797;
  }
  .all_menu .nav_main ul a:hover:before {
    height: 1px;
    background: #fff;
    margin-top: -1px;
  }
  .all_menu .nav_main .donate ul {
    margin-top: 0;
  }
  .all_menu .nav_main > li.open .acc:after {
    background: #202020 url("../img/ico_min_whi.svg") no-repeat center center/15px;
  }
  .all_menu .nav_main > li.open .top, .all_menu .nav_main > li.open ul {
    display: block;
  }
  .all_menu .nav_wanted {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
  }
  .all_menu .nav_wanted li {
    display: block;
    width: auto;
  }
  .all_menu .nav_wanted li + li {
    padding-left: 0;
    border-top: 1px solid #202020;
  }
  .all_menu .nav_wanted a {
    display: block;
    text-decoration: none;
    width: auto;
    border-radius: 0;
    background: transparent;
  }
  .all_menu .nav_wanted a:after {
    right: 6.7vw;
  }
  .all_menu .nav_wanted a:before {
    left: 6.7vw;
  }
  .all_menu .nav_wanted a:hover {
    background: transparent;
    color: #fff;
  }
  .all_menu .nav_wanted a:hover:after {
    background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
  }
  .all_menu .nav_wanted .recruit a {
    padding: calc( 22px - 0.5em ) 0 0 calc( 6.7vw + 67px );
  }
  .all_menu .nav_wanted .recruit a:hover:before {
    background: url("../img/logo_recruit_w.svg") no-repeat left center/53px;
  }
  .all_menu .nav_wanted .intern a {
    padding: calc( 22px - 0.5em ) 0 0 calc( 6.7vw + 88px );
  }
  .all_menu .nav_wanted .intern a:hover:before {
    background: url("../img/logo_intern_w.svg") no-repeat left center/74px;
  }
  .all_menu .nav_other {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
    background: #202020;
  }
  .all_menu .nav_other > li {
    display: block;
  }
  .all_menu .nav_other .top {
    display: block;
    height: 40px;
    box-sizing: border-box;
    padding: 0 6.7vw;
    line-height: 40px;
    position: relative;
  }
  .all_menu .nav_other .top:before {
    display: block;
    position: absolute;
    top: 0;
    right: 6.7vw;
    margin: 0;
    height: 40px;
    background: url("../img/arr1_whi.svg") no-repeat left center/6px;
  }
  .all_menu .nav_other .top .en {
    font-size: 1.5em;
    width: 14.7vw;
  }
  .all_menu .nav_other .top .ja {
    margin-left: 10px;
    font-size: 10px;
  }
  .all_menu .nav_other .top:hover .en {
    color: #fff;
  }
  .all_menu .nav_other .top:hover .ja {
    color: #989898;
  }
  .all_menu .nav_other .top:hover:before {
    background: url("../img/arr1_whi.svg") no-repeat left center/6px;
  }
  .all_menu .nav_other .news,
  .all_menu .nav_other .event {
    border-right: none;
    border-bottom: 1px solid #2b2b2b;
  }
  .all_menu .nav_other .news ul,
  .all_menu .nav_other .event ul {
    display: none;
  }
  .all_menu .nav_other .news {
    width: auto;
  }
  .all_menu .nav_other .event {
    width: auto;
    padding-left: 0;
  }
  .all_menu .nav_other .other {
    width: auto;
    padding-left: 0;
    letter-spacing: -.4em;
    border-bottom: 1px solid #2b2b2b;
  }
  .all_menu .nav_other .other a:nth-child(odd) {
    border-right: 1px solid #2b2b2b;
  }
  .all_menu .nav_other .other a:nth-child(odd):before {
    right: 4.8vw !important;
  }
  .all_menu .nav_other .other a:nth-child(even) {
    padding: 0 4vw !important;
  }
  .all_menu .nav_other .other .other1 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 10px;
    position: relative;
    height: 40px;
    box-sizing: border-box;
    padding: 0 6.7vw;
    border-bottom: 1px solid #2b2b2b;
    line-height: 41px;
  }
  .all_menu .nav_other .other .other1:before {
    display: block;
    position: absolute;
    right: 6.7vw;
    top: 0;
    margin: 0;
    height: 40px;
    background: url("../img/arr1_whi.svg") no-repeat left center/6px;
  }
  .all_menu .nav_other .other .other1 + .other1, .all_menu .nav_other .other .other1 + .other2 {
    margin-top: 0;
  }
  .all_menu .nav_other .other .other1:hover {
    color: #fff;
  }
  .all_menu .nav_other .other .other1:hover:before {
    background: url("../img/arr1_whi.svg") no-repeat left center/6px;
  }
  .all_menu .nav_other .other .other2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 10px;
    color: #fff;
    position: relative;
    height: 40px;
    box-sizing: border-box;
    padding: 0 6.7vw;
    border-bottom: 1px solid #2b2b2b;
    line-height: 41px;
    font-feature-settings: 'palt';
  }
  .all_menu .nav_other .other .other2:before {
    content: '';
    display: block;
    position: absolute;
    right: 6.7vw;
    top: 0;
    width: 6px;
    height: 40px;
    background: url("../img/arr1_whi.svg") no-repeat left center/6px;
  }
  .all_menu .nav_other .other .other2 + .other2 {
    margin-top: 0;
  }
  .all_menu .nav_other .other .other2:last-child {
    border-bottom: none;
  }
  .all_menu .nav_other .other .other2:hover {
    color: #fff;
  }
  .all_menu .nav_other .donor {
    width: auto;
    background: transparent;
    border-radius: 0;
    padding: 15px 6.7vw 10px;
  }
  .all_menu .nav_other .donor .acc {
    display: block;
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 2px;
    height: 50px;
    line-height: 51px;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 1.4em;
    font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
    font-style: normal;
    font-weight: 700;
    position: relative;
  }
  .all_menu .nav_other .donor .acc:after {
    content: '';
    display: block;
    width: 15px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 25px;
    background: url("../img/ico_plus.svg") no-repeat left center/15px;
  }
  .all_menu .nav_other .donor a:hover {
    color: #000;
  }
  .all_menu .nav_other .donor .top {
    display: none;
    height: 50px;
    color: #000;
    padding: 10px 25px 0;
    border-bottom: none;
    font-size: 1.2em;
    line-height: 41px;
    box-sizing: border-box;
    background: #fff;
  }
  .all_menu .nav_other .donor .top:after {
    content: 'TOP';
  }
  .all_menu .nav_other .donor .top:before {
    position: relative;
    right: auto;
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 0 0;
    width: 6px;
    height: 40px;
    background: url("../img/arr1_gre.svg") no-repeat left center/6px;
  }
  .all_menu .nav_other .donor .top:hover:before {
    background: url("../img/arr1_gre.svg") no-repeat left center/6px;
  }
  .all_menu .nav_other .donor ul {
    display: none;
    margin-top: 0;
    background: #fff;
    border-radius: 0 0 2px 2px;
    padding-bottom: 20px;
  }
  .all_menu .nav_other .donor ul li + li {
    margin-top: 0;
  }
  .all_menu .nav_other .donor ul a {
    display: block;
    font-size: 1.2em;
    line-height: 2;
    box-sizing: border-box;
    padding-left: 65px;
    position: relative;
  }
  .all_menu .nav_other .donor ul a:before {
    background: #00ab8d;
    left: 45px;
  }
  .all_menu .nav_other .donor ul a:hover:before {
    height: 1px;
    background: #00ab8d;
    margin-top: -1px;
  }
  .all_menu .nav_other .donor.open .acc {
    border-radius: 2px 2px 0 0;
    background: #f5f5f5;
  }
  .all_menu .nav_other .donor.open .acc:after {
    background: url("../img/ico_min.svg") no-repeat left center/15px;
  }
  .all_menu .nav_other .donor.open .top {
    display: block;
  }
  .all_menu .nav_other .donor.open ul {
    display: block;
  }
  .all_menu address {
    display: block;
    margin-top: 0;
    padding-left: 0;
  }
  .all_menu address .logo {
    position: relative;
    top: 0;
  }
  .all_menu address .ttl {
    margin-top: 15px;
    font-size: 1.6em;
  }
  .all_menu address .ttl span {
    margin-top: 5px;
    display: block;
    font-size: 0.75em;
  }
  .all_menu address .address {
    margin-top: 8px;
    font-size: 1.1em;
    line-height: 1.64;
  }
  .all_menu address .contact {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: 50px;
    color: #000;
    line-height: 51px;
    background: #fff;
    padding: 0 25px;
  }
  .all_menu address .contact:after {
    height: 50px;
    background: url("../img/arr1.svg") no-repeat 0 center/6px;
    top: 0;
    right: 30px;
  }
  .all_menu address .contact:hover {
    background: #fff;
  }
  .all_menu ul.sns {
    margin-top: 20px;
    display: block;
    zoom: 1;
  }
  .all_menu ul.sns:before, .all_menu ul.sns:after {
    content: '';
    display: table;
  }
  .all_menu ul.sns:after {
    content: '';
    display: table;
    clear: both;
  }
  .all_menu ul.sns li {
    float: left;
    display: block;
    box-sizing: border-box;
  }
  .all_menu ul.sns li,
  .all_menu ul.sns li + li {
    margin: 0 15px 12px 0;
    border-right: none;
    border-left: 1px solid #2b2b2b;
    padding: 0 0 0 15px;
  }
  .all_menu ul.sns li:nth-child(1),
  .all_menu ul.sns li:nth-child(3) {
    border-left: 0;
    padding: 0;
  }
  .all_menu ul.sns li:nth-child(3) {
    clear: left;
  }
  .all_menu ul.sns a {
    height: 16px;
    font-size: 1.1em;
    line-height: 16px;
  }
  .all_menu ul.sns a:before {
    margin-right: 0;
    height: 16px;
  }
  .all_menu ul.sns a:hover {
    color: #fff;
  }
  .all_menu ul.sns .fb:before {
    width: 22px;
  }
  .all_menu ul.sns .fb:hover:before {
    background: url("../img/ico_fb_whi.svg") no-repeat left center/16px;
  }
  .all_menu ul.sns .tw:before {
    width: 24px;
  }
  .all_menu ul.sns .tw:hover:before {
    background: url("../img/ico_tw_whi.svg") no-repeat left center/18px;
  }
  .all_menu ul.sns .in:before {
    width: 22px;
  }
  .all_menu ul.sns .in:hover:before {
    background: url("../img/ico_in_whi.svg") no-repeat left center/16px;
  }
  .all_menu ul.sns .mg:before {
    width: 24px;
  }
  .all_menu ul.sns .mg:hover:before {
    background: url("../img/ico_mg_whi.svg") no-repeat left center/18px;
  }
  .all_menu .copy {
    display: block;
    float: none;
    margin-top: 12px;
  }
}
body > header {
  width: 100%;
  height: 114px;
  position: relative;
}
body > header > .lang {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 26px;
  background: #f5f5f5;
  z-index: 61;
}
body > header > .lang ul {
  display: table;
  width: 100%;
}
body > header > .lang li {
  display: table-cell;
  width: 50%;
  height: 26px;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  color: #00ab8d;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1em;
}
body > header > .lang li:first-child:after {
  content: '';
  width: 1px;
  height: 8px;
  background: #d5d5d5;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
body > header > .lang a {
  text-decoration: none;
  color: #000;
}
body > header > .lang a:hover {
  text-decoration: underline;
}
body > header .hd1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1020px;
  height: 114px;
  box-sizing: border-box;
  background: #fff;
  z-index: 60;
  padding: 30px 60px 0;
}
body > header .hd1 .logo {
  width: 154px;
  float: left;
  margin-top: 25px;
  text-align: left;
}
body > header .hd1 .logo a {
  display: block;
}
body > header .hd1 .logo img {
  width: 100%;
  height: auto;
  transition-duration: 0.25s;
}
body > header .hd1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  transition-duration: 1s;
  background: rgba(245, 245, 245, 0);
}
body > header.fix .hd1 {
  position: fixed;
  height: 66px;
  padding: 0 60px;
}
body > header.fix .hd1 .logo {
  margin-top: 18px;
  height: 28px;
  overflow: hidden;
}
body > header.fix .hd1 .logo img {
  width: 138px;
}
body > header.fix .hd1:after {
  background: whitesmoke;
}
body > header .glonav {
  float: right;
  letter-spacing: -.4em;
  font-family: 'brandon-grotesque', 'A1ゴシック R', 'A1 Gothic R', sans-serif;
  font-style: normal;
  font-weight: 500;
}
body > header .glonav a {
  letter-spacing: normal;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  color: #000;
}
body > header .glonav .hover_area {
  display: inline-block;
}
body > header .glonav .hover_area .nav_top a {
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 35px;
}
body > header .glonav .hover_area .nav_top a:before {
  content: '';
  width: 6px;
  height: 33px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  background: url("../img/arr1_gra.svg") no-repeat left center/6px;
}
body > header .glonav .hover_area .nav_top li {
  display: inline-block;
  padding: 25px 18px 0;
  height: 84px;
  box-sizing: border-box;
  position: relative;
}
body > header .glonav .hover_area .nav_top li:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
  top: 0;
  left: 0;
}
body > header .glonav .hover_area .nav_top li.on {
  background: #f5f5f5;
}
body > header .glonav .hover_area .nav_top li.on:before {
  background: #00ab8d;
}
body > header .glonav .hover_area .nav_top li.on a:before {
  background: url("../img/arr1_gre.svg") no-repeat left center/6px;
}
body > header .glonav .btn {
  width: 140px;
  height: 30px;
  border-radius: 15px;
  background: #f85d62;
  color: #fff;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 30px;
  margin: 27px 40px 0 20px;
}
body > header .glonav .btn:before {
  content: '';
  width: 6px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  background: url("../img/arr1_whi.svg") no-repeat left center/6px;
}
body > header .glonav .btn:hover {
  background: #e9474c;
}
body > header .glonav .all {
  margin-top: 25px;
  width: 34px;
  text-align: center;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1.2em;
}
body > header .glonav .all .ico {
  display: block;
  width: 34px;
  height: 15px;
  position: relative;
  margin-bottom: 10px;
}
body > header .glonav .all .l1,
body > header .glonav .all .l2,
body > header .glonav .all .l3 {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  display: block;
  width: 24px;
  height: 1px;
  background: #000;
}
body > header .glonav .all .l1 {
  top: 0;
}
body > header .glonav .all .l2 {
  top: 50%;
  margin-top: -1px;
}
body > header .glonav .all .l3 {
  bottom: 0;
}
body > header.fix .glonav .hover_area .nav_top li {
  padding: 16px 18px 0;
  height: 66px;
}
body > header.fix .glonav .btn {
  margin: 18px 40px 0 20px;
}
body > header.fix .glonav .all {
  margin-top: 16px;
}
body > header .hd2 {
  position: absolute;
  top: 114px;
  background: #f5f5f5;
  z-index: 59;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  letter-spacing: normal;
  height: 0px;
  overflow: hidden;
}
body > header .hd2.on {
  opacity: 1;
}
body > header .hd2 div {
  display: none;
  padding: 50px 0;
}
body > header .hd2 div.on {
  display: block;
}
body > header .hd2 .nav_about {
  margin: 0 auto;
  display: table;
  width: 960px;
}
body > header .hd2 .nav_about li {
  display: table-cell;
  vertical-align: top;
  width: 470px;
  text-align: left;
}
body > header .hd2 .nav_about li + li {
  padding-left: 20px;
}
body > header .hd2 .nav_about a,
body > header .hd2 .nav_about .dead {
  display: block;
  text-decoration: none;
  border-radius: 2px;
  width: 470px;
  height: 100px;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  padding: 35px 0 0 63px;
}
body > header .hd2 .nav_about a:before,
body > header .hd2 .nav_about .dead:before {
  content: '';
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 45px;
  left: 41px;
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
body > header .hd2 .nav_about a:hover {
  background: #00ab8d;
  color: #fff;
}
body > header .hd2 .nav_about a:hover:before {
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
}
body > header .hd2 .nav_about a:hover .en {
  color: #fff;
}
body > header .hd2 .nav_about .dead {
  opacity: 0.3;
}
body > header .hd2 .nav_about .img {
  position: absolute;
}
body > header .hd2 .nav_about .ja {
  display: block;
  margin-bottom: 8px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
body > header .hd2 .nav_about .en {
  display: block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  color: #979797;
}
body > header .hd2 .nav_about .about .comment {
  background: #000;
  color: #fff;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  width: 250px;
  height: 25px;
  box-sizing: border-box;
  padding-top: 7px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  left: 108px;
  top: -13px;
}
body > header .hd2 .nav_about .about .comment:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
body > header .hd2 .nav_about .about .img {
  top: 44px;
  left: 218px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  display: block;
  width: 220px;
}
body > header .hd2 .nav_about .about .img:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url("../img/ico_ktrb_gre.svg") no-repeat left center/17px;
  width: 17px;
  height: 22px;
  margin-right: 10px;
  margin-top: -6px;
}
body > header .hd2 .nav_about .about .img:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 14px;
  margin-left: 8px;
  margin-top: -1px;
  background: url("../img/logo_ktrb_std.png") no-repeat 0 0/76px 14px;
}
body > header .hd2 .nav_about .about a:hover .img:before {
  background: url("../img/ico_ktrb_whi.svg") no-repeat left center/17px;
}
body > header .hd2 .nav_about .about a:hover .img:after {
  background: url("../img/logo_ktrb_std_w.png") no-repeat 0 0/76px 14px;
}
body > header .hd2 .nav_about .magazine .img {
  top: 30px;
  left: 295px;
  display: block;
  width: 95px;
  height: 43px;
  background: url("../img/logo_magazine.png") no-repeat 0 0/95px 43px;
}
body > header .hd2 .nav_about .magazine a:hover .img {
  background: url("../img/logo_magazine_w.png") no-repeat 0 0/95px 43px;
}
body > header .hd2 .nav_for {
  margin: 20px auto 0;
  display: table;
  width: 960px;
  background: #fff;
  border-radius: 2px;
}
body > header .hd2 .nav_for li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px 9px;
  position: relative;
}
body > header .hd2 .nav_for a {
  display: block;
  text-decoration: none;
  height: 30px;
  overflow: hidden;
  background: transparent;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 31px;
  text-align: center;
  position: relative;
  border-radius: 2px;
}
body > header .hd2 .nav_for a:before {
  content: '';
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
  margin: 10px 16px 0 0;
}
body > header .hd2 .nav_for a:hover {
  background: #f5f5f5;
}
body > header .hd2 .nav_for .individual,
body > header .hd2 .nav_for .corporation,
body > header .hd2 .nav_for .administration {
  width: 210px;
}
body > header .hd2 .nav_for .individual:after,
body > header .hd2 .nav_for .corporation:after,
body > header .hd2 .nav_for .administration:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: 20px;
  background: #eaeaea;
}
body > header .hd2 .nav_for .school {
  width: 330px;
}
body > header .hd2 .nav_main {
  width: 960px;
  margin: 0 auto;
  display: table;
}
body > header .hd2 .nav_main + .nav_main {
  margin: 40px auto 0;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}
body > header .hd2 .nav_main > li {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
body > header .hd2 .nav_main > li.l2, body > header .hd2 .nav_main > li.l3, body > header .hd2 .nav_main > li.l4 {
  border-left: 1px solid #eaeaea;
  padding-left: 20px;
}
body > header .hd2 .nav_main > li.l2.line1, body > header .hd2 .nav_main > li.l3.line1, body > header .hd2 .nav_main > li.l4.line1 {
  padding-top: 22px;
}
body > header .hd2 .nav_main > li.l2 a, body > header .hd2 .nav_main > li.l3 a, body > header .hd2 .nav_main > li.l4 a {
  display: block;
  text-decoration: none;
  color: #989898;
  font-size: 1.2em;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
body > header .hd2 .nav_main > li.l2 a.line2, body > header .hd2 .nav_main > li.l3 a.line2, body > header .hd2 .nav_main > li.l4 a.line2 {
  margin-top: 15px;
  margin-bottom: -8px;
}
body > header .hd2 .nav_main > li.l2 a .small, body > header .hd2 .nav_main > li.l3 a .small, body > header .hd2 .nav_main > li.l4 a .small {
  font-size: 10px;
}
body > header .hd2 .nav_main > li.l2 a:before, body > header .hd2 .nav_main > li.l3 a:before, body > header .hd2 .nav_main > li.l4 a:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 1px;
  background: #00ab8d;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
body > header .hd2 .nav_main > li.l2 a:hover, body > header .hd2 .nav_main > li.l3 a:hover, body > header .hd2 .nav_main > li.l4 a:hover {
  color: #000;
}
body > header .hd2 .nav_main > li.l2 a:hover:before, body > header .hd2 .nav_main > li.l3 a:hover:before, body > header .hd2 .nav_main > li.l4 a:hover:before {
  height: 10px;
  background: url("../img/arr1_thin_gre.svg") no-repeat left center/6px;
  margin-top: -5px;
}
body > header .hd2 .nav_main > li.l2 a + a, body > header .hd2 .nav_main > li.l3 a + a, body > header .hd2 .nav_main > li.l4 a + a {
  margin-top: 22px;
}
body > header .hd2 .nav_main > li.l1 {
  width: 255px;
}
body > header .hd2 .nav_main > li.l2, body > header .hd2 .nav_main > li.l3 {
  width: 240px;
}
body > header .hd2 .nav_main > li.l4 {
  width: 225px;
}
body > header .hd2 .nav_main .top {
  display: block;
  text-decoration: none;
  width: 210px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
  padding: 16px 0 0 22px;
  position: relative;
}
body > header .hd2 .nav_main .top .ja {
  display: block;
  margin-bottom: 6px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
body > header .hd2 .nav_main .top .en {
  display: block;
  color: #979797;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
}
body > header .hd2 .nav_main .top:after {
  content: '';
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 25px;
  right: 14px;
  background: url("../img/arr1_gre.svg") no-repeat 0 0/6px;
}
body > header .hd2 .nav_main .top:hover {
  background: #00ab8d;
  color: #fff;
}
body > header .hd2 .nav_main .top:hover .en {
  color: #fff;
}
body > header .hd2 .nav_main .top:hover:after {
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
}
body > header .hd2 .nav_main.recruit .top:before, body > header .hd2 .nav_main.intern .top:before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: -15px;
}
body > header .hd2 .nav_main.recruit .top:before {
  width: 53px;
  height: 23px;
  background: url("../img/logo_recruit_gre.svg") no-repeat 0 0/53px 22px;
}
body > header .hd2 .nav_main.recruit .top:hover:before {
  background: url("../img/logo_recruit.svg") no-repeat 0 0/53px 22px;
}
body > header .hd2 .nav_main.recruit .li {
  position: relative;
}
body > header .hd2 .nav_main.recruit .li:after {
  content: '';
  display: inline-block;
  margin: 3px 0 0 6px;
  vertical-align: top;
  width: 41px;
  height: 11px;
  background: url("../img/logo_line.svg") no-repeat 0 0/41px 11px;
}
body > header .hd2 .nav_main.intern .top:before {
  width: 74px;
  height: 24px;
  background: url("../img/logo_intern_gre.svg") no-repeat 0 0/74px 24px;
}
body > header .hd2 .nav_main.intern .top:hover:before {
  background: url("../img/logo_intern.svg") no-repeat 0 0/74px 24px;
}
body > header.fix .hd2 {
  position: fixed;
  top: 66px;
}
body > header .layer {
  display: none;
  background: #000;
  position: fixed;
  z-index: 48;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
body > header .hd3 {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1020px;
  height: 100%;
  overflow-y: scroll;
  background: #202020;
  color: #fff;
  box-sizing: border-box;
  padding: 154px 0 72px;
}
body > header .hd3 .nav_ttl {
  top: 55px;
  left: 60px;
  font-size: 3em;
}
body > header .hd3 .nav_hd {
  right: 164px;
  width: 480px;
}
body > header .hd3 .close {
  position: absolute;
  top: 55px;
  right: 60px;
  width: 34px;
  display: block;
  text-decoration: none;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}
body > header .hd3 .close .ico {
  display: block;
  width: 34px;
  height: 15px;
  position: relative;
  margin-bottom: 10px;
}
body > header .hd3 .close .l1,
body > header .hd3 .close .l2 {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
}
body > header .hd3 .close .l1 {
  transform: rotate(45deg);
}
body > header .hd3 .close .l2 {
  transform: rotate(-45deg);
}

@media screen and (min-width: 601px) and (max-width: 1200px) {
  body > header .hd1 {
    padding: 30px 50px 0;
  }
  body > header.fix .hd1 {
    padding: 0 50px;
  }
  body > header .glonav .hover_area .nav_top li {
    padding: 25px 10px 0;
  }
  body > header.fix .glonav .hover_area .nav_top li {
    padding: 16px 10px 0;
  }
  body > header .hd3 .nav_ttl {
    left: 50px;
  }
  body > header .hd3 .nav_hd {
    right: 154px;
  }
  body > header .hd3 .close {
    right: 50px;
  }
}
@media screen and (max-width: 600px) {
  body > header {
    width: 100%;
    height: 77px;
    position: relative;
  }
  body > header > .lang {
    display: none;
  }
  body > header .hd1 {
    position: relative;
    min-width: 100%;
    height: auto;
    padding: 37px 7% 0;
  }
  body > header .hd1 .logo {
    width: 127px;
    margin-top: -1px;
  }
  body > header.fix .hd1 {
    position: relative;
    height: auto;
    padding: 37px 7% 0;
  }
  body > header.fix .hd1 .logo {
    margin-top: -1px;
    height: auto;
  }
  body > header.fix .hd1 .logo img {
    width: 100%;
  }
  body > header.fix .hd1:after {
    background: rgba(245, 245, 245, 0);
  }
  body > header .glonav .hover_area {
    display: none;
  }
  body > header .glonav .btn {
    width: 110px;
    height: 24px;
    border-radius: 12px;
    font-size: 1.2em;
    line-height: 25px;
    overflow: hidden;
    margin: 0;
  }
  body > header .glonav .btn:before {
    height: 25px;
    margin: 0 6px 0 0;
  }
  body > header .glonav .btn:hover {
    background: #f85d62;
  }
  body > header .glonav .all {
    display: none;
  }
  body > header.fix .glonav .btn {
    margin: 0;
  }
  body > header .hd3 {
    min-width: 100%;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0;
    background: #2b2b2b;
  }
  body > header .hd3 .nav_ttl {
    top: 24px;
    left: 4%;
    font-size: 2em;
  }
  body > header .hd3 .nav_hd {
    right: 4%;
    width: auto;
  }
  body > header .hd3 .close {
    display: none;
  }
  body > header .hd3 .all_menu address {
    background: #202020;
    padding: 0 6.7vw 18px;
  }
  body > header .hd3 .all_menu address .logo,
  body > header .hd3 .all_menu address .ttl,
  body > header .hd3 .all_menu address .address {
    display: none;
  }
  body > header .hd3 .all_menu address .contact {
    display: block;
  }
  body > header .hd3 .all_menu ul.sns,
  body > header .hd3 .all_menu .copy {
    display: none;
  }
}
body > footer {
  background: #202020;
  color: #fff;
  padding: 154px 0 72px;
  position: relative;
}
body > footer .pagetop {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 35px;
  right: 35px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #00ab8d url("../img/arr1_up_whi.svg") no-repeat center center/10px 6px;
  border: 2px solid #00604e;
  text-indent: -9999px;
  overflow: hidden;
}
body > footer .pagetop:hover {
  background: #00604e url("../img/arr1_up_whi.svg") no-repeat center center/10px 6px;
}
body > footer .all_menu .nav_ttl {
  top: 65px;
  left: 50%;
  margin-left: -480px;
  font-size: 2em;
}
body > footer .all_menu .nav_hd {
  left: 50%;
  width: 480px;
}
body > footer .all_menu .close {
  display: none;
}
body > footer .sp_menu {
  display: none;
}

@media screen and (max-width: 600px) {
  body > footer {
    padding: 37px 0 88px;
  }
  body > footer .pagetop {
    bottom: 80px;
    right: 20px;
  }
  body > footer .pagetop:hover {
    background: #00ab8d url("../img/arr1_up_whi.svg") no-repeat center center/10px 6px;
  }
  body > footer .all_menu .inr {
    width: 86%;
  }
  body > footer .all_menu .nav_ttl,
  body > footer .all_menu .nav_hd,
  body > footer .all_menu nav {
    display: none;
  }
  body > footer .all_menu address .contact {
    display: none;
  }
  body > footer .sp_menu {
    position: fixed;
    z-index: 200;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 60px;
    display: table;
  }
  body > footer .sp_menu li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
  }
  body > footer .sp_menu a {
    display: block;
    height: 60px;
    text-decoration: none;
    font-size: 10px;
    box-sizing: border-box;
    font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  body > footer .sp_menu .top a:before,
  body > footer .sp_menu .about a:before,
  body > footer .sp_menu .access a:before,
  body > footer .sp_menu .donate a:before {
    content: '';
    display: block;
    margin: 0 auto 9px;
    height: 16px;
  }
  body > footer .sp_menu .top a,
  body > footer .sp_menu .about a,
  body > footer .sp_menu .access a {
    background: #f5f5f5;
    color: #6d6d6d;
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
  }
  body > footer .sp_menu .top {
    width: 16%;
  }
  body > footer .sp_menu .top a:before {
    background: url("../img/logo_ktrb_smb_en.svg") no-repeat center center/19px;
  }
  body > footer .sp_menu .about,
  body > footer .sp_menu .access {
    width: 23%;
    border-left: 1px solid #eaeaea;
  }
  body > footer .sp_menu .about {
    font-feature-settings: 'palt';
  }
  body > footer .sp_menu .about a:before {
    background: url("../img/ico_ktrb.svg") no-repeat center center/12px;
  }
  body > footer .sp_menu .access {
    font-feature-settings: 'palt';
  }
  body > footer .sp_menu .access a:before {
    background: url("../img/ico_access.svg") no-repeat center center/12px;
  }
  body > footer .sp_menu .donate {
    width: 22%;
    font-feature-settings: 'palt';
  }
  body > footer .sp_menu .donate a {
    color: #fff;
    background: #f85d62;
    padding-top: 13px;
  }
  body > footer .sp_menu .donate a:before {
    background: url("../img/ico_donate_whi.svg") no-repeat center center/13px;
  }
  body > footer .sp_menu .all {
    width: 16%;
  }
  body > footer .sp_menu .all a {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    font-style: italic;
    color: #fff;
    background: #000;
    padding-top: 14px;
  }
  body > footer .sp_menu .all a:after {
    content: 'ALL';
  }
  body > footer .sp_menu .all .ico {
    display: block;
    width: 24px;
    height: 15px;
    position: relative;
    margin: 0 auto 10px;
  }
  body > footer .sp_menu .all .l1,
  body > footer .sp_menu .all .l2,
  body > footer .sp_menu .all .l3 {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    transition-duration: 0.25s;
  }
  body > footer .sp_menu .all .l1 {
    top: 0;
  }
  body > footer .sp_menu .all .l2 {
    top: 50%;
    margin-top: -1px;
  }
  body > footer .sp_menu .all .l3 {
    bottom: 0;
  }
  body > footer .sp_menu .all .on:after {
    content: 'CLOSE';
  }
  body > footer .sp_menu .all .on .l1 {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
  }
  body > footer .sp_menu .all .on .l2 {
    opacity: 0;
  }
  body > footer .sp_menu .all .on .l3 {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(45deg);
  }
}
#s_main.p_ttl1 {
  position: relative;
  height: 587px;
  box-sizing: border-box;
}
#s_main.p_ttl1 .ttl {
  color: #fff;
}
#s_main.p_ttl1 .ttl .en {
  display: block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 5em;
  letter-spacing: 0.08em;
}
#s_main.p_ttl1 .ttl .ja {
  display: block;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
#s_main.p_ttl1:after {
  content: '';
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -2px;
  content: '';
  width: 5px;
  height: 200px;
  background: #00ab8d;
  transform: rotate(30deg);
  z-index: 2;
}

@media screen and (max-width: 600px) {
  #s_main.p_ttl1 {
    margin: 0 auto;
    width: 92%;
    height: 100vw;
  }
  #s_main.p_ttl1 .ttl .en {
    font-size: 4em;
  }
  #s_main.p_ttl1:after {
    margin-left: -2px;
    width: 4px;
    height: 152px;
  }
}
#s_main.p_ttl2 {
  position: relative;
  height: 493px;
  box-sizing: border-box;
  color: #fff;
}
#s_main.p_ttl2 .parent .ja {
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.05em;
}
#s_main.p_ttl2 .parent .en {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
#s_main.p_ttl2 .ttl .en {
  display: block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 5em;
  letter-spacing: 0.1em;
}
#s_main.p_ttl2 .ttl .ja {
  display: block;
  margin-top: 22px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
#s_main.p_ttl2 .ttl:after {
  content: '';
  display: block;
  width: 17px;
  height: 22px;
  margin: 26px auto 0;
  background: url("../img/ico_ktrb_gre.svg") no-repeat center top/17px;
}

@media screen and (max-width: 600px) {
  #s_main.p_ttl2 {
    margin: 0 auto;
    position: relative;
    width: 92%;
    height: 73.33vw;
  }
  #s_main.p_ttl2 .ttl .en {
    font-size: 4em;
  }
  #s_main.p_ttl2 .ttl .ja {
    font-size: 1.4em;
  }
  #s_main.p_ttl2 .ttl:after {
    margin: 16px auto 0;
  }
}
.s_ttl1 .en {
  color: #000;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4em;
  display: block;
}
.s_ttl1 .en:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #00ab8d;
  margin: 15px auto 20px;
}
.s_ttl1 .ja {
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #989898;
  font-size: 1.2em;
}

@media screen and (max-width: 600px) {
  .s_ttl1 .ja {
    line-height: 1.83;
  }
}
.btn_area1 {
  color: #000;
}
.btn_area1 .pre {
  margin-bottom: 27px;
  position: relative;
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6em;
  padding-bottom: 55px;
}
.btn_area1 .pre:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  background: url("../img/arr2_down.svg") no-repeat center bottom/12px;
  left: 50%;
  margin-left: -6px;
  height: 44px;
  top: 30px;
}

.btn_lin {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  width: 325px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px solid #000;
  line-height: 59px;
  position: relative;
}
.btn_lin:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  width: 6px;
  height: 58px;
  background: url("../img/arr1.svg") no-repeat left center/6px;
}
.btn_lin:hover {
  background: #000;
  color: #fff;
}
.btn_lin:hover:after {
  background: url("../img/arr1_whi.svg") no-repeat left center/6px;
}
.btn_lin.down:after {
  display: none;
}
.btn_lin.down:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 6px;
  background: url("../img/arr1_down.svg") no-repeat left center/10px;
  margin: 26px 15px 0 0;
}
.btn_lin.down:hover:before {
  background: url("../img/arr1_down_whi.svg") no-repeat left center/10px;
}

@media screen and (max-width: 600px) {
  .btn_lin {
    font-size: 1.4em;
    width: 295px;
    max-width: 80%;
  }
  .btn_lin:hover {
    background: transparent;
    color: #000;
  }
  .btn_lin:hover:after {
    background: url("../img/arr1.svg") no-repeat left center/6px;
  }
  .btn_lin.down:hover:before {
    background: url("../img/arr1_down.svg") no-repeat left center/10px;
  }
}
.btn_lin_s {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  width: 210px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #000;
  line-height: 50px;
  position: relative;
}
.btn_lin_s:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  width: 6px;
  height: 48px;
  background: url("../img/arr1.svg") no-repeat left center/6px;
}
.btn_lin_s:hover {
  background: #000;
  color: #fff;
}
.btn_lin_s:hover:after {
  background: url("../img/arr1_whi.svg") no-repeat left center/6px;
}
.btn_lin_s.down:after {
  display: none;
}
.btn_lin_s.down:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 6px;
  background: url("../img/arr1_down.svg") no-repeat left center/10px;
  margin: 21px 15px 0 0;
}
.btn_lin_s.down:hover:before {
  background: url("../img/arr1_down_whi.svg") no-repeat left center/10px;
}

@media screen and (max-width: 600px) {
  .btn_lin_s:hover {
    background: transparent;
    color: #000;
  }
  .btn_lin_s:hover:after {
    background: url("../img/arr1.svg") no-repeat left center/6px;
  }
  .btn_lin_s.down:hover:before {
    background: url("../img/arr1_down.svg") no-repeat left center/10px;
  }
}
.btn_gre {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #00ab8d;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  width: 325px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  line-height: 61px;
  position: relative;
  text-align: center;
}
.btn_gre:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  width: 6px;
  height: 58px;
  background: url("../img/arr1_whi.svg") no-repeat left center/6px;
}
.btn_gre:hover {
  background: #00604e;
}

@media screen and (max-width: 600px) {
  .btn_gre {
    font-size: 1.4em;
    width: 295px;
    max-width: 80%;
  }
  .btn_gre:hover {
    background: #00ab8d;
  }
}
.btn_pin {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #f85d62;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  width: 325px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  line-height: 60px;
  position: relative;
  text-align: center;
}
.btn_pin:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  width: 6px;
  height: 58px;
  background: url("../img/arr1_whi.svg") no-repeat left center/6px;
}
.btn_pin:hover {
  background: #e9474c;
}

@media screen and (max-width: 600px) {
  .btn_pin {
    font-size: 1.4em;
    width: 295px;
    max-width: 80%;
  }
  .btn_pin:hover {
    background: #f85d62;
  }
}
.btn_ora {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #ff9f15;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  width: 325px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  line-height: 60px;
  position: relative;
  text-align: center;
}
.btn_ora:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  width: 6px;
  height: 58px;
  background: url("../img/arr1_whi.svg") no-repeat left center/6px;
}
.btn_ora:hover {
  background: #f29714;
}

@media screen and (max-width: 600px) {
  .btn_ora {
    font-size: 1.4em;
    width: 295px;
    max-width: 80%;
  }
  .btn_ora:hover {
    background: #ff9f15;
  }
}
.btn_more_en {
  display: block;
  text-decoration: none;
  color: #000;
  width: 100px;
  line-height: 32px;
  border: 1px solid #000;
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  text-align: center;
}
.btn_more_en:after {
  content: '';
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1.svg") no-repeat 0 0/6px;
  margin: 11px 0 0 6px;
}
.btn_more_en:hover {
  background: #000;
  color: #fff;
}
.btn_more_en:hover:after {
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
}

@media screen and (max-width: 600px) {
  .btn_more_en:hover {
    background: transparent;
    color: #000;
  }
  .btn_more_en:hover:after {
    background: url("../img/arr1.svg") no-repeat 0 0/6px;
  }
}
.btn_more_en2 {
  display: block;
  text-decoration: none;
  background: #000;
  color: #fff;
  width: 100px;
  line-height: 32px;
  border: 1px solid #000;
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  text-align: center;
}
.btn_more_en2:after {
  content: '';
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
  margin: 11px 0 0 6px;
}
.btn_more_en2:hover {
  background: transparent;
  color: #000;
}
.btn_more_en2:hover:after {
  background: url("../img/arr1.svg") no-repeat 0 0/6px;
}

@media screen and (max-width: 600px) {
  .btn_more_en2:hover {
    background: #000;
    color: #fff;
  }
  .btn_more_en2:hover:after {
    background: url("../img/arr1_whi.svg") no-repeat 0 0/6px;
  }
}
.bnr_wanted {
  display: table;
  margin: 0 auto;
}
.bnr_wanted li {
  display: table-cell;
  vertical-align: top;
  width: 440px;
}
.bnr_wanted .recruit {
  padding-top: 27px;
}
.bnr_wanted .intern {
  padding-bottom: 28px;
}
.bnr_wanted a {
  margin: 0 auto;
  display: block;
  width: 400px;
  transform: skewY(-3.5deg);
  position: relative;
  overflow: hidden;
}
.bnr_wanted a .cover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #00ab8d;
}
.bnr_wanted a img {
  transform: skewY(3.5deg);
}
.bnr_wanted a .txt {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.bnr_wanted a .bg {
  width: 400px;
  height: 290px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -145px;
  z-index: 1;
}
.bnr_wanted a:hover .cover {
  opacity: 0.4;
}

@media screen and (max-width: 600px) {
  .bnr_wanted {
    display: block;
    width: 86%;
  }
  .bnr_wanted li {
    display: block;
    width: auto;
  }
  .bnr_wanted .recruit {
    padding-top: 0;
    padding-right: 7%;
    margin-bottom: 25px;
  }
  .bnr_wanted .intern {
    padding-left: 7%;
    padding-bottom: 0;
  }
  .bnr_wanted a {
    width: 100%;
    margin: 0;
  }
  .bnr_wanted a .cover {
    display: none;
  }
  .bnr_wanted a .txt {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
  }
  .bnr_wanted a .bg {
    width: auto;
    height: 120%;
    position: absolute;
    left: 0;
    top: -10%;
    margin-left: 0;
    margin-top: 0;
  }
}
.bnr_message,
.bnr_people {
  display: block;
  width: 800px;
  position: relative;
  text-decoration: none;
}
.bnr_message img,
.bnr_people img {
  width: 100%;
  height: auto;
}
.bnr_message .txt,
.bnr_people .txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.bnr_message .bg,
.bnr_people .bg {
  position: relative;
  z-index: 1;
}
.bnr_message:hover .bg,
.bnr_people:hover .bg {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .bnr_message,
  .bnr_people {
    display: block;
    width: auto;
    position: relative;
    text-decoration: none;
  }
  .bnr_message:hover .bg,
  .bnr_people:hover .bg {
    opacity: 1;
  }
}
.concept_movie {
  position: relative;
  width: 800px;
  margin: 0 auto;
  color: #000;
}
.concept_movie .ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.concept_movie .ttl .en {
  position: absolute;
  left: 40px;
  top: -22px;
}
.concept_movie .ttl .en > img {
  width: 155px;
  height: 36px;
  position: absolute;
}
.concept_movie .ttl .en .sub {
  position: absolute;
  display: block;
  width: 100px;
  left: 124px;
  top: -3px;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1em;
}
.concept_movie .ttl .en .sub img {
  width: 26px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: -3px 4px 0 0;
}
.concept_movie .ttl .ja {
  position: absolute;
  left: -30px;
  top: -15px;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
.concept_movie .ttl .ja .combine {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
}
.concept_movie .comment {
  position: absolute;
  left: 110px;
  top: 64px;
  z-index: 2;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  height: 473px;
  transform: rotate(-105deg);
}
.concept_movie .comment .combine {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
}
.concept_movie .comment:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  background: url("../img/arr2_down.svg") no-repeat center bottom/12px;
  left: 50%;
  margin-left: -6px;
  height: 405px;
  position: absolute;
  bottom: 0;
}
.concept_movie a {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.concept_movie a:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 55px;
  height: 55px;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -27px;
  background: url("../img/arr3.svg") no-repeat 0 0/55px;
}
.concept_movie a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pat3.png") repeat 0 0/2px;
  z-index: 2;
}
.concept_movie a img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition-duration: .25s;
}
.concept_movie a .time {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  background: #00ab8d;
  color: #fff;
  width: 50px;
  height: 25px;
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  line-height: 25px;
}
.concept_movie a:hover:before {
  background: url("../img/arr3_gre.svg") no-repeat 0 0/55px;
}
.concept_movie a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 600px) {
  .concept_movie {
    width: 78%;
    padding-bottom: 30px;
  }
  .concept_movie .ttl {
    position: static;
  }
  .concept_movie .ttl .en {
    left: -10px;
    top: -29px;
    z-index: 2;
  }
  .concept_movie .ttl .ja {
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 1.2em;
  }
  .concept_movie .comment {
    display: none;
  }
  .concept_movie a .time {
    width: 30px;
    height: 15px;
    font-size: 1.1em;
    line-height: 15px;
  }
  .concept_movie a:hover:before {
    background: url("../img/arr3.svg") no-repeat 0 0/55px;
  }
  .concept_movie a:hover img {
    transform: scale(1);
  }
}
#modal_movie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  height: 100%;
  z-index: 1000;
  letter-spacing: -.4em;
  overflow: hidden;
}
#modal_movie:before {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
}
#modal_movie .layer {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
#modal_movie .movie {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1001;
  width: 960px;
  height: 540px;
  letter-spacing: normal;
}
#modal_movie .close {
  position: absolute;
  z-index: 1001;
  right: 30px;
  top: 30px;
  width: 24px;
  display: block;
  text-decoration: none;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1.2em;
  color: #fff;
}
#modal_movie .close .ico {
  display: block;
  width: 24px;
  height: 15px;
  position: relative;
  margin-bottom: 10px;
}
#modal_movie .close .l1,
#modal_movie .close .l2 {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
}
#modal_movie .close .l1 {
  transform: rotate(45deg);
}
#modal_movie .close .l2 {
  transform: rotate(-45deg);
}

@media screen and (max-width: 600px) {
  #modal_movie {
    min-width: 100%;
  }
  #modal_movie .movie {
    width: 90%;
    height: auto;
  }
  #modal_movie .movie:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #modal_movie .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal_movie .close {
    right: 20px;
    top: 20px;
  }
}
#s_content1 {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  min-height: 310px;
  position: relative;
  padding: 0 0 85px;
}
#s_content1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: #fff;
}
#s_content1:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 210px 3350px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -1675px;
}
#s_content1 .p_ttl {
  position: relative;
  z-index: 2;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 3em;
  padding: 80px 0 90px;
}
/* #s_content1 .p_ttl:after {
  content: '';
  display: block;
  width: 30px;
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  background: url("../img/ico_ktrb_gre.svg") no-repeat center 0/30px;
} */
#s_content1 .container {
  margin: 40px auto 0;
  width: 1080px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 92px 0 68px;
}
#s_content1 .container:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 1080px 0 0;
  border-color: #f5f5f5 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#s_content1 .container:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 68px 1080px;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
#s_content1 .breadcrumb_hd {
  padding: 0;
  margin-bottom: 95px;
}
#s_content1 .breadcrumb_hd p {
  padding-left: 35px;
}
#s_content1 .content_hd {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
#s_content1 .content {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
#s_content1 .content a:not(.btn_lin_s) {
  color: #30a2dc;
}
#s_content1 .lead {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  #s_content1 {
    background: #fff;
    min-height: inherit;
    position: relative;
    padding: 0;
  }
  #s_content1:before, #s_content1:after {
    display: none;
  }
  #s_content1 .p_ttl {
    font-size: 2.3em;
    padding: 60px 0 55px;
  }
  #s_content1 .p_ttl:after {
    display: none;
  }
  #s_content1 .container {
    margin: 0 auto;
    width: 100%;
    background: transparent;
    padding: 0;
  }
  #s_content1 .container:before, #s_content1 .container:after {
    display: none;
  }
  #s_content1 .breadcrumb_hd {
    display: none;
  }
  #s_content1 .content_hd {
    background: #f5f5f5;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 85px 11% 30px;
  }
  #s_content1 .content_hd:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 600px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    z-index: 1;
  }
  #s_content1 .content_hd:after {
    content: '';
    display: block;
    width: 30px;
    height: 38px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 5px;
    background: url("../img/ico_ktrb_gre.svg") no-repeat center 0/30px;
    z-index: 2;
  }
  #s_content1 .content {
    position: relative;
    box-sizing: border-box;
    min-height: 38px;
    width: 86%;
  }
  #s_content1 .content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 600px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    z-index: 1;
  }
}
#s_content2 {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  padding: 90px 0 85px;
}
#s_content2:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 210px 3350px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -1675px;
}
#s_content2:after {
  content: '';
  display: block;
  width: 30px;
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 36px;
  background: url("../img/ico_ktrb_gre.svg") no-repeat center 0/30px;
}
#s_content2 .container {
  margin: 0 auto;
  width: 1080px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 150px 0;
}
#s_content2 .container:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 1080px 0 0;
  border-color: #f5f5f5 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#s_content2 .container:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 68px 1080px;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
#s_content2 .content_hd {
  width: 800px;
  margin: 0 auto;
}
#s_content2 .content_hd .ttl {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.67;
}
#s_content2 .content_hd2 {
  width: 800px;
  margin: 0 auto;
}
#s_content2 .content_hd2 .lead {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 2;
}
#s_content2 .content {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
#s_content2 .content a {
  color: #30a2dc;
}

@media screen and (max-width: 600px) {
  #s_content2 {
    background: #fff;
    padding: 45px 0 70px;
  }
  #s_content2:before, #s_content2:after {
    display: none;
  }
  #s_content2 .container {
    margin: 0 auto;
    width: 100%;
    background: transparent;
    padding: 0;
  }
  #s_content2 .container:before, #s_content2 .container:after {
    display: none;
  }
  #s_content2 .content_hd {
    width: auto;
    padding-bottom: 34px;
  }
  #s_content2 .content_hd .ttl {
    font-size: 2.1em;
  }
  #s_content2 .content_hd2 {
    background: #f5f5f5;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 85px 11% 30px;
  }
  #s_content2 .content_hd2:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 600px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    z-index: 1;
  }
  #s_content2 .content_hd2:after {
    content: '';
    display: block;
    width: 30px;
    height: 38px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 5px;
    background: url("../img/ico_ktrb_gre.svg") no-repeat center 0/30px;
    z-index: 2;
  }
  #s_content2 .content_hd2 .lead {
    text-align: left;
  }
  #s_content2 .content_hd2 .lead br {
    display: none;
  }
  #s_content2 .content {
    position: relative;
    box-sizing: border-box;
    width: 86%;
    padding-top: 38px;
  }
  #s_content2 .content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 600px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    z-index: 1;
  }
}
#s_404 {
  padding: 100px 0;
}
#s_404 .p_ttl {
  color: #00ab8d;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 4em;
}
#s_404 .txt {
  margin-top: 40px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  #s_404 {
    padding: 100px 7%;
  }
  #s_404 .p_ttl {
    font-size: 2.8em;
  }
  #s_404 .txt {
    text-align: left;
    margin-top: 25px;
    font-size: 1.4em;
  }
  #s_404 .txt br {
    display: none;
  }
}

.lead_indent {
  margin-left: 1em;
  text-indent: -1em;
}

.modal {
  z-index: 10;
}

.modal__content::before {
  content: '';
  display: block;
  width: 30px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  background: url("../img/ico_ktrb_gre.svg") no-repeat center 0/30px;
}