@charset "UTF-8";
html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 26.7vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif!important;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*
 * ==========================================================================
 * 
 * ベースレイアウトCSS
 * 
 * ==========================================================================
 */
/*
 * --------------------------------------------------------------------------
 * reset
 * --------------------------------------------------------------------------
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: none;
}

fieldset, img {
  border: none;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: none;
}

body, h1, h2, h3, h4, h5, h6, p, li, dl, pre, form,
blockquote, fieldset, input, address {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
  display: block;
}

/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */
body #pcube_cont a {
  color: #000;
  text-decoration: none;
}

body #pcube_cont a:link {
  color: #000;
  text-decoration: none;
}

body #pcube_cont a:visited {
  color: #000;
  text-decoration: none;
}

body #pcube_cont a:hover {
  color: #000;
  text-decoration: underline;
}

body #pcube_cont a:active {
  color: #000;
  text-decoration: underline;
}

/**
 * --------------------------------------------------------------------------
 * body
 * --------------------------------------------------------------------------
 */
body #pcube_cont {
  font: 85%/1.5em "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #000000;
  width: 100%;
  background: #ffffff;
  position: relative;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/**
 * --------------------------------------------------------------------------
 * wrapper
 * --------------------------------------------------------------------------
 */
/*PC*/
@media only screen and (min-width: 769px) {
  .sp_parts {
    content: ".";
    display: none;
    height: 0 !important;
    clear: both;
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 0px !important;
  }
  #common_head {
    width: 100%;
    height: 223px;
    margin: 0 auto;
    text-align: center;
  }
  #common_head h1 {
    padding: 50px 0 0 0;
  }
  #common_head h1 a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  #common_head h1 img {
    width: 350px;
  }
  #menuList {
    width: 1110px;
    margin: 50px auto 0 auto;
  }
  #menuList {
    text-align: center;
  }
  #menuList li {
    float: left;
    margin: 0 20px 0 0;
  }
  #menuList li:last-child {
    margin: 0;
  }
  #menuList li a {
    display: inline-block;
    border-bottom: 3px solid #000000;
    padding: 3px 5px 5px 5px;
  }
  #menuList li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #menuList li.select {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #menuList li.select a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  #menuList li.gnav01 img {
    height: 11px;
  }
  #menuList li.gnav02 img {
    height: 10px;
  }
  #menuList li.gnav03 img {
    height: 10px;
  }
  #menuList li.gnav04 img {
    height: 10px;
  }
  #menuList li.gnav05 img {
    height: 10px;
  }
  #menuList li.gnav06 img {
    height: 10px;
  }
  #menuList li.gnav07 img {
    height: 10px;
  }
  #menuList li.gnav08 img {
    height: 16px;
  }
  #container {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  #sns_area {
    width: 228px;
    margin: 100px auto 0 auto;
  }
  #sns_area li {
    width: 60px;
    float: left;
    margin: 0 24px 0 0;
  }
  #sns_area li img {
    width: 60px;
  }
  #sns_area li.last {
    margin: 0;
  }
  #sns_area li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .btn_pro {
    width: 451px;
    height: 114px;
    text-align: center;
    border: 1px solid #000000;
    margin: 90px auto 0 auto;
  }
  .btn_dc {
    width: 451px;
    height: 115px;
    text-align: center;
    border: 1px solid #000000;
    margin: 75px auto 0 auto;
  }
  .btn_dc02 {
    width: 451px;
    height: 115px;
    text-align: center;
    border: 1px solid #000000;
    margin: 40px auto 0 auto;
  }
  .btn_pro img {
    width: 450px;
  }
  .btn_dc img {
    width: 449px;
    height: 113px;
  }
  .btn_dc02 img {
    width: 449px;
    height: 113px;
  }
  .btn_dc a:hover,
  .btn_dc02 a:hover,
  .btn_pro a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
/*タブレット*/
@media only screen and (min-width: 769px) and (max-width: 1110px) {
  #common_head {
    height: 130px;
  }
  #common_head h1 {
    padding: 40px 0 0 0;
  }
  #common_head p {
    position: absolute;
    top: 23px;
    right: 10px;
  }
  #common_head p.sp_parts {
    display: block;
    height: auto !important;
    visibility: visible;
    width: auto !important;
  }
  #common_head p img {
    width: 85%;
  }
  #menuList {
    display: none;
    width: 100%;
    background-color: #E6E6E6;
    position: absolute;
    z-index: 1000000;
    top: 80px;
    text-align: center;
  }
  #menuList li {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #A5A5A5;
  }
  #menuList li a {
    border-bottom: none;
  }
  #menuList li img {
    padding: 25px 0;
  }
  #menuList li.gnav01 img {
    height: 12px;
  }
}
/*スマホ*/
@media only screen and (max-width: 768px) {
  .st-mobileMenu {
    z-index: 100000000001;
  }
  #pcube_cont {
    max-width: 100vw !important;
  }
  .pc_parts {
    content: ".";
    display: none;
    height: 0 !important;
    clear: both;
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 0px !important;
  }
  #common_head {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  #common_head h1 {
    position: absolute;
    top: 30px;
    left: 0;
  }
  #common_head h1 img {
    width: 50%;
  }
  #common_head p {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #common_head p img {
    width: 65%;
  }
  #menuList {
    display: none;
    width: 100%;
    background-color: #E6E6E6;
    position: absolute;
    z-index: 1000000;
    top: 80px;
  }
  #menuList {
    text-align: center;
  }
  #menuList li {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #A5A5A5;
  }
  #menuList li img {
    height: 10px;
  }
  #menuList li.gnav01 img {
    height: 12px;
  }
  #menuList li.gnav08 img {
    height: 17px;
  }
  #menuList li a {
    width: 100%;
    display: inline-block;
  }
  #menuList li img {
    padding: 25px 0;
  }
  #container {
    width: 100%;
    margin: 0 auto 58px auto;
  }
  #sns_area {
    width: 50%;
    margin: 35px auto 0 auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
  }
  #sns_area li {
    width: 30%;
  }
  #sns_area li img {
    width: 100%;
  }
  .btn_pro {
    width: 70%;
    text-align: center;
    margin: 45px auto 0 auto;
  }
  .btn_dc {
    width: 70%;
    text-align: center;
    margin: 45px auto 0 auto;
    padding: 1px 0 0 0;
  }
  .btn_dc02 {
    width: 70%;
    text-align: center;
    margin: 40px auto 0 auto;
  }
  .btn_dc img,
  .btn_dc02 img,
  .btn_pro img {
    width: 90%;
    border: 1px solid #000000;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  max-width: 1150px;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.lg-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lg-show {
    display: block;
  }
}

.common-heading {
  font-size: 40px;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-heading {
    font-size: 0.24rem;
  }
}

.apply {
  display: block;
  background-color: #FF7900;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 0 #C72F00;
  padding: 31px 10px 37px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .apply {
    font-size: 0.3rem;
    padding: 6vw 10px;
  }
}

.apply span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .apply span {
    line-height: 1.4;
  }
}

.apply span::before,
.apply span::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.apply span::before {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/banner-img);
  width: 155px;
  height: 210px;
  left: -181px;
  top: 71%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .apply span::before {
    width: 17.222222vw;
    height: 23.33333333vw;
    left: -18.111111vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .apply span::before {
    width: 20.8vw;
    height: 28vw;
    top: auto;
    bottom: -20.26666vw;
  }
}

.apply span::after {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/banner-arrow);
  width: 40px;
  height: 40px;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .apply span::after {
    width: 8vw;
    height: 8vw;
    right: -14vw;
  }
}

.mv {
  overflow: hidden;
  position: relative;
}


@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.mv__images {
  margin: 0 calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .mv__images {
    margin: 0 calc(50% - 50vw) 0;
  }
}

.mv__images:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mv__images:not(:first-child) {
    margin-top: 4px;
  }
}

.mv__wrap {
  display: flex;
  overflow: hidden;
}

.mv__list {
  display: flex;
  padding: 0;
  animation: infinity-scroll 100s infinite linear 0.5s both;
}

.mv__list--right {
  animation: infinity-scroll-right 100s infinite linear 0.5s both;
}

.mv__item {
  margin-right: 5px;
  width: 11.4285vw;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mv__item {
    margin-right: 4px;
    width: 1.04rem;
  }
}

.mv__item img {
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mv__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .mv__title {
    width: 86.7%;
    padding: 0;
  }
}

.mv__title-wrap {
  margin: 0 auto;
  border-radius: 30px;
  background-color: #fff;
  padding: 41px 20px 31px;
}
@media screen and (max-width: 768px) {
  .mv__title-wrap {
    padding: 0.2rem 0.1rem 0.1rem;
  }
}

.mv__title-text {
  font-size: 50px;
  font-weight: 900;
  color: #006CB5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__title-text {
    font-size: 0.3rem;
  }
}

.mv__title img {
  max-width: 285.27px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mv__title img {
    max-width: none;
    width: 61.95%;
    margin-top: 0.17rem;
  }
}

.intro {
  margin-top: 5px;
  padding-top: 87px;
  padding-bottom: 110px;
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/intro-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 0.26rem;
    padding-bottom: 0.71rem;
    background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/intro-bg-sp);
    margin-top: 0.1rem;
  }
}

.intro__inner {
  position: relative;
  z-index: 11;
}

.intro__inner::before,
.intro__inner::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.intro__inner::before {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/intro-person1);
  width: 98.44px;
  height: 258.9px;
  left: 65px;
  bottom: -127px;
}
@media screen and (max-width: 1024px) {
  .intro__inner::before {
    width: 9.61328125vw;
    height: 25.2832vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__inner::before {
    width: 14.6426vw;
    height: 38.5066vw;
    left: 0.1rem;
    bottom: -22.133vw;
  }
}

.intro__inner::after {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/intro-person2);
  width: 71.89px;
  height: 233.06px;
  right: 104px;
  bottom: -126px;
}
@media screen and (max-width: 1024px) {
  .intro__inner::after {
    width: 7.0205vw;
    height: 22.7597vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__inner::after {
    width: 10.6933vw;
    height: 32.8vw;
    right: 0.1rem;
    bottom: -20.26666vw;
  }
}

.intro__heading {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5277777778;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .intro__heading {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__heading {
    font-size: 0.24rem;
    line-height: 1.6666666667;
  }
}

.intro__text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
  margin-top: 43px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .intro__text {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__text {
    font-size: 0.16rem;
    line-height: 1.875;
    margin-top: 0.21rem;
  }
}

.about-ambassador {
  margin-top: -90px;
  padding-top: 131px;
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/about-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .about-ambassador {
    background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/about-bg-sp);
    padding-top: 30.13vw;
  }
}

.about-ambassador__inner {
  position: relative;
}

.about-ambassador::before,
.about-ambassador::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .about-ambassador::before,
  .about-ambassador::after {
    content: none;
  }
}

.about-ambassador::before {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/about-img2);
  width: 19.5357vw;
  height: 29.492vw;
  left: 3.57vw;
  top: 16.2857vw;
}
@media screen and (max-width: 1024px) {
  .about-ambassador::before {
    top: 20vw;
  }
}
@media screen and (max-width: 900px) {
  .about-ambassador::before {
    top: 40vw;
  }
}

.about-ambassador::after {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/about-img1);
  width: 18.2vw;
  height: 31.37vw;
  right: 3vw;
  top: 8vw;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .about-ambassador::after {
    top: 22vw;
  }
}
@media screen and (max-width: 900px) {
  .about-ambassador::after {
    top: 40vw;
  }
}

.about-ambassador__text {
  margin-top: 34px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768px) {
  .about-ambassador__text {
    font-size: 0.16rem;
    margin-top: 7.7333vw;
    line-height: 1.875;
  }
}

.about-ambassador__sub-heading {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .about-ambassador__sub-heading {
    margin-top: 12.8vw;
  }
}

.common-heading__list {
  margin-top: 49px;
  display: flex;
  justify-content: center;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .common-heading__list {
    flex-direction: column;
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .common-heading__list .common-heading__item-wrap {
    display: flex;
    align-items: flex-end;
  }
}
.common-heading__list .common-heading__item-wrap--reverse {
  flex-direction: row-reverse;
}

.common-heading__img-left {
  display: none;
}
@media screen and (max-width: 768px) {
  .common-heading__img-left {
    display: block;
    width: 40.1333vw;
    padding-bottom: 0.25rem;
  }
}

.common-heading__img-left img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common-heading__img-right {
    flex: 1;
  }
}

.common-heading__img-right img {
  width: 100%;
}

.common-heading__item {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-heading__item {
    max-width: none;
  }
}

.activity {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/activity-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-top: 150px;
  padding-bottom: 145px;
  margin-top: -100px;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .activity {
    background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/activity-bg-sp);
    margin-top: -25.33333vw;
    padding-bottom: 14.399vw;
    padding-top: 40vw;
  }
}

.activity__heading {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .activity__heading {
    font-size: 0.24rem;
  }
}

.activity__body {
  margin-top: 44px;
  display: flex;
  column-gap: 55px;
}
@media screen and (max-width: 1024px) {
  .activity__body {
    column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .activity__body {
    margin-top: 8.266666vw;
  }
}

.activity__img {
  max-width: 235px;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .activity__img {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .activity__img {
    display: none;
  }
}

.activity__img img {
  aspect-ratio: 235/479;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.activity__contents {
  flex: 1;
}

.activity__detail {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .activity__detail {
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .activity__detail {
    flex-direction: column;
  }
}

.activity__detail:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .activity__detail:not(:first-child) {
    margin-top: 10.6666vw;
  }
}

.activity__detail-lead {
  font-size: 16px;
  font-weight: bold;
  color: #FF7700;
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .activity__detail-lead {
    max-width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .activity__detail-lead {
    max-width: none;
    text-align: center;
    font-size: 0.16rem;
  }
}

.activity__detail-lead span {
  display: inline-block;
  background-color: #fff;
  border-radius: 35px;
  padding: 5px 28px;
}
@media screen and (max-width: 1024px) {
  .activity__detail-lead span {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 768px) {
  .activity__detail-lead span {
    max-width: 32vw;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.activity__detail-wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .activity__detail-wrap {
    margin-top: 2.66666666vw;
  }
}

.activity__detail-text {
  font-size: 16px;
  color: #FF7700;
  line-height: 1.875;
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/activity-hukidashi);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 85.4545% 100%;
  padding: 10px 155px 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .activity__detail-text {
    background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/activity-hukidashi-sp);
    background-size: 100% 65%;
    background-position: top;
    padding: 4vw 2.6666vw 38.1333vw 2.6666vw;
    font-size: 0.16rem;
  }
}

.activity__detail-text span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.activity__detail-text::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/activity-person);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 96px;
  height: 110px;
  right: 16px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .activity__detail-text::after {
    width: 25.6vw;
    height: 29.333333vw;
    top: auto;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .activity__detail-text::before {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/activity-img-sp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 62.66666vw;
    height: 28vw;
    border-radius: 5px;
    bottom: 0;
    left: 0;
  }
}

.activity__detail-subText {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .activity__detail-subText {
    font-size: 0.16rem;
  }
}

.activity__detail-subText--margin {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .activity__detail-subText--margin {
    margin-top: 7vw;
  }
}

.activity__detail-subText--indent {
  text-indent: -1em;
  padding-left: 1em;
}

.activity__detail-subText-small {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .activity__detail-subText-small {
    font-size: 0.14rem;
    margin-top: 1.6vw;
  }
}

.banner {
  background-color: #FBE7DE;
  padding-top: 197px;
  padding-bottom: 32px;
  margin-top: -143px;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 32.533333vw;
    margin-top: -24.8vw;
    padding-bottom: 6.1333vw;
  }
}

.about-contents--layout {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .about-contents--layout {
    margin-top: 10.1333333333vw;
  }
}

.about-contents {
  position: relative;
  z-index: 5;
}

.about-contents__heading {
  font-size: 40px;
  font-weight: 900;
  color: #006CB5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-contents__heading {
    font-size: 0.24rem;
    line-height: 1.6666666667;
  }
}

.about-contents__title {
  margin-top: 37px;
  background-color: #FFECEE;
  padding: 26px 100px 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-contents__title {
    margin-top: 7.7333333333vw;
    padding-top: 8.2666666667vw;
    padding-right: 7.4666666667vw;
    padding-left: 7.7333333333vw;
    padding-bottom: 3.2vw;
  }
}

.about-contents__title-text {
  font-size: 30px;
  font-weight: 900;
  color: #D64D57;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-contents__title-text {
    font-size: 0.16rem;
    line-height: 1.875;
    text-align: left;
    padding-left: 29.3333333333vw;
  }
}

.about-contents__title-text::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/about-content-person);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 89px;
  height: 119px;
  right: -20px;
  top: -14px;
}
@media screen and (max-width: 768px) {
  .about-contents__title-text::after {
    width: 21.6vw;
    height: 28.8vw;
    right: auto;
    left: 3.7333333333vw;
  }
}

.about-contents__title-text--second {
  font-size: 24px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .about-contents__title-text--second {
    padding: 0;
    font-size: 0.16rem;
    margin-top: 4.8vw;
  }
}

.about-contents__title-text--second::after {
  content: none;
}

.about-contents__body {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .about-contents__body {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 9.6vw;
    margin-top: 5.0666666667vw;
  }
}

.about-contents__item {
  border-radius: 10px 10px 0 0;
}

.about-contents__box {
  border-radius: 0 0 10px 10px;
}

.about-contents__box-top {
  background-color: #D64D57;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 15px 10px 15px;
}
@media screen and (max-width: 768px) {
  .about-contents__box-top {
    padding-top: 3.2vw;
    padding-bottom: 4.5333333333vw;
  }
}

.about-contents__box-lead {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-contents__box-lead {
    font-size: 0.24rem;
  }
}

.about-contents__box-subLead {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 7px;
  display: block;
}
@media screen and (max-width: 768px) {
  .about-contents__box-subLead {
    font-size: 0.16rem;
  }
}

.about-contents__box-img {
  border-radius: 0 0 10px 10px;
}

.about-contents__box-img img {
  border-radius: 0 0 10px 10px;
  aspect-ratio: 520/250;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-contents__box-img img {
    aspect-ratio: 345/150;
  }
}

.about-contents__box-img-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  border: 1px solid #CCCCCC;
}

.about-contents__box-img-2 img {
  width: 68%;
  aspect-ratio: 354/236;
}
@media screen and (max-width: 768px) {
  .about-contents__box-img-2 img {
    width: 54.74%;
  }
}

.about-contents__box-link {
  max-width: 300px;
  width: 100%;
  margin: 20px auto 0;
  background-color: #006CB5;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 11.5px 0;
  display: flex;
  column-gap: 13.6px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about-contents__box-link {
    font-size: 0.18rem;
    max-width: 80vw;
    margin-top: 2.6666666667vw;
  }
}

.about-contents__box-link img {
  width: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .about-contents__box-link img {
    width: 4vw;
  }
}

.about-contents__box-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .about-contents__box-text {
    font-size: 0.16rem;
    margin-top: 4.5333333333vw;
  }
}

.about-contents__images {
  display: flex;
  column-gap: 81px;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .about-contents__images {
    margin-top: 5.8666666667vw;
  }
}

.about-contents__images-item img {
  width: 100%;
}

.about-contents__images-item:nth-child(1) {
  width: 504.23px;
}

.about-contents__images-item:nth-child(2) {
  width: 546.93px;
}

@media screen and (max-width: 768px) {
  .about-contents__images-item {
    display: none;
  }
}

.about-contents__images-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-contents__images-sp {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
}

.about-contents__images-sp img {
  width: 100%;
}

.term {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/term-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-top: 203px;
  padding-bottom: 70px;
  margin-top: -147px;
}
@media screen and (max-width: 768px) {
  .term {
    background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/term-bg-sp);
    margin-top: -11.4666666667vw;
    padding-top: 23.2vw;
    padding-bottom: 10.4vw;
  }
}

.term__body {
  margin-top: 52px;
  display: flex;
  column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .term__body {
    flex-direction: column;
    margin-top: 9.0666666667vw;
  }
}

.term__term {
  flex: 1;
}

.term__lead-text {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 19px;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .term__lead-text {
    font-size: 0.24rem;
    padding-bottom: 4.2666666667vw;
  }
}

.term__lead-detail {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .term__lead-detail {
    font-size: 0.21rem;
    margin-top: 4.2666666667vw;
    line-height: 1.1;
  }
}

.term__lead-detail-year {
  font-size: 40px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .term__lead-detail-year {
    font-size: 0.27rem;
  }
}

.term__lead-detail-number {
  font-size: 60px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .term__lead-detail-number {
    font-size: 0.42rem;
  }
}

.term__count {
  max-width: 256.5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .term__count {
    max-width: none;
    margin-top: 12.8vw;
  }
}

.term__term .term__lead .term__lead-text > img {
  width: 27px;
}
@media screen and (max-width: 768px) {
  .term__term .term__lead .term__lead-text > img {
    width: 7.2vw;
  }
}

.term__count .term__lead .term__lead-text > img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .term__count .term__lead .term__lead-text > img {
    width: 13.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .term__count > .term__lead-detail {
    margin-top: 1.3333333333vw;
  }
}

.space {
  display: none;
}
@media screen and (max-width: 768px) {
  .space {
    display: inline-block;
  }
}

.flow {
  background-color: #4492DD;
  padding: 61px 0 54px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 6.9333333333vw;
    padding-bottom: 14.4vw;
  }
}

.flow__list {
  margin-top: 51px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .flow__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10.6666666667vw;
    margin-top: 5.8666666667vw;
  }
}

.flow__item .flow__img {
  position: relative;
}

.flow__item .flow__img::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/flow-arrow);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow__item .flow__img::after {
    content: none;
  }
}

.flow__item:last-child .flow__img::after {
  content: none;
}

.flow__lead {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  column-gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow__lead {
    font-size: 0.24rem;
  }
}

.flow__step {
  display: block;
  font-size: 16px;
  color: #006CB5;
  background-color: #fff;
  max-width: 85px;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .flow__step {
    max-width: 22.6666666667vw;
    font-size: 0.16rem;
  }
}

.flow__img {
  margin-top: 21px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .flow__img {
    margin-top: 5.0666666667vw;
  }
}

.flow__img img {
  border-radius: 10px;
  aspect-ratio: 340/200;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow__img img {
    aspect-ratio: 340/196;
  }
}

.flow__text {
  margin-top: 20px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .flow__text {
    margin-top: 5.3333333333vw;
    font-size: 0.16rem;
  }
}

.jobterm {
  background-color: #A6D4FB;
  padding: 17px 0 41px;
}
@media screen and (max-width: 768px) {
  .jobterm {
    padding-top: 10.6666666667vw;
    padding-bottom: 9.0666666667vw;
  }
}

.jobterm__text {
  text-align: center;
  color: #006CB5;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .jobterm__text {
    font-size: 0.21rem;
    line-height: 1.2;
  }
}

.jobterm__lead {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  background-color: #006CB5;
  border-radius: 5px;
  padding: 10px 47px;
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .jobterm__lead {
    font-size: 0.24rem;
    max-width: 53.3333333333vw;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4vw;
    display: block;
    padding-top: 3.2vw;
    padding-bottom: 4.8vw;
  }
}

.question {
  padding-top: 70px;
  background-color: #F8F8F8;
  padding-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .question {
    padding-top: 10.6666666667vw;
    padding-bottom: 11.2vw;
  }
}

.question__heading {
  color: #006CB5;
}

.question__body {
  padding: 0 110px 0 120px;
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .question__body {
    padding-right: 12vw;
    padding-left: 12vw;
    margin-top: 5.6vw;
  }
}

.question__question {
  position: relative;
  cursor: pointer;
}

.question__question::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/faq-plus);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .question__question::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
    transform: none;
    top: 4vw;
  }
}

.question__question.is-open::after {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/faq-minus);
}

.question__question-box {
  background-color: #006CB5;
  padding: 28px 100px 28px 30px;
  border-radius: 0 20px 0 20px;
  position: relative;
  transition: 0.3s border-radius;
}
@media screen and (max-width: 768px) {
  .question__question-box {
    padding-top: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 4.8vw;
    padding-bottom: 4.8vw;
  }
}

.question__question.is-open .question__question-box {
  border-radius: 0 20px 0 0;
}

.question__question-box::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 85px;
  height: 85px;
  left: -120px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .question__question-box::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    left: -12vw;
  }
}

.question__item:nth-child(1) .question__question-box::before {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/faq-1);
}

.question__item:nth-child(2) .question__question-box::before {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/faq-2);
}

.question__item:nth-child(3) .question__question-box::before {
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/faq-3);
}

.question__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .question__item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}

.question__answer {
  display: none;
}

.question__answer-box {
  background-color: #D2EAFF;
  padding: 31px 35px 31px 30px;
  border-radius: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .question__answer-box {
    padding-top: 2.6666666667vw;
    padding-right: 1.8666666667vw;
    padding-bottom: 6.1333333333vw;
    padding-left: 2.6666666667vw;
  }
}

.question__answer-box::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/-/media/cojp/product/printer/contents/ambassador/img/faq-answer);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 85px;
  height: 85px;
  right: -110px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .question__answer-box::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: -12vw;
  }
}

.question__question-text,
.question__answer-text {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .question__question-text,
  .question__answer-text {
    flex-direction: column;
    row-gap: 1.6vw;
  }
}

.question__question-text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .question__question-text {
    font-size: 0.16rem;
  }
}

.question__question-text span {
  color: #fff;
  font-size: 24px;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .question__question-text span {
    font-size: 0.16rem;
  }
}

.question__answer-text {
  color: #000;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .question__answer-text {
    font-size: 0.16rem;
  }
}

.question__answer-text span {
  font-size: 24px;
  font-weight: bold;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .question__answer-text span {
    font-size: 0.16rem;
  }
}

.question__attention {
  margin-top: 104px;
  background-color: #fff;
  padding: 59px 50px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .question__attention {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-bottom: 11.2vw;
  }
}

.question__attention-lead {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .question__attention-lead {
    font-size: 0.24rem;
  }
}

.question__attention-wrap {
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .question__attention-wrap {
    margin-top: 5.6vw;
  }
}

.question__attention-text {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .question__attention-text {
    font-size: 0.16rem;
  }
}

.question__attention-text:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .question__attention-text:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}

.question__attention-text a {
  color: #056EAC;
  text-decoration: underline;
  word-break: break-all;
}

.banner-bottom {
  background-color: #FBE7DE;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .banner-bottom {
    padding-top: 9.6vw;
    padding-bottom: 9.8666666667vw;
  }
}


.main-heading__text {
  font-size: 16px;
  font-weight: bold;
  padding: 13px 0;
}
@media screen and (max-width: 768px) {
  .main-heading__text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}/*# sourceMappingURL=style.css.map */