@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1300px) {
  /* main
------------------------------------------------- */
  img {
    max-width: 100%;
    height: auto;
  }
  .br {
    display: none;
  }
  .pc_none {
    display: block;
  }
  hr {
    margin: 40px 0;
  }
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  header .logo {
    margin: 15px 4%;
  }
  /* main
------------------------------------------------- */
  main {
    background-image: url("../images/main_bg_smp.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding: 6% 4%;
    box-sizing: border-box;
  }
  h1.vision {
    font-size: 3vw;
    margin-bottom: 50px;
  }
  h1.vision span {
    font-size: 1.6rem;
    margin-top: 60px;
  }
  h1.vision strong {
    font-size: 7vw;
  }
  h2.read {
    font-size: 1.8rem;
    margin-bottom: 20px;
    max-width: 450px;
  }
  h2.read strong {
    color: #009499;
  }
  /* itc＋登録の特典
------------------------------------------------- */
  section.benefit {
    padding: 0 4%;
    margin: 0 auto 100px;
  }
  .green_bg {
    font-size: 2.4rem;
    padding: 20px 4%;
    margin-bottom: 40px;
  }
  h1.h1_ttl {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 50px;
  }
  ul.benefit_list li {
    font-size: 2rem;
    width: 30%;
  }
  ul.benefit_list li .sub {
    width: 80%;
    font-size: 14px;
  }
  .circle {
    font-size: 30px;
    width: 60px;
    height: 60px;
    margin: 30px auto;
  }
  article.campaign_wrap {
    padding: 5px;
  }
  .campaign_in {
    padding: 30px 4%;
  }
  .campaign_in div {
    width: 45%;
  }
  .cam_border {
    font-size: 1.8rem;
  }
  .cam_border span {
    width: 60px;
    height: 60px;
    top: -75px;
    left: -30px;
    font-size: 1.6rem;
  }
  .cam_border span:before {
    bottom: -17px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #5ec006;
  }
  .cam_free {
    font-size: 1.8rem;
  }
  .cam_free strong {
    font-size: 50px;
  }
  .btn_conversion a {
    font-size: 30px;
  }
  .btn_conversion a span {
    font-size: 20px;
  }
  /* 取得者の声
------------------------------------------------- */
  section.voice {
    margin-bottom: 100px;
  }
  /* こんな方におすすめです
------------------------------------------------- */
  section.recommend {
    margin: 0 auto 100px;
  }
  h2.hukidashi {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
  h2.hukidashi span {
    font-size: 2rem;
  }
  .ill_role {
    margin: 0 auto 50px;
    width: 60%;
  }
  .blue_bg_arrow {
    padding: 100px 4% 50px;
  }
  ul.merit h3 {
    font-size: 2.4rem;
  }
  /* ITコーディネータとは？
------------------------------------------------- */
  section.itc {
    margin: 0 auto 100px;
  }
  .itc_shikaku {
    width: 130px;
    height: 130px;
    font-size: 13px;
    outline-offset: -6px;
  }
  .itc_shikaku strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 980px) {
  /* header
------------------------------------------------- */
  header .logo {
    margin: 10px 4%;
    width: 150px;
  }
  header {
    position: static;
  }
  ul.btn_fix {
    justify-content: space-between;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 100;
    width: 100%;
  }
  ul.btn_fix.show {
    transform: translateY(0%);
    width: 100%;
  }
  ul.btn_fix li {
    width: 50%;
  }
  ul.btn_fix li a {
    padding: 10px 20px 10px 10px;
    height: 70px;
    font-size: 12px;
  }
  ul.btn_fix li a:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 10px;
  }
  ul.btn_fix li strong {
    font-size: 14px;
  }
  ul.btn_fix li span.free {
    font-size: 11px;
    margin-right: 5px;
  }
  /* main
------------------------------------------------- */
  main {
    background-image: url("../images/main_bg_smp2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding: 30px 4% 85%;
    box-sizing: border-box;
    margin: 0;
  }
  h1.vision {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  h1.vision span {
    font-size: 1.4rem;
    margin-top: 40px;
  }
  h1.vision strong {
    font-size: 3rem;
  }
  .cam_relative {
    max-width: inherit;
    width: 100%;
  }
  .cam_relative_in {
    padding: 15px 4%;
  }
  .start {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .start span {
    max-width: 140px;
  }
  ul.cashback {
    flex-direction: column;
    gap: 0;
  }
  h2.read {
    font-size: 1.5rem;
    margin-bottom: 20px;
    max-width: inherit;
  }
  main p {
    font-size: 1.3rem;
  }
  .cam {
    width: 100px;
    height: 100px;
    font-size: 11px;
    outline-offset: -5px; /*outline-offsetの値を-15pxにして内側に調整*/
    position: absolute;
    top: 110px;
    right: 2%;
    line-height: 1.1;
  }
  .cam strong {
    font-size: 24px;
    color: #ffff00;
    display: block;
  }
  .cam span {
    display: block;
    text-align: center;
  }
  .smp {
    display: block;
  }
  .cam i {
    position: absolute;
    top: -10px;
    right: 10px;
    transform: rotate(7deg);
    width: 50px;
  }
  .cam_relative {
    position: static;
  }
  /* itc＋登録の特典
------------------------------------------------- */
  section.benefit {
    padding: 0 4%;
    margin: 0 auto 70px;
  }
  .green_bg {
    font-size: 1.5rem;
    padding: 15px 4%;
    margin-bottom: 40px;
  }
  h1.h1_ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  ul.benefit_list {
    flex-wrap: wrap;
    gap: 30px;
  }
  ul.benefit_list li {
    font-size: 2rem;
    width: 100%;
  }
  ul.benefit_list li img {
    margin-bottom: 5px;
    object-fit: cover;
    width: 90%;
    margin: auto;
  }
  .campaign_in {
    padding: 20px 4%;
    flex-direction: column;
  }
  .campaign_in div {
    width: 100%;
    text-align: center;
  }
  .campaign_in div:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }
  .hukidashi_line {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .hukidashi_line:before, .hukidashi_line:after {
    height: 30px;
  }
  .hukidashi_line:before {
    margin-right: 20px;
  }
  .hukidashi_line:after {
    margin-left: 20px;
  }
  .comment {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.6;
  }
  .cam_border {
    font-size: 1.5rem;
  }
  .cam_border span {
    left: -20px;
    font-size: 1.5rem;
  }
  .cam_free {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .cam_free strong {
    font-size: 30px;
  }
  .btn_conversion {
    width: 100%;
  }
  .btn_conversion a {
    display: block;
    background-color: #314186;
    color: #FFF;
    padding: 20px 30px 20px 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
  }
  .btn_conversion a:hover {
    opacity: 0.8;
  }
  .btn_conversion a span {
    font-size: 14px;
    margin-right: 10px;
  }
  .btn_conversion a:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  /* 取得者の声
------------------------------------------------- */
  section.voice {
    margin-bottom: 70px;
    background-size: 350px 130px;
    padding: 70px 4%;
  }
  ul.itc_voice li {
    font-size: 1.4rem;
    padding: 20px;
  }
  ul.itc_voice li:after {
    content: url("../images/icon_voice.svg");
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  ul.itc_voice li dl {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  ul.itc_voice li dl dt {
    width: 30%;
  }
  ul.itc_voice li dl dd {
    width: 65%;
  }
  ul.itc_voice li dl dd span {
    font-size: 1.6rem;
  }
  /* こんな方におすすめです
------------------------------------------------- */
  .osusume {
    padding: 0 4%;
    align-items: center;
  }
  ul.want {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  ul.want li {
    background-color: #f1f1f1;
    padding: 10px 10px;
    margin: 10px 0;
  }
  ul.want li:nth-child(even) {
    margin-left: 0;
  }
  h2.hukidashi {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  h2.hukidashi span {
    font-size: 1.5rem;
  }
  .ill_role {
    margin-bottom: 30px;
    width: 80%;
  }
  ul.merit li {
    width: 48%;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
  ul.merit h3 {
    font-size: 1.6rem;
    padding: 0.25em 0.5em;
  }
  ul.merit h3 span {
    background: linear-gradient(transparent 70%, #FFF 70%);
  }
  section.recommend {
    margin: 0 auto 70px;
  }
  /* ITコーディネータとは？
------------------------------------------------- */
  section.itc {
    margin: 0 auto 70px;
  }
  .about {
    flex-direction: column-reverse;
    margin-bottom: 70px;
    margin-top: 0px;
  }
  .about div {
    width: 100%;
  }
  .about div:last-child {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  ul.role_dtl {
    list-style: none;
    flex-direction: column;
    margin: 30px 0;
    gap: 30px;
  }
  ul.role_dtl li {
    width: 100%;
    padding: 4%;
  }
  ul.role_dtl h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  ul.tag {
    gap: 10px;
  }
  ul.tag li {
    width: 100%;
  }
  .summary {
    padding: 5px;
    margin-top: 50px;
  }
  .summary_in {
    background-color: #FFF;
    padding: 1px 4%;
    border-radius: 10px;
  }
  .summary_in p {
    margin: 20px 0;
  }
  .itc_shikaku {
    position: static;
    font-size: 12px;
    width: 120px;
    height: 120px;
    margin-top: -30px;
  }
  /* 資格取得までの流れ
------------------------------------------------- */
  section.flow {
    padding: 70px 4%;
  }
  ul.flow_list li {
    padding: 4%;
    margin-bottom: 30px;
  }
  ul.flow_list li:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #c0dbdb;
    bottom: -20px;
  }
  ul.flow_list dl {
    flex-direction: column;
  }
  ul.flow_list dl dt {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 5px;
  }
  ul.flow_list dl dd {
    width: 100%;
  }
  /* aside
------------------------------------------------- */
  ul.aside {
    flex-direction: column;
    margin: 70px auto;
    font-size: 1.5rem;
    gap: 50px;
  }
  ul.aside li {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  ul.aside li p {
    margin-bottom: 20px;
  }
  ul.aside li:first-child {
    padding-right: 0;
    border-right: 0;
  }
  ul.aside h2.hukidashi {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  ul.aside h2.hukidashi span {
    font-size: 1.4rem;
  }
  .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: auto;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
  /* footer
------------------------------------------------- */
  footer {
    padding: 30px 4% 100px;
    font-size: 1.4rem;
  }
  .f_flex {
    flex-direction: column;
  }
  dl.f_company {
    margin-bottom: 10px;
  }
  dl.f_company dt {
    margin-bottom: 20px;
    width: 150px;
  }
  address {
    font-style: normal;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
  }
  .copy {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  ul.f_navi {
    list-style: none;
    flex-direction: column;
    margin: 20px 0 30px;
  }
  ul.f_navi li {
    margin-left: 0;
  }
  ul.f_navi li a {
    border-left: none;
    padding: 5px 0px 5px 20px;
    position: relative;
  }
  ul.f_navi li a:hover {
    text-decoration: underline;
  }
  ul.f_navi li:first-child a {
    border-left: none;
  }
  ul.f_navi li a:before {
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    bottom: 0;
    content: "";
    height: 6px;
    width: 6px;
    margin: auto;
    position: absolute;
    left: 0px;
    top: 0;
    transform: rotate(45deg);
    transition: left .3s;
  }
  ul.sns {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  ul.sns li {
    margin: 0 10px;
    width: 26px;
  }
}