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

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  color: #252525;
}

a {
  text-decoration: none;
}

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

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

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

nav, ol, ul {
  list-style: none;
}

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

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf") format("opentype");
}
body {
  overflow: hidden;
  font-family: 'Noto Sans Japanese', Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
  color: #4a4a4a;
  font-weight: 100;
}
@media screen and (min-width: 668px) {
  body {
    min-width: 1120px;
  }
}
@media screen and (max-width: 667px) {
  body {
    position: relative;
    padding-top: 60px;
  }
}

.row {
  position: relative;
}
@media screen and (min-width: 668px) {
  .row {
    width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 667px) {
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 667px) {
  .row .sp_wide {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 667px) {
  .sp_none {
    display: none;
  }
}

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

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

@media screen and (min-width: 668px) {
  .mb10_pc {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 668px) {
  .mt10_pc {
    margin-top: 10px;
  }
}

@media screen and (max-width: 667px) {
  .mb10_sp {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 667px) {
  .mt10_sp {
    margin-top: 10px;
  }
}

.ml10 {
  margin-left: 10px;
}

@media screen and (min-width: 668px) {
  .mb20_pc {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 668px) {
  .mt20_pc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 667px) {
  .mb20_sp {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 667px) {
  .mt20_sp {
    margin-top: 20px;
  }
}

.ml20 {
  margin-left: 20px;
}

@media screen and (min-width: 668px) {
  .mb30_pc {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 668px) {
  .mt30_pc {
    margin-top: 30px;
  }
}

@media screen and (max-width: 667px) {
  .mb30_sp {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 667px) {
  .mt30_sp {
    margin-top: 30px;
  }
}

.ml30 {
  margin-left: 30px;
}

@media screen and (min-width: 668px) {
  .mb40_pc {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 668px) {
  .mt40_pc {
    margin-top: 40px;
  }
}

@media screen and (max-width: 667px) {
  .mb40_sp {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 667px) {
  .mt40_sp {
    margin-top: 40px;
  }
}

.ml40 {
  margin-left: 40px;
}

@media screen and (min-width: 668px) {
  .mb50_pc {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 668px) {
  .mt50_pc {
    margin-top: 50px;
  }
}

@media screen and (max-width: 667px) {
  .mb50_sp {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 667px) {
  .mt50_sp {
    margin-top: 50px;
  }
}

.ml50 {
  margin-left: 50px;
}

@media screen and (min-width: 668px) {
  .mb60_pc {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 668px) {
  .mt60_pc {
    margin-top: 60px;
  }
}

@media screen and (max-width: 667px) {
  .mb60_sp {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 667px) {
  .mt60_sp {
    margin-top: 60px;
  }
}

.ml60 {
  margin-left: 60px;
}

@media screen and (min-width: 668px) {
  .mb70_pc {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 668px) {
  .mt70_pc {
    margin-top: 70px;
  }
}

@media screen and (max-width: 667px) {
  .mb70_sp {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 667px) {
  .mt70_sp {
    margin-top: 70px;
  }
}

.ml70 {
  margin-left: 70px;
}

@media screen and (min-width: 668px) {
  .mb80_pc {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 668px) {
  .mt80_pc {
    margin-top: 80px;
  }
}

@media screen and (max-width: 667px) {
  .mb80_sp {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 667px) {
  .mt80_sp {
    margin-top: 80px;
  }
}

.ml80 {
  margin-left: 80px;
}

@media screen and (min-width: 668px) {
  .mb90_pc {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 668px) {
  .mt90_pc {
    margin-top: 90px;
  }
}

@media screen and (max-width: 667px) {
  .mb90_sp {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 667px) {
  .mt90_sp {
    margin-top: 90px;
  }
}

.ml90 {
  margin-left: 90px;
}

@media screen and (min-width: 668px) {
  .mb100_pc {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 668px) {
  .mt100_pc {
    margin-top: 100px;
  }
}

@media screen and (max-width: 667px) {
  .mb100_sp {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 667px) {
  .mt100_sp {
    margin-top: 100px;
  }
}

.ml100 {
  margin-left: 100px;
}

@media screen and (min-width: 668px) {
  .mb110_pc {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 668px) {
  .mt110_pc {
    margin-top: 110px;
  }
}

@media screen and (max-width: 667px) {
  .mb110_sp {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 667px) {
  .mt110_sp {
    margin-top: 110px;
  }
}

.ml110 {
  margin-left: 110px;
}

@media screen and (min-width: 668px) {
  .mb120_pc {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 668px) {
  .mt120_pc {
    margin-top: 120px;
  }
}

@media screen and (max-width: 667px) {
  .mb120_sp {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 667px) {
  .mt120_sp {
    margin-top: 120px;
  }
}

.ml120 {
  margin-left: 120px;
}

@media screen and (min-width: 668px) {
  .mb130_pc {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 668px) {
  .mt130_pc {
    margin-top: 130px;
  }
}

@media screen and (max-width: 667px) {
  .mb130_sp {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 667px) {
  .mt130_sp {
    margin-top: 130px;
  }
}

.ml130 {
  margin-left: 130px;
}

@media screen and (min-width: 668px) {
  .mb140_pc {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 668px) {
  .mt140_pc {
    margin-top: 140px;
  }
}

@media screen and (max-width: 667px) {
  .mb140_sp {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 667px) {
  .mt140_sp {
    margin-top: 140px;
  }
}

.ml140 {
  margin-left: 140px;
}

@media screen and (min-width: 668px) {
  .mb150_pc {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 668px) {
  .mt150_pc {
    margin-top: 150px;
  }
}

@media screen and (max-width: 667px) {
  .mb150_sp {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 667px) {
  .mt150_sp {
    margin-top: 150px;
  }
}

.ml150 {
  margin-left: 150px;
}

@media screen and (min-width: 668px) {
  .mb160_pc {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 668px) {
  .mt160_pc {
    margin-top: 160px;
  }
}

@media screen and (max-width: 667px) {
  .mb160_sp {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 667px) {
  .mt160_sp {
    margin-top: 160px;
  }
}

.ml160 {
  margin-left: 160px;
}

@media screen and (min-width: 668px) {
  .mb170_pc {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 668px) {
  .mt170_pc {
    margin-top: 170px;
  }
}

@media screen and (max-width: 667px) {
  .mb170_sp {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 667px) {
  .mt170_sp {
    margin-top: 170px;
  }
}

.ml170 {
  margin-left: 170px;
}

@media screen and (min-width: 668px) {
  .mb180_pc {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 668px) {
  .mt180_pc {
    margin-top: 180px;
  }
}

@media screen and (max-width: 667px) {
  .mb180_sp {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 667px) {
  .mt180_sp {
    margin-top: 180px;
  }
}

.ml180 {
  margin-left: 180px;
}

@media screen and (min-width: 668px) {
  .mb190_pc {
    margin-bottom: 190px;
  }
}

@media screen and (min-width: 668px) {
  .mt190_pc {
    margin-top: 190px;
  }
}

@media screen and (max-width: 667px) {
  .mb190_sp {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 667px) {
  .mt190_sp {
    margin-top: 190px;
  }
}

.ml190 {
  margin-left: 190px;
}

@media screen and (min-width: 668px) {
  .mb200_pc {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 668px) {
  .mt200_pc {
    margin-top: 200px;
  }
}

@media screen and (max-width: 667px) {
  .mb200_sp {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 667px) {
  .mt200_sp {
    margin-top: 200px;
  }
}

.ml200 {
  margin-left: 200px;
}

@media screen and (min-width: 668px) {
  .header__global {
    border-bottom: #efefef 2px solid;
  }
}
@media screen and (min-width: 668px) {
  .header__global--inner {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    text-align: right;
  }
}
.header__global--logo {
  position: absolute;
}
@media screen and (min-width: 668px) {
  .header__global--logo {
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 667px) {
  .header__global--logo {
    left: 0;
    top: 0;
    width: calc(100% - 180px);
    height: 60px;
    background: #fff;
  }
}
@media screen and (min-width: 668px) {
  .header__global--logo::before {
    position: absolute;
    left: -10px;
    top: -105px;
    display: block;
    width: 4px;
    height: 150px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddeb04));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ddeb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddeb04', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (max-width: 667px) {
  .header__global--logo a {
    display: block;
    height: 60px;
  }
}
@media screen and (max-width: 667px) {
  .header__global--logo img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 24px);
    max-width: 154px;
  }
}

@media screen and (max-width: 667px) {
  .footer__global {
    padding-top: 20px;
  }
}
@media screen and (min-width: 668px) {
  .footer__global--lead {
    padding: 70px 0 50px;
    border-bottom: #003 1px solid;
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  .footer__global--lead {
    display: none;
  }
}
@media screen and (min-width: 668px) {
  .footer__global--body {
    background: url(../img/bg_footer.png) center center no-repeat;
  }
}
.footer__global--copyright {
  background: #269f6a;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .footer__global--copyright {
    padding: 5px 0 10px;
    line-height: 1;
  }
}
.footer__global--copyright small {
  color: #fff;
}
@media screen and (min-width: 668px) {
  .footer__global--copyright small {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 85px;
  }
}
@media screen and (max-width: 667px) {
  .footer__global--copyright small {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 100;
  }
}

@media screen and (min-width: 668px) {
  .nav__global--spbtn {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .nav__global--spbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #fff;
  }
}
@media screen and (max-width: 667px) {
  .nav__global--spbtn span {
    position: absolute;
    right: 22px;
    display: block;
    width: 26px;
    height: 4px;
    background: #003;
  }
}
.nav__global--spbtn span:first-of-type {
  top: 17px;
}
.nav__global--spbtn span:nth-of-type(2) {
  top: 26px;
}
.nav__global--spbtn span:last-of-type {
  top: 35px;
}
@media screen and (min-width: 668px) {
  .nav__global--list {
    position: relative;
    display: inline-block !important;
    margin: 46px 30px 46px 0;
    font-size: 0;
  }
}
@media screen and (max-width: 667px) {
  .nav__global--list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #e7f9ed;
    border-top: #b6bdc5 1px solid;
  }
}
@media screen and (min-width: 668px) {
  .nav__global--list::before {
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    width: 2px;
    height: 35px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddeb04));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ddeb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddeb04', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
.nav__global--list li {
  color: #0e1271;
}
@media screen and (min-width: 668px) {
  .nav__global--list li {
    position: relative;
    display: inline-block;
    margin: 0 30px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .nav__global--list li {
    border-bottom: #b6bdc5 1px solid;
  }
}
@media screen and (min-width: 668px) {
  .nav__global--list li::before {
    position: absolute;
    top: -10px;
    left: -30px;
    display: block;
    width: 2px;
    height: 35px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddeb04));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ddeb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddeb04', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
.nav__global--list li a {
  font-weight: 400;
  color: #0e1271;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 667px) {
  .nav__global--list li a {
    display: block;
    padding: 10px 15px;
  }
}
.nav__global--list li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0e1271;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.nav__global--list li a:hover::after {
  transform: scale(1, 1);
}

@media screen and (min-width: 668px) {
  .nav__footer {
    position: relative;
    padding: 40px 0 30px 20px;
    font-size: 0;
  }
}
@media screen and (max-width: 667px) {
  .nav__footer {
    text-align: center;
  }
}
@media screen and (min-width: 668px) {
  .nav__footer--twitter { display: none !important; }
  .nav__footer--twitter--pc {
    position: absolute;
    top: 130px;
    right: 30px;
  }
  .nav__footer--home {
    position: absolute;
    top: 40px;
    right: 30px;
  }
}
@media screen and (max-width: 667px) {
  .nav__footer--twitter--pc { display: none !important; }
  .nav__footer--twitter {
    display: block;
    width: 154px;
    margin: 40px auto 20px;
  }
  .nav__footer--home {
    display: inline-block;
    width: 154px;
    margin: 20px 0;
  }
}
.nav__footer--list {
  display: inline-block;
}
@media screen and (min-width: 668px) {
  .nav__footer--list {
    margin-right: 70px;
    vertical-align: top;
  }
}
@media screen and (min-width: 668px) {
  .nav__footer--list li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    font-style: italic;
    line-height: 2.2;
  }
}
@media screen and (max-width: 667px) {
  .nav__footer--list li {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .nav__footer--list li::after {
    content: '｜';
  }
}
@media screen and (max-width: 667px) {
  .nav__footer--list li:not(.heading) {
    display: none;
  }
}
@media screen and (min-width: 668px) {
  .nav__footer--list li.heading {
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 667px) {
  .nav__footer--list li.heading:last-of-type::after {
    display: none;
  }
}
.nav__footer--list li a {
  color: #0e1271;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.nav__footer--list li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #0e1271;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.nav__footer--list li a:hover::after {
  transform: scale(1, 1);
}

.nav__lower {
  background: #f3f4f5;
}
@media screen and (min-width: 668px) {
  .nav__lower {
    padding: 18px 0;
  }
}
@media screen and (max-width: 667px) {
  .nav__lower {
    padding: 10px 0;
  }
}
@media screen and (min-width: 668px) {
  .nav__lower .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 668px) {
  .nav__lower--list {
    width: 363px;
  }
}
@media screen and (max-width: 667px) {
  .nav__lower--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 667px) {
  .nav__lower--list li {
    width: 49%;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
  }
}
@media screen and (min-width: 668px) {
  .nav__lower--list li:not(:last-child) {
    margin-bottom: 13px;
  }
}
.nav__lower--list li a {
  width: 100%;
  color: #003;
}
@media screen and (min-width: 668px) {
  .nav__lower--list li a, .nav__lower--list li .bnr-nolink {
    display: table;
  }
}
@media screen and (max-width: 667px) {
  .nav__lower--list li a, .nav__lower--list li .bnr-nolink {
    display: block;
  }
}
.nav__lower--list li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 668px) {
  .nav__lower--list li img {
    display: table-cell;
    width: 180px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 667px) {
  .nav__lower--list li img {
    margin-bottom: 5px;
    vertical-align: top;
  }
}
.nav__lower--list li p {
  color: #003;
}
@media screen and (min-width: 668px) {
  .nav__lower--list li p {
    display: table-cell;
    width: 183px;
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    font-weight: 500;
    vertical-align: middle;
  }
}
@media screen and (max-width: 667px) {
  .nav__lower--list li p {
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
    font-weight: 500;
    vertical-align: top;
  }
}
@media screen and (min-width: 668px) {
  .nav__lower--list li.img_only {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 667px) {
  .nav__lower--list li.img_only {
    width: 100%;
  }
}
.nav__lower--list li.img_only img {
  width: 100%;
}

.nav__company {
  background: #f3f4f5;
}
@media screen and (min-width: 668px) {
  .nav__company {
    padding: 18px 0;
  }
}
@media screen and (max-width: 667px) {
  .nav__company {
    padding: 10px 0;
  }
}
.nav__company--list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 667px) {
  .nav__company--list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 667px) {
  .nav__company--list li {
    width: 49%;
    margin-bottom: 5px;
  }
}
.nav__company--list a {
  display: block;
}
@media screen and (min-width: 668px) {
  .nav__company--list a {
    transition: .4s opacity;
  }
}
@media screen and (min-width: 668px) {
  .nav__company--list a:hover {
    opacity: .7;
  }
}
.nav__company--list a:hover {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 668px) {
  .nav__company--list img {
    margin-bottom: 12px;
  }
}
.nav__company--list p {
  color: #003;
}
@media screen and (min-width: 668px) {
  .nav__company--list p {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    font-weight: 500;
    vertical-align: middle;
  }
}
@media screen and (max-width: 667px) {
  .nav__company--list p {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
    font-weight: 500;
    vertical-align: top;
  }
}

.visual__logo {
  position: absolute;
  right: 29px;
  bottom: 6px;
  display: inline-block;
}
@media screen and (min-width: 668px) {
  .visual__logo {
    right: 29px;
    bottom: 6px;
  }
}
@media screen and (max-width: 667px) {
  .visual__logo {
    right: 15px;
    bottom: 6px;
  }
}
.visual__logo::after {
  position: absolute;
  content: '';
}
@media screen and (min-width: 668px) {
  .visual__logo::after {
    right: -35px;
    bottom: -6px;
    display: block;
    width: 6px;
    height: 150px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #1abfb0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #1abfb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1abfb0', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (max-width: 667px) {
  .visual__logo::after {
    right: -3px;
    bottom: -6px;
    display: block;
    width: 2px;
    height: 50px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #1abfb0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #1abfb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1abfb0', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
.visual__logo span {
  display: block;
  color: #1abfb0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 668px) {
  .visual__logo span {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 100;
    font-weight: 900;
  }
}
@media screen and (max-width: 667px) {
  .visual__logo span {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 100;
    font-weight: 900;
  }
}
.visual__logo span:first-of-type {
  text-indent: 2em;
}
.visual__logo span:nth-of-type(2) {
  text-indent: 1em;
}
.visual__logo span:nth-of-type(3) {
  color: #9ae345;
}
.visual__main {
  position: relative;
  width: 100%;
  background: url(../img/mv_pc.jpg) center top no-repeat;
}
@media screen and (min-width: 668px) {
  .visual__main {
    position: relative;
    width: 100%;
    height: 700px;
  }
}
@media screen and (max-width: 667px) {
  .visual__main {
    height: 196px;
    background-size: auto 100%;
  }
}
.visual__main .row {
  height: 100%;
}
.visual__main--catch {
  position: absolute;
  left: 0;
  top: 47%;
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.75);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 668px) {
  .visual__main--catch {
    font-size: 96px;
    font-size: 6rem;
    font-weight: 100;
    font-weight: 200;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 667px) {
  .visual__main--catch {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 100;
    font-weight: 200;
    letter-spacing: 2px;
  }
}
.visual__under {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 668px) {
  .visual__under {
    height: 700px;
  }
}
@media screen and (max-width: 667px) {
  .visual__under {
    height: 196px;
  }
}
.visual__under .row {
  height: 100%;
}
.visual__under--image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 668px) {
  .visual__under--image {
    height: 700px;
  }
}
@media screen and (max-width: 667px) {
  .visual__under--image {
    z-index: -1;
    height: 196px;
  }
}
.visual__under--title {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  line-height: 1.1;
}
@media screen and (min-width: 668px) {
  .visual__under--title {
    top: 50%;
    font-size: 63px;
    font-size: 3.9375rem;
    font-weight: 100;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 667px) {
  .visual__under--title {
    min-width: 50%;
    bottom: 5px;
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 100;
  }
}
.visual__under--title::before {
  position: absolute;
  z-index: -1;
  content: '';
}
@media screen and (min-width: 668px) {
  .visual__under--title::before {
    top: calc(50% - 100px);
    left: -10px;
    display: block;
    width: 54px;
    height: 200px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddeb04));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ddeb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddeb04', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (max-width: 667px) {
  .visual__under--title::before {
    bottom: calc(50% - 50px);
    left: -5px;
    display: block;
    width: 27px;
    height: 100px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddeb04));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ddeb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddeb04', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
.visual__under--title span {
  display: inline-block;
}
@media screen and (min-width: 668px) {
  .visual__under--title span {
    text-indent: 25px;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .visual__under--title span {
    text-indent: 18px;
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 100;
  }
}
@media screen and (min-width: 668px) {
  .visual__under--title span.sub {
    text-indent: 25px;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .visual__under--title span.sub {
    display: block;
    margin-top: 5px;
    text-indent: 18px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 100;
  }
}

@media screen and (min-width: 668px) {
  .section__common {
    padding: 70px 0;
  }
}
@media screen and (max-width: 667px) {
  .section__common {
    padding: 30px 0;
  }
}

@media screen and (min-width: 668px) {
  .colbox2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 668px) {
  .colbox2.row + .row {
    margin-top: 1.2%;
  }
}
@media screen and (min-width: 668px) {
  .colbox2 .sp_wide {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.colbox2 .colitem {
  display: block;
}
@media screen and (min-width: 668px) {
  .colbox2 .colitem {
    width: 49.4%;
  }
}
@media screen and (max-width: 667px) {
  .colbox2 .colitem {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .colbox2 .colitem {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 667px) {
  .colbox2 .colitem + .colitem {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 668px) {
  .colbox2 .colitem video {
    width: 553px;
  }
}
@media screen and (max-width: 667px) {
  .colbox2 .colitem video {
    width: 100%;
  }
}
.colbox2 .colitem a:hover {
  opacity: 0.5;
}

.title__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  color: #269f6a;
  text-align: center;
  font-style: italic;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (min-width: 668px) {
  .title__heading {
    margin-bottom: 60px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .title__heading {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
  }
}
.title__heading.modify {
  position: relative;
  font-style: normal;
  display: inline-block;
  line-height: 1.4;
}
@media screen and (min-width: 668px) {
  .title__heading.modify {
    margin-bottom: 60px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .title__heading.modify {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
  }
}
.title__heading.modify::before {
  position: absolute;
  left: -1em;
}
@media screen and (min-width: 668px) {
  .title__heading.modify::before {
    display: block;
    width: 4px;
    height: 30px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddeb04));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ddeb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddeb04', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
.title__heading.modify::after {
  position: absolute;
  left: 50%;
  display: block;
  background: #63d4c9;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
}
@media screen and (min-width: 668px) {
  .title__heading.modify::after {
    bottom: -30px;
    width: 60px;
    height: 1px;
  }
}
.title__heading em {
  display: inline-block;
  margin-left: .5em;
}
@media screen and (min-width: 668px) {
  .title__heading em:first-letter {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .title__heading em:first-letter {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 100;
  }
}
@media screen and (min-width: 668px) {
  .title__heading em {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 100;
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 667px) {
  .title__heading em {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 100;
    letter-spacing: 1px;
  }
}
.title__heading span {
  position: relative;
  display: inline-block;
  color: #000333;
  font-style: normal;
}
@media screen and (min-width: 668px) {
  .title__heading span {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .title__heading span {
    margin-top: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
  }
}
.title__heading span::before {
  position: absolute;
  left: -10px;
}
@media screen and (min-width: 668px) {
  .title__heading span::before {
    display: block;
    width: 2px;
    height: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #6eb819));
    background: -webkit-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #6eb819 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6eb819', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (max-width: 667px) {
  .title__heading span::before {
    display: block;
    width: 2px;
    height: 15px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #6eb819));
    background: -webkit-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #6eb819 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6eb819', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
.title__subhead {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 668px) {
  .title__subhead {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 667px) {
  .title__subhead {
    margin-bottom: 20px;
  }
}
.title__subhead.long span:not(.btn) {
  padding-left: 1em;
  text-align: left;
}
@media screen and (min-width: 668px) {
  .title__subhead.long span:not(.btn) {
    width: 420px;
  }
}
@media screen and (max-width: 667px) {
  .title__subhead.long span:not(.btn) {
    width: 100%;
  }
}
@media screen and (min-width: 668px) {
  .title__subhead.long::before {
    width: 420px;
  }
}
@media screen and (max-width: 667px) {
  .title__subhead.long::before {
    width: 100%;
  }
}
@media screen and (min-width: 668px) {
  .title__subhead.long::after {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 667px) {
  .title__subhead.long::after {
    display: none;
  }
}
.title__subhead::before {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  border-bottom: #deec08 1px solid;
  border-left: #deec08 1px solid;
  border-right: #deec08 1px solid;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
@media screen and (min-width: 668px) {
  .title__subhead::before {
    left: 5px;
    width: 210px;
    height: 30px;
  }
}
@media screen and (max-width: 667px) {
  .title__subhead::before {
    width: 70px;
    height: 20px;
  }
}
.title__subhead::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  content: '';
  display: block;
  border-bottom: #c5dcd6 1px solid;
  border-left: #c5dcd6 1px solid;
  border-right: #c5dcd6 1px solid;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
@media screen and (min-width: 668px) {
  .title__subhead::after {
    width: calc(100% - 230px);
    height: 30px;
  }
}
@media screen and (max-width: 667px) {
  .title__subhead::after {
    width: calc(100% - 85px);
    height: 20px;
  }
}
.title__subhead span:not(.btn) {
  display: inline-block;
  color: #003;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (min-width: 668px) {
  .title__subhead span:not(.btn) {
    width: 210px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 100;
    font-weight: 200;
  }
}
@media screen and (max-width: 667px) {
  .title__subhead span:not(.btn) {
    width: 70px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    font-weight: 200px;
  }
}
.title__subhead .btn {
  position: absolute;
  top: 40%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.title__subhead .btn:before {
  display: block;
  border-right: #003 1px solid;
  border-bottom: #003 1px solid;
  transform: rotate(45deg);
  content: '';
}
@media screen and (min-width: 668px) {
  .title__subhead .btn:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 667px) {
  .title__subhead .btn:before {
    width: 8px;
    height: 8px;
  }
}
.title__subhead .btn.active::before {
  transform: none;
  font-size: 14px;
  width: auto;
  height: auto;
  border: none;
  content: '×';
}
.title__subhead.switchbtn {
  margin-bottom: 0;
}
@media screen and (min-width: 668px) {
  .title__subhead.switchbtn {
    cursor: pointer;
  }
}
@media screen and (min-width: 668px) {
  .title__subhead.switchbtn span {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 100;
  }
}
.title__entry {
  border-top: #c5dcd6 1px solid;
  border-bottom: #c5dcd6 1px solid;
}
@media screen and (min-width: 668px) {
  .title__entry {
    margin-bottom: 30px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 667px) {
  .title__entry {
    margin-bottom: 20px;
    padding: 10px 0;
  }
}
.title__entry span {
  position: relative;
  font-style: normal;
  color: #269f6a;
  line-height: 1.4;
}
@media screen and (min-width: 668px) {
  .title__entry span {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .title__entry span {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
  }
}
.title__entry span::before {
  position: absolute;
  top: 26%;
  left: -1em;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 668px) {
  .title__entry span::before {
    display: block;
    width: 4px;
    height: 30px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddeb04));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ddeb04 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ddeb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddeb04', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
.title__message {
  position: relative;
  color: #19bfaf;
  border-bottom: #d8e7e3 1px solid;
}
@media screen and (min-width: 668px) {
  .title__message {
    margin-bottom: 30px;
    padding: 0 26px 15px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 100;
    font-weight: 300;
  }
}
@media screen and (max-width: 667px) {
  .title__message {
    margin-bottom: 15px;
    padding: 0 10px 7px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
    font-weight: 300;
  }
}
.title__message::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  height: 1px;
  background: #56ccc0;
  content: '';
}
@media screen and (min-width: 668px) {
  .title__message::after {
    width: 26px;
  }
}
@media screen and (max-width: 667px) {
  .title__message::after {
    width: 10px;
  }
}

@media screen and (min-width: 668px) {
  .sentence__common, .sentence__message {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.75;
  }
}
@media screen and (max-width: 667px) {
  .sentence__common, .sentence__message {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 100;
    line-height: 1.53;
  }
}
.sentence__common em, .sentence__message em {
  font-weight: 400;
  font-style: normal;
}
.sentence__large {
  color: #003;
}
@media screen and (min-width: 668px) {
  .sentence__large {
    margin-bottom: 40px;
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .sentence__large {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 100;
  }
}
.sentence__message {
  color: #003;
}
@media screen and (min-width: 668px) {
  .sentence__message {
    margin-bottom: 110px;
    padding: 0 26px;
  }
}
@media screen and (max-width: 667px) {
  .sentence__message {
    margin-bottom: 50px;
    padding: 0 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 100;
  }
}

.list__internsip {
  width: 100%;
}
@media screen and (min-width: 668px) {
  .list__internsip li {
    width: 470px;
    height: 300px;
    float: left;
    border: #deec08 1px solid;
    padding: 20px;
    margin: 20px;
  }
}
@media screen and (max-width: 667px) {
  .list__internsip li {
    height: auto;
    border: #deec08 1px solid;
    padding: 10px;
    margin: 10px 0 10px;
  }
}
.list__internsip dl {
  margin-top: 10px;
}
.list__internsip dt {
  float: left;
  padding: 5px 0px 0px 0px;
}
.list__internsip dd {
  border-bottom: 1px dotted #cfcfcf;
  padding: 5px 0px 5px 150px;
}
.list__number {
  counter-reset: number;
}
.list__number li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.55;
}
@media screen and (min-width: 668px) {
  .list__number li {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    font-weight: 200;
  }
}
@media screen and (max-width: 667px) {
  .list__number li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    font-weight: 200;
  }
}
.list__number li::before {
  counter-increment: number;
  position: absolute;
  left: 0;
  content: counter(number) ".";
}
.list__disc li {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
  font-weight: 300;
  padding-left: 1.5em;
  line-height: 1.55;
}
.list__disc li::before {
  position: absolute;
  left: 0;
  content: '・';
}
.list__progress3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
}
.list__progress3 li {
  position: relative;
  width: 33.33%;
  padding: 12px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.list__progress3 li.active {
  background: #19bfaf;
}
.list__progress3 li:first-child.active::after {
  position: absolute;
  top: 0;
  right: -18px;
  border-left: #19bfaf 9px solid;
  border-bottom: #19bfaf 24px solid;
  border-right: transparent 9px solid;
  border-top: transparent 24px solid;
  content: '';
}
.list__progress3 li:nth-child(2).active::before {
  position: absolute;
  top: 0;
  left: 0;
  border-left: #ccc 9px solid;
  border-bottom: #ccc 24px solid;
  border-right: transparent 9px solid;
  border-top: transparent 24px solid;
  content: '';
}
.list__progress3 li:nth-child(2).active::after {
  position: absolute;
  top: 0;
  right: -18px;
  border-left: #19bfaf 9px solid;
  border-bottom: #19bfaf 24px solid;
  border-right: transparent 9px solid;
  border-top: transparent 24px solid;
  content: '';
}
.list__progress3 li:nth-child(3).active::before {
  position: absolute;
  top: 0;
  left: 0;
  border-left: #ccc 9px solid;
  border-bottom: #ccc 24px solid;
  border-right: transparent 9px solid;
  border-top: transparent 24px solid;
  content: '';
}
@media screen and (max-width: 667px) {
  .list__news {
    margin-bottom: 25px;
  }
}
.list__news li {
  padding: 15px 0;
  border-top: #e5e5e5 1px solid;
  overflow: hidden;
}
.list__news--image {
  float: left;
  border: #e5e5e5 1px solid;
  width: 48px;
  height: 48px;
  margin-right: 13px;
}
.list__news--image img {
  width: 100%;
  height: auto;
}
.list__news--category {
  display: inline-block;
  color: #fff;
  background: #269f6a;
  text-align: center;
}
@media screen and (min-width: 668px) {
  .list__news--category {
    width: 70px;
    line-height: 24px;
  }
}
@media screen and (max-width: 667px) {
  .list__news--category {
    line-height: 18px;
  }
}
@media screen and (min-width: 668px) {
  .list__news--title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .list__news--title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
  }
}
.list__news--title a {
  color: #269f6a;
}
.list__news--time {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 100;
}
@media screen and (max-width: 667px) {
  .list__news--time {
    clear: both;
  }
}
.list__news.modify {
  border-bottom: #e5e5e5 1px solid;
}
.list__news.modify a, .list__news.modify > div {
  position: relative;
  display: block;
  background: #fff;
  color: #003;
}
@media screen and (min-width: 668px) {
  .list__news.modify a, .list__news.modify > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    transition: .4s background;
  }
}
@media screen and (max-width: 667px) {
  .list__news.modify a, .list__news.modify > div {
    padding: 10px;
  }
}
@media screen and (min-width: 668px) {
  .list__news.modify a:hover, .list__news.modify > div:hover {
    background: #f2f5f8;
  }
}
@media screen and (min-width: 668px) {
  .list__news.modify a::after, .list__news.modify > div::after {
    position: absolute;
    top: 50%;
    font-weight: 500;
    content: '＞';
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
  }
}
.list__news.modify li {
  padding: 0;
}
@media screen and (min-width: 668px) {
  .list__news.modify .list__news--image {
    margin-right: 30px;
  }
}
@media screen and (min-width: 668px) {
  .list__news.modify .list__news--category {
    margin-right: 45px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .list__news.modify .list__news--category {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 100;
  }
}
@media screen and (min-width: 668px) {
  .list__news.modify .list__news--time {
    width: 100px;
    margin-right: 45px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .list__news.modify .list__news--time {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
  }
}
@media screen and (min-width: 668px) {
  .list__news.modify .list__news--title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .list__news.modify .list__news--title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
  }
}
.list__dif {
  display: table;
}
@media screen and (min-width: 668px) {
  .list__dif {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 667px) {
  .list__dif {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 668px) {
  .list__dif.active dt::before {
    width: 100%;
  }
}
@media screen and (min-width: 668px) {
  .list__dif.active dt::after {
    -webkit-transform: translateY(0) skewX(-15deg);
    transform: translateY(0) skewX(-15deg);
    opacity: 1;
  }
}
.list__dif dt, .list__dif dd {
  box-sizing: border-box;
  vertical-align: middle;
}
@media screen and (min-width: 668px) {
  .list__dif dt, .list__dif dd {
    padding: 10px 0;
    font-size: 1.1rem !important;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .list__dif dt, .list__dif dd {
    padding: 12px 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
  }
}
.list__dif dt {
  position: relative;
  display: table-cell;
}
@media screen and (min-width: 668px) {
  .list__dif dt {
    width: 210px;
    padding-left: 30px;
    border-bottom: #c9c9c9 2px solid;
  }
}
@media screen and (max-width: 667px) {
  .list__dif dt {
    width: 70px;
    border-bottom: #19bfaf 1px solid;
  }
}
@media screen and (min-width: 668px) {
  .list__dif dt::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #19bfaf;
    content: '';
    transition: 1s width ease-in-out;
  }
}
.list__dif dt::after {
  position: absolute;
  right: 0;
  background: #19bfaf;
  content: '';
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@media screen and (min-width: 668px) {
  .list__dif dt::after {
    width: 2px;
    top: -10px;
    bottom: -10px;
    -webkit-transform: translateY(-30px) skewX(-15deg);
    transform: translateY(-30px) skewX(-15deg);
    opacity: 0;
    transition: .5s all;
  }
}
@media screen and (max-width: 667px) {
  .list__dif dt::after {
    width: 1px;
    top: -5px;
    bottom: -5px;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    width: 1px;
    opacity: 1;
  }
}
.list__dif dd {
  display: table-cell;
}
@media screen and (min-width: 668px) {
  .list__dif dd {
    width: 910px;
    padding-left: 76px;
    border-bottom: #c9c9c9 2px solid;
  }
}
@media screen and (max-width: 667px) {
  .list__dif dd {
    width: calc(100% - 70px);
    padding-left: 38px !important;
    border-bottom: #c9c9c9 1px solid;
  }
}
@media screen and (min-width: 668px) {
  .list__dif.history, .list__dif.modify {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 667px) {
  .list__dif.history, .list__dif.modify {
    margin-bottom: 0;
  }
}
.list__dif.history:first-of-type, .list__dif.modify:first-of-type {
  padding-top: 5px;
  border-top: #c5dcd6 1px solid;
}
@media screen and (min-width: 668px) {
  .list__dif.history:last-of-type, .list__dif.modify:last-of-type {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 667px) {
  .list__dif.history:last-of-type, .list__dif.modify:last-of-type {
    margin-bottom: 16px;
  }
}
.list__dif.history dt, .list__dif.history dd, .list__dif.modify dt, .list__dif.modify dd {
  border-bottom-color: #c5dcd6;
  border-bottom-width: 1px;
}
@media screen and (min-width: 668px) {
  .list__dif.history dt, .list__dif.history dd, .list__dif.modify dt, .list__dif.modify dd {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .list__dif.history dt, .list__dif.history dd, .list__dif.modify dt, .list__dif.modify dd {
    padding: 12px 0;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
  }
}
.list__dif.history dt::before, .list__dif.modify dt::before {
  display: none;
}
.list__dif.history dt::after, .list__dif.modify dt::after {
  background: transparent;
  width: 1px;
  border-right: #c5dcd6 1px dotted;
}
@media screen and (min-width: 668px) {
  .list__dif.history dt::after, .list__dif.modify dt::after {
    top: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 667px) {
  .list__dif.history dt::after, .list__dif.modify dt::after {
    top: 5px;
    bottom: 5px;
  }
}
.list__dif.history:first-of-type {
  border-top: none;
}
.list__dif.history dt span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 668px) {
  .list__dif.history dt span {
    width: 50px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 667px) {
  .list__dif.history dt span {
    width: 30px;
    text-align: right;
  }
}
.list__dif.history dt span::before {
  position: absolute;
  border-right: #c5dcd6 1px dotted;
  content: '';
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@media screen and (min-width: 668px) {
  .list__dif.history dt span::before {
    width: 1px;
    top: -3px;
    bottom: -3px;
    left: 30px;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (max-width: 667px) {
  .list__dif.history dt span::before {
    left: -3px;
    width: 1px;
    top: -5px;
    bottom: -5px;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    width: 1px;
    opacity: 1;
  }
}
.list__briefing {
  border-top: #c5dcd6 1px solid;
}
.list__briefing > li {
  border-bottom: #c5dcd6 1px solid;
}
@media screen and (min-width: 668px) {
  .list__mentor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 667px) {
  .list__mentor {
    font-size: 0;
  }
}
@media screen and (min-width: 668px) {
  .list__mentor li {
    width: 212px;
  }
}
@media screen and (max-width: 667px) {
  .list__mentor li {
    display: inline-block;
    width: 48%;
    margin: 0 1%;
  }
}
.list__mentor li a {
  display: block;
  color: #003;
}
@media screen and (min-width: 668px) {
  .list__mentor li a {
    transition: .4s opacity;
  }
}
@media screen and (min-width: 668px) {
  .list__mentor li a:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 668px) {
  .list__mentor li figure img {
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(153, 153, 153, 0.75);
  }
}
@media screen and (max-width: 667px) {
  .list__mentor li figure img {
    margin-bottom: 5px;
    box-shadow: 0 0 3px rgba(153, 153, 153, 0.75);
  }
}
.list__mentor li figure figcaption {
  position: relative;
  padding-left: 1.5em;
}
@media screen and (min-width: 668px) {
  .list__mentor li figure figcaption {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .list__mentor li figure figcaption {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 100;
  }
}
.list__mentor li figure figcaption::before {
  position: absolute;
  left: 5px;
  top: 26%;
}
@media screen and (min-width: 668px) {
  .list__mentor li figure figcaption::before {
    display: block;
    width: 2px;
    height: 14px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #6eb819));
    background: -webkit-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #6eb819 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6eb819', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (max-width: 667px) {
  .list__mentor li figure figcaption::before {
    display: block;
    width: 2px;
    height: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #6eb819));
    background: -webkit-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #6eb819 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6eb819', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}

.btn__common.center {
  text-align: center;
}
.btn__common.right {
  text-align: right;
}
.btn__common a {
  display: inline-block;
  padding: 10px 33px 11px;
  border: #269f6a 1px solid;
  background: #269f6a;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: 1px;
  transition: .4s all;
}
@media screen and (min-width: 668px) {
  .btn__common a:hover {
    background: #fff;
    color: #269f6a;
  }
}
.btn__recruit {
  position: absolute;
}
@media screen and (min-width: 668px) {
  .btn__recruit {
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 667px) {
  .btn__recruit {
    top: 0;
    right: 60px;
    padding: 0;
  }
}
.btn__recruit--list {
  font-size: 0;
}
@media screen and (min-width: 668px) {
  .btn__recruit--list {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.btn__recruit li {
  display: inline-block;
}
.btn__recruit li:first-child {
  background: #9ae345;
}
.btn__recruit li:nth-child(2) {
  background: #2fbeb2;
}
.btn__recruit a {
  display: table;
}
@media screen and (min-width: 668px) {
  .btn__recruit a {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 667px) {
  .btn__recruit a {
    width: 60px;
    height: 60px;
  }
}
.btn__recruit a span {
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 668px) {
  .btn__recruit a span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    font-weight: 600;
    line-height: 1.3;
  }
}
@media screen and (max-width: 667px) {
  .btn__recruit a span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 100;
    font-weight: 600;
    line-height: 1.3;
  }
}

.bg__gray {
  background: #f3f4f5;
}
.bg__recinfo {
  background: url(../img/bg_recinfo.png) center bottom no-repeat, #f3f4f5;
}

.panel__thumb {
  position: relative;
  padding-bottom: 35px;
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.75);
  background: url(../img/bg_glay-slanting.png) left bottom no-repeat, #fff;
  color: #4a4a4a;
  text-align: center;
}
@media screen and (min-width: 668px) {
  .panel__thumb {
    padding-top: 314px;
  }
}
@media screen and (max-width: 667px) {
  .panel__thumb {
    padding-top: 56.16%;
  }
}
.panel__thumb.lgreen .panel__thumb--image::after {
  border-right-color: rgba(110, 184, 25, 0.4);
  border-top-color: rgba(110, 184, 25, 0.4);
}
.panel__thumb.lgreen .panel__thumb--head {
  color: #6eb819;
}
@media screen and (min-width: 668px) {
  .panel__thumb.lgreen .panel__thumb--head::before {
    display: block;
    width: 4px;
    height: 40px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #6eb819));
    background: -webkit-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #6eb819 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6eb819', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (max-width: 667px) {
  .panel__thumb.lgreen .panel__thumb--head::before {
    display: block;
    width: 2px;
    height: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #6eb819));
    background: -webkit-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #6eb819 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #6eb819 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6eb819', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
.panel__thumb.bgreen .panel__thumb--image::after {
  border-right-color: rgba(26, 191, 176, 0.4);
  border-top-color: rgba(26, 191, 176, 0.4);
}
.panel__thumb.bgreen .panel__thumb--head {
  color: #1abfb0;
}
@media screen and (min-width: 668px) {
  .panel__thumb.bgreen .panel__thumb--head::before {
    display: block;
    width: 4px;
    height: 40px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #1abfb0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #1abfb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1abfb0', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (max-width: 667px) {
  .panel__thumb.bgreen .panel__thumb--head::before {
    display: block;
    width: 2px;
    height: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #1abfb0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #1abfb0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #1abfb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1abfb0', GradientType=0 );
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
}
@media screen and (min-width: 668px) {
  .panel__thumb:hover .panel__thumb--image::before {
    opacity: 1;
  }
  .panel__thumb:hover .panel__thumb--image::after {
    transform: scale(25, 10);
  }
}
.panel__thumb--image {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.panel__thumb--image::before {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: +2;
  content: 'MORE';
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 100;
  font-weight: 900;
  transition: opacity .4s .3s;
  opacity: 0;
}
.panel__thumb--image::after {
  position: absolute;
  right: -5px;
  top: -5px;
  border-right: 23px solid #000;
  border-top: 60px solid #000;
  border-left: 23px solid transparent;
  border-bottom: 60px solid transparent;
  content: '';
  transition: .6s transform;
  transform-origin: right top;
}
.panel__thumb--head {
  position: relative;
  display: inline-block;
  text-align: center;
}
.panel__thumb--head::before {
  position: absolute;
  left: -20px;
  bottom: 5px;
}
@media screen and (min-width: 668px) {
  .panel__thumb--head {
    margin: 30px 0 20px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 100;
    font-weight: 200;
    letter-spacing: .6em;
  }
}
@media screen and (max-width: 667px) {
  .panel__thumb--head {
    margin: 18px 0 30px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 100;
    font-weight: 200;
    letter-spacing: .3em;
  }
}
.panel__thumb--body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
  font-weight: 100;
  letter-spacing: 4px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 667px) {
  .panel__thumb--body {
    padding: 0 7.5%;
  }
}

.briefing_top_text {
  text-align: center;
  margin-bottom: 20px;
}

.panel__briefing {
  color: #003;
}
@media screen and (min-width: 668px) {
  .panel__briefing {
    padding: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    line-height: 1.55;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing {
    padding: 15px 10px 1px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 100;
    line-height: 1.55;
  }
}
@media screen and (min-width: 668px) {
  .panel__briefing--head {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--head {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 668px) {
  .panel__briefing--body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 668px) {
  .panel__briefing--body_inner {
    width: 550px;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--body_inner {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 668px) {
  .panel__briefing--title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.3;
    font-weight: 300;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
    line-height: 1.3;
    font-weight: 300;
  }
}
@media screen and (min-width: 668px) {
  .panel__briefing--date {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.3;
    font-weight: 300;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--date {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 100;
    line-height: 1.3;
    font-weight: 300;
  }
}
.panel__briefing--tel dt, .panel__briefing--tel dd {
  display: inline-block;
}
.panel__briefing--fax dt, .panel__briefing--fax dd {
  display: inline-block;
}
.panel__briefing--links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 668px) {
  .panel__briefing--links {
    margin-top: 20px;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--links {
    margin-top: 10px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 668px) {
  .panel__briefing--links li {
    width: 250px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--links li {
    width: 48%;
  }
}
.panel__briefing--links li a {
  display: block;
  color: #19bfaf;
  text-align: center;
}
@media screen and (min-width: 668px) {
  .panel__briefing--links li a {
    border: #19bfaf 4px solid;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    font-weight: 300;
    line-height: 55px;
    transition: .4s all ease;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--links li a {
    border: #19bfaf 2px solid;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 100;
    font-weight: 300;
    line-height: 30px;
  }
}
.panel__briefing--links li a::after {
  margin-left: 1.5em;
  content: '＞';
}
@media screen and (min-width: 668px) {
  .panel__briefing--links li a:hover {
    background: #19bfaf;
    color: #fff;
  }
}
.panel__briefing--links--outside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 668px) {
  .panel__briefing--links--outside {
    margin-top: 20px;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--links--outside {
    margin-top: 10px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 668px) {
  .panel__briefing--links--outside li {
    width: 250px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--links--outside li {
    width: 48%;
  }
}
.panel__briefing--links--outside li a {
  display: block;
  color: #19bfaf;
  text-align: center;
}
@media screen and (min-width: 668px) {
  .panel__briefing--links--outside li a {
    border: #19bfaf 4px solid;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    font-weight: 300;
    line-height: 55px;
    transition: .4s all ease;
  }
}
@media screen and (max-width: 667px) {
  .panel__briefing--links--outside li a {
    border: #19bfaf 2px solid;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 100;
    font-weight: 300;
    line-height: 30px;
  }
}
@media screen and (min-width: 668px) {
  .panel__briefing--links--outside li a:hover {
    background: #19bfaf;
    color: #fff;
  }
}
.panel__briefing--map {
  width: 100%;
  padding-bottom: 52%;
  position: relative;
  height: 0;
  overflow: hidden;
  border: #c5dcd6 1px solid;
}
.panel__briefing--map iframe, .panel__briefing--map object, .panel__briefing--map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact__lead--tel {
  border-top: #c5dcd6 1px solid;
  border-bottom: #c5dcd6 1px solid;
}
@media screen and (min-width: 668px) {
  .contact__lead--tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 667px) {
  .contact__lead--tel {
    margin-bottom: 0px;
    padding: 20px 0;
    text-align: center;
  }
}
.contact__lead--tel dt {
  line-height: 1;
}
@media screen and (min-width: 668px) {
  .contact__lead--tel dt {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 100;
    font-weight: 300;
    color: #003;
  }
}
@media screen and (max-width: 667px) {
  .contact__lead--tel dt {
    margin-bottom: 10px;
  }
}
.contact__lead--tel dd {
  line-height: 1;
}
@media screen and (min-width: 668px) {
  .contact__lead--tel dd {
    width: 50%;
    color: #19bfaf;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 100;
    font-weight: 300;
  }
}
@media screen and (min-width: 668px) {
  .contact__lead--tel dd img {
    margin-right: 28px;
  }
}
@media screen and (max-width: 667px) {
  .contact__lead--tel dd img {
    width: 22px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 668px) {
  .contact__form {
    padding-bottom: 60px;
  }
}
.contact__form .form--table {
  width: 100%;
  border-top: #c5dcd6 1px solid;
}
@media screen and (min-width: 668px) {
  .contact__form .form--table {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--table {
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--table tbody {
    display: block;
  }
}
.contact__form .form--table tr {
  border-bottom: #c5dcd6 1px solid;
}
@media screen and (max-width: 667px) {
  .contact__form .form--table tr {
    display: block;
  }
}
.contact__form .form--table th, .contact__form .form--table td {
  vertical-align: middle;
}
@media screen and (min-width: 668px) {
  .contact__form .form--table th, .contact__form .form--table td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--table th, .contact__form .form--table td {
    padding: 10px;
    display: block;
    text-align: left;
  }
}
.contact__form .form--table th {
  position: relative;
  background: #f2f5f8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
  font-weight: 400;
  color: #000033;
}
@media screen and (min-width: 668px) {
  .contact__form .form--table th {
    width: 360px;
  }
}
.contact__form .form--table th.required::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  background: #19bfaf;
  content: '必須';
  color: #fff;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 668px) {
  .contact__form .form--table th.required::before {
    right: 46px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    font-weight: 400;
    line-height: 22px;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--table th.required::before {
    right: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 100;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 668px) {
  .contact__form .form--table td {
    width: calc(100% - 360px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--table td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 668px) {
  .contact__form .form--table .mwform-checkbox-field {
    display: inline-block;
    width: 49%;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--table .mwform-checkbox-field {
    display: block;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--table .mwform-checkbox-field:last-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 668px) {
  .contact__form .form--agreement {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--agreement {
    margin-bottom: 20px;
  }
}
.contact__form .form--agreement > span {
  display: block;
}
@media screen and (min-width: 668px) {
  .contact__form .form--agreement label {
    display: inline-block;
    border: #ccc 1px solid;
    padding: 20px 60px 20px 80px !important;
  }
}
@media screen and (min-width: 668px) {
  .contact__form .form--agreement label::before {
    top: 26px !important;
    left: 55px !important;
  }
}
@media screen and (min-width: 668px) {
  .contact__form .form--agreement label::after {
    top: 30px !important;
    left: 58px !important;
  }
}
.contact__form .form--btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact__form .form--btn__item {
  width: 49%;
  box-sizing: border-box;
}
.contact__form .form--btn__item.submitbtn label,
.contact__form .form--btn__item.submitbtn button {
  background: #19bfaf;
  color: #fff;
}
.contact__form .form--btn label,
.contact__form .form--btn button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #19bfaf;
  cursor: pointer;
  transition: .4s opacity;
}
@media screen and (min-width: 668px) {
  .contact__form .form--btn label,
  .contact__form .form--btn button {
    border: #19bfaf 2px solid;
    padding: 15px 0 17px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    font-weight: 400;
  }
}
@media screen and (max-width: 667px) {
  .contact__form .form--btn label,
  .contact__form .form--btn button {
    border: #19bfaf 1px solid;
    padding: 10px 0 12px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    font-weight: 400;
  }
}
.contact__form .form--btn label:hover,
.contact__form .form--btn button:hover {
  opacity: .4;
}
.contact__form .form--confirm .required::before {
  display: none !important;
}
.contact__form .form--confirm .resetbtn {
  display: none !important;
}
.contact__form .form--confirm .form--btn {
  display: block;
}
.contact__form .form--confirm .form--btn__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.contact__form .form--confirm .form--btn__item button {
  width: 49%;
}
.contact__form input[type="email"],
.contact__form input[type="text"],
.contact__form textarea {
  padding: 0 14px;
  box-sizing: border-box;
  border: #bdbdbd 1px solid;
  margin: 10px 10px 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 45px;
  transition: .4s border-color, .4s box-shadow;
}
.contact__form input[type="email"]:focus,
.contact__form input[type="text"]:focus,
.contact__form textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 4px rgba(25, 191, 175, 0.8);
}
.contact__form textarea {
  width: 100%;
  resize: vertical;
}
@media screen and (min-width: 668px) {
  .contact__form input[type="email"] {
    width: 375px;
  }
}
@media screen and (max-width: 667px) {
  .contact__form input[type="email"] {
    width: 100%;
  }
}
@media screen and (min-width: 668px) {
  .contact__form input[type="text"] {
    width: 300px;
  }
}
@media screen and (max-width: 667px) {
  .contact__form input[type="text"] {
    width: 100%;
  }
}
@media screen and (min-width: 668px) {
  .contact__form input[type="text"].long {
    width: 550px;
  }
}
@media screen and (max-width: 667px) {
  .contact__form input[type="text"].long {
    width: 100%;
  }
}
.contact__form .mwform-checkbox-field label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.contact__form .mwform-checkbox-field label::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: #ccc 1px solid;
  box-sizing: border-box;
  content: '';
}
.contact__form .mwform-checkbox-field label::after {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #19bfaf;
  border-bottom: 2px solid #19bfaf;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.contact__form .mwform-checkbox-field label.active::after {
  opacity: 1;
}
@media screen and (min-width: 668px) {
  .contact__form .mwform-checkbox-field .mwform-checkbox-field-text {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    font-weight: 400;
    line-height: 16px;
  }
}

.form--privacylink {
  text-align: center;
  margin-bottom: 50px;
}

.link_effect--line {
  display: block;
  position: relative;
}
@media screen and (min-width: 668px) {
  .link_effect--line:hover::before, .link_effect--line:hover::after {
    width: 100%;
  }
}
.link_effect--line:hover figure {
  opacity: .9;
}
@media screen and (min-width: 668px) {
  .link_effect--line:hover figure::before, .link_effect--line:hover figure::after {
    height: 100%;
  }
}
@media screen and (min-width: 668px) {
  .link_effect--line::before, .link_effect--line::after {
    position: absolute;
    display: block;
    background-color: #7ad7d0;
    content: '';
    z-index: 10;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
  }
}
@media screen and (min-width: 668px) {
  .link_effect--line::before {
    bottom: 0px;
    height: 6px;
    right: 0px;
    width: 0px;
  }
}
@media screen and (min-width: 668px) {
  .link_effect--line::after {
    height: 6px;
    left: 0px;
    top: 0px;
    width: 0px;
  }
}
.link_effect--line figure {
  transition: .4s opacity;
}
@media screen and (min-width: 668px) {
  .link_effect--line figure::before, .link_effect--line figure::after {
    position: absolute;
    display: block;
    background-color: #7ad7d0;
    content: '';
    z-index: 10;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
  }
}
@media screen and (min-width: 668px) {
  .link_effect--line figure::before {
    height: 0px;
    right: 0px;
    top: 0px;
    width: 6px;
  }
}
@media screen and (min-width: 668px) {
  .link_effect--line figure::after {
    bottom: 0px;
    height: 0px;
    left: 0px;
    width: 6px;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.switchbtn + .swithwindow {
  display: none;
}

@media screen and (min-width: 668px) {
  .block__company--image {
    width: 373px;
    float: left;
  }
}
@media screen and (max-width: 667px) {
  .block__company--image {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 668px) {
  .block__company--dif {
    float: right;
    display: table;
  }
}
@media screen and (min-width: 668px) {
  .block__company--dif:last-of-type {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 667px) {
  .block__company--dif:last-of-type {
    margin-bottom: 25px;
  }
}
.block__company--dif dt, .block__company--dif dd {
  line-height: 1.7;
}
@media screen and (min-width: 668px) {
  .block__company--dif dt, .block__company--dif dd {
    padding: 15px 30px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .block__company--dif dt, .block__company--dif dd {
    color: #003;
    padding: 10px 13px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 100;
  }
}
@media screen and (min-width: 668px) {
  .block__company--dif dt {
    display: table-cell;
    width: 140px;
    border-bottom: #19bfaf 1px solid;
    vertical-align: middle;
  }
}
@media screen and (max-width: 667px) {
  .block__company--dif dt {
    border-bottom: #19bfaf 1px solid;
  }
}
.block__company--dif dd {
  border-bottom: #c9c9c9 1px solid;
}
@media screen and (min-width: 668px) {
  .block__company--dif dd {
    display: table-cell;
    width: 400px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 667px) {
  .block__company--dif dd {
    margin-bottom: 15px;
  }
}
.block__company--maps {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 668px) {
  .block__company--maps {
    clear: both;
  }
}
.block__company--maps iframe, .block__company--maps object, .block__company--maps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 668px) {
  .pharmacy {
    padding-top: 50px;
    border-top: #c5dcd6 1px solid;
    margin-top: 50px;
  }
}
@media screen and (max-width: 667px) {
  .pharmacy {
    padding-top: 25px;
    border-top: #c5dcd6 1px solid;
    margin-top: 25px;
  }
}
@media screen and (min-width: 668px) {
  .pharmacy_box {
    padding-bottom: 50px;
    border-bottom: #c5dcd6 1px solid;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 667px) {
  .pharmacy_box {
    padding-bottm: 25px;
    border-bottom: #c5dcd6 1px solid;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 668px) {
  .pharmacy_box_list {
    wdith: 400px;
    float: left;
    margin-right: 70px;
  }
}
@media screen and (max-width: 667px) {
  .pharmacy_box_list {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 668px) {
  .pharmacy_box iframe {
    float: right;
  }
}
@media screen and (max-width: 667px) {
  .pharmacy_box iframe {
    width: 100%;
  }
}

@media screen and (min-width: 668px) {
  .pricacy_block {
    padding-bottom: 50px;
    border-bottom: #c5dcd6 1px solid;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 667px) {
  .pricacy_block {
    padding-bottom: 25px;
    border-bottom: #c5dcd6 1px solid;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 668px) {
  .pricacy_block_content {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 667px) {
  .pricacy_block_content {
    margin: 0 auto 25px;
  }
}

.trip {
  border-top: #c5dcd6 1px solid;
  margin: 40px 0;
}
.trip h3 {
  margin: 25px;
  text-align: center;
  color: #003;
}
@media screen and (max-width: 667px) {
  .trip h3 {
    font-size: 0.8em;
  }
}
.trip p {
  margin-bottom: 30px;
}
@media screen and (min-width: 668px) {
  .trip p {
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  .trip p {
    text-align: left;
    font-size: 0.8em;
  }
}
.trip .trip-list {
  border-top: #c5dcd6 1px solid;
  padding: 15px 0;
}
@media screen and (max-width: 667px) {
  .trip .trip-list {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 668px) {
  .trip .trip-list dt {
    float: left;
    width: 150px;
    font-weight: 400;
  }
}
@media screen and (min-width: 668px) {
  .trip .trip-list dd {
    padding-left: 150px;
  }
}
.trip .trip-list dd span {
  color: #269f6a;
}

#individual {
  border-top: #c5dcd6 1px solid;
  margin: 120px 0 40px;
}
#individual .individual h3 {
  margin: 25px;
  text-align: center;
  color: #003;
}
#individual .bd_gray{
    border-top: #c5dcd6 1px solid; 
    border-bottom: #c5dcd6 1px solid;	
}
@media screen and (max-width: 667px) {
  #individual .individual h3 {
    font-size: 0.8em;
  }
}
#individual .individual p {
  margin-bottom: 30px;
}
@media screen and (min-width: 668px) {
  #individual .individual p {
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  #individual .individual p {
    text-align: left;
    font-size: 0.8em;
  }
}

.individual-schedule {
  font-size: 1em;
  font-weight: 100;
  color: #269f6a;
}

.briefing-page-menu ul {
  text-align: center;
}
@media screen and (min-width: 668px) {
  .briefing-page-menu ul {
    margin: 50px auto 100px;
  }
}
@media screen and (min-width: 668px) {
  .briefing-page-menu ul li {
    display: inline;
    padding-left: 30px;
  }
}
.colitem img {
		margin-top:20px;
	}
	.colitem .sp_hide{
	display: block;
  }
	.colitem .pc_hide{
	display: none;	
	}

@media screen and (max-width: 667px) {
	.colitem .sp_hide{
	display: none;
  }
	.colitem .pc_hide{
	display: block;	
	}
	.colitem img {
		margin-top:0;
	}
}
