@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "Noto Sans JP Subset";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP Subset";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP Subset";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP Subset";
  font-style: normal;
  font-weight: 200;
  src: local("Noto Sans CJK JP Light"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJP-Light.woff2") format("woff2"), url("../fonts/YakuHanJP-Light.woff") format("woff");
}
/* コピーガード */
@media print {
  #trainvert {
    display: none !important;
  }
}
/*#trainvert{
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}*/
.protect img {
  pointer-events: none;
}

.containerTop_new img {
  pointer-events: none;
}

#trainvert a:hover,
#trainvert a:link {
  color: #0080bf;
}

/*a:visited{
    color: #333333;
}*/
.btn_exlink:after {
  content: "";
  background: url("../img/icon_exlink.svg") no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
}
@media screen and (min-width: 750px) {
  .btn_exlink:after {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
  }
}

#trainvert dd.btn_exlink a:visited {
  color: #0080bf;
}

a.btn_exlink:after {
  content: "";
  background: url("../img/icon_exlink.svg") no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
}
@media screen and (min-width: 750px) {
  a.btn_exlink:after {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/*テキスト改行、各デバイスのみ*/
@media screen and (min-width: 750px) {
  .br_sp,
  .sp_only {
    display: none;
  }
}

.br_pc,
.pc_only {
  display: none;
}
@media screen and (min-width: 751px) {
  .br_pc,
  .pc_only {
    display: block;
  }
}

/*マージン*/
.cs_mb20 {
  margin-bottom: 20px !important;
}

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

.cs_mb40 {
  margin-bottom: 40px !important;
}

/*コラム内にダーシがあった場合*/
.narrow {
  letter-spacing: -0.1em;
}

#trainvert {
  font-family: "YakuHanJP", "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP Subset", "Helvetica Neue", "Helvetica", "Arial", "Geneva,sans-serif", sans-serif;
  color: #333333;
}

/* -----------------------------------------
ぱんくず
----------------------------------------- */
#breadcrumb {
  line-height: 2;
  background-color: #eee;
  max-width: 100%;
  padding: 10px 0 5px 0;
}

.bread {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  /*a{
      color: #0080bf;
  }*/
}
@media screen and (min-width: 750px) {
  .bread {
    max-width: 1024px;
    padding: 0 37px;
  }
}

#breadcrumb a:hover,
#breadcrumb a:link {
  color: #008803;
}

/* -----------------------------------------
header
----------------------------------------- */
#trainvert .header-ande {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #trainvert .header-ande {
    max-width: 1024px;
    padding: 0 37px;
  }
}
#trainvert .header-ande__box {
  position: relative;
  padding: 24px 0;
}
@media screen and (min-width: 750px) {
  #trainvert .header-ande__box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0 24px;
  }
}
#trainvert .header-ande__logo-ande {
  position: relative;
  width: 70px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #trainvert .header-ande__logo-ande {
    flex-shrink: 0;
    width: 103px;
  }
}
#trainvert .header-ande__logo-ande img {
  width: 100%;
  height: 100%;
}
#trainvert .header-ande__text {
  position: relative;
  width: 73%;
  margin: 24px auto 0;
}
@media screen and (min-width: 750px) {
  #trainvert .header-ande__text {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 100%;
    margin: 0;
  }
}

/* -----------------------------------------
hero
----------------------------------------- */
#trainvert .hero-ande {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #trainvert .hero-ande {
    max-width: 1024px;
    padding: 0 37px;
  }
}
#trainvert .hero-ande__title-img {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #trainvert .hero-ande__title-img {
    width: 418px;
  }
}
#trainvert .hero-ande__title {
  position: relative;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding: 26px 0 0 0;
}
@media screen and (min-width: 750px) {
  #trainvert .hero-ande__title {
    line-height: 1.4;
    font-size: 5rem;
  }
}
#trainvert .hero-ande__title-small {
  display: block;
  line-height: 1.2;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 750px) {
  #trainvert .hero-ande__title-small {
    line-height: 1.2;
    font-size: 3rem;
    margin-bottom: 0;
  }
}
#trainvert .hero-ande__img {
  position: relative;
  margin-top: 24px;
}
@media screen and (min-width: 750px) {
  #trainvert .hero-ande__img {
    margin-top: 32px;
  }
}

.hero-inner {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .hero-inner {
    width: calc(100% - 100px);
    max-width: 950px;
  }
}

/* -----------------------------------------
slider
----------------------------------------- */
.swiper-wrapper {
  transition-timing-function: ease-in-out;
  /*スライダーの幅と高さを調整*/
}
@media screen and (min-width: 750px) {
  .swiper-wrapper {
    max-width: 950px;
  }
}

.swiper-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #000;
  color: #0080ff;
  font-size: 36px;
  font-weight: bold;
}

/* arrow */
.swiper-button-prev,
.swiper-button-next {
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #0080ff;
  border-right: 3px solid #0080ff;
  opacity: 0.8;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  left: 30px;
  transform: rotate(-135deg);
}

.swiper-button-next {
  right: 30px;
  transform: rotate(45deg);
}

/* dots */
.swiper-pagination {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .swiper-pagination {
    text-align: right;
    padding-right: 7px;
  }
}

.swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 100%;
}
@media screen and (min-width: 750px) {
  .swiper-pagination span {
    width: 23px;
    height: 23px;
    border: 3px solid #fff;
  }
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

/* -----------------------------------------
top
----------------------------------------- */
.navbar {
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 750px) {
  .navbar {
    padding: 0;
  }
}

.current-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  color: #009385;
  padding: 5px;
  box-shadow: 0 5px 0 0 #009385;
  border-right: 2px solid #f4f4ee;
  height: 80px;
  width: 33.3333%;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
@media screen and (min-width: 750px) {
  .current-link {
    flex-direction: row;
    justify-content: center;
    border-right: 4px solid #f4f4ee;
    box-shadow: 0 7px 0 0 #009385;
    padding: 15px 0;
    height: 78px;
  }
}
.current-link.col {
  border-right: none;
}

.special-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  text-decoration: none !important;
  color: #e8e8dd !important;
  padding: 5px;
  box-shadow: 0 5px 0 0 #f4f4ee;
  border-right: 2px solid #f4f4ee;
  height: 80px;
  width: 33.3333%;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
@media screen and (min-width: 750px) {
  .special-link {
    flex-direction: row;
    justify-content: center;
    box-shadow: 0 7px 0 0 #f4f4ee;
    border-right: 4px solid #f4f4ee;
    padding: 15px 0;
    height: 78px;
  }
}

.special-link:last-child {
  border-right: none;
}

.special-link:hover {
  box-shadow: 0 5px 0 0 #009385;
  color: #009385 !important;
}
@media screen and (min-width: 750px) {
  .special-link:hover {
    box-shadow: 0 7px 0 0 #009385;
  }
}

.special-link:hover .button__text {
  color: inherit;
}

.button-icon__talk {
  width: 32px;
  height: 26px;
  margin-top: 12px;
}
@media screen and (min-width: 750px) {
  .button-icon__talk {
    margin-bottom: 0;
    margin-right: 18px;
    margin-top: 0;
  }
}
.button-icon__interview {
  width: 33px;
  height: 36px;
  margin-top: 8px;
}
@media screen and (min-width: 750px) {
  .button-icon__interview {
    margin-bottom: 0;
    margin-right: 18px;
    margin-top: 0;
  }
}
.button-icon__column {
  width: 36px;
  height: 27px;
  margin-top: 14px;
}
@media screen and (min-width: 750px) {
  .button-icon__column {
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
  }
}

.button__text {
  color: #000;
  font-size: 1.5rem;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media screen and (min-width: 750px) {
  .button__text {
    font-size: 2.4rem;
  }
}

.current {
  color: #009385;
}

.navbar-spe {
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 750px) {
  .navbar-spe {
    padding: 0;
  }
}
.navbar-spe > li {
  position: relative;
  display: block;
  background: #f4f4ee;
  box-sizing: border-box;
  width: 33.3333%;
  padding-right: 2px;
}
.navbar-spe > li:last-child {
  padding-right: 0;
}
@media screen and (min-width: 750px) {
  .navbar-spe > li {
    padding: 0;
    padding-right: 4px;
  }
}
.navbar-spe > li > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  text-decoration: none !important;
  color: #e8e8dd !important;
  border-bottom: solid 5px #f4f4ee;
  height: 80px;
  width: 100%;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
@media screen and (min-width: 750px) {
  .navbar-spe > li > a {
    flex-direction: row;
    justify-content: center;
    border-bottom: solid 7px #f4f4ee;
    height: 78px;
  }
}
.navbar-spe > li > a > .button__text {
  color: #000;
  font-size: 1.5rem;
  white-space: nowrap;
  transition: color 0.3s ease;
  padding-bottom: 6px;
}
@media screen and (min-width: 750px) {
  .navbar-spe > li > a > .button__text {
    font-size: 2.4rem;
    padding-bottom: 0;
  }
}
.navbar-spe > li > a:hover {
  border-bottom: solid 5px #009385;
  color: #009385 !important;
}
@media screen and (min-width: 750px) {
  .navbar-spe > li > a:hover {
    border-bottom: solid 7px #009385;
    color: #009385 !important;
  }
  .navbar-spe > li > a:hover > .button__text {
    font-size: 2.4rem;
    color: #009385 !important;
  }
}

.spe-current-link {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #009385;
  border-bottom: solid 5px #009385;
  height: 80px;
  width: 100%;
  padding-bottom: 6px;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
@media screen and (min-width: 750px) {
  .spe-current-link {
    flex-direction: row;
    justify-content: center;
    border-bottom: solid 7px #009385;
    height: 78px;
  }
}
.spe-current-link.col {
  border-right: none;
}

#trainvert .top__contents {
  position: relative;
  margin-top: 24px;
  padding-bottom: 55px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents {
    margin-top: 50px;
    padding: 0 37px 70px 37px;
  }
}
#trainvert .top__contents.interview {
  padding-bottom: 0;
}
#trainvert .top__contents-title {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-title {
    font-size: 2rem;
  }
}
#trainvert .top__contents-nav {
  position: relative;
  border-top: 5px solid #f4f4ee;
  width: 73%;
  margin: 8px auto 0;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-nav {
    border-top: 7px solid #f4f4ee;
    max-width: 950px;
    width: 100%;
    margin-top: 10px;
  }
}
#trainvert .top__contents-title-small {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-title-small {
    text-align: left;
    font-size: 2rem;
    padding: 3px 10px 0 0;
    margin-bottom: 0;
  }
}
#trainvert .top__contents-title-main {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-title-main {
    text-align: left;
    font-size: 3.6rem;
  }
}
#trainvert .top__contents-title-main.type-ande {
  font-size: 2rem;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-title-main.type-ande {
    font-size: 2.6rem;
  }
}
#trainvert .top__contents-inner {
  position: relative;
  border-bottom: 3px solid #fff;
  margin: 10px 0 0 0;
  padding-bottom: 28px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-inner {
    display: flex;
    gap: 4%;
    margin: 20px 0 0 0;
    padding-bottom: 30px;
  }
}
#trainvert .top__contents-text {
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-text {
    font-size: 1.6rem;
    flex: 1;
  }
}
#trainvert .top__contents-img {
  position: relative;
  margin-top: 18px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-img {
    width: 200px;
    margin-top: 5px;
  }
}
#trainvert .top__index-title {
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 750px) {
  #trainvert .top__index-title {
    font-size: 2rem;
  }
}
#trainvert .top__index-text {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 3px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__index-text {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 750px) {
  #trainvert .top__index-list {
    display: inline-block;
  }
}
#trainvert .top__contents-container {
  position: relative;
  box-sizing: border-box;
  width: 73%;
  margin: 24px auto 24px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__contents-container {
    max-width: 1024px;
    width: 100%;
    padding: 0 37px;
  }
}
#trainvert .top__contents-container.ande {
  margin: 10px auto 24px;
}
#trainvert .top__container-title {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  border-bottom: 5px solid #f2f2eb;
}
@media screen and (min-width: 750px) {
  #trainvert .top__container-title {
    display: inline-block;
    text-align: left;
    font-size: 3.5rem;
    border-bottom: 7px solid #f2f2eb;
  }
}
#trainvert .top__container-title.ande {
  border-bottom: 5px solid #fff;
}
@media screen and (min-width: 750px) {
  #trainvert .top__container-title.ande {
    border-bottom: 7px solid #fff;
  }
}
#trainvert .top__container-title.type-b {
  display: block;
}
#trainvert .top__container-box {
  position: relative;
  margin: 24px auto 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
@media screen and (min-width: 750px) {
  #trainvert .top__container-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 950px;
    padding-bottom: 45px;
    margin-top: 30px;
  }
}
#trainvert .top__container-box.ande {
  padding-bottom: 45px;
}
#trainvert .top__box-inner {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  /*img:hover{
      @include transition;
  }*/
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-inner {
    width: 30%;
    margin-bottom: 0px;
    margin-right: 4.842105%;
    margin-bottom: 50px;
  }
}
#trainvert .top__box-inner img {
  width: 100%;
  height: 100%;
}
#trainvert .top__box-inner.ande {
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-inner.ande {
    margin-bottom: 0;
  }
}
#trainvert .top__box-inner.ande.last {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-inner.archives {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-inner:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-inner:nth-last-child(2) {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-inner:nth-last-child(3) {
    margin-bottom: 0px;
  }
}
#trainvert .top__box-inner:nth-child(3n) {
  margin-right: 0;
}
#trainvert .top__box-inner .hover_black_link {
  position: relative;
  display: inline-block;
}
#trainvert .top__box-inner .hover_black_link:hover:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#trainvert .top__box-inner > h3 {
  position: relative;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  padding: 25px 0;
}
@media screen and (min-width: 560px) {
  #trainvert .top__box-inner > h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  #trainvert .top__box-inner > h3 {
    font-size: 2.5rem;
  }
}
#trainvert .top__box-inner.ande > h3 {
  position: relative;
  font-weight: 400;
  font-size: 2.1rem;
  padding: 13px 0 5px;
}
#trainvert .top__box-inner > p {
  position: relative;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#trainvert .top__box-inner > p.last {
  margin-bottom: 0px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-inner > p.last {
    margin-bottom: 20px;
  }
}
#trainvert .top img {
  width: 100%;
  height: 100%;
}
#trainvert .top__box-tag {
  padding: 0 25px;
  position: relative;
  text-align: left;
  font-size: 0;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-tag {
    max-width: 1024px;
    padding: 0 37px;
    text-align: center;
  }
}
#trainvert .top__box-tag.archive {
  padding: 0 0;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-tag.archive {
    text-align: left;
    padding: 0 0;
  }
}
#trainvert .top__box-tag.archive ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#trainvert .top__box-tag.archive ul li {
  text-align: center;
  margin-right: 15px;
  margin-bottom: 18px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-tag.archive ul li {
    margin-right: 13px;
  }
}
@media screen and (max-width: 375px) {
  #trainvert .top__box-tag.archive ul li {
    margin-right: 13px;
  }
}
#trainvert .top__box-tag ul li {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 18px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-tag ul li {
    margin-right: 13px;
  }
}
#trainvert .top__box-tag ul li:nth-child(4n) {
  margin-right: 0px;
  /* @media screen and (min-width: 750px) {
      margin-right: 15px;
  }*/
  /*@media screen and (max-width : 1000px){
      margin-right: 15px;
  }

  @media screen and (max-width : 750px){
      margin-right: 15px;
  }*/
  /*@media screen and (max-width : 464px){
      margin-right: 0px;
  }*/
}
@media screen and (max-width: 1018px) {
  #trainvert .top__box-tag ul li:nth-child(4n) {
    margin-right: 13px;
  }
}
@media screen and (max-width: 396px) {
  #trainvert .top__box-tag ul li:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 381px) {
  #trainvert .top__box-tag ul li:nth-child(4n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 375px) {
  #trainvert .top__box-tag ul li:nth-child(4n) {
    margin-right: 13px;
  }
}
#trainvert .top__box-tag ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 375px) {
  #trainvert .top__box-tag ul li:last-child {
    margin-right: 15px;
  }
}
@media screen and (min-width: 450px) {
  #trainvert .top__box-tag ul li.top {
    margin-right: 13px;
  }
}
@media screen and (max-width: 380px) {
  #trainvert .top__box-tag ul li.top {
    margin-right: 13px;
  }
}
#trainvert .top__box-tag ul li a {
  position: relative;
  display: block;
  color: #333333;
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 1;
  width: 68px;
  padding: 6px 0px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-tag ul li a {
    width: 60px;
    padding: 7px 0px;
  }
}
#trainvert .top__box-tag ul li a:hover {
  color: #ffffff;
  background: #4d4d4d;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
#trainvert .top__box-tag ul li.fourwords a {
  position: relative;
  display: block;
  color: #333333;
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 1;
  width: 68px;
  padding: 6px 0px;
}
@media screen and (min-width: 750px) {
  #trainvert .top__box-tag ul li.fourwords a {
    width: 70px;
    padding: 7px 0px;
  }
}
#trainvert .top__box-tag ul li.fourwords a:hover {
  color: #ffffff;
  background: #4d4d4d;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}

/* -----------------------------------------
対談
----------------------------------------- */
.talk {
  position: relative;
  margin: 45px auto 0;
  width: 73%;
}
@media screen and (min-width: 750px) {
  .talk {
    margin-top: 50px;
    max-width: 950px;
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .talk.interview {
    margin-top: 70px;
  }
}
.talk__title-small {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 750px) {
  .talk__title-small {
    font-size: 4rem;
  }
}
.talk__title {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .talk__title {
    font-size: 5rem;
  }
}
.talk__lead {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (min-width: 750px) {
  .talk__lead {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin-top: 45px;
  }
}
.talk__profile {
  position: relative;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 750px) {
  .talk__profile {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 40px;
  }
}
.talk__profile-inner {
  position: relative;
  background: #f4f4ee;
  margin-bottom: 15px;
}
@media screen and (min-width: 750px) {
  .talk__profile-inner {
    display: flex;
    margin-bottom: 10px;
  }
}
.talk__profile-inner.tn {
  border-top: 4px solid #e75c8b;
}
.talk__profile-inner.mu {
  border-top: 4px solid #2cbc20;
}
.talk__profile-img {
  position: relative;
}
@media screen and (min-width: 750px) {
  .talk__profile-img {
    width: 200px;
    flex-shrink: 0;
  }
}
.talk__profile-text {
  position: relative;
  padding: 20px 15px 15px 15px;
}
@media screen and (min-width: 750px) {
  .talk__profile-text {
    padding: 28px 20px 26px;
  }
}
.talk__profile-name {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 750px) {
  .talk__profile-name {
    text-align: left;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
.talk__inner {
  position: relative;
  padding-top: 35px;
}
@media screen and (min-width: 750px) {
  .talk__inner {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.talk__subtitle {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (min-width: 750px) {
  .talk__subtitle {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.talk__contents {
  position: relative;
  margin-top: 35px;
}
@media screen and (min-width: 750px) {
  .talk__contents {
    margin-top: 40px;
  }
}
.talk__contents-text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 750px) {
  .talk__contents-text {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.talk__contents-text > .tn {
  color: #e75c8b;
}
.talk__contents-text > .mu {
  color: #2cbc20;
}
.talk__contents-img {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 750px) {
  .talk__contents-img {
    margin-top: 30px;
  }
}
.talk__contents-cap {
  position: relative;
  color: #009385;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (min-width: 750px) {
  .talk__contents-cap {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.talk__pagination {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .talk__pagination {
    margin-top: 60px;
  }
}
.talk__pagination-list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.talk__pagination-list > .current {
  display: block;
  width: 25px;
  height: 25px;
}
.talk__pagination-list > .first {
  display: block;
  background-image: url(../img/ande/icon_04_01_page_on.svg);
  width: 25px;
  height: 25px;
}
.talk__pagination-list > .second {
  display: block;
  background-image: url(../img/ande/icon_05_02_page_on.svg);
  width: 25px;
  height: 25px;
}
.talk__pagination-list > .third {
  display: block;
  background-image: url(../img/ande/icon_06_03_page_on.svg);
  width: 25px;
  height: 25px;
}
.talk__pagination-list a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
.talk__pagination-list a:hover {
  opacity: 0;
}
.talk__pagination-list a.arrow {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  line-height: 1;
  text-align: center;
  font-size: 1.5rem;
  color: #333333;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
.talk__pagination-list a.arrow:hover {
  opacity: 0.7;
}

/* -----------------------------------------
インタビュー
----------------------------------------- */
.voice {
  position: relative;
  margin: 45px auto 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 750px) {
  .voice {
    margin-top: 70px;
    padding-bottom: 35px;
  }
}
.voice__container {
  position: relative;
  padding-bottom: 55px;
}
@media screen and (min-width: 750px) {
  .voice__container {
    padding-bottom: 70px;
  }
}
.voice__intro {
  position: relative;
  width: 73%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .voice__intro {
    max-width: 1024px;
    width: 100%;
    padding: 0 37px;
  }
}
.voice__nav {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .voice__nav {
    margin-top: 60px;
  }
}
.voice__nav-list {
  position: relative;
}
@media screen and (min-width: 750px) {
  .voice__nav-list {
    display: flex;
    justify-content: space-between;
  }
}
.voice__nav-bt {
  position: relative;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 30px;
}
@media screen and (min-width: 750px) {
  .voice__nav-bt {
    margin-bottom: 0;
    width: 50%;
  }
}
.voice__nav-bt.type-01 {
  border-left: 1px solid #000;
}
@media screen and (min-width: 750px) {
  .voice__nav-bt.type-01 {
    border-left: none;
  }
}
.voice__nav-bt a.voice-bt {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #333333 !important;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
@media screen and (min-width: 750px) {
  .voice__nav-bt a.voice-bt {
    padding: 2px 0;
  }
}
.voice__nav-bt a.voice-bt:hover {
  color: #009385 !important;
  text-decoration: none !important;
}
.voice__inner {
  position: relative;
  padding-top: 45px;
}
@media screen and (min-width: 750px) {
  .voice__inner {
    padding-top: 80px;
  }
}
.voice__profile {
  position: relative;
  background: #f4f4ee;
}
.voice__profile-inner {
  position: relative;
  width: 73%;
  margin: 0 auto;
  padding: 22px 0;
}
@media screen and (min-width: 750px) {
  .voice__profile-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1024px;
    width: 100%;
    padding: 0 37px;
  }
}
.voice__profile-text {
  position: relative;
}
@media screen and (min-width: 750px) {
  .voice__profile-text {
    flex-grow: 1;
    padding: 22px 0;
  }
}
.voice__profile-num {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.voice__title {
  position: relative;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (min-width: 750px) {
  .voice__title {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.voice__position {
  position: relative;
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (min-width: 750px) {
  .voice__position {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.voice__name {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 750px) {
  .voice__name {
    font-size: 3rem;
  }
}
.voice__img {
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 750px) {
  .voice__img {
    flex-shrink: 0;
    width: 335px;
    margin-top: 0;
  }
}
.voice__contents {
  position: relative;
  width: 73%;
  margin: 30px auto 0;
}
@media screen and (min-width: 750px) {
  .voice__contents {
    max-width: 1024px;
    width: 100%;
    padding: 0 37px;
    margin-top: 50px;
  }
}
.voice__contents-title {
  position: relative;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (min-width: 750px) {
  .voice__contents-title {
    font-size: 3rem;
  }
}
.voice__contents-text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 28px;
}
@media screen and (min-width: 750px) {
  .voice__contents-text {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 35px;
  }
}
.voice__contents-img {
  position: relative;
  margin-top: 25px;
}
@media screen and (min-width: 750px) {
  .voice__contents-img {
    margin-top: 35px;
  }
}

/* -----------------------------------------
コラム
----------------------------------------- */
.column {
  position: relative;
  margin: 45px auto 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 750px) {
  .column {
    margin-top: 70px;
    padding-bottom: 35px;
  }
}
.column__container {
  position: relative;
  padding-bottom: 55px;
}
@media screen and (min-width: 750px) {
  .column__container {
    padding-bottom: 70px;
  }
}
.column__intro {
  position: relative;
  width: 73%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .column__intro {
    max-width: 1024px;
    width: 100%;
    padding: 0 37px;
  }
}
.column__intro-title {
  position: relative;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
  margin-top: 38px;
}
@media screen and (min-width: 750px) {
  .column__intro-title {
    font-size: 5rem;
    margin-top: 70px;
  }
}
.column__intro-subtitle {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 750px) {
  .column__intro-subtitle {
    font-size: 4rem;
  }
}
.column__inner {
  position: relative;
  margin-top: 45px;
}
@media screen and (min-width: 750px) {
  .column__inner {
    margin-top: 65px;
  }
}
.column__contents-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (min-width: 750px) {
  .column__contents-title {
    font-size: 3rem;
  }
}
.column__news {
  position: relative;
  background: #f4f4ee;
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .column__news {
    margin-top: 45px;
  }
}
.column__news-inner {
  position: relative;
  width: 73%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .column__news-inner {
    display: flex;
    gap: 5%;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    width: 100%;
    padding: 0 37px;
  }
}
.column__news-logo {
  position: relative;
  width: 286px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .column__news-logo {
    margin-bottom: 30px;
    max-width: 332px;
    width: 100%;
  }
}
.column__news-text {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 30px 0 0 0;
}
@media screen and (min-width: 750px) {
  .column__news-text {
    font-size: 1.6rem;
    line-height: 1.6;
    width: 40%;
    padding: 30px 0 20px 0;
  }
}
.column__news-img {
  position: relative;
  margin-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 750px) {
  .column__news-img {
    width: 54.8%;
    max-width: 520px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

/* -----------------------------------------
ボタン
----------------------------------------- */
.button_ebook {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  margin: 35px auto 0;
  width: 207px;
}
@media screen and (min-width: 750px) {
  .button_ebook {
    margin: 35px auto 0;
  }
}
.button_ebook a {
  display: block;
  line-height: 0;
  box-sizing: border-box;
  width: 207px;
  height: auto;
  margin: 35px auto 0;
}
@media screen and (min-width: 750px) {
  .button_ebook a {
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 750px) {
  .button_ebook a:hover {
    background-image: url(../img/ebook-tv-mo.png);
    background-size: cover;
    box-sizing: border-box;
    width: 207px;
    height: auto;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 750px) {
  .button_ebook a.type-ande:hover {
    background-image: url(../img/ebook-ande-mo.png);
    background-size: cover;
    box-sizing: border-box;
    width: 207px;
    height: auto;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 750px) {
  .button_ebook a:hover img.btn {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
}

#trainvert .top-b__contents {
  position: relative;
  margin: 36px 0;
}
@media screen and (min-width: 750px) {
  #trainvert .top-b__contents {
    margin: 60px 0;
  }
}
#trainvert .top-b__contents-container {
  position: relative;
  box-sizing: border-box;
  width: 73%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #trainvert .top-b__contents-container {
    max-width: 1024px;
    width: 100%;
    padding: 0 37px;
  }
}
#trainvert .top-b__container-title {
  position: relative;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-bottom: 5px solid #f2f2eb;
  padding-bottom: 4px;
}
@media screen and (min-width: 750px) {
  #trainvert .top-b__container-title {
    display: block;
    font-size: 3.5rem;
    border-bottom: 7px solid #f2f2eb;
  }
}
#trainvert .top-b__container-inner {
  position: relative;
  text-align: left;
  margin-top: 15px;
}
@media screen and (min-width: 750px) {
  #trainvert .top-b__container-inner {
    margin-top: 17px;
  }
}
#trainvert .top-b__container-inner > dl {
  position: relative;
}
#trainvert .top-b__container-inner > dt {
  position: relative;
  padding-left: 18px;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  #trainvert .top-b__container-inner > dt {
    font-size: 2rem;
    padding-left: 24px;
  }
}
#trainvert .top-b__container-inner > dt::before {
  position: absolute;
  left: 0;
  content: "";
  background: #000;
  height: 12px;
  width: 12px;
  margin-top: 2px;
}
@media screen and (min-width: 750px) {
  #trainvert .top-b__container-inner > dt::before {
    height: 18px;
    width: 18px;
  }
}
#trainvert .top-b__container-inner > dd {
  margin-bottom: 30px;
  margin-top: 8px;
}
@media screen and (min-width: 750px) {
  #trainvert .top-b__container-inner > dd {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 45px;
  }
}
#trainvert .top-b__container-text {
  font-weight: 400;
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (min-width: 750px) {
  #trainvert .top-b__container-text {
    font-size: 2rem;
  }
}
#trainvert .top-b__container-text a {
  color: #0080bf;
}
#trainvert .top-b__container-text.type-b {
  border-top: 1px solid #000;
  padding-top: 30px;
}

.button_box {
  position: relative;
}
@media screen and (min-width: 750px) {
  .button_box {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 583px;
    margin: 0 auto;
  }
}

.button_more {
  position: relative;
  background-image: url(../img/btn-more-on.jpg);
  background-size: cover;
  text-align: center;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto 15px;
  width: 284px;
}
@media screen and (min-width: 750px) {
  .button_more {
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 750px) {
  .button_more a:hover {
    box-sizing: border-box;
    width: 284px;
    height: auto;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 750px) {
  .button_more a:hover img.btn {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
}

.button_arc {
  position: relative;
  background-image: url(../img/btn-arc-on.jpg);
  background-size: cover;
  text-align: center;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto 15px;
  width: 284px;
}
@media screen and (min-width: 750px) {
  .button_arc {
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 750px) {
  .button_arc a:hover {
    box-sizing: border-box;
    width: 284px;
    height: auto;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 750px) {
  .button_arc a:hover img.btn {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
}

/* -----------------------------------------
mainVisual
----------------------------------------- */
#trainvert .mainvisual-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #trainvert .mainvisual-wrapper {
    max-width: 1024px;
    padding: 0 37px;
    text-align: center;
  }
}

#trainvert .mainVisual-header-box {
  position: relative;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-header-box {
    display: flex;
  }
}
#trainvert .mainVisual-header-box .logo_ande {
  position: relative;
  width: 70px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-header-box .logo_ande {
    float: left;
    width: 103px;
  }
}
#trainvert .mainVisual-header-box .logo_ande img {
  width: 100%;
  height: 100%;
}
#trainvert .mainVisual-header {
  position: relative;
  padding: 14px 0;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-header {
    padding: 27px 0px;
  }
}
#trainvert .mainVisual-header .logo_ande {
  position: relative;
  width: 70px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-header .logo_ande {
    float: left;
    width: 103px;
  }
}
#trainvert .mainVisual-header .logo_ande img {
  width: 100%;
  height: 100%;
}
#trainvert .mainVisual-content {
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-content {
    margin-top: 0px;
  }
}
#trainvert .mainVisual-content img {
  background-position: center;
  object-fit: cover;
  height: 265px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-content img {
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}
#trainvert .mainVisual-content h1 {
  position: relative;
  color: #231815;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  padding: 0 25px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-content h1 {
    font-size: 5rem;
    line-height: 1.45;
    padding: 0 0;
    /*margin-bottom: 10px;*/
  }
}
#trainvert .mainVisual-content .title_date {
  font-size: 1.75rem;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-content .title_date {
    font-size: 3.5rem;
  }
}
#trainvert .mainVisual-content p {
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  /*width: 320px;*/
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 0 25px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-content p {
    font-size: 2.1rem;
    width: 700px;
  }
}
#trainvert .mainVisual-tag {
  padding: 0 25px;
  position: relative;
  text-align: left;
  font-size: 0;
  /*ul{
      display: flex;
      flex-wrap: wrap;
  }*/
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-tag {
    max-width: 1024px;
    padding: 0 37px;
    text-align: center;
  }
}
#trainvert .mainVisual-tag.archive {
  padding: 0 0;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-tag.archive {
    text-align: left;
    padding: 0 0;
  }
}
#trainvert .mainVisual-tag.archive ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin: 0 auto;
}
#trainvert .mainVisual-tag.archive ul li {
  /*display: inline-block;*/
  text-align: center;
  margin-right: 15px;
  margin-bottom: 18px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-tag.archive ul li {
    margin-right: 13px;
  }
}
@media screen and (max-width: 375px) {
  #trainvert .mainVisual-tag.archive ul li {
    margin-right: 13px;
  }
}
#trainvert .mainVisual-tag ul li {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 18px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-tag ul li {
    margin-right: 13px;
  }
}
#trainvert .mainVisual-tag ul li:nth-child(4n) {
  margin-right: 0px;
  /* @media screen and (min-width: 750px) {
      margin-right: 15px;
  }*/
  /*@media screen and (max-width : 1000px){
      margin-right: 15px;
  }

  @media screen and (max-width : 750px){
      margin-right: 15px;
  }*/
  /*@media screen and (max-width : 464px){
      margin-right: 0px;
  }*/
}
@media screen and (max-width: 1018px) {
  #trainvert .mainVisual-tag ul li:nth-child(4n) {
    margin-right: 13px;
  }
}
@media screen and (max-width: 396px) {
  #trainvert .mainVisual-tag ul li:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 381px) {
  #trainvert .mainVisual-tag ul li:nth-child(4n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 375px) {
  #trainvert .mainVisual-tag ul li:nth-child(4n) {
    margin-right: 13px;
  }
}
#trainvert .mainVisual-tag ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 375px) {
  #trainvert .mainVisual-tag ul li:last-child {
    margin-right: 15px;
  }
}
#trainvert .mainVisual-tag ul li.top {
  /*margin-right: 15px;*/
}
@media screen and (min-width: 450px) {
  #trainvert .mainVisual-tag ul li.top {
    margin-right: 13px;
  }
}
@media screen and (max-width: 380px) {
  #trainvert .mainVisual-tag ul li.top {
    margin-right: 13px;
  }
}
#trainvert .mainVisual-tag ul li a {
  position: relative;
  display: block;
  color: #333333;
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 1;
  width: 68px;
  padding: 6px 0px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-tag ul li a {
    width: 60px;
    padding: 7px 0px;
  }
}
#trainvert .mainVisual-tag ul li a:hover {
  color: #ffffff;
  background: #4d4d4d;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
#trainvert .mainVisual-tag ul li.fourwords a {
  position: relative;
  display: block;
  color: #333333;
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 1;
  width: 68px;
  padding: 6px 0px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-tag ul li.fourwords a {
    width: 70px;
    padding: 7px 0px;
  }
}
#trainvert .mainVisual-tag ul li.fourwords a:hover {
  color: #ffffff;
  background: #4d4d4d;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
#trainvert .mainVisual-share {
  position: relative;
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-share {
    margin-top: 35px;
  }
}
#trainvert .mainVisual-share iframe {
  vertical-align: bottom;
  margin-right: 3px;
}
#trainvert .mainVisual-share .fb-share-button {
  margin-right: 3px;
}
#trainvert .mainVisual-share .line-it-button {
  margin-right: 0px;
}
#trainvert .mainVisual-share a img.my-twitter-share-button {
  vertical-align: bottom;
  max-width: 75px;
  height: 20px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-share a img.my-twitter-share-button {
    margin-right: 3px;
  }
}
#trainvert .mainVisual-share.top {
  margin-top: 20px;
}
@media screen and (min-width: 750px) {
  #trainvert .mainVisual-share.top {
    margin-top: 28px;
  }
}

/* IEバージョン11のみに適用 */
_:-ms-lang(x)::-ms-backdrop,
#trainvert .mainVisual-tag ul li a {
  font-size: 1.1rem;
  padding: 7px 0px 7px 0px;
}

_:-ms-lang(x)::-ms-backdrop,
#trainvert .mainVisual-tag ul li {
  margin-right: 12px;
}

#trainvert nav {
  position: relative;
  margin-top: 14px;
  border-top: 1px solid #000;
  text-align: center;
}
@media screen and (min-width: 750px) {
  #trainvert nav {
    border-top: none;
    text-align: left;
    float: right;
    margin-top: 0px;
    width: 67.7894736842%;
    max-width: 644px;
  }
}
#trainvert nav ul {
  position: relative;
  box-sizing: border-box;
  font-size: 1.3rem;
  /*padding: 14px 15px 14px 15px;*/
  padding: 15px 15px 0px 15px;
}
@media screen and (max-width: 320px) {
  #trainvert nav ul {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 750px) {
  #trainvert nav ul {
    font-size: 1.4rem;
    text-align: right;
    padding: 7% 15px 0 15px;
    /*padding: 30px 0 30px 0;*/
  }
}
#trainvert nav li {
  position: relative;
  display: inline;
  text-align: center;
  margin-left: 10px;
}
@media screen and (min-width: 750px) {
  #trainvert nav li {
    margin-left: 3%;
  }
}
#trainvert nav li:first-child {
  margin-left: 0%;
}
#trainvert nav li a:link {
  color: #333333;
}
#trainvert nav li a:visited {
  color: #333;
}
#trainvert nav li a:hover {
  text-decoration: none;
  color: #0080bf;
}
#trainvert nav .btn_lang > li a {
  display: inline-block;
  border: 1px solid #000;
  width: 70px;
}
@media screen and (max-width: 320px) {
  #trainvert nav .btn_lang > li a {
    width: 60px;
  }
}
@media screen and (min-width: 750px) {
  #trainvert nav .btn_lang > li a {
    width: 80px;
  }
}
#trainvert nav .btn_lang > li a:visited {
  color: #333;
}
#trainvert nav .btn_lang > li a:hover {
  color: #ffffff;
  background: #4d4d4d;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
#trainvert nav .btn_lang > li {
  margin-left: 6px;
}
#trainvert nav .btn_navi > li {
  border-left: 1px solid #333;
  padding-left: 10px;
}
@media screen and (min-width: 750px) {
  #trainvert nav .btn_navi > li {
    padding-left: 3%;
  }
}
#trainvert nav .btn_navi > li:first-child {
  border-left: none;
  padding-left: 0;
}

/* -----------------------------------------
    contents Top
----------------------------------------- */
main#contentsTop {
  margin-top: 70px;
}
@media screen and (min-width: 750px) {
  main#contentsTop {
    margin-top: 56px;
  }
}
main .containerTop_title {
  border-bottom: 5px solid #009b8c;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (min-width: 750px) {
  main .containerTop_title {
    font-size: 3.6rem;
  }
}
main .containerTop_box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
@media screen and (min-width: 750px) {
  main .containerTop_box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 950px;
    padding-bottom: 45px;
  }
}
main .containerTop_part_box {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  /*img:hover{
      @include transition;
  }*/
}
@media screen and (min-width: 750px) {
  main .containerTop_part_box {
    width: 30%;
    margin-bottom: 0px;
    margin-right: 4.842105%;
  }
}
main .containerTop_part_box img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  main .containerTop_part_box.archives {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 750px) {
  main .containerTop_part_box:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 750px) {
  main .containerTop_part_box:nth-last-child(2) {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 750px) {
  main .containerTop_part_box:nth-last-child(3) {
    margin-bottom: 0px;
  }
}
main .containerTop_part_box:nth-child(3n) {
  margin-right: 0;
}
main .containerTop_part_box .hover_black_link {
  position: relative;
  display: inline-block;
}
main .containerTop_part_box .hover_black_link:hover:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
main .containerTop_part_box > h3 {
  position: relative;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  padding: 25px 0;
}
@media screen and (min-width: 560px) {
  main .containerTop_part_box > h3 {
    /*font-size: 1.8rem;*/
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  main .containerTop_part_box > h3 {
    font-size: 2.5rem;
  }
}
main .containerTop_part_box > p {
  position: relative;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
main .containerTop img {
  width: 100%;
  height: 100%;
}
main .containerTop_1b > h2 {
  font-weight: 400;
  font-size: 3rem;
  text-align: left;
  margin-top: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 750px) {
  main .containerTop_1b > h2 {
    border-top: none;
    font-size: 3.6rem;
    text-align: left;
    padding-top: 0px;
  }
}
main .containerTop_new {
  position: relative;
  text-align: center;
  padding-top: 12px;
}
@media screen and (min-width: 750px) {
  main .containerTop_new {
    border-top: none;
    display: flex;
    padding-top: 10px;
  }
}
main .containerTop_new .cover {
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  width: 220px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  main .containerTop_new .cover {
    text-align: left;
    width: 33.6842105263%;
    max-width: 320px;
    height: 100%;
    margin-right: 36px;
  }
}
@media screen and (min-width: 750px) {
  main .containerTop_new_contents {
    /*float: left;*/
    width: 674px;
  }
}
main .containerTop_new_contents h3 {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 15px;
}
@media screen and (min-width: 750px) {
  main .containerTop_new_contents h3 {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}
main .containerTop_new_contents > p {
  text-align: left;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 750px) {
  main .containerTop_new_contents > p {
    font-size: 2rem;
    margin-top: 0;
  }
}
main .containerTop_new_contents ul {
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 1.2rem;
  margin-top: 8px;
  padding-bottom: 15px;
}
@media screen and (min-width: 750px) {
  main .containerTop_new_contents ul {
    font-size: 2rem;
    margin-top: 0px;
    padding-bottom: 13px;
  }
}
main .containerTop_new_contents ul li {
  margin-top: 5px;
}
main .containerTop_new_buy {
  position: relative;
  text-align: left;
  margin-top: 12px;
}
@media screen and (min-width: 750px) {
  main .containerTop_new_buy {
    font-size: 2rem;
    margin-top: 10px;
  }
}
main .containerTop_new_buy a.btn_exlink::after {
  content: "";
  background: url("../img/icon_exlink.svg") no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
}
@media screen and (min-width: 750px) {
  main .containerTop_new_buy a.btn_exlink::after {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
  }
}
main .containerTop_new_buy a:visited {
  color: #0080bf;
}
main .containerTop_2b {
  position: relative;
  margin-top: 55px;
}
@media screen and (min-width: 750px) {
  main .containerTop_2b {
    margin-top: 80px;
  }
}
main .containerTop_3b {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 750px) {
  main .containerTop_3b {
    margin-bottom: 55px;
  }
}
main .containerTop_ad {
  position: relative;
  display: flex;
  text-align: left;
  margin-top: 20px;
  /*margin-bottom: 30px;*/
}
@media screen and (min-width: 750px) {
  main .containerTop_ad {
    text-align: left;
    margin-bottom: 20px;
  }
}
main .containerTop_ad .cover {
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  main .containerTop_ad .cover {
    text-align: left;
    width: 240px;
    height: 100%;
    margin-right: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 750px) {
  main .containerTop_ad_contents {
    float: left;
    width: 674px;
  }
}

#trainvert .title_link a {
  color: #333333;
}
#trainvert .title_link a:hover {
  color: #0080bf;
  text-decoration: none;
}

#trainvert .btn_more {
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 25px 0 65px 0;
}
@media screen and (max-width: 320px) {
  #trainvert .btn_more {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) {
  #trainvert .btn_more {
    font-size: 2.4rem;
    margin: 0px 0 65px 0;
  }
}

#trainvert .btn_more a {
  color: #ffffff;
  background: #231815;
  padding: 0 10px 1px 10px;
}
@media screen and (min-width: 750px) {
  #trainvert .btn_more a {
    padding: 3px 20px 5px 20px;
  }
}
#trainvert .btn_more a::after {
  position: relative;
  opacity: 0.9;
  content: "";
  background-image: url("../img/icon_arrow-r.svg");
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  top: -3px;
  margin: 0 0 0 5px;
}
@media screen and (min-width: 750px) {
  #trainvert .btn_more a::after {
    width: 22px;
    height: 22px;
    top: -2px;
    margin: 0 0 0 8px;
  }
}
#trainvert .btn_more a:hover {
  text-decoration: none;
  background: #005e4d;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}

body p span.additional_comment {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  body p span.additional_comment {
    display: inline-block;
    line-height: 1.6;
  }
}

img.sp_only {
  display: block;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 750px) {
  img.sp_only {
    display: none;
  }
}

.btn_pdf {
  position: relative;
  background: url(../img/ico_pdf.png) no-repeat left top/20px;
  height: 24px;
  margin-bottom: 38px;
}
.btn_pdf a {
  padding-left: 30px;
}
@media screen and (min-width: 750px) {
  .btn_pdf {
    background: url(../img/ico_pdf.png) no-repeat left top/24px;
    height: 29px;
    margin-bottom: 0px;
  }
  .btn_pdf a {
    padding-left: 30px;
  }
}

/* -----------------------------------------
    contentsSec
----------------------------------------- */
#contentsSec {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 75px;
}
@media screen and (min-width: 750px) {
  #contentsSec {
    max-width: 1024px;
    padding: 0 37px;
    margin-top: 106px;
  }
}

#trainvert .pagination {
  position: relative;
  text-align: center;
  line-height: 1;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  #trainvert .pagination {
    font-size: 2rem;
    margin-bottom: 80px;
  }
}
#trainvert .pagination_bottom {
  margin-bottom: 25px;
}
@media screen and (min-width: 750px) {
  #trainvert .pagination_bottom {
    margin-bottom: 40px;
  }
}
#trainvert .pagination_numbers {
  box-sizing: border-box;
  font-weight: 500;
  margin: 0px 0px 10px 4px;
  padding: 4px 9px;
}
@media screen and (min-width: 750px) {
  #trainvert .pagination_numbers {
    padding: 0 9px;
  }
}
#trainvert .pagination_numbers:first-child {
  margin: 0px 0px 10px 8px;
}
#trainvert .pagination > .current {
  color: #ffffff;
  background: #231815;
  border: 1px solid #231815;
}
#trainvert .pagination a {
  color: #ffffff;
  background: #a9a9aa;
  text-decoration: none;
  border: 1px solid #a9a9aa;
}
#trainvert .pagination a:hover {
  color: #ffffff;
  background: #231815;
  border: 1px solid #231815;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}

.contentsSec_1b {
  position: relative;
}
.contentsSec_1b > h2 {
  font-size: 2.3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  .contentsSec_1b > h2 {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}
.contentsSec_1b img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 750px) {
  .contentsSec_1b img {
    max-width: 700px;
    height: auto;
    margin-bottom: 30px;
  }
}
.contentsSec_1b > p {
  font-weight: 400;
  line-height: 2;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  .contentsSec_1b > p {
    font-size: 2.1rem;
    max-width: 700px;
    margin-bottom: 100px;
  }
}

#trainvert .get_box {
  position: relative;
  padding: 0 25px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
  /*display: flex;
  flex-direction: row;
  justify-content: center;*/
  margin-bottom: 60px;
}
@media screen and (min-width: 750px) {
  #trainvert .get_box {
    max-width: 1024px;
    padding: 0 37px;
    font-size: 2rem;
    margin-bottom: 100px;
  }
}
#trainvert .get_box_top {
  position: relative;
  padding: 0 25px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media screen and (min-width: 750px) {
  #trainvert .get_box_top {
    max-width: 1024px;
    padding: 0 37px;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
#trainvert .get_pdf {
  margin-top: 10px;
  margin-bottom: 35px;
}
@media screen and (min-width: 750px) {
  #trainvert .get_pdf {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
#trainvert .get_pdf a {
  box-sizing: border-box;
  color: #ffffff;
  background: #009b8c;
  padding: 6px 6px 7px 6px;
}
@media screen and (min-width: 750px) {
  #trainvert .get_pdf a {
    font-size: 1.8rem;
    padding: 5px 8px 6px 8px;
  }
}
#trainvert .get_pdf a:hover {
  text-decoration: none;
  background: #005e4d;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
#trainvert .get_pdf_top {
  margin-top: 10px;
  margin-bottom: 35px;
}
@media screen and (min-width: 750px) {
  #trainvert .get_pdf_top {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
#trainvert .get_pdf_top a {
  box-sizing: border-box;
  color: #ffffff;
  background: #009b8c;
  padding: 6px 6px 7px 6px;
}
@media screen and (min-width: 750px) {
  #trainvert .get_pdf_top a {
    font-size: 1.8rem;
    padding: 5px 8px 6px 8px;
  }
}
#trainvert .get_pdf_top a:hover {
  text-decoration: none;
  background: #005e4d;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Firefox */
  -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out; /* IE */
}
@media screen and (min-width: 750px) {
  #trainvert .get_trainvert {
    /*margin-right: 20px;*/
  }
}
#trainvert .get_trainvert a:visited {
  color: #0080bf;
}

a.btn_book::before {
  position: relative;
  content: "";
  background: url("../img/icon_ebook.svg") no-repeat;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  width: 36px;
  height: 18px;
  margin: 0 5px 0 0;
  top: -1px;
}
@media screen and (min-width: 750px) {
  a.btn_book::before {
    width: 40px;
    height: 20px;
    margin: 0 4px 0 0;
  }
}

a.btn_pdf_right::after {
  content: "";
  background-image: url("../img/adobe_pdf_file_icon_24x24.png");
  display: inline-block;
  background-size: contain;
  vertical-align: text-bottom;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 750px) {
  a.btn_pdf_right::after {
    width: 24px;
    height: 24px;
  }
}

/* デジタルブック準備中 */
.no_book {
  box-sizing: border-box;
  color: #ffffff;
  background: #009b8c;
  width: 137px;
  padding: 6px 6px 7px 6px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 35px;
}
@media screen and (min-width: 750px) {
  .no_book {
    font-size: 1.8rem;
    width: 162px;
    padding: 5px 8px 6px 8px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.no_book::before {
  position: relative;
  content: "";
  background: url("../img/icon_ebook.svg") no-repeat;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  width: 36px;
  height: 18px;
  margin: 0 5px 0 0;
  top: -1px;
}
@media screen and (min-width: 750px) {
  .no_book::before {
    width: 40px;
    height: 20px;
    margin: 0 6px 0 0;
  }
}

/* -----------------------------------------
    adobe reader
----------------------------------------- */
.adobe_reader {
  border-top: 1px solid #231815;
  margin-top: -30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  .adobe_reader {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.adobe_readerSec {
  border-top: 1px solid #231815;
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  .adobe_readerSec {
    margin-bottom: 100px;
  }
}
.adobe_container {
  padding: 0 25px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 750px) {
  .adobe_container {
    max-width: 1024px;
    padding: 0 37px;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 28px;
  }
}
.adobe_link {
  width: 80%;
}
@media screen and (min-width: 750px) {
  .adobe_link {
    width: 62%;
  }
}
.adobe_link a:visited {
  color: #0080bf;
}
.adobe_icon img {
  width: 100%;
  height: auto;
  padding-right: 12px;
}
@media screen and (min-width: 750px) {
  .adobe_icon img {
    width: 100%;
    height: auto;
    padding-top: 2px;
    padding-right: 25px;
  }
}

/* -----------------------------------------
    archive & tag
----------------------------------------- */
.containerArchive_title_wrapper {
  background-color: #eee;
  padding-top: 30px;
}
@media screen and (min-width: 750px) {
  .containerArchive_title_wrapper {
    padding-top: 100px;
    margin-top: 0;
  }
}
.containerArchive_title_inner {
  padding: 0 25px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .containerArchive_title_inner {
    max-width: 1024px;
    padding: 0 37px;
  }
}
.containerArchive_title {
  border-bottom: 5px solid #009b8c;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (min-width: 750px) {
  .containerArchive_title {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}

#trainvert .archive {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 750px) {
  #trainvert .archive {
    max-width: 1024px;
    padding: 0 37px;
    text-align: left;
  }
}

.archives > h2 {
  position: relative;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  padding: 25px 0;
}
@media screen and (min-width: 560px) {
  .archives > h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .archives > h2 {
    font-size: 2.5rem;
  }
}

#contentsArchive {
  margin-top: 30px;
}
@media screen and (min-width: 750px) {
  #contentsArchive {
    margin-top: 56px;
  }
}

/* -----------------------------------------
    pageTop
----------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 98;
}

.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #009b8c;
  position: relative;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}

.pagetop a:hover {
  transition-duration: 0.2s;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.5);
}

.pagetop a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .pagetop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 98;
  }
  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #009b8c;
    position: relative;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  }
  .pagetop a img {
    width: 50%;
  }
}

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