@charset "UTF-8";
/* ==========================================================================
   Initialize
   ========================================================================== */
/* reset.css customize */
body {
  margin-top: -15px;
}

img:not([alt]) {
  filter: none;
}

img {
  display: inline;
  max-width: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}

h1, h2, h3, p, ul {
  margin-bottom: 0;
  padding-left: 0;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

/* Common */
html {
  font-size: 10px;
}

li {
  list-style: none;
}

@media screen and (min-width: 641px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
}
/* Hover */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-txt {
  display: inline-block;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.hvr-txt:hover {
  color: #1da4df;
}

/* ==========================================================================
   mv_area Style
   ========================================================================== */
.mv_area {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48.9583333333%;
  background: url(/images/mv_pc.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.mv_area .left_element {
  position: relative;
  padding: 12% 0 0 10%;
}
.mv_area .left_element h1 {
  position: absolute;
  position: relative;
  max-width: 1612px;
  font-size: 7.54rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #fff;
}
.mv_area .left_element h1 .mv_text_small {
  font-size: 2.5rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 0 10px;
}
.mv_area .left_element h1 .mv_text_small img {
  vertical-align: middle;
  margin: 0 10px 0 10px;
}
.mv_area .left_element button {
  position: absolute;
  margin: 1% 0 0 0;
}
.mv_area .left_element button a {
  display: inline-block;
  padding: 0.8em 1.6em;
  margin: 10px 0 0 3px;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #ffa903 0%, #fdd356 100%);
  transition: 0.4s;
  text-decoration: none;
  font-size: 2.2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #fff;
}
.mv_area .mv_badge img {
  position: absolute;
  top: 16%;
  right: 15%;
  width: 13%;
}

@media screen and (max-width: 640px) {
  .mv_area {
    padding-bottom: 146.875%;
    background: url(/images/mv_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .mv_area .left_element {
    padding: 80% 0 0 0;
  }
  .mv_area .left_element h1 {
    position: relative;
    margin: 0 0 0 6%;
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .mv_area .left_element h1 .mv_text_small {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 0 6px 5px;
  }
  .mv_area .left_element .mv_button {
    position: absolute;
    margin: 1% 0 0 6.2%;
    padding: 0;
  }
  .mv_area .left_element .mv_button a {
    padding: 0.8em 1.5em;
    font-size: 1.5rem;
  }
  .mv_area .mv_badge img {
    position: absolute;
    top: 8%;
    right: 3%;
    width: 40%;
  }
}
/* ==========================================================================
   .service_slider Styel
   ========================================================================== */
.service_slider img {
  width: 100%;
  height: auto;
  margin: 6% 0 6% 0;
}

@media screen and (max-width: 640px) {
  .service_slider .slick-slide img {
    margin: 12% 0 12% 0;
    width: 106%;
    height: auto;
  }
}
/* ==========================================================================
   .issue_area Style
   ========================================================================== */
.issue_area {
  padding: 80px 0 80px 0;
  background: #f9fbfc 0% 0% no-repeat padding-box;
}
.issue_area h2 {
  margin-bottom: 32px;
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #1F1F1F;
}
.issue_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.issue_area ul li {
  padding-left: 73px;
}
.issue_area ul li img {
  width: 50%;
}
.issue_area ul li h3 {
  margin-top: 10px;
  font-size: 2.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1F1F1F;
  line-height: 5.3rem;
}
.issue_area ul li p {
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  color: #404446;
}
.issue_area ul li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  .issue_area {
    padding: 60px 0 60px 0;
  }
  .issue_area h2 {
    font-size: 3.2rem;
  }
  .issue_area ul {
    display: block;
  }
  .issue_area ul li {
    margin-top: 32px;
    padding-left: 0;
    text-align: center;
  }
  .issue_area ul li img {
    width: 96px;
    height: auto;
  }
  .issue_area ul li h3 {
    margin: 4px 0 0 0;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .issue_area ul li p {
    margin: 8px 0 0 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
/* ==========================================================================
   .solution_area Style
   ========================================================================== */
.solution_area {
  padding: 80px 0 80px 0;
  background-image: linear-gradient(45deg, #87d3f5 0%, #119edD 100%);
  color: #fff;
}
.solution_area h2 {
  margin-bottom: 32px;
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
.solution_area h2 img {
  width: 142px;
  height: auto;
  vertical-align: middle;
  margin: 0 8px 0 8px;
}
.solution_area h2 div {
  font-size: 3.2rem;
}
.solution_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  text-align: center;
}
.solution_area ul li {
  padding-left: 73px;
}
.solution_area ul li img {
  width: 50%;
}
.solution_area ul li h3 {
  display: block;
  min-width: 285px;
  min-height: 40px;
  margin: 28px 0 12px 0;
  padding: 0.1em 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  transition: 0.4s;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 2.4rem;
  line-height: 4.7rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1da4df;
}
.solution_area ul li p {
  width: 316px;
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: dnp-shuei-gothic-kin-std, 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium, YuGothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.solution_area ul li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  .solution_area {
    padding: 60px 0 60px 0;
  }
  .solution_area h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .solution_area h2 img {
    width: 130px;
  }
  .solution_area h2 div {
    margin: 0 0 -36px 0;
    font-size: 2rem;
    line-height: 3.9rem;
  }
  .solution_area ul {
    display: block;
  }
  .solution_area ul li {
    margin-top: 32px;
    padding-left: 0;
    text-align: center;
  }
  .solution_area ul li img {
    width: auto;
    height: 96px;
  }
  .solution_area ul li h3 {
    width: 80%;
    margin: 16px auto 0;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .solution_area ul li p {
    padding: 12px 20px 0 20px;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0 auto;
  }
}
/* ==========================================================================
   .merit_area Style
   ========================================================================== */
.merit_area {
  padding: 80px 0 80px 0;
  text-align: center;
}
.merit_area h2.pc-only {
  margin-bottom: 16px;
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #1f1f1f;
}
.merit_area h2.pc-only img {
  vertical-align: bottom;
}
.merit_area div div img {
  width: 61.3%;
}

@media screen and (max-width: 640px) {
  .merit_area {
    padding: 60px 0 60px 0;
  }
  .merit_area h2.sp-only {
    font-size: 3.2rem;
    font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #1f1f1f;
    margin: 0 0 20px 0;
  }
  .merit_area h2.sp-only img {
    vertical-align: bottom;
  }
  .merit_area div div img {
    width: 100%;
  }
}
/* ==========================================================================
   .cv_area Style
   ========================================================================== */
.cv_area {
  padding: 80px 0 80px 0;
  background-image: linear-gradient(45deg, #ffa903 0%, #fdd356 100%);
  text-align: center;
  color: #fff;
}
.cv_area div.pc-only {
  text-align: center;
  font-size: 2.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 6.2rem;
}
.cv_area button {
  margin-top: 20px;
  border-radius: 5px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.0980392157);
  transition: 0.4s;
  text-decoration: none;
}
.cv_area button a {
  font-size: 2.2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffa801;
  text-decoration: none;
  display: inline-block;
  padding: 1.3em 2.6em;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .cv_area div.sp-only {
    font-size: 2.2rem;
    font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .cv_area button a {
    font-size: 1.8rem;
  }
}
/* ==========================================================================
   .case_area Style
   ========================================================================== */
.case_area {
  padding: 80px 0 0 0;
  background: #f9fbfc 0% 0% no-repeat padding-box;
}
.case_area h2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 8rem;
  color: #1f1f1f;
  text-align: left;
}
.case_area h2 div {
  font-size: 1.6rem;
  font-family: "Arial", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8rem;
  color: #1da4df;
}
.case_area li {
  width: 100%;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.0980392157);
  border-radius: 5px;
}
.case_area li a {
  text-decoration: none;
  color: #1f1f1f;
}
.case_area li img {
  border-radius: 5px 5px 0 0;
}
.case_area li h3 {
  padding: 20px 0 20px 20px;
  font-size: 2.2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.case_area li h3 .box {
  display: table !important;
}
.case_area li h3 .box p {
  display: table-cell;
}
.case_area li h3 .box .sub_text {
  font-size: 1.6rem;
}
.case_area li h3 .box .icon {
  display: table-cell;
  vertical-align: middle;
}

.wrap-serviceIntro {
  clear: both;
}
.wrap-serviceIntro .about_list {
  position: relative;
  margin: 0 auto 0 auto;
}
.wrap-serviceIntro .about_list .prev-arrow, .wrap-serviceIntro .about_list .next-arrow {
  position: absolute;
  top: 30%;
}
.wrap-serviceIntro .about_list li:hover {
  opacity: 0.8;
}
.wrap-serviceIntro .about_list .next-arrow {
  right: 20%;
}
.wrap-serviceIntro .about_list .prev-arrow {
  left: 20%;
}
.wrap-serviceIntro .about_list .slick-arrow {
  z-index: 100;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  cursor: pointer;
}
.wrap-serviceIntro .about_list .slick-arrow:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.wrap-serviceIntro .about_list .slick-slide {
  margin: 5px 100px 80px 100px;
}
.wrap-serviceIntro .about_list .slick-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .case_area {
    padding: 60px 0 0 0;
  }
  .case_area h2 {
    padding-left: 10%;
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .case_area h2 div {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .case_area .about_list h3 {
    padding: 12px 0 12px 12px;
    font-size: 1.8rem;
    font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 2rem;
  }
  .case_area .about_list h3 .box {
    display: table !important;
  }
  .case_area .about_list h3 .box p {
    display: table-cell;
  }
  .case_area .about_list h3 .box .sub_text {
    font-size: 1.2rem;
  }
  .case_area .about_list h3 .box .icon {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 12px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .wrap-serviceIntro .about_list .prev-arrow, .wrap-serviceIntro .about_list .next-arrow {
    top: 22%;
  }
  .wrap-serviceIntro .about_list .next-arrow {
    right: 3%;
    width: 22px;
    height: auto;
  }
  .wrap-serviceIntro .about_list .prev-arrow {
    left: 3%;
    width: 22px;
    height: auto;
  }
  .wrap-serviceIntro .about_list .slick-arrow {
    z-index: 100;
  }
  .wrap-serviceIntro .about_list .slick-slide {
    margin: 5px 40px 60px 40px;
  }
  .wrap-serviceIntro .about_list .slick-slide img {
    width: 100%;
    height: auto;
  }
}
/* ==========================================================================
   .about_area Style
   ========================================================================== */
.about_area {
  background: url(/images/about_bg.png) 0 0 no-repeat;
  padding: 80px 0;
}
.about_area h2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 10rem;
  color: #1f1f1f;
  text-align: left;
}
.about_area h2 img {
  vertical-align: middle;
  padding: 0 0 12px 0;
}
.about_area .small_text {
  font-size: 1.5rem;
  font-family: "Arial", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8rem;
  color: #1da4df;
}
.about_area ul {
  width: 1000px;
  margin: 0 auto;
}
.about_area li {
  margin-bottom: 80px;
}
.about_area li:last-child {
  margin-bottom: 0;
}

.wrap-serviceDetail figure {
  display: flex;
}
.wrap-serviceDetail img {
  width: 62%;
  height: auto;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fig_1 {
  margin: 120px 0 0 60px;
}

.fig_2 {
  margin: 120px 60px 0 0;
}

figcaption p {
  color: #1DA4DF;
  font-size: 3.2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
figcaption .fig_text {
  color: #404446;
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 12px;
}

_::-webkit-full-page-media, _:future, :root .wrap-serviceDetail img {
  width: 62%;
  height: 36%;
}

@media screen and (max-width: 640px) {
  .about_area {
    background: #fff 0% 0% no-repeat padding-box;
    padding: 60px 0;
  }
  .about_area h2 {
    padding-left: 10%;
    font-size: 3.2rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }
  .about_area h2 .small_text {
    margin: 0 0 12px 0;
  }
  .about_area div {
    font-size: 1.5rem;
    font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
  }
  .about_area ul {
    width: 80%;
    margin: 0 10%;
  }
  .about_area ul li {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-serviceDetail {
    width: 100%;
  }
  .wrap-serviceDetail li:nth-child(odd) figure {
    flex-direction: column;
  }
  .wrap-serviceDetail li:nth-child(even) figure {
    flex-direction: column-reverse;
  }
  .wrap-serviceDetail img {
    width: 100%;
    height: auto;
  }
  .wrap-serviceDetail figcaption {
    margin: 10px 10px 0px;
  }
  .wrap-serviceDetail figcaption p {
    font-size: 2.2rem;
    font-weight: 500;
    font-style: normal;
  }
}
@media screen and (max-width: 640px) {
  _::-webkit-full-page-media, _:future, :root .wrap-serviceDetail img {
    width: 100%;
    height: 17.4%;
  }
}
/* ==========================================================================
   .app_area Style
   ========================================================================== */
.app_area {
  padding: 80px 0;
  background: #fff 0% 0% no-repeat padding-box;
}
.app_area h2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 8rem;
  color: #1f1f1f;
  text-align: left;
}
.app_area h2 .small_text {
  font-size: 1.5rem;
  font-family: "Arial", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8rem;
  color: #1da4df;
}

.app_slider img {
  width: 76%;
  height: auto;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 640px) {
  .app_area {
    padding: 60px 0;
  }
  .app_area h2 {
    padding: 0 0 10px 10%;
    font-size: 3.2rem;
    line-height: 6rem;
  }
  .app_area div {
    font-size: 1.5rem;
    font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
  }
  .app_area div img {
    width: 88%;
    height: auto;
  }
}
/* ==========================================================================
   .flow_area Style
   ========================================================================== */
.flow_area {
  padding: 80px 0;
  background: #eef8fd 0% 0% no-repeat padding-box;
}
.flow_area h2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 8rem;
  color: #1f1f1f;
  text-align: left;
}
.flow_area h2 .small_text {
  font-size: 1.5rem;
  font-family: "Arial", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8rem;
  color: #1da4df;
}
.flow_area ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flow_area ul img {
  width: 100%;
}
.flow_area .flow_arrow {
  margin: 0 20px;
}
.flow_area h3 {
  margin-top: 24px;
  font-size: 2.2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 4rem;
  color: #1da4df;
}
.flow_area .flow_item_text {
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
}
.flow_area li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  .flow_area {
    padding: 60px 0 40px 0;
  }
  .flow_area h2 {
    padding: 0 0 0 10%;
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .flow_area div {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin: 0 0 12px 0;
  }
  .flow_area ul {
    width: 100%;
    display: block;
  }
  .flow_area ul li {
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }
  .flow_area ul li img {
    width: 80%;
    height: auto;
  }
  .flow_area ul li h3 {
    margin-top: 16px;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .flow_area ul li p {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .flow_area ul li:first-child {
    margin-top: 32px;
  }
  .flow_area ul .flow_arrow {
    width: 20%;
    margin: 0 auto;
  }
}
/* ==========================================================================
   media Style
   ========================================================================== */
.media_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.media_area h2 {
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 8rem;
  color: #1f1f1f;
  text-align: left;
}
.media_area h2 .small_text {
  font-size: 1.5rem;
  font-family: "Arial", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8rem;
  color: #1da4df;
}
.media_area h2 span.sup {
  font-size: 40%;
  vertical-align: top;
  position: relative;
  top: -0.7em;
}
.media_area .media_title_attention {
  text-align: right;
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #404446;
  letter-spacing: 0.05em;
  margin: 0 0 30px 0;
}
.media_area .tab_head {
  font-size: 2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1da4df;
  line-height: 3rem;
}

@media screen and (max-width: 640px) {
  .media_area {
    width: 80%;
    padding: 60px 0 40px 0;
  }
  .media_area h2 {
    padding: 0;
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .media_area div {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin: 0 0 12px 0;
  }
  .media_area ul {
    width: 100%;
    vertical-align: middle;
  }
}
/* ==========================================================================
   .contact_area Style
   ========================================================================== */
.contact_area {
  padding-bottom: 28px;
}
.contact_area .contact_inner {
  background-image: linear-gradient(45deg, #ffa903, #fdd356);
  padding: 80px 0;
}
.contact_area .contact_inner .contact_read {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #FFF;
  font-family: dnp-shuei-gothic-kin-std, 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium, YuGothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.contact_area .h2_left_white {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 4.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 10.6rem;
  color: #fff;
  text-align: left;
}
.contact_area .h2_left_white .small_text_white {
  font-size: 1.5rem;
  font-family: "Arial", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8rem;
  color: #fff;
}
.contact_area .contact_background {
  width: 1200px;
  background-color: #fff;
  position: relative;
  top: -40px;
  padding: 40px 0 0 100px;
  margin: 0 auto;
  border-radius: 5px;
}
.contact_area .contact_background .must {
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
.contact_area .red {
  color: #e05953;
  margin-right: 10px;
}

form {
  width: 1000px;
  text-align: center;
}
form .form-group-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
form .form-group {
  width: 46%;
  position: relative;
  margin-top: 40px;
  text-align: left;
  font-size: 1.8rem;
}
form .form-group-text {
  width: 100%;
  margin-top: 40px;
  text-align: left;
  font-size: 1.8rem;
}
form label {
  font-size: 1.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1f1f1f;
  text-align: left;
}
form label input {
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  color: #404446;
}
form .line {
  font-size: 1.1rem;
  vertical-align: middle;
  display: inline-block;
  font-family: dnp-shuei-gothic-kin-std, 游ゴシック Medium, 游ゴシック体, Yu Gothic Medium, YuGothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
form .form-control {
  width: 100%;
  margin: 12px 0 6px 0;
  padding: 22px 20px;
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

input::placeholder,
textarea::placeholder {
  color: #9a9fa2;
}

#name_err, #nameKana_err, #company_err, #tel_err, #email_err, #employeeNum_err, #shopNum_err, #siteURL_err, #inquiry_err, #agreement_err {
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  color: #e05953;
}

.agreement {
  width: 1000px;
  margin: 30px 0 0 0;
  font-size: 1.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #404446;
}
.agreement .form_title {
  font-size: 1.8rem;
  text-align: left;
  color: #1f1f1f;
}
.agreement .form_scrollarea {
  height: 194px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #d1d1d1;
  margin: 10px 0 0 0;
  border-radius: 5px;
  text-align: left;
  padding: 22px 20px;
}
.agreement .form_scrollarea .scrollarea_text {
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #404446;
}

.contact-form_btn {
  margin: 50px 0 0 0;
  padding: 1.2em 8em;
  font-size: 2.2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 5px;
  border: none;
  color: #fff;
  background-image: linear-gradient(45deg, #ffa903, #fdd356);
  box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.0980392157);
}

.check {
  margin: 50px auto 0 auto;
  padding: 0 0 12px 0;
}
.check input[type=checkbox] {
  display: none;
}
.check label {
  position: relative;
  display: inline-block;
  padding: 18px 0px 0px 46px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.check label::before,
.check label::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.check label::before {
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  margin-top: -8px;
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.check label::after {
  opacity: 0;
  top: 50%;
  left: 9px;
  width: 17px;
  height: 10px;
  margin-top: 2px;
  border-left: 3px solid #1da4df;
  border-bottom: 3px solid #1da4df;
  transform: rotate(-45deg) scale(0.5);
}
.check label:hover::before {
  background: #fff;
}
.check .hvr-txt:hover {
  color: #1da4df;
}
.check input[type=checkbox]:checked + label::before {
  background: #fff;
  border: 1px solid #1da4df;
}
.check input[type=checkbox]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.required {
  width: 100px;
  height: 20px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  background-color: #d93025;
  font-size: 0.6rem;
  vertical-align: middle;
}

.required:before {
  padding-left: 5px;
  vertical-align: top;
  font-size: 0.3em;
  color: #d93025;
}

@media screen and (max-width: 640px) {
  .contact_area .contact_inner {
    padding: 60px 0;
  }
  .contact_area .contact_inner .h2_left_white {
    padding-left: 10%;
    font-size: 3.2rem;
    line-height: 4rem;
    color: #fff;
  }
  .contact_area .contact_inner .h2_left_white .small_text_white {
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #fff;
    margin: 0 0 12px 0;
  }
  .contact_area .contact_read {
    font-size: 1.5rem;
    width: 260px;
    padding: 10px 11% !important;
    margin: 10px 0;
  }
  .contact_area .contact_background {
    width: 100%;
    background-color: #fff;
    padding: 10%;
    border-radius: 0;
  }
  form {
    width: 100%;
    text-align: center;
  }
  form .form-control {
    width: 100%;
    padding: 16px 12px;
    margin: 8px 0 6px 0;
  }
  form .form-group {
    width: 100%;
    margin: 20px 0 0 0;
  }
  form .form-group-text {
    margin-top: 4.6875vw;
  }
  form .check {
    margin: 30px 0 12px 0;
    display: table;
  }
  form .check label {
    font-size: 1.5rem;
  }
  form .agreement {
    width: 100%;
    margin-top: 4.6875vw;
  }
  form .agreement .form_scrollarea {
    margin: 6px 0 0 0;
  }
  form .agreement p {
    padding: 2%;
  }
  form .contact-form_btn {
    margin: 50px 0 0 0;
    width: 100%;
    padding: 1em 2em;
    font-size: 1.8rem;
    border-radius: 5px;
  }
}
/* ==========================================================================
   .footer_area Style
   ========================================================================== */
.footer_area {
  padding: 10px 0;
  margin: 40px 0 0 0;
  background: #F7F7F7 0% 0% no-repeat padding-box;
}
.footer_area .wrap {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_area .wrap .logo, .footer_area .wrap .logo img {
  display: inline-block;
  padding: 10px 0;
}
.footer_area .wrap .footer_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.footer_area .wrap .footer_text .nav {
  display: inline-block;
  margin: 0 auto;
}
.footer_area .wrap .footer_text .nav li {
  display: inline-block;
  position: relative;
}
.footer_area .wrap .footer_text .nav li::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #d5d5d5;
  position: absolute;
  right: -1px;
  top: calc((100% - 15px) / 2);
}
.footer_area .wrap .footer_text .nav li:last-child::after {
  content: none;
}
.footer_area .wrap .footer_text .nav a {
  padding: 15px;
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #404446;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.footer_area .wrap .footer_text .nav a:hover {
  color: #1da4df;
}

@media only screen and (max-width: 640px) {
  .footer_area {
    margin: 0;
  }
  .footer_area .inner-block {
    padding: 10px 0;
  }
  .footer_area .inner-block .wrap {
    width: 100%;
    display: table !important;
  }
  .footer_area .inner-block .wrap .logo {
    padding: 0;
    display: block !important;
  }
  .footer_area .inner-block .wrap .logo img {
    padding: 0 0 10px 0;
    display: block !important;
    margin: 0 auto;
    text-align: center;
  }
  .footer_area .inner-block .wrap .footer_text {
    text-align: center;
  }
  .footer_area .inner-block .wrap .footer_text .nav {
    display: inline-block;
  }
  .footer_area .inner-block .wrap .footer_text .nav li {
    display: inline-block;
    position: relative;
  }
  .footer_area .inner-block .wrap .footer_text .nav li::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #d5d5d5;
    position: absolute;
    right: -1px;
    top: calc((100% - 15px) / 2);
  }
  .footer_area .inner-block .wrap .footer_text .nav li:last-child::after {
    content: none;
  }
  .footer_area .inner-block .wrap .footer_text .nav a {
    font-size: 1.1rem !important;
  }
}
/* ==========================================================================
   thanks.html Style
   ========================================================================== */
.thanks_header_area {
  width: 100%;
  background-color: #fff;
  box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.0980392157);
  padding: 10px 0;
  margin: 0 0 120px 0;
}
.thanks_header_area .thanks_header {
  width: 1000px;
  margin: 0 auto;
}
.thanks_header_area img {
  text-align: left;
  width: 128px;
  height: auto;
}

h1.thanks {
  font-size: 3.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1da4df;
  text-align: center;
  margin: 0 0 30px 0;
}

.message {
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #404446;
  text-align: center;
}

.link_back {
  margin: 40px 0 160px 0;
  text-align: center;
}
.link_back a {
  display: inline-block;
  padding: 1.2em 6em;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #119edd 0%, #bae6fa 100%);
  transition: 0.4s;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #fff;
  box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.0980392157);
}

@media only screen and (max-width: 640px) {
  .thanks_header {
    width: 100% !important;
  }
  .thanks_header img {
    margin: 6px 0 0 10px;
  }
}
h1.thanks {
  font-size: 2.6rem;
}

.message {
  padding: 0 10%;
  font-size: 1.6rem;
}

/* ==========================================================================
   Header Style
   ========================================================================== */
.header_area {
  position: fixed;
  display: flex;
  top: -80px;
  width: 100%;
  padding: 12px 0;
  justify-content: center;
  opacity: 0;
  background-color: #fff;
  z-index: 200;
  box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.0980392157);
}

.header-logo img {
  width: 128px;
  height: auto;
}

.header-toggle span:nth-child(1) {
  top: 0;
}

.header-toggle span:nth-child(2) {
  top: 10px;
}

.header-toggle span:nth-child(3) {
  top: 20px;
}

.header-toggle.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-toggle.active span:nth-child(2),
.header-toggle.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-navi {
  display: flex;
  align-items: baseline;
}

.header-navi-list {
  display: flex;
  padding-left: 155px;
  font-size: 1.5rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.header-navi-list li {
  padding-left: 34px;
}

.header-navi-list a {
  text-decoration: none;
  color: #1f1f1f;
}

.header-navi-list li:nth-child(1) {
  padding-left: 155px;
}

.button_small {
  display: inline-block;
  margin-left: 34px;
  padding: 0.7em 1em;
  width: 173px;
  border-radius: 5px;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, #ffa903 0%, #fdd356 100%);
  transition: 0.4s;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: a-otf-midashi-go-mb31-pr6n, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .header_area {
    display: block;
  }
  .header-logo {
    margin-left: 10px;
  }
  .wrap-header-toggle {
    position: relative;
  }
  .header-toggle {
    position: absolute;
    top: -30px;
    right: 50px;
    transform: translateY(-50%);
    height: 7%;
    z-index: 201;
  }
  .header-toggle span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: 0;
    background-color: #000;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  }
  .header-navi {
    position: fixed;
    display: block;
    top: 60px;
    right: -100%;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 202;
  }
  .header-navi-list {
    display: block;
  }
  .header-navi-list li {
    padding: 12px 0;
    font-size: 1.8rem;
  }
  .header-navi-list li:nth-child(1) {
    padding-left: 0;
  }
  .button_small {
    margin-top: 20px;
    margin-left: 0;
  }
}
/* ==========================================================================
   Tab Style
   ========================================================================== */
.wrap-tab {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.tab_head {
  display: flex;
  justify-content: center;
  padding: 4px !important;
  background-color: #f7f7f7;
  border-radius: 5px;
  color: #1da4df;
}

.tab_head li {
  width: 99.6666666667%;
  height: 56px;
  padding: 14px 0;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.2rem;
}

.tab_head li:hover, .tab_head li.current {
  background-image: linear-gradient(101deg, #119edd 0%, #bae6fa 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#tab_tv, #tab_magazine, #tab_web {
  padding: 40px 0 0 0;
}

#tab_tv li, #tab_magazine li, #tab_web li {
  display: flex;
  padding: 28px 40px;
  border-top: 2px solid #f7f7f7;
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #404446;
}

#tab_tv li:nth-child(1), #tab_magazine li:nth-child(1), #tab_web li:nth-child(1) {
  padding: 0 40px 28px 40px;
  border-top: none;
}

#tab_tv li time, #tab_magazine li time, #tab_web li time {
  min-width: 105px;
  margin-right: 30px;
  color: #27a7e0;
}

@media screen and (max-width: 640px) {
  .tab_head li {
    width: 99.6666666667%;
    font-size: 1.5rem;
    padding: 15px 12px;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #tab_tv, #tab_magazine, #tab_web {
    padding: 10px 0;
  }
  #tab_tv li, #tab_magazine li, #tab_web li {
    display: block;
    padding: 20px 0;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  #tab_tv li p, #tab_magazine li p, #tab_web li p {
    padding-top: 4px;
  }
  #tab_tv li:nth-child(1), #tab_magazine li:nth-child(1), #tab_web li:nth-child(1) {
    padding: 0 0 20px 0;
  }
  .media_area .media_title_attention {
    font-size: 1.2rem;
    padding: 8px 0 0 0;
    margin: 0 0 20px 0;
  }
}

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