@charset "UTF-8";
/*
example
@include taJ
*/
/*************************
共通class
************************ */
.fontbold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.frd {
  color: #d8261c;
  font-weight: bold;
}

.fbl {
  color: #00aadb;
  font-weight: bold;
}

.fgn {
  color: #adff65;
  font-weight: bold;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .f24 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.f30 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .f30 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .f36 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.bgy {
  background-color: #feeb35;
  display: inline-block;
  padding: 0.6rem;
  font-weight: 700;
  line-height: 1;
}

.ubg {
  display: inline-block;
  position: relative;
}

.ubg:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #38cc74;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .ubg:after {
    content: none;
  }
}
.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.moviebox .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 728px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: none;
  }
}
/*************************
main
************************ */
.sctbox {
  position: relative;
  margin-top: 40px;
}

.sctbox .title {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 14px;
  display: flex;
  width: 40px;
  height: 100%;
  margin-right: 40px;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
  .sctbox .title {
    margin-right: 0;
  }
}
.sctbox .title span {
  transform: rotate(-180deg);
  font-family: Exo, sans-serif;
  color: #d8261c;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  line-height: 40px;
  writing-mode: vertical-rl;
}

.sctbox .title2 {
  text-align: center;
  color: #525252;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 480px) {
  .sctbox .title2 {
    letter-spacing: 0;
  }
}
.sctbox .title2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-size: contain;
  margin: 0 auto 8px;
}

.sctbox:nth-of-type(odd) .title {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: 40px;
  border-right: none;
  border-left: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
  .sctbox:nth-of-type(odd) .title {
    margin-left: 0;
  }
}
#tpmv {
  width: 100%;
  height: 100vh;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 3;
}

#tpmv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#tpmv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: transparent url(../img/index/hero.jpg) no-repeat scroll center center;
  background-size: cover;
  filter: saturate(120%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#tpmv .container {
  height: 100%;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}

#tpmv h1 {
  margin: 0;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 100px;
  left: 100px;
  transition: all 1s ease 0s;
  opacity: 0;
}

@media screen and (max-width: 480px) {
  #tpmv h1 {
    top: 80px;
  }
}
#tpmv h1 img {
  width: 16vh;
  height: auto;
}

@media screen and (max-width: 768px) {
  #tpmv h1 img {
    width: 140px;
    height: 362px;
  }
}
@media screen and (max-width: 480px) {
  #tpmv h1 img {
    width: 108px;
    height: 280px;
  }
}
#tpmv .mvcnt {
  width: 100%;
  text-align: right;
  padding-bottom: 20px;
  transition: all 1s ease 0.2s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #tpmv .mvcnt {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #tpmv .mvcnt {
    padding: 0 20px 20px;
  }
}
#tpmv .mvcnt .weblesson {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 20px;
  border: 1px dashed #e62600;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  #tpmv .mvcnt .weblesson {
    width: 100%;
    margin-bottom: 12px;
  }
}
#tpmv .mvcnt .weblesson dd a {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  width: 100%;
}

#tpmv .mvcnt .tpslide {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #tpmv .mvcnt .tpslide {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #tpmv .mvcnt .tpslide {
    width: 100%;
  }
}
#tpmv .mvcnt .tpslide .slide {
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

#tpmv .mvcnt .tpslide .slide figure {
  text-align: center;
}

@media screen and (max-width: 480px) {
  #tpmv .mvcnt .tpslide .slide figure {
    height: 80px;
  }
}
#tpmv .mvcnt .tpslide .slide figure img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #tpmv .mvcnt .tpslide .slide figure img {
    height: 80px;
  }
}
#tpmv .mvcnt .tpslide .slide a {
  background: rgba(102, 102, 102, 0.3);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.3) 100%);
  text-align: center;
}

#tpmv .mvcnt .tpslide .slide a.bnrw100img figure {
  width: 100%;
}

#tpmv .mvcnt .tpslide .slide a.bnrw100img figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 0;
  object-position: center 0;
}

#tpmv.txtin h1 {
  left: 20px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #tpmv.txtin h1 {
    left: 40px;
  }
}
@media screen and (max-width: 480px) {
  #tpmv.txtin h1 {
    left: 20px;
  }
}
#tpmv.txtin .mvcnt {
  opacity: 1;
}

.weblesson {
  display: block;
  text-align: center;
  border-radius: 4px;
}

.weblesson dt img {
  width: 150px;
  height: 16px;
}

.weblesson dd {
  text-align: center;
}

.weblesson dd a {
  line-height: 52px;
  height: 52px;
  font-size: 20px;
  display: inline-block;
  width: 280px;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #d8261c, #ff9e99);
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.2px;
}

.mouse .weblesson dd a:hover {
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}

#tpabout .aboutcnt {
  width: 100%;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 992px) {
  #tpabout .aboutcnt {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #tpabout .aboutcnt {
    padding-right: 40px;
  }
}
#tpabout .aboutcnt .aboutimg {
  width: 58.33333333%;
  height: 600px;
  border-radius: 4px;
  overflow: hidden;
  opacity: var(--opacity);
  transform: translateX(var(--xl));
  will-change: opacity, transform;
}

@media screen and (max-width: 992px) {
  #tpabout .aboutcnt .aboutimg {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .aboutimg {
    height: 200px;
  }
}
#tpabout .aboutcnt .aboutimg img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 992px) {
  #tpabout .aboutcnt .aboutimg img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .aboutimg img {
    height: 200px;
  }
}
#tpabout .aboutcnt .info {
  width: 41.66666667%;
  position: relative;
}

@media screen and (max-width: 992px) {
  #tpabout .aboutcnt .info {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .info {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}
#tpabout .aboutcnt .inr {
  position: relative;
  display: flex;
  margin-left: -8px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fafafa;
}

@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .inr {
    padding: 20px;
    display: block;
  }
}
#tpabout .aboutcnt .inr .inrc {
  display: flex;
  margin-right: 80px;
  margin-left: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .inr .inrc {
    margin: 0;
  }
}
#tpabout .aboutcnt .inr h2 {
  width: 352px;
  height: 42px;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin: 0 auto 28px;
  color: #525252;
  border-radius: 2px;
  border: 1px dotted #d8261c;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .inr h2 {
    width: 100%;
  }
}
#tpabout .aboutcnt .inr h2:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll 0 0;
  background-size: cover;
  position: absolute;
  left: 30px;
  top: calc(50% - 9px);
}

@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .inr .txt {
    width: 100%;
  }
}
#tpabout .aboutcnt .inr .txt p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#tpabout .aboutcnt .inr .txt .btnbox {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .inr .txt .btnbox {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .inr .txt .btnbox .btn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .inr .txt .weblesson {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #tpabout .aboutcnt .inr .txt .weblesson dd a {
    width: 100%;
  }
}
#tpfeature {
  position: relative;
  overflow: hidden;
}

#tpfeature .container {
  padding-top: 40px;
  position: relative;
}

#tpfeature .container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin-right: 220px;
  margin-left: 220px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, rgba(255, 238, 204, 0.4), #fff);
}

@media screen and (max-width: 992px) {
  #tpfeature .container:before {
    margin-right: 140px;
    margin-left: 140px;
  }
}
@media screen and (max-width: 768px) {
  #tpfeature .container:before {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  #tpfeature .container:before {
    margin-right: 40px;
    margin-left: 40px;
  }
}
#tpfeature .featurebox {
  position: relative;
}

#tpfeature .featurebox .nmb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  display: flex;
  margin-right: -100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  #tpfeature .featurebox .nmb {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #tpfeature .featurebox .nmb {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #tpfeature .featurebox .nmb {
    margin-right: -80px;
  }
}
#tpfeature .featurebox .nmb span {
  display: block;
  width: 100%;
  font-family: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: rgba(216, 38, 28, 0.12);
  font-size: 400px;
  line-height: 400px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

#tpfeature .featurebox .featureinr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  will-change: transform;
}

@media screen and (max-width: 992px) {
  #tpfeature .featurebox .featureinr {
    flex-direction: column;
    margin-left: -5%;
  }
}
#tpfeature .featurebox .featureinr figure {
  position: relative;
  width: 520px;
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  #tpfeature .featurebox .featureinr figure {
    width: 400px;
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #tpfeature .featurebox .featureinr figure {
    width: 320px;
    height: 200px;
  }
}
#tpfeature .featurebox .featureinr figure img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  #tpfeature .featurebox .featureinr figure img {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #tpfeature .featurebox .featureinr figure img {
    height: 200px;
  }
}
#tpfeature .featurebox .featureinr .txt {
  background-image: linear-gradient(135deg, #d8c81c, #f99);
  width: 400px;
  margin-left: -80px;
  padding: 40px 60px 20px;
  border-radius: 4px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 992px) {
  #tpfeature .featurebox .featureinr .txt {
    width: 340px;
    margin-top: -40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #tpfeature .featurebox .featureinr .txt {
    width: 240px;
    padding: 20px 40px 10px;
  }
}
#tpfeature .featurebox .featureinr .txt h2 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

#tpfeature .featurebox .featureinr .txt p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#tpfeature .featurebox .featureinr.ftinr01 {
  transform: translateX(var(--x01));
}

#tpfeature .featurebox .featureinr.ftinr02 {
  transform: translateX(var(--x02));
}

#tpfeature .featurebox .featureinr.ftinr03 {
  transform: translateX(var(--x03));
}

#tpfeature .featurebox.feature02 .nmb {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: -100px;
}

@media screen and (max-width: 992px) {
  #tpfeature .featurebox.feature02 .nmb {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #tpfeature .featurebox.feature02 .nmb {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #tpfeature .featurebox.feature02 .nmb {
    margin-left: -80px;
  }
}
#tpfeature .featurebox.feature02 .featureinr {
  justify-content: flex-end;
}

@media screen and (max-width: 992px) {
  #tpfeature .featurebox.feature02 .featureinr {
    margin-right: -5%;
    margin-left: auto;
  }
}
#tpfeature .featurebox.feature02 .featureinr .txt {
  position: relative;
  z-index: 1;
  width: 400px;
  margin-right: -80px;
  padding: 40px 60px 20px;
  order: -1;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #1c54d8, #99fff0);
}

@media screen and (max-width: 992px) {
  #tpfeature .featurebox.feature02 .featureinr .txt {
    width: 340px;
    margin-top: -40px;
    margin-right: 0;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  #tpfeature .featurebox.feature02 .featureinr .txt {
    width: 240px;
    padding: 20px 40px 10px;
  }
}
#tpfeature .featurebox.feature03 .featureinr .txt {
  background-image: linear-gradient(135deg, #1cd851, #9bf);
}

#tpreason .txtbox {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 480px) {
  #tpreason .txtbox {
    padding: 20px 40px;
  }
}
#tpreason .txtbox:before, #tpreason .txtbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#tpreason .txtbox:before {
  background: transparent url(../img/index/image12.png) no-repeat scroll center center;
  background-size: cover;
  z-index: -1;
}

#tpreason .txtbox:after {
  background-image: linear-gradient(135deg, #e60c00, #ff9e99);
  opacity: 0.94;
  z-index: 1;
}

#tpreason .txtbox .title2 {
  color: #fff;
  position: relative;
  z-index: 3;
}

#tpreason .txtbox .title2:before {
  background-image: url(../common/img/icon_thumbs_up.png);
}

#tpreason .txtbox .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #tpreason .txtbox .list {
    flex-wrap: wrap;
  }
}
#tpreason .txtbox .list figure {
  width: 41.66666667%;
  height: 120px;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #tpreason .txtbox .list figure {
    width: 100%;
  }
}
#tpreason .txtbox .list figure img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

#tpreason .txtbox .list .txt {
  width: 58.33333333%;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  #tpreason .txtbox .list .txt {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #tpreason .txtbox .list .txt {
    margin: 0 10px;
  }
}
#tpreason .txtbox .list .txt h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #tpreason .txtbox .list .txt h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #tpreason .txtbox .list .txt h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}
#tpreason .txtbox .list .txt p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}

#tpreason .txtbox .btnbox {
  position: relative;
  z-index: 3;
}

#tpreason .txtbox .btnbox .btn {
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #tpreason .txtbox .btnbox .btn {
    width: 100%;
  }
}
#tpmedia .container {
  width: 100%;
  max-width: none;
}

#tpmedia .title2:before {
  background-image: url(../common/img/icon_newspaper.png);
}

#tpmedia .medialist {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

@media screen and (max-width: 992px) {
  #tpmedia .medialist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  #tpmedia .medialist {
    grid-template-columns: 1fr 1fr;
  }
}
#tpmedia .medialist img {
  border: 0;
  width: 100%;
  max-width: 150px;
  vertical-align: middle;
  display: inline-block;
  align-self: center;
  justify-self: center;
}

#tpvoice .txtbox {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 480px) {
  #tpvoice .txtbox {
    padding: 20px 30px;
  }
}
#tpvoice .txtbox:before, #tpvoice .txtbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#tpvoice .txtbox:before {
  background: transparent url(../img/index/image13.png) no-repeat scroll center center;
  background-size: cover;
  z-index: -1;
}

#tpvoice .txtbox:after {
  background-image: linear-gradient(135deg, #e60c00, #ff9e99);
  opacity: 0.94;
  z-index: 1;
}

#tpvoice .txtbox .title2 {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 480px) {
  #tpvoice .txtbox .title2 {
    margin-bottom: 20px;
  }
}
#tpvoice .txtbox .title2:before {
  background-image: url(../common/img/icon_comment_smile.png);
}

#tpvoice .txtbox .list {
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 992px) {
  #tpvoice .txtbox .list {
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #tpvoice .txtbox .list {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
#tpvoice .txtbox .list figure {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #tpvoice .txtbox .list figure {
    margin: 0 auto 8px;
  }
}
#tpvoice .txtbox .list figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#tpvoice .txtbox .list .txt {
  width: calc(100% - 120px);
  padding: 20px 20px 12px;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
}

@media screen and (max-width: 992px) {
  #tpvoice .txtbox .list .txt {
    width: 66%;
  }
}
@media screen and (max-width: 768px) {
  #tpvoice .txtbox .list .txt {
    width: 100%;
  }
}
#tpvoice .txtbox .list .txt h3 {
  color: #525252;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

#tpvoice .txtbox .list .txt h3 span {
  font-size: 10px;
  color: #858585;
  text-align: center;
  display: block;
  line-height: 1;
  padding-top: 4px;
}

#tpvoice .txtbox .list .txt p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #525252;
}

@media screen and (max-width: 768px) {
  #tpvoice .txtbox .list .txt p {
    letter-spacing: -1px;
  }
}
#tpvoice .txtbox .list .txt .more {
  text-align: right;
  margin-top: 4px;
}
#tpvoice .txtbox .list .txt .more a {
  display: inline-block;
  font-size: 11px;
}
#tpvoice .txtbox .btnbox {
  width: 100%;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 480px) {
  #tpvoice .txtbox .btnbox {
    padding-top: 20px;
  }
}
#tpvoice .txtbox .btnbox .btn {
  border-color: #fff;
  color: #fff;
}

#tpmovie .container {
  width: calc(100% - 200px);
  max-width: none;
  margin-right: 100px;
  margin-left: 100px;
}

@media screen and (max-width: 480px) {
  #tpmovie .container {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
#tpmovie .title2:before {
  background-image: url(../common/img/icon_chalkboard_teacher.png);
}

#tpmovie .movielist {
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  #tpmovie .movielist {
    grid-template-columns: 1fr;
  }
}
#tpmovie .movielink a {
  display: block;
  position: relative;
}

#tpmovie .movielink a figure {
  width: 100%;
  height: calc((100vw - 260px) / 4 / 680 * 380);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #tpmovie .movielink a figure {
    height: calc((100vw - 212px) / 680 * 380);
  }
}
@media screen and (max-width: 480px) {
  #tpmovie .movielink a figure {
    height: calc((100vw - 96px) / 680 * 380);
  }
}

#tpmovie .movielink a figure:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(../common/img/icon_play.png) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  top: calc((100vw - 260px) / 4 / 680 * 380 / 2 - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  #tpmovie .movielink a figure:after {
    top: calc((100vw - 212px) / 680 * 380 / 2 - 20px);
  }
}
@media screen and (max-width: 768px) {
  #tpmovie .movielink a figure:after {
    top: calc((100vw - 212px) / 680 * 380 / 2 - 20px);
  }
}
@media screen and (max-width: 480px) {
  #tpmovie .movielink a figure:after {
    top: calc((100vw - 96px) / 680 * 380 / 2 - 20px);
  }
}

#tpmovie .movielink a figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  #tpmovie .movielink a figure img {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#tpmovie .movielink a h2 {
  display: block;
  margin-top: 4px;
  padding: 4px 20px;
  border-radius: 4px;
  background-color: #d8261c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.mouse #tpmovie .movielink a:hover {
  opacity: 1;
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}

.mouse #tpmovie .movielink a:hover figure:after {
  transform: rotateZ(360deg);
}

#tpblog {
  background-color: #f5f5f5;
  padding: 40px 0;
}

#tpblog .container {
  width: calc(100% - 200px);
  max-width: none;
  margin-right: 100px;
  margin-left: 100px;
}

@media screen and (max-width: 480px) {
  #tpblog .container {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
#tpblog .title {
  margin-top: 40px;
  margin-bottom: 40px;
  height: calc(100% - 80px);
}

#tpblog .title2:before {
  background-image: url(../common/img/icon_book_open.png);
}

#tpblog .bloglist {
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  #tpblog .bloglist {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #tpblog .bloglist {
    grid-template-columns: 1fr;
  }
}
#tpblog .bloglink a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

#tpblog .bloglink a figure {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}

#tpblog .bloglink a figure img {
  display: block;
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mouse #tpblog .bloglink a:hover {
  opacity: 1;
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}

#tpbook .txtbox {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  #tpbook .txtbox {
    display: block;
  }
}
#tpbook .txtbox:before, #tpbook .txtbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#tpbook .txtbox:before {
  background: transparent url(../img/index/book_bg.png) no-repeat scroll center center;
  background-size: cover;
  z-index: -1;
}

#tpbook .txtbox:after {
  background-image: linear-gradient(135deg, #e60c00, #ff9e99);
  opacity: 0.94;
  z-index: 1;
}

#tpbook .txtbox .title2 {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 3;
}

#tpbook .txtbox .title2:before {
  background-image: url(../common/img/icon_book.png);
}

#tpbook .txtbox .booklist {
  width: 40%;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #tpbook .txtbox .booklist {
    width: 100%;
  }
}
#tpbook .txtbox .booklist img {
  width: auto;
  height: 260px;
}

@media screen and (max-width: 768px) {
  #tpbook .txtbox .booklist img {
    text-align: center;
  }
}
#tpsns {
  margin-bottom: 40px;
}

#tpsns .container {
  text-align: center;
}

@media screen and (max-width: 480px) {
  #tpsns .title2 {
    margin-bottom: 20px;
  }
}
#tpsns .title2:before {
  background-image: url(../common/img/icon_share.png);
}

#tpsns .snsbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#tpsns .snsbox a {
  font-size: 0;
  width: 66px;
  height: 66px;
  border: 1px solid #ccc;
  border-radius: 66px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 17px;
}
@media screen and (max-width: 480px) {
  #tpsns .snsbox a {
    margin: 0 10px;
  }
}
#tpsns .snsbox a.iconyt img {
  width: 36px;
  height: 36px;
}

#tpsns .snsbox a img {
  width: 32px;
  height: 32px;
}

.btmcnt {
  padding-bottom: 40px;
}

.btmcnt .telbox {
  width: 290px;
  margin: 0 auto 32px;
}

.btmcnt .telbox .txt {
  margin-bottom: 2px;
  color: #525252;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  display: block;
  text-align: left;
}

.btmcnt .telbox .telnmb dt a {
  font-family: Lato, sans-serif;
  color: #e62600;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 3.4px;
  padding-left: 32px;
  text-align: center;
  position: relative;
}

.btmcnt .telbox .telnmb dt a:before {
  content: "";
  display: block;
  width: 29px;
  height: 32px;
  background: url(../common/img/icon_phone_square.png) no-repeat scroll 0 0;
  background-size: contain;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}

.btmcnt .telbox .telnmb dd {
  padding: 3px 8px;
  border-radius: 2px;
  background-color: #d8261b;
  font-family: ryo-gothic-plusn, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.btmcnt .btmmenu {
  text-align: center;
}

.btmcnt .btmmenu ul {
  display: inline-grid;
  grid-column-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 480px) {
  .btmcnt .btmmenu ul {
    grid-row-gap: 4px;
  }
}
.btmcnt .btmmenu ul li a {
  padding: 12px 6px 8px;
  border-radius: 2px;
  color: #525252;
  font-size: 14px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8261c;
  box-shadow: 0 2px 0 0 #d8261c;
}

#tpinterview .title2:before {
  background-image: url(../common/img/icon_interview.png);
}
#tpinterview .container {
  width: calc(100% - 200px);
  max-width: none;
  margin-right: 100px;
  margin-left: 100px;
}
@media screen and (max-width: 480px) {
  #tpinterview .container {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
#tpinterview .movielist {
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  #tpinterview .movielist {
    grid-template-columns: 1fr;
  }
}
#tpinterview .movielink a {
  display: block;
  position: relative;
}
#tpinterview .movielink a figure {
  width: 100%;
  height: calc((100vw - 260px) / 4 / 680 * 380);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #tpinterview .movielink a figure {
    height: calc((100vw - 212px) / 680 * 380);
  }
}
@media screen and (max-width: 480px) {
  #tpinterview .movielink a figure {
    height: calc((100vw - 96px) / 680 * 380);
  }
}
#tpinterview .movielink a figure:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(../common/img/icon_play.png) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  top: calc((100vw - 260px) / 4 / 680 * 380 / 2 - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  #tpinterview .movielink a figure:after {
    top: calc((100vw - 212px) / 680 * 380 / 2 - 20px);
  }
}
@media screen and (max-width: 768px) {
  #tpinterview .movielink a figure:after {
    top: calc((100vw - 212px) / 680 * 380 / 2 - 20px);
  }
}
@media screen and (max-width: 480px) {
  #tpinterview .movielink a figure:after {
    top: calc((100vw - 96px) / 680 * 380 / 2 - 20px);
  }
}
#tpinterview .movielink a figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  #tpinterview .movielink a figure img {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#tpinterview .movielink a h2 {
  display: block;
  margin-top: 4px;
  padding: 4px 20px;
  border-radius: 4px;
  background-color: #d8261c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.mouse #tpinterview .movielink a:hover {
  opacity: 1;
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}
.mouse #tpinterview .movielink a:hover figure:after {
  transform: rotateZ(360deg);
}

.mouse #tpmovie .movielink a:hover {
  opacity: 1;
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}

.mouse #tpmovie .movielink a:hover figure:after {
  transform: rotateZ(360deg);
}