@charset "utf-8";
html {
  font-size: 62.5%;
  background-color: #FFF;
}
a:link {
  color: #76956b;
  text-decoration: underline;
  transition: 0.3s;
}
a:visited {
  color: #76956b;
  text-decoration: underline;
}
a:hover {
  color: #76956b;
  text-decoration: none;
}
a[href*="tel:"] {
  cursor: default;
  color: #666;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.center {
  text-align: center;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}
picture {
  display: block;
}
.pc_none {
  display: none;
}
ul.att {
  list-style: none;
  line-height: 1.4;
}
ul.att li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
.maT10 {
  margin-top: 10px;
}
.maB20 {
  margin-bottom: 20px;
}
.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
body {
  font-size: 1.7rem;
  color: #333;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
/* ページ自体をふわっと表示 */
body {
  animation: fadein 1s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* header
------------------------------------------------- */
header {
  max-width: 1920px;
  margin: auto;
  border-bottom: solid 1px #ddd;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
  z-index: 999;
}
header .logo {
  margin: 15px 40px;
}
ul.btn_fix {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 15px;
}
ul.btn_fix li a {
  background-color: #5ec006;
  color: #FFF;
  padding: 10px 50px 10px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  height: 100%;
  height: 90px;
}
ul.btn_fix li a:hover {
  opacity: 0.8;
}
ul.btn_fix li a:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.btn_fix li strong {
  font-weight: 700;
  display: block;
  font-size: 18px;
}
ul.btn_fix li:last-child a {
  background-color: #314186;
}
ul.btn_fix li span.free {
  background-color: #3d62ac;
  padding: 1px 10px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 10px;
}
ul.btn_fix li span.btn_fix_content {
  display: block;
}
/* main
------------------------------------------------- */
main {
  background-image: url("../images/main_bg.webp");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  max-width: 1920px;
  margin: 90px auto 0;
  padding: 100px 4%;
  box-sizing: border-box;
  font-size: 1.5rem;
}
h1.vision {
  color: #3d62ac;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 70px;
  font-weight: 700;
}
h1.vision span {
  color: #5ec006;
  font-size: 20px;
  display: block;
  margin-top: 40px;
}
h1.vision strong {
  color: #000;
  font-size: 75px;
  display: block;
  transform: rotate(-3deg);
}
h2.read {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  line-height: 1.6;
  margin-bottom: 20px;
}
h2.read strong {
  color: #009499;
}
.cam {
  border-radius: 100%;
  background-color: #5ec006;
  color: #FFF;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  outline: 1px solid rgb(255, 255, 255); /*outlineでドットの線を追加*/
  outline-offset: -8px; /*outline-offsetの値を-15pxにして内側に調整*/
  position: absolute;
  top: -70px;
  right: -50px;
}
.cam i {
  position: absolute;
  top: -10px;
  right: 10px;
  transform: rotate(7deg);
}
.cam strong {
  font-size: 60px;
  color: #ffff00;
  display: block;
  line-height: 1;
}
.cam span {
  display: block;
  text-align: center;
}
.cam_relative {
  position: relative;
  max-width: 650px;
  border-radius: 15px;
  padding: 5px;
  background-image: linear-gradient(90deg, #3d62ac, #06acc0);
  margin-bottom: 10px;
}
.cam_relative_in {
  background-color: #f4fbfb;
  padding: 15px 20px;
  border-radius: 10px;
  line-height: 1.5;
}
.smp {
  display: none;
}
.start {
  font-size: 15px;
  padding-right: 120px;
  margin-bottom: 10px;
}
.start span {
  background-color: #5ec006;
  border-radius: 7px;
  display: block;
  color: #FFF;
  max-width: 150px;
  padding: 2px 10px;
  text-align: center;
  margin-bottom: 5px;
}
ul.cashback {
  display: flex;
  align-items: center;
  list-style: none;
  text-align: center;
  gap: 20px;
}
ul.cashback li:first-child span {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  border-radius: 100px;
  padding: 1px 15px;
  margin-top: 3px;
}
ul.cashback li:nth-child(2) {
  font-size: 70px;
  color: #5ec006;
  line-height: 1.1;
}
ul.cashback li:last-child {
  font-size: 20px;
}
/* itc＋登録の特典
------------------------------------------------- */
section.benefit {
  max-width: 1300px;
  margin: 0 auto 150px;
  text-align: center;
  padding: 0 4%;
  box-sizing: content-box;
}
.green_bg {
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  background-color: #5ec006;
  display: inline-block;
  padding: 20px 8%;
  border-radius: 0 0 15px 15px;
  margin-bottom: 70px;
}
.green_bg sup {
  vertical-align: super;
}
h1.h1_ttl {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 50px;
}
h1.h1_ttl sup {
  vertical-align: super;
}
h1.h1_ttl span {
  display: block;
  color: #5ec006;
  font-size: 2rem;
}
ul.benefit_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
ul.benefit_list li img {
  border-radius: 15px;
  display: block;
  margin-bottom: 15px;
}
ul.benefit_list li {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
ul.benefit_list li .benefit_relative {
  position: relative;
}
ul.benefit_list li .sub {
  background-color: #FFF;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 1;
  color: #314186;
  padding: 10px 5px 0px;
  font-size: 16px;
  font-weight: 700;
}
.circle {
  font-size: 50px;
  font-weight: 700;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #5ec006;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #FFF;
  margin: 50px auto;
}
article.campaign_wrap {
  background-image: linear-gradient(90deg, #3d62ac, #06acc0);
  padding: 10px;
  border-radius: 15px;
  max-width: 1100px;
  margin: auto;
}
.campaign_in {
  background-color: #f4fbfb;
  padding: 70px 7%;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.campaign_in div {
  width: 45%;
  text-align: left;
}
.campaign_in div:nth-child(2) {
  width: 50%;
  text-align: center;
}
.hukidashi_line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.hukidashi_line:before, .hukidashi_line:after {
  width: 2px;
  height: 40px;
  background-color: #06acc0;
  content: '';
}
.hukidashi_line:before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.hukidashi_line:after {
  transform: rotate(35deg);
  margin-left: 30px;
}
.comment {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.6;
}
.cam_border {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.cam_border strong {
  font-size: 150%;
  color: #009499;
  border-bottom: solid 2px #009499;
  margin-right: 10px;
}
.cam_border span {
  width: 100px;
  height: 100px;
  background-color: #5ec006;
  color: #FFF;
  border-radius: 100%;
  position: absolute;
  top: -110px;
  left: -30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
}
.cam_border span:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #5ec006;
  z-index: 0;
}
.cam_free {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.2;
}
.cam_free strong {
  font-size: 70px;
  display: block;
}
.btn_conversion {
  max-width: 500px;
  margin: auto;
}
.btn_conversion a {
  display: block;
  background-color: #314186;
  color: #FFF;
  padding: 20px 60px 20px 30px;
  border-radius: 10px;
  font-size: 36px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.btn_conversion a:hover {
  opacity: 0.8;
}
.btn_conversion a span {
  display: inline-block;
  font-size: 26px;
  margin-right: 10px;
  color: #ffff00;
  animation: blink 3s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.btn_conversion a:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.recommend {
  max-width: 1920px;
  margin: 0 auto 150px;
  text-align: center;
}
/* 取得者の声
------------------------------------------------- */
section.voice {
  padding: 100px 4%;
  background-color: #314186;
  margin-bottom: 150px;
  color: #FFF;
  background-image: url("../images/voice_bg.svg");
  background-size: 700px 260px;
  background-repeat: no-repeat;
  background-position: right top;
}
ul.itc_voice {
  list-style: none;
}
ul.itc_voice li {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  color: #333;
  font-size: 1.6rem;
  position: relative;
}
ul.itc_voice li:after {
  content: url("../images/icon_voice.svg");
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 20px;
}
ul.itc_voice li dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #314186;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
ul.itc_voice li dl dt {
  width: 35%;
}
ul.itc_voice li dl dt img {
  width: 100%;
  height: auto;
}
ul.itc_voice li dl dd {
  width: 60%;
}
ul.itc_voice li dl dd span {
  display: block;
  font-size: 2rem;
}
/* こんな方におすすめです
------------------------------------------------- */
.osusume {
  display: flex;
  justify-content: center;
}
ul.want {
  list-style: none;
  margin-right: 10%;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
ul.want li {
  background-color: #f1f1f1;
  padding: 15px 20px;
  border-radius: 7px;
  margin: 20px 0;
  text-align: left;
  position: relative;
}
ul.want li:nth-child(even) {
  margin-left: 40px;
}
ul.want li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 15px solid #f1f1f1;
}
ul.want li span {
  color: #009499;
}
h2.hukidashi {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 70px;
}
h2.hukidashi span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2.2rem;
  position: relative;
  background-color: #5ec006;
  padding: 5px 20px;
  border-radius: 10px;
  color: #FFF
}
h2.hukidashi span:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #5ec006;
}
.ill_role {
  margin-bottom: 50px;
}
.blue_bg_arrow {
  background-color: #ecf7f7;
  padding: 100px 4%;
  position: relative;
}
.blue_bg_arrow:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #FFF;
  left: 0;
  top: 0;
}
ul.merit {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto 20px;
  line-height: 1.5;
}
ul.merit li {
  width: 30%;
  margin-bottom: 50px;
}
ul.merit h3 {
  font-size: 3rem;
  position: relative;
  padding: 0.25em 1em;
  margin-bottom: 10px;
}
ul.merit h3 span {
  background: linear-gradient(transparent 60%, #FFF 60%);
  display: inline-block;
  padding: 0 5px;
}
ul.merit h3:before, ul.merit h3:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
ul.merit h3:before {
  border-left: solid 2px #009499;
  border-top: solid 2px #009499;
  border-bottom: solid 2px #009499;
  left: 0;
}
ul.merit h3:after {
  content: '';
  border-top: solid 2px #009499;
  border-right: solid 2px #009499;
  border-bottom: solid 2px #009499;
  right: 0;
}
/* ITコーディネータとは？
------------------------------------------------- */
section.itc {
  max-width: 1300px;
  margin: 0 auto 150px;
  text-align: center;
  padding: 0 4%;
  box-sizing: content-box;
}
.about {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  line-height: 1.8;
  margin-bottom: 100px;
  text-align: left;
  margin-top: 100px;
}
.about div {
  width: 40%;
}
.about div:last-child {
  width: 55%;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
}
h1.h1_about {
  font-size: 3rem;
  margin-bottom: 30px;
}
h1.h1_about span {
  display: block;
  color: #5ec006;
  font-size: 2rem;
}
.role {
  border-radius: 15px;
  max-width: 1100px;
  margin: auto;
  text-align: left;
}
ul.role_dtl {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  text-align: left;
}
ul.role_dtl li {
  width: 46%;
  background-color: #ecf7f7;
  padding: 5%;
  border-radius: 15px;
}
ul.role_dtl li img {
  border-radius: 15px;
  margin-bottom: 10px;
}
ul.role_dtl h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
ul.tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin-top: 20px;
}
ul.tag li {
  background-color: #f1f1f1;
  padding: 10px 20px;
  border-radius: 7px;
  width: 30%;
}
.summary {
  background-image: linear-gradient(90deg, #5ec006, #c2e928);
  padding: 10px;
  border-radius: 15px;
  max-width: 1100px;
  margin: 70px auto 50px;
  text-align: left;
}
.summary_in {
  background-color: #FFF;
  padding: 20px 4%;
  border-radius: 10px;
}
.summary_in p {
  margin: 20px 0;
}
.itc_shikaku {
  width: 180px;
  height: 180px;
  background-color: #314186;
  color: #FFF;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -8px;
  position: absolute;
  top: -80px;
  left: 10%;
}
.itc_shikaku strong {
  display: block;
  font-weight: 700;
  font-size: 36px;
}
/* 資格取得までの流れ
------------------------------------------------- */
section.flow {
  background-color: #ecf7f7;
  padding: 100px 4%;
  text-align: center;
}
.content1100 {
  max-width: 1100px;
  margin: auto;
}
ul.flow_list li {
  background-color: #FFF;
  padding: 30px;
  border-radius: 10px;
  list-style: none;
  max-width: 1100px;
  margin: auto;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 50px;
  position: relative;
}
ul.flow_list li:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #c0dbdb;
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
}
ul.flow_list li:last-child:after {
  content: none;
}
ul.flow_list dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.flow_list dl dt {
  font-size: 1.9rem;
  font-weight: 700;
  width: 250px;
}
ul.flow_list dl dt img {
  margin-right: 10px;
}
ul.flow_list dl dt span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #5ec006;
  display: block;
  font-size: 1.5rem;
}
ul.flow_list dl dd {
  width: calc(100% - 300px);
}
/* aside
------------------------------------------------- */
ul.aside {
  display: flex;
  max-width: 1300px;
  justify-content: space-between;
  margin: 100px auto;
  list-style: none;
  font-size: 1.5rem;
  padding: 0 4%;
  box-sizing: content-box;
}
ul.aside li {
  width: 45%;
  display: flex;
  flex-direction: column;
}
ul.aside li p {
  margin-bottom: 20px;
}
ul.aside li:first-child {
  padding-right: 5%;
  border-right: solid 1px #ddd;
  box-sizing: content-box;
}
ul.aside h2.hukidashi {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
ul.aside h2.hukidashi span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  position: relative;
  background-color: #5ec006;
  padding: 5px 20px;
  border-radius: 10px;
  color: #FFF
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* footer
------------------------------------------------- */
footer {
  padding: 80px 40px 50px;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #666;
  border-top: solid 1px #ddd;
  background-color: #fafafa;
}
.f_flex {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
dl.f_company {
  margin-bottom: 20px;
}
dl.f_company dt {
  margin-bottom: 20px;
}
dl.f_company dt img {
  mix-blend-mode: multiply;
}
address {
  font-style: normal;
}
.copy {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
  margin-top: 30px;
}
ul.f_navi {
  list-style: none;
  display: flex;
  margin-bottom: 30px;
}
ul.f_navi li {
  margin-left: 30px;
}
ul.f_navi li a {
  color: #666;
  text-decoration: none;
  display: block;
  border-left: 1px #ddd solid;
  padding: 2px 0 2px 30px;
}
ul.f_navi li a:hover {
  text-decoration: underline;
}
ul.f_navi li:first-child a {
  border-left: none;
}
ul.sns {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
ul.sns li {
  margin-left: 20px;
}