@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
img {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
          box-shadow: 0 0 10px 2px #d6d6d6;
}
@media only screen and (min-width: 736px) {
  .content {
    width: 750px;
    margin: 0 auto;
  }
}

.w-85 {
  width: 85%;
  margin: 0 auto;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.w-93 {
  width: 93%;
  margin: 0 auto;
}

.w-95 {
  width: 95%;
  margin: 0 auto;
}

/* ----------------------------------------------------

    color setting

---------------------------------------------------- */
body {
  background-image: url(../images/Takeuchi_bg01.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 35%;
  z-index: -1000;
}

.content {
  position: relative;
}
.content::after {
  content: "";
  background-image: url(../images/Takeuchi_bg01.jpg);
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_yellow {
  background-color: #ffff00;
}

.head-lead {
  background: #232323;
  position: relative;
  z-index: 100;
}
.head-lead_txt {
  width: 82%;
  margin: 0 auto;
  padding: 3% 0 3% 0;
}
.head-txt-img {
  width: 88%;
  margin: 0 auto;
  margin-top: 4%;
  margin-bottom: 4%;
}
.head .triangle {
  position: relative;
  z-index: 100;
}
.head .triangle img {
  vertical-align: top;
}

.sec-tokuten-img {
  width: 96%;
  margin: 0 auto;
  margin-top: -1%;
}

.sec-magazine {
  margin-top: 6%;
}
.sec-magazine-ttl {
  background-color: #5a5a5a;
  padding: 8% 0 5%;
  position: relative;
}
.sec-magazine-ttl::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-ttl02.png);
  background-size: contain;
  position: absolute;
  width: 50%;
  z-index: 100;
  left: 50%;
  top: -8%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 8.9962121212%;
}
.sec-magazine-ttl::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-elements01.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 3.6923076923%;
}
.sec-magazine-ttl-img {
  width: 80%;
  margin: 0 auto;
}
.sec-magazine-item {
  margin-top: 3%;
}
.sec-magazine-item-ttl {
  text-align: center;
  background: #068ac7;
  color: #fff;
  padding: 6% 0 3% 0;
  font-size: 1.7rem;
  position: relative;
}
@media screen and (min-width: 999px) {
  .sec-magazine-item-ttl {
    font-size: 2.4rem;
  }
}
.sec-magazine-item-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
.sec-magazine-item-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 6px;
  left: 0;
}
@media screen and (min-width: 999px) {
  .sec-magazine-item-ttl {
    font-size: 2.8rem;
  }
}
.sec-magazine-item-num {
  width: 22%;
  margin: 0 auto;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  z-index: 100;
  position: relative;
}
.sec-magazine-item-img {
  width: 83%;
  margin: 0 auto;
  margin-top: 6%;
}

.sec-book {
  margin-top: 6%;
}
.sec-book-lead {
  text-align: center;
  margin-top: 28px;
}
.sec-book-ttl {
  background-color: #5a5a5a;
  padding: 8% 0 5%;
  position: relative;
}
.sec-book-ttl::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-ttl04.png);
  background-size: contain;
  position: absolute;
  width: 66%;
  z-index: 100;
  left: 50%;
  top: -8%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 8.833976834%;
}
.sec-book-ttl::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-elements01.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 3.6923076923%;
}
.sec-book-ttl-img {
  width: 80%;
  margin: 0 auto;
}
.sec-book-item {
  margin-top: 5%;
}
.sec-book-item-txt {
  width: 92%;
  margin: 0 auto;
  border: 1px solid #333;
  padding: 8px 15px 8px 50px;
  font-size: 1.7rem;
  background: #fafafa;
  text-align: center;
}
@media screen and (min-width: 999px) {
  .sec-book-item-txt {
    width: 80%;
    padding: 13px 10px 13px 100px;
    font-size: 2.4rem;
  }
}
.sec-book-item01 {
  position: relative;
}
.sec-book-item01::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book01.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item01::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item02 {
  position: relative;
}
.sec-book-item02::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book02.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item02::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item03 {
  position: relative;
}
.sec-book-item03::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book03.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item03::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item04 {
  position: relative;
}
.sec-book-item04::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book04.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item04::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item05 {
  position: relative;
}
.sec-book-item05::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book05.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item05::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item06 {
  position: relative;
}
.sec-book-item06::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book06.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item06::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item07 {
  position: relative;
}
.sec-book-item07::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book07.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item07::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item08 {
  position: relative;
}
.sec-book-item08::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book08.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item08::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item09 {
  position: relative;
}
.sec-book-item09::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book09.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item09::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item10 {
  position: relative;
}
.sec-book-item10::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book10.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item10::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item11 {
  position: relative;
}
.sec-book-item11::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book11.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item11::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}
.sec-book-item12 {
  position: relative;
}
.sec-book-item12::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-book12.png);
  background-size: contain;
  position: absolute;
  width: 50px;
  z-index: 100;
  left: 6%;
  height: 50px;
  top: -8px;
}
@media screen and (min-width: 999px) {
  .sec-book-item12::before {
    width: 70px;
    height: 70px;
    left: 12%;
  }
}

.sec-step {
  margin-top: 6%;
}
.sec-step-ttl {
  background-color: #5a5a5a;
  padding: 4% 0 6%;
  position: relative;
}
.sec-step-ttl::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Takeuchi-elements01.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 3.6923076923%;
}
.sec-step-ttl-img {
  width: 58%;
  margin: 0 auto;
}
.sec-step-img {
  width: 90%;
  margin: 0 auto;
  margin-top: 7%;
  margin-bottom: 5%;
}

html {
  font-size: 62.5%; /* -> 10px */
}

body {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #282828;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
.red {
  color: #ff0000;
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

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

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

.al {
  text-align: left !important;
}

.fz-sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 999px) {
  .fz-sm {
    font-size: 2.2rem;
  }
}

.sec-cv {
  background: #e3f3fa;
  padding: 4% 0;
  margin: 3% 0;
}
.sec-cv-lead-img {
  width: 56%;
  margin: 0 auto;
}
.sec-cv-btn-img {
  width: 90%;
  margin: 0 auto;
  margin-top: 2%;
  -webkit-animation: beating 2s infinite;
          animation: beating 2s infinite;
}
.sec-cv-txt-img {
  width: 70%;
  margin: 0 auto;
}

@-webkit-keyframes beating {
  0%, 50%, 70%, to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60%, 80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes beating {
  0%, 50%, 70%, to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60%, 80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}