@charset "utf-8";
/* CSS Document */

/* --------------------------------

導入事例

--------------------------------n */

.box-introduction {
  margin: 0 auto 50px;
}

.box-introduction h2 {
  text-align: center;
  font-size: 1.75rem;
  color: #937c00;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
  margin: 0 0 1em;
}

.box-introduction ul.slider_child {
  text-align: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: space-around;
  max-width: 1280px;
  align-items: center;
}

.box-introduction ul.slider_child li {
  display: inline-block;
  padding: 4px;
  text-align: center;
  height: 36px;
  width: auto;
  margin: 5px 20px;
}
.box-introduction ul.slider_child li img {
  height: 100%;
  width: auto;
}

.box-introduction .logo-sp {
  display: none;
}
ul.slick-dots {
  display: flex;
  margin: 0 auto;
  text-align: center;
  width: 30px;
  padding: 10px 0;
}

/* 202308リブランド_ファーストビュー下の導入事例
---------------------------------------------*/
.fv.box-introduction {
  margin: 0 auto -238px;
  position: relative;
  top: -258px;
}

.box-introduction h2 {
  width: fit-content;
  padding: 16px 24px;
  border-radius: 24px 4px 24px 4px;
  line-height: 1;
  margin: 0 auto 1em;
  background-color: #fff;
  font-size: 1.7rem;
}

.box-introduction-inner {
  max-width: 1440px;
  width: 96%;
  margin: 0 auto;
  padding: 32px 16px 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 12px 0px rgba(222, 222, 222, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
}

.box-introduction-inner .it2024 {
  position: absolute;
  right: 0;
  bottom: 101%;
  width: 12%;
  min-width: 120px;
}

.box-introduction-inner .box-badge {
  position: absolute;
  right: 0;
  bottom: 101%;
  display: flex;
  justify-content: end;
  gap: 8px;
}

.box-introduction-inner .box-badge>div {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 2px 0px rgba(168, 168, 168, 0.25);
  backdrop-filter: blur(2px);
  width: 136px;
  max-width: 12vw;
  aspect-ratio: 1/1;
  text-align: center;
  align-content: center;
  line-height: 1;
}

.box-introduction-inner .box-badge>div img {
  width: 75%;
}

@media screen and (max-width: 1440px) {
  .fv.box-introduction {
    margin: 0 auto -250px;
    top: -296px;
  }
}

@media screen and (max-width: 1200px) {
  .fv.box-introduction {
    margin: 0 auto -280px;
    top: -328px;
  }
}

@media screen and (max-width: 768px) {
  /*	.box-introduction ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 0 0 20px;
	}
	*/
  .box-introduction ul.slider_child li {
    padding: 0.3em 1em;
    width: 30%;
    height: auto !important;
    margin: 0;
  }
  .box-introduction ul.slider_child li.logo_deco img {
    width: 40%;
  }
  .box-introduction ul.slider_child li.logo_ao img {
    width: 40%;
  }

  .box-introduction ul.slider_child li img {
    width: 65%;
    height: auto;
  }

  /*	.box-introduction ul li:nth-child(7) img {
		width: 70%;
		height: auto;
	}
	*/
  .box-introduction .logo-pc {
    display: none;
  }

  .box-introduction .logo-sp {
    display: block;
  }

  /* リブランド対応↓ */
  .fv.box-introduction {
    margin: 0 auto;
    top: unset;
  }

  .box-introduction-inner .it2024 {
    display: none;
  }
  .box-introduction-inner .box-badge {
    display: none;
  }

  .box-introduction h2 {
    width: unset;
    padding: 0;
    border-radius: 0;
    line-height: unset;
    margin: 1em 0;
    background: none;
  }

  .box-introduction-inner {
    margin: 0 auto;
    padding: 0;
    border-radius: unset;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
}
@media screen and (max-width: 400px) {
  .box-introduction ul.slider_child li img {
    width: 95%;
  }
}

/* --------------------------------

最新情報

-------------------------------- */

.box-information {
  background: #f7f3df;
  width: 100%;
  padding: 1em;
  color: #937c00;
}

.box-information h2 {
  border-bottom: 1px solid #bcb973;
  font-size: 0.875rem;
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  text-align: left;
  position: relative;
}

.more-newslist {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  background: #937c00;
  padding: 0 1em;
  font-size: 0.75rem;
}

.more-newslist a {
  color: #fff !important;
}

.box-information ul li a {
  display: block;
  padding: 0 0 1em;
  font-weight: bold;
}

.box-information ul li a span {
  color: #bcb973;
  padding-right: 1em;
}

/* --------------------------------

eラーニングでお困りの方へ

-------------------------------- */
.box-learno {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../images/model_pc.webp);
  background-size: auto 334px;
  min-height: 334px;
}

.box-learno ul {
  padding-left: 284px;
}

.box-learno li {
  border-bottom: 1px solid #56a57d;
  color: #56a57d;
  font-weight: bold;
  position: relative;
  padding: 50px 0 30px 30px;
}

.box-learno li span {
  color: #fb744a;
}

.box-learno li:hover {
  border-bottom: 1px solid #fb744a;
}

.box-learno li:hover a,
.box-learno li:hover span {
  color: #ca4011;
}

.learno-menu {
  background: url(../images/menu-learno.png) no-repeat top left;
  color: #fff !important;
  width: 260px;
  height: 100px;
  line-height: 90px;
  padding-left: 90px;
  position: absolute;
  right: -10px;
  bottom: -30px;
}

.box-learno li:hover .learno-menu {
  background: url(../images/menu-learno-ov.png) no-repeat top left;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .box-learno {
    background: none;
    min-height: auto;
  }

  .box-learno ul {
    padding-left: 0;
  }

  .box-learno li {
    border-bottom: none;
    padding: 1em 0;
  }

  .learno-menu {
    background: linear-gradient(#90c075, #56a57d);
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
    position: relative;
    bottom: 0;
    border-radius: 5px;
    right: 0;
  }

  .box-learno li:hover {
    border-bottom: none;
  }

  .box-learno li:hover .learno-menu {
    background: linear-gradient(#ff8400, #fb744a);
    bottom: 0;
  }
}

/* --------------------------------

「LearnOで何ができるの？」活用術のご紹介

-------------------------------- */
.box-method ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-method>ul>li {
  width: 30%;
  margin: 0 1.5% 2em;
}

.box-method>ul>li>a {
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 8px 4px -1px rgba(215, 185, 142, 0.12), 0px 4px 4px 0px rgba(215, 185, 142, 0.84), 0px 4px 12px 0px rgba(215, 185, 142, 0.72);
  border-radius: 16px;
  background: #fff;
  display: block;
  height: 100%;
}

.box-method>ul>li>a span {
  background: #fb744a;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 2px 5px;
  margin-right: 5px;
  display: inline-block;
}

.box-method>ul>li>a:hover {
  color: #777;
  box-shadow: 0px 12px 8px -1px rgba(215, 185, 142, 0.12), 0px 8px 8px 0px rgba(215, 185, 142, 0.72), 0px 8px 16px 0px rgba(215, 185, 142, 0.56);
}

.thumb {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.title {
  padding: 1em;
}

.section-action p.title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

.method-list .box-method li a {
  box-shadow: none;
  background: #fff;
  border: 1px solid #d9cd90;
}

.method-list .box-method li a:hover {
  color: #777;
  box-shadow: none;
}

.method-list .box-method li .title {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .box-method ul {
    display: flex;
  }

  .box-method li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .box-method ul {
    display: block;
  }
  .box-method ul li {
    width: fit-content;
  }
}

/* --------------------------------

「LearnOで何ができるの？」活用術のご紹介

-------------------------------- */
#main .box-contents-learno h2 {
  background: #469fec;
  color: #fff;
  font-size: 1.125rem;
  text-align: left;
  padding: 1.2em 1.6em;
}

.box-contents-learno {
  position: relative;
  padding: 30px 0 0;
  margin: 50px 0 0;
}

.img-contents-learno {
  position: absolute;
  top: 0;
  right: -160px;
  background: url(../images/img-contents-learno.png) no-repeat;
  width: 710px;
  height: 480px;
}

.txt-contents-learno {
  color: #172c71;
  margin: 0 0 0 1.6em;
  width: 420px;
}

.txt-contents-learno h4 {
  font-size: 1.625em;
  font-weight: bold;
  margin: 0 0 1em;
}

.box-contents-learno .btn_container {
  position: relative;
  z-index: 1;
}

/* --------------------------------

簡単にはじめられる、ワンパッケージプラン

-------------------------------- */
.box-inner.onepackage {
  text-align: center;
}

.box-onepackage {
  display: table;
  border-collapse: separate;
  margin: 0 auto;
}

.onepackage-table-row {
  display: table-row;
}

.onepackage-table-cell {
  display: table-cell;
  width: 50%;
}

.box-onepackage h3 {
  color: #56a57d;
  font-size: 1.625rem;
  margin-top: 0;
  vertical-align: middle;
}

.box-onepackage img {
  width: 62%;
}

.box-onepackage p {
  padding: 1.625em 1em;
}

.box-onepackage a img {
  width: 32px;
}

@media screen and (max-width: 768px) {
  .forPC,
  .box-onepackage a img {
    display: none;
  }

  .box-onepackage h3 {
    font-size: 1.125rem;
  }

  .box-onepackage p {
    padding: 1em 0.5em;
  }

  .box-onepackage img {
    width: 84%;
  }

  .onepackage-table-cell.onepackage-title {
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .box-contents-learno {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .img-contents-learno {
    background: url(../images/hokutosha.jpg) no-repeat;
    background-size: 100% auto;
    width: 120px;
    height: 140px;
    margin: 10px auto;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .txt-contents-learno {
    margin: 0;
    width: 100%;
  }

  .txt-contents-learno h4 {
    margin: 0;
  }
}

/* --------------------------------

OEM

-------------------------------- */
.box-oem {
  background: #ddf8ff;
  color: #172c71;
  text-align: center;
  padding: 2em 0;
}

.box-oem h2 {
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
  .box-oem h2 {
    font-size: 1.5rem;
  }

  .box-oem .btn_container {
    width: 90%;
  }
}

/* 事業提携パートナーここから */
.partner .box-inner {
  text-align: center;
}

.partner-contents {
  display: none;
}

.partner {
  background: #ddf8ff;
  margin-top: 4em;
}

.partner.only-footer {
  margin-top: 0;
}

.box-partner {
  display: table;
  text-align: center;
  border-collapse: separate;
  border-spacing: 42px 16px;
}

.partner-table-row {
  display: table-row;
}

.partner-table-cell {
  display: table-cell;
  width: 50%;
}

/* .partner-contents{
	text-align: center;
	width: 48%;
} */

.partner h2 {
  color: #172c71;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.partner h2+p {
  color: #172c71;
  margin: 0 auto;
  width: 90%;
}

.partner img {
  height: 160px;
  width: auto;
}

.partner h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.625rem;
}

.partner h3+p {
  color: #777;
  text-align: left;
  width: 84%;
  margin: 0 auto;
}

.partner a img {
  height: 32px;
  width: auto;
}

.partner-white-box img+p {
  color: #172c71;
}

.partner-table-cell.partner-white-box {
  background: #fff;
  padding: 1em 0;
  margin-top: 2em;
}

/* #is-hidden{
	color:#fff;
	cursor: default;
} */

@media screen and (max-width: 768px) {
  .partner-contents {
    display: block;
    text-align: center;
    padding-bottom: 16px;
  }

  .partner-contents h2 {
    font-size: 1.625rem;
  }

  .partner h2+p {
    width: 100%;
  }

  .forPC {
    display: none;
  }

  .partner-white-box {
    background: #fff;
    padding: 1em 0;
    margin-top: 2em;
  }
}

@media screen and (max-width: 374px) {
  .partner a img {
    display: none;
  }
}

/* --------------------------------

パートナー事業例

-------------------------------- */
.box-example {
  background: #fff;
  margin: 1em auto;
  padding: 1em;
}

.box-example dl {
  display: flex;
  justify-content: flex-start;
}

.box-example dd {
  color: #777;
  text-align: left;
  padding: 2em;
}

.h-ex {
  color: #172c71;
  margin: 0 0 0.5em;
}

.box-example h4 {
  color: #333;
  font-size: 1.875rem;
  margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
  .box-example dl {
    display: block;
  }

  .box-example img {
    width: 100%;
    height: auto;
  }

  .box-example dd {
    padding: 0 10px;
  }

  .box-example h4 {
    margin: 0 0 5px;
  }
}

/* --------------------------------

IT補助金2024

-------------------------------- */
.box-it2024 {
  text-align: center;
  background-color: #f7f7f7;
  padding: 24px 0;
}

.box-it2024 .wrapper {
  background-color: white;
  margin-inline: auto;
  border-radius: 50vh;
  margin-bottom: 16px;
  max-width: 680px;
  width: 100%;
}

.box-it2024 .logo {
  padding: 24px 0;
  width: 75%;
}

@media screen and (max-width: 500px) {
  .box-it2024 br {
    display: none;
  }
}

/* --------------------------------

ご相談窓口

-------------------------------- */
.box-concierge {
  padding: 2em 0 0;
}

.box-concierge p {
  text-align: center;
  color: #56a57d;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 0 0 2em;
}

.box-concierge .btn_container {
  margin: 0 auto;
  padding: 2em 0 0;
}

.box-concierge .box-inner {
  background: url(../images/model_concierge.webp) left bottom no-repeat;
  /*この行のパスだけ変えればOK*/
  background-size: auto 250px;
  min-height: 250px;
}

@media screen and (max-width: 768px) {
  .box-concierge {
    padding: 2em 0 1em;
  }

  .box-concierge .box-inner {
    background: none;
  }

  .box-concierge p {
    padding: 0;
  }
}

/* --------------------------------

Facebook

-------------------------------- */
.box-facebook {
  background: #f5f1dd;
  letter-spacing: 0.05em;
  padding: 48px 0;
}

.box-facebook dl {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.box-facebook dd {
  color: #56a57d;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 2em;
}

.box-facebook dd img {
  width: 240px;
}

.pageplugin {
  width: unset;
  height: unset;
}

@media screen and (max-width: 768px) {
  .box-facebook {
    padding: 24px 0;
    padding-bottom: calc(24px - 1em);
  }

  .box-facebook dl {
    display: block;
    text-align: center;
  }

  .box-facebook dt {
    display: none;
  }

  .box-facebook dd {
    padding: 0 0 1em;
    font-size: 1rem;
  }

  .pageplugin {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .pageplugin>iframe {
    max-width: 100%;
  }
}

/* --------------------------------

PLAN

-------------------------------- */
.menu-plan {
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-around;
  margin: 2em 0 0;
  width: 100%;
}

.menu-plan li {
  border-radius: 10px;
  font-size: 1.2rem;
  /* 「プラン」の文字サイズ */
  font-weight: bold;
  padding: 1.3em 0 0.8em;
  /* 上下の余白 */
  text-align: center;
  /* width: 23%;  plan4つ表示の時の横幅 */
  width: 28%;
  /*  plan3つ表示の時の横幅 */
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.menu-plan li:hover,
.menu-optionBtn:hover {
  filter: saturate(1.25) brightness(1.03);
}

.menu-plan li a {
  color: #fff;
  display: block;
}

.menu-plan li span {
  font-size: 1.5em;
  /* eラーニング */
  display: block;
  margin: 0;
}

.menu-plan li strong {
  font-size: 2.2rem;
  /* 強調 */
  padding-right: 8px;
}

/* .menu-plan li:first-child strong {
	font-size: 3rem;
} */

/* .menu-plan li:last-child strong {
	font-size: 2.3rem;
	padding-right: 4px;
}  */

.menu-plan li i {
  font-size: 3rem;
  display: block;
  /* padding-top: 10px; */
}

.menu-plan li.plan01 {
  background: #52bdb5;
}

.menu-plan li.plan01 span {
  text-shadow: 0 3px 7px #52bdb5;
}

.menu-plan li.plan02 {
  background: #e95383;
}

.menu-plan li.plan02 span {
  text-shadow: 0 3px 7px #e95383;
}

.menu-plan li.plan03 {
  background: #55a4e9;
}

.menu-plan li.plan03 span {
  text-shadow: 0 3px 7px #55a4e9;
}

.menu-plan li.plan04 {
  background: #e2a624;
}

.menu-plan li.plan04 span {
  text-shadow: 0 3px 7px #e2a624;
}

.menu-optionBtn {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  background: #76bf67;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.menu-optionBtn a {
  width: 140px;
  margin-top: 44px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.plan {
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
  z-index: -2;
}

/* bgImg差し替え用 */
section .box-inner.box-plancheck {
  display: flex;
  padding-top: 50px;
  background: url(../images/model_check.webp) no-repeat bottom right;
  background-size: auto 120px;
}
/* bgImg差し替え用ここまで */

/* bgImg 旧 */
/* .box-inner .plan-check {
	background: url(../images/img-plan-check.png) no-repeat bottom right;
    background-size: auto 260px;
} */
/* bgImg 旧ここまで */

.plan-check {
  min-height: 260px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.25rem;
}

.plan-check li {
  background: url(../images/icon-check.png) no-repeat top left;
  padding: 5px 0 30px 48px;
}

.plan-check .caption {
  display: block;
  margin: 0.5em 0 0;
}

.plan-check strong {
  color: #fb744a;
}

.box h3 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  margin: 0;
  border: none;
}

.box .copy {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}

#plan01 .copy {
  background: #52bdb5;
}

#plan02 .copy {
  background: #e95383;
}

#plan03 .copy {
  background: #55a4e9;
}

#plan04 .copy {
  background: #e2a624;
}

#plan-option .copy {
  background: #76bf67;
}

.temp-plan {
  background: linear-gradient(transparent 60%, #d8e7d5 60%);
  font-size: 1.2rem;
}

.temp-about {
  font-size: 0.9rem;
}

table {
  width: 90%;
  margin: 2em auto 1em;
  table-layout: fixed;
}

.caption-plan {
  width: 90%;
  margin: 0em auto;
  font-size: 0.875rem;
}

th {
  padding: 1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 40%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#plan-option th {
  width: 35%;
}

td {
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  font-size: 1.625rem;
}

tr:first-child th {
  font-size: 0.875rem;
  color: #555;
}

tr:first-child td {
  font-size: 0.875rem;
  color: #555;
}

#plan01 th {
  background: #52bdb5;
  border-bottom-color: #fff;
}

#plan01 tr:first-child th {
  background: #fff;
  border-bottom-color: #52bdb5;
}

#plan01 tr:last-child th {
  border-bottom-color: #52bdb5;
}

#plan01 td {
  border-bottom-color: #52bdb5;
  border-right-color: #52bdb5;
}

#plan01 tr:first-child td {
  border-right: none;
}

#plan02 th {
  background: #e95383;
  border-bottom-color: #fff;
  width: 25%;
}

#plan02 tr:first-child th {
  background: #fff;
  border-bottom-color: #e95383;
}

#plan02 tr:last-child th {
  border-bottom-color: #e95383;
}

#plan02 td {
  border-bottom-color: #e95383;
  border-right-color: #e95383;
}

#plan02 .table-pc td {
  width: 35%;
}

#plan02 .table-pc td:nth-child(3),
#plan02 .table-pc td:nth-child(4),
#plan02 .table-pc td:nth-child(5) {
  font-size: 1.185rem;
  width: 20%;
}

#plan02 tr:first-child td {
  border-right: none;
}

#plan02 .table-pc tr:first-child td:nth-child(3),
#plan02 .table-pc tr:first-child td:nth-child(4),
#plan02 .table-pc tr:first-child td:nth-child(5) {
  font-size: 0.875rem;
}

#plan03 th {
  background: #55a4e9;
  border-bottom-color: #fff;
}

#plan03 tr:first-child th {
  background: #fff;
  border-bottom-color: #55a4e9;
}

#plan03 tr:last-child th {
  border-bottom-color: #55a4e9;
}

#plan03 td {
  border-bottom-color: #55a4e9;
  border-right-color: #55a4e9;
}

#plan03 tr:first-child td {
  border-right: none;
}

#plan04 th {
  background: #e2a624;
  border-bottom-color: #fff;
}

#plan-option th {
  background: #76bf67;
  border-bottom-color: #fff;
}

#plan-option tr:first-child th {
  background: #fff;
  border-bottom-color: #76bf67;
}

#plan-option tr:first-child td {
  border-right: none;
}

#plan-option tr:first-child th {
  background: #fff;
  border-bottom-color: #76bf67;
}

#plan-option tr:last-child th {
  border-bottom-color: #76bf67;
}

#plan-option td {
  border-bottom-color: #76bf67;
  border-right-color: #76bf67;
}

#plan-option td:nth-child(2):not(#plan-option .table-pc tr:first-child td:nth-child(2)),
#plan-option td:nth-child(3):not(#plan-option .table-pc tr:first-child td:nth-child(2)) {
  font-size: 0.9em;
  text-align: left;
}

#plan-option tr:first-child td {
  border-right: none;
}

#plan-option .table-pc tr:first-child td:nth-child(2),
#plan-option .table-pc tr:first-child td:nth-child(3) {
  font-size: 0.875rem !important;
}

#plan-option td:nth-child(3) {
  font-size: 1.1em !important;
  text-align: center !important;
}

.note {
  padding: 2em 0;
  margin: 0 auto;
  width: 90%;
}

.note dl {
  padding: 0 0 1em;
}

.note dl dt {
  border: 1px solid #fb744a;
  border-radius: 5px;
  color: #fb744a;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 5px 0 0;
  width: 16%;
  padding: 5px 0 4px;
  text-align: center;
  vertical-align: top;
}

.note dl dd {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  width: 80%;
}

.note-achievement {
  color: #fb744a;
  font-weight: bold;
}

#plan04 .note dl dd span {
  background: linear-gradient(transparent 60%, #ffd1c3 60%);
}

#plan01,
#plan02,
#plan03,
#plan04,
#plan-option {
  position: relative;
  padding: 100px 0 0;
}

#plan01 .box,
#plan02 .box,
#plan03 .box,
#plan04 .box,
#plan-option .box {
  position: relative;
  margin: 0 auto;
}

#plan-option .box {
  padding-bottom: 50px;
}
.tip {
  position: absolute;
  top: -30px;
  left: -30px;
}

.table-plan.table-pc {
  display: table;
}

.table-plan.table-sp {
  display: none;
}

.caption-plan-sp {
  display: none;
}

#plan01 div.box div.note {
  padding: 0.5em 0;
}

#plan01 div.box div.note div.plan-banner-area {
  width: 100%;
  text-align: center;
}

#plan01 div.box div.note div.plan-banner-area a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#plan01 div.box div.note div.plan-banner-area a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#plan01 div.box div.note div.plan-banner-area a img {
  width: 70%;
  margin-bottom: 8px;
}

/* 新規追加 */
@media screen and (max-width: 960px) {
  .menu-plan li strong {
    font-size: 1.8rem;
    padding-right: 4px;
  }

  .box-inner .plan-check {
    background-size: auto 220px;
  }

  #plan02 .table-pc td {
    padding: 0;
  }

  #plan02 .table-pc td:nth-child(3),
  #plan02 .table-pc td:nth-child(4),
  #plan02 .table-pc td:nth-child(5) {
    font-size: 1.05rem;
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .menu-plan li {
    font-size: 0.875rem;
    padding: 1em 0 0;
    width: 24%;
  }

  .menu-plan li span {
    font-size: 1rem;
  }

  .menu-plan li strong {
    font-size: 1.25rem;
    display: block;
  }

  .menu-plan li:last-child strong {
    font-size: 1.25rem;
  }

  .menu-plan li i {
    font-size: 1.75rem;
  }

  section .box-inner.box-plancheck {
    background: none;
  }

  .box-inner .plan-check {
    background: none;
    font-size: 1rem;

    margin-top: 10px;
  }

  .box .copy {
    font-size: 1.5rem;
  }

  .box h3 {
    padding: 1em;
  }

  th {
    /* font-size: .875rem; */
    font-size: 0.855rem;
  }

  .note dl dt,
  .note dl dd {
    display: block;
    width: 100%;
  }

  .tip {
    display: none;
  }

  .table-plan.table-pc {
    display: none;
  }

  .caption-plan-pc {
    display: none;
  }

  .table-plan.table-sp {
    display: block;
  }

  .caption-plan-sp {
    display: block;
  }

  #plan01 td {
    border-left: 1px solid #52bdb5;
    display: block;
  }

  #plan01 tr:first-child th {
    background: #52bdb5;
    border-bottom-color: #fff;
    color: #fff;
    width: 25%;
  }

  #plan01 tr td:first-child {
    color: #555;
    font-size: 0.875rem;
    border-bottom: none;
    padding: 0.5em 1em 0;
  }

  #plan01 tr td:last-child {
    padding: 0.2em 1em 0.5em;
  }

  #plan02 td {
    border-left: 1px solid #e95383;
    display: block;
  }

  #plan02 tr:first-child th {
    background: #e95383;
    border-bottom-color: #fff;
    color: #fff;
  }

  #plan02 tr td:first-child {
    color: #555;
    font-size: 0.875rem;
    border-bottom: none;
    padding: 0.5em 1em 0;
  }

  #plan02 tr td:last-child {
    padding: 0.2em 1em 0.5em;
  }

  #plan-option td {
    border-left: 1px solid #76bf67;
    display: block;
  }

  #plan-option tr:first-child th {
    background: #76bf67;
    border-bottom-color: #fff;
    color: #fff;
  }

  #plan-option tr td:first-child {
    color: #555;
    font-size: 0.875rem;
    border-bottom: none;
    padding: 0.5em 1em 0;
  }

  #plan-option tr td:last-child {
    padding: 0.2em 1em 0.5em;
  }

  section .box-inner.box-plancheck {
    padding-top: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .menu-optionBtn {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #76bf67;
  }

  .menu-optionBtn a {
    width: 100px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .menu-plan {
    /* flex-wrap: wrap; */
    justify-content: space-around;
  }

  .menu-plan li {
    width: 45%;
    /* 横幅 */
    margin: 4px;
  }
}

/* --------------------------------

導入事例

-------------------------------- */

.hero .box-introduction ul li {
  width: 20%;
}

.hero .box-introduction ul li img {
  width: 90%;
  height: auto;
}

.box-interview {
  background: url("../images/bg-sekitei.png") no-repeat right bottom;
}

.box-interview ul {
  display: flex;
  flex-wrap: wrap;
  background: url("../images/bg-sekitei.png") no-repeat right bottom;
  gap: 3em 1em;
}

.box-interview li {
  width: calc((100% - 2em) / 3);
  /* margin: 0 1em 3em; */
}

.box-interview li a .box-entry {
  background: #fff;
  box-shadow: 0px 8px 4px -1px rgba(215, 185, 142, 0.12), 0px 4px 4px 0px rgba(215, 185, 142, 0.84), 0px 4px 12px 0px rgba(215, 185, 142, 0.72);
  padding: 0 0 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box-interview li a h4 {
  color: #333;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1em 1em 0.5em;
}

.box-interview li a .category {
  color: #777;
  font-size: 0.8125rem;
  margin: 0 1em 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box-interview li a .more {
  border: 1px solid #56a57d;
  border-radius: 20px;
  color: #56a57d;
  font-size: 0.875rem;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  max-width: 200px;
}

.box-interview li a:hover .box-entry {
  box-shadow: 0px 8px 4px -1px rgba(215, 185, 142, 0.12), 0px 4px 4px 0px rgba(215, 185, 142, 0.84), 0px 4px 12px 0px rgba(215, 185, 142, 0.72);
  padding: 0 0 2em;
}

.box-interview li a:hover .more {
  background: #cce4d8;
  border: 1px solid #cce4d8;
}

.user-voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.user-voice li {
  font-weight: bold;
  margin: 0 0 2em;
  width: 30%;
}

.user-voice li p {
  margin: 1em 0;
  text-align: center;
}

.icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: left top;
  margin: 0 auto;
}

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

  .box-introduction h2 {
    font-size: 1.35rem;
    margin: 1em 0;
  }

  .box-interview ul {
    display: block;
  }

  .box-interview li {
    width: 100%;
    margin-bottom: 3em;
  }

  .user-voice li {
    width: 45%;
    font-size: 0.875rem;
  }

  #plan01 div.box div.note div.plan-banner-area a img {
    width: 100%;
  }
}

/* --------------------------------

主な機能

-------------------------------- */

.box-function-pickup {
  background: linear-gradient(145deg, #f3a7a7, #eedc8a, #94c379);
}

/* .box-function-pickup .box-inner {
	max-width: 720px;
} */

.box-function-pickup h1 {
  text-shadow: 0 8px 16px #cca231;
  color: #fff;
}

.box-function-pickup .box-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-function-pickup .box-inner ul li {
  font-weight: bold;
  padding: 0 0 2em;
  text-align: center;
  width: 25%;
}

section.hero.box-function-pickup p {
  color: #333;
  font-size: 1rem;
}

.centering {
  text-align: center;
}

.box-function-list.centering h3 {
  font-size: 1.2rem;
  padding: 0.5em 1em;
  display: inline-block;
  border: solid 1px #000000;
}

.box-function-list.centering.colorchange h3 {
  color: #fa744a;
  border: solid 1px #fa744a;
}

.box-function-list ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  /* max-width: 720px; */
  margin: 0 auto;
}

.box-function-list ul li {
  font-weight: bold;
  padding: 0 0 2em;
  text-align: center;
  width: 24%;
}

.box-function-list ul li span {
  font-weight: normal;
  font-size: 0.9rem;
}

.box-function-list ul li img {
  width: 75%;
  height: auto;
}

.box-function-list.colorchange ul {
  justify-content: center;
}

.box-update {
  border-top: 1px solid #d9cd90;
  max-width: 900px;
  margin: 0 auto;
}

.box-update li {
  border-bottom: 1px solid #d9cd90;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 1.6em;
}

.box-update li span {
  padding-right: 3em;
}

@media screen and (max-width: 768px) {
  .box-function-pickup .box-inner ul li,
  .box-function-list ul li {
    width: 45%;
  }

  .box-function-pickup .box-inner ul li img {
    width: 100%;
    height: auto;
  }

  .box-update li span {
    padding-right: 0;
    display: block;
    margin-bottom: 5px;
  }
}

/* --------------------------------

グッドデザイン賞2024(主な機能)

-------------------------------- */
.function-gd {
  text-align: center;
}

.function-gd .gd-icon {
  max-width: 440px;
  width: 80%;
  margin-bottom: 16px;
}

.function-gd .box-text {
  position: relative;
  padding: 48px;
}

.function-gd .box-text::before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/gd-frame-l.svg), url(../images/gd-frame-r.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 20%;
}

.function-gd .box-text h6 {
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 8px;
  margin-bottom: 4px;
  color: #7c7c7c;
  border: 1px solid #d2d2d2;
}

.function-gd .box-text p {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .function-gd .box-text {
    padding: 16px;
  }

  .function-gd .box-text::before {
    background: none;
  }
}

/* --------------------------------

インタビュー記事

-------------------------------- */

.trim-thumb {
  height: 360px;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}

.trim-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.interview h2 {
  font-size: 1.5rem;
  margin: 3em 0 0;
}

.interview .category {
  text-align: center;
  font-size: 1.5rem;
}

.box-interview-single {
  max-width: 800px;
  margin: 0 auto;
}

.box-interview-single h3 {
  border-left: 7px solid #6dbe88;
  color: #6dbe88;
  font-size: 1rem;
  padding: 0.2em 0 0.2em 1em;
  text-align: left;
}

.note-elearning {
  align-items: center;
  display: flex;
  max-width: 640px;
  margin: 2em auto;
  background: #d3ebdb;
}

.note-elearning dt {
  width: 50%;
  padding: 2em;
}

.note-elearning dt img {
  width: 100%;
  height: auto;
}

.note-elearning dd {
  padding: 2em;
}

.page-navigation {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #777;
}

.page-navigation a {
  display: block;
  font-size: 1rem;
}

.page-navigation span {
  font-weight: bold;
}

.forward {
  text-align: left;
  width: 40%;
}

.next {
  text-align: right;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .page-navigation {
    padding: 1em;
  }

  .interview #main h2 {
    font-size: 1.35rem;
    margin: 2em 0 0.5em;
  }

  .interview .category {
    font-size: 1rem;
  }

  .trim-thumb {
    height: 160px;
  }
}

/* --------------------------------

最新情報一覧

-------------------------------- */
.news-list #main {
  padding-top: 100px;
}

.news-list .box-inner {
  max-width: 900px;
}

.news-list h1 {
  border-bottom: 3px solid #d9cd90;
  color: #333;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  text-shadow: none;
  padding: 0 0 1em;
}

.news-list li a {
  display: block;
  padding: 2em 0;
  border-bottom: 1px solid #d9cd90;
  font-weight: bold;
}

.news-list .breadcrumb li a {
  padding: 0;
  border-bottom: none;
  font-weight: normal;
}

.news-list li .news-txt {
  display: flex;
}

.news-list li dt {
  color: #af9619;
  width: 20%;
  padding-top: 3px;
}

.news-list li dd {
  width: 80%;
}

.news-list #main h2 {
  font-size: 1rem;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
}

.news-list li p {
  color: #333;
  font-weight: normal;
  width: auto;
}

.news-list li .more {
  color: #56a57d;
}

@media screen and (max-width: 768px) {
  .news-list .box-inner {
    width: 100%;
  }

  .news-list h1 {
    margin: 0;
  }

  .news-list li .news-txt {
    display: block;
  }

  .news-list li dt,
  .news-list li dd {
    width: 100%;
  }

  .news-list li dt {
    margin-bottom: 10px;
  }
}

/* --------------------------------

最新情報詳細

-------------------------------- */
.news .box-inner {
  max-width: 1000px;
  padding-left: 2em;
  padding-right: 2em;
}

section.hero p.date {
  font-size: 1rem;
  text-align: left;
}
.box-news-single p {
  margin: 0 0 2em;
}
.box-news-single img {
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
  display: block;
}

.post-date {
  display: block;
  color: #777;
}

@media screen and (max-width: 768px) {
  .news .box-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --------------------------------

ご相談窓口

-------------------------------- */

.example {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.example li {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 2em;
  width: 30%;
}

.example .balloon {
  background: #cce4d8;
  font-size: 1rem;
  padding: 2em 1em;
}

.example .balloon:before {
  border-top: 8px solid #cce4d8;
}

@media screen and (max-width: 768px) {
  .example .balloon {
    padding: 1em;
    font-size: 0.875rem;
  }

  .example li {
    width: 45%;
  }
}

/* --------------------------------

セキュリティ

-------------------------------- */
#contents.security {
  max-width: none;
  padding: 0;
}

.security #main h2 {
  padding-top: 1em;
  margin-top: 2em;
}

.security .btn_container {
  margin-top: 4em;
}

.security .box-inner {
  max-width: 640px;
  border-bottom: 1px solid #d9cd90;
  padding-bottom: 2em;
  padding: 0 2em 2em;
}

.security-check {
  background-size: 240px auto;
  color: #af7d06;
  font-size: 1.25rem;
  padding: 1.5em 2em;
}

.security-check li {
  background: url(../images/icon-check.png) no-repeat center left;
  padding: 20px 0 20px 48px;
}

/* .pmark {
	display: none;
} */

.box.security-box {
  display: flex;
}

.box-security.technicalsecurity,
.box-security.physicalsecurity {
  background-color: #eaf0e3;
  height: auto;
  padding-bottom: 2em;
  padding-right: 2em;
  padding-left: 2em;
}
.box-security.humansecurity {
  height: auto;
  padding-bottom: 2em;
  padding-right: 2em;
  padding-left: 2em;
}

.box-security-ttl {
  border-bottom: 2px solid #539a2d;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.box-security-ttl h3 {
  color: #539a2d;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.box-security-ttl h3 img {
  width: 30px;
  margin-right: 8px;
}
.box-security-subttl h4 {
  color: #539a2d;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.1em;
}
.box-security-subttl h4 img {
  width: 30px;
  margin-right: 4px;
}
.box-security-wrap {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.box-security-wrap table {
  width: 100%;
  margin-top: 0;
}

.box-security-wrap table tbody tr th,
.box-security-wrap table tbody tr td {
  border: solid 1px #b9b5b5;
}
.box-security-wrap table tbody tr th {
  color: #539a2d;
  font-size: 16px;
  background-color: #dbe9d2;
}
.box-security-wrap table tbody tr td {
  font-size: 14px;
  color: #333;
  text-align: left;
  font-weight: 300;
  background-color: #fff;
}

.marks {
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30%;
}

.marks div p {
  color: #000000;
  font-size: 0.7em;
}

.pmark img {
  width: 70px;
}

.marks a.ismsmark {
  border: 1px #999 solid;
  padding: 8px;
  display: flex;
  justify-content: space-around;
  width: 180px;
  margin-top: 10px;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  /* .pmark {
		display: block;
		margin: 0 auto;
		padding-bottom: 1em;
		width: 80%;
		height: auto;
		text-align: center;
	} */

  .security-check {
    background: none;
    padding: 1.5em 2em 0 2em;
  }

  .box.security-box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .marks {
    padding: 0 1em 1.5em 1em;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .box-security-wrap table tbody tr th {
    font-size: 0.8em;
    padding: 0.2em;
  }

  .box-security-wrap table tbody tr td {
    font-size: 14px;
  }
}

/* --------------------------------

無料トライアル

-------------------------------- */
.box.trial img {
  width: 100%;
  height: auto;
}

.trial-sp {
  display: none;
}

.qa h3 {
  display: flex;
  font-size: 1.125rem;
  text-align: left;
}

.qa h3::before {
  content: "Q";
  color: #fb7544;
  font-size: 1.5rem;
  padding-right: 1em;
}

.qa p {
  display: flex;
}

.qa p::before {
  content: "A";
  color: #5aa77c;
  font-size: 1.5rem;
  padding-right: 1em;
}

@media screen and (max-width: 480px) {
  .box.trial {
    padding: 1em;
  }

  .trial-sp {
    display: block;
  }

  .trial-pc {
    display: none;
  }
}

/* --------------------------------

活用術

-------------------------------- */

.box-method-single {
  max-width: 800px;
  margin: 1.6em auto 0;
}

.box-method-single img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .box-method-single {
    margin: 1em auto 0;
  }
}

/* --------------------------------

活用術一覧

-------------------------------- */

.method-list #main {
  padding-top: 100px;
}

.method-list .box-inner {
  max-width: 900px;
}

.method-list h1 {
  border-bottom: 3px solid #d9cd90;
  color: #333;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  text-shadow: none;
  padding: 0 0 1em;
}

.box-method-single h3 {
  border-left: 4px solid #91c871;
  padding-left: 10px;
  text-align: left;
}

.point {
  padding: 1em;
  background: #f8f5e4;
  margin: 2em 0 1em;
}

.point h4 {
  margin: 0 0 10px;
  border-bottom: 1px solid #d9cd90;
  padding-bottom: 10px;
}

.side-method ul li span {
  background: #fb744a;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 5px;
  margin-right: 5px;
}

/* --------------------------------

推奨環境

-------------------------------- */

table.system {
  max-width: 900px;
}

table.system td {
  border: 1px solid #d9cd90;
  padding: 1em;
  color: #333;
  background: #fdfdfd;
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
}

table.system td:last-child {
  border-left: none;
}

table.system th {
  border: 1px solid #d9cd90;
  border-bottom: none;
  width: 50%;
  text-align: center;
  color: #333;
  background: #f4f1e3;
  font-weight: bold;
  text-align: left;
}

.fv-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 2em auto 0;
  list-style: none;
  flex-wrap: wrap;
}

.fv-nav li a {
  display: block;
  padding: 1em 2em;
  font-size: 1.125rem;
  border-radius: 8px;
  vertical-align: middle;
  text-align: center;
}

.fv-nav li a span {
  font-size: 4rem;
  display: block;
  margin: 0 0 5px;
}

.box-answer {
  padding: 1.6em;
  border: 1px solid #90c075;
}

/*.faq {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.faq li {
	width: 45%;
}*/

.contact h2 {
  color: #56a57d;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 3em 0 0;
  margin: 0;
}
.contact h2 span {
  font-size: 3.5rem;
  display: block;
  margin: 0 0 5px;
  color: #90c075;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
}

.faq h3 {
  display: flex;
  font-size: 1.125rem;
  text-align: left;
}

.faq h3::before {
  content: "Q";
  color: #fb7544;
  font-size: 1.5rem;
  padding-right: 1em;
}

.text_link {
  color: #56a57d;
  margin-top: 1em;
}

.text_link a {
  text-decoration: underline !important;
}

.text_link span {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contact h2 {
    padding: 2.4em 0 0;
    margin: 0;
  }

  .fv-nav li {
    width: 30%;
    margin-bottom: 1em;
  }

  .fv-nav li a {
    padding: 1em 0;
    font-size: 1rem;
  }

  .faq h3 {
    margin: 2em 0 1em;
  }
}

.news_inner {
  max-width: 1000px;
  margin: 15px auto;
  text-align: left;
}

.news_thumb {
  width: 30%;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.news_thumb figure img {
  width: 100%;
  margin: 0 0 2px;
}
.news_thumb p {
  text-align: left;
}

@media screen and (max-width: 450px) {
  .news_thumb {
    width: 100%;
    margin: 5px 0;
  }
}

/* --------------------------------

英語版

-------------------------------- */
.h-contents.en .top.box-inner {
  background: none;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mockup {
  margin-top: 2em;
}

.copy h1 {
  text-align: left;
  font-size: 3rem;
  margin: 30px 20px 10px 0;
}

.copy ul {
  font-size: 1.25rem;
}

.box-feature ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f7f3df;
  padding: 1em 0;
}

.box-feature li {
  width: 45%;
  margin: 0 2.5% 2em;
}

#main .box-contents-learno h2.en,
h2.en {
  background: #86c166;
  color: #fff;
  font-size: 1.125rem;
  text-align: left;
  padding: 1.2em 1.6em;
}

.box-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 2em;
}
.box-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1200px) {
  .mockup {
    width: 60%;
  }

  .mockup img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .d-flex {
    display: block;
    text-align: center;
  }

  .mockup {
    width: 80%;
  }

  .mockup,
  .copy h1 {
    text-align: center;
    margin: 30px auto 10px;
  }

  .copy ul {
    padding: 0 0 30px;
  }
}

/* --------------------------------

【10周年告知仕様】導線バナー

-------------------------------- */
.pc10th {
  display: block;
}

.sp10th {
  display: none;
}

.box-10th {
  text-align: center;
  margin: 28px;
}

.box-10th img {
  max-width: 1200px;
  width: 96%;
  height: auto;
  margin: -40px auto 0;
}

.box-10th img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .box-10th img {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .pc10th {
    display: none;
  }

  .sp10th {
    display: block;
  }

  .box-10th img {
    margin-top: -4vw;
    max-width: 420px;
    width: 80%;
  }
}

/* --------------------------------

【10周年告知仕様】Facebook

-------------------------------- */
.box-facebook .learno10th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 8px;
}

.box-facebook .learno10th div div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.box-facebook .learno10th div div img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 24px;
}

.box-facebook .learno10th a {
  background-color: #fff;
  box-shadow: 0 4px 0px 0 #e3dfca;
  padding: 12px 16px;
  font-weight: bold;
  display: inline;
}

@media screen and (max-width: 768px) {
  .box-facebook .learno10th {
    display: block;
    text-align: center;
    padding-top: 16px;
  }

  .box-facebook .learno10th div div {
    display: block;
    margin-right: 0;
  }

  .box-facebook .learno10th div div img {
    max-width: 240px;
    width: 50vw;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .box-facebook .learno10th a {
    display: inline-block;
    margin: 16px 0;
  }
}

/* --------------------------------

「LearnOで何ができるの？」活用術のご紹介

-------------------------------- */
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 16px;
  min-width: 120px;
  max-width: 100%;
  color: #fa744a;
  font-size: 16px;
  background: #fff;
  border: solid 3px #fa744a;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fa744a;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

.box-manapla .btn span,
.box-solino .btn span {
  vertical-align: middle;
}

.box-manapla .btn.round,
.box-solino .btn.round {
  width: 280px;
}
.box-manapla ul,
.box-solino ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-manapla li,
.box-solino li {
  width: 30%;
  margin: 0 1.5% 2em;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}

.box-manapla li a,
.box-solino li a {
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 8px 4px -1px rgba(215, 185, 142, 0.12), 0px 4px 4px 0px rgba(215, 185, 142, 0.84), 0px 4px 12px 0px rgba(215, 185, 142, 0.72);
  border-radius: 16px;
  background: #fff;
  display: block;
  width: 100%;
}

.box-manapla li a span,
.box-solino li a span {
  background: #fb744a;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 2px 5px;
  margin-right: 5px;
  display: inline-block;
}

.box-manapla li a:hover,
.box-solino li a:hover {
  color: #777;
  box-shadow: 0px 12px 8px -1px rgba(215, 185, 142, 0.12), 0px 8px 8px 0px rgba(215, 185, 142, 0.72), 0px 8px 16px 0px rgba(215, 185, 142, 0.56);
}

.box-solino li a .thumb {
  height: 200px;
}

@media screen and (max-width: 768px) {
  .box-manapla li,
  .box-solino li {
    width: 100%;
    margin: 0 auto 2em;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
  }
}

/* footer isms */

.footer-mark_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-mark_isms {
  display: flex;
  justify-content: space-around;
  width: 180px;
  border: 1px #999 solid;
  padding: 8px;
  margin-left: 16px;
}

a.footer-mark_p img {
  width: 70px;
}

a.footer-mark_isms div p {
  color: #000000;
  font-size: 0.7em;
}
img.ismsimg {
  width: 60px;
}

img.isoimg {
  width: 60px;
}

/* --------------------------------

PR TIMES STORYへの導線

-------------------------------- */
.box-rebrand {
  margin-bottom: 48px;
  padding: 2em;
  background-color: #d7b98e15;
  margin-top: 2em;
}
.box-rebrand.firstview {
  background: none;
  margin-bottom: 16px;
  padding: 1.6em;
  margin-top: 0;
}
.top .box-rebrand {
  margin: 120px 0 0;
}
.box-rebrand:has(.slider_banner) {
  background: none;
}
.box-rebrand .bnr.pc {
  display: block;
}
.box-rebrand .bnr.sp {
  display: none;
}

.box-rebrand .bnr {
  width: 100%;
  box-shadow: 0 4px 4px 0px rgba(222, 222, 222, 0.4);
  vertical-align: bottom;
}

.box-rebrand .flex {
  display: flex;
  gap: 16px;
}

.box-rebrand .flex a {
  display: block;
  width: 50%;
  height: auto;
}

.box-rebrand .bnr:hover {
  filter: brightness(102%);
}

@media screen and (max-width: 768px) {
  .box-rebrand {
    margin: 24px 0;
  }
  .top .box-rebrand {
    padding: 1em;
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .box-rebrand .flex {
    display: block;
  }
  .box-rebrand .flex a {
    width: 100%;
    margin: 8px 0;
  }
  .box-rebrand .bnr.pc {
    display: none;
  }
  .box-rebrand .bnr.sp {
    display: block;
  }
}
.box-history {
  margin: 40px 0;
  padding: 1em;
}

.box-history .bnr {
  width: 100%;
  box-shadow: 0 4px 4px 0px rgba(222, 222, 222, 0.4);
  vertical-align: bottom;
}
.bnr.history {
  border-radius: 15px;
}
/* --------------------------------

活用術

-------------------------------- */
h2 .icn-h {
  display: block;
  margin: 0 auto;
}
h2:has(.icn-h) {
  margin-bottom: 0;
}
h2:has(.icn-h)+p {
  margin: 1em 0 3em;
  text-align: center;
}

.rounded-box {
  border-radius: 10px;
  border: 1px solid #777;
  background: #fff;
  position: relative;
  margin-bottom: 8em;
}
.rounded-box h2 {
  margin: 0;
}
.rounded-box .box-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  border: 1px solid #777;
  background: #fff;
  font-size: 18px;
  padding: 0 2em;
  white-space: nowrap;
}

.rounded-box .box-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.box-code {
  background-color: #fff;
  padding: 1.6em;
  font-size: 0.875rem;
  border-radius: 0.8em;
}
.box-prompt {
  background-color: #fff;
  border: 1px solid #cac5b5;
  padding: 1.6em;
  font-size: 0.96rem;
  border-radius: 0.4em;
}
@media screen and (max-width: 599px) {
  .rounded-box {
    padding: 2em 0 1em;
  }
  .rounded-box .box-button {
    width: 100%;
  }
  .rounded-box .box-button .btn {
    margin: 0;
  }
}
.box-method.box-column>ul>li {
  width: 22%;
}
.box-method.box-column>ul>li .title {
  font-size: .875rem;
}
.box-method>ul>li>a span {
  background: none;
  border-radius: 3px;
  color: #fb744a;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0;
  margin-right: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .box-method.box-column>ul>li {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  .box-method.box-column>ul>li {
    width: 100%;
  }
}
.box-category-list {
  border-radius: 10px;
  border-right: none;
  background: #f7faf8;
  text-align: center;
  margin-top: 1em;
  padding: 0.4em 0 3.6em;
}

.box-category-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.8em 1.6em;
  gap: 12px;
}

.box-category-list ul li {
  margin-bottom: 0.4em;
}

.box-category-list ul li a {
  padding: 8px 18px;
  border-radius: 35px;
  border: 2px solid #231815;
  background: #fff;
  font-size: 0.875em;
  font-weight: 600;
  display: block;
}

.box-category-list h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 1rem;
  margin-top: 1em;
}

.box-category-list h3:before,
.box-category-list h3:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #231815;
}

.box-category-list h3:before {
  left: 0;
}
.box-category-list h3:after {
  right: 0;
}
.box-method ul {
  padding: 3em 2em 0;
}
.box-method ul.category-filter-list {
  padding: 0 1em 1.6em;
}
.box-method .box-category-list ul li a:hover {
  background-color: #56a57d35;
  color: #56a57d;
}
@media screen and (max-width: 599px) {
  .box-method ul {
    padding: 3em 1em 0;
  }
}