@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* del, ins {
	text-decoration:none;
} */
/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
breakpoint
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #555555;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  position: relative;
}

a {
  color: #555555;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

li {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

dd {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

table tr {
  border-collapse: collapse;
}
table tr th {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  table tr th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
table tr td {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  table tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ====================================================
共通
==================================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.contentsFlex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contentsFlex {
    display: block;
  }
}

.off {
  pointer-events: none;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

.innerS {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .innerS {
    width: 90%;
  }
}

.txtS {
  font-size: 90%;
}

h2.h2ttl {
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 18px;
  color: #00A9FF;
}
h2.h2ttl span {
  background: linear-gradient(transparent 70%, #FFF200 70%);
}
h2.h2ttl em {
  color: #7F7F7F;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  h2.h2ttl em {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #555555;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 60px;
  }
}

.nonCatch {
  background-color: #F7F5F5;
  padding: 120px 0;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .nonCatch {
    padding: 100px 0 40px;
  }
}
.nonCatch h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #00A9FF;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .nonCatch h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.nonCatch p {
  color: #555555;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .nonCatch p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.none {
  display: none;
}

/* ====================================================
Header
==================================================== */
header {
  width: 100%;
  height: 80px;
  padding: 0;
  background-color: #FFF;
  display: flex;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    height: 60px;
    border-bottom: 1px solid #bdd8e4;
    z-index: 999;
  }
}
header .logo {
  width: 36%;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 75%;
    height: auto;
    line-height: 60px;
  }
}
header .logo img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  header .logo img {
    width: 60%;
  }
}
header .gnavi {
  position: absolute;
  right: 14%;
  top: 25px;
  text-align: right;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  header .gnavi {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  header .gnavi {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #FFF;
  }
}
header .gnavi li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  header .gnavi li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #bdd8e4;
    text-align: left;
  }
  header .gnavi li:first-of-type {
    border-top: 1px solid #bdd8e4;
  }
}
@media screen and (max-width: 768px) {
  header .gnavi li a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 15px;
  }
  header .gnavi li a::before {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #2f4859;
    border-right: 1px solid #2f4859;
    transform: rotate(45deg);
  }
}
header .gnavi li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  header .gnavi li a:hover {
    background: #f1f8fc;
    text-decoration: none;
  }
}
header .gnavi .cv {
  background-color: #FFA700;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .gnavi .cv {
    width: 90%;
    margin: 8px auto;
    border-radius: 40px;
  }
}
header .gnavi .cv a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  header .gnavi .cv a {
    padding: 6px 0 6px 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .gnavi .cv a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.menu-trigger {
  display: block;
  position: absolute;
  width: 50px;
  right: 0px;
  top: 5%;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 12px;
  width: 25px;
  height: 2px;
  background-color: #26455c;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 16px;
}
.menu-trigger span:nth-of-type(2) {
  top: 23px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

/* ====================================================
Footer
==================================================== */
.footContact {
  background-color: #fffccc;
  border-top-right-radius: 200px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footContact {
    width: 100%;
    border-top-right-radius: 60px;
    padding: 40px 0;
  }
}
.footContact .h2ttl {
  color: #555555;
}
.footContact ul {
  display: flex;
  gap: 5%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footContact ul {
    display: block;
    gap: 0;
  }
}
.footContact ul li {
  width: 36%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footContact ul li {
    width: 100%;
    margin-bottom: 18px;
  }
}
.footContact ul li img {
  width: auto;
  height: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .footContact ul li img {
    height: 24px;
  }
}

footer {
  padding: 24px 0 12px;
  background-color: #F7F5F5;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 25px 0;
    height: auto;
  }
}
footer .logo {
  width: 40%;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    text-align: center;
    margin: 0 auto;
    width: 75%;
    height: auto;
  }
}
footer .logo img {
  width: 225px;
}
footer .footmenu {
  width: 60%;
}
@media screen and (max-width: 768px) {
  footer .footmenu {
    width: 100%;
  }
}
footer .footmenu ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .footmenu ul {
    margin-top: 18px;
    display: block;
  }
}
footer .footmenu ul li {
  width: 28%;
  margin-right: 2%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footmenu ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
footer .footmenu ul li a {
  line-height: 53px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  footer .footmenu ul li a {
    line-height: 2;
  }
}
footer .footmenu ul li:last-child {
  margin-right: 0;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 30px;
  }
}

/*----------------------------------------------------
    LINEアイコン
----------------------------------------------------*/
#lineContact {
  width: 145px;
  height: auto;
  text-align: right;
  margin: 0 auto;
  position: fixed;
  padding: 0;
  z-index: 9999;
  bottom: 8%;
  right: 3%;
}
@media screen and (max-width: 768px) {
  #lineContact {
    width: 100px;
    bottom: 12%;
  }
}

.cvBtn {
  background: #FFA700;
  box-sizing: border-box;
  width: 320px;
  height: 65px;
  border-radius: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cvBtn {
    width: 95%;
    height: 50px;
  }
}
.cvBtn a {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  display: block;
  line-height: 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cvBtn a {
    line-height: 50px;
  }
}
.cvBtn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-bottom: 5px;
  margin-right: 10px;
  position: absolute;
  top: 38%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .cvBtn a::after {
    margin-bottom: 2px;
  }
}

.ttlCv {
  box-sizing: border-box;
  text-align: center;
  margin: 18px auto 0;
}
@media screen and (max-width: 768px) {
  .ttlCv {
    margin: 12px auto 0;
  }
}
.ttlCv p {
  text-align: center;
  margin: 0 auto;
}
.ttlCv p.cvsub {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFA700;
}
@media screen and (max-width: 768px) {
  .ttlCv p.cvsub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlCv .cvBtn {
    width: 90%;
  }
}

.footCv {
  position: sticky;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 12px 0;
  box-sizing: border-box;
  bottom: 0;
  text-align: center;
  margin: 18px auto;
}
@media screen and (max-width: 768px) {
  .footCv {
    margin: 18px auto;
  }
}
.footCv p {
  text-align: center;
  margin: 0 auto;
}
.footCv p.cvsub {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFA700;
}
@media screen and (max-width: 768px) {
  .footCv p.cvsub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footCv .cvBtn {
    width: 90%;
  }
}

.linkBtn {
  background: #fff;
  border: 1px solid #FFA700;
  box-sizing: border-box;
  width: 320px;
  height: 60px;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .linkBtn {
    width: 95%;
    height: 50px;
  }
}
.linkBtn a {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFA700;
  display: block;
  line-height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .linkBtn a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 48px;
  }
}
.linkBtn a .txtS {
  font-size: 90%;
}
.linkBtn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 1px solid #FFA700;
  border-right: 1px solid #FFA700;
  transform: rotate(45deg);
  margin-bottom: 5px;
  margin-right: 10px;
  position: absolute;
  top: 35%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .linkBtn a::after {
    margin-bottom: 2px;
  }
}

.main-visual {
  background-color: #EEF8FD;
  border-bottom-left-radius: 200px;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .main-visual {
    height: auto;
    padding: 28px 0 80px;
    border-bottom-left-radius: 120px;
  }
}
.main-visual .inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main-visual .inner {
    width: 100%;
  }
}
.main-visual .catchLeft {
  padding-top: 10%;
  width: 47%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .main-visual .catchLeft {
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.main-visual .catchLeft .catchSub {
  text-align: center;
  margin: 0 auto 8px;
  background-color: #00A9FF;
  color: #fff;
  border-radius: 20px;
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .main-visual .catchLeft .catchSub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.main-visual .catchLeft h1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-visual .catchLeft h1 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 12px;
  }
}
.main-visual .catchLeft .subTxt {
  font-weight: bold;
  margin-bottom: 28px;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  letter-spacing: -0.01rem;
}
@media screen and (max-width: 768px) {
  .main-visual .catchLeft .subTxt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.main-visual .catchLeft .subTxt span {
  background: linear-gradient(transparent 70%, #FFF200 70%);
}
.main-visual .right {
  width: 49%;
  background-image: url("https://commons-dso.com/wp-content/themes/commons/images/top/commons_logo_h30.png");
  background-size: cover;
  height: 560px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-visual .right {
    width: 100%;
    height: 320px;
    background-size: contain;
    background-position-x: center;
  }
}
.main-visual .right .rightImg {
  width: 100%;
  height: auto;
  padding-top: 30%;
  text-align: center;
}
.main-visual .right .rightImg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-visual .right .rightImg img {
    width: 90%;
  }
}
.main-visual .right p {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  font-weight: bold;
  padding: 20px;
  width: 92%;
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 12%;
}
@media screen and (max-width: 768px) {
  .main-visual .right p {
    left: 5%;
    right: 5%;
    bottom: 10%;
    padding: 12px 16px;
    width: 90%;
  }
}
.main-visual .sp {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-visual .cvBtn {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #index {
    padding-top: 60px;
  }
}
#index .mainAbout .pct {
  border-radius: 200px;
  width: 375px;
  height: 375px;
  line-height: 375px;
  margin: 0 auto;
  background-color: #f7f5f5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .mainAbout .pct {
    border-radius: 200px;
    width: 330px;
    height: 330px;
    line-height: 330px;
    text-align: center;
    margin: 0 auto 28px;
  }
}
#index .mainAbout .pct img.icon02 {
  width: 160px;
  height: auto;
}
#index .mainAbout .txt {
  text-align: left;
  width: 58%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  #index .mainAbout .txt {
    width: 100%;
    margin-left: 0;
  }
}
#index .mainAbout .txt .h2ttl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #index .mainAbout .txt .h2ttl {
    text-align: center;
  }
}
#index .mainAbout .txt h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #index .mainAbout .txt h3 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  #index .mainAbout .txt h3 br {
    display: none;
  }
}
#index .mainAbout .txt .linkBtn {
  margin: 40px 0 0;
}
#index .mainNews .view-all {
  text-align: right;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #index .mainNews .view-all {
    margin-bottom: 18px;
  }
}
#index .mainNews ul {
  display: flex;
  flex-wrap: wrap;
}
#index .mainNews ul li {
  width: 23%;
  margin-right: 2.66%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #index .mainNews ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 28px;
  }
}
#index .mainNews ul li .thumb {
  margin-bottom: 18px;
}
#index .mainNews ul li .thumb img {
  border-radius: 20px;
}
#index .mainNews ul li .cat {
  width: 120px;
  height: 30px;
  background-color: #00A9FF;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #index .mainNews ul li .cat {
    width: 100%;
    text-align: left;
    padding-left: 12px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#index .mainNews ul li p.cat-delivery {
  color: #555;
  background-color: #FFF200;
}
#index .mainNews ul li p.cat-event-report {
  border: 1px solid #00A9FF;
  background-color: #fff;
  color: #00A9FF;
}
#index .mainNews ul li p.cat-campaign {
  background-color: #DC143C;
}
#index .mainNews ul li p.cat-column {
  background-color: #F7F5F5;
  color: #555;
}
#index .mainNews ul li .date {
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #index .mainNews ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#index .mainNews ul li:last-child {
  margin-right: 0;
}

#news .newsWrap {
  margin: 80px auto;
  /*一覧*/
}
@media screen and (max-width: 768px) {
  #news .newsWrap {
    margin: 60px auto;
  }
}
#news .newsWrap h2 {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #news .newsWrap h2 {
    margin-bottom: 18px;
  }
}
#news .newsWrap .newsContents {
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  #news .newsWrap .newsContents {
    margin: 18px auto 60px;
  }
}
#news .newsWrap ul.list {
  display: flex;
  flex-wrap: wrap;
}
#news .newsWrap ul.list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 28px;
  line-height: 2;
}
#news .newsWrap ul.list li .thumb {
  margin-bottom: 18px;
}
#news .newsWrap ul.list li .thumb img {
  border-radius: 20px;
}
#news .newsWrap ul.list li p span {
  font-weight: normal;
  margin-left: 12px;
}
#news .newsWrap ul.list li p.cat {
  width: 120px;
  height: 30px;
  background-color: #00A9FF;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #news .newsWrap ul.list li p.cat {
    width: 100%;
    text-align: left;
    padding-left: 12px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#news .newsWrap ul.list li p.cat-delivery {
  color: #555;
  background-color: #FFF200;
}
#news .newsWrap ul.list li p.cat-event-report {
  border: 1px solid #00A9FF;
  background-color: #fff;
  color: #00A9FF;
}
#news .newsWrap ul.list li p.cat-campaign {
  background-color: #DC143C;
}
#news .newsWrap ul.list li p.cat-column {
  background-color: #F7F5F5;
  color: #555;
}
#news .newsWrap ul.list li p.date {
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}
#news .newsWrap ul.list li:nth-child(2n) {
  margin-right: 0;
}
#news .newsWrap ul.list li:last-child {
  margin-right: 0;
}

#news-single .newsWrap {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #news-single .newsWrap {
    margin: 60px auto;
  }
}
#news-single .newsWrap h2 {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #news-single .newsWrap h2 {
    margin-bottom: 8px;
  }
}
#news-single .newsWrap .newsContents {
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  #news-single .newsWrap .newsContents {
    margin: 18px auto 60px;
  }
}
#news-single .newsWrap .newsContents h2 {
  font-weight: bold;
}
#news-single .newsWrap .newsContents h3 {
  font-weight: bold;
}
#news-single .newsWrap .newsContents h4 {
  font-weight: bold;
}
#news-single .newsWrap .newsContents h5 {
  font-weight: bold;
}
#news-single .newsWrap .newsContents h6 {
  font-weight: bold;
}
#news-single .newsWrap .newsContents ul li {
  margin-bottom: 4px;
}
#news-single .newsWrap .newsContents a {
  color: #00A9FF;
  text-decoration: underline;
  text-decoration-color: #00A9FF;
}
#news-single .newsWrap .newsContents a.wp-block-button__link {
  color: #fff;
  text-decoration: none;
}
#news-single .newsWrap .newsContents strong {
  font-weight: bold;
}
#news-single .newsCta h2 {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta h2 {
    margin-bottom: 18px;
  }
}
#news-single .newsCta h3 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta h3 {
    margin-bottom: 12px;
  }
}
#news-single .newsCta a {
  color: #00A9FF;
  text-decoration: underline;
  text-decoration-color: #00A9FF;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta .contentsFlex {
    display: block;
  }
}
#news-single .newsCta .contentsFlex .ctaContents {
  width: 60%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta .contentsFlex .ctaContents {
    width: 100%;
    margin-right: 0;
  }
}
#news-single .newsCta .contentsFlex .ctaContents li {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta .contentsFlex .ctaContents li {
    margin-bottom: 12px;
  }
}
#news-single .newsCta .contentsFlex .ctaContents .cvBtn {
  margin: 28px 0 0;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta .contentsFlex .ctaContents .cvBtn {
    margin: 18px auto 0;
  }
}
#news-single .newsCta .contentsFlex p.ctaPct {
  width: 36%;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta .contentsFlex p.ctaPct {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  #news-single .newsCta .contentsFlex p.ctaPct img {
    width: 85%;
    height: auto;
  }
}
#news-single .newsCta dl {
  margin-top: 12px;
}
#news-single .newsCta dl dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#news-single .newsCta dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#news-single .newsCta02 h2 {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 h2 {
    margin-bottom: 18px;
  }
}
#news-single .newsCta02 h3 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 h3 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 h3 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 .contentsFlex {
    display: flex;
  }
}
#news-single .newsCta02 .contentsFlex .ctaContents {
  order: 2;
  width: 60%;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 .contentsFlex .ctaContents {
    width: 100%;
    margin: 0 auto 28px;
  }
}
#news-single .newsCta02 .contentsFlex .ctaContents li {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 .contentsFlex .ctaContents li {
    margin-bottom: 12px;
  }
}
#news-single .newsCta02 .contentsFlex .ctaContents .cvBtn {
  margin: 28px 0 0;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 .contentsFlex .ctaContents .cvBtn {
    margin: 18px auto 0;
  }
}
#news-single .newsCta02 .contentsFlex p.ctaPct {
  order: 1;
  width: 36%;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 .contentsFlex p.ctaPct {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 .contentsFlex p.ctaPct img {
    width: 85%;
    height: auto;
  }
}
#news-single .newsCta02 dl {
  margin-top: 12px;
}
#news-single .newsCta02 dl dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#news-single .newsCta02 dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news-single .newsCta02 dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#about {
  /*-------------------- slick -----------------------*/
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
}
@media screen and (max-width: 768px) {
  #about {
    padding-top: 60px;
  }
}
#about .aboutMv {
  background-image: url("https://commons-dso.com/wp-content/themes/commons/images/about/about-bg@2x.jpg");
  background-size: cover;
  height: 536px;
  position: relative;
  /*.catchSub{
    width: 48%;
    text-align: left;
    background-color: #fff;
    padding: 18px;
    box-sizing: border-box;
    position: relative;
    @include mq() {
      width: 75%;
      padding: 12px 0 12px 12px;
    }
    p{
      color: $mainblue;
      font-weight: bold;
      @include font-size(24);
    @include mq() {@include font-size(12);}
    }
  }
  .catchSub::after{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    width: 0;
    height: 0;
    background-color: #fff;
    height: 80px;
    width: 80px;
    clip-path:polygon(0% 0, 100% 0%, 0 100%);
    @include mq() {
      height: 46px;
      width: 46px;
    }
  }*/
}
@media screen and (max-width: 768px) {
  #about .aboutMv {
    height: auto;
    padding: 0;
  }
}
#about .aboutMv .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .inner {
    width: 100%;
    gap: 0;
  }
}
#about .aboutMv .catchLeft {
  padding-top: 6%;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .catchLeft {
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
  }
}
#about .aboutMv .catchLeft h1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .catchLeft h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 12px auto;
  }
}
#about .aboutMv .catchLeft .subTxt {
  padding: 12px 0;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .catchLeft .subTxt {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 8px 0;
    margin-bottom: 12px;
  }
}
#about .aboutMv .catchLeft .leftTxt h2 {
  color: #FFF200;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .catchLeft .leftTxt h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#about .aboutMv .catchLeft .leftTxt h2 span {
  font-size: 60px;
  font-size: 6rem;
  padding: 0 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .catchLeft .leftTxt h2 span {
    font-size: 42px;
    font-size: 4.2rem;
    padding: 0 8px;
  }
}
#about .aboutMv .catchLeft .leftTxt p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .catchLeft .leftTxt p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#about .aboutMv .rightImg {
  width: 48%;
  padding-top: 4%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .rightImg {
    width: 100%;
    padding-top: 18px;
  }
}
#about .aboutMv .rightImg img {
  width: 100%;
  max-height: 492px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #about .aboutMv .rightImg img {
    width: 90%;
  }
}
#about .aboutMv .sp {
  margin: 0 auto;
}
#about .about01 .pc {
  margin: 28px auto 0;
}
#about .about01 .sp {
  margin: 28px auto 0;
}
#about .about01 .contentsFlex {
  gap: 2%;
}
#about .about01 a {
  width: 23.5%;
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #about .about01 a {
    margin-bottom: 0;
  }
}
#about .about01 a dl {
  border: 4px solid #00A9FF;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about .about01 a dl {
    padding: 12px 8px;
    height: 240px;
  }
}
#about .about01 a dl dt {
  text-align: center;
  margin: 18px auto 12px;
  font-weight: bold;
  color: #00A9FF;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #about .about01 a dl dt {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #about .about01 a dl dd {
    text-align: center;
  }
}
#about .about01 a:nth-of-type(n+8) dl {
  border: 2px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  #about .about01 a:nth-child(8) dl {
    border: 4px solid #00A9FF;
  }
}
#about .about01 .userblock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
#about .about01 .userblock a {
  width: 48%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #about .about01 .userblock a dl {
    border: 2px solid #00A9FF;
  }
}
#about .about01 .userblock a dl dd {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
#about .about01 .userblock a .ask {
  border: 2px solid #c8c8c8;
}
#about .about01 .linkBtn {
  margin-top: 40px;
}
#about .about01 .linkBtn a {
  display: block;
  width: 100%;
}
#about .about01 p.txtS {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #about .about01 p.txtS {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 12px;
  }
}
#about .userslider .slick-slide {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  #about .userslider .slick-slide {
    margin: 0 18px 0;
  }
}
#about .slick-prev,
#about .slick-next {
  position: absolute;
  top: 46.5%;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #555555; /*矢印の色*/
  border-right: 1px solid #555555; /*矢印の色*/
  height: 18px;
  width: 18px;
  z-index: 9999;
}
#about .slick-prev { /*戻る矢印の位置と形状*/
  left: -2.5% !important;
  transform: rotate(-135deg) !important;
}
@media screen and (max-width: 768px) {
  #about .slick-prev {
    left: 0.5% !important;
  }
}
#about .slick-next { /*次へ矢印の位置と形状*/
  right: 1% !important;
  transform: rotate(45deg) !important;
}
@media screen and (max-width: 768px) {
  #about .slick-next {
    right: -0.5% !important;
  }
}
#about .userslider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .planAll {
  text-align: center;
  margin: 0 auto;
}
#about .planAll h3 {
  margin-bottom: 8px;
}
#about .planAll .service {
  display: flex;
  margin-top: 28px;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  #about .planAll .service {
    display: block;
  }
}
#about .planAll .service li {
  width: 32%;
  border-radius: 20px;
  /*background-color: $blue;*/
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  #about .planAll .service li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
    padding: 0;
  }
}
#about .planAll .service li p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 8px;
  line-height: 1.6;
}
#about .planAll .service li p b {
  font-size: 28px;
  font-size: 2.8rem;
}
#about .planAll .service li p span {
  font-size: 20px;
  font-size: 2rem;
  background-color: #00A9FF;
  padding: 4px 0;
  color: #fff;
  width: 250px;
  display: inline-block;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #about .planAll .service li p span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#about .planAll .tax {
  text-align: right;
}

.aboutService .contentsFlex {
  gap: 4%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .aboutService .contentsFlex {
    gap: 0;
  }
}
.aboutService .contentsFlex .servicePct {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .aboutService .contentsFlex .servicePct {
    width: 100%;
    margin-bottom: 18px;
  }
}
.aboutService .contentsFlex .serviceTxt {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .aboutService .contentsFlex .serviceTxt {
    width: 100%;
  }
}
.aboutService .contentsFlex .serviceTxt h3 {
  margin-bottom: 18px;
  background-color: #F7F5F5;
  padding: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .aboutService .contentsFlex .serviceTxt h3 {
    padding: 12px 18px;
    margin-bottom: 12px;
  }
}
.aboutService .contentsFlex .serviceTxt dl {
  margin-top: 18px;
}
.aboutService .contentsFlex .serviceTxt dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .aboutService .contentsFlex .serviceTxt dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.aboutService .contentsFlex .serviceTxt dl dd {
  line-height: 2;
}
.aboutService .contentsFlex .serviceTxt dl dd a {
  text-decoration: underline;
  text-decoration-color: #00A9FF;
  color: #00A9FF;
}

.about02 {
  background-color: #EEF8FD;
  border-bottom-left-radius: 200px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .about02 {
    padding: 60px 0;
    border-bottom-left-radius: 120px;
  }
}
.about02 p {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .about02 p {
    text-align: left;
    margin: 0 auto 28px;
  }
}
.about02 .logoGroup {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 3.3%;
}
@media screen and (max-width: 768px) {
  .about02 .logoGroup {
    gap: 4%;
  }
}
.about02 .logoGroup li {
  width: 31%;
  height: 80px;
  background-color: #fff;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about02 .logoGroup li {
    width: 48%;
  }
}
.about02 .logoGroup li img {
  width: 85%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about04 {
  background-color: #EEF8FD;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .about04 {
    padding: 60px 0 1px;
  }
}
.about04 dl {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 32px;
  width: 46%;
  margin-right: 4%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about04 dl {
    width: 100%;
    padding: 28px 20px;
  }
}
.about04 dl dt {
  text-align: left;
  margin: 0 auto;
  color: #00A9FF;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .about04 dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about04 dl dt img {
  width: 100%; /* 例: 幅200pxに固定 */
  height: 280px; /* 高さも固定する場合 */
  -o-object-fit: contain;
     object-fit: contain;
}
.about04 dl dt .merit {
  color: #fff;
  font-weight: bold;
}
.about04 dl dt .merit span {
  background-color: #00A9FF;
  padding: 5px 18px;
}
.about04 dl dt h3 {
  background-color: #F7F5F5;
  padding: 18px;
  box-sizing: border-box;
}
.about04 dl:nth-child(2n) {
  margin-right: 0;
}

.cvContents {
  background-color: #fffccc;
  border-radius: 150px;
  width: 80%;
  padding: 60px 0;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .cvContents {
    width: 100%;
    border-radius: 60px;
    margin-bottom: 60px;
  }
}
.cvContents .contentsFlex {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cvContents .contentsFlex {
    display: flex;
  }
}
.cvContents .img {
  width: 45%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .cvContents .img {
    width: 100%;
    margin: 18px auto 28px;
    order: 2;
  }
}
.cvContents .img p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cvContents .img img {
    width: 80%;
  }
}
.cvContents .txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cvContents .txt {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.cvContents .txt h2 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cvContents .txt h2 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
.cvContents .txt .cvBtn {
  position: relative;
  margin: 0;
}
.cvContents .txt .cvBtn::before {
  content: "＼サービスを導入する前に／";
  color: #FFA700;
  position: absolute;
  bottom: 108%;
  left: 16%;
}

.about05 .caption {
  text-align: center;
  margin: 0 auto;
}
.about05 .about05-01 {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about05 .about05-01 {
    margin-bottom: 28px;
  }
}

.planGuide .caption {
  text-align: center;
  margin: 0 auto 28px;
}
.planGuide .swipe {
  overflow-x: auto;
  white-space: nowrap;
  /*min-width: 768px;*/
}
.planGuide .swipe p {
  text-align: center;
  margin: 0 auto 8px;
}
.planGuide table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
  position: relative;
}
.planGuide table thead {
  border-top: 10px solid linear-gradient(90deg, #00a9ff, #8b5cf6);
  background-image: linear-gradient(90deg, #00a9ff, #8b5cf6);
}
.planGuide table thead .guideTtl th {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
  background-color: #F7F5F5;
  color: #555;
  padding: 36px 12px 28px;
  line-height: 1;
  border-right: 3px solid #fff;
}
.planGuide table thead .guideTtl th span {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .planGuide table thead .guideTtl th span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.planGuide table thead .guideTtl th:last-child {
  border-right: none;
}
.planGuide table thead th {
  text-align: center;
  color: #fff;
  border-right: 3px solid #fff;
  padding: 18px 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .planGuide table thead th {
    padding: 12px;
  }
}
.planGuide table tbody tr th {
  padding: 18px;
  box-sizing: border-box;
  background: bisque;
  font-weight: bold;
}
.planGuide table tbody tr td {
  color: #555555;
  border: 3px solid #fff;
  padding: 18px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .planGuide table tbody tr td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px;
  }
}
.planGuide table tbody tr td h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .planGuide table tbody tr td h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.planGuide table tbody tr td h3 .txtS {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .planGuide table tbody tr td h3 .txtS {
    font-size: 10px;
    font-size: 1rem;
  }
}
.planGuide table tbody tr td h3 .tblSub {
  font-size: 13px;
  font-size: 1.3rem;
}
.planGuide table tbody tr td span {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .planGuide table tbody tr td span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.planGuide table tbody tr td span.mark {
  color: #555;
}
.planGuide table tbody tr td span.mark-all {
  color: #00A9FF;
}
.planGuide table tbody tr td:nth-child(n+3) {
  padding: 0;
  width: 12%;
  text-align: center;
}
.planGuide table tbody tr:nth-child(even) td {
  background-color: #F7F5F5;
}
.planGuide table::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(90deg, #00a9ff, #8b5cf6);
  pointer-events: none;
}

#support .support01 {
  background-color: #EEF8FD;
  padding: 80px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #support .support01 {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #support .support01 h2 {
    margin-bottom: 18px;
  }
}
#support .support01 .step {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
#support .support01 .step .pct {
  width: 275px;
  height: 275px;
  border-radius: 150px;
  background-color: #fff;
  text-align: center;
  line-height: 275px;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #support .support01 .step .pct {
    margin: 28px auto 0;
    width: 265px;
    height: 265px;
    order: 2;
  }
}
#support .support01 .step .pct img {
  width: 90%;
}
#support .support01 .step .txt {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #support .support01 .step .txt {
    order: 1;
    width: 100%;
  }
}
#support .support01 .step .txt dt {
  color: #00A9FF;
  border-bottom: 2px solid #00A9FF;
  padding-bottom: 8px;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #support .support01 .step .txt dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#support .support01 .step .txt dt em {
  font-weight: bold;
  font-style: normal;
  color: #555555;
  margin-right: 20px;
}
#support .support01 .step .txt dd ul {
  margin-top: 20px;
  gap: 4%;
}
#support .support01 .step .txt dd ul li.cvBtn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #support .support01 .step .txt dd ul li.cvBtn {
    width: 100%;
    margin-bottom: 18px;
  }
}
#support .support01 .step .txt dd p.linkBtn {
  margin: 20px 0 0;
}
#support .cvContents {
  background-color: #fffccc;
  border-radius: 150px;
  padding: 60px 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #support .cvContents {
    width: 100%;
    border-radius: 60px;
    padding: 28px 0;
  }
}
#support .cvContents h2 {
  text-align: center;
  margin: 0 auto;
}
#support .cvContents ul {
  text-align: center;
  margin: 40px auto 0;
  width: 65%;
}
@media screen and (max-width: 768px) {
  #support .cvContents ul {
    width: 90%;
    margin: 28px auto 0;
  }
}
#support .cvContents ul li {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #support .cvContents ul li {
    margin-bottom: 18px;
  }
}
#support .support02 {
  margin: 80px auto;
}
#support .support02 h2 {
  margin-bottom: 40px;
}
#support .support02 dl {
  margin-bottom: 30px;
  box-sizing: border-box;
}
#support .support02 dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #00A9FF;
  box-sizing: border-box;
  padding: 16px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #support .support02 dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 8px;
    text-indent: -2.8rem;
    padding-left: 3.5rem;
    letter-spacing: -0.025rem;
  }
}
#support .support02 dl dt img {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #support .support02 dl dt img {
    margin-right: 5px;
  }
}
#support .support02 dl dt:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/plus-s.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 21px;
}
@media screen and (max-width: 768px) {
  #support .support02 dl dt:after {
    right: 12px;
    top: 15px;
  }
}
#support .support02 dl dt.active:after {
  content: "";
  width: 16px;
  height: 2px;
  background-size: 16px 2px !important;
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/minus-s.png) no-repeat;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #support .support02 dl dt.active:after {
    right: 12px;
    top: 24px;
  }
}
#support .support02 dl dd {
  display: none;
  padding: 16px;
  border-top: 1px solid #D9D9D9;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #support .support02 dl dd {
    padding: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#support .support02 dl dd a {
  text-decoration: underline;
}

.ttlCv {
  box-sizing: border-box;
  text-align: center;
  margin: 18px auto 0;
}
@media screen and (max-width: 768px) {
  .ttlCv {
    margin: 18px auto 0;
  }
}
.ttlCv p {
  text-align: center;
  margin: 0 auto;
}
.ttlCv p.cvsub {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFA700;
}
@media screen and (max-width: 768px) {
  .ttlCv p.cvsub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#plan h2.plan-h2ttl {
  text-align: center;
  margin: 0 auto;
}
#plan .singlePrice {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #plan .singlePrice {
    margin-bottom: 18px;
  }
}
#plan .plan01-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #plan .plan01-list {
    gap: 2%;
  }
}
#plan .plan01-list li {
  width: 36%;
  border: 2px solid #00A9FF;
  border-radius: 8px;
  padding: 12px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #plan .plan01-list li {
    width: 48%;
  }
}
#plan .plan01-list li a {
  display: block;
  text-align: center;
  color: #00A9FF;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #plan .plan01-list li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#plan .plan01 {
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  #plan .plan01 {
    margin: 40px auto;
  }
}
#plan .plan01 h2.plan-h2ttl {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #plan .plan01 h2.plan-h2ttl {
    margin-bottom: 18px;
  }
}
#plan .plan01 .planPack {
  border: 1px solid #787878;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPack {
    padding: 18px;
    margin: 0 auto 48px;
  }
}
#plan .plan01 .planPack h3 {
  background-color: #00A9FF;
  color: #fff;
  padding: 8px 0;
  margin-bottom: 18px;
  box-sizing: border-box;
  border-radius: 32px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPack h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
#plan .plan01 .planPack p.packTtl {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #F7F5F5;
  padding: 12px;
  text-align: center;
  margin: 12px auto 18px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPack p.packTtl {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 12px;
    padding: 8px;
  }
}
#plan .plan01 .planPack .packPrice {
  text-align: center;
  margin: 0 auto;
}
#plan .plan01 .planPack .packPrice h4 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPack .packPrice h4 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
#plan .plan01 .planPack .packPrice h4 .txtS {
  font-size: 18px;
  font-size: 1.8rem;
}
#plan .plan01 .planPack .packPrice .packPriceTxt {
  color: #00A9FF;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPack .packPrice .packPriceTxt {
    margin-bottom: 18px;
  }
}
#plan .plan01 .planPack .contentsFlex {
  gap: 2%;
  border-top: 1px solid #787878;
  padding-top: 18px;
}
#plan .plan01 .planPack p.menuTtl {
  background-color: #787878;
  color: #fff;
  padding: 12px 18px;
  box-sizing: border-box;
  border-radius: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPack p.menuTtl {
    text-align: center;
    margin-bottom: 12px;
    padding: 8px 18px;
  }
}
#plan .plan01 .planPack ul.packMenu {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPack ul.packMenu {
    width: 100%;
    gap: 3%;
  }
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPack ul.packMenu li {
    margin-bottom: 2%;
  }
}
#plan .plan01 .planPack ul.packMenu li a {
  text-decoration: underline;
}
#plan .plan01 .planPackList {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPackList {
    gap: 0;
  }
}
#plan .plan01 .planPackList .planPack {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPackList .planPack {
    width: 100%;
  }
}
#plan .plan01 .planPackList .planPack .contentsFlex {
  gap: 0;
  display: block;
}
#plan .plan01 .planPackList .planPack p.menuTtl {
  padding: 4px 0;
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPackList .planPack p.menuTtl {
    margin-bottom: 8px;
  }
}
#plan .plan01 .planPackList .planPack ul.packMenu {
  width: 100%;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  #plan .plan01 .planPackList .planPack ul.packMenu {
    gap: 3%;
  }
}
#plan .planSingle {
  border: 1px solid #787878;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  margin: 0px auto 60px;
}
@media screen and (max-width: 768px) {
  #plan .planSingle {
    padding: 18px;
    margin: 0px auto 48px;
  }
}
#plan .planSingle .contentsFlex {
  margin-top: 18px;
}
#plan .planSingle h3 {
  background-color: #00A9FF;
  color: #fff;
  padding: 6px 0;
  margin-bottom: 18px;
  box-sizing: border-box;
  border-radius: 32px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #plan .planSingle h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
#plan .planSingle .planCv {
  text-align: center;
  margin: 28px auto 0;
}
@media screen and (max-width: 768px) {
  #plan .planSingle .planCv {
    margin: 18px auto 0;
  }
}
#plan .planSingle .planCv p {
  text-align: center;
  margin: 0 auto;
}
#plan .planSingle .planCv p.cvsub {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFA700;
}
@media screen and (max-width: 768px) {
  #plan .planSingle .planCv p.cvsub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#plan .planSingle .flex-item {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #plan .planSingle .flex-item {
    width: 100%;
    margin-right: 0;
  }
}
#plan .planSingle .flex-item:nth-child(2n) {
  margin-right: 0;
}
#plan .planSingle dl {
  margin-bottom: 18px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid #00A9FF;
}
@media screen and (max-width: 768px) {
  #plan .planSingle dl {
    border: 2px solid #00A9FF;
  }
}
#plan .planSingle dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00A9FF;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #plan .planSingle dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 8px;
    text-indent: -2.8rem;
    padding-left: 3.5rem;
    letter-spacing: -0.025rem;
  }
}
#plan .planSingle dl dt img {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #plan .planSingle dl dt img {
    margin-right: 5px;
  }
}
#plan .planSingle dl dt:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/plus-blue.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 14px;
}
@media screen and (max-width: 768px) {
  #plan .planSingle dl dt:after {
    right: 12px;
    top: 13px;
  }
}
#plan .planSingle dl dt.active:after {
  content: "";
  width: 16px;
  height: 2px;
  background-size: 16px 2px !important;
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/minus-blue.png) no-repeat;
  top: 22px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #plan .planSingle dl dt.active:after {
    right: 12px;
    top: 18px;
  }
}
#plan .planSingle dl dd {
  display: none;
  padding: 12px 18px 18px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #plan .planSingle dl dd {
    padding: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#plan .planSingle dl dd a {
  text-decoration: underline;
}
#plan .planSingle dl.paid {
  border-color: #787878;
}
#plan .planSingle dl.paid dt {
  color: #787878;
}
#plan .planSingle dl.paid dt:after {
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/plus-s.png) no-repeat;
}
#plan .planSingle dl.paid dt.active:after {
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/minus-s.png) no-repeat;
}
#plan .plan02 .planSingle h4 b {
  color: #DC143C;
}
#plan .plan03 .contentsFlex {
  gap: 2%;
}
#plan .plan03 .planSingle {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #plan .plan03 .planSingle {
    width: 100%;
  }
}
#plan .plan03 .planSingle h3 {
  background-color: #fff;
  border: 3px solid #00A9FF;
  color: #00A9FF;
}
#plan .plan03 .planSingle .flex-item {
  width: 100%;
  margin-right: 0;
}
#plan .plan03 .planSingle dl {
  border: none;
  background-color: #969696;
}
#plan .plan03 .planSingle dl dt {
  color: #fff;
}
#plan .plan03 .planSingle dl dt:after {
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/plus-wh.png) no-repeat;
}
#plan .plan03 .planSingle dl dt.active:after {
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/minus-wh.png) no-repeat;
}
#plan .plan03 .planSingle dl dd {
  color: #fff;
}

#notice .noticeContents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 0px 160px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
#notice .noticeContents P {
  margin-bottom: 40px;
}
#notice .noticeContents p.right {
  text-align: right;
}

#company .company01 {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #company .company01 {
    margin: 60px auto;
  }
}
#company .company01 table {
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #company .company01 table {
    border-top: none;
  }
}
#company .company01 table tr th {
  background-color: #F7F5F5;
  width: 25%;
  padding-left: 20px;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #company .company01 table tr th {
    width: 100%;
    display: block;
    border-right: none;
    border-top: 1px solid #000;
    padding: 12px 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#company .company01 table tr td {
  padding: 12px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #company .company01 table tr td {
    width: 100%;
    display: block;
    padding: 12px 18px;
    border-bottom: none;
  }
}
#company .company02 {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #company .company02 {
    margin: 60px auto;
  }
}
#company .company02 h3 {
  margin-bottom: 18px;
}
#company .company02 p.right {
  margin-top: 40px;
  text-align: right;
}
#company .company02 .company02-01, #company .company02 .company02-02, #company .company02 .company02-03, #company .company02 .company02-04, #company .company02 .company02-05 {
  margin-bottom: 40px;
}

#guide ul li {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #guide ul li {
    margin-bottom: 40px;
  }
}
#guide ul li:last-child {
  margin-bottom: 0;
}
#guide .txt {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #guide .txt {
    width: 100%;
    margin-right: 0;
  }
}
#guide .pct {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guide .pct {
    width: 100%;
    margin: 12px auto 18px;
  }
}
#guide .pct img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #guide .pct img {
    width: 75%;
  }
}
#guide .guideContents01 {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #guide .guideContents01 {
    margin: 60px auto;
  }
}
#guide .guideContents01 .guide01-01, #guide .guideContents01 .guide01-02, #guide .guideContents01 .guide01-03 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #guide .guideContents01 .guide01-01, #guide .guideContents01 .guide01-02, #guide .guideContents01 .guide01-03 {
    margin-bottom: 40px;
  }
}
#guide .guideContents01 .guide01-01 ul li {
  margin-bottom: 12px;
}
#guide .guideContents01 .guide01-01 ul li p {
  width: 180px;
  height: 180px;
}
#guide .guideContents01 .guide01-01 ul li a {
  text-decoration: underline;
}
#guide .guideContents02 {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #guide .guideContents02 {
    margin: 60px auto;
  }
}
#guide .guideContents02 .guide02-01, #guide .guideContents02 .guide02-02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #guide .guideContents02 .guide02-01, #guide .guideContents02 .guide02-02 {
    margin-bottom: 40px;
  }
}
#guide .guideContents02 .guide02-02 ul li {
  margin: 12px auto 18px;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #guide .guideContents02 .guide02-02 ul li {
    margin-right: 0;
    margin-bottom: 28px;
  }
}

.page-id-73 header {
  display: none;
}
.page-id-73 .footContact {
  display: none;
}
.page-id-73 footer {
  display: none;
}

#chat .chatTop {
  padding: 0;
  margin-bottom: 0;
}
#chat .chatTop h1 {
  text-align: center;
  margin: 28px auto 0;
}
#chat .chatTop p {
  text-align: center;
  margin: 0 auto;
}
#chat .chatContents {
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  #chat .chatContents {
    padding: 28px 0 0;
  }
}
#chat .chatContents h3 {
  text-align: center;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  #chat .chatContents h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#chat .chatContents p {
  text-align: center;
  margin: 0 auto;
  color: #00A9FF;
}
#chat .chatContents span.txtS {
  color: #555;
}
#chat .chatContents span.txtS a {
  text-decoration: underline;
}
#chat .chatContents .chatLink {
  width: 540px;
  text-align: center;
  margin: 8px auto 28px;
  background-color: #00A9FF;
  padding: 12px 24px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #chat .chatContents .chatLink {
    width: 100%;
    padding: 12px 0;
  }
}
#chat .chatContents .chatLink a {
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #chat .chatContents .chatLink a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=styles.css.map */