@charset "UTF-8";

/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dt,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

section,
figure,
aside,
header,
footer,
main,
nav {
  display: block;
}

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

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

.m-post-share-snses {
  padding-left: 0 !important;
}

.m-post-share-snses li {
  list-style: none !important;
}

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: 500;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

@font-face {
  font-family: 'Shin';
  src: url(../../font/AOTFShinGoProMedium.otf);
}

@font-face {
  font-family: 'Shin-bold';
  src: url(../../font/AOTFShinGoProBold.otf);
}

@font-face {
  font-family: 'Shin Go Regular';
  src: url(../../font/AOTFShinGoProRegular.otf);
}

/* @font-face {
  font-family: 'myriad-pro';
  src: url(../../font/meiryou.otf);
} */
.u-text-18 {
  font-family: myriad-pro, 'Shin', sans-serif !important;

}

body {
  font-family: Shin !important;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

p,
span,
#cat-gene_202204 .featured-item-wrapper .featured-item .featured-point,
#cat-gene_202204 .featured-item-wrapper .featured-item .featured-detail {
  font-family: Shin !important;

}

h1,
h2,
h3,
h4,
h5,
h6,
#embryo .contents .contM80 .list .listCont2 {
  font-family: Shin !important;

}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  font-family: Shin !important;
  color: #333333;
}

span {
  font-family: Shin !important;

}

a:not([href^="tel:"]) {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a:not([href^="tel:"]):hover {
  text-decoration: none;
  opacity: 0.4;
}

a[href^="tel:"] {
  cursor: default;
}

/* ---------------------------
l-header
--------------------------- */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-bottom: 2px solid #e2e1dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.l-header-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.l-header-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-contactBtn a {
  border-radius: 2em;
  color: #326691;
  border: 2px solid #326691;
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
}

.l-header-contactBtn a:hover {
  opacity: 1;
  color: #fff !important;
  background: #326691 !important;
}

/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  background: #55595d;
  color: #ffffff;
}

.l-footer-address-logo {
  margin-bottom: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer-address-logo .logo {
  margin-right: 1rem;
  display: block;
}

.l-footer-links01-head {
  position: relative;
}

.l-footer-links01-head>a {
  color: #ffffff;
}

.l-footer-links01sub-item {
  font-size: 0.85rem;
  margin-bottom: 0.5em;
}

.l-footer-links01sub-item a {
  color: #ffffff;
}

.l-footer-links01sub-item.is-newTab a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  content: "\f35d";
  font-family: FontAwesome;
}

.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer-sns-h {
  font-size: 0.85rem;
  margin-right: 1em;
}

.l-footer-snses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer-snses-item {
  border-radius: 50%;
}

.l-footer-snses-item:not(:last-child) {
  margin-right: 1em;
}

.l-footer-snses-item .fab {
  font-size: 32px;
  color: #fff;
}

.l-footer-snses-item span {
  display: none;
}

.l-footer-links02-item {
  font-size: 0.85rem;
}

.l-footer-links02-item a {
  color: #ffffff;
}

.l-footer-copyright {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  text-align: center;
  font-size: 0.9rem;
}

/* ---------------------------
l-post
--------------------------- */
.l-post-wrap {
  background: #fff;
}

.l-post-side-sec-h {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 2px solid #f5f7f8;
  font-size: 1.2rem;
}

.l-post-side-posts li {
  margin-bottom: 1em;
}

.l-post-side-posts-date {
  color: #55595d;
  font-size: 0.85rem;
}

/* ---------------------------
l-wrap
--------------------------- */
/* ---------------------------
l-secType
--------------------------- */
.l-secType02 {
  border-top: 1px solid #f5f7f8;
}

.m-about-greeting-mv {
  text-align: center;
}

.m-about-greeting-mv img {
  width: 100%;
}

.m-about-greeting-sec-h {
  font-family: Shin Go Medium;
  line-height: 1.5;
  margin-bottom: 1em;
}

.m-about-greeting-sec-article {
  line-height: 2.2;
}

.m-about-greeting-sec-article p {
  margin-bottom: 2.5em;
}

.m-about-greeting-name {
  font-family: Shin Go Medium;
  text-align: right;
}

.m-about-vision-connect-lead {
  text-align: center;
  margin-bottom: 0.5em;
}

.m-about-vision-connect-lead02 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}

.m-about-vision-connect-txt {
  line-height: 2;
}

.m-about-vision-value-table th {
  font-family: Shin Go Medium;
  font-weight: bold;
  padding-right: 2em;
}

.m-about-vision-story-sec-num {
  font-family: Shin Go Medium;
  color: #00684d;
  line-height: 1;
}

.m-about-vision-story-sec-clear {
  position: relative;
  border-left: 4px solid #00684d;
}

.m-about-vision-story-sec-clear:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #00684d;
  margin-left: -11px;
}

.m-about-vision-story-sec-h {
  font-family: Shin Go Medium;
}

.m-about-vision-prizes-item {
  text-align: center;
}

.m-about-vision-prizes-h {
  font-family: Shin Go Medium;
  margin-bottom: 1.5em;
}

.m-about-culture-stance-sec-img img {
  border-radius: 10px;
}

.m-about-culture-stance-sec-h {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
  line-height: 1.5;
}

.m-about-culture-systems-ico {
  text-align: center;
}

.m-about-culture-systems-h {
  font-family: Shin Go Medium;
  text-align: center;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.7em;
}

.m-about-culture-recruitAction-recruits-h {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
}

/* ---------------------------
m-blockquote01
--------------------------- */
.m-blockquote01,
.u-wysiwyg blockquote,
.mce-content-body blockquote {
  background: #f5f7f8;
  font-weight: bold;
}

/* ---------------------------
btn
--------------------------- */
.m-btn01 {
  font-family: Shin Go Medium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border-radius: 2em;
  border-width: 1px;
  cursor: pointer;
}

.m-btn01:hover {
  text-decoration: none;
  opacity: 0.7;
}

.m-btn01.arrow-r:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
  background-size: contain;
}

.m-btn01.arrow-l:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.m-btn01.u-bd-c1:hover {
  opacity: 1;
  color: #fff !important;
  background: #326691 !important;
}

.m-btn01.u-bg-c0:hover {
  opacity: 1;
  color: #333333 !important;
  background: #fff !important;
}

.m-btn01.is-tel {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  font-size: 1.7em;
}

.m-btn01.is-tel .fas {
  font-size: 1.2rem;
}

.m-btn01.is-shadow {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.m-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border-radius: 2em;
  border-width: 1px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.m-btn02:hover {
  text-decoration: none;
  opacity: 0.7;
}

.m-btn02.arrow-r:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
  background-size: contain;
}

.m-btn02.arrow-l:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* ---------------------------
btns1col
--------------------------- */
.m-btns1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-btns1col-item:not(:last-child) {
  margin-bottom: 10px;
}

.m-btns1col-item .m-btn01 {
  height: 100%;
  text-decoration: none;
}

.m-alignRightBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-btns2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-btns2col.is-jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-btns2col-item {
  width: 48%;
}

.m-btns2col.is-autoSize .m-btns2col-item {
  width: auto;
}

.is-jcc .m-btns2col-item:not(:last-child) {
  margin-right: 2%;
}

.m-btns3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-btns3col-item {
  width: 32%;
}

.m-btns3col-item .m-btn01 {
  height: 100%;
}

/* ---------------------------
m-cols01
--------------------------- */
.m-cols01-links-item a {
  display: block;
  padding: 11px 10px;
}

.m-cols01-links-item.is-current a {
  background: #f5f7f8;
  font-weight: bold;
}

.m-companyLogos-item {
  background: url("") center center repeat-x;
}

/* ---------------------------
m-form
--------------------------- */
.m-form .must,
.m-form .error {
  color: #d42518;
  font-size: 0.8rem;
}

.m-form-error {
  background: #ffc0cb;
  color: #dae24a;
  padding: 2px 8px;
  display: block;
  font-size: 0.85rem;
}

.m-form-wrap {
  border: 4px solid #eceff1;
}

.m-form-h {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}

.mw_wp_form_confirm .m-form-lead,
.mw_wp_form_complete .m-form-lead {
  display: none;
}

.m-form-table01 {
  width: 100%;
}

.m-form-table01>tbody>tr>th {
  font-weight: bold;
}

.m-form-zipBtn {
  background: #326691;
  color: #fff;
  padding: 8px 10px;
  cursor: pointer;
}

.m-form-radios.is-horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-form-radios-item {
  margin-bottom: 0.5em;
}

.is-horizonal .m-form-radios-item:not(:last-child) {
  margin-right: 1.3em;
}

.m-form-privacy {
  overflow-y: scroll;
  padding: 1em 2em;
  border: 1px solid #dedede;
}

.m-form-privacy section {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.m-form-privacy p {
  margin-bottom: 1em;
}

.m-form-privacy h3,
.m-form-privacy h4 {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
  margin-top: 1em;
}

.m-form-privacy table th,
.m-form-privacy table td {
  border: 1px solid #dedede;
  padding: 8px;
}

.m-form-privacy dt {
  font-weight: bold;
  margin: 0.5em 0;
}

.mw_wp_form_confirm .m-form-privacy {
  display: none;
}

.m-form-btns.off {
  display: none;
}

.m-form-must {
  background: #dae24a;
  color: #fff;
  font-size: 0.8rem;
  padding: 1px 6px;
}

/* ---------------------------
m-gnav
--------------------------- */
.m-gnav-links {
  font-family: Shin Go Medium;
}

.m-gnav-links02-item {
  font-family: Shin Go Regular;
  margin-bottom: 1em;
}

.m-gnav-links02-item a {
  display: block;
}

.m-gnav-links02-item a:before {
  content: "-";
  margin-left: 1em;
  margin-right: 1em;
}

.m-gnav-btn-lines {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.on .m-gnav-btn-lines {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.m-gnav-btn-lines-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  width: 100%;
  background: #333333;
}

.m-gnav-btn-lines-item:nth-child(1),
.m-gnav-btn-lines-item:nth-child(3) {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.m-gnav-btn-lines-item:nth-child(1) {
  -webkit-transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
}

.m-gnav-btn-lines-item:nth-child(3) {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
}

.m-gnav-btn.on .m-gnav-btn-lines-item {
  background: #fff;
}

.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*20220704追加*/
.gnavCol01 {
  color: #009237;
}

/*20220704追加End*/

/*20220913追加*/
a.wagyu {
  background-color: #00684d !important;
  border: 2px solid #00684d !important;
  color: #fff !important;
  transition: 0.2s;
}

a.wagyu:hover {
  background-color: #fff !important;
  color: #00684d !important;
}

/*end*/

/* ---------------------------
h
--------------------------- */
.m-h01 {
  font-family: Shin Go Medium;
  color: #fff;
  font-weight: bold;
}

.m-h01-wrap {
  background: -webkit-gradient(linear, left top, right top, from(#00684d), to(#4c9582));
  background: -webkit-linear-gradient(left, #00684d 0%, #4c9582 100%);
  background: -o-linear-gradient(left, #00684d 0%, #4c9582 100%);
  background: linear-gradient(90deg, #00684d 0%, #4c9582 100%);
}

.m-h02,
.u-wysiwyg.is-freeTemplate h2,
.mce-content-body.is-freeTemplate h2 {
  font-family: Shin Go Medium;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.m-h02.is-left,
.u-wysiwyg.is-freeTemplate h2,
.mce-content-body.is-freeTemplate h2 {
  text-align: left;
}

.m-h02:after,
.u-wysiwyg.is-freeTemplate h2:after,
.mce-content-body.is-freeTemplate h2:after {
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#00684d), color-stop(50%, #00684d), color-stop(50.1%, #dae24a), to(#dae24a));
  background: -webkit-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
  background: -o-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
  background: linear-gradient(90deg, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
}

.m-h02.is-left:after,
.u-wysiwyg.is-freeTemplate h2:after,
.mce-content-body.is-freeTemplate h2:after {
  margin-left: 0;
  margin-right: 0;
}

.m-h02_2,
.u-wysiwyg:not(.is-freeTemplate) h2,
.mce-content-body:not(.is-freeTemplate) h2 {
  font-family: Shin Go Medium;
  font-weight: bold;
  line-height: 1.5;
}

.m-h02_2:after,
.u-wysiwyg:not(.is-freeTemplate) h2:after,
.mce-content-body:not(.is-freeTemplate) h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#00684d), color-stop(50%, #00684d), color-stop(50.1%, #dae24a), to(#dae24a));
  background: -webkit-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
  background: -o-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
  background: linear-gradient(90deg, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
}

.m-h03,
.u-wysiwyg h3,
.mce-content-body h3 {
  font-family: Shin Go Medium;
  font-weight: bold;
  border: 1px solid #00684d;
  border-radius: 10px;
  line-height: 1.5;
}

.m-h04,
.u-wysiwyg h4,
.mce-content-body h4 {
  font-family: Shin Go Medium;
  font-weight: bold;
  background: #f5f7f8;
  position: relative;
  line-height: 1.4;
}

.m-h04:after,
.u-wysiwyg h4:after,
.mce-content-body h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#00684d), color-stop(70%, #00684d), color-stop(70.1%, #dae24a), to(#dae24a));
  background: -webkit-linear-gradient(top, #00684d 0%, #00684d 70%, #dae24a 70.1%, #dae24a 100%);
  background: -o-linear-gradient(top, #00684d 0%, #00684d 70%, #dae24a 70.1%, #dae24a 100%);
  background: linear-gradient(180deg, #00684d 0%, #00684d 70%, #dae24a 70.1%, #dae24a 100%);
}

.m-h05,
.u-wysiwyg h5,
.mce-content-body h5 {
  font-family: Shin Go Medium;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #00684d;
  padding-bottom: 0.4em;
}

.m-h06,
.u-wysiwyg h6,
.mce-content-body h6 {
  font-family: Shin Go Medium;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #eceff1;
  padding-bottom: 0.4em;
  position: relative;
  padding-left: 25px;
}

.m-h06:before,
.u-wysiwyg h6:before,
.mce-content-body h6:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 8px;
  height: 8px;
  border: 4px solid #dae24a;
  border-radius: 50%;
}

.m-h07 {
  font-family: Shin Go Medium;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.m-h08 {
  font-family: Shin Go Medium;
  line-height: 0;
  border-bottom: 1px solid #326691;
}

.m-h08 span {
  background: #fff;
  padding-right: 15px;
}

.m-h09 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00684d), to(#4c9582));
  background: -webkit-linear-gradient(left, #00684d 0%, #4c9582 100%);
  background: -o-linear-gradient(left, #00684d 0%, #4c9582 100%);
  background: linear-gradient(90deg, #00684d 0%, #4c9582 100%);
  text-align: center;
}

.m-h09 .sub {
  font-family: Shin Go Medium;
}

.m-h09 .main {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
}

/* ---------------------------
m-items
--------------------------- */
.m-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-contiguousItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tac {
  text-align: center !important;
}

.m-mainContent-bg01 {
  background: url("../img/base/bg_02.png") 0 0;
}

.slick-slide {
  height: auto !important;
}

/*20220629追加*/
.m-mv01-navs .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  flex-wrap: wrap;
  width: 1110px !important;
  margin: auto;
  display: none;
}

.m-mv01-navs-item:nth-child(3n) {
  margin-right: 0px;
}

/*20220701追加*/
.slick-list {
  max-height: auto;
  padding: 0 !important;
}

@media screen and (min-width: 1025px) and (max-width: 1399px),
print {
  .slick-list {
    max-height: 500px;
    padding: 0 !important;
  }

  .slide_logo {
    width: 50% !important;
    margin: 1rem 0;
  }
}

@media screen and (min-width: 1400px),
print {
  .slide_logo {
    width: 50% !important;
    margin: 1rem 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px),
print {
  .slick-slide {
    /*20220715追加*/
    max-height: 500px !important;
  }

  .slide_logo {
    width: 50%;
    margin: 1rem 0 0.9rem !important;
  }

  .m-mv01-navs .slick-track {
    margin: auto;
    width: 750px !important;
    display: none;
  }

  .m-mv01-navs-item {
    width: 220px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px),
print {
  .m-mv01-navs .slick-track {
    margin: auto;
    width: 380px !important;
    display: none;
  }

  .m-mv01-navs-item {
    width: 180px !important;
    margin-bottom: 1.6rem;
    margin-right: 10px !important;
  }

  .m-mv01-navs-item:nth-child(2n) {
    margin-right: 0px;
  }

  .slick-cloned {
    display: none !important;
  }

  .m-mv01-imgs-img img {
    margin: 0 !important;
  }

  .m-mv01-imgs-h {
    font-size: 4vw !important;
  }

  .m-mv01-arrow {
    top: -40% !important;
  }

  .slide_logo {
    width: 70%;
    margin: 1rem 0 0.9rem;
  }
}

/*20220701追加end*/
/*20220810追加*/
@media screen and (max-width: 400px),
print {
  .slide_logo {
    width: 70%;
    margin: 1rem 0 0;
  }
}

/*20220810追加end*/

@media screen and (min-width: 1025px) and (max-width: 1399px),
print {
  .m-mv01-imgs-h {
    font-size: 2.4vw !important;
  }

  .m-mv01-imgs-h span {
    font-size: 5vw;
  }
}


.mceEditable td {
  /* padding: 0.6rem 0; */
  padding: 0.6rem 0.6rem;
}

/* ---------------------------
m-mv
--------------------------- */
.m-mv01 {
  position: relative;
}

.m-mv01-imgs-item {
  text-align: center;
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
}

.m-mv01-imgs-img img {
  width: 100%;
  margin: -140px 0 0;
}

.m-mv01-imgs-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.m-mv01-imgs-txts {
  position: absolute;
  left: 0;
  top: 20%;
  /*20220715修正*/
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;20220629修正*/
  text-align: center;
}

.m-mv01-imgs-h {
  font-family: Shin Go Medium;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
}

.m-mv01-navWrap {
  position: relative;
}

.m-mv01-navs-item button {
  cursor: pointer;
}

.m-mv01-navs-img {
  display: block;
  margin-bottom: 10px;
}

.m-mv01-navs-img img {
  border-radius: 10px;
}

.m-mv01-navs-label {
  font-family: Shin Go Medium;
  display: block;
  text-align: left;
}

.m-mv01-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: rgba(51, 51, 51, 0.3);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 1;
  border-radius: 50%;
}

.m-mv01-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-mv01-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eceff1;
  margin-bottom: 20px;
}

.m-mv01-dots li:not(:last-child) {
  margin-right: 20px;
}

.m-mv01-dots li.slick-active {
  background: #00684d;
}

.m-mv01-dots li button {
  display: none;
}

.m-mv01-01-txts {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.m-mv01-01-h {
  line-height: 1.4;
  margin-bottom: 1rem;
}

.m-mv01-01-lead {
  line-height: 2;
  letter-spacing: 0.1em;
}

.m-mv01-moreBtn {
  margin-top: 30px;
}

.m-mv02 {
  background: url() center bottom no-repeat;
  background-size: cover;
}

.m-mv03 {
  /* background: url(/common/img/color_bg_01.jpg) no-repeat center/cover; */
}

.m-mv03-txts {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-mv03-h {
  margin-bottom: 0.3em;
}

.m-mv03-h .sub {
  font-family: Shin Go Medium;
  display: block;
}

.m-mv03-h .main {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  display: block;
  line-height: 1.3;
}

.m-mv03-lead {
  font-family: Shin Go Medium;
  display: block;
}

.m-mv04 {
  position: relative;
  text-align: center;
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
}

.m-mv04-img img {
  width: 100%;
}

.m-mv04-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.m-mv04-txts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.m-mv04-h {
  font-family: Shin Go Medium;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  /* font-weight: bold; */
}

.m-mv04-lead {
  font-family: Shin Go Medium;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
}

.m-mv04-time {
  color: #fff;
  margin-top: 0.5em;
  white-space: nowrap;
  font-size: 0.85rem;
}

.m-mv05 {
  position: relative;
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
}

.m-mv05-h {
  font-family: Shin Go Medium;
  color: #fff;
  margin-bottom: 0.8em;
  text-align: center;
}

.m-mv05-lead {
  color: #fff;
}

.m-mv06 {
  position: relative;
  text-align: center;
  background: url() center no-repeat;
  background-size: cover;
  position: relative;
}

.m-mv06-img img {
  width: 100%;
}

.m-mv06-txts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.m-mv06-h {
  font-family: Shin Go Medium;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
}

.m-mv06-lead {
  font-family: Shin Go Medium;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
}

.m-mv07 {
  position: relative;
  text-align: center;
  background: url("../img/cloud/guide/mv_bg_01.png") center;
  position: relative;
}

.m-mv07-txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.m-mv07-h {
  font-family: Shin Go Medium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.m-mv07-lead {
  font-family: Shin Go Medium;
}

/*20220719追加*/
@media screen and (max-width: 767px),
print {
  .m-mv01-navWrap {
    top: -11em;
  }

  .m-mv01-arrow {
    background-color: #555;
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-mv01-imgs-txts {
    top: 10%;
  }

  .slide_logo {
    margin: 0.6rem 0;
  }

  .m-mv01-navWrap {
    top: -12em;
  }

  .m-mv01-arrow {
    background-color: #555;
    opacity: 0.8;
  }
}

@media screen and (min-width: 1025px),
print {
  .m-mv01-navWrap {
    top: -18em;
  }

  .m-mv01-arrow {
    background-color: #555;
    opacity: 0.8;
  }
}

/* ---------------------------
m-pageNavs
--------------------------- */
.m-pageNavs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-pageNavs-item {
  margin-bottom: 8px;
}

.m-pageNavs-item a {
  border: 2px solid #333333;
  border-radius: 6px;
  text-align: center;
  padding: 2px 10px;
  font-size: 0.85rem;
  width: 4em;
  display: block;
}

.m-pageNavs-item:not(:last-child) {
  margin-right: 8px;
}

.m-pageNavs-item.is-current a {
  color: #f5f7f8 !important;
  border-color: #f5f7f8 !important;
}

.is-c1 .m-pageNavs-item a {
  color: #326691;
  border-color: #326691;
}

.is-c4 .m-pageNavs-item a {
  color: #dae24a;
  border-color: #dae24a;
}

.m-pankuzu {
  background: #f5f7f8;
  padding: 15px 0;
}

.m-pankuzu-links-item a {
  color: #326691;
}

.m-pankuzu-links-item:not(:last-child):after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  margin: 0 1em;
  line-height: 1;
}

/* ---------------------------
m-post
--------------------------- */
.m-post-thumb01 {
  text-align: center;
  position: relative;
}

.m-post-thumb01.is-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.m-post-thumb01 iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.m-post-h {
  font-family: Shin Go Medium;
  line-height: 1.5;
}

.m-post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-post-head.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-post-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-post-cats-item {
  margin-bottom: 5px;
}

.m-post-cats-item:not(:last-child) {
  margin-right: 5px;
}

.m-post-cats-item a {
  color: #326691;
  border: 1px solid #326691;
  border-radius: 3px;
  padding: 1px 8px;
  font-size: 0.75rem;
}

.m-post-date {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  font-size: 0.8rem;
  margin-right: 1em;
  line-height: 1;
}

.is-right .m-post-date {
  margin-right: 0;
  margin-left: 1em;
}

.m-post-pre01 {
  background: #f5f7f8;
}

.m-post-company {
  background: #f5f7f8;
  padding: 26px 22px;
}

.m-post-company-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.5em;
}

.m-post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-post-share-label {
  font-size: 0.85rem;
  margin-right: 1em;
}

.m-post-share-snses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-post-share-snses-item {
  background: #ffffff;
  border-radius: 50%;
}

.m-post-share-snses-item:not(:last-child) {
  margin-right: 1em;
}

.m-post-share-snses-item .fab {
  font-size: 32px;
}

.m-post-share-snses-item span {
  display: none;
}

.m-post-share-snses-item.is-facebook .fab {
  color: #1877f2;
}

.m-post-share-snses-item.is-twitter .fab {
  color: #1da1f2;
}

/* ---------------------------
m-posts
--------------------------- */
.m-posts01-item a {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.m-posts01-item a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
}

.m-posts01-img {
  text-align: center;
}

.m-posts01-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.m-posts01-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.is-noCats .m-posts01-head {
  margin-bottom: 0.5em;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-posts01-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-posts01-cats-item {
  color: #326691;
  border: 1px solid #326691;
  border-radius: 3px;
  padding: 1px 8px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.m-posts01-cats-item:not(:last-child) {
  margin-right: 5px;
}

.m-posts01-date {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  font-size: 0.8rem;
}

.m-posts01-h {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
  line-height: 1.5;
}

.m-posts01-content {
  margin-bottom: 1em;
}

.m-posts01-more {
  text-align: right;
  color: #326691;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-posts01-more:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  margin-left: 7px;
  line-height: 1;
}

.m-posts02-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eceff1;
}

.m-posts02-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
}

.m-posts02-item a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
}

.m-posts02-img img {
  border-radius: 6px;
}

.m-posts02-txts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-posts02-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-posts02-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-posts02-cats-item {
  color: #326691;
  border: 1px solid #326691;
  border-radius: 3px;
  padding: 1px 8px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.m-posts02-cats-item:not(:last-child) {
  margin-right: 5px;
}

.m-posts02-date {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  font-size: 0.85rem;
  margin-right: 1em;
}

.m-posts02-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.m-posts02-content {
  margin-bottom: 1em;
}

.m-posts02-more {
  text-align: right;
  color: #326691;
  font-size: 0.85rem;
}

.m-posts03-item a {
  display: block;
  height: 100%;
  position: relative;
}

.m-posts03-img {
  text-align: center;
}

.m-posts03-img img {
  border-radius: 10px;
}

.m-posts03-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.m-posts03-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-posts03-cats-item {
  color: #326691;
  border: 1px solid #326691;
  border-radius: 3px;
  padding: 1px 8px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.m-posts03-cats-item:not(:last-child) {
  margin-right: 5px;
}

.m-posts03-date {
  font-size: 0.75rem;
}

.m-posts03-h {
  font-family: Shin Go Medium;
  margin-bottom: 0;
  line-height: 1.5;
}

.m-posts03-content {
  margin-bottom: .5em;
}

.m-posts03-more {
  text-align: right;
  color: #326691;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-posts03-more:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  margin-left: 7px;
  line-height: 1;
}

.m-posts04-img {
  text-align: center;
  margin-bottom: 22px;
}

.m-posts04-h {
  font-family: Shin Go Medium;
  font-size: 1.3rem;
  margin-bottom: 0.8em;
}

.m-posts05-img img {
  border-radius: 8px;
}

.m-posts05-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-posts05-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-posts05-cats-item {
  color: #326691;
  border: 1px solid #326691;
  border-radius: 3px;
  padding: 1px 8px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.m-posts05-cats-item:not(:last-child) {
  margin-right: 5px;
}

.m-posts05-date {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  font-size: 0.8rem;
}

.m-posts05-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.3em;
  line-height: 1.5;
}

.m-posts05-content {
  margin-bottom: 1em;
}

.m-posts05-more {
  text-align: right;
  color: #326691;
}

/* ---------------------------
purposes
--------------------------- */
.m-purposes-item a {
  background: #ffffff;
  border-radius: 6px;
  height: 100%;
  display: block;
}

.m-purposes-item a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
}

.m-purposes-clear {
  font-family: Shin Go Medium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-purposes .fas {
  color: #00684d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-purposes-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}

/* ---------------------------
m-slide
--------------------------- */
.m-slide01-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}

.m-slide01-dots button {
  display: none;
}

.m-slide01-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f5f7f8;
  margin: 0 4px 4px;
}

.m-slide01-dots li.slick-active {
  background: #f5f7f8;
}

.m-slide02-imgs-item a {
  position: relative;
  display: block;
}

.m-slide02-imgs-item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/base/ico_play_01_c3.svg") center no-repeat;
  background-size: contain;
  width: 82px;
  height: 82px;
  margin-left: -41px;
  margin-top: -41px;
}

.m-slide02-imgs-img {
  position: relative;
  border: 5px solid #fff;
  border-right-color: #dae24a;
  border-bottom-color: #dae24a;
}

.m-slide02-imgs-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/base/ico_play_01_c3.svg") center no-repeat;
  background-size: contain;
  width: 82px;
  height: 82px;
  margin-left: -41px;
  margin-top: -41px;
}

.m-slide02-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}

.m-slide02-dots button {
  display: none;
}

.m-slide02-dots li {
  border-radius: 50%;
}

.m-slide02-dots li.slick-active {
  background: #fff;
}

.m-slide02-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.m-slide02-arrow.is-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.m-slide02-arrow.is-next {
  right: 0;
}

.m-slide03-imgs-item a {
  position: relative;
  display: block;
}

.m-slide03-imgs-img {
  position: relative;
  border: 5px solid #fff;
  border-right-color: #dae24a;
  border-bottom-color: #dae24a;
}

.m-slide03-imgs-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/base/ico_play_01_c3.svg") center no-repeat;
  background-size: contain;
  width: 82px;
  height: 82px;
  margin-left: -41px;
  margin-top: -41px;
}

.m-slide03-imgs-area {
  color: #fff;
  background: #dae24a;
  padding: 2px 8px;
  margin-right: 10px;
  font-weight: bold;
}

.m-slide03-imgs-school {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}

.m-slide03-imgs-txt {
  color: #fff;
  border-top: 2px dotted #fff;
  margin-top: 1em;
  padding-top: 1em;
  font-weight: bold;
}

.m-slide03-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.m-slide03-arrow.is-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.m-slide03-arrow.is-next {
  right: 0;
}

/* ---------------------------
m-snsTimelines
--------------------------- */
.m-tel01 {
  border: 4px solid #eceff1;
  text-align: center;
}

.m-tel01 .ico {
  width: 20px;
  margin-right: 10px;
}

.m-tel01 .fas {
  margin-right: 10px;
  font-size: 30px;
}

.m-tel01-num {
  font-family: Shin Go Medium;
}

.m-tel01-num a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.4em;
}

.m-tel01-time {
  font-size: 0.85rem;
}

.m-postLinks {
  border-top: 1px solid #eceff1;
  padding-top: 30px;
}

.m-postLinks-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-postLinks-item.item-next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.m-postLinks-item .fas {
  color: #326691;
  font-size: 30px;
}

.m-postLinks-item.item-prev .fas {
  margin-right: 20px;
}

.m-postLinks-item.item-next .fas {
  margin-left: 20px;
}

.m-postLinks-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-postLinks-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-postLinks-cats-item {
  color: #326691;
  border: 1px solid #326691;
  border-radius: 3px;
  padding: 1px 8px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.m-postLinks-cats-item:not(:last-child) {
  margin-right: 5px;
}

.m-postLinks-date {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  font-size: 0.8rem;
  margin-right: 1em;
  line-height: 1;
}

.m-postLinks-label {
  font-family: Shin Go Medium;
  text-decoration: underline;
  color: #326691;
}

.m-catnav {
  border-bottom: 1px solid #eceff1;
}

.m-catnav-h {
  font-family: Shin Go Medium;
  white-space: nowrap;
}

/* ---------------------------
m-pagenavi
--------------------------- */
.m-pagenavi-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-pagenavi-links-item {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  margin-bottom: 10px;
}

.m-pagenavi-links-item:not(:last-child) {
  margin-right: 10px;
}

.m-pagenavi-links-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #326691;
  background: #fff;
  border: 1px solid #326691;
  font-weight: bold;
  border-radius: 50%;
}

.m-pagenavi-links-item.is-current a {
  color: #fff;
  background: #326691;
}

.m-pagenavi-links-item .fas {
  font-size: 26px;
}

.m-pagenavi-links-item.is-arrow a {
  border: none;
}

.m-pagenavi02 {
  position: relative;
}

.m-pagenavi02-links-item {
  font-family: Shin Go Medium;
}

.m-company-address-h {
  font-family: Shin Go Medium;
}

.m-gmap01 iframe {
  width: 100%;
}

/* ---------------------------
m-figure01
--------------------------- */
.m-figure01 {
  border: 1px solid #eceff1;
  text-align: center;
}

.m-bnrWithTxt-img {
  position: relative;
}

.m-bnrWithTxt-txts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.m-bnrWithTxt-txts small {
  font-size: 0.7em;
}

.m-bnrWithTxt-txts:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  margin-left: 7px;
  line-height: 1;
  position: absolute;
  color: #fff;
}

.m-sitemap-links01-head {
  font-family: Shin Go Medium;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eceff1;
  font-size: 1.2rem;
}

.m-sitemap-links01-head>a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-sitemap-links01-head>a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  color: #a8a8a8;
}

.m-sitemap-links01sub-item {
  margin-bottom: 0.5em;
}

.m-sitemap-links01sub-item.is-newTab a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  content: "\f35d";
  font-family: FontAwesome;
}

.m-sitemap-links01sub02 {
  margin-left: 1em;
  margin-top: 0.5em;
}

.m-sitemap-links01sub02-item {
  margin-bottom: 0.5em;
}

.m-sitemap-links01sub02-item:before {
  content: "ｰ";
  margin-right: 0.5em;
}

.m-sitemap-links01sub02-item.is-newTab a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  content: "\f35d";
  font-family: FontAwesome;
}

/* ---------------------------
sort
--------------------------- */
.m-sort-btn {
  margin-bottom: 20px;
}

.m-sort-content {
  border: 4px solid #eceff1;
}

.m-sort-cats-h {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
}

.m-sort-taxes-item {
  color: #326691;
}

.m-sort-taxes-item:not(:last-child) {
  margin-bottom: 0.5em;
}

/* ---------------------------
solution
--------------------------- */
.m-solution-posts01-item {
  font-family: Shin Go Medium;
}

.m-solution-posts01-item a {
  background: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.m-solution-posts01-item a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
}

.m-solution-posts01 .fas {
  color: #00684d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-solution-posts01-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}

.m-solution-posts02-item a {
  border: 4px solid #eceff1;
}

.m-solution-posts02-ico .fas {
  color: #fff;
  background: #00684d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-solution-posts02-txts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-solution-posts02-label {
  font-family: Shin Go Medium;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  margin-bottom: 1em;
}

.m-solution-posts03-item a {
  border: 4px solid #eceff1;
}

.m-solution-posts03-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.m-solution-posts03-ico .fas {
  color: #fff;
  background: #00684d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-solution-posts03-txts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-solution-posts03-label {
  font-family: Shin Go Medium;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  flex: 1;
}

.m-solution-single-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}

.m-solution-single-h-ico .fas {
  color: #fff;
  background: #00684d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-solution-single-h-label {
  font-family: Shin Go Medium;
  -webkit-box-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
}

/* ---------------------------
m-service
--------------------------- */
.m-service-posts01 {
  border-top: 1px solid #eceff1;
}

.m-service-posts01-item {
  border-bottom: 1px solid #eceff1;
}

.m-service-posts01-h {
  font-family: Shin Go Medium;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

.m-service-posts01-txt {
  margin-bottom: 1em;
}

/* ---------------------------
ondemand form
--------------------------- */
.m-ondemand-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 768px;
  width: 100%;
}

.m-ondemand-box {
  text-align: center;
  width: 32%;
}

.m-ondemand-img {
  margin-bottom: 1rem;
}

.m-ondemand-txt {
  font-family: Shin Go Medium;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00684D;
}

.m-ondemand-h::after {
  display: none;
}

.m-ondemand-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m-price-flex-block {
  text-align: center;
  border-radius: 8px;
  background: #F2F2EF;
}

.m-price-flex-block-txtarea-ttl {
  font-size: 1.6rem;
}

.m-price-sec01 .m-price-flex-block a {
  position: relative;
  display: block;
}

.m-price-sec01 .m-price-flex-block a::before {
  content: "";
  position: absolute;
  background: url(../img/price/icn_arrow.svg) no-repeat center center/cover;
  left: 50%;
}

.m-price-sec01 .m-price-flex-block-img img {
  max-width: unset;
  width: 100%;
}

.m-price-sec01 .m-price-flex-block-txtarea-ttl {
  font-weight: bold;
  font-family: Shin-Bold !important;
  font-size: 1.6rem;
}

.m-price-sec02 {
  padding-bottom: 80px;
}

.m-price-sec02 .m-price-flex-block {
  border-radius: unset;
  padding: 15px 0 30px;
}

.m-price-sec02 .m-price-flex-block-img {
  max-width: 120px;
  margin: auto;
}

.m-price-sec02 .m-price-flex-block-txtarea-ttl {
  color: #00684D;
}

.m-price-sec02 .m-price-flex-block-txtarea-detail {
  color: #000;
}

.m-price-sec02 .m-price-flex-block-func {
  display: block;
  background: #00684D;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 25px;
}

.m-price-sec02 .m-price-flex-block-list {
  text-align: left;
}

.m-price-sec02 .m-price-flex-block-tblarea-ttl {
  display: block;
  font-weight: bold;
  background: #d3d3c9;
  font-family: Shin Go Medium;
  font-size: 16px;
}

.m-price-sec02 .m-price-flex-block-tblarea-detail-tbl {
  width: 100%;
}

.m-price-sec02 .m-price-flex-block-tblarea-detail-tbl tr td {
  width: 50%;
  border-bottom: 2px solid #fff;
}

.m-price-sec02 .m-price-flex-block-tblarea-detail-tbl tr td:first-of-type {
  border-right: 2px solid #fff;
}

.m-price-sec02 .m-price-flex-block-tblarea-detail-tbl tr td:last-of-type {
  color: #4E9482;
  font-weight: bold;
  font-family: Shin-Bold !important;
}

.m-price-sec02 .m-price-flex-block.block02 .m-price-flex-block-tblarea-detail-tbl tr:nth-child(odd) td {
  background: #F7F7F5;
}

.m-price-sec02 .m-price-flex-block.block02 .m-price-flex-block-tblarea-detail-tbl tr:nth-child(even) td {
  background: #F2F2EF;
}

.m-price-sec03 .m-price-h03 {
  border: 2px solid #00684D;
  text-align: center;
  width: 100%;
  color: #00684D;
  font-size: 1.6rem;
}

.m-price-sec03 .m-price-tbl {
  width: 100%;
  background: #F2F2EF;
}

.m-price-sec03 .m-price-tbl .m-bg_light {
  background: #F7F7F5;
}

.m-price-sec03 .m-price-tbl tr th,
.m-price-sec03 .m-price-tbl tr td {
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.m-price-sec03 .m-price-tbl-th {
  color: #00684D;
  font-family: Shin Go Medium;
  line-height: 1.6;
  font-size: 1.5rem;
}

.m-price-sec03 .m-price-tbl-price {
  color: #4D9583;
  font-family: Shin-Bold !important;
}

.m-price-trial {
  background: url(../img/price/price_bg.png) no-repeat center center/cover;
  height: 400px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-price-trial-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-price-trial-txtarea-txt {
  color: #fff;
  font-size: 1.6rem;
}

.m-price-trial-txtarea-item-btn {
  font-family: Shin Go Medium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border-radius: 2em;
  border-width: 1px;
  cursor: pointer;
  background: #fff;
  color: #00684D;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  margin: auto;
  font-size: 1.1rem;
  padding: 19px 14px;
  width: 300px;
}

.m-price-sec04 {
  background: #F2F2EF;
}

.m-price-sec04 .m-price-comp {
  width: 100%;
}

.m-price-sec04 .m-price-comp-tbl {
  width: 100%;
}

.m-price-sec04 .m-price-comp-tbl th,
.m-price-sec04 .m-price-comp-tbl td {
  text-align: center;
  vertical-align: middle;
}

.m-price-sec04 .m-price-comp-tbl .null {
  background: none;
  border: none;
}

.m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-txt,
.m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-left-td,
.m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-right-td {
  border-bottom: none;
}

.m-price-sec04 .m-price-comp-tbl-left,
.m-price-sec04 .m-price-comp-tbl-right {
  width: 25%;
}

.m-price-sec04 .m-price-comp-tbl-left {
  background: #4C9582;
  color: #fff;
}

.m-price-sec04 .m-price-comp-tbl-left-td {
  background: #5EA08F;
  color: #fff;
  border-bottom: 2px solid #CBCBCB;
  font-size: 1.9rem;
}

.m-price-sec04 .m-price-comp-tbl-left-td span {
  vertical-align: middle;
  font-size: 1.1rem;
}

.m-price-sec04 .m-price-comp-tbl-right {
  background: #00684D;
  color: #fff;
}

.m-price-sec04 .m-price-comp-tbl-right-td {
  background: #1A775F;
  color: #fff;
  border-bottom: 2px solid #CBCBCB;
  font-size: 1.9rem;
}

.m-price-sec04 .m-price-comp-tbl-txt {
  border-bottom: 2px solid #CBCBCB;
  background: #fff;
  text-align: left !important;
}

.m-price-sec04 .m-price-comp-tbl-txt.m-bdr-l {
  border-left: 2px solid #CBCBCB;
  width: 25%;
}

.en-mv {
  background: url(../img/en/en-mv.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-en-over-tbl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #CBCBCB;
}

.m-en-over-tbl-dt {
  vertical-align: top;
}

.m-en-over-tbl-dt,
.m-en-over-tbl-dd {
  display: table-cell;
}

.m-en-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m-en-flex-block-in,
.m-en-flex-block a {
  text-align: center;
  border-radius: 8px;
  background: #F2F2EF;
  padding: 0 0 30px;
  display: block;
}

.m-en-flex-block .m-en-flex-block-in,
.m-en-flex-block a {
  padding: 15px 0 30px;
}

.m-en-flex-block-txtarea-ttl {
  font-size: 1.6rem;
  font-family: 'Shin Go Medium';
  font-weight: 600;
}

.m-en-sec02 .m-h02:after,
.m-en-sec02 .u-wysiwyg.is-freeTemplate h2:after,
.u-wysiwyg.is-freeTemplate .m-en-sec02 h2:after,
.m-en-sec02 .mce-content-body.is-freeTemplate h2:after,
.mce-content-body.is-freeTemplate .m-en-sec02 h2:after {
  background: #00684d;
}

.m-en-sec03 .m-h02:after,
.m-en-sec03 .u-wysiwyg.is-freeTemplate h2:after,
.u-wysiwyg.is-freeTemplate .m-en-sec03 h2:after,
.m-en-sec03 .mce-content-body.is-freeTemplate h2:after,
.mce-content-body.is-freeTemplate .m-en-sec03 h2:after {
  background: #00684d;
}

.m-en-sec03 .m-form-table01>tbody>tr>th,
.m-en-sec03 .m-form-table01>tbody>tr>td {
  border: none;
}

.m-en-sec03 .m-form-table01>tbody>tr {
  border: none;
}

.m-color-video.is-landscape {
  -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
}

.m-color-video.is-portrait {
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
}

.m-color-video.is-color_app {
  margin: 0 auto;
  display: block;
}

.m-color-function02-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-color-function02-num {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  line-height: 1;
  color: #00684d;
  font-weight: bold;
  margin-right: 0.3em;
}

.m-color-function02-txts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-color-function02-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.3em;
}

.m-color-function02-lead {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
}

.m-color-function02-col2 {
  text-align: center;
}

.m-color-function03-num {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  line-height: 1;
  color: #00684d;
  font-weight: bold;
  margin-right: 0.3em;
}

.m-color-function03-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.8em;
}

.m-color-function03-lead {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
}

.m-color-function03-col2 {
  text-align: center;
}

.m-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-functions-h {
  font-family: Shin Go Medium;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-functions-h em {
  background: #FFEB3B;
  padding: 0 0.2em;
  margin: 0 0.2em;
}

.m-functions02-ico {
  display: block;
}

.m-functions02-h {
  font-family: Shin Go Medium;
}

.m-functions03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -3%;
}

.m-functions03-item {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.m-functions03-ico {
  display: block;
}

.m-functions03-h {
  font-family: Shin Go Medium;
  color: #00684d;
}

.m-functions03-h em {
  background: #FFEB3B;
  padding: 0 0.2em;
  margin: 0 0.2em;
}

.m-aboutApp {
  background: #e8f7fe;
}

.m-aboutApp-lead {
  font-family: Shin Go Medium;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.m-aboutApp-txt {
  font-size: 1.1rem;
}

.m-aboutApp-steps {
  margin-bottom: 40px;
}

.m-aboutApp-steps-item {
  position: relative;
}

.m-aboutApp-steps-ico {
  display: block;
}

.m-aboutApp-steps-label {
  font-family: Shin Go Medium;
}

.m-aboutApp-bg {
  text-align: center;
}

.m-aboutApp-bg img {
  width: 100%;
}

.m-aboutApp02 {
  background: #e8f7fe;
  position: relative;
}

.m-aboutApp02-in {
  position: relative;
  z-index: 1;
}

.m-aboutApp02-lead {
  font-family: Shin Go Medium;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.m-aboutApp02-txt {
  font-size: 1.1rem;
}

.m-aboutApp02-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.m-aboutApp02-bg img {
  width: 100%;
}

.m-aboutApp02-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-aboutApp02-functions-item {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.m-aboutApp02-functions-label {
  font-family: Shin Go Medium;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #00684d;
}

.m-aboutApp02-functions-label em {
  background: #FFEB3B;
  padding: 0 0.2em;
  margin: 0 0.2em;
}

.m-aboutApp02-img02 {
  text-align: center;
}

.m-aboutApp02-txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-aboutApp02-txt02 span {
  font-family: Shin Go Medium;
  color: #fff;
  background: #00684d;
  display: block;
  border: 3px solid #fff;
  text-align: center;
}

.m-contactSec {
  color: #fff;
  background: url("") no-repeat center/cover;
}

.m-contactSec-txts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.m-contactSec-txts a:not(.m-btn01) {
  color: #fff;
}

.m-contactSec-h {
  font-family: Shin Go Medium;
  font-weight: bold;
  margin-bottom: 30px;
}

.m-contactSec-lead {
  font-family: Shin Go Medium;
  font-weight: bold;
  margin-bottom: 1em;
}

.m-contactSec-time {
  margin-top: 1em;
  margin-bottom: 1em;
  white-space: nowrap;
  font-size: 0.85rem;
}

.m-contactSec-more {
  text-align: center;
}

.m-contactSec-more a {
  color: #fff;
}

.m-contactSec02-clear {
  font-family: Shin Go Medium;
  border: 4px solid #00684d;
}

.m-contactSec02-h {
  color: #fff;
  text-align: center;
  background: #00684d;
}

.m-contactSec02-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-guide {
  background: #fff;
  border: 1px solid #eceff1;
  margin-top: 40px;
}

.m-guide-appIco {
  margin-right: 10px;
}

.m-guide-appName {
  font-family: Shin Go Medium;
}

.m-guide-appLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-guide-appLinks-item {
  width: 49%;
}

.m-guide02 {
  background: #fff;
  border: 1px solid #eceff1;
  margin-top: 40px;
}

.m-guide02-appIco {
  margin-right: 20px;
}

.m-guide02-appName {
  font-family: Shin Go Medium;
}

.m-guide02-lead {
  margin-top: 0.4em;
}

.m-guide02-appLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-guide02-appLinks-item {
  width: 49%;
}

.m-guide03-spec:not(:last-child) {
  margin-bottom: 2em;
}

.m-guide03-spec dt {
  font-family: Shin Go Medium;
}

.m-guide03-appLinks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.m-guide03-appLinks-item {
  text-align: center;
}

.m-guide03-appLinks-bnr {
  margin-bottom: 15px;
}

.m-feature-col1 {
  position: relative;
}

.m-feature-h {
  margin-bottom: 1em;
}

.m-feature-h .num {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  color: #00684d;
  position: absolute;
  left: 0;
  top: -0.2em;
  font-weight: 600;
  line-height: 1;
}

.m-feature-h .label {
  font-family: Shin Go Medium;
}

.m-feature-h02 {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
}

.m-feature-col2 {
  text-align: center;
}

.m-flow-lead {
  font-family: Shin Go Medium;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.m-flow-steps-item {
  position: relative;
}

.m-flow-steps-ico {
  display: block;
}

.m-flow-steps-name {
  font-family: Shin Go Medium;
}

.m-flow-steps-label {
  font-family: Shin Go Medium;
  line-height: 1.4;
}

.m-specs-item {
  background: #f5f7f8;
}

.m-specs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-specs-head-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-specs-img {
  margin-right: 15px;
}

.m-specs-h {
  font-family: Shin Go Medium;
}

.m-specs-body {
  margin-top: 1em;
}

.m-specs-dl {
  font-size: 0.9rem;
}

.m-specs-dl:not(:last-child) {
  margin-bottom: 0.5em;
}

.m-specs-dl dt {
  font-family: Shin Go Medium;
}

.m-linksSec {
  background: #f5f7f8;
}

.m-linksSec-h {
  font-family: Shin Go Medium;
  text-align: center;
  margin-bottom: 1em;
}

.m-linksSec-links {
  display: -ms-grid;
  display: grid;
}

.m-linksSec-links-item {
  font-family: Shin Go Medium;
}

.m-linksSec-links-item a {
  color: #326691;
  background: #fff;
  border: 2px solid #326691;
  border-radius: 6px;
  text-align: center;
  display: block;
}

.m-use {
  background: #e8f7fe;
}

.m-color_app-about-lead {
  font-family: Shin Go Medium;
  text-align: center;
  margin-bottom: 0.5em;
}

.m-color_app-about-lead02 {
  font-family: Shin Go Medium;
  text-align: center;
}

.m-color_app-about-img {
  text-align: center;
}

.m-color_app-functions {
  display: -ms-grid;
  display: grid;
}

.m-color_app-functions-ico {
  display: block;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 1em;
}

.m-color_app-functions-label {
  font-family: Shin Go Medium;
  text-align: center;
  display: block;
  line-height: 1.6;
}

.m-search {
  background: #e2e8ea;
}

.m-search-h {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-search-h .ico {
  color: #00684d;
  font-size: 30px;
  line-height: 1;
}

.m-search-h .label {
  font-family: Shin Go Medium;
  font-size: 1.2rem;
}

.m-search-checks {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}

.m-search-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  height: 100%;
}

.m-search-check input {
  margin-right: 10px;
  width: 20px;
}

.m-search-check .label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  font-size: 0.9rem;
}

.m-troubles {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}

.m-trouble {
  display: none;
}

.m-trouble.is-active {
  display: block;
}

.m-trouble-row {
  background: #fff;
  display: -ms-grid;
  display: grid;
  border-radius: 10px;
}

.m-trouble-head {
  text-align: center;
  position: relative;
}

.m-trouble-head:after {
  content: "";
  display: block;
  background: url("../img/base/ico_arrow_cb2.svg") no-repeat center/contain;
  pointer-events: none;
}

.m-trouble-ico {
  display: block;
}

.m-trouble-h {
  font-family: Shin Go Medium;
}

.m-trouble-h:before {
  content: "「";
}

.m-trouble-h:after {
  content: "」";
}

.m-trouble-answer {
  font-family: Shin Go Medium;
  background: #f4f6c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-trouble-answer .ico {
  display: block;
}

.m-trouble-answer .body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-trouble-answer .label {
  color: #00684d;
  font-size: 0.85rem;
}

.m-trouble-cats {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.m-trouble-h02 {
  font-family: Shin Go Medium;
  font-size: 1.1rem;
}

.m-trouble-checks {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}

.m-trouble-check {
  position: relative;
  padding-left: 24px;
}

.m-trouble-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
  background: url("../img/base/ico_checkbox_01.svg") no-repeat center/contain;
}

.u-c-bk {
  color: #333333 !important;
}

.u-c-gy {
  color: #616161 !important;
}

.u-c-c1 {
  color: #326691 !important;
}

.u-c-c1l {
  color: #f5f7f8 !important;
}

.u-c-c2 {
  color: #dae24a !important;
}

.u-c-c3 {
  color: #dae24a !important;
}

.u-c-c4 {
  color: #dae24a !important;
}

.u-c-cb1 {
  color: #00684d !important;
}

.u-c-cb2 {
  color: #dae24a !important;
}

.u-c-c9 {
  color: #f5f7f8 !important;
}

.u-c-c9_1 {
  color: #f5f7f8 !important;
}

.u-c-c9_2 {
  color: #eceff1 !important;
}

.u-c-c9_3 {
  color: #55595d !important;
}

.u-c-wh {
  color: #fff !important;
}

.u-c-pk {
  color: #EEA295 !important;
}

.u-bg-bk {
  background: #333333 !important;
}

.u-bg-gy {
  background: #616161 !important;
}

.u-bg-c0 {
  background: #333333 !important;
}

.u-bg-c1 {
  background: #326691 !important;
}

.u-bg-c1l {
  background: #f5f7f8 !important;
}

.u-bg-c2 {
  background: #dae24a !important;
}

.u-bg-c3 {
  background: #dae24a !important;
}

.u-bg-c4 {
  background: #dae24a !important;
}

.u-bg-cb1 {
  background: #00684d !important;
}

.u-bg-c9 {
  background: #f5f7f8 !important;
}

.u-bg-c9_1 {
  background: #f5f7f8 !important;
}

.u-bg-c9_2 {
  background: #eceff1 !important;
}

.u-bg-c9_3 {
  background: #55595d !important;
}

.u-bg-c9d {
  background: #55595d !important;
}

.u-bg-c4 {
  background: #dae24a !important;
}

.u-bg-wh {
  background: #fff !important;
}

.u-bg-pk {
  background: #EEA295 !important;
}

.u-bd-bk {
  border: 2px solid #333333 !important;
}

.u-bd-gy {
  border: 2px solid #616161 !important;
}

.u-bd-c0 {
  border: 2px solid #333333 !important;
}

.u-bd-c1 {
  border: 2px solid #326691 !important;
}

.u-bd-c1l {
  border: 2px solid #f5f7f8 !important;
}

.u-bd-c2 {
  border: 2px solid #dae24a !important;
}

.u-bd-c3 {
  border: 2px solid #dae24a !important;
}

.u-bd-c4 {
  border: 2px solid #dae24a !important;
}

.u-bd-wh {
  border: 2px solid #fff !important;
}

.u-bd-pk {
  border: 2px solid #EEA295 !important;
}

/* ---------------------------
input
--------------------------- */
.u-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem;
  border-radius: 6px;
}

.u-input:disabled {
  background: #f5f7f8;
}

.u-input.invalid {
  border-color: #d45252;
}

.u-input.size-max {
  width: 100%;
}

.u-input.size-s {
  width: 5em;
}

.m-form .u-input {
  margin-bottom: 4px;
  margin-right: 8px;
}

.u-input-checkbox {
  width: 20px;
  height: 20px;
}

.u-input-radioLabel {
  padding: 8px;
  display: block;
  border: dotted #ccc 1px;
}

.u-input-selectWrap {
  display: inline;
}

.u-input-radio01:not(:last-child) {
  border-bottom: 2px dotted #f5f7f8;
}

.u-input-radio01 input {
  opacity: 0;
  position: absolute;
}

.u-input-radio01 label {
  display: block;
}

.u-input-radio01-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-input-radio01-ico {
  border: 1px solid #f5f7f8;
  background: #eceff1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input:checked+.u-input-radio01-clear .u-input-radio01-ico {
  border-color: #326691;
  background: #326691;
}

input:checked+.u-input-radio01-clear .u-input-radio01-ico:after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  background: #f9d9e7;
  border-radius: 50%;
}

input:focus+.u-input-radio01-clear .u-input-radio01-ico {
  -webkit-box-shadow: 0 0 2px 1px #004AA1;
  box-shadow: 0 0 2px 1px #004AA1;
}

.u-input-radio01-txts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-input02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #f5f7f8;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem;
}

.u-input02:focus {
  border-bottom-color: #326691;
  outline: none;
}

.u-input02:disabled {
  background: #f5f7f8;
}

.u-input02.invalid {
  border-color: #d45252;
}

.u-input02.size-max {
  width: 100%;
}

.u-input02.size-s {
  width: 5em;
}

.m-form .u-input02 {
  margin-bottom: 4px;
  margin-right: 8px;
}

.u-input02-radioLabel {
  padding: 8px;
  display: block;
  border: dotted #ccc 1px;
}

.u-input02-selectWrap {
  display: inline;
}

button,
input[type="submit"] {
  font-family: Shin Go Regular;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  background: none;
  display: block;
  width: 100%;
}

/* ---------------------------
m
--------------------------- */
/* align */
.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-align-r {
  text-align: right !important;
}

.u-valign-t {
  vertical-align: top !important;
}

.u-valign-m {
  vertical-align: middle !important;
}

.u-valign-b {
  vertical-align: bottom !important;
}

/* margin */
.u-ml-2xs {
  margin-left: 5px !important;
}

.u-ml-xs {
  margin-left: 10px !important;
}

.u-ml-s {
  margin-left: 20px !important;
}

.u-ml {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 40px !important;
}

.u-ml-xl {
  margin-left: 60px !important;
}

.u-ml-2xl {
  margin-left: 80px !important;
}

.u-ml-3xl {
  margin-left: 100px !important;
}

/* margin */
.u-mr-2xs {
  margin-right: 5px !important;
}

.u-mr-xs {
  margin-right: 10px !important;
}

.u-mr-s {
  margin-right: 20px !important;
}

.u-mr {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 40px !important;
}

.u-mr-xl {
  margin-right: 60px !important;
}

.u-mr-2xl {
  margin-right: 80px !important;
}

.u-mr-3xl {
  margin-right: 100px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-1e {
  margin-bottom: 1em !important;
}

.u-mb-2e {
  margin-bottom: 2em !important;
}

.u-mb-3e {
  margin-bottom: 3em !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

/* ---------------------------
link
--------------------------- */
.u-link01,
.m-pankuzu-links-item a,
.m-contactSec-txts a:not(.m-btn01) {
  word-break: break-all;
  text-decoration: underline !important;
}

.u-link01:hover,
.m-pankuzu-links-item a:hover,
.m-contactSec-txts a:hover:not(.m-btn01) {
  text-decoration: none !important;
}

.u-link01.is-newTab,
.m-pankuzu-links-item a.is-newTab,
.m-contactSec-txts a.is-newTab:not(.m-btn01) {
  position: relative;
}

.u-link01.is-newTab:after,
.m-pankuzu-links-item a.is-newTab:after,
.m-contactSec-txts a.is-newTab:not(.m-btn01):after {
  content: "";
  width: 12px;
  height: 12px;
  content: "\f35d";
  font-family: FontAwesome;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.8em;
}

/* ---------------------------
list
--------------------------- */
.u-list01 li {
  margin-left: 1em;
}

.u-list01 li:before {
  content: "・";
  margin-left: -1em;
  position: absolute;
}

.u-list02 {
  border: 1px solid #f5f7f8;
  border-radius: 6px;
  background: #eceff1;
}

.u-list02-item {
  font-weight: bold;
}

.u-list02-item:not(:last-child) {
  border-bottom: 2px dotted #f5f7f8;
}

.u-list03 li {
  margin-left: 1em;
}

.u-list03 li:before {
  content: "›";
  margin-left: -0.5em;
  margin-right: 0.5em;
  color: #dae24a;
  font-size: 1.3rem;
}

.u-list04>li {
  margin-left: 1.5em;
  position: relative;
  margin-bottom: 0.2em;
}

.u-list04>li:before {
  content: "•";
  color: #00684d;
  margin-left: -1em;
  font-size: 2.5rem;
  line-height: 0;
  position: absolute;
  left: 13px;
  top: 9px;
}

.u-list05 li {
  margin-left: 1em;
}

.u-list05 li:before {
  content: "※";
  margin-left: -1em;
  font-size: 1rem;
  line-height: auto;
}

/* ---------------------------
u-wysiwyg
--------------------------- */
.mce-content-body {
  padding: .4rem .75rem;
}

.u-wysiwyg,
.mce-content-body {
  font-family: myriad-pro, Shin Go Medium, sans-serif;
  font-style: normal;
  overflow: hidden;
  line-height: 2;
}

.u-wysiwyg b,
.mce-content-body b {
  font-family: Shin-Bold !important;
}

.u-wysiwyg a,
.mce-content-body a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #326691;
}

.u-wysiwyg a:hover,
.mce-content-body a:hover {
  text-decoration: none;
}

.u-wysiwyg a img,
.mce-content-body a img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.u-wysiwyg a img:hover,
.mce-content-body a img:hover {
  opacity: 0.8;
}

.u-wysiwyg a[target="_blank"]:after,
.mce-content-body a[target="_blank"]:after {
  content: "";
  width: 12px;
  height: 12px;
  content: "\f35d";
  font-family: FontAwesome;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.8em;
}

.u-wysiwyg h1,
.mce-content-body h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}

.u-wysiwyg ol,
.mce-content-body ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.u-wysiwyg ol ol li,
.mce-content-body ol ol li {
  list-style-type: lower-alpha;
}

.u-wysiwyg ol li,
.mce-content-body ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}

.u-wysiwyg ul,
.mce-content-body ul {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

.u-wysiwyg ul li,
.mce-content-body ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.u-wysiwyg p,
.mce-content-body p {
  margin-bottom: 1.5em;
}

.u-wysiwyg em,
.mce-content-body em {
  font-weight: normal;
}

.u-wysiwyg .aligncenter,
.mce-content-body .aligncenter {
  display: block;
  margin: 0 auto;
}

.u-wysiwyg .alignright,
.mce-content-body .alignright {
  float: right;
}

.u-wysiwyg .alignleft,
.mce-content-body .alignleft {
  float: left;
}

.u-wysiwyg .wp-caption,
.mce-content-body .wp-caption {
  max-width: 100%;
}

.u-wysiwyg table,
.mce-content-body table {
  margin-bottom: 1em;
  width: 100%;
}

.u-wysiwyg table th,
.u-wysiwyg table td,
.mce-content-body table th,
.mce-content-body table td {
  padding: 10px 20px;
}

.u-wysiwyg table thead,
.mce-content-body table thead {
  color: #fff;
}

.u-wysiwyg table thead th,
.u-wysiwyg table thead td,
.mce-content-body table thead th,
.mce-content-body table thead td {
  border: 1px solid #55595d;
  background: #55595d;
}

.u-wysiwyg table tbody th,
.u-wysiwyg table tbody td,
.mce-content-body table tbody th,
.mce-content-body table tbody td {
  border: 1px solid #a8a8a8;
}

.u-wysiwyg table tbody th,
.mce-content-body table tbody th {
  font-family: Shin Go Medium;
  background: #f5f7f8;
}

.u-wysiwyg figure,
.mce-content-body figure {
  margin-bottom: 2em !important;
}

.u-wysiwyg figcaption,
.mce-content-body figcaption {
  margin-top: 0.5em;
}

.u-wysiwyg hr,
.mce-content-body hr {
  margin: 2em 0;
}

.u-fwb {
  font-weight: bold !important;
  font-family: Shin Go Medium;
}

.u-fwm {
  font-weight: 500 !important;
}

/* ---------------------------
bordered
--------------------------- */
.u-bordered01 {
  border: 1px solid #55595d;
}

.u-bdt-c9_2 {
  border-top: 1px solid #eceff1;
}

.u-bdt-c9_3 {
  border-top: 1px solid #a8a8a8;
}

.u-bdt-c9_4 {
  border-top: 1px solid #55595d;
}

/* ---------------------------
fixedAfterScroll
--------------------------- */
.u-fixedAfterScroll {
  bottom: -100px;
}

.u-fixedAfterScroll.fixed {
  position: fixed;
  z-index: 10;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.u-onScrollAddClass {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.u-onScrollAddClass.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* ---------------------------
u-table
--------------------------- */
.u-table01 {
  width: 100%;
}

.u-table01 th,
.u-table01 td {
  padding: 20px;
  vertical-align: top;
}

.u-table01 th {
  border-bottom: 1px solid #a8a8a8;
}

.u-table01 td {
  border-bottom: 1px solid #eceff1;
}

.u-table02 {
  width: 100%;
}

.u-table02 th,
.u-table02 td {
  border: 1px solid #f5f7f8;
  padding: 10px;
  vertical-align: top;
  background: #fff;
}

.u-table02 th {
  font-weight: bold;
  padding-right: 2em;
  white-space: nowrap;
  border-right: none;
}

.u-table02 td {
  border-left: 2px dotted #f5f7f8;
  text-align: right;
}

.u-table03 {
  width: 100%;
}

.u-table03 th {
  font-family: Shin-Bold !important;
}

/* ---------------------------
folding
--------------------------- */
.u-folding-target {
  display: none;
}

@media screen and (min-width: 1399px) {

  /* ==========================================================================
   Large
   ========================================================================== */
  .wrapin {
    max-width: calc(1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
  }

  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px;
  }

  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    height: 80px;
    padding: 0 20px;
  }

  .l-header-logo {
    margin-right: 40px;
  }

  .l-header-logo img {
    width: 155px;
  }

  .l-header-col1 {
    padding-left: 20px;
  }

  .l-header-contactBtn:not(:last-child) {
    margin-left: 10px;
  }

  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 40px 0 50px;
  }

  .l-footer-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .l-footer-row1-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-footer-contactBtn {
    width: 260px;
  }

  .l-footer-contactBtn:not(:last-child) {
    margin-right: 10px;
  }

  .l-footer-address-logo .logo {
    width: 150px;
  }

  .l-footer-address-txt {
    font-size: 0.85rem;
  }

  .l-footer-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer-links01-item {
    width: 15%;
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .l-footer-links01-item:not(:nth-child(8n)) {
    margin-right: 2%;
  }
  .l-footer-links01-add {
    width: 22% !important;
  }

  .l-footer-links01-head {
    padding-top: 1rem;
    border-top: 2px solid #333333;
    margin-bottom: 20px;
  }

  .l-footer-links01-head>a {
    position: relative;
    display: block;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer-links01-head>a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
  }

  .l-footer-links01sub {
    display: block;
  }

  .l-footer-sns {
    margin-bottom: 40px;
  }

  .l-footer-links02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .l-footer-links02-item:not(:last-child):after {
    content: "|";
    margin: 0 1em;
  }

  .l-footer-phone {
    display: none;
  }

  /* ---------------------------
l-post
--------------------------- */
  .l-post-wrap {
    padding: 100px 50px;
  }

  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }

  .l-post-main {
    width: 65%;
    max-width: 740px;
  }

  .l-post-side {
    width: 28%;
    max-width: 300px;
  }

  .l-post-side-sec:not(:last-child) {
    margin-bottom: 40px;
  }

  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc(1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
  }

  .l-wrap-740 {
    max-width: 820px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-860 {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-930 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1030 {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1050 {
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* ---------------------------
l-secType
--------------------------- */
  .l-secType01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-secType02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .m-about-greeting-sec {
    margin-bottom: 80px;
  }

  .m-about-greeting-sec-h {
    font-size: 2.2rem;
  }

  .m-about-greeting-sec-article {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-about-greeting-sec-article-in {
    max-width: 930px;
  }

  .m-about-greeting-name {
    font-size: 1.5rem;
  }

  .m-about-vision-connect {
    margin-bottom: 90px;
  }

  .m-about-vision-connect-lead {
    font-size: 3.6rem;
  }

  .m-about-vision-connect-lead02 {
    font-size: 1.7rem;
  }

  .m-about-vision-connect-txt {
    font-size: 1.3rem;
  }

  .m-about-vision-value-table tr:not(:nth-child(1)) th,
  .m-about-vision-value-table tr:not(:nth-child(1)) td {
    border-top: 1px solid #e0e0e0;
  }

  .m-about-vision-value-table th,
  .m-about-vision-value-table td {
    padding: 29px 0;
    vertical-align: top;
  }

  .m-about-vision-value-table th {
    font-size: 1.8rem;
    padding-right: 2em;
  }

  .m-about-vision-value-table td {
    font-size: 1.4rem;
    line-height: 2;
  }

  .m-about-vision-story-sec:not(:last-child) {
    margin-bottom: 60px;
  }

  .m-about-vision-story-sec-num {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }

  .m-about-vision-story-sec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 44px;
    margin-left: 44px;
  }

  .m-about-vision-story-sec-h {
    width: 40%;
    font-size: 1.6rem;
  }

  .m-about-vision-story-sec-txt {
    width: 50%;
  }

  .m-about-vision-prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-about-vision-prizes-item {
    width: 45%;
  }

  .m-about-vision-prizes-item:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .m-about-vision-prizes-h {
    font-size: 1.5rem;
  }

  .m-about-culture-stance-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .m-about-culture-stance-sec:not(:last-child) {
    margin-bottom: 70px;
  }

  .m-about-culture-stance-sec:not(:nth-child(2n)) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-about-culture-stance-sec-img {
    width: 45%;
  }

  .m-about-culture-stance-sec-txts {
    width: 50%;
  }

  .m-about-culture-stance-sec:nth-child(2n+1) .m-about-culture-stance-sec-txts {
    padding-right: 5%;
  }

  .m-about-culture-stance-sec:nth-child(2n) .m-about-culture-stance-sec-txts {
    padding-left: 5%;
  }

  .m-about-culture-stance-sec-h {
    font-size: 1.9rem;
  }

  .m-about-culture-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-about-culture-systems-item {
    width: 31.1%;
    margin-bottom: 50px;
  }

  .m-about-culture-systems-item:not(:nth-child(3n)) {
    margin-right: 2.7%;
  }

  .m-about-culture-systems-ico {
    margin-bottom: 30px;
  }

  .m-about-culture-systems-h {
    font-size: 1.4rem;
  }

  .m-about-culture-recruitAction {
    margin-bottom: 150px;
  }

  .m-about-culture-recruitAction-recruits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-about-culture-recruitAction-recruits-item {
    width: 46%;
  }

  .m-about-culture-recruitAction-recruits-h {
    font-size: 1.4rem;
  }

  /* ---------------------------
m-blockquote01
--------------------------- */
  .m-blockquote01,
  .u-wysiwyg blockquote,
  .mce-content-body blockquote {
    padding: 20px;
  }

  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    padding: 19px 14px;
    font-size: 1.1rem;
  }

  .m-btn01 .ico {
    width: 30px;
    margin-right: 15px;
  }

  .m-btn01.size-220pc {
    width: 220px;
  }

  .m-btn01.arrow-r {
    padding-right: 25px;
  }

  .m-btn01.arrow-l {
    padding-left: 25px;
  }

  .m-btn01.is-smallPadding {
    padding: 9px 6px;
    border-radius: 4px;
  }

  .m-btn02 {
    padding: 19px 14px;
  }

  .m-btn02 .ico {
    width: 30px;
    margin-right: 15px;
  }

  .m-btn02.size-220pc {
    width: 220px;
  }

  .m-btn02.arrow-r {
    padding-right: 25px;
  }

  .m-btn02.arrow-l {
    padding-left: 25px;
  }

  .m-btn02.is-smallPadding {
    padding: 7px 6px;
  }

  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 320px;
  }

  .m-btns2col {
    max-width: 600px;
    margin: 0 auto;
  }

  /* ---------------------------
m-cols01
--------------------------- */
  .m-cols01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-cols01-col1 {
    width: 25%;
  }

  .m-cols01-col2 {
    width: 70%;
  }

  .m-companyLogos-item {
    height: 65px;
  }

  /* ---------------------------
m-form
--------------------------- */
  .m-form {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
  }

  .m-form-wrap {
    padding: 40px 20px;
  }

  .m-form-h {
    font-size: 2.4rem;
  }

  .m-form-lead {
    margin-bottom: 70px;
  }

  .m-form-table01 {
    margin-bottom: 50px;
  }

  .m-form-table01>tbody>tr>th,
  .m-form-table01>tbody>tr>td {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    vertical-align: top;
  }

  .m-form-table01>tbody>tr>th {
    width: 250px;
    padding-right: 20px;
  }

  .m-form-privacy {
    height: 210px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }

  .m-form-must {
    float: right;
  }

  .m-form-confirmSec {
    max-width: 768px;
    margin: 0 auto;
  }

  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3em;
  }

  .m-gnav-links-item:not(:last-child) {
    margin-right: 2em;
  }

  .m-gnav-links-foldingBtn .fas {
    display: none;
  }

  .m-gnav-links02 {
    display: none;
  }

  .m-gnav-btn {
    display: none;
  }

  .m-gnav-btn-lines {
    width: 36px;
    height: 50px;
  }

  .m-gnav-btn-lines-item {
    height: 3px;
  }

  .m-gnav-contactBtn {
    display: none;
  }

  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-size: 2rem;
  }

  .m-h01-wrap {
    padding: 34px 0;
  }

  .m-h02,
  .u-wysiwyg.is-freeTemplate h2,
  .mce-content-body.is-freeTemplate h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .m-h02:after,
  .u-wysiwyg.is-freeTemplate h2:after,
  .mce-content-body.is-freeTemplate h2:after {
    width: 100px;
    margin-top: 30px;
  }

  .m-h02_2,
  .u-wysiwyg:not(.is-freeTemplate) h2,
  .mce-content-body:not(.is-freeTemplate) h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .m-h02_2:after,
  .u-wysiwyg:not(.is-freeTemplate) h2:after,
  .mce-content-body:not(.is-freeTemplate) h2:after {
    margin-top: 10px;
  }

  .m-h03,
  .u-wysiwyg h3,
  .mce-content-body h3 {
    font-size: 1.6rem;
    padding: 16px 20px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h04,
  .u-wysiwyg h4,
  .mce-content-body h4 {
    font-size: 1.3rem;
    padding: 13px 25px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h05,
  .u-wysiwyg h5,
  .mce-content-body h5 {
    font-size: 1.3rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h06,
  .u-wysiwyg h6,
  .mce-content-body h6 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .m-h07 {
    font-size: 3.2rem;
  }

  .m-h09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
  }

  .m-h09 .sub {
    margin-right: 0.3em;
    font-size: 1.1rem;
  }

  .m-h09 .main {
    font-size: 2rem;
  }

  /* ---------------------------
m-items
--------------------------- */
  .m-items.is-fdrr-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }

  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%;
  }

  .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%;
  }

  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%;
  }

  .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }

  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%;
  }

  .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
    margin-right: 2.2%;
  }

  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%;
  }

  .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
    margin-right: 2.2%;
  }

  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2);
  }

  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3);
  }

  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4);
  }

  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5);
  }

  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6);
  }

  .spOnly {
    display: none !important;
  }

  #wrapper {
    margin-top: 80px;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }

  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  /* ---------------------------
m-mv
--------------------------- */
  .m-mv01-imgs-h {
    font-size: 4vw;
  }

  .m-mv01-navs-item {
    width: 340px;
    margin-right: 30px;
  }

  .m-mv01-arrow {
    width: 56px;
    height: 56px;
  }

  .m-mv01-arrow.is-prev {
    left: 0;
    margin-left: -8px;
  }

  .m-mv01-arrow.is-next {
    right: 0;
    margin-right: -8px;
  }

  .m-mv01-dots {
    margin-top: 0px;
  }

  /*20220701修正*/
  .m-mv01-01-txts {
    text-align: center;
  }

  .m-mv01-01-h {
    font-size: 5rem;
  }

  .m-mv01-01-lead {
    font-size: 1.3rem;
  }

  .m-mv02 {
    height: 640px;
    padding-top: 70px;
  }

  .m-mv02-lead {
    text-align: center;
  }

  .m-mv03-txts {
    height: 600px;
    padding-bottom: 66px;
  }

  .m-mv03-h .sub {
    font-size: 1.2rem;
  }

  .m-mv03-h .main {
    font-size: 4rem;
  }

  .m-mv03-lead {
    font-size: 2rem;
  }

  .m-mv04-txts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-cloud .m-mv04-txts {
    margin-top: 50px;
  }

  .is-color .m-mv04-txts {
    margin-top: 70px;
  }

  .m-mv04-h {
    font-size: 3.2vw;
  }

  .m-mv04-lead {
    font-size: 1.4vw;
    margin-bottom: 3em;
  }

  .m-mv04-btns {
    width: 610px;
  }

  .m-mv05 {
    padding: 160px 0;
  }

  .m-mv05-h {
    font-size: 2.2rem;
  }

  .m-mv05-lead {
    font-size: 1.1rem;
    text-align: center;
  }

  .m-mv06-txts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .m-mv06-h {
    font-size: 3.2vw;
  }

  .m-mv06-lead {
    font-size: 1.4vw;
    margin-bottom: 3em;
  }

  .m-mv07 {
    height: 360px;
  }

  .m-mv07-txts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .m-mv07-h {
    font-size: 2rem;
    margin-left: -109px;
  }

  .m-mv07-ico {
    width: 109px;
  }

  .m-mv07-lead {
    font-size: 3rem;
  }

  /* ---------------------------
m-pageNavs
--------------------------- */
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.85rem;
  }

  /* ---------------------------
m-post
--------------------------- */
  .m-post-thumb01 {
    margin-bottom: 30px;
  }

  .m-post-h {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .m-post-head {
    margin-bottom: 2em;
  }

  .m-post-pre01 {
    margin-bottom: 40px;
    padding: 26px 22px;
  }

  .m-post-company {
    font-size: 1.1rem;
  }

  /* ---------------------------
m-posts
--------------------------- */
  .m-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-posts01-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-posts01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-posts01-txts {
    padding: 20px 23px 30px;
    padding-bottom: 50px;
  }

  .is-noCats .m-posts01-txts {
    padding-top: 10px;
  }

  .m-posts01-h {
    font-size: 1.2rem;
  }

  .m-posts01-more {
    padding-bottom: 30px;
    padding-right: 23px;
  }

  .m-posts02-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }

  .m-posts02-img {
    width: 160px;
    margin-right: 30px;
  }

  .m-posts02-head {
    margin-bottom: 0.5em;
  }

  .m-posts02-h {
    font-size: 1.2rem;
  }

  .m-posts03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  }

  .m-posts03-item {
    width: 28.6%;
    margin-bottom: 5.5%;
  }

  .m-posts03-item:not(:nth-child(3n)) {
    margin-right: 4%;
  }

  .m-posts03-img {
    margin-bottom: 13px;
  }

  .m-posts03-txts {
    padding-bottom: 26px;
  }

  .m-posts03-h {
    font-size: 1.2rem;
  }

  .m-posts03-more {
    padding-right: 7px;
  }

  .m-posts04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-posts04-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .m-posts05-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-posts05-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-posts05-img {
    width: 48%;
  }

  .m-posts05-txts {
    width: 48%;
  }

  .m-posts05-head {
    margin-bottom: 1em;
  }

  .m-posts05-h {
    font-size: 1.5rem;
  }

  /* ---------------------------
purposes
--------------------------- */
  .m-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-purposes-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-purposes-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-purposes-item a {
    padding: 40px 30px 80px;
  }

  .m-purposes-clear {
    margin-bottom: 40px;
  }

  .m-purposes-ico {
    width: 80px;
    margin-right: 10px;
  }

  .m-purposes .fas {
    width: 80px;
    font-size: 40px;
  }

  .m-purposes-label {
    font-size: 1.2rem;
  }

  /* ---------------------------
m-slide
--------------------------- */
  .m-slide02-frame {
    max-width: 680px;
    margin: 0 auto;
  }

  .m-slide02-imgs-img {
    padding: 20px;
    margin-bottom: 15px;
  }

  .m-slide02-dots li {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    margin: 0 10px 6px;
  }

  .m-slide02-arrow {
    margin-top: -26px;
  }

  .m-slide02-arrow img {
    width: 20px;
  }

  .m-slide02-arrow.is-prev {
    margin-left: -52px;
  }

  .m-slide02-arrow.is-next {
    margin-right: -52px;
  }

  .m-slide03-frame {
    max-width: 680px;
    margin: 0 auto;
  }

  .m-contiguousItems.col-pc2 .m-slide03-frame {
    padding-left: 30px;
    padding-right: 30px;
  }

  .m-slide03-imgs-img {
    padding: 20px;
    margin-bottom: 15px;
  }

  .m-slide03-arrow {
    margin-top: -26px;
  }

  .m-slide03-arrow img {
    width: 20px;
  }

  .m-slide03-arrow.is-prev {
    margin-left: -72px;
  }

  .m-slide03-arrow.is-next {
    margin-right: -72px;
  }

  .m-contiguousItems.col-pc2 .m-slide03-arrow.is-prev {
    margin-left: -42px;
  }

  .m-contiguousItems.col-pc2 .m-slide03-arrow.is-next {
    margin-right: -42px;
  }

  /* ---------------------------
m-snsTimelines
--------------------------- */
  .m-snsTimelines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-snsTimelines-item {
    width: 45%;
  }

  .m-tel01 {
    padding: 30px 0;
  }

  .m-tel01-num {
    font-size: 1.6rem;
  }

  .m-postLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-postLinks-item {
    width: 33%;
  }

  .m-postLinks-label {
    font-size: 1.1rem;
  }

  .m-catnav-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-catnav-h {
    width: 154px;
    padding: 1em 30px 1em 0;
    border-right: 1px solid #eceff1;
  }

  .m-catnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em 30px;
  }

  .m-catnav-links-item:not(:last-child) {
    margin-right: 2em;
  }

  /* ---------------------------
m-pagenavi
--------------------------- */
  .m-pagenavi-links-item a {
    width: 50px;
    height: 50px;
  }

  .m-pagenavi02 {
    padding: 16px 0;
  }

  .m-pagenavi02-btn {
    display: none;
  }

  .m-pagenavi02-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-pagenavi02-links-item:not(:last-child) {
    margin-right: 2.5em;
  }

  .m-company-address-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .m-company-address-h {
    font-size: 2rem;
    width: 50%;
  }

  .m-company-address-txts {
    width: 50%;
  }

  .m-gmap01 iframe {
    height: 400px;
  }

  /* ---------------------------
m-figure01
--------------------------- */
  .m-figure01 {
    padding: 50px 30px;
  }

  .m-bnrWithTxt-txts {
    padding: 26px;
    font-size: 1.4rem;
  }

  .m-bnrWithTxt-txts:after {
    right: 26px;
    bottom: 26px;
  }

  .m-sitemap-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-sitemap-links01-item {
    width: 30.5%;
    font-size: 1.1rem;
    margin-bottom: 50px;
  }

  .m-sitemap-links01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-sitemap-links01-head {
    margin-bottom: 20px;
  }

  /* ---------------------------
sort
--------------------------- */
  .m-sort-btn {
    width: 160px;
  }

  .m-sort-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-sort-content {
    padding: 34px;
  }

  .m-sort-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-sort-cats-item {
    width: 31%;
    margin-bottom: 30px;
  }

  .m-sort-cats-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-sort-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-sort-btns-item {
    width: 160px;
  }

  .m-sort-btns-item:not(:last-child) {
    margin-left: 10px;
  }

  /* ---------------------------
solution
--------------------------- */
  .m-solution-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-solution-posts01-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-solution-posts01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-solution-posts01-item a {
    padding: 20px;
    padding-left: 10px;
  }

  .m-solution-posts01-ico {
    width: 80px;
    margin-right: 10px;
  }

  .m-solution-posts01 .fas {
    width: 80px;
    font-size: 40px;
  }

  .m-solution-posts01-label {
    font-size: 1.2rem;
  }

  .m-solution-posts02-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-solution-posts02-item a {
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-solution-posts02-ico .fas {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    font-size: 40px;
  }

  .m-solution-posts02-txts {
    margin-left: 20px;
  }

  .m-solution-posts02-label {
    font-size: 1.2rem;
  }

  .m-solution-posts03-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-solution-posts03-item a {
    padding: 40px 30px;
    display: block;
  }

  .m-solution-posts03-ico .fas {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    font-size: 30px;
  }

  .m-solution-posts03-txts {
    margin-left: 20px;
  }

  .m-solution-posts03-label {
    font-size: 1.2rem;
  }

  .m-solution-single-h-ico .fas {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    font-size: 32px;
  }

  .m-solution-single-h-label {
    font-size: 2rem;
  }

  /* ---------------------------
m-service
--------------------------- */
  .m-service-posts01-item {
    padding: 40px 0;
  }

  .m-service-posts01-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-service-posts01-txts {
    width: 48%;
  }

  .m-service-posts01-img {
    width: 48%;
  }

  /* ---------------------------
ondemand form
--------------------------- */
  .col16-5 {
    width: 16.5%;
  }

  .col25 {
    width: 25%;
  }

  .m-price-flex-block {
    width: 480px;
    padding: 15px 0 30px;
  }

  .m-price-sec01 .m-price-flex-block a {
    height: 440px;
  }

  .m-price-sec01 .m-price-flex-block a::before {
    bottom: 30px;
    width: 28px;
    height: 15px;
    margin-left: -14px;
  }

  .m-price-sec01 .m-price-flex-block-txtarea-ttl {
    padding: 20px 0 40px;
  }

  .m-price-sec02 {
    margin-top: -80px;
    padding-top: 80px;
  }

  .m-price-sec02 .m-price-flex-block {
    padding: 35px 0 0;
  }

  .m-price-sec02 .m-price-flex-block-wrap {
    padding: 0 50px;
  }

  .m-price-sec02 .m-price-flex-block-txtarea-ttl {
    padding: 40px 0 30px;
  }

  .m-price-sec02 .m-price-flex-block-txtarea-detail {
    padding-bottom: 35px;
  }

  .m-price-sec02 .m-price-flex-block-list {
    height: 175px;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-ttl {
    margin: 40px 0 0;
    padding: 10px 0;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-detail-tbl {
    height: 700px;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-detail-tbl tr td {
    height: 100px;
  }

  .m-price-sec03 .m-price-h03 {
    margin: 35px 0 25px;
    padding: 8px 0;
  }

  .m-price-sec03 .m-price-tbl.m-pc {
    display: table !important;
  }

  .m-price-sec03 .m-price-tbl.m-sp {
    display: none !important;
  }

  .m-price-sec03 .m-price-tbl tr td {
    height: 100px;
  }

  .m-price-trial-txtarea-txt {
    padding-bottom: 40px;
  }

  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-txt,
  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-left-td,
  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-right-td {
    border-bottom: none;
  }

  .m-price-sec04 .m-price-comp-tbl-left,
  .m-price-sec04 .m-price-comp-tbl-right {
    height: 75px;
    font-size: 1.3rem;
  }

  .m-price-sec04 .m-price-comp-tbl-left-td {
    height: 55px;
  }

  .m-price-sec04 .m-price-comp-tbl-right-td {
    height: 55px;
  }

  .m-price-sec04 .m-price-comp-tbl-txt {
    padding-left: 25px;
  }

  .en-mv {
    height: 600px;
  }

  .en-mv-ttl {
    font-size: 42px;
    text-shadow: 3px 3px 14px #000;
    line-height: 1.4;
    padding-bottom: 40px;
    letter-spacing: 1px;
  }

  .en-mv-txt {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .m-en-over-tbl {
    padding: 25px 0;
  }

  .m-en-over-tbl:first-of-type {
    padding: 0 0 25px;
  }

  .m-en-over-tbl-dt {
    width: 23%;
  }

  .m-en-flex-block-in,
  .m-en-flex-block a {
    width: 480px;
  }

  .m-en-flex-block-txtarea-ttl {
    line-height: 1;
    padding: 20px 0 15px;
  }

  .m-en-cap {
    padding-bottom: 80px;
  }

  .m-color-video.is-landscape {
    border: 13px solid #e7e7e7;
    border-top-width: 28px;
    border-bottom-width: 28px;
    border-radius: 20px;
  }

  .m-color-video.is-portrait {
    width: 46%;
    border: 8px solid #e7e7e7;
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-radius: 20px;
  }

  .is-color1 .m-color-video.is-portrait {
    width: 100%;
  }

  .is-color2 .m-color-video.is-portrait {
    width: 40.5%;
  }

  .m-color-function02-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-color-function02-col1 {
    width: 41%;
  }

  .m-color-function02-num {
    font-size: 4.7rem;
  }

  .m-color-function02-h {
    font-size: 2.3rem;
  }

  .m-color-function02-lead {
    font-size: 1.35rem;
  }

  .m-color-function02-col2 {
    width: 54%;
  }

  .m-color-function02-col2.is-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-color-function03-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-color-function03:nth-child(2n) .m-color-function03-clear {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-color-function03-col1 {
    width: 47%;
  }

  .m-color-function03-col1.is-cloud1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .m-color-function03-num {
    font-size: 4.7rem;
  }

  .m-color-function03-h {
    font-size: 2rem;
  }

  .m-color-function03-lead {
    font-size: 1.35rem;
  }

  .m-color-function03-col2 {
    width: 50%;
  }

  .m-color-function03-col2.is-cloud1 {
    width: 100%;
  }

  .m-functions {
    margin-bottom: -3%;
  }

  .m-functions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 46.5%;
    margin-bottom: 1%;
  }

  .m-functions-ico {
    width: 120px;
    margin-right: 20px;
  }

  .m-functions-h {
    font-size: 1.2rem;
  }

  .m-functions02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%;
  }

  .m-functions02-item {
    width: 31%;
    text-align: center;
  }

  .m-functions02-item:not(:nth-child(3n)) {
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .m-functions02-item01 {
    width: 22%;
    text-align: center;
  }

  .m-functions02-item01:not(:nth-child(4n)) {
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .m-functions02-ico {
    margin-bottom: 10px;
  }

  .m-functions02-ico img {
    width: 100px;
  }

  .m-functions02-h {
    font-size: 1.2rem;
  }

  .m-functions03-item {
    width: 31%;
    margin-bottom: 3%;
    padding: 40px 20px 40px;
  }

  .m-functions03-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-functions03-ico {
    margin-bottom: 20px;
  }

  .m-functions03-ico img {
    width: 130px;
  }

  .m-functions03-h {
    font-size: 1.2rem;
  }

  .m-aboutApp {
    padding: 80px 0 0;
  }

  .m-aboutApp-body {
    margin-bottom: 80px;
  }

  .m-aboutApp-lead {
    font-size: 2.3rem;
  }

  .m-aboutApp-txt {
    text-align: center;
    margin-bottom: 60px;
  }

  .m-aboutApp-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-aboutApp-steps-item {
    text-align: center;
  }

  .m-aboutApp-steps-item:not(:last-child) {
    margin-right: 150px;
  }

  .m-aboutApp-steps-ico {
    margin-bottom: 10px;
    position: relative;
    width: 148px;
    margin: 0 auto 10px;
  }

  .m-aboutApp-steps-item:not(:last-child) .m-aboutApp-steps-ico:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 74px;
    width: 35px;
    height: 35px;
    margin-left: 75px;
    border: 4px solid rgba(0, 104, 77, 0.4);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .m-aboutApp-steps-label {
    font-size: 1.2rem;
  }

  .m-aboutApp02 {
    padding: 80px 0 65px;
  }

  .m-aboutApp02-lead {
    font-size: 2.3rem;
  }

  .m-aboutApp02-txt {
    text-align: center;
    margin-bottom: 60px;
  }

  .m-aboutApp02-functions-item {
    width: 48.5%;
    margin-bottom: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
  }

  .m-aboutApp02-functions-ico {
    width: 80px;
    margin-right: 20px;
  }

  .m-aboutApp02-functions-label {
    font-size: 1.1rem;
  }

  .m-aboutApp02-txt02 span {
    width: 700px;
    padding: 20px 26px;
    font-size: 1.7rem;
  }

  .m-contactSec {
    padding: 80px 0 40px;
  }

  .m-contactSec-h {
    font-size: 1.7rem;
  }

  .m-contactSec-lead {
    font-size: 1.4vw;
  }

  .m-contactSec-btns {
    width: 610px;
    margin: 0 auto 20px;
  }

  .m-contactSec02-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-contactSec02-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    padding: 30px 40px;
  }

  .m-contactSec02-body {
    font-size: 1.1rem;
    padding: 40px 30px;
  }

  .m-guide {
    padding: 45px 0;
  }

  .m-guide-in {
    max-width: 830px;
    margin: 0 auto;
  }

  .m-guide-row01 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-col1 {
    margin-right: 30px;
  }

  .m-guide-col2 {
    width: 40%;
    max-width: 300px;
  }

  .m-guide-row02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-appIco {
    width: 100px;
  }

  .m-guide-appName {
    font-size: 1.1rem;
  }

  .m-guide-col4 {
    max-width: 450px;
  }

  .m-guide02 {
    padding: 45px 60px;
  }

  .m-guide02-row02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .m-guide02-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide02-appIco {
    width: 120px;
  }

  .m-guide02-appName {
    font-size: 1.1rem;
  }

  .m-guide02-col4 {
    max-width: 450px;
  }

  .m-guide03-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-guide03-body {
    margin-right: 60px;
  }

  .m-guide03-appLinks {
    gap: 40px;
  }

  .m-guide03-appLinks-bnr img {
    max-width: 180px;
  }

  .m-feature-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-feature-clear.is-color_app {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .m-feature-col1 {
    width: 40%;
    padding-left: 64px;
  }

  .m-feature-col1.is-home {
    padding-left: 0;
  }

  .m-feature-col1.is-color2 {
    width: 48%;
  }

  .m-feature-col1.is-color3 {
    width: 100%;
    margin-bottom: 50px;
  }

  .is-color_app .m-feature-col1 {
    width: 44%;
  }

  .m-feature-h .num {
    font-size: 5rem;
  }

  .m-feature-h .label {
    font-size: 2rem;
  }

  .m-feature-h02 {
    font-size: 1.4rem;
  }

  .m-feature-col2 {
    width: 50%;
  }

  .is-color1 .m-feature-col2 {
    width: 20.2%;
  }

  .is-color1 .m-feature-col3 {
    width: 37%;
  }

  .is-color_app .m-feature-col3 {
    width: 48%;
  }

  .m-flow-lead {
    font-size: 2.3rem;
  }

  .m-flow-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-flow-steps-item {
    text-align: center;
  }

  .m-flow-steps-item:not(:last-child) {
    margin-right: 120px;
  }

  .m-flow-steps-ico {
    margin-bottom: 10px;
    position: relative;
    width: 148px;
    margin: 0 auto 10px;
  }

  .m-flow-steps-item:not(:last-child) .m-flow-steps-ico:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 74px;
    width: 35px;
    height: 35px;
    margin-left: 45px;
    border: 4px solid rgba(0, 104, 77, 0.4);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .m-flow-steps-name {
    margin-bottom: 0.7em;
  }

  .m-flow-steps-label {
    font-size: 1.4rem;
  }

  .m-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-specs-item {
    width: 48%;
    padding: 36px;
  }

  .m-specs-h {
    font-size: 1.3rem;
  }

  .m-specs-btn {
    display: none;
  }

  .m-linksSec {
    padding: 20px 40px 40px;
  }

  .m-linksSec-h {
    font-size: 1.5rem;
  }

  .m-linksSec-links {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .m-linksSec-links-item a {
    padding: 18px;
  }

  .m-color_app-about-lead {
    font-size: 1.5rem;
  }

  .m-color_app-about-lead02 {
    font-size: 2.2rem;
    margin-bottom: 2em;
  }

  .m-color_app-functions {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 110px;
  }

  .m-color_app-functions-ico {
    width: 160px;
  }

  .m-search {
    padding: 30px 0;
  }

  .m-search-checks {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .m-search-returnBtn {
    display: none;
  }

  .m-trouble-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 60px 40px;
  }

  .m-trouble-head:after {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100px;
    height: 96px;
    margin-top: -48px;
  }

  .m-trouble-ico img {
    max-width: 160px;
  }

  .m-trouble-h {
    font-size: 1.5rem;
  }

  .m-trouble-answer {
    padding: 10px;
    margin-bottom: 20px;
  }

  .m-trouble-answer .ico {
    width: 64px;
    margin-right: 14px;
  }

  .m-trouble-h02 {
    margin-bottom: 1em;
  }

  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 13px;
  }

  .u-input.size-m {
    width: 230px;
  }

  .u-input.padding-s {
    padding: 7px;
  }

  .u-input-radio01-clear {
    padding: 10px 0;
  }

  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .u-input02 {
    padding: 13px;
  }

  .u-input02.size-m {
    width: 230px;
  }

  .u-input02.padding-s {
    padding: 7px;
  }

  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }

  .u-mt-xs {
    margin-top: 10px !important;
  }

  .u-mt-s {
    margin-top: 20px !important;
  }

  .u-mt {
    margin-top: 30px !important;
  }

  .u-mt-l {
    margin-top: 40px !important;
  }

  .u-mt-xl {
    margin-top: 60px !important;
  }

  .u-mt-2xl {
    margin-top: 80px !important;
  }

  .u-mt-3xl {
    margin-top: 100px !important;
  }

  .u-mb-2xs {
    margin-bottom: 5px !important;
  }

  .u-mb-xs {
    margin-bottom: 10px !important;
  }

  .u-mb-s {
    margin-bottom: 20px !important;
  }

  .u-mb {
    margin-bottom: 30px !important;
  }

  .u-mb-l {
    margin-bottom: 40px !important;
  }

  .u-mb-xl {
    margin-bottom: 60px !important;
  }

  .u-mb-2xl {
    margin-bottom: 80px !important;
  }

  .u-mb-3xl {
    margin-bottom: 100px !important;
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }

  .u-mr-1em {
    margin-right: 1em !important;
  }

  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }

  .u-pt-xs {
    padding-top: 10px !important;
  }

  .u-pt-s {
    padding-top: 20px !important;
  }

  .u-pt {
    padding-top: 30px !important;
  }

  .u-pt-l {
    padding-top: 40px !important;
  }

  .u-pt-xl {
    padding-top: 60px !important;
  }

  .u-pt-2xl {
    padding-top: 80px !important;
  }

  .u-pt-3xl {
    padding-top: 100px !important;
  }

  .u-pb-2xs {
    padding-bottom: 5px !important;
  }

  .u-pb-xs {
    padding-bottom: 10px !important;
  }

  .u-pb-s {
    padding-bottom: 20px !important;
  }

  .u-pb {
    padding-bottom: 30px !important;
  }

  .u-pb-l {
    padding-bottom: 40px !important;
  }

  .u-pb-xl {
    padding-bottom: 60px !important;
  }

  .u-pb-2xl {
    padding-bottom: 80px !important;
  }

  .u-pb-3xl {
    padding-bottom: 100px !important;
  }

  .u-p-xs {
    padding: 10px !important;
  }

  .u-p-s {
    padding: 20px !important;
  }

  .u-p {
    padding: 30px !important;
  }

  .u-p-l {
    padding: 40px !important;
  }

  .u-p-xl {
    padding: 60px !important;
  }

  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-list02 {
    padding: 22px;
  }

  .u-list02-item {
    font-size: 1.3rem;
  }

  .u-list02-item:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1,
  .mce-content-body h1 {
    margin-bottom: 30px;
  }

  .u-wysiwyg blockquote,
  .mce-content-body blockquote {
    margin-bottom: 40px;
  }

  .u-wysiwyg .alignright,
  .mce-content-body .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }

  .u-wysiwyg .alignleft,
  .mce-content-body .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 40px;
  }

  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px;
  }

  /* ---------------------------
u-table
--------------------------- */
  .u-table01 th {
    width: 110px;
    padding-left: 0;
  }

  .u-table01 td {
    padding-left: 70px;
  }

  .u-table03 th,
  .u-table03 td {
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #eceff1;
  }

  .u-table03 th {
    font-size: 1.4rem;
    padding-right: 4em;
  }

  /* ---------------------------
folding
--------------------------- */
}

@media screen and (min-width: 1025px) and (max-width: 1399px),
print {

  /* ==========================================================================
   PC
   ========================================================================== */
  .wrapin {
    max-width: calc(1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px;
  }

  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    height: 80px;
    padding: 0 20px;
  }

  .l-header-logo {
    margin-right: 40px;
  }

  .l-header-logo img {
    width: 155px;
  }

  .l-header-col1 {
    padding-left: 20px;
  }

  .l-header-contactBtn:not(:last-child) {
    margin-left: 10px;
  }

  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 40px 0 50px;
  }

  .l-footer-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .l-footer-row1-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-footer-contactBtn {
    width: 260px;
  }

  .l-footer-contactBtn:not(:last-child) {
    margin-right: 10px;
  }

  .l-footer-address-logo .logo {
    width: 150px;
  }

  .l-footer-address-txt {
    font-size: 0.85rem;
  }

  .l-footer-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer-links01-item {
    width: 15%;
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .l-footer-links01-item:not(:nth-child(8n)) {
    margin-right: 2%;
  }

  .l-footer-links01-head {
    padding-top: 1rem;
    border-top: 2px solid #333333;
    margin-bottom: 20px;
  }

  .l-footer-links01-head>a {
    position: relative;
    display: block;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer-links01-head>a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
  }

  .l-footer-links01sub {
    display: block;
  }

  .l-footer-sns {
    margin-bottom: 40px;
  }

  .l-footer-links02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .l-footer-links02-item:not(:last-child):after {
    content: "|";
    margin: 0 1em;
  }

  .l-footer-phone {
    display: none;
  }

  /* ---------------------------
l-post
--------------------------- */
  .l-post-wrap {
    padding: 100px 50px;
  }

  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }

  .l-post-main {
    width: 65%;
    max-width: 740px;
  }

  .l-post-side {
    width: 28%;
    max-width: 300px;
  }

  .l-post-side-sec:not(:last-child) {
    margin-bottom: 40px;
  }

  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc(1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .l-wrap-740 {
    max-width: 820px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-860 {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-930 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1030 {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1050 {
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* ---------------------------
l-secType
--------------------------- */
  .l-secType01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-secType02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .m-about-greeting-sec {
    margin-bottom: 80px;
  }

  .m-about-greeting-sec-h {
    font-size: 2.2rem;
  }

  .m-about-greeting-sec-article {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-about-greeting-sec-article-in {
    max-width: 930px;
  }

  .m-about-greeting-name {
    font-size: 1.5rem;
  }

  .m-about-vision-connect {
    margin-bottom: 90px;
  }

  .m-about-vision-connect-lead {
    font-size: 3.6rem;
  }

  .m-about-vision-connect-lead02 {
    font-size: 1.7rem;
  }

  .m-about-vision-connect-txt {
    font-size: 1.3rem;
  }

  .m-about-vision-value-table tr:not(:nth-child(1)) th,
  .m-about-vision-value-table tr:not(:nth-child(1)) td {
    border-top: 1px solid #e0e0e0;
  }

  .m-about-vision-value-table th,
  .m-about-vision-value-table td {
    padding: 29px 0;
    vertical-align: top;
  }

  .m-about-vision-value-table th {
    font-size: 1.8rem;
    padding-right: 2em;
  }

  .m-about-vision-value-table td {
    font-size: 1.4rem;
    line-height: 2;
  }

  .m-about-vision-story-sec:not(:last-child) {
    margin-bottom: 60px;
  }

  .m-about-vision-story-sec-num {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }

  .m-about-vision-story-sec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 44px;
    margin-left: 44px;
  }

  .m-about-vision-story-sec-h {
    width: 40%;
    font-size: 1.6rem;
  }

  .m-about-vision-story-sec-txt {
    width: 50%;
  }

  .m-about-vision-prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-about-vision-prizes-item {
    width: 45%;
  }

  .m-about-vision-prizes-item:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .m-about-vision-prizes-h {
    font-size: 1.5rem;
  }

  .m-about-culture-stance-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .m-about-culture-stance-sec:not(:last-child) {
    margin-bottom: 70px;
  }

  .m-about-culture-stance-sec:not(:nth-child(2n)) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-about-culture-stance-sec-img {
    width: 45%;
  }

  .m-about-culture-stance-sec-txts {
    width: 50%;
  }

  .m-about-culture-stance-sec:nth-child(2n+1) .m-about-culture-stance-sec-txts {
    padding-right: 5%;
  }

  .m-about-culture-stance-sec:nth-child(2n) .m-about-culture-stance-sec-txts {
    padding-left: 5%;
  }

  .m-about-culture-stance-sec-h {
    font-size: 1.9rem;
  }

  .m-about-culture-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-about-culture-systems-item {
    width: 31.1%;
    margin-bottom: 50px;
  }

  .m-about-culture-systems-item:not(:nth-child(3n)) {
    margin-right: 2.7%;
  }

  .m-about-culture-systems-ico {
    margin-bottom: 30px;
  }

  .m-about-culture-systems-h {
    font-size: 1.4rem;
  }

  .m-about-culture-recruitAction {
    margin-bottom: 150px;
  }

  .m-about-culture-recruitAction-recruits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-about-culture-recruitAction-recruits-item {
    width: 46%;
  }

  .m-about-culture-recruitAction-recruits-h {
    font-size: 1.4rem;
  }

  /* ---------------------------
m-blockquote01
--------------------------- */
  .m-blockquote01,
  .u-wysiwyg blockquote,
  .mce-content-body blockquote {
    padding: 20px;
  }

  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    padding: 19px 14px;
    font-size: 1.1rem;
  }

  .m-btn01 .ico {
    width: 30px;
    margin-right: 15px;
  }

  .m-btn01.size-220pc {
    width: 220px;
  }

  .m-btn01.arrow-r {
    padding-right: 25px;
  }

  .m-btn01.arrow-l {
    padding-left: 25px;
  }

  .m-btn01.is-smallPadding {
    padding: 9px 6px;
    border-radius: 4px;
  }

  .m-btn02 {
    padding: 19px 14px;
  }

  .m-btn02 .ico {
    width: 30px;
    margin-right: 15px;
  }

  .m-btn02.size-220pc {
    width: 220px;
  }

  .m-btn02.arrow-r {
    padding-right: 25px;
  }

  .m-btn02.arrow-l {
    padding-left: 25px;
  }

  .m-btn02.is-smallPadding {
    padding: 7px 6px;
  }

  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 320px;
  }

  .m-btns2col {
    max-width: 600px;
    margin: 0 auto;
  }

  /* ---------------------------
m-cols01
--------------------------- */
  .m-cols01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-cols01-col1 {
    width: 25%;
  }

  .m-cols01-col2 {
    width: 70%;
  }

  .m-companyLogos-item {
    height: 65px;
  }

  /* ---------------------------
m-form
--------------------------- */
  .m-form {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
  }

  .m-form-wrap {
    padding: 40px 20px;
  }

  .m-form-h {
    font-size: 2.4rem;
  }

  .m-form-lead {
    margin-bottom: 70px;
  }

  .m-form-table01 {
    margin-bottom: 50px;
  }

  .m-form-table01>tbody>tr>th,
  .m-form-table01>tbody>tr>td {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    vertical-align: top;
  }

  .m-form-table01>tbody>tr>th {
    width: 250px;
    padding-right: 20px;
  }

  .m-form-privacy {
    height: 210px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }

  .m-form-must {
    float: right;
  }

  .m-form-confirmSec {
    max-width: 768px;
    margin: 0 auto;
  }

  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3em;
  }

  .m-gnav-links-item:not(:last-child) {
    margin-right: 2em;
  }

  .m-gnav-links-foldingBtn .fas {
    display: none;
  }

  .m-gnav-links02 {
    display: none;
  }

  .m-gnav-btn {
    display: none;
  }

  .m-gnav-btn-lines {
    width: 36px;
    height: 50px;
  }

  .m-gnav-btn-lines-item {
    height: 3px;
  }

  .m-gnav-contactBtn {
    display: none;
  }

  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-size: 2rem;
  }

  .m-h01-wrap {
    padding: 34px 0;
  }

  .m-h02,
  .u-wysiwyg.is-freeTemplate h2,
  .mce-content-body.is-freeTemplate h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .m-h02:after,
  .u-wysiwyg.is-freeTemplate h2:after,
  .mce-content-body.is-freeTemplate h2:after {
    width: 100px;
    margin-top: 30px;
  }

  .m-h02_2,
  .u-wysiwyg:not(.is-freeTemplate) h2,
  .mce-content-body:not(.is-freeTemplate) h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .m-h02_2:after,
  .u-wysiwyg:not(.is-freeTemplate) h2:after,
  .mce-content-body:not(.is-freeTemplate) h2:after {
    margin-top: 10px;
  }

  .m-h03,
  .u-wysiwyg h3,
  .mce-content-body h3 {
    font-size: 1.6rem;
    padding: 16px 20px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h04,
  .u-wysiwyg h4,
  .mce-content-body h4 {
    font-size: 1.3rem;
    padding: 13px 25px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h05,
  .u-wysiwyg h5,
  .mce-content-body h5 {
    font-size: 1.3rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h06,
  .u-wysiwyg h6,
  .mce-content-body h6 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .m-h07 {
    font-size: 3.2rem;
  }

  .m-h09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
  }

  .m-h09 .sub {
    margin-right: 0.3em;
    font-size: 1.1rem;
  }

  .m-h09 .main {
    font-size: 2rem;
  }

  /* ---------------------------
m-items
--------------------------- */
  .m-items.is-fdrr-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }

  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%;
  }

  .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%;
  }

  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%;
  }

  .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }

  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%;
  }

  .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
    margin-right: 2.2%;
  }

  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%;
  }

  .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
    margin-right: 2.2%;
  }

  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2);
  }

  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3);
  }

  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4);
  }

  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5);
  }

  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6);
  }

  .tbOnly {
    display: none;
  }

  .spOnly {
    display: none !important;
  }

  #wrapper {
    margin-top: 80px;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }

  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  /* ---------------------------
m-mv
--------------------------- */
  .m-mv01-imgs-h {
    font-size: 4vw;
  }

  .m-mv01-navs-item {
    width: 340px;
    margin-right: 30px;
  }

  .m-mv01-arrow {
    width: 56px;
    height: 56px;
  }

  .m-mv01-arrow.is-prev {
    left: 0;
    margin-left: -8px;
  }

  .m-mv01-arrow.is-next {
    right: 0;
    margin-right: -8px;
  }

  .m-mv01-dots {
    margin-top: 0px;
  }

  /*20220701修正*/
  .m-mv01-01-txts {
    text-align: center;
  }

  .m-mv01-01-h {
    font-size: 5rem;
  }

  .m-mv01-01-lead {
    font-size: 1.3rem;
  }

  .m-mv02 {
    height: 640px;
    padding-top: 70px;
  }

  .m-mv02-lead {
    text-align: center;
  }

  .m-mv03-txts {
    height: 600px;
    padding-bottom: 66px;
  }

  .m-mv03-h .sub {
    font-size: 1.2rem;
  }

  .m-mv03-h .main {
    font-size: 4rem;
  }

  .m-mv03-lead {
    font-size: 2rem;
  }

  .m-mv04-txts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-cloud .m-mv04-txts {
    margin-top: 50px;
  }

  .is-color .m-mv04-txts {
    margin-top: 70px;
  }

  .m-mv04-h {
    font-size: 3.2vw;
  }

  .m-mv04-lead {
    font-size: 1.4vw;
    margin-bottom: 3em;
  }

  .m-mv04-btns {
    width: 610px;
  }

  .m-mv05 {
    padding: 160px 0;
  }

  .m-mv05-h {
    font-size: 2.2rem;
  }

  .m-mv05-lead {
    font-size: 1.1rem;
    text-align: center;
  }

  .m-mv06-txts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .m-mv06-h {
    font-size: 3.2vw;
  }

  .m-mv06-lead {
    font-size: 1.4vw;
    margin-bottom: 3em;
  }

  .m-mv07 {
    height: 360px;
  }

  .m-mv07-txts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .m-mv07-h {
    font-size: 2rem;
    margin-left: -109px;
  }

  .m-mv07-ico {
    width: 109px;
  }

  .m-mv07-lead {
    font-size: 3rem;
  }

  /* ---------------------------
m-pageNavs
--------------------------- */
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.85rem;
  }

  /* ---------------------------
m-post
--------------------------- */
  .m-post-thumb01 {
    margin-bottom: 30px;
  }

  .m-post-h {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .m-post-head {
    margin-bottom: 2em;
  }

  .m-post-pre01 {
    margin-bottom: 40px;
    padding: 26px 22px;
  }

  .m-post-company {
    font-size: 1.1rem;
  }

  /* ---------------------------
m-posts
--------------------------- */
  .m-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-posts01-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-posts01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-posts01-txts {
    padding: 20px 23px 30px;
    padding-bottom: 50px;
  }

  .is-noCats .m-posts01-txts {
    padding-top: 10px;
  }

  .m-posts01-h {
    font-size: 1.2rem;
  }

  .m-posts01-more {
    padding-bottom: 30px;
    padding-right: 23px;
  }

  .m-posts02-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }

  .m-posts02-img {
    width: 160px;
    margin-right: 30px;
  }

  .m-posts02-head {
    margin-bottom: 0.5em;
  }

  .m-posts02-h {
    font-size: 1.2rem;
  }

  .m-posts03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .m-posts03-item {
    width: 28.6%;
    margin-bottom: 5.5%;
  }

  .m-posts03-item:not(:nth-child(3n)) {
    margin-right: 4%;
  }

  .m-posts03-img {
    margin-bottom: 13px;
  }

  .m-posts03-txts {
    padding-bottom: 26px;
  }

  .m-posts03-h {
    font-size: 1.2rem;
  }

  .m-posts03-more {
    padding-right: 7px;
  }

  .m-posts04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-posts04-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .m-posts05-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-posts05-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-posts05-img {
    width: 48%;
  }

  .m-posts05-txts {
    width: 48%;
  }

  .m-posts05-head {
    margin-bottom: 1em;
  }

  .m-posts05-h {
    font-size: 1.5rem;
  }

  /* ---------------------------
purposes
--------------------------- */
  .m-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-purposes-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-purposes-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-purposes-item a {
    padding: 40px 30px 80px;
  }

  .m-purposes-clear {
    margin-bottom: 40px;
  }

  .m-purposes-ico {
    width: 80px;
    margin-right: 10px;
  }

  .m-purposes .fas {
    width: 80px;
    font-size: 40px;
  }

  .m-purposes-label {
    font-size: 1.2rem;
  }

  /* ---------------------------
m-slide
--------------------------- */
  .m-slide02-frame {
    max-width: 680px;
    margin: 0 auto;
  }

  .m-slide02-imgs-img {
    padding: 20px;
    margin-bottom: 15px;
  }

  .m-slide02-dots li {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    margin: 0 10px 6px;
  }

  .m-slide02-arrow {
    margin-top: -26px;
  }

  .m-slide02-arrow img {
    width: 20px;
  }

  .m-slide02-arrow.is-prev {
    margin-left: -52px;
  }

  .m-slide02-arrow.is-next {
    margin-right: -52px;
  }

  .m-slide03-frame {
    max-width: 680px;
    margin: 0 auto;
  }

  .m-contiguousItems.col-pc2 .m-slide03-frame {
    padding-left: 30px;
    padding-right: 30px;
  }

  .m-slide03-imgs-img {
    padding: 20px;
    margin-bottom: 15px;
  }

  .m-slide03-arrow {
    margin-top: -26px;
  }

  .m-slide03-arrow img {
    width: 20px;
  }

  .m-slide03-arrow.is-prev {
    margin-left: -72px;
  }

  .m-slide03-arrow.is-next {
    margin-right: -72px;
  }

  .m-contiguousItems.col-pc2 .m-slide03-arrow.is-prev {
    margin-left: -42px;
  }

  .m-contiguousItems.col-pc2 .m-slide03-arrow.is-next {
    margin-right: -42px;
  }

  /* ---------------------------
m-snsTimelines
--------------------------- */
  .m-snsTimelines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-snsTimelines-item {
    width: 45%;
  }

  .m-tel01 {
    padding: 30px 0;
  }

  .m-tel01-num {
    font-size: 1.6rem;
  }

  .m-postLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-postLinks-item {
    width: 33%;
  }

  .m-postLinks-label {
    font-size: 1.1rem;
  }

  .m-catnav-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-catnav-h {
    width: 154px;
    padding: 1em 30px 1em 0;
    border-right: 1px solid #eceff1;
  }

  .m-catnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em 30px;
  }

  .m-catnav-links-item:not(:last-child) {
    margin-right: 2em;
  }

  /* ---------------------------
m-pagenavi
--------------------------- */
  .m-pagenavi-links-item a {
    width: 50px;
    height: 50px;
  }

  .m-pagenavi02 {
    padding: 16px 0;
  }

  .m-pagenavi02-btn {
    display: none;
  }

  .m-pagenavi02-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-pagenavi02-links-item:not(:last-child) {
    margin-right: 2.5em;
  }

  .m-company-address-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .m-company-address-h {
    font-size: 2rem;
    width: 50%;
  }

  .m-company-address-txts {
    width: 50%;
  }

  .m-gmap01 iframe {
    height: 400px;
  }

  /* ---------------------------
m-figure01
--------------------------- */
  .m-figure01 {
    padding: 50px 30px;
  }

  .m-bnrWithTxt-txts {
    padding: 26px;
    font-size: 1.4rem;
  }

  .m-bnrWithTxt-txts:after {
    right: 26px;
    bottom: 26px;
  }

  .m-sitemap-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-sitemap-links01-item {
    width: 30.5%;
    font-size: 1.1rem;
    margin-bottom: 50px;
  }

  .m-sitemap-links01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-sitemap-links01-head {
    margin-bottom: 20px;
  }

  /* ---------------------------
sort
--------------------------- */
  .m-sort-btn {
    width: 160px;
  }

  .m-sort-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-sort-content {
    padding: 34px;
  }

  .m-sort-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-sort-cats-item {
    width: 31%;
    margin-bottom: 30px;
  }

  .m-sort-cats-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-sort-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-sort-btns-item {
    width: 160px;
  }

  .m-sort-btns-item:not(:last-child) {
    margin-left: 10px;
  }

  /* ---------------------------
solution
--------------------------- */
  .m-solution-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-solution-posts01-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-solution-posts01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-solution-posts01-item a {
    padding: 20px;
    padding-left: 10px;
  }

  .m-solution-posts01-ico {
    width: 80px;
    margin-right: 10px;
  }

  .m-solution-posts01 .fas {
    width: 80px;
    font-size: 40px;
  }

  .m-solution-posts01-label {
    font-size: 1.2rem;
  }

  .m-solution-posts02-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-solution-posts02-item a {
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-solution-posts02-ico .fas {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    font-size: 40px;
  }

  .m-solution-posts02-txts {
    margin-left: 20px;
  }

  .m-solution-posts02-label {
    font-size: 1.2rem;
  }

  .m-solution-posts03-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-solution-posts03-item a {
    padding: 40px 30px;
    display: block;
  }

  .m-solution-posts03-ico .fas {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    font-size: 30px;
  }

  .m-solution-posts03-txts {
    margin-left: 20px;
  }

  .m-solution-posts03-label {
    font-size: 1.2rem;
  }

  .m-solution-single-h-ico .fas {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    font-size: 32px;
  }

  .m-solution-single-h-label {
    font-size: 2rem;
  }

  /* ---------------------------
m-service
--------------------------- */
  .m-service-posts01-item {
    padding: 40px 0;
  }

  .m-service-posts01-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-service-posts01-txts {
    width: 48%;
  }

  .m-service-posts01-img {
    width: 48%;
  }

  /* ---------------------------
ondemand form
--------------------------- */
  .col16-5 {
    width: 16.5%;
  }

  .col25 {
    width: 25%;
  }

  .m-price-flex-block {
    width: 480px;
    padding: 15px 0 30px;
  }

  .m-price-sec01 .m-price-flex-block a {
    height: 440px;
  }

  .m-price-sec01 .m-price-flex-block a::before {
    bottom: 30px;
    width: 28px;
    height: 15px;
    margin-left: -14px;
  }

  .m-price-sec01 .m-price-flex-block-txtarea-ttl {
    padding: 20px 0 40px;
  }

  .m-price-sec02 {
    margin-top: -80px;
    padding-top: 80px;
  }

  .m-price-sec02 .m-price-flex-block {
    padding: 35px 0 0;
  }

  .m-price-sec02 .m-price-flex-block-wrap {
    padding: 0 50px;
  }

  .m-price-sec02 .m-price-flex-block-txtarea-ttl {
    padding: 40px 0 30px;
  }

  .m-price-sec02 .m-price-flex-block-txtarea-detail {
    padding-bottom: 35px;
  }

  .m-price-sec02 .m-price-flex-block-list {
    height: 175px;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-ttl {
    margin: 40px 0 0;
    padding: 10px 0;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-detail-tbl {
    height: 700px;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-detail-tbl tr td {
    height: 100px;
  }

  .m-price-sec03 .m-price-h03 {
    margin: 35px 0 25px;
    padding: 8px 0;
  }

  .m-price-sec03 .m-price-tbl.m-pc {
    display: table !important;
  }

  .m-price-sec03 .m-price-tbl.m-sp {
    display: none !important;
  }

  .m-price-sec03 .m-price-tbl tr td {
    height: 100px;
  }

  .m-price-trial-txtarea-txt {
    padding-bottom: 40px;
  }

  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-txt,
  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-left-td,
  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-right-td {
    border-bottom: none;
  }

  .m-price-sec04 .m-price-comp-tbl-left,
  .m-price-sec04 .m-price-comp-tbl-right {
    height: 75px;
    font-size: 1.3rem;
  }

  .m-price-sec04 .m-price-comp-tbl-left-td {
    height: 55px;
  }

  .m-price-sec04 .m-price-comp-tbl-right-td {
    height: 55px;
  }

  .m-price-sec04 .m-price-comp-tbl-txt {
    padding-left: 25px;
  }

  .en-mv {
    height: 600px;
  }

  .en-mv-ttl {
    font-size: 42px;
    text-shadow: 3px 3px 14px #000;
    line-height: 1.4;
    padding-bottom: 40px;
    letter-spacing: 1px;
  }

  .en-mv-txt {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .m-en-over-tbl {
    padding: 25px 0;
  }

  .m-en-over-tbl:first-of-type {
    padding: 0 0 25px;
  }

  .m-en-over-tbl-dt {
    width: 23%;
  }

  .m-en-flex-block-in,
  .m-en-flex-block a {
    width: 480px;
  }

  .m-en-flex-block-txtarea-ttl {
    line-height: 1;
    padding: 20px 0 15px;
  }

  .m-en-cap {
    padding-bottom: 80px;
  }

  .m-color-video.is-landscape {
    border: 13px solid #e7e7e7;
    border-top-width: 28px;
    border-bottom-width: 28px;
    border-radius: 20px;
  }

  .m-color-video.is-portrait {
    width: 46%;
    border: 8px solid #e7e7e7;
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-radius: 20px;
  }

  .is-color1 .m-color-video.is-portrait {
    width: 100%;
  }

  .is-color2 .m-color-video.is-portrait {
    width: 40.5%;
  }

  .m-color-function02-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-color-function02-col1 {
    width: 41%;
  }

  .m-color-function02-num {
    font-size: 4.7rem;
  }

  .m-color-function02-h {
    font-size: 2.3rem;
  }

  .m-color-function02-lead {
    font-size: 1.35rem;
  }

  .m-color-function02-col2 {
    width: 54%;
  }

  .m-color-function02-col2.is-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-color-function03-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-color-function03:nth-child(2n) .m-color-function03-clear {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-color-function03-col1 {
    width: 47%;
  }

  .m-color-function03-col1.is-cloud1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .m-color-function03-num {
    font-size: 4.7rem;
  }

  .m-color-function03-h {
    font-size: 2rem;
  }

  .m-color-function03-lead {
    font-size: 1.35rem;
  }

  .m-color-function03-col2 {
    width: 50%;
  }

  .m-color-function03-col2.is-cloud1 {
    width: 100%;
  }

  .m-functions {
    margin-bottom: -3%;
  }

  .m-functions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 46.5%;
    margin-bottom: 1%;
  }

  .m-functions-ico {
    width: 120px;
    margin-right: 20px;
  }

  .m-functions-h {
    font-size: 1.2rem;
  }

  .m-functions02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%;
  }

  .m-functions02-item {
    width: 31%;
    text-align: center;
  }

  .m-functions02-item:not(:nth-child(3n)) {
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .m-functions02-item01 {
    width: 22%;
    text-align: center;
  }

  .m-functions02-item01:not(:nth-child(4n)) {
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .m-functions02-ico {
    margin-bottom: 10px;
  }

  .m-functions02-ico img {
    width: 100px;
  }

  .m-functions02-h {
    font-size: 1.2rem;
  }

  .m-functions03-item {
    width: 31%;
    margin-bottom: 3%;
    padding: 40px 20px 40px;
  }

  .m-functions03-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-functions03-ico {
    margin-bottom: 20px;
  }

  .m-functions03-ico img {
    width: 130px;
  }

  .m-functions03-h {
    font-size: 1.2rem;
  }

  .m-aboutApp {
    padding: 80px 0 0;
  }

  .m-aboutApp-body {
    margin-bottom: 80px;
  }

  .m-aboutApp-lead {
    font-size: 2.3rem;
  }

  .m-aboutApp-txt {
    text-align: center;
    margin-bottom: 60px;
  }

  .m-aboutApp-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-aboutApp-steps-item {
    text-align: center;
  }

  .m-aboutApp-steps-item:not(:last-child) {
    margin-right: 150px;
  }

  .m-aboutApp-steps-ico {
    margin-bottom: 10px;
    position: relative;
    width: 148px;
    margin: 0 auto 10px;
  }

  .m-aboutApp-steps-item:not(:last-child) .m-aboutApp-steps-ico:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 74px;
    width: 35px;
    height: 35px;
    margin-left: 75px;
    border: 4px solid rgba(0, 104, 77, 0.4);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .m-aboutApp-steps-label {
    font-size: 1.2rem;
  }

  .m-aboutApp02 {
    padding: 80px 0 65px;
  }

  .m-aboutApp02-lead {
    font-size: 2.3rem;
  }

  .m-aboutApp02-txt {
    text-align: center;
    margin-bottom: 60px;
  }

  .m-aboutApp02-functions-item {
    width: 48.5%;
    margin-bottom: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
  }

  .m-aboutApp02-functions-ico {
    width: 80px;
    margin-right: 20px;
  }

  .m-aboutApp02-functions-label {
    font-size: 1.1rem;
  }

  .m-aboutApp02-txt02 span {
    width: 700px;
    padding: 20px 26px;
    font-size: 1.7rem;
  }

  .m-contactSec {
    padding: 80px 0 40px;
  }

  .m-contactSec-h {
    font-size: 1.7rem;
  }

  .m-contactSec-lead {
    font-size: 1.4vw;
  }

  .m-contactSec-btns {
    width: 610px;
    margin: 0 auto 20px;
  }

  .m-contactSec02-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-contactSec02-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    padding: 30px 40px;
  }

  .m-contactSec02-body {
    font-size: 1.1rem;
    padding: 40px 30px;
  }

  .m-guide {
    padding: 45px 0;
  }

  .m-guide-in {
    max-width: 830px;
    margin: 0 auto;
  }

  .m-guide-row01 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-col1 {
    margin-right: 30px;
  }

  .m-guide-col2 {
    width: 40%;
    max-width: 300px;
  }

  .m-guide-row02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-appIco {
    width: 100px;
  }

  .m-guide-appName {
    font-size: 1.1rem;
  }

  .m-guide-col4 {
    max-width: 450px;
  }

  .m-guide02 {
    padding: 45px 60px;
  }

  .m-guide02-row02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .m-guide02-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide02-appIco {
    width: 120px;
  }

  .m-guide02-appName {
    font-size: 1.1rem;
  }

  .m-guide02-col4 {
    max-width: 450px;
  }

  .m-guide03-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-guide03-body {
    margin-right: 60px;
  }

  .m-guide03-appLinks {
    gap: 40px;
  }

  .m-guide03-appLinks-bnr img {
    max-width: 180px;
  }

  .m-feature-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-feature-clear.is-color_app {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .m-feature-col1 {
    width: 40%;
    padding-left: 64px;
  }

  .m-feature-col1.is-home {
    padding-left: 0;
  }

  .m-feature-col1.is-color2 {
    width: 48%;
  }

  .m-feature-col1.is-color3 {
    width: 100%;
    margin-bottom: 50px;
  }

  .is-color_app .m-feature-col1 {
    width: 44%;
  }

  .m-feature-h .num {
    font-size: 5rem;
  }

  .m-feature-h .label {
    font-size: 2rem;
  }

  .m-feature-h02 {
    font-size: 1.4rem;
  }

  .m-feature-col2 {
    width: 50%;
  }

  .is-color1 .m-feature-col2 {
    width: 20.2%;
  }

  .is-color1 .m-feature-col3 {
    width: 37%;
  }

  .is-color_app .m-feature-col3 {
    width: 48%;
  }

  .m-flow-lead {
    font-size: 2.3rem;
  }

  .m-flow-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-flow-steps-item {
    text-align: center;
  }

  .m-flow-steps-item:not(:last-child) {
    margin-right: 120px;
  }

  .m-flow-steps-ico {
    margin-bottom: 10px;
    position: relative;
    width: 148px;
    margin: 0 auto 10px;
  }

  .m-flow-steps-item:not(:last-child) .m-flow-steps-ico:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 74px;
    width: 35px;
    height: 35px;
    margin-left: 45px;
    border: 4px solid rgba(0, 104, 77, 0.4);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .m-flow-steps-name {
    margin-bottom: 0.7em;
  }

  .m-flow-steps-label {
    font-size: 1.4rem;
  }

  .m-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-specs-item {
    width: 48%;
    padding: 36px;
  }

  .m-specs-h {
    font-size: 1.3rem;
  }

  .m-specs-btn {
    display: none;
  }

  .m-linksSec {
    padding: 20px 40px 40px;
  }

  .m-linksSec-h {
    font-size: 1.5rem;
  }

  .m-linksSec-links {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .m-linksSec-links-item a {
    padding: 18px;
  }

  .m-color_app-about-lead {
    font-size: 1.5rem;
  }

  .m-color_app-about-lead02 {
    font-size: 2.2rem;
    margin-bottom: 2em;
  }

  .m-color_app-functions {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 110px;
  }

  .m-color_app-functions-ico {
    width: 160px;
  }

  .m-search {
    padding: 30px 0;
  }

  .m-search-checks {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .m-search-returnBtn {
    display: none;
  }

  .m-trouble-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 60px 40px;
  }

  .m-trouble-head:after {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100px;
    height: 96px;
    margin-top: -48px;
  }

  .m-trouble-ico img {
    max-width: 160px;
  }

  .m-trouble-h {
    font-size: 1.5rem;
  }

  .m-trouble-answer {
    padding: 10px;
    margin-bottom: 20px;
  }

  .m-trouble-answer .ico {
    width: 64px;
    margin-right: 14px;
  }

  .m-trouble-h02 {
    margin-bottom: 1em;
  }

  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 13px;
  }

  .u-input.size-m {
    width: 230px;
  }

  .u-input.padding-s {
    padding: 7px;
  }

  .u-input-radio01-clear {
    padding: 10px 0;
  }

  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .u-input02 {
    padding: 13px;
  }

  .u-input02.size-m {
    width: 230px;
  }

  .u-input02.padding-s {
    padding: 7px;
  }

  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }

  .u-mt-xs {
    margin-top: 10px !important;
  }

  .u-mt-s {
    margin-top: 20px !important;
  }

  .u-mt {
    margin-top: 30px !important;
  }

  .u-mt-l {
    margin-top: 40px !important;
  }

  .u-mt-xl {
    margin-top: 60px !important;
  }

  .u-mt-2xl {
    margin-top: 80px !important;
  }

  .u-mt-3xl {
    margin-top: 100px !important;
  }

  .u-mb-2xs {
    margin-bottom: 5px !important;
  }

  .u-mb-xs {
    margin-bottom: 10px !important;
  }

  .u-mb-s {
    margin-bottom: 20px !important;
  }

  .u-mb {
    margin-bottom: 30px !important;
  }

  .u-mb-l {
    margin-bottom: 40px !important;
  }

  .u-mb-xl {
    margin-bottom: 60px !important;
  }

  .u-mb-2xl {
    margin-bottom: 80px !important;
  }

  .u-mb-3xl {
    margin-bottom: 100px !important;
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }

  .u-mr-1em {
    margin-right: 1em !important;
  }

  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }

  .u-pt-xs {
    padding-top: 10px !important;
  }

  .u-pt-s {
    padding-top: 20px !important;
  }

  .u-pt {
    padding-top: 30px !important;
  }

  .u-pt-l {
    padding-top: 40px !important;
  }

  .u-pt-xl {
    padding-top: 60px !important;
  }

  .u-pt-2xl {
    padding-top: 80px !important;
  }

  .u-pt-3xl {
    padding-top: 100px !important;
  }

  .u-pb-2xs {
    padding-bottom: 5px !important;
  }

  .u-pb-xs {
    padding-bottom: 10px !important;
  }

  .u-pb-s {
    padding-bottom: 20px !important;
  }

  .u-pb {
    padding-bottom: 30px !important;
  }

  .u-pb-l {
    padding-bottom: 40px !important;
  }

  .u-pb-xl {
    padding-bottom: 60px !important;
  }

  .u-pb-2xl {
    padding-bottom: 80px !important;
  }

  .u-pb-3xl {
    padding-bottom: 100px !important;
  }

  .u-p-xs {
    padding: 10px !important;
  }

  .u-p-s {
    padding: 20px !important;
  }

  .u-p {
    padding: 30px !important;
  }

  .u-p-l {
    padding: 40px !important;
  }

  .u-p-xl {
    padding: 60px !important;
  }

  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-list02 {
    padding: 22px;
  }

  .u-list02-item {
    font-size: 1.3rem;
  }

  .u-list02-item:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1,
  .mce-content-body h1 {
    margin-bottom: 30px;
  }

  .u-wysiwyg blockquote,
  .mce-content-body blockquote {
    margin-bottom: 40px;
  }

  .u-wysiwyg .alignright,
  .mce-content-body .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }

  .u-wysiwyg .alignleft,
  .mce-content-body .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 40px;
  }

  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px;
  }

  /* ---------------------------
u-table
--------------------------- */
  .u-table01 th {
    width: 110px;
    padding-left: 0;
  }

  .u-table01 td {
    padding-left: 70px;
  }

  .u-table03 th,
  .u-table03 td {
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #eceff1;
  }

  .u-table03 th {
    font-size: 1.4rem;
    padding-right: 4em;
  }

  /* ---------------------------
folding
--------------------------- */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* ==========================================================================
   TB
   ========================================================================== */
  .wrapin {
    max-width: calc(1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px;
  }

  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    height: 80px;
    padding: 0 20px;
    height: 60px;
    padding-top: 5px;
  }

  .l-header-logo {
    margin-right: 20px;
  }

  .l-header-logo img {
    width: 120px;
  }

  .l-header-logo img {
    width: 120px;
  }

  .l-header-col1 {
    padding-left: 17px;
  }

  .l-header-contactBtn {
    display: none;
  }

  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 40px 0 50px;
  }

  .l-footer-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .l-footer-row1-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-footer-contactBtn {
    width: 260px;
  }

  .l-footer-contactBtn:not(:last-child) {
    margin-right: 10px;
  }

  .l-footer-address-logo .logo {
    width: 150px;
  }

  .l-footer-address-txt {
    font-size: 0.85rem;
  }

  .l-footer-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer-links01-item {
    width: 15%;
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .l-footer-links01-item:not(:nth-child(8n)) {
    margin-right: 2%;
  }

  .l-footer-links01-head {
    padding-top: 1rem;
    border-top: 2px solid #333333;
    margin-bottom: 20px;
  }

  .l-footer-links01-head>a {
    position: relative;
    display: block;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer-links01-head>a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
  }

  .l-footer-links01sub {
    display: block;
  }

  .l-footer-sns {
    margin-bottom: 40px;
  }

  .l-footer-links02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .l-footer-links02-item:not(:last-child):after {
    content: "｜";
    margin: 0 1em;
  }

  .l-footer-phone {
    display: none;
  }

  /* ---------------------------
l-post
--------------------------- */
  .l-post-wrap {
    padding: 100px 50px;
  }

  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }

  .l-post-main {
    width: 65%;
    max-width: 740px;
  }

  .l-post-side {
    width: 28%;
    max-width: 300px;
  }

  .l-post-side-sec:not(:last-child) {
    margin-bottom: 40px;
  }

  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc(1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .l-wrap-740 {
    max-width: 820px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-860 {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-930 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1030 {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1050 {
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* ---------------------------
l-secType
--------------------------- */
  .l-secType01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-secType02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .m-about-greeting-sec {
    margin-bottom: 80px;
  }

  .m-about-greeting-sec-h {
    font-size: 2.2rem;
  }

  .m-about-greeting-sec-article {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-about-greeting-sec-article-in {
    max-width: 930px;
  }

  .m-about-greeting-name {
    font-size: 1.5rem;
  }

  .m-about-vision-connect {
    margin-bottom: 90px;
  }

  .m-about-vision-connect-lead {
    font-size: 3.6rem;
  }

  .m-about-vision-connect-lead02 {
    font-size: 1.7rem;
  }

  .m-about-vision-connect-txt {
    font-size: 1.3rem;
  }

  .m-about-vision-value-table tr:not(:nth-child(1)) th,
  .m-about-vision-value-table tr:not(:nth-child(1)) td {
    border-top: 1px solid #e0e0e0;
  }

  .m-about-vision-value-table th,
  .m-about-vision-value-table td {
    padding: 29px 0;
    vertical-align: top;
  }

  .m-about-vision-value-table th {
    font-size: 1.8rem;
    padding-right: 2em;
  }

  .m-about-vision-value-table td {
    font-size: 1.4rem;
    line-height: 2;
  }

  .m-about-vision-story-sec:not(:last-child) {
    margin-bottom: 60px;
  }

  .m-about-vision-story-sec-num {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }

  .m-about-vision-story-sec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 44px;
    margin-left: 44px;
  }

  .m-about-vision-story-sec-h {
    width: 40%;
    font-size: 1.6rem;
  }

  .m-about-vision-story-sec-txt {
    width: 50%;
  }

  .m-about-vision-prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-about-vision-prizes-item {
    width: 45%;
  }

  .m-about-vision-prizes-item:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .m-about-vision-prizes-h {
    font-size: 1.5rem;
  }

  .m-about-culture-stance-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .m-about-culture-stance-sec:not(:last-child) {
    margin-bottom: 70px;
  }

  .m-about-culture-stance-sec:not(:nth-child(2n)) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-about-culture-stance-sec-img {
    width: 45%;
  }

  .m-about-culture-stance-sec-txts {
    width: 50%;
  }

  .m-about-culture-stance-sec:nth-child(2n+1) .m-about-culture-stance-sec-txts {
    padding-right: 5%;
  }

  .m-about-culture-stance-sec:nth-child(2n) .m-about-culture-stance-sec-txts {
    padding-left: 5%;
  }

  .m-about-culture-stance-sec-h {
    font-size: 1.9rem;
  }

  .m-about-culture-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-about-culture-systems-item {
    width: 31.1%;
    margin-bottom: 50px;
  }

  .m-about-culture-systems-item:not(:nth-child(3n)) {
    margin-right: 2.7%;
  }

  .m-about-culture-systems-ico {
    margin-bottom: 30px;
  }

  .m-about-culture-systems-h {
    font-size: 1.4rem;
  }

  .m-about-culture-recruitAction {
    margin-bottom: 150px;
  }

  .m-about-culture-recruitAction-recruits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-about-culture-recruitAction-recruits-item {
    width: 46%;
  }

  .m-about-culture-recruitAction-recruits-h {
    font-size: 1.4rem;
  }

  /* ---------------------------
m-blockquote01
--------------------------- */
  .m-blockquote01,
  .u-wysiwyg blockquote,
  .mce-content-body blockquote {
    padding: 20px;
  }

  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    padding: 19px 14px;
    font-size: 1.1rem;
  }

  .m-btn01 .ico {
    width: 30px;
    margin-right: 15px;
  }

  .m-btn01.size-220pc {
    width: 220px;
  }

  .m-btn01.arrow-r {
    padding-right: 25px;
  }

  .m-btn01.arrow-l {
    padding-left: 25px;
  }

  .m-btn01.is-smallPadding {
    padding: 9px 6px;
    border-radius: 4px;
  }

  .m-btn01 .ico {
    width: 30px;
    margin-right: 10px;
  }

  .m-btn02 {
    padding: 19px 14px;
  }

  .m-btn02 .ico {
    width: 30px;
    margin-right: 15px;
  }

  .m-btn02.size-220pc {
    width: 220px;
  }

  .m-btn02.arrow-r {
    padding-right: 25px;
  }

  .m-btn02.arrow-l {
    padding-left: 25px;
  }

  .m-btn02.is-smallPadding {
    padding: 7px 6px;
  }

  .m-btn02 .ico {
    width: 30px;
    margin-right: 10px;
  }

  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 320px;
  }

  .m-btns2col {
    max-width: 600px;
    margin: 0 auto;
  }

  /* ---------------------------
m-cols01
--------------------------- */
  .m-cols01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-cols01-col1 {
    width: 25%;
  }

  .m-cols01-col2 {
    width: 70%;
  }

  .m-companyLogos-item {
    height: 65px;
  }

  /* ---------------------------
m-form
--------------------------- */
  .m-form {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
  }

  .m-form-wrap {
    padding: 40px 20px;
  }

  .m-form-h {
    font-size: 2.4rem;
  }

  .m-form-lead {
    margin-bottom: 70px;
  }

  .m-form-table01 {
    margin-bottom: 50px;
  }

  .m-form-table01>tbody>tr>th,
  .m-form-table01>tbody>tr>td {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    vertical-align: top;
  }

  .m-form-table01>tbody>tr>th {
    width: 250px;
    padding-right: 20px;
  }

  .m-form-privacy {
    height: 210px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }

  .m-form-must {
    float: right;
  }

  .m-form-confirmSec {
    max-width: 768px;
    margin: 0 auto;
  }

  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh);
    background: rgba(0, 104, 77, 0.95);
    color: #fff;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    padding: 70px 30px 50px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    overflow-y: auto;
  }

  .m-gnav.on {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .m-gnav-links {
    margin-bottom: 30px;
  }

  .m-gnav-links-item {
    font-size: 1.2rem;
    padding: 18px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }

  .m-gnav-links-item a {
    color: #fff;
  }

  .m-gnav-links-foldingBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
  }

  .m-gnav-links-foldingBtn .fas {
    display: none;
  }

  .m-gnav-links-foldingBtn .fas {
    font-size: 1.5rem;
  }

  .m-gnav-links-foldingBtn.is-active .fas {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .m-gnav-links02 {
    padding-top: 1em;
  }

  .m-gnav-btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76px;
    height: 60px;
  }

  .m-gnav-btn-lines {
    width: 36px;
    height: 50px;
  }

  .m-gnav-btn-lines-item {
    height: 2px;
  }

  .m-gnav-contactBtn:not(:last-child) {
    margin-bottom: 10px;
  }

  .m-gnav-contactBtn a {
    border-radius: 2em;
    color: #326691;
    background: #fff;
    border: 2px solid #326691;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }

  .m-gnav-contactBtn a:hover {
    opacity: 1;
    color: #fff !important;
    background: #326691 !important;
  }

  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-size: 2rem;
  }

  .m-h01-wrap {
    padding: 34px 0;
  }

  .m-h02,
  .u-wysiwyg.is-freeTemplate h2,
  .mce-content-body.is-freeTemplate h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .m-h02:after,
  .u-wysiwyg.is-freeTemplate h2:after,
  .mce-content-body.is-freeTemplate h2:after {
    width: 100px;
    margin-top: 30px;
  }

  .m-h02_2,
  .u-wysiwyg:not(.is-freeTemplate) h2,
  .mce-content-body:not(.is-freeTemplate) h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .m-h02_2:after,
  .u-wysiwyg:not(.is-freeTemplate) h2:after,
  .mce-content-body:not(.is-freeTemplate) h2:after {
    margin-top: 10px;
  }

  .m-h03,
  .u-wysiwyg h3,
  .mce-content-body h3 {
    font-size: 1.6rem;
    padding: 16px 20px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h04,
  .u-wysiwyg h4,
  .mce-content-body h4 {
    font-size: 1.3rem;
    padding: 13px 25px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h05,
  .u-wysiwyg h5,
  .mce-content-body h5 {
    font-size: 1.3rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  .m-h06,
  .u-wysiwyg h6,
  .mce-content-body h6 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .m-h07 {
    font-size: 3.2rem;
  }

  .m-h09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
  }

  .m-h09 .sub {
    margin-right: 0.3em;
    font-size: 1.1rem;
  }

  .m-h09 .main {
    font-size: 2rem;
  }

  /* ---------------------------
m-items
--------------------------- */
  .m-items.is-fdrr-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }

  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%;
  }

  .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%;
  }

  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%;
  }

  .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }

  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%;
  }

  .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
    margin-right: 2.2%;
  }

  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%;
  }

  .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
    margin-right: 2.2%;
  }

  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2);
  }

  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3);
  }

  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4);
  }

  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5);
  }

  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6);
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: none !important;
  }

  #wrapper {
    margin-top: 60px;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }

  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  /* ---------------------------
m-mv
--------------------------- */
  .m-mv01-imgs-h {
    /*20220715修正*/
    font-size: 2.6vw;
  }

  .m-mv01-imgs-h span {
    /*20220715修正*/
    font-size: 5vw;
  }

  .m-mv01-moreBtn {
    /*20220715追加*/
    margin-top: 10px;
  }

  .m-mv01-navs-item {
    /*width: 340px; 20220705削除*/
    margin-right: 30px;
  }

  .m-mv01-arrow {
    width: 56px;
    height: 56px;
  }

  .m-mv01-arrow.is-prev {
    left: 0;
    margin-left: -8px;
  }

  .m-mv01-arrow.is-next {
    right: 0;
    margin-right: -8px;
  }

  .m-mv01-dots {
    margin-top: 0px;
  }

  /*20220701修正*/
  .m-mv01-01-txts {
    text-align: center;
  }

  .m-mv01-01-h {
    font-size: 5rem;
  }

  .m-mv01-01-lead {
    font-size: 1.3rem;
  }

  .m-mv02 {
    height: 640px;
    padding-top: 70px;
  }

  .m-mv02-lead {
    text-align: center;
  }

  .m-mv03-txts {
    height: 600px;
    padding-bottom: 66px;
  }

  .m-mv03-h .sub {
    font-size: 1.2rem;
  }

  .m-mv03-h .main {
    font-size: 4rem;
  }

  .m-mv03-lead {
    font-size: 2rem;
  }

  .m-mv04-txts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-cloud .m-mv04-txts {
    margin-top: 50px;
  }

  .is-color .m-mv04-txts {
    margin-top: 70px;
  }

  .is-color .m-mv04-txts {
    margin-top: 40px;
  }

  .m-mv04-h {
    font-size: 3.2vw;
  }

  .m-mv04-lead {
    font-size: 1.4vw;
    margin-bottom: 3em;
  }

  .m-mv04-btns {
    width: 610px;
  }

  .m-mv05 {
    padding: 160px 0;
  }

  .m-mv05-h {
    font-size: 2.2rem;
  }

  .m-mv05-lead {
    font-size: 1.1rem;
    text-align: center;
  }

  .m-mv06-txts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .m-mv06-h {
    font-size: 3.2vw;
  }

  .m-mv06-lead {
    font-size: 1.4vw;
    margin-bottom: 3em;
  }

  .m-mv07 {
    height: 360px;
  }

  .m-mv07-txts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .m-mv07-h {
    font-size: 2rem;
    margin-left: -109px;
  }

  .m-mv07-ico {
    width: 109px;
  }

  .m-mv07-lead {
    font-size: 3rem;
  }

  /* ---------------------------
m-pageNavs
--------------------------- */
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.85rem;
  }

  /* ---------------------------
m-post
--------------------------- */
  .m-post-thumb01 {
    margin-bottom: 30px;
  }

  .m-post-h {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .m-post-head {
    margin-bottom: 2em;
  }

  .m-post-pre01 {
    margin-bottom: 40px;
    padding: 26px 22px;
  }

  .m-post-company {
    font-size: 1.1rem;
  }

  /* ---------------------------
m-posts
--------------------------- */
  .m-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-posts01-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-posts01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-posts01-txts {
    padding: 20px 23px 30px;
    padding-bottom: 50px;
  }

  .is-noCats .m-posts01-txts {
    padding-top: 10px;
  }

  .m-posts01-h {
    font-size: 1.2rem;
  }

  .m-posts01-more {
    padding-bottom: 30px;
    padding-right: 23px;
  }

  .m-posts02-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }

  .m-posts02-img {
    width: 160px;
    margin-right: 30px;
  }

  .m-posts02-head {
    margin-bottom: 0.5em;
  }

  .m-posts02-h {
    font-size: 1.2rem;
  }

  .m-posts03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-posts03-item {
    width: 28.6%;
    margin-bottom: 5.5%;
  }

  .m-posts03-item:not(:nth-child(3n)) {
    margin-right: 4%;
  }

  .m-posts03-img {
    margin-bottom: 13px;
  }

  .m-posts03-txts {
    padding-bottom: 26px;
  }

  .m-posts03-h {
    font-size: 1.2rem;
  }

  .m-posts03-more {
    padding-right: 7px;
  }

  .m-posts04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-posts04-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .m-posts05-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-posts05-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-posts05-img {
    width: 48%;
  }

  .m-posts05-txts {
    width: 48%;
  }

  .m-posts05-head {
    margin-bottom: 1em;
  }

  .m-posts05-h {
    font-size: 1.5rem;
  }

  /* ---------------------------
purposes
--------------------------- */
  .m-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-purposes-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-purposes-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-purposes-item a {
    padding: 40px 30px 80px;
  }

  .m-purposes-clear {
    margin-bottom: 40px;
  }

  .m-purposes-ico {
    width: 80px;
    margin-right: 10px;
  }

  .m-purposes .fas {
    width: 80px;
    font-size: 40px;
  }

  .m-purposes-label {
    font-size: 1.2rem;
  }

  /* ---------------------------
m-slide
--------------------------- */
  .m-slide02-frame {
    max-width: 680px;
    margin: 0 auto;
  }

  .m-slide02-imgs-img {
    padding: 20px;
    margin-bottom: 15px;
  }

  .m-slide02-dots li {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    margin: 0 10px 6px;
  }

  .m-slide02-arrow {
    margin-top: -26px;
  }

  .m-slide02-arrow img {
    width: 20px;
  }

  .m-slide02-arrow.is-prev {
    margin-left: -52px;
  }

  .m-slide02-arrow.is-next {
    margin-right: -52px;
  }

  .m-slide03-frame {
    max-width: 680px;
    margin: 0 auto;
  }

  .m-contiguousItems.col-pc2 .m-slide03-frame {
    padding-left: 30px;
    padding-right: 30px;
  }

  .m-slide03-imgs-img {
    padding: 20px;
    margin-bottom: 15px;
  }

  .m-slide03-arrow {
    margin-top: -26px;
  }

  .m-slide03-arrow img {
    width: 20px;
  }

  .m-slide03-arrow.is-prev {
    margin-left: -72px;
  }

  .m-slide03-arrow.is-next {
    margin-right: -72px;
  }

  .m-contiguousItems.col-pc2 .m-slide03-arrow.is-prev {
    margin-left: -42px;
  }

  .m-contiguousItems.col-pc2 .m-slide03-arrow.is-next {
    margin-right: -42px;
  }

  /* ---------------------------
m-snsTimelines
--------------------------- */
  .m-snsTimelines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-snsTimelines-item {
    width: 45%;
  }

  .m-tel01 {
    padding: 30px 0;
  }

  .m-tel01-num {
    font-size: 1.6rem;
  }

  .m-postLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-postLinks-item {
    width: 33%;
  }

  .m-postLinks-label {
    font-size: 1.1rem;
  }

  .m-catnav-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-catnav-h {
    width: 154px;
    padding: 1em 30px 1em 0;
    border-right: 1px solid #eceff1;
  }

  .m-catnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em 30px;
  }

  .m-catnav-links-item:not(:last-child) {
    margin-right: 2em;
  }

  /* ---------------------------
m-pagenavi
--------------------------- */
  .m-pagenavi-links-item a {
    width: 50px;
    height: 50px;
  }

  .m-pagenavi02 {
    padding: 16px 0;
  }

  .m-pagenavi02-btn {
    display: none;
  }

  .m-pagenavi02-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-pagenavi02-links-item:not(:last-child) {
    margin-right: 2.5em;
  }

  .m-company-address-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .m-company-address-h {
    font-size: 2rem;
    width: 50%;
  }

  .m-company-address-txts {
    width: 50%;
  }

  .m-gmap01 iframe {
    height: 400px;
  }

  /* ---------------------------
m-figure01
--------------------------- */
  .m-figure01 {
    padding: 50px 30px;
  }

  .m-bnrWithTxt-txts {
    padding: 26px;
    font-size: 1.4rem;
  }

  .m-bnrWithTxt-txts:after {
    right: 26px;
    bottom: 26px;
  }

  .m-sitemap-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-sitemap-links01-item {
    width: 30.5%;
    font-size: 1.1rem;
    margin-bottom: 50px;
  }

  .m-sitemap-links01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-sitemap-links01-head {
    margin-bottom: 20px;
  }

  /* ---------------------------
sort
--------------------------- */
  .m-sort-btn {
    width: 160px;
  }

  .m-sort-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m-sort-content {
    padding: 34px;
  }

  .m-sort-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-sort-cats-item {
    width: 31%;
    margin-bottom: 30px;
  }

  .m-sort-cats-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-sort-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-sort-btns-item {
    width: 160px;
  }

  .m-sort-btns-item:not(:last-child) {
    margin-left: 10px;
  }

  /* ---------------------------
solution
--------------------------- */
  .m-solution-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-solution-posts01-item {
    width: 31%;
    margin-bottom: 3%;
  }

  .m-solution-posts01-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-solution-posts01-item a {
    padding: 20px;
    padding-left: 10px;
  }

  .m-solution-posts01-ico {
    width: 80px;
    margin-right: 10px;
  }

  .m-solution-posts01 .fas {
    width: 80px;
    font-size: 40px;
  }

  .m-solution-posts01-label {
    font-size: 1.2rem;
  }

  .m-solution-posts02-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-solution-posts02-item a {
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-solution-posts02-ico .fas {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    font-size: 40px;
  }

  .m-solution-posts02-txts {
    margin-left: 20px;
  }

  .m-solution-posts02-label {
    font-size: 1.2rem;
  }

  .m-solution-posts03-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-solution-posts03-item a {
    padding: 40px 30px;
    display: block;
  }

  .m-solution-posts03-ico .fas {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    font-size: 30px;
  }

  .m-solution-posts03-txts {
    margin-left: 20px;
  }

  .m-solution-posts03-label {
    font-size: 1.2rem;
  }

  .m-solution-single-h-ico .fas {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    font-size: 32px;
  }

  .m-solution-single-h-label {
    font-size: 2rem;
  }

  /* ---------------------------
m-service
--------------------------- */
  .m-service-posts01-item {
    padding: 40px 0;
  }

  .m-service-posts01-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-service-posts01-txts {
    width: 48%;
  }

  .m-service-posts01-img {
    width: 48%;
  }

  /* ---------------------------
ondemand form
--------------------------- */
  .col16-5 {
    width: 16.5%;
  }

  .col25 {
    width: 25%;
  }

  .m-price-flex-block {
    width: 48%;
    padding: 0 0 30px;
  }

  .m-price-sec01 .m-price-flex-block a {
    height: 420px;
  }

  .m-price-sec01 .m-price-flex-block a::before {
    bottom: 30px;
    width: 28px;
    height: 15px;
    margin-left: -14px;
  }

  .m-price-sec01 .m-price-flex-block-img img {
    border-radius: 8px 8px 0 0;
  }

  .m-price-sec01 .m-price-flex-block-txtarea-ttl {
    padding: 20px 0 40px;
  }

  .m-price-sec02 {
    margin-top: -80px;
    padding-top: 80px;
  }

  .m-price-sec02 .m-price-flex-block {
    padding: 35px 0 0;
  }

  .m-price-sec02 .m-price-flex-block-wrap {
    padding: 0 20px;
  }

  .m-price-sec02 .m-price-flex-block-txtarea-ttl {
    padding: 20px 0 10px;
  }

  .m-price-sec02 .m-price-flex-block-txtarea-detail {
    padding-bottom: 20px;
  }

  .m-price-sec02 .m-price-flex-block-list {
    height: 175px;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-ttl {
    margin: 40px 0 0;
    padding: 10px 0;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-detail-tbl {
    height: 700px;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-detail-tbl tr td {
    height: 100px;
  }

  .m-price-sec03 .m-price-h03 {
    margin: 35px 0 25px;
    padding: 8px 0;
  }

  .m-price-sec03 .m-price-tbl.m-pc {
    display: table !important;
  }

  .m-price-sec03 .m-price-tbl.m-sp {
    display: none !important;
  }

  .m-price-sec03 .m-price-tbl tr td {
    height: 100px;
  }

  .m-price-trial-txtarea-txt {
    padding-bottom: 40px;
  }

  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-txt,
  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-left-td,
  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-right-td {
    border-bottom: none;
  }

  .m-price-sec04 .m-price-comp-tbl-left,
  .m-price-sec04 .m-price-comp-tbl-right {
    height: 75px;
    font-size: 1.3rem;
  }

  .m-price-sec04 .m-price-comp-tbl-left-td {
    height: 55px;
  }

  .m-price-sec04 .m-price-comp-tbl-right-td {
    height: 55px;
  }

  .m-price-sec04 .m-price-comp-tbl-txt {
    padding-left: 25px;
  }

  .m-en-over-tbl {
    padding: 25px 0;
  }

  .m-en-over-tbl:first-of-type {
    padding: 0 0 25px;
  }

  .m-en-over-tbl-dt {
    width: 23%;
  }

  .m-en-flex-block {
    width: 48%;
  }

  .m-en-flex-block-in,
  .m-en-flex-block a {
    width: 100%;
  }

  .m-en-flex-block-txtarea-ttl {
    line-height: 1;
    padding: 20px 0 15px;
  }

  .m-en-cap {
    padding-bottom: 80px;
  }

  .m-color-video.is-landscape {
    border: 13px solid #e7e7e7;
    border-top-width: 28px;
    border-bottom-width: 28px;
    border-radius: 20px;
  }

  .m-color-video.is-portrait {
    width: 46%;
    border: 8px solid #e7e7e7;
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-radius: 20px;
  }

  .is-color1 .m-color-video.is-portrait {
    width: 100%;
  }

  .is-color2 .m-color-video.is-portrait {
    width: 40.5%;
  }

  .m-color-function02-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-color-function02-col1 {
    width: 41%;
  }

  .m-color-function02-num {
    font-size: 4.7rem;
  }

  .m-color-function02-h {
    font-size: 2.3rem;
  }

  .m-color-function02-lead {
    font-size: 1.35rem;
  }

  .m-color-function02-col2 {
    width: 54%;
  }

  .m-color-function02-col2.is-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-color-function03-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-color-function03:nth-child(2n) .m-color-function03-clear {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-color-function03-col1 {
    width: 47%;
  }

  .m-color-function03-col1.is-cloud1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .m-color-function03-num {
    font-size: 4.7rem;
  }

  .m-color-function03-h {
    font-size: 2rem;
  }

  .m-color-function03-lead {
    font-size: 1.35rem;
  }

  .m-color-function03-col2 {
    width: 50%;
  }

  .m-color-function03-col2.is-cloud1 {
    width: 100%;
  }

  .m-functions {
    margin-bottom: -3%;
  }

  .m-functions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 46.5%;
    margin-bottom: 1%;
  }

  .m-functions-ico {
    width: 120px;
    margin-right: 20px;
  }

  .m-functions-h {
    font-size: 1.2rem;
  }

  .m-functions02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%;
  }

  .m-functions02-item {
    width: 31%;
    text-align: center;
  }

  .m-functions02-item:not(:nth-child(3n)) {
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .m-functions02-item01 {
    width: 22%;
    text-align: center;
  }

  .m-functions02-item01:not(:nth-child(4n)) {
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .m-functions02-ico {
    margin-bottom: 10px;
  }

  .m-functions02-ico img {
    width: 100px;
  }

  .m-functions02-h {
    font-size: 1.2rem;
  }

  .m-functions03-item {
    width: 31%;
    margin-bottom: 3%;
    padding: 40px 20px 40px;
  }

  .m-functions03-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-functions03-ico {
    margin-bottom: 20px;
  }

  .m-functions03-ico img {
    width: 130px;
  }

  .m-functions03-h {
    font-size: 1.2rem;
  }

  .m-aboutApp {
    padding: 80px 0 0;
  }

  .m-aboutApp-body {
    margin-bottom: 80px;
  }

  .m-aboutApp-lead {
    font-size: 2.3rem;
  }

  .m-aboutApp-txt {
    text-align: center;
    margin-bottom: 60px;
  }

  .m-aboutApp-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-aboutApp-steps-item {
    text-align: center;
  }

  .m-aboutApp-steps-item:not(:last-child) {
    margin-right: 150px;
  }

  .m-aboutApp-steps-ico {
    margin-bottom: 10px;
    position: relative;
    width: 148px;
    margin: 0 auto 10px;
  }

  .m-aboutApp-steps-item:not(:last-child) .m-aboutApp-steps-ico:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 74px;
    width: 35px;
    height: 35px;
    margin-left: 75px;
    border: 4px solid rgba(0, 104, 77, 0.4);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .m-aboutApp-steps-label {
    font-size: 1.2rem;
  }

  .m-aboutApp02 {
    padding: 80px 0 65px;
  }

  .m-aboutApp02-lead {
    font-size: 2.3rem;
  }

  .m-aboutApp02-txt {
    text-align: center;
    margin-bottom: 60px;
  }

  .m-aboutApp02-functions-item {
    width: 48.5%;
    margin-bottom: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
  }

  .m-aboutApp02-functions-ico {
    width: 80px;
    margin-right: 20px;
  }

  .m-aboutApp02-functions-label {
    font-size: 1.1rem;
  }

  .m-aboutApp02-txt02 span {
    width: 700px;
    padding: 20px 26px;
    font-size: 1.7rem;
  }

  .m-contactSec {
    padding: 80px 0 40px;
  }

  .m-contactSec-h {
    font-size: 1.7rem;
  }

  .m-contactSec-lead {
    font-size: 1.4vw;
  }

  .m-contactSec-btns {
    width: 610px;
    margin: 0 auto 20px;
  }

  .m-contactSec02-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-contactSec02-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    padding: 30px 40px;
  }

  .m-contactSec02-body {
    font-size: 1.1rem;
    padding: 40px 30px;
  }

  .m-guide {
    padding: 45px 0;
  }

  .m-guide-in {
    max-width: 830px;
    margin: 0 auto;
  }

  .m-guide-row01 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-col1 {
    margin-right: 30px;
  }

  .m-guide-col2 {
    width: 40%;
    max-width: 300px;
  }

  .m-guide-row02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide-appIco {
    width: 100px;
  }

  .m-guide-appName {
    font-size: 1.1rem;
  }

  .m-guide-col4 {
    max-width: 450px;
  }

  .m-guide02 {
    padding: 45px 60px;
  }

  .m-guide02-row02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .m-guide02-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-guide02-appIco {
    width: 120px;
  }

  .m-guide02-appName {
    font-size: 1.1rem;
  }

  .m-guide02-col4 {
    max-width: 450px;
  }

  .m-guide03-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-guide03-body {
    margin-right: 60px;
  }

  .m-guide03-appLinks {
    gap: 40px;
  }

  .m-guide03-appLinks-bnr img {
    max-width: 180px;
  }

  .m-feature-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-feature-clear.is-color_app {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .m-feature-col1 {
    width: 40%;
    padding-left: 64px;
  }

  .m-feature-col1.is-home {
    padding-left: 0;
  }

  .m-feature-col1.is-color2 {
    width: 48%;
  }

  .m-feature-col1.is-color3 {
    width: 100%;
    margin-bottom: 50px;
  }

  .is-color_app .m-feature-col1 {
    width: 44%;
  }

  .m-feature-h .num {
    font-size: 5rem;
  }

  .m-feature-h .label {
    font-size: 2rem;
  }

  .m-feature-h02 {
    font-size: 1.4rem;
  }

  .m-feature-col2 {
    width: 50%;
  }

  .is-color1 .m-feature-col2 {
    width: 20.2%;
  }

  .is-color1 .m-feature-col3 {
    width: 37%;
  }

  .is-color_app .m-feature-col3 {
    width: 48%;
  }

  .m-flow-lead {
    font-size: 2.3rem;
  }

  .m-flow-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-flow-steps-item {
    text-align: center;
  }

  .m-flow-steps-item:not(:last-child) {
    margin-right: 120px;
  }

  .m-flow-steps-item:not(:last-child) {
    margin-right: 40px;
  }

  .m-flow-steps-ico {
    margin-bottom: 10px;
    position: relative;
    width: 148px;
    margin: 0 auto 10px;
    width: 90px;
  }

  .m-flow-steps-item:not(:last-child) .m-flow-steps-ico:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 74px;
    width: 35px;
    height: 35px;
    margin-left: 45px;
    border: 4px solid rgba(0, 104, 77, 0.4);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .m-flow-steps-item:not(:last-child) .m-flow-steps-ico:after {
    top: 44px;
    width: 15px;
    height: 15px;
    margin-left: 35px;
  }

  .m-flow-steps-name {
    margin-bottom: 0.7em;
  }

  .m-flow-steps-label {
    font-size: 1.4rem;
  }

  .m-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-specs-item {
    width: 48%;
    padding: 36px;
  }

  .m-specs-h {
    font-size: 1.3rem;
  }

  .m-specs-btn {
    display: none;
  }

  .m-linksSec {
    padding: 20px 40px 40px;
  }

  .m-linksSec-h {
    font-size: 1.5rem;
  }

  .m-linksSec-links {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .m-linksSec-links-item a {
    padding: 18px;
  }

  .m-color_app-about-lead {
    font-size: 1.5rem;
  }

  .m-color_app-about-lead02 {
    font-size: 2.2rem;
    margin-bottom: 2em;
  }

  .m-color_app-functions {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 110px;
  }

  .m-color_app-functions-ico {
    width: 160px;
  }

  .m-search {
    padding: 30px 0;
  }

  .m-search-checks {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .m-search-returnBtn {
    display: none;
  }

  .m-trouble-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 60px 40px;
  }

  .m-trouble-head:after {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100px;
    height: 96px;
    margin-top: -48px;
  }

  .m-trouble-ico img {
    max-width: 160px;
  }

  .m-trouble-h {
    font-size: 1.5rem;
  }

  .m-trouble-answer {
    padding: 10px;
    margin-bottom: 20px;
  }

  .m-trouble-answer .ico {
    width: 64px;
    margin-right: 14px;
  }

  .m-trouble-h02 {
    margin-bottom: 1em;
  }

  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 13px;
  }

  .u-input.size-m {
    width: 230px;
  }

  .u-input.padding-s {
    padding: 7px;
  }

  .u-input-radio01-clear {
    padding: 10px 0;
  }

  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .u-input02 {
    padding: 13px;
  }

  .u-input02.size-m {
    width: 230px;
  }

  .u-input02.padding-s {
    padding: 7px;
  }

  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }

  .u-mt-xs {
    margin-top: 10px !important;
  }

  .u-mt-s {
    margin-top: 20px !important;
  }

  .u-mt {
    margin-top: 30px !important;
  }

  .u-mt-l {
    margin-top: 40px !important;
  }

  .u-mt-xl {
    margin-top: 60px !important;
  }

  .u-mt-2xl {
    margin-top: 80px !important;
  }

  .u-mt-3xl {
    margin-top: 100px !important;
  }

  .u-mb-2xs {
    margin-bottom: 5px !important;
  }

  .u-mb-xs {
    margin-bottom: 10px !important;
  }

  .u-mb-s {
    margin-bottom: 20px !important;
  }

  .u-mb {
    margin-bottom: 30px !important;
  }

  .u-mb-l {
    margin-bottom: 40px !important;
  }

  .u-mb-xl {
    margin-bottom: 60px !important;
  }

  .u-mb-2xl {
    margin-bottom: 80px !important;
  }

  .u-mb-3xl {
    margin-bottom: 100px !important;
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }

  .u-mr-1em {
    margin-right: 1em !important;
  }

  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }

  .u-pt-xs {
    padding-top: 10px !important;
  }

  .u-pt-s {
    padding-top: 20px !important;
  }

  .u-pt {
    padding-top: 30px !important;
  }

  .u-pt-l {
    padding-top: 40px !important;
  }

  .u-pt-xl {
    padding-top: 60px !important;
  }

  .u-pt-2xl {
    padding-top: 80px !important;
  }

  .u-pt-3xl {
    padding-top: 100px !important;
  }

  .u-pb-2xs {
    padding-bottom: 5px !important;
  }

  .u-pb-xs {
    padding-bottom: 10px !important;
  }

  .u-pb-s {
    padding-bottom: 20px !important;
  }

  .u-pb {
    padding-bottom: 30px !important;
  }

  .u-pb-l {
    padding-bottom: 40px !important;
  }

  .u-pb-xl {
    padding-bottom: 60px !important;
  }

  .u-pb-2xl {
    padding-bottom: 80px !important;
  }

  .u-pb-3xl {
    padding-bottom: 100px !important;
  }

  .u-p-xs {
    padding: 10px !important;
  }

  .u-p-s {
    padding: 20px !important;
  }

  .u-p {
    padding: 30px !important;
  }

  .u-p-l {
    padding: 40px !important;
  }

  .u-p-xl {
    padding: 60px !important;
  }

  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-list02 {
    padding: 22px;
  }

  .u-list02-item {
    font-size: 1.3rem;
  }

  .u-list02-item:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1,
  .mce-content-body h1 {
    margin-bottom: 30px;
  }

  .u-wysiwyg blockquote,
  .mce-content-body blockquote {
    margin-bottom: 40px;
  }

  .u-wysiwyg .alignright,
  .mce-content-body .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }

  .u-wysiwyg .alignleft,
  .mce-content-body .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 40px;
  }

  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px;
  }

  /* ---------------------------
u-table
--------------------------- */
  .u-table01 th {
    width: 110px;
    padding-left: 0;
  }

  .u-table01 td {
    padding-left: 70px;
  }

  .u-table03 th,
  .u-table03 td {
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #eceff1;
  }

  .u-table03 th {
    font-size: 1.4rem;
    padding-right: 4em;
  }

  /* ---------------------------
folding
--------------------------- */
}


/*---------------------------------------------------------
 * Gene_Common 220729追加
 *-------------------------------------------------------*/
#cat-gene_202204 .forTb {
  display: none !important;
}

#cat-gene_202204 .forSp {
  display: none !important;
}

#cat-gene_202204 .forPc {
  display: block !important;
}

#cat-gene_202204 .forMid {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 860px) {
  #cat-gene_202204 .forMid {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .forPc {
    display: none !important;
  }

  #cat-gene_202204 .forSp {
    display: block !important;
  }

  #cat-gene_202204 .forSp.notTb {
    display: none !important;
  }

  #cat-gene_202204 .forTb {
    display: block !important;
  }

}

@media screen and (max-width: 1024px),
print {
  #cat-gene_202204 .flexWrapGene {
    display: block !important;
  }

  #cat-gene_202204 .flexWrapGene .lead-wrapper {
    width: 100% !important;
  }
}

/* tablet ed */
@media screen and (max-width: 640px) {
  #cat-gene_202204 .forTb {
    display: none !important;
  }

  #cat-gene_202204 .forSp.notTb {
    display: block !important;
  }
}

/* sp ed */
/*---------------------------------------------------------
 * Header
 *-------------------------------------------------------*/
/*---------------------------------------------------------
 * Contents
 *-------------------------------------------------------*/
#cat-gene_202204 .gene-contents {
  letter-spacing: .06em;
}

#cat-gene_202204 .flexWrapGene {
  display: flex;
}

#cat-gene_202204 .gene-main .m-mv04-btns {
  letter-spacing: 0;
  margin-bottom: 70px;
}

#cat-gene_202204 .gene-main .m-mv04-btns .m-btn {
  width: 100%;
}

#cat-gene_202204 .gene-main .m-mv04-btns .m-btn .m-btn01 {
  width: 48%;
  margin: 0 auto;
}

#cat-gene_202204 .txt-grad {
  color: #00684d;
  background: -webkit-linear-gradient(30deg, #225c9b, #b94c5d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

#cat-gene_202204 .m-mv-gene {
  position: relative;
  font-family: Shin-Bold !important;
  text-align: center;
}

#cat-gene_202204 .m-mv-gene .txt-inner {
  margin-bottom: 50px;
  padding-top: 50px;
  color: #fff;
}

#cat-gene_202204 .m-mv-gene .sub-catch {
  font-size: 24px;
}

#cat-gene_202204 .m-mv-gene .catch {
  font-size: 42px;
  margin-bottom: 20px;
}

#cat-gene_202204 .m-mv-gene .logo-wrapper .logo {
  margin-bottom: 2px;
}

#cat-gene_202204 .m-mv-gene .logo-wrapper .logo-kana {
  font-size: 22px;
  letter-spacing: .12em;
}

#cat-gene_202204 .geneMoveBtn {
  font-size: 2.2em;
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .m-mv-gene .m-mv04-txts {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px;
  }

  #cat-gene_202204 .m-mv-gene .txt-inner {
    margin-bottom: 0;
    padding-top: 0;
  }

  #cat-gene_202204 .m-mv-gene .sub-catch {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  #cat-gene_202204 .m-mv-gene .catch {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 36px;
  }

  #cat-gene_202204 .m-mv-gene .logo-wrapper .logo {
    margin-bottom: 6px;
  }

  #cat-gene_202204 .m-mv-gene .logo-wrapper .logo-kana {
    font-size: 16px;
  }
}

#cat-gene_202204 .lead-wrapper {
  padding-top: 60px;
  letter-spacing: .1em;
}

#cat-gene_202204 .flexWrapGene .lead-wrapper {
  width: 50%;
}

#cat-gene_202204 .lead-wrapper p {
  font-family: Shin-Bold !important;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
}

#cat-gene_202204 .lead-wrapper p.lead {
  margin-bottom: 30px;
}

#cat-gene_202204 .lead-wrapper p.featured-txt {
  color: #00684d;
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .lead-wrapper {
    padding-top: 28px;
  }

  #cat-gene_202204 .lead-wrapper p {
    font-size: 16px;
    letter-spacing: .06em;
  }

  #cat-gene_202204 .lead-wrapper p.lead {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 375px) {
  #cat-gene_202204 .lead-wrapper p {
    letter-spacing: .02em;
  }
}

#cat-gene_202204 .featured-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 70px;
}

#cat-gene_202204 .featured-item-wrapper .featured-item {
  width: 50%;
  padding: 36px 0;
  background-color: #225c9b;
  text-align: center;
}

#cat-gene_202204 .featured-item-wrapper .featured-item:first-child+*,
#cat-gene_202204 .featured-item-wrapper .featured-item:first-child+*+* {
  background-color: #b94c5d;
}

#cat-gene_202204 .featured-item-wrapper .featured-item .featured-point {
  font-family: Shin-bold !important;
  font-size: 22px;
  font-weight: bold;
}

#cat-gene_202204 .featured-item-wrapper .featured-item .featured-detail {
  font-family: Shin Go Medium;
  font-size: 16px;
}

#cat-gene_202204 .featured-item-wrapper .featured-item .featured-img {
  width: 80%;
  margin: 20px auto;
}

#cat-gene_202204 .featured-item-wrapper .featured-item .featured-img img {
  width: 100%;
}

#cat-gene_202204 .featured-h01 {
  font-family: Shin-Bold !important;
  font-size: 36px;
  line-height: 1.8;
  letter-spacing: .1em;
  text-align: center;
}

#cat-gene_202204 .movie-wrap {
  position: relative;
  /*width: 854px;
  height: 480px;*/
  width: 80%;
  height: 240px;
  left: 0;
  margin: auto;
  overflow: hidden;
}

#cat-gene_202204 .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cat-gene_202204 .move .m-btn {
  text-decoration: none;
  margin: 1rem auto;
  width: 100%;
  font-size: 0.7em;
}

@media screen and (max-width: 1024px) {
  #cat-gene_202204 .movie-wrap {
    height: 340px !important;
  }
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .featured-item-wrapper {
    margin-bottom: 40px;
  }

  #cat-gene_202204 .featured-item-wrapper .featured-item {
    width: 100%;
    padding: 30px 0;
    background-color: #225c9b !important;
  }

  #cat-gene_202204 .featured-item-wrapper .featured-item:nth-child(even) {
    background-color: #b94c5d !important;
  }

  #cat-gene_202204 .featured-item-wrapper .featured-item .featured-point {
    font-size: 18px;
  }

  #cat-gene_202204 .featured-item-wrapper .featured-item .featured-detail {
    font-size: 14px;
  }

  #cat-gene_202204 .featured-item-wrapper .featured-item .featured-img {
    margin: 16px auto;
  }

  #cat-gene_202204 .featured-h01 {
    font-size: 24px;
    line-height: 1.5;
  }

  #cat-gene_202204 .movie-wrap {
    /* padding-bottom: 56.25%; */
    /*アスペクト比 16:9の場合の縦幅*/
    /* height: 0;
    width: 100%;
    left: 0; */
  }

  #cat-gene_202204 .move .m-btn {
    text-decoration: none;
    margin: 2rem auto;
    width: 100%;
    font-size: 60%;
  }
}

#cat-gene_202204 .merit {
  background-color: #f2f2f2;
}

#cat-gene_202204 .merit-h01 {
  font-family: Shin-Bold !important;
  font-size: 34px;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #b94c5d;
  text-align: center;
  margin-bottom: 60px;
}

#cat-gene_202204 .merit-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 68px;
}

#cat-gene_202204 .merit-item-wrapper .merit-item {
  width: 33.33333333%;
  padding: 0 20px;
  text-align: center;
}

#cat-gene_202204 .merit-item-wrapper .merit-item .merit-h,
#cat-gene_202204 .merit-item-wrapper .merit-item .merit-caption {
  font-family: Shin-Bold !important;
  font-size: 16px;
}

#cat-gene_202204 .merit-item-wrapper .merit-item .merit-h {
  max-width: 250px;
  color: #fff;
  background-color: #b94c5d;
  margin: 0 auto;
  padding: 16px 0 13px;
}

#cat-gene_202204 .merit-item-wrapper .merit-item .merit-img {
  margin: 15px 0 8px;
}

#cat-gene_202204 .merit-item-wrapper .merit-item .merit-caption {
  padding-top: 14px;
}

#cat-gene_202204 .merit-item-wrapper .merit-item:first-child .merit-caption {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .merit-h01 {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  #cat-gene_202204 .merit-item-wrapper {
    margin-bottom: 40px;
  }

  #cat-gene_202204 .merit-item-wrapper .merit-item {
    width: 100%;
    margin-top: 24px;
  }

  #cat-gene_202204 .merit-item-wrapper .merit-item:first-child {
    margin-top: 0 !important;
  }

  #cat-gene_202204 .merit-item-wrapper .merit-item .merit-h {
    padding: 14px 0 12px;
  }

  #cat-gene_202204 .merit-item-wrapper .merit-item .merit-img {
    margin: 10px 0 0;
  }
}

#cat-gene_202204 .merit-detail-wrapper {
  margin-bottom: 70px;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail {
  position: relative;
  max-width: 690px;
  padding-right: 256px;
  margin: 60px auto 0;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail:first-child {
  max-width: 820px;
  margin-top: 0 !important;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap1,
#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap2 {
  background-color: #f2f2f2;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap1 {
  position: relative;
  padding: 26px 90px 24px 30px;
  border: 1px solid #225c9b;
  border-radius: 0 30px 30px 30px;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap1:after {
  content: '';
  position: absolute;
  right: 87px;
  bottom: -1px;
  width: 28px;
  height: 1px;
  background-color: #225c9b;
  -webkit-transform: rotate(26deg);
  -moz-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  -o-transform: rotate(26deg);
  transform: rotate(26deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap2 {
  position: absolute;
  right: 0;
  bottom: -35px;
  padding-left: 10px;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap2 .merit-detail-inner {
  position: relative;
  padding: 42px 30px 20px 50px;
  border: 1px solid #b94c5d;
  border-radius: 0 30px 30px 30px;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap2 .merit-detail-sub {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #b94c5d;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-h,
#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-content {
  font-family: Shin-Bold !important;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-h {
  position: relative;
  font-size: 18px;
  margin-bottom: 16px;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-h:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background-color: #225c9b;
  margin-top: 2px;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail ul li {
  font-size: 16px;
  line-height: 2;
}

#cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-content {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .merit-detail-wrapper {
    margin-bottom: 20px;
  }

  #cat-gene_202204 .merit-detail-wrapper .merit-detail {
    padding-right: 0;
    margin: 28px auto 0;
  }

  #cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap1 {
    padding: 22px 30px 52px 30px;
  }

  #cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap1:after {
    right: auto;
    left: 26px;
  }

  #cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap2 {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -42px;
    padding-left: 56px;
    background-color: transparent;
  }

  #cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap2 .merit-detail-inner {
    padding: 42px 16px 20px 42px;
    background-color: #f2f2f2;
  }

  #cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-h {
    line-height: 1.5;
    margin-bottom: 20px;
  }

  #cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-h:after {
    margin-top: 5px;
  }

  #cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-content {
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) {
  #cat-gene_202204 .merit-detail-wrapper .merit-detail .merit-detail-wrap2 .merit-detail-inner {
    padding: 42px 16px 20px 30px;
  }
}

#cat-gene_202204 .merit-conc {
  width: 70%;
  margin: 0 auto 80px;
}

#cat-gene_202204 .merit-conc .arrow {
  text-align: center;
  margin-bottom: 30px;
}

#cat-gene_202204 .merit-conc p {
  font-family: Shin-Bold !important;
  font-size: 24px;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  background-color: #b94c5d;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .merit-conc {
    width: 100%;
    margin: 0 auto 30px;
  }

  #cat-gene_202204 .merit-conc .arrow {
    margin-bottom: 18px;
  }

  #cat-gene_202204 .merit-conc p {
    font-size: 18px;
    padding: 20px;
  }
}

#cat-gene_202204 .merit-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Shin-Bold !important;
  text-align: center;
  letter-spacing: .1em;
  background-color: #c8c9ca;
  padding: 2px;
  overflow: hidden;
}

#cat-gene_202204 .merit-flow .flow-tit-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  background-color: #fff;
  z-index: 9;
}

#cat-gene_202204 .merit-flow .flow-tit-wrapper:before,
#cat-gene_202204 .merit-flow .flow-tit-wrapper:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cat-gene_202204 .merit-flow .flow-tit-wrapper:before {
  border-left: 18px solid #c8c9ca;
  border-top: 110px solid transparent;
  border-bottom: 110px solid transparent;
  z-index: 1;
}

#cat-gene_202204 .merit-flow .flow-tit-wrapper:after {
  border-left: 16px solid #fff;
  border-top: 98px solid transparent;
  border-bottom: 98px solid transparent;
  z-index: 9;
}

#cat-gene_202204 .merit-flow .flow-tit-wrapper .flow-tit {
  font-size: 15px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 8px;
}

#cat-gene_202204 .merit-flow .flow-wrapper {
  position: relative;
  width: 100%;
  width: -moz-calc(100% - 34px);
  width: -o-calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  z-index: 1;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 36px;
  border-bottom: 2px solid #c8c9ca;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h {
  position: relative;
  width: 40%;
  font-size: 13px;
  padding: 6px 24px 0 0;
  background-color: #eeeeef;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h:before,
#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h:before {
  width: 10px;
  height: 100%;
  background-color: #fff;
  z-index: 9;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h:after {
  margin-right: 10px;
  border-left: 8px solid #eeeeef;
  border-top: 34px solid #fff;
  z-index: 99;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h:first-child+* {
  width: 20%;
  background-color: #fff;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h:first-child+*:before {
  background-color: #eeeeef;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h:first-child+*:after {
  border-left-color: #fff;
  border-top-color: #eeeeef;
}

#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h.goal:before,
#cat-gene_202204 .merit-flow .flow-h-wrapper .flow-h.goal:after {
  content: none;
}

#cat-gene_202204 .merit-flow .flow-process-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 160px;
}

#cat-gene_202204 .merit-flow .flow-process-wrapper .flow-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  font-size: 18px;
  padding: 20px 0 40px;
  background-color: #eeeeef;
}

#cat-gene_202204 .merit-flow .flow-process-wrapper .flow-process:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 18px solid #eeeeef;
  border-top: 80px solid #fff;
  border-bottom: 80px solid #fff;
  margin-left: -9px;
  z-index: 1;
}

#cat-gene_202204 .merit-flow .flow-process-wrapper .flow-process:nth-child(even) {
  background-color: #fff;
}

#cat-gene_202204 .merit-flow .flow-process-wrapper .flow-process:nth-child(even):before {
  border-left-color: #fff;
  border-top-color: #eeeeef;
  border-bottom-color: #eeeeef;
}

#cat-gene_202204 .merit-flow .flow-process-wrapper .flow-process.goal:before {
  content: none;
}

#cat-gene_202204 .merit-flow .flow-process-wrapper .flow-process .supp {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
  padding: 0 10px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .merit-flow .flow-tit-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #c8c9ca;
  }

  #cat-gene_202204 .merit-flow .flow-tit-wrapper:before,
  #cat-gene_202204 .merit-flow .flow-tit-wrapper:after {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #cat-gene_202204 .merit-flow .flow-tit-wrapper:before {
    border-top: 14px solid #c8c9ca;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
  }

  #cat-gene_202204 .merit-flow .flow-tit-wrapper:after {
    border-top: 12px solid #fff;
    border-left: 98px solid transparent;
    border-right: 98px solid transparent;
  }

  #cat-gene_202204 .merit-flow .flow-tit-wrapper .flow-tit {
    height: auto;
    padding: 6px 0 0 0;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 36px;
    height: 100%;
    border-right: 2px solid #c8c9ca;
    border-bottom: none;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper .flow-h {
    width: 100%;
    height: 40%;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding: 0 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper .flow-h:before,
  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper .flow-h:after {
    content: none;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper .flow-h:before {
    width: 100%;
    height: 10px;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper .flow-h:after {
    margin-right: 0;
    border-top: 5px solid #eeeeef;
    border-left: 34px solid #fff;
    margin-bottom: 10px;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper .flow-h:first-child+* {
    height: 20%;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper .flow-h:first-child+*:before {
    background-color: #eeeeef;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-h-wrapper .flow-h:first-child+*:after {
    border-top-color: #fff;
    border-left-color: #eeeeef;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-process-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -moz-calc(100% - 36px);
    width: -o-calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px);
    height: auto;
    overflow: hidden;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-process-wrapper .flow-process {
    height: 20%;
    padding: 0 0 6px;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-process-wrapper .flow-process:before {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 12px solid #eeeeef;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff;
    border-bottom: none;
    margin-left: 0;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-process-wrapper .flow-process:nth-child(even):before {
    border-top-color: #fff;
    border-left-color: #eeeeef;
    border-right-color: #eeeeef;
  }

  #cat-gene_202204 .merit-flow .flow-wrapper .flow-process-wrapper .flow-process .supp {
    z-index: 9;
  }
}

#cat-gene_202204 .price-h {
  font-family: Shin-Bold !important;
  font-size: 28px;
  letter-spacing: .1em;
  color: #b94c5d;
  text-align: center;
  margin-bottom: 40px;
}

#cat-gene_202204 .price-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#cat-gene_202204 .price-col-wrapper .price-col {
  width: 50%;
  font-size: 16px;
  padding-right: 40px;
}

#cat-gene_202204 .price-col-wrapper .price-col span {
  font-size: 13px;
  color: #b94c5d;
}

@media screen and (max-width: 768px) {
  #cat-gene_202204 .price-h {
    font-size: 22px;
  }

  #cat-gene_202204 .price-col-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #cat-gene_202204 .price-col-wrapper .price-col {
    width: 100%;
    font-size: 14px;
    padding-right: 0;
  }

  #cat-gene_202204 .price-col-wrapper .price-col .hideSp {
    display: none;
  }

  #cat-gene_202204 .price-col-wrapper .price-col span {
    font-size: 12px;
  }

  #cat-gene_202204 .price-col-wrapper .price-col:first-child {
    margin-bottom: 30px;
  }
}

/*---------------------------------------------------------
 * Gene_Footer
 *-------------------------------------------------------*/



@media screen and (max-width: 767px) {

  /* ==========================================================================
   SP
   ========================================================================== */
  .wrapin-sp {
    padding: 0 20px;
  }

  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px;
  }

  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    height: 60px;
    padding-top: 5px;
  }

  .l-header-logo img {
    width: 120px;
  }

  .l-header-col1 {
    padding-left: 17px;
  }

  .l-header-contactBtn {
    display: none;
  }

  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 50px 0 40px;
  }

  .l-footer-row1 {
    margin-bottom: 20px;
  }

  .l-footer-contactBtn:not(:last-child) {
    margin-bottom: 15px;
  }

  .l-footer-address-logo .logo {
    width: 120px;
  }

  .l-footer-address-txt {
    margin-bottom: 2em;
  }

  .l-footer-links01 {
    margin-bottom: 40px;
  }

  .l-footer-links01-head {
    border-top: 1px solid #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
    padding: 1em 5px 1em 0;
  }

  .l-footer-links01-head::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .l-footer-links01-head.is-active:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .l-footer-links01sub {
    display: none;
  }

  .l-footer-sns {
    margin-bottom: 20px;
  }

  .l-footer-links02 {
    margin-bottom: 40px;
  }

  .l-footer-links02-item {
    margin-bottom: 1em;
  }

  .l-footer-phone {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 20px;
  }

  .page-guide .l-footer-phone {
    bottom: 70px;
  }

  .l-footer-phone a {
    color: #fff;
    background: #00684d;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
  }

  /* ---------------------------
l-post
--------------------------- */
  .l-post-wrap {
    padding: 30px 0;
  }

  .l-post-main {
    margin-bottom: 30px;
  }

  .l-post-side-sec:not(:last-child) {
    margin-bottom: 20px;
  }

  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap-sp {
    padding: 0 20px;
  }

  /* ---------------------------
l-secType
--------------------------- */
  .l-secType01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-secType02 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .m-about-greeting-sec {
    margin-bottom: 40px;
  }

  .m-about-greeting-sec-h {
    font-size: 1.6rem;
  }

  .m-about-greeting-name {
    font-size: 1.2rem;
  }

  .m-about-vision-connect {
    margin-bottom: 40px;
  }

  .m-about-vision-connect-lead {
    font-size: 1.8rem;
  }

  .m-about-vision-connect-lead02 {
    font-size: 1.2rem;
  }

  .m-about-vision-value-table {
    display: block;
  }

  .m-about-vision-value-table tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  .m-about-vision-value-table tbody,
  .m-about-vision-value-table tr,
  .m-about-vision-value-table th,
  .m-about-vision-value-table td {
    display: block;
  }

  .m-about-vision-value-table th {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
  }

  .m-about-vision-story {
    padding-bottom: 50px;
  }

  .m-about-vision-story-sec:not(:last-child) {
    margin-bottom: 30px;
  }

  .m-about-vision-story-sec-num {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }

  .m-about-vision-story-sec-clear {
    padding-left: 20px;
  }

  .m-about-vision-story-sec-h {
    font-size: 1.3rem;
    margin-bottom: 1em;
  }

  .m-about-vision-prizes-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-about-vision-prizes-h {
    font-size: 1.3rem;
  }

  .m-about-culture-stance {
    padding-bottom: 50px;
  }

  .m-about-culture-stance-sec:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-about-culture-stance-sec-txts {
    margin-bottom: 30px;
  }

  .m-about-culture-stance-sec-h {
    font-size: 1.3rem;
  }

  .m-about-culture-systems-item:not(:last-child) {
    margin-bottom: 45px;
  }

  .m-about-culture-systems-h {
    font-size: 1.2rem;
  }

  .m-about-culture-recruitAction {
    margin-bottom: 50px;
  }

  .m-about-culture-recruitAction-recruits-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-about-culture-recruitAction-recruits-h {
    font-size: 1.2rem;
  }

  /* ---------------------------
m-blockquote01
--------------------------- */
  .m-blockquote01,
  .u-wysiwyg blockquote,
  .mce-content-body blockquote {
    padding: 12px;
  }

  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    padding: 14px 0;
    /*20220715修正*/
    font-size: 1.15rem;
  }

  .m-btn01 .ico {
    width: 26px;
    margin-right: 10px;
  }

  .m-btn01.size-220sp {
    width: 220px;
    margin: 0 auto;
  }

  .m-btn01.arrow-r:before,
  .m-btn01.arrow-l:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }

  .m-btn01.arrow-r {
    padding-right: 25px;
  }

  .m-btn01.arrow-l {
    padding-left: 25px;
  }

  .m-btn01.is-smallPadding,
  .m-btn01.is-smallPaddingSp {
    padding: 9px 6px;
    border-radius: 4px;
  }

  .m-btn02 {
    padding: 9px 6px;
  }

  .m-btn02 .ico {
    width: 26px;
    margin-right: 10px;
  }

  .m-btn02.size-220sp {
    width: 220px;
    margin: 0 auto;
  }

  .m-btn02.arrow-r:before,
  .m-btn02.arrow-l:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }

  .m-btn02.arrow-r {
    padding-right: 25px;
  }

  .m-btn02.arrow-l {
    padding-left: 25px;
  }

  .m-btn02.is-smallPadding,
  .m-btn02.is-smallPaddingSp {
    padding: 5px 10px;
    font-size: 0.85rem;
    border-width: 1px !important;
  }

  .m-btn02.is-smallPadding .ico,
  .m-btn02.is-smallPaddingSp .ico {
    width: 16px;
    margin-right: 7px;
  }

  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 80%;
    /*20220715修正*/
    max-width: 300px;
  }

  .m-btns2col.col-sp1 {
    display: block;
  }

  .col-sp1 .m-btns2col-item {
    width: 100%;
    margin-right: 0;
  }

  .col-sp1 .m-btns2col-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .m-btns3col.col-sp1 {
    display: block;
  }

  .col-sp1 .m-btns3col-item {
    width: 100%;
    margin-right: 0;
  }

  .col-sp1 .m-btns3col-item:not(:last-child) {
    margin-bottom: 16px;
  }

  /* ---------------------------
m-cols01
--------------------------- */
  .m-cols01-col1 {
    margin-bottom: 30px;
  }

  .m-companyLogos-item {
    height: 30px;
    background-size: auto 30px;
  }

  /* ---------------------------
m-form
--------------------------- */
  .m-form-wrap {
    padding: 20px;
  }

  .m-form-h {
    font-size: 1.6rem;
  }

  .m-form-lead {
    margin-bottom: 30px;
  }

  .m-form-table01 {
    display: block;
    margin-bottom: 30px;
  }

  .m-form-table01>tbody,
  .m-form-table01>tbody>tr,
  .m-form-table01>tbody>tr>th,
  .m-form-table01>tbody>tr>td {
    display: block;
  }

  .m-form-table01>tbody>tr {
    padding: 1em 0px;
    border-bottom: 1px solid #eceff1;
  }

  .m-form-table01>tbody>tr>th {
    margin-bottom: 0.8em;
  }

  .m-form-privacy {
    height: 150px;
    margin-bottom: 3em;
    font-size: 0.8rem;
  }

  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh);
    background: rgba(0, 104, 77, 0.95);
    color: #fff;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    padding: 70px 30px 50px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    overflow-y: auto;
  }

  .m-gnav.on {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .m-gnav-links {
    margin-bottom: 30px;
  }

  .m-gnav-links-item {
    font-size: 1.2rem;
    padding: 18px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }

  .m-gnav-links-item a {
    color: #fff;
  }

  .m-gnav-links-foldingBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
  }

  .m-gnav-links-foldingBtn .fas {
    font-size: 1.5rem;
  }

  .m-gnav-links-foldingBtn.is-active .fas {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .m-gnav-links02 {
    padding-top: 1em;
  }

  .m-gnav-btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76px;
    height: 60px;
  }

  .m-gnav-btn-lines {
    width: 36px;
    height: 50px;
  }

  .m-gnav-btn-lines-item {
    height: 2px;
  }

  .m-gnav-contactBtn:not(:last-child) {
    margin-bottom: 10px;
  }

  .m-gnav-contactBtn a {
    border-radius: 2em;
    color: #326691;
    background: #fff;
    border: 2px solid #326691;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }

  .m-gnav-contactBtn a:hover {
    opacity: 1;
    color: #fff !important;
    background: #326691 !important;
  }

  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-size: 1.7rem;
  }

  .m-h01-wrap {
    padding: 30px 0;
  }

  .m-h02,
  .u-wysiwyg.is-freeTemplate h2,
  .mce-content-body.is-freeTemplate h2 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .m-h02:after,
  .u-wysiwyg.is-freeTemplate h2:after,
  .mce-content-body.is-freeTemplate h2:after {
    width: 60px;
    margin-top: 20px;
  }

  .m-h02_2,
  .u-wysiwyg:not(.is-freeTemplate) h2,
  .mce-content-body:not(.is-freeTemplate) h2 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .m-h02_2:after,
  .u-wysiwyg:not(.is-freeTemplate) h2:after,
  .mce-content-body:not(.is-freeTemplate) h2:after {
    margin-top: 10px;
  }

  .m-h03,
  .u-wysiwyg h3,
  .mce-content-body h3 {
    font-size: 1.2rem;
    padding: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .m-h04,
  .u-wysiwyg h4,
  .mce-content-body h4 {
    font-size: 1.2rem;
    padding: 8px 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .m-h05,
  .u-wysiwyg h5,
  .mce-content-body h5 {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .m-h06,
  .u-wysiwyg h6,
  .mce-content-body h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .m-h07 {
    font-size: 1.8rem;
  }

  .m-h09 {
    line-height: 1.3;
    padding: 7px 0;
  }

  .m-h09 .sub {
    display: block;
  }

  .m-h09 .main {
    display: block;
    font-size: 1.8rem;
  }

  /* ---------------------------
m-items
--------------------------- */
  .m-items.col-sp1 .m-items-item {
    width: 100%;
  }

  .m-items.col-sp1 .m-items-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .m-items.col-sp2 .m-items-item {
    width: 48%;
    margin-bottom: 4%;
  }

  .m-items.col-sp2 .m-items-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .m-items.col-sp3 .m-items-item {
    width: 31%;
    margin-bottom: 4%;
  }

  .m-items.col-sp3 .m-items-item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .m-items.col-sp4 .m-items-item {
    width: 23%;
    margin-bottom: 4%;
  }

  .m-items.col-sp4 .m-items-item:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }

  .m-items.col-sp5 .m-items-item {
    width: 18%;
    margin-bottom: 4%;
  }

  .m-items.col-sp5 .m-items-item:not(:nth-child(5n)) {
    margin-right: 2.2%;
  }

  .m-contiguousItems.col-sp1 .m-contiguousItems-item {
    width: calc(100% / 1);
  }

  .m-contiguousItems.col-sp2 .m-contiguousItems-item {
    width: calc(100% / 2);
  }

  .m-contiguousItems.col-sp3 .m-contiguousItems-item {
    width: calc(100% / 3);
  }

  .m-contiguousItems.col-sp4 .m-contiguousItems-item {
    width: calc(100% / 4);
  }

  .m-contiguousItems.col-sp5 .m-contiguousItems-item {
    width: calc(100% / 5);
  }

  .m-contiguousItems.col-sp6 .m-contiguousItems-item {
    width: calc(100% / 6);
  }

  .lapctbOnly {
    display: none !important;
  }

  .pcOnly {
    display: none;
  }

  .tbOnly {
    display: none;
  }

  #wrapper {
    margin-top: 60px;
  }

  .m-mainContent-bg01 {
    padding-bottom: 40px;
  }

  .m-mainContentMargin {
    height: 50px;
  }

  /* ---------------------------
m-mv
--------------------------- */
  .m-mv01-imgs-h {
    /*font-size: 7.5vw; 20220701*/
    font-size: 2.6vw;
  }

  .m-mv01-imgs-h span {
    font-size: 7vw;
  }

  .m-mv01-navs-item {
    margin-right: 15px;
  }

  .m-mv01-navs-label {
    /*font-size: 1.2rem; 20220705*/
    font-size: 0.8rem;
    color: #000;
  }

  .m-mv01-arrow {
    width: 60px;
    height: 60px;
  }

  .m-mv01-arrow.is-prev {
    left: -10px;
  }

  .m-mv01-arrow.is-next {
    right: -10px;
  }

  .m-mv01-dots {
    margin-top: 0px;
  }

  /*20220701修正元16*/
  .m-mv01-01 {
    display: block !important;
    text-align: left;
  }

  .m-mv01-01-h {
    font-size: 3rem;
  }

  .m-mv01-moreBtn {
    /*20220715修正*/
    width: calc(70vw - 40px);
    margin-top: 10px;
  }

  .m-mv02 {
    padding: 50px 0 130px;
  }

  .m-mv03-txts {
    height: 107vw;
    padding-bottom: 14vw;
  }

  .m-mv03-h .sub {
    font-size: 4.8vw;
  }

  .m-mv03-h .main {
    font-size: 10.3vw;
  }

  .m-mv03-h .main br {
    display: none;
  }

  .m-mv03-lead {
    font-size: 4.9vw;
  }

  .m-mv04-img02 {
    width: 42%;
    margin: 0 auto;
  }

  .m-mv04-txts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  .m-mv04-h {
    font-size: 7.7vw;
    margin-bottom: 0.4em;
  }

  .m-mv04-lead {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }

  .m-mv04-btns {
    width: calc(100vw - 40px);
  }

  .m-mv05 {
    padding: 60px 0;
  }

  .m-mv05-h {
    font-size: 2rem;
  }

  .m-mv05-lead {
    font-size: 1.1rem;
  }

  .m-mv05-lead br {
    display: none;
  }

  .m-mv06-txts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 60px;
  }

  .m-mv06-h {
    font-size: 7.7vw;
    margin-bottom: 0.4em;
  }

  .m-mv06-lead {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }

  .m-mv07 {
    background-size: auto 100%;
  }

  .m-mv07-txts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0;
  }

  .m-mv07-h {
    font-size: 1.2rem;
    margin-left: -50px;
  }

  .m-mv07-ico {
    width: 50px;
  }

  .m-mv07-lead {
    font-size: 1.6rem;
  }

  /* ---------------------------
m-pageNavs
--------------------------- */
  .m-pankuzu-links {
    font-size: 0.65rem;
  }

  .m-pankuzu-links-item {
    display: inline;
  }

  /* ---------------------------
m-post
--------------------------- */
  .m-post-thumb01 {
    margin-bottom: 20px;
  }

  .m-post-h {
    font-size: 1.7rem;
    margin-bottom: 0.5em;
  }

  .m-post-head {
    margin-bottom: 1em;
  }

  .m-post-pre01 {
    margin-bottom: 20px;
    font-size: 1.1rem;
    padding: 18px 22px;
  }

  /* ---------------------------
m-posts
--------------------------- */
  .m-posts01-item {
    margin-bottom: 20px;
  }

  .m-posts01-txts {
    padding: 22px;
    padding-bottom: 50px;
  }

  .is-noCats .m-posts01-txts {
    padding-top: 10px;
  }

  .m-posts01-h {
    font-size: 1.2rem;
  }

  .m-posts01-more {
    padding-bottom: 22px;
    padding-right: 22px;
  }

  .m-posts02-item a {
    padding: 12px;
  }

  .m-posts02-img {
    width: 90px;
    margin-right: 10px;
  }

  .m-posts02-head {
    margin-bottom: 0.2em;
  }

  .m-posts02-h {
    font-size: 1.1rem;
    width: 100% !important;
  }

  .m-posts02-txts-top {
    display: block !important;
  }

  .m-posts03-item {
    margin-bottom: 20px;
  }

  .m-posts03-img {
    margin-bottom: 21px;
  }

  .m-posts03-txts {
    padding-bottom: 50px;
  }

  .m-posts03-h {
    font-size: 1.4rem;
  }

  .m-posts03-content {
    font-size: 1.1rem;
  }

  .m-posts03-more {
    padding-bottom: 22px;
    padding-right: 22px;
  }

  .m-posts04-item {
    margin-bottom: 30px;
  }

  .m-posts05-item {
    margin-bottom: 20px;
  }

  .m-posts05-img {
    margin-bottom: 15px;
  }

  .m-posts05-head {
    margin-bottom: 1em;
  }

  .m-posts05-h {
    font-size: 1.4rem;
  }

  /* ---------------------------
purposes
--------------------------- */
  .m-purposes-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .m-purposes-item a {
    padding: 20px;
  }

  .m-purposes-clear {
    margin-bottom: 20px;
  }

  .m-purposes-ico {
    width: 80px;
    margin-right: 5px;
  }

  .m-purposes .fas {
    width: 80px;
    font-size: 40px;
  }

  .m-purposes-label {
    font-size: 1.2rem;
  }

  /* ---------------------------
m-slide
--------------------------- */
  .m-slide02-frame {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-slide02-imgs-img {
    padding: 10px;
    margin-bottom: 15px;
  }

  .m-slide02-dots li {
    width: 12px;
    height: 12px;
    border: 2.5px solid #fff;
    margin: 0 6px 6px;
  }

  .m-slide02-arrow {
    margin-top: -16px;
  }

  .m-slide02-arrow img {
    width: 10px;
  }

  .m-slide02-arrow.is-prev {
    margin-left: -16px;
  }

  .m-slide02-arrow.is-next {
    margin-right: -16px;
  }

  .m-slide03-frame {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m-slide03-imgs-img {
    padding: 10px;
    margin-bottom: 15px;
  }

  .m-slide03-arrow {
    margin-top: -16px;
  }

  .m-slide03-arrow img {
    width: 10px;
  }

  .m-slide03-arrow.is-prev {
    margin-left: -20px;
  }

  .m-slide03-arrow.is-next {
    margin-right: -20px;
  }

  /* ---------------------------
m-snsTimelines
--------------------------- */
  .m-snsTimelines {
    margin: 0 20px;
  }

  .m-snsTimelines-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .m-tel01 {
    padding: 20px 0;
  }

  .m-tel01-num {
    font-size: 1.6rem;
  }

  .m-postLinks-item:not(:last-child) {
    margin-bottom: 26px;
  }

  .m-postLinks-label {
    font-size: 1.2rem;
  }

  .m-catnav-h {
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
    padding: 1em 20px;
    font-size: 1.2rem;
  }

  .m-catnav-links-item {
    font-size: 1.2rem;
  }

  .m-catnav-links-item a {
    display: block;
    padding: 1em 20px;
    position: relative;
  }

  .m-catnav-links-item a:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #a8a8a8;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }

  /* ---------------------------
m-pagenavi
--------------------------- */
  .m-pagenavi-links-item a {
    width: 40px;
    height: 40px;
  }

  .m-pagenavi02 {
    height: 41px;
    z-index: 2;
  }

  .m-pagenavi02-in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
  }

  .m-pagenavi02.on .m-pagenavi02-in {
    position: fixed;
    top: 60px;
  }

  .m-pagenavi02-btn {
    color: #fff;
    background: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
  }

  .m-pagenavi02-btn:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    color: #a8a8a8;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .m-pagenavi02-links-item {
    border-bottom: 1px solid #eceff1;
  }

  .m-pagenavi02-links-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
  }

  .m-pagenavi02-links-item a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    color: #a8a8a8;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .m-company-address-head {
    margin-bottom: 30px;
  }

  .m-company-address-h {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }

  .m-gmap01 iframe {
    height: 300px;
  }

  /* ---------------------------
m-figure01
--------------------------- */
  .m-figure01 {
    padding: 20px;
  }

  .m-bnrWithTxt-txts {
    padding: 13px;
    font-size: 1.2rem;
  }

  .m-bnrWithTxt-txts:after {
    right: 13px;
    bottom: 13px;
  }

  .m-sitemap-links01 {
    margin-bottom: 40px;
  }

  .m-sitemap-links01-item {
    margin-bottom: 30px;
  }

  .m-sitemap-links01-head {
    margin-bottom: 10px;
  }

  .m-sitemap-links01sub-item {
    font-size: 0.85rem;
  }

  .m-sitemap-links01sub02-item {
    font-size: 0.85rem;
  }

  /* ---------------------------
sort
--------------------------- */
  .m-sort-content {
    padding: 30px 10px;
  }

  .m-sort-cats-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .m-sort-btns {
    margin-top: 30px;
  }

  .m-sort-btns-item:not(:last-child) {
    margin-bottom: 15px;
  }

  /* ---------------------------
solution
--------------------------- */
  .m-solution-posts01-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .m-solution-posts01-item a {
    padding: 20px;
  }

  .m-solution-posts01-ico {
    width: 80px;
    margin-right: 5px;
  }

  .m-solution-posts01 .fas {
    width: 80px;
    font-size: 40px;
  }

  .m-solution-posts01-label {
    font-size: 1.2rem;
  }

  .m-solution-posts02-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .m-solution-posts02-item a {
    display: block;
    padding: 20px;
  }

  .m-solution-posts02-ico .fas {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    font-size: 30px;
  }

  .m-solution-posts02-txts {
    margin-left: 10px;
  }

  .m-solution-posts02-label {
    font-size: 1.2rem;
  }

  .m-solution-posts03-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .m-solution-posts03-item a {
    display: block;
    padding: 20px;
  }

  .m-solution-posts03-ico .fas {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    font-size: 30px;
  }

  .m-solution-posts03-txts {
    margin-left: 10px;
  }

  .m-solution-posts03-label {
    font-size: 1.2rem;
  }

  .m-solution-single-h-ico .fas {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 25px;
  }

  .m-solution-single-h-label {
    font-size: 1.5rem;
  }

  /* ---------------------------
m-service
--------------------------- */
  .m-service-posts01-item {
    padding: 40px 0;
  }

  .m-service-posts01-img {
    margin-bottom: 1em;
  }

  /* ---------------------------
ondemand form
--------------------------- */
  .m-ondemand-img img {
    height: 60px;
    width: auto;
  }

  .m-ondemand-txt {
    font-size: 1rem;
  }

  .m-price-sec01-cap {
    font-size: 16px !important;
    text-align: left !important;
  }

  .m-price-sec01 .m-price-flex-block {
    margin: 0 auto 25px;
  }

  .m-price-sec01 .m-price-flex-block a {
    max-width: 480px;
    width: 100%;
    border-radius: 10px;
    padding-bottom: 60px;
  }

  .m-price-sec01 .m-price-flex-block a::before {
    bottom: 20px;
    width: 36px;
    height: 22px;
    margin-left: -18px;
  }

  .m-price-sec01 .m-price-flex-block-img img {
    border-radius: 8px 8px 0 0;
  }

  .m-price-sec01 .m-price-flex-block-txtarea-ttl {
    padding: 10px 0 25px;
    font-size: 26px;
    line-height: 1;
  }

  .m-price-sec01 .m-price-flex-block-txtarea-detail {
    font-size: 16px;
  }

  .m-price-sec02 {
    padding-top: 80px;
    padding-bottom: 20px;
    margin-top: -60px;
  }

  .m-price-sec02 .m-price-flex-block {
    padding: 50px 0 0;
    height: auto;
    width: 100%;
    margin-bottom: 35px;
  }

  .m-price-sec02 .m-price-flex-block-wrap {
    padding: 0 20px;
  }

  .m-price-sec02 .m-price-flex-block-txtarea-ttl {
    padding: 30px 0 20px;
    font-size: 26px;
  }

  .m-price-sec02 .m-price-flex-block-txtarea-detail {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .m-price-sec02 .m-price-flex-block-func {
    font-size: 16px;
  }

  .m-price-sec02 .m-price-flex-block-list {
    font-size: 16px;
    height: auto;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-ttl {
    margin: 30px 0 0;
    padding: 8px 0;
  }

  .m-price-sec02 .m-price-flex-block-tblarea-detail-tbl tr td {
    height: 100px;
  }

  .m-price-sec03 .m-price-h03 {
    border: 3px solid #00684D;
    font-size: 24px;
    padding: 8px 0;
    margin-bottom: 35px;
  }

  .m-price-sec03 .m-price-tbl.m-pc {
    display: none !important;
  }

  .m-price-sec03 .m-price-tbl.m-sp {
    display: table !important;
    width: 100vw;
    margin-left: -19px;
  }

  .m-price-sec03 .m-price-tbl tr td {
    height: 75px;
  }

  .m-price-sec03 .m-price-tbl-th {
    font-size: 15px;
  }

  .m-price-sec03 .m-price-tbl-num {
    font-size: 14px;
    color: #333;
  }

  .m-price-sec03 .m-price-tbl-num span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 9px;
    display: block;
    margin: auto;
    color: #333;
  }

  .m-price-trial {
    height: 500px;
  }

  .m-price-trial-wrap {
    width: 100%;
  }

  .m-price-trial-txtarea-txt {
    font-size: 24px;
    padding-bottom: 50px;
  }

  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-txt,
  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-left-td,
  .m-price-sec04 .m-price-comp-tbl tr:last-of-type .m-price-comp-tbl-right-td {
    border-bottom: none;
  }

  .m-price-sec04 .m-price-comp-tbl-left,
  .m-price-sec04 .m-price-comp-tbl-right {
    height: 40px;
    font-size: 14px;
  }

  .m-price-sec04 .m-price-comp-tbl-txt {
    padding-left: 10px;
    font-size: 13px;
  }

  .m-price-sec04 .m-price-comp-cap {
    font-size: 13px;
  }

  .en-mv {
    height: 400px;
  }

  .en-mv-ttl {
    font-size: 36px;
    line-height: 1.4;
    padding-bottom: 20px;
  }

  .en-mv-txt {
    font-size: 16px;
  }

  .m-en-over-tbl {
    padding: 15px 0;
    display: block;
  }

  .m-en-over-tbl-dt {
    display: block;
    padding-bottom: 10px;
  }

  .m-en-flex-block {
    margin-bottom: 35px;
    width: 100%;
  }

  .m-en-flex-block-in,
  .m-en-flex-block a {
    width: 100%;
    padding: 0 20px 30px;
  }

  .m-en-flex-block-in:last-of-type,
  .m-en-flex-block a:last-of-type {
    margin-bottom: 0;
  }

  .m-en-flex-block-img img {
    max-width: unset;
    width: 100%;
  }

  .m-en-flex-block-txtarea-ttl {
    padding: 10px 0 25px;
    font-size: 26px;
    line-height: 1;
  }

  .m-en-flex-block-txtarea-detail {
    font-size: 16px;
  }

  .m-en-cap {
    padding-bottom: 40px;
  }

  .m-color-video.is-landscape {
    border: 9px solid #e7e7e7;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-radius: 10px;
  }

  .m-color-video.is-portrait {
    width: 50%;
    border: 6px solid #e7e7e7;
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-radius: 10px;
  }

  .m-color-function02-col1 {
    margin-bottom: 30px;
  }

  .m-color-function02-num {
    font-size: 3.7rem;
  }

  .m-color-function02-h {
    font-size: 1.8rem;
  }

  .m-color-function02-lead {
    font-size: 1.25rem;
  }

  .m-color-function02-col3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .m-color-function02-col3 img {
    max-width: 75%;
  }

  .m-color-function03-col1 {
    margin-bottom: 30px;
  }

  .m-color-function03-num {
    font-size: 3.7rem;
  }

  .m-color-function03-h {
    font-size: 1.5rem;
  }

  .m-color-function03-lead {
    font-size: 1.25rem;
  }

  .m-functions {
    margin-bottom: -6%;
  }

  .m-functions-item {
    width: 48%;
    margin-bottom: 6%;
    text-align: center;
  }

  .m-functions-ico {
    margin-bottom: 10px;
    display: block;
  }

  .m-functions-ico img {
    width: 56px;
  }

  .m-functions-label {
    display: none;
  }

  .m-functions02-item,
  .m-functions02-item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-functions02-item:not(:last-child),
  .m-functions02-item01:not(:last-child) {
    margin-bottom: 15px;
  }

  .m-functions02-ico {
    width: 56px;
    margin-right: 15px;
  }

  .m-functions02-h {
    font-size: 1.1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .m-functions02-label br {
    display: none;
  }

  .m-functions03-item {
    width: 49%;
    margin-bottom: 2%;
    padding: 5px 10px 10px;
  }

  .m-functions03-item:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .m-functions03-ico {
    margin-bottom: 4px;
  }

  .m-functions03-ico img {
    width: 57px;
  }

  .m-functions03-h {
    line-height: 1.3;
    font-size: 0.9rem;
  }

  .m-aboutApp {
    padding: 40px 0 0;
  }

  .m-aboutApp-body {
    margin-bottom: 40px;
  }

  .m-aboutApp-lead {
    font-size: 1.7rem;
  }

  .m-aboutApp-txt {
    margin-bottom: 30px;
  }

  .m-aboutApp-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .m-aboutApp-steps-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 35px;
    height: 35px;
    margin-left: -17px;
    margin-top: -10px;
    border: 4px solid rgba(0, 104, 77, 0.4);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .m-aboutApp-steps-ico {
    width: 80px;
    margin-right: 10px;
  }

  .m-aboutApp-steps-label {
    font-size: 1.3rem;
  }

  .m-aboutApp02 {
    padding: 40px 0 180px;
  }

  .m-aboutApp02-lead {
    font-size: 1.5rem;
  }

  .m-aboutApp02-txt {
    margin-bottom: 30px;
  }

  .m-aboutApp02-functions-item {
    width: 49%;
    margin-bottom: 2%;
    padding: 12px;
  }

  .m-aboutApp02-functions-ico {
    width: 38px;
    margin: 0 auto 10px;
    display: block;
  }

  .m-aboutApp02-functions-label {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .m-aboutApp02-functions-label br {
    display: none;
  }

  .m-aboutApp02-txt02 span {
    padding: 20px 5vw;
    font-size: 4.2vw;
  }

  .m-contactSec {
    padding: 80px 0 150px;
  }

  .m-contactSec-h {
    font-size: 1.4rem;
  }

  .m-contactSec-lead {
    font-size: 7.5vw;
  }

  .m-contactSec-btns {
    width: calc(100vw - 40px);
  }

  .m-contactSec-more {
    margin-top: 20px;
  }

  .m-contactSec02-h {
    font-size: 1.4rem;
    padding: 14px 10px;
  }

  .m-contactSec02-body {
    font-size: 1.2rem;
    padding: 24px 19px;
  }

  .m-guide {
    padding: 26px 20px;
  }

  .m-guide-col1 {
    margin-bottom: 30px;
  }

  .m-guide-col1 br {
    display: none;
  }

  .m-guide-col2 {
    margin-bottom: 20px;
  }

  .m-guide-col3 {
    margin-bottom: 20px;
    text-align: center;
  }

  .m-guide-appIco {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .m-guide-appIco img {
    width: 100px;
  }

  .m-guide-appName {
    font-size: 1.2rem;
  }

  .m-guide02 {
    padding: 26px 20px;
  }

  .m-guide02-col3 {
    margin-bottom: 20px;
    text-align: center;
  }

  .m-guide02-appIco {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .m-guide02-appIco img {
    width: 100px;
  }

  .m-guide02-appName {
    font-size: 1.2rem;
  }

  .m-guide03-row {
    display: -ms-grid;
    display: grid;
    gap: 40px;
  }

  .m-guide03-appLinks {
    gap: 20px;
  }

  .m-guide03-appLinks-qr img {
    max-width: 80%;
  }

  .m-feature-col1 {
    padding-left: 40px;
  }

  .m-feature-col1.is-home {
    padding-left: 0;
  }

  .is-color_app .m-feature-col1 {
    margin-bottom: 20px;
  }

  .m-feature-h .num {
    font-size: 3.6rem;
  }

  .m-feature-h .label {
    font-size: 1.5rem;
  }

  .m-feature-h02 {
    font-size: 1.2rem;
  }

  .m-flow-lead {
    font-size: 1.7rem;
  }

  .m-flow-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-flow-steps-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-flow-steps-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 35px;
    height: 35px;
    margin-left: -17px;
    margin-top: -10px;
    border: 4px solid rgba(0, 104, 77, 0.4);
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .m-flow-steps-ico {
    width: 80px;
    margin-right: 25px;
  }

  .m-flow-steps-txts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .m-flow-steps-label {
    font-size: 1.3rem;
  }

  .m-flow-steps-label br {
    display: none;
  }

  .m-specs-item {
    padding: 15px 20px 30px;
  }

  .m-specs-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .m-specs-img {
    width: 62px;
  }

  .m-specs-h {
    font-size: 1.1rem;
  }

  .m-specs-btn {
    width: 30px;
    color: #00684d;
  }

  .m-specs-btn .material-icons {
    font-size: 36px;
  }

  .m-specs-btn .is-minus {
    display: none;
  }

  .m-specs-btn.is-active .is-plus {
    display: none;
  }

  .m-specs-btn.is-active .is-minus {
    display: block;
  }

  .m-linksSec {
    padding: 20px;
  }

  .m-linksSec-h {
    font-size: 1.3rem;
  }

  .m-linksSec-links {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .m-linksSec-links-item a {
    padding: 14px;
  }

  .m-color_app-about-lead {
    font-size: 1.2rem;
  }

  .m-color_app-about-lead02 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }

  .m-color_app-about-img img {
    max-width: 70%;
  }

  .m-color_app-functions {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }

  .m-color_app-functions-ico {
    max-width: 120px;
  }

  .m-search {
    padding: 30px 0;
  }

  .m-search-btn-wrap {
    height: 64px;
  }

  .m-search-btn-fixed {
    background: #e2e8ea;
    height: 64px;
  }

  .m-search-btn-fixed.is-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .m-search-btn-fixed a:hover {
    opacity: 1 !important;
  }

  .m-search-returnBtn {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 1;
    width: 100%;
    text-align: center;
    pointer-events: none;
    opacity: 0;
  }

  .m-search-returnBtn.is-fixed {
    pointer-events: auto;
    opacity: 1;
  }

  .m-search-returnBtn .ico {
    font-size: 24px;
    line-height: 1;
  }

  .m-search-returnBtn .label {
    font-size: 1.2rem;
  }

  .m-search-returnBtn .ico02 {
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .m-search-returnBtn a {
    color: #fff;
    background: #00684d;
    padding: 10px 0;
    display: block;
    width: 100%;
  }

  .m-search-returnBtn a:hover {
    opacity: 1 !important;
  }

  .m-trouble-row {
    padding: 0 20px 20px;
  }

  .m-trouble-head:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 24px;
    height: 72px;
    margin: -10px auto;
  }

  .m-trouble-ico img {
    max-width: 100px;
  }

  .m-trouble-h {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .m-trouble-answer {
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  .m-trouble-answer .ico {
    width: 40px;
    margin-right: 14px;
  }

  .m-trouble-answer .label02 {
    line-height: 1.4;
  }

  .m-trouble-h02 {
    margin-bottom: 0.5em;
  }

  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 14px 4px;
    font-size: 0.85rem;
  }

  .u-input.size-m {
    width: 120px;
  }

  .u-input.padding-s {
    padding: 7px 3px;
  }

  .u-input-selectWrap {
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .u-input-selectWrap:after {
    content: "";
    font-size: 4px;
    display: block;
    border: 4px solid transparent;
    border-top: 6px solid #333333;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
  }

  .u-input-selectWrap .u-input {
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 8px;
  }

  .u-input-radio01-clear {
    padding: 8px;
  }

  .u-input-radio01-ico {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }

  .u-input02 {
    padding: 14px 4px;
    font-size: 0.85rem;
  }

  .u-input02.size-m {
    width: 120px;
  }

  .u-input02.padding-s {
    padding: 7px 3px;
  }

  .u-input02-selectWrap {
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .u-input02-selectWrap:after {
    content: "";
    font-size: 4px;
    display: block;
    border: 4px solid transparent;
    border-top: 6px solid #333333;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
  }

  .u-input02-selectWrap .u-input {
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 8px;
  }

  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }

  .u-mt-xs {
    margin-top: 10px !important;
  }

  .u-mt-s {
    margin-top: 10px !important;
  }

  .u-mt {
    margin-top: 15px !important;
  }

  .u-mt-l {
    margin-top: 20px !important;
  }

  .u-mt-xl {
    margin-top: 30px !important;
  }

  .u-mt-2xl {
    margin-top: 40px !important;
  }

  .u-mt-3xl {
    margin-top: 60px !important;
  }

  .u-mb-2xs {
    margin-bottom: 5px !important;
  }

  .u-mb-xs {
    margin-bottom: 10px !important;
  }

  .u-mb-s {
    margin-bottom: 10px !important;
  }

  .u-mb {
    margin-bottom: 15px !important;
  }

  .u-mb-l {
    margin-bottom: 20px !important;
  }

  .u-mb-xl {
    margin-bottom: 30px !important;
  }

  .u-mb-2xl {
    margin-bottom: 40px !important;
  }

  .u-mb-3xl {
    margin-bottom: 60px !important;
  }

  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }

  .u-pt-xs {
    padding-top: 10px !important;
  }

  .u-pt-s {
    padding-top: 10px !important;
  }

  .u-pt {
    padding-top: 15px !important;
  }

  .u-pt-l {
    padding-top: 20px !important;
  }

  .u-pt-xl {
    padding-top: 30px !important;
  }

  .u-pt-2xl {
    padding-top: 40px !important;
  }

  .u-pt-3xl {
    padding-top: 60px !important;
  }

  .u-pb-2xs {
    padding-bottom: 5px !important;
  }

  .u-pb-xs {
    padding-bottom: 10px !important;
  }

  .u-pb-s {
    padding-bottom: 10px !important;
  }

  .u-pb {
    padding-bottom: 15px !important;
  }

  .u-pb-l {
    padding-bottom: 20px !important;
  }

  .u-pb-xl {
    padding-bottom: 30px !important;
  }

  .u-pb-2xl {
    padding-bottom: 40px !important;
  }

  .u-pb-3xl {
    padding-bottom: 60px !important;
  }

  .u-p-xs {
    padding: 10px !important;
  }

  .u-p-s {
    padding: 10px !important;
  }

  .u-p {
    padding: 15px !important;
  }

  .u-p-l {
    padding: 20px !important;
  }

  .u-p-xl {
    padding: 20px !important;
  }

  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-list02 {
    padding: 15px;
  }

  .u-list02-item {
    font-size: 1.1rem;
  }

  .u-list02-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1,
  .mce-content-body h1 {
    margin-bottom: 30px;
  }

  .u-wysiwyg blockquote,
  .mce-content-body blockquote {
    margin-bottom: 20px;
  }

  .u-wysiwyg .alignright,
  .mce-content-body .alignright {
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .u-wysiwyg .alignleft,
  .mce-content-body .alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .u-wysiwyg figcaption,
  .mce-content-body figcaption {
    font-size: 0.85rem;
  }

  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4;
  }

  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4;
  }

  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 18px;
  }

  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .u-fixedAfterScroll-wrap {
    height: 48px;
  }

  /* ---------------------------
u-table
--------------------------- */
  .u-table03,
  .u-table03 tbody,
  .u-table03 tr,
  .u-table03 th,
  .u-table03 td {
    display: block;
  }

  .u-table03 tr {
    border-bottom: 1px solid #eceff1;
    padding: 20px 0;
  }

  .u-table03 th {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }

  /* ---------------------------
folding
--------------------------- */
  .u-foldingSpOnly-target {
    display: none;
  }
}

/* ---------------------------
embryo
--------------------------- */
#embryo {
  max-width: calc(1160px + 40px);
  margin: 0 auto;
}

#embryo .contents {
  text-align: center;
  margin: 0 auto 4rem;
}

#embryo .contents .contM80 {
  width: 80%;
  margin: 0 auto;
}

#embryo .contents .contM80 .gr01,
#embryo #wagyu-inq .gr01,
#embryo .contents .contM80 .bl01 {
  margin: 2rem 0 2rem;
  padding: 1rem;
  font-family: Shin Go Medium;
  font-size: 1.8rem;
}

#embryo .contents .contM80 .gr01,
#embryo #wagyu-inq .gr01 {
  background-color: #d9e255;
}

#embryo #wagyu-trans .contM90 .gr01 {
  margin: 9rem 0 3rem;
  padding: 1rem;
  font-family: Shin Go Medium;
  font-size: 1.8rem;
  background-color: #d9e255;
}

#embryo .contents .contM80 .bl01 {
  background-color: #c4e9fa;
}

#embryo .contents .contM80 .gr01 .cont {
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

#embryo .contents .contM80 .cont {
  margin: 2rem 0 0;
  font-size: 1.1rem;
}

#embryo .contents .contM90 .cont {
  /* margin:2rem 0;
    font-size:1.4rem; */
  margin: 2rem 0 0;
  font-size: 1.1rem;
}

#embryo .contents .contM80 .list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  margin: 2rem 0 2.5rem;
}

#embryo .contents .contM80 .list .listCont {
  width: 16%;
  font-size: 1.4rem;
  font-family: Shin Go Medium;
}

#embryo .contents .contM80 .list .listCont img,
#embryo .contents .contM80 .list .listCont2 img {
  margin-bottom: 0.8rem;
}

#embryo .contents .contM80 .list .listCont2 {
  width: 16%;
  font-size: 1.4rem;
  font-family: Shin Go Medium;
  line-height: 1.4;
  margin-bottom: 0.7em;
}

#embryo .contents .contM80 .list .listCont2 span {
  font-size: 0.8rem;
}

#embryo .contents .contM80 .day {
  margin: 2rem 0 0;
  font-size: 14px;
  text-align: right;
}

#embryo .contents .contM80 .lTit,
#embryo .contents .contM80 .lTit2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#embryo .contents .contM80 .lTit2 .titMain {
  font-size: 1.4rem;
  font-family: Shin Go Medium;
}

#embryo .contents .contM80 .lTit2 .titSub {
  padding-top: 0.6rem;
}

#embryo #wagyu-trans {
  width: 100%;
  /* background-color:#f4f7f8; */
}

#embryo #wagyu-trans .wrap {
  margin: 4rem 0 6rem;
}

#embryo #wagyu-trans .contM90 {
  width: 90%;
  margin: 0 auto;
}

#embryo #wagyu-trans .infoWrap {
  width: 80%;
  margin: 4rem auto;
  border: solid 1px #006f45;
  font-size: 1.2rem;
}

#embryo #wagyu-trans .wagyu-flow {
  font-size: 1.4rem;
  font-family: Shin Go Medium;
}

#embryo #wagyu-trans .wagyu-flow span {
  font-size: 0.8rem;
}

#embryo #wagyu-trans th {
  padding: 1rem;
  background-color: #006f45;
  color: #fff;
  width: 30%;
}

#embryo #wagyu-trans tr:first-child th {
  border-bottom: #fff solid 1px;
}

#embryo #wagyu-trans tr:first-child td {
  border-bottom: #006f45 solid 1px;
}

#embryo #wagyu-trans table {
  width: 100%;
}

#embryo #wagyu-trans td {
  padding: 1rem;
  width: 100%;
  text-align: left;
}

#embryo #wagyu-trans table h3,
#embryo #wagyu-trans table p {
  padding: 1rem;
  font-family: Shin Go Medium;
}

#embryo #wagyu-trans table p {
  font-size: 1.1rem;
}

#embryo .mceEditable .row01 {
  background-color: #c3d9e9;
  text-align: center;
  border: 1px solid #cccccc;
}

/* #embryo .mceEditable .row02 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cccccc;
  text-align: center;
  ;
}

#embryo .mceEditable .row03 {
  background-color: #ffd4d3;
  text-align: center;
  border: 1px solid #cccccc;
}

#embryo .mceEditable .row04 {
  background-color: #eff5f8;
  text-align: center;
  border: 1px solid #cccccc;
} */

/* #embryo .mceEditable .row02 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cccccc;
  text-align: center;
}

#embryo .mceEditable .row03 {
  background-color: #ffd4d3;
  text-align: center;
  border: 1px solid #cccccc;
}

#embryo .mceEditable .row04 {
  background-color: #eff5f8;
  text-align: center;
  border: 1px solid #cccccc;
}  */

#embryo .mceEditable td {
  border: 1px solid #cccccc;
}

#embryo .mceEditable td.outside {
  color: #0000ff;
}

#embryo .mceEditable tr:nth-child(2n+1) {
  background-color: #eff5f8;
  text-align: center;
}

#embryo .mceEditable tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
}

#embryo .mceEditable tr.red_bg {
  background-color: #ffd4d3;
  text-align: center;
}

#embryo .isSp {
  display: none;
}

/* #embryo .mceEditable .pos {
    position: relative;
  } */
/* #embryo .mceEditable img {
    position:absolute;
    width:100px;
    z-index:100;
    transform:rotate(-45deg);
    padding:1rem;
  } */

.ogp_img {
  width: 60%;
  border-radius: 20px 20px 20px 20px;
}

.ogp_p {
  font-size: 18px;
  margin: 1rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .m-postLinks-item.item-prev .fas2:before {
    margin-right: 0;
    margin-left: 20px;
  }

  .m-postLinks-item.item-prev .fas2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  /* .m-posts03 li:nth-child(n + 4) {
    display: none !important;
  }

  .m-posts02 li:nth-child(n + 3) {
    display: none !important;
  }

  .movie li:nth-child(n + 2) {
    display: none !important;
  } */
}

@media screen and (max-width: 768px) {

  .fas2 {
    margin-right: 0 !important;
    margin-left: 20px;
  }

  #embryo .isSp {
    display: inherit;
  }

  #embryo .contents .contM80 .list .listCont,
  #embryo .contents .contM80 .list .listCont2,
  #embryo .contents .contM80 .lTit {
    width: 50%;
    padding: 10%;
  }

  #embryo .contents .contM80 .gr01 {
    margin-top: 2rem;
  }

  #embryo .contents .contM80 .bl01 {
    margin-top: 2rem;
  }

  #embryo .contents .contM80 .lTit2 .titMain {
    margin-top: 2rem;
  }

  #embryo .contents .contM80 .list .listCont,
  #embryo .contents .contM80 .list .listCont2 {
    font-size: 1.3rem;
  }

  #embryo .contents .contM80 .gr01,
  #embryo #wagyu-inq .gr01,
  #embryo .contents .contM80 .bl01,
  #embryo #wagyu-trans .contM90 .gr01 {
    font-size: 1.2rem;
  }

  #embryo .contents .contM80 .cont {
    font-size: 1.2rem;
    text-align: left;
  }

  #embryo .contents .contM90 .cont {
    margin: 2rem 0;
  }

  #embryo #wagyu-trans .wagyu-flow span {
    font-size: 1rem;
  }

  #embryo .contents .contM80 .list {
    margin: 2rem 0 0;
  }

  #embryo #wagyu-trans .infoWrap {
    width: 90%;
    font-size: 1rem;
  }

  #embryo #wagyu-trans .m-flow-steps {
    width: 80%;
    margin: 0 auto;
  }

  #embryo .mceEditable img {
    width: 140px;
  }

  #embryo .m-flow-steps p {
    text-align: left;
  }

  #embryo #wagyu-trans table h3 {
    padding: 0;
  }

  .ogp_img {
    width: 80%;
  }

  .ogp_p {
    margin: 1rem 0 4rem;
  }
}

.m-mv03 {
  /* background: url(../common/img/home/bnr_01jpg); */
  /* background: url("../common/img/base/ico_arrow_01_c2.svg") center no-repeat; */
  background: url(../img/home/cloud_bg_01.jpg);

}

.pageBute span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px 0 4px;
  color: #fff !important;
  border: 1px solid #326691;
  background: #326691;
  border-radius: 50%;

}

@media screen and (max-width: 740px) {
  .pageBute span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.m-h09 .main,
.m-feature-h .num,
.m-btn01.is-tel,
.m-posts02-date .typesquare_option {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.u-wysiwyg,
.mce-content-body {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.u-wysiwyg table tbody th,
.mce-content-body table tbody th,
.m-contactSec02-body,
.m-catnav-h,
.m-posts01-h .typesquare_option,
.m-posts02-h {
  font-family: 'Shin', sans-serif !important;

}

.m-mv03-h .main,
.u-list04>li,
.m-posts02-date,
.m-specs-dl dt,
.u-fwb,
.m-aboutApp-lead {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.m-posts03-content,
.l-header-contactBtn a,
.m-posts01-cats-item,
.m-posts01-content,
.m-posts01-more,
.m-catnav-links a,
.m-specs-dl dd,
.m-posts04-content,
.m-form-table01>tbody>tr>th,
.u-mb-s,
/* .u-align-c, */
.m-posts03-date,
p,
span,
#cat-gene_202204 .featured-item-wrapper .featured-item .featured-point,
#cat-gene_202204 .featured-item-wrapper .featured-item .featured-detail,
.m-mv03-h .main,
.u-list04>li,
.m-posts02-date,
.m-specs-dl dt,
/* .u-c-c1, */
.u-link01,
.m-pankuzu-links-item a,
.m-contactSec-txts a:not(.m-btn01),
.m-pankuzu-links,
.m-h01-wrap,
.m-h01,
.m-h07 {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.m-posts01-h {
  font-family: 'Shin', sans-serif !important;

}

.l-footer span {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.l-footer a {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.l-footer p,
.u-table01 .is-nowrapTh,
.u-table01 th,
.u-table01 td,
.en-mv-ttl,
.m-en-over-tbl-dt,
.m-en-over-tbl-dt,
.m-en-over-tbl-dd {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.m-h02 {
  font-weight: normal;
}

.m-form-table01>tbody>tr>th {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.m-mv03 {
  background: url() no-repeat center/cover;
}



.l-footer-links02-item:not(:last-child):after {
  font-family: serif !important;
  font-weight: bold;
  margin: 0 .55rem;

}

.u-list04>li:before {

  font-family: 'FontAwesome';
}

.m-h07,
.m-post-cats-item a {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.m-posts02-head p,
.u-wysiwyg a,
.m-post-head p,
.m-posts01-head p {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.slick-slide p {
  font-family: 'Shin' !important;
  font-weight: 500;
}

.slick-slide span {
  font-family: 'Shin' !important;
}

.u-fwb {
  font-family: 'Shin' !important;
}

.m-posts03-txts .typesquare_option {
  font-family: 'Shin' !important;
  padding-bottom: 10px;

}


.m-posts03-item .m-posts03-more {
  font-family: 'Shin Go Regular', sans-serif !important;
}

.m-posts03-item .m-posts03-content {
  font-family: 'Shin Go Regular', sans-serif !important;
}

.m-mv03 .main {
  font-family: myriad-pro, 'Shin', sans-serif !important;

}

.m-mv03 .m-mv03-lead {
  font-family: 'Shin' !important;

}

.m-posts03 .m-posts03-date {
  font-family: 'Shin Go Regular', sans-serif !important;
}

.u-table03 td {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.m-h01 {
  font-family: 'Shin' !important;
  font-weight: 500;
}

.u-bdt-c9_2 .l-wrap-780 p {
  font-family: myriad-pro, 'Shin', sans-serif !important;

}

.m-price-flex-block-wrap dd,
.m-price-flex-block-wrap li {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.m-price-flex-block-wrap .m-price-flex-block-tblarea-ttl {
  font-family: 'Shin', sans-serif !important;

}

.m-price-flex-block-txtarea-ttl {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.m-price-flex-block-tblarea-detail-tbl td {

  font-family: 'Shin Go Regular', sans-serif !important;
}

.m-price-sec04 .m-price-comp-tbl-txt {
  font-family: 'Shin Go Regular', sans-serif !important;

}

.m-form th {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400;

}

.m-form th span {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400;


}

.m-form-table01>tbody>tr>th {
  font-weight: 400 !important;

}

.m-h02_2,
.u-wysiwyg:not(.is-freeTemplate) h2,
.mce-content-body:not(.is-freeTemplate) h2 {
  font-family: 500;
}

.is-color .m-mv04-h {
  font-family: 'Shin' !important;
  font-weight: 500;
}

.m-aboutApp02-txt02 span {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.is-color1 .label,
.is-color1 li {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.is-color2 .label,
.is-color2 li {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.is-color3 .label,
.is-color3 li {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.is-color4 .label,
.is-color4 li {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.m-flow-steps p {

  font-family: 'Shin' !important;
  font-weight: 500;
}

.m-specs-item dt {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.m-mv06 .m-mv06-h {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.m-color_app-functions-label {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.m-feature-col1 .m-feature-h .label {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.m-feature-col2 .m-feature-h .label {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.m-feature-col3 .m-feature-h .label {
  font-family: 'Shin' !important;
  font-weight: 500;

}

.m-feature-col4 .m-feature-h .label {
  font-family: 'Shin' !important;
  font-weight: 500;

}

#use .u-text-18 {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400;
}

#use .m-guide03-body dt {
  font-family: 'Shin' !important;
  font-weight: 500;

}

#use .m-guide03-body dd {


  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400;

}

.catch {
  font-family: 'Shin-bold' !important;
  font-weight: 700;
}

.m-tel01-num span {
  font-family: 'Shin' !important;
  font-weight: 500;
}


input[type="search"] {
  opacity: 0;
}

.fs-result-msg {
  text-align: center;
}

.font-r {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400 !important;
}

.font-m {
  font-family: 'Shin' !important;
  font-weight: 500 !important;
}

.font-b {
  font-family: 'Shin-bold' !important;
  font-weight: 700 !important;
}

.font-my {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.font-pro {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.l-footer-links02-item:not(:last-child):after {
  font-family: serif !important;
  font-weight: bold;
  margin: 0 0.8rem;
}

body b p {
  text-transform: none !important;
}

.case-original h4 {
  font-weight: 500 !important;
}

.case-original p {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.case-original dd {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.case-original span {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.case-original div {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.case-original b {
  font-family: Shin-Bold !important;
}

.case-original h2 {
  font-weight: 500 !important;
}

.case-original h2 strong {
  font-weight: 500 !important;
}

.m-post-company p:nth-child(1) {
  font-family: 'Shin' !important;
  font-weight: 500 !important;

}

.m-post-company p:nth-child(n + 2) {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400 !important;

}

.m-postLinks-txts p {
  font-family: 'Shin' !important;
  font-weight: 500 !important;

}

.pageBute span,
.pageBute a {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400 !important;
  margin: 0 6.5px !important;
}

#embryo .contents .contM80 .lTit2 .titMain {
  font-family: 'Shin' !important;
  font-weight: 500 !important;

}

#embryo table p {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 500 !important;

}

#embryo table td {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 500 !important;

}

.privacy-section p {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.privacy-section span {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.privacy-section li {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.privacy-section h2 {
  font-weight: 500 !important;
}

.privacy-section h3 {
  font-weight: 500 !important;
}

.m-sitemap-links01sub-item a {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 500 !important;

}

.m-sitemap-links01sub-item code {
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 500 !important;

}

.m-post-company-h2 {

  margin-bottom: 0.5em !important;
}

.case-body-section strong {
  font-weight: normal !important;
}

.single-seminar h1 {
  font-weight: 500 !important;
}

.single-seminar h4 {
  font-weight: 500 !important;
}

.single-seminar p {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.single-seminar span {
  font-family: myriad-pro, 'Shin', sans-serif !important;
}

.sungle-case .lead strong {
  font-weight: bold !important;
}

.font-b {
  font-family: 'Shin Go Regular';
  font-weight: bold;
}


.case-body-section span {
  font-family: myriad-pro, 'Shin', sans-serif !important;

}

.info-original h2 span {
  font-family: 'Shin', sans-serif !important;
  font-weight: 500;
}

/* 受精卵スクロールひんと実装 */
#embryo .scroll {
  margin-bottom: 4rem;
  overflow-y: hidden;

}

@media screen and (max-width: 768px) {
  #embryo .scroll {
    white-space: nowrap;
    border-collapse: collapse;
    overflow-x: scroll;
    margin-bottom: 4rem
  }
}

#embryo .scroll td:nth-child(1) {

  /* width: 75px;
  max-width: 75px;
  min-width: 75px; */
  width: 120px;
  max-width: 100px;
  min-width: 100px;
  /* max-width: 120px;
  min-width: 120px; */
  min-height: 70px;
  height: 70px;
  white-space: nowrap;
  line-height: 1.3;

}

#embryo .scroll td:nth-child(1) span {
  white-space: nowrap;
  font-size: 10px;
  margin-top: -4px;
  font-size: 10px;
  display: block;


}

#embryo .scroll td:nth-child(2) {

  width: 106px;
  max-width: 106px;
  min-width: 106px;
  white-space: nowrap;
}

#embryo .scroll td:nth-child(3) {

  width: 120px;
  max-width: 120px;
  min-width: 120px;
  white-space: normal;
}

#embryo .scroll td:nth-child(4) {

  width: 61px;
  max-width: 61px;
  min-width: 61px;
  white-space: normal;
}

#embryo .scroll td:nth-child(5) {

  width: 95px;
  max-width: 95px;
  min-width: 95px;
  white-space: nowrap;
}

#embryo .scroll td:nth-child(6) {

  width: 95px;
  max-width: 95px;
  min-width: 95px;
  white-space: nowrap;
}

#embryo .scroll td:nth-child(7) {

  width: 95px;
  max-width: 95px;
  min-width: 95px;
  white-space: nowrap;
}

#embryo .scroll td:nth-child(8) {

  width: 100px;
  max-width: 100px;
  min-width: 100px;
  white-space: nowrap;
  line-height: 1.3;
}

#embryo .scroll td:nth-child(9) {
  white-space: nowrap;
}

.mceEditable td {
  /* padding: 0.6rem 0; */
  padding: 0.3rem 0.3rem;
}

#embryo .scroll tr:nth-child(n + 2) td:last-child {
  text-align: center;
  /* font-size: 11px; */
  font-size: 14px;
  width: 167px;
  /* max-width: 167px;
  min-width: 167px; */
  max-width: 70px;
  min-width: 70px;
  white-space: normal;
  padding: 0.3rem 0.6rem;
}

#embryo .scroll tr:nth-child(1) td {
  line-height: 1.3;
}


@media screen and (max-width: 768px) {
  #embryo .scroll tr:nth-child(n + 2) td:last-child {
    font-size: 11px;
  }

  #embryo .scroll tr:nth-child(n + 2) td:last-child {
    text-align: center;
    font-size: 14px;
    /* font-size: 12px; */
    width: 245px;
    max-width: 70px;
    min-width: 70px;
    white-space: normal;
  }

  #embryo .scroll td:nth-child(2) {

    width: 90px;
    max-width: 90px;
    min-width: 90px;
    white-space: normal;
  }

  #embryo .scroll td:nth-child(1) {
    height: 60px;
    min-height: 60px;
  }


}

@media screen and (max-width: 1000px) {
  #embryo .scroll td:nth-child(1) {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    min-height: 70px;
    height: 70px;
    white-space: nowrap;
    line-height: 1.3;

  }

  #embryo .scroll td:nth-child(1) span {
    margin-top: 0px;
  }

  #embryo .scroll td:nth-child(3) {
    width: 61px;
    max-width: 61px;
    min-width: 61px;
    white-space: normal;
  }

  #embryo .scroll td:nth-child(4) {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    white-space: normal;
  }
}

@media screen and (max-width: 2820px) and (min-width: 1000px) {
  #embryo .scroll td {
    font-size: 14px !important;
  }

  #embryo .scroll td:nth-child(1) {

    /* width: 50px;
    max-width: 50px;
    min-width: 50px;
    min-height: 70px;
    height: 70px;
    white-space: nowrap;
    line-height: 1.3; */

  }

  #embryo .scroll td:nth-child(1) span {
    white-space: nowrap;
    font-size: 10px;
    margin-top: 0px;
    font-size: 10px;
    display: block;


  }

  #embryo .scroll td:nth-child(2) {

    width: 76px;
    max-width: 76px;
    min-width: 78px;
    white-space: nowrap;
  }

  /* #embryo .scroll td:nth-child(3) {

    width: 110px;
    max-width: 110px;
    min-width: 110px;
    white-space: normal;
  } */

  #embryo .scroll td:nth-child(3) {

    width: 61px;
    max-width: 61px;
    min-width: 61px;
    white-space: normal;
  }

  #embryo .scroll td:nth-child(4) {
    width: 120px;
    max-width: 82px;
    min-width: 82px;
    /* max-width: 120px;
    min-width: 120px; */
    white-space: nowrap;
  }

  #embryo .scroll td:nth-child(5) {

    width: 82px;
    max-width: 82px;
    min-width: 82px;
    white-space: nowrap;
  }

  #embryo .scroll td:nth-child(6) {

    width: 82px;
    max-width: 82px;
    min-width: 82px;
    white-space: nowrap;
  }

  #embryo .scroll td:nth-child(7) {

    width: 82px;
    max-width: 82px;
    min-width: 82px;
    white-space: nowrap;
  }

  #embryo .scroll td:nth-child(8) {

    width: 90px;
    max-width: 90px;
    min-width: 90px;
    white-space: nowrap;
    line-height: 1.3;
  }

  #embryo .scroll td:nth-child(9) {
    width: 40px;
    /* max-width: 40px;
    min-width: 40px; */
    max-width: 50px;
    min-width: 50px;
    white-space: nowrap;
  }

  #embryo .scroll td:nth-child(10) {
    width: 168px;
    max-width: 168px;
    min-width: 168px;
    white-space: nowrap;
  }

  #embryo .scroll tr:nth-child(n + 2) td:last-child {
    text-align: center;
    /* font-size: 11px !important; */
    font-size: 14px;
    width: initial;
    max-width: initial;
    min-width: initial;
    white-space: normal;
    padding: 0.3rem 0.6rem;
  }

  #embryo .scroll tr:nth-child(1) td {
    line-height: 1.3;
  }
}

@media screen and (max-width: 1220px) and (min-width: 1000px) {
  #embryo .scroll td {
    font-size: 14px !important;
  }
}

/* 2023.1.30追加 */
@media screen and (max-width: 1024px) {
  a.wagyu {
    background-color: #fff !important;
    border: 2px solid #00684d !important;
    color: #00684d !important;
    transition: 0.2s;
  }
}

@media screen and (max-width: 1024px) {
  a.wagyu:hover {
    opacity: 1;
    color: #fff !important;
    background: #326691 !important;
    border: 2px solid #326691 !important;
  }
}

.border-none td {
  border: none !important;
}

/* フォームcss変更 2/11  */
.selectForm {
  display: flex;
  padding: 10px;
  justify-content: center;
}

/* 追従メニュー 2/11 */
.case_card {
  position: fixed;
  bottom: 2%;
  right: 1%;
  width: 280px;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px #707070;
  box-shadow: 0 3px 6px #707070;
  background: #fff;
  z-index: 7;
}

.case_card_wrap {
  position: relative;
  text-align: center;
}

.case_card_wrap_img img {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.case_card_wrap_content {
  padding: 20px 18px 25px;
}

.case_card_wrap_title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;

}

.case_card_wrap_title_heading {}

.case_card_wrap_title_bottom {
  font-size: 14px;
}

.case_card_wrap_btn_link {
  padding: 4px;
  background: #00684d;
  color: #fff;
  border: 2px solid #00684d;
  transition: .3s;
  display: block;
  border-radius: 8px;
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400;
  font-size: 15px;
}

.case_card_wrap_btn_link span {
  font-size: 11px;
  margin-bottom: 5px;
  margin-left: 4%;
  position: relative;
  top: -1px;
}

.case_card_wrap_btn_link:hover {
  color: #00684d;
  background: #fff;
  opacity: 1 !important;
}

.case_card_wrap_btn {
  text-align: center;
}

.batu {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  display: block;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.batu_link {
  color: #fff;
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400;
  cursor: pointer;
}

.batu_link:hover {
  opacity: .6;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 10;
}

.none {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .batu {
    top: -1px;
    right: 2px;
  }

  .batu_link {
    color: #00684d;
  }

  .case_card_wrap_title {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
  }

  .case_card {
    position: fixed;
    bottom: 0;
    right: initial;
    left: 0;
    width: 75%;
    border-radius: 0;
    background: #fff;
    z-index: 7;
  }

  .case_card_wrap_content {
    padding: 5px 20px 6px;
  }

  .case_card_wrap_title_heading {
    font-size: 14px;
  }

  .case_card_wrap_title_bottom {
    font-size: 13px;
  }

  .case_card_wrap_btn_link {
    font-size: 14px;
  }

  .is-pc {
    display: none !important;
  }

}

@media screen and (max-width: 340px) {
  .l-footer-phone {
    right: 5px !important;
  }
}

.maintenance {
  color: #cf2e2e;
  padding: 10px 0;
  background: #fff;
  font-family: Shin !important;
  font-weight: 500;
  text-align: center;
  position: fixed;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #e2e1dc;
  z-index: 10;
  top: 80px;
}

.wrapper_maintenance {
  margin-top: 129.2px !important;
}

@media screen and (max-width: 768px) {
  .maintenance {
    top: 60px;
  }

  .wrapper_maintenance {
    margin-top: 129.59px !important;
  }

  .maintenance {
    font-size: 12px;
    padding: 5px 0;
  }
}

#cat-so_221017 .flow-item-wrapper .flow-item .flow-item-img-wrapper .flow-num-wrapper {
  z-index: 8 !important;
}

.selectForm {
  padding: 0;
  justify-content: space-between;

}

.selectForm label {
  width: 32.4%;
  display: block;
}

.selectForm input[type="radio"] {
  opacity: 0;
}

.selectForm .design2 {
  /* min-width: 238px; */
  text-align: center;
  padding: 10px 0;
  /* border-radius: 10px 10px 0 0; */
  /* margin-right: 5px; */
  border-left: 4px solid #eceff1;
  border-top: 4px solid #eceff1;
  border-right: 4px solid #eceff1;
  background: #eceff1;
  cursor: pointer;
  position: relative;
  z-index: 1;

}


.selectForm input[type="radio"]:checked+.design2 {
  background: #00684d;
  color: #fff;
  border-left: 4px solid #00684d;
  border-top: 4px solid #00684d;
  border-right: 4px solid #00684d;
}

@media screen and (max-width: 768px) {
  .selectForm {
    justify-content: space-between;
  }

  .selectForm .design2 {
    min-width: initial;
    width: 100%;
    font-size: 12px;
  }

  .selectForm label {
    display: block;
    width: 32%;
  }
}

.p3 {
  padding-top: 3% !important;
}

@media screen and (max-width: 373px) {
  .selectForm .design2 {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 45px !important;
  }

  .p3 {
    padding-top: 40px !important;
  }

  .selectForm input[type="radio"]:checked+.design2 {
    min-height: 65px;
  }

  .selectForm .design2 {
    min-height: 65px;

  }

  .selectForm label {
    display: table;
  }

  .selectForm input[type="radio"] {
    position: absolute;
  }

  .selectForm .design2 {
    display: table-cell;
    vertical-align: middle;
  }

  .selectForm .design2 {
    padding: 2px 0;
  }

  .first_tr label {
    display: block;
  }
}

@media screen and (max-width: 343px) {
  .selectForm .design2 {
    font-size: 10px;
  }
}

.document .m-posts01-img {
  background: #00684d;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.document .m-posts01-img img {
  width: 53%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.document .m-posts01-img {
  padding: 10px 0;
}

.m-form-wrap-inquiry {
  border: 4px solid #00684d;
}

.first_tr {}

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


.l-footer-address-txt {
  color: #fff !important;
}

.l-footer-address-txt a {
  color: #fff !important;
}

.l-footer-row1-col1 a {
  color: #fff !important;

}

/* ---------------------------
top_renewal
--------------------------- */
.top_image {
  position: relative;
}

.top_image .renewal_copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

.top_lp_link {
  position: absolute;
  right: 60px;
  bottom: 30px;
}

.top_lp_link a {
  padding: 10px;
  border: 5px solid #aaa;
  text-align: center;
  display: inline-block;
  background: #fff;
}

.top_movie {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 5px solid #e2e1dc;
}

.top_movie .top_movie_wrap iframe {
  width: 560px;
  height: 315px;
}


.top_movie .award_logo {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 50px auto 0;
  align-items: center;
}

.award_logo_item {
  width: 46%;
}


.award_logo_item_img2 {
  max-width: 280px;
  margin: 0 auto;
}

.award_logo_item_text {
  font-size: 29px;
  margin-top: 60px;
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400;
}

.service_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1100px;
  margin: 60px auto 0;
}

.service_icon>dl {
  width: 31%;
  text-align: center;
  /* border: 5px solid #e2e1dc; */
  /* border-radius: 20px; */
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  margin-top: 20px;

  box-sizing: border-box;
}

.service_icon>dl dt {
  /* width: 100%;
  height: 80px;
  background: #aaa;
  margin-bottom: 10px; */
}

.service_icon>dl dt {
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  display: block;
}

.service_icon>dl:nth-child(1) dt img {
  width: 80%;
  height: 100%;
  object-fit: cover;
}

.service_icon>dl:nth-child(2) dt {
  font-size: 26px;
  line-height: 100px;
  color: #00684d;
}

.service_icon>dl:nth-child(3) dt img {
  padding-top: 30px;
}

.service_icon>dl:nth-child(4) dt img {
  padding-top: 30px;
}

.service_icon>dl:nth-child(5) dt {
  font-size: 26px;
  line-height: 100px;
  color: #00684d;
  white-space: nowrap;
}

.service_icon>dl:nth-child(6) dt {
  font-size: 26px;
  padding-top: 18px;

}

.service_icon>dl:nth-child(6) dt span {
  font-size: 11px;
  display: block;

}


@media screen and (min-width: 767px) {
  .m-mv01 .slick-slide {
    margin-top: -70px;
  }

  .mv-add-text {
    top: 80px !important;
  }

  .service_icon {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .service_icon>dl:nth-child(2) dt {
    font-size: 20px;
  }

  .service_icon>dl:nth-child(5) dt {
    font-size: 20px;
  }
}


/* 3/11 石原 ここから */
.m-mv01-imgs-img img {
  margin-top: 0;
}

.slick0311 .m-mv01-imgs-txts {
  top: initial;
  height: initial;
  bottom: 0;
  padding: 1% 0 1%;
  background: rgba(0, 0, 0, 0.6);
}

.slick0311 .m-mv01-imgs-h {
  line-height: 1.3;

}

.slick-list {
  overflow: initial !important;
}

.m-mv01-moreBtn {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-mv01-imgs-txts {
    top: 40%;
  }
}

@media screen and (max-width: 768px) {
  .slick0311 .m-mv01-imgs-h {
    line-height: 1.3;
    font-size: 13px !important;

  }

  .slick0311 .m-mv01-imgs-txts {
    padding: 1% 0 1%;
  }

  .slick0311 .m-mv01-imgs-txts {
    /* top: 28%; */
  }

  .slick0311 .m-mv01-moreBtn {
    margin-top: 10px;
  }

  .m-mv01-arrow {
    margin-top: 30px;
  }

  .m-btn01 {
    padding: 8px 0;
    font-size: 1rem;
  }

  .slick0311 .m-mv01-moreBtn {
    margin-top: 5px;
  }

  .m-mv01-moreBtn {
    width: calc(70vw - 40px);
    margin-top: 5px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .u-pt-l {
    padding-bottom: 0 !important;
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 1200px) {

  .u-pt-l {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1280px) {

  .u-pt-l {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1290px) and (max-width: 1399px) {

  .u-pt-l {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 1600px) {

  .u-pt-l {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1399px) {
  .m-mv01-imgs-h {
    font-size: 3vw;
  }



}

.u-pt-l {
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 767px) {
  .m-mv01-navWrap {
    top: -17em;
  }
}

@media screen and (min-width: 767px) {
  .m-mv01-navWrap {
    top: -24em;
  }
}

div.pdfemb-viewer {
  border: none !important;
  background-color: initial !important;
}

.mv-add-text {
  position: absolute;
  top: 10px;
  padding-right: 19%;
  text-align: right;
  width: 100%;
  color: #f3eded;
  font-size: .9rem;
  font-family: 'Shin Go Regular', sans-serif !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
  .mv-add-text {
    position: absolute;
    top: 3px;
    padding-right: 0%;
    text-align: right;
    width: 100%;
    color: #fff;
    transform: scale(0.6);
    font-size: 10px;
    font-family: 'Shin Go Regular', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1;
  }

}

.m-mv01-arrow.is-next {
  top: 50% !important;
  transform: translateY(-50%);
}

.m-mv01-arrow.is-prev {
  top: 50% !important;
  transform: translateY(-50%);

}

@media screen and (min-width: 768px) {
  .m-mv01-arrow.is-next {
    right: 5%;
  }

  .m-mv01-arrow.is-prev {
    left: 5%;
  }

}

@media screen and (max-width: 768px) {
  .m-mv01-arrow {
    margin-top: 0;
  }
}

/* 3/11 石原 ここまで */


/* ------------------------------
3/15　top変更
----------------------------------*/
/* リスト */

#embryo .contents .contM80 .list {
  flex-direction: column;
  align-items: center;
}

#embryo .contents .contM80 .list .listCont2 a,
#embryo .contents .contM80 .list .listCont a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#embryo .contents .contM80 .list .listCont2 a p,
#embryo .contents .contM80 .list .listCont a p {
  color: #00674a;
}

#embryo .contents .contM80 .list .listCont2 a p span,
#embryo .contents .contM80 .list .listCont a p span {
  color: #333333;
}

#embryo .contents .contM80 .list .listCont2 a .listCont2_img,
#embryo .contents .contM80 .list .listCont a .listCont_img {
  width: 30%;
}

#embryo .contents .contM80 .list .listCont2 a .listCont2_img img,
#embryo .contents .contM80 .list .listCont a .listCont_img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
}

#embryo .contents .contM80 .list .listCont2,
#embryo .contents .contM80 .list .listCont {
  background: #f2f2ef;
  box-sizing: border-box;
  padding: 20px 10px;
  width: 80%;
  margin-bottom: 0px;
}

#embryo .contents .contM80 .list .listCont2 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #embryo .contents .contM80 .list {
    flex-direction: row;
  }


  #embryo .contents .contM80 .list .listCont2,
  #embryo .contents .contM80 .list .listCont {
    width: 40%;
  }

  #embryo .contents .contM80 .list .listCont2 {
    margin-bottom: 0px;
  }

}

/* リスト */
/* リンクボタン */

#embryo .contents .contM80 .embryo_linkbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#embryo .contents .contM80 .embryo_linkbtn a {
  width: 60%;
  margin-bottom: 15px;
}

#embryo .contents .contM80 .list {
  justify-content: center;
}

#embryo .contents .contM80 .embryo_linkbtn_point {
  width: 80%;
  margin-bottom: 10px;
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

#embryo .contents .contM80 .list .listCont2 {
  margin-right: 40px;
}

#embryo .contents .contM80 .embryo_linkbtn a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #embryo .contents .contM80 .list .listCont2 {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {

  #embryo .contents .contM80 .embryo_linkbtn {
    flex-direction: row;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
  }

  #embryo .contents .contM80 .embryo_linkbtn a {
    width: 22%;
    margin-bottom: 0;
    margin: 0 15px;
  }

  #embryo .contents .contM80 .embryo_linkbtn_point {
    padding-top: 120px;
    margin-top: -120px;
  }

}

.listCont_img {
  padding: 10px;
  background: #F2F2EF;
}

@media screen and (max-width: 768px) {
  #embryo .contents .contM80 .embryo_linkbtn {
    flex-direction: initial;
    justify-content: space-between;
  }

  #embryo .contents .contM80 .embryo_linkbtn a {
    margin-bottom: 0;
    width: 31%;
  }
}


/* リンクボタン */


/* 漫画関連ここから */
/* モーダル全体(背景＋本体) */
.modal {
  /* display: none; */
  z-index: -10;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
}

.modal.m-open {
  z-index: 1000;
  opacity: 1;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.8); */
  background: #fff;
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  /* height: 100%; */
  /* これが無いと「overflow:scroll」が利かない */
  width: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 0;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.slide-wide .slick-arrow {
  /* width: 80px; */
  /* height: 80px; */
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin-top: -40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border: none;
  border-radius: none;
  z-index: 1000;
  cursor: pointer;
  transition: .2s ease;
}

.slide-wide .slick-arrow.slick-next {
  background-image: url(/wp_sys/wp-content/themes/fn/common/img/gene/slide-arrow-right.png);
  right: -40px;
}

.slide-wide .slick-arrow.slick-prev {
  background-image: url(/wp_sys/wp-content/themes/fn/common/img/gene/slide-arrow-left.png);
  left: -40px;
}

.slide-wide .slick-slider {
  width: 50%;
  margin: 0 auto;
  /* height: 100%; */

}

.slide-wide .slick-slider img {
  padding: 30px 100px;
  width: 100%;
}

.slide-wide {
  /* height: 100%; */
}

.slide-wide .slick-list {
  max-height: initial !important;
}

.slide-wide .slick-disabled {
  display: none !important;
}

/* @media screen and (max-width: 1400px) { */
#sanbright-content02 {
  /* height: 100%; */
}

/* } */

.modal-back {
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 3%;
  right: 5%;
  background: #4c9582;
  color: #fff;
  border: 2px solid #4c9582;
  padding: 10px 30px;
  font-family: 'shin';
  font-weight: 500;
  transition: .3s;
  font-size: 20px;
  cursor: pointer;
}

.modal-back:hover {
  color: #4c9582;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .slide-wide .slick-slider img {
    padding: 0 20px;
  }

  .slide-wide .slick-slider {
    width: 90%;
  }

  #sanbright-content02 .slide-wide .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .slide-wide .slick-arrow.slick-next {
    right: -10px;
  }

  .slide-wide .slick-arrow.slick-prev {
    left: -10px;
  }
}

.modal-flex {
  display: flex;
  max-width: 700px;
  margin: 0 auto;

}

.modal-flex a {
  border: 3px solid #4c9582;
  position: relative;
}

.modal-flex a:first-child {
  margin-right: 10%;
}

.modal-btn-text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  color: #fff;
  background: #4c9582;
  border: 1px solid #4c9582;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "shin";
  text-align: center;
}

@media screen and (max-width: 568px) {
  .modal-btn-text {
    font-size: 14px;
    width: 80%;
  }

  #cat-gene_202204 .geneMoveBtn {
    font-size: 1.8em !important;
  }

  .modal-bg {
    background: #fff;
  }

  .modal-back {
    top: 3%;
    right: 5%;
    padding: 4px 25px;
    font-size: 16px;
  }
}

.takahashi1 {
  padding-top: 0.45%;
}

.takahashi9 {
  padding: 0.45% 0 .45%;
}

/* 漫画関連ここまで */

/* ------------------------------
導入事例追加css
----------------------------------*/
.case_qr {
  max-width: 491px;
  width: 90%;
  padding: 10px;
  box-sizing: border-box;
  border: solid 5px #03694e;
  border-radius: 10px;
  margin: 0 auto;
}

.case_qr .case_qr_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_qr .case_qr_flex>div {
  width: 30%;
}

.case_qr .case_qr_flex>p {
  margin-bottom: 0;
}

.case_qr .case_qr_flex>div img {
  width: 100%;
  height: auto;
  display: block;
}

.case_qr .case_qr_flex>figure {
  margin: 0;
}

.slide-wide .slick-arrow {
  background-color: #555 !important;
  opacity: 0.8;
}

.slide-wide .fas {
  position: relative;
}

.slide-wide .is-next .fas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
}

.slide-wide .is-prev .fas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(300%, -86%);
}


.case_marker {
  background: #dae24a;
}



.case_qr_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  margin: 0 auto;
}

.case_qr_wrap>div {
  width: 30%;
}

.case_qr p {
  margin-bottom: 0 !important;
}

.case_qr_wrap>div img {
  width: 100%;
  height: auto;
  display: block;
}

.case_qr_wrap>figure {
  margin: 0;
}










@media screen and (max-width: 767px) {
  .slide-wide .is-prev .fas:before {

    transform: translate(280%, -86%);
  }
}

#cat-gene_202204 .movie-wrap2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}



#cat-gene_202204 .movie-wrap2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#cat-gene_202204 .movie-wrap {
  height: auto !important;
}


.sungle-case .u-pt-l {
  padding-top: 0 !important;
}

.sungle-case .wp-block-table td:first-child {
  background: #f5f7f8;

}

@media screen and (min-width: 767px) {
  .sungle-case .wp-block-table td:first-child {

    width: 300px;
  }

}

.sungle-case h2 {
  background: #f5f7f8;
  position: relative;
}

.sungle-case h2:after {
  position: absolute;
  left: 0;
  top: initial;
  bottom: 0;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .mega-link {
    cursor: pointer;
    position: relative;
  }

  .mega-link::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    width: 50px;
    height: 30px;
    content: "";
  }

  .mega-link::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    content: "";
    border-style: solid;
    border-width: 0px 15px 20px 15px;
    border-color: transparent transparent #326691 transparent;
    opacity: 0;
    transition: .3s;
  }

  .mega-link:hover::before {
    opacity: 1;
    transition: .3s;
  }

  .noLinkPc {
    pointer-events: none;
  }

  .mega-menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px;
    background: #326691;
    opacity: 0;
    z-index: -2;
    transition: .3s;
    visibility: hidden;
  }

  .l-header-clear {
    position: relative;
  }

  .mega-link:hover .mega-menu {
    opacity: 1;
    z-index: 5;
    visibility: visible;
  }

  .mega-menu {
    display: flex;
  }

  .mega-ul {
    padding-right: 40px;
    padding-left: 40px;
    border-right: 1px solid #fff;
  }

  .mega-ul:last-child {
    border-right: none;
  }

  .mega-title {
    color: #fff;
    margin-bottom: 20px;
    height: 27.2px;
  }

  .mega-li {
    margin-bottom: 10px;
  }

  .mega-li:last-child {
    margin-bottom: 0;
  }

  .mega-li a {
    color: #fff;
    font-size: 20px;
    position: relative;
  }

  .mega-li a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 11px;
    /* margin-left: 7px; */
    line-height: 1;
  }
}

.slider-nav .slick-slide {
  border: 3px solid transparent;
}

.slider-nav .slick-current {
  border: 3px solid #00684d !important;

}

.slider-nav-wrap {
  max-width: 560px;
  margin: 0 auto;
  padding: 10px 0px;
}

.slider-nav-wrap-section {
  background: #eceff1 !important;

}

.m-mv01 a {
  transition: .3s;
}

.m-mv01 a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .slider-nav-wrap .slick-slide {
    margin: 0 0px;

  }

  .m-posts03-topPage .m-posts03-item:not(:nth-child(4n)) {
    margin-right: 2%;
  }

  .m-posts03-topPage .m-posts03-item:nth-child(3n) {
    margin-right: 2%;
  }

  .m-posts03-topPage .m-posts03-item {
    width: 21%;
  }

  .m-posts03-topPage .m-posts03-item:nth-child(4n) {
    margin-right: 0;
  }

  .m-posts03-topPage .m-posts03-h {
    font-size: .9rem;
  }

  .m-posts03-topPage .m-posts03-content {
    font-size: 12px;
    line-height: 1.6;
    margin: 1em 0 0;
    color: #555 !important;
    border-top: 2px dotted #555;
    padding-top: 1em;
  }

}

.m-mv01-imgs-h2 {
  font-size: 2vw !important;
}

.m-mv01-imgs-txts {
  top: 0%;
}

.m-mv01-imgs-h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.m-posts02-txts-top {
  display: flex;
  align-items: center;
}

.m-posts02-txts-top .m-posts02-head {
  width: 220px;
}

.m-posts02-txts-top .m-posts02-h {
  width: calc(100% - 220px);
}

.m-posts02-item2 a {
  padding: 20px;
}


.m-posts03-topPage .m-posts03-img {
  position: relative;
}

.m-posts03-topPage .m-posts03-cats {
  position: absolute;
  top: 4px;
  left: 3px;

}

.m-posts03-topPage .m-posts01-cats-item {
  color: #fff;
  border: 1px solid #00684d;
  background: #00684d !important;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 11px;
  margin-bottom: 5px;

}

.m-posts03-topPage .m-posts01-cats-item2 {
  color: #00684d;
  border: 1px solid #00684d;
  background: #fff !important;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 11px;
  margin-bottom: 5px;
  margin-right: 5px;

}

.service_icon dl {
  position: relative;
}

.service_icon-btn {
  position: absolute;
  text-align: right;
  width: 100%;
  right: 20px;
  bottom: 20px;
  max-width: 160px;
}

.service_icon-btn span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #00684d;
  border-radius: 2em;
  border: 2px solid #326691;
  padding: 3px 20px;
  display: block;
  white-space: nowrap;
  position: relative;

}

.service_icon-btn span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #E0E0E0;
  color: #326691;
  border-radius: 50%;
}

.service_icon dl a {
  display: block;
  padding: 40px 25px 85px;
}


@media screen and (max-width: 768px) {
  .m-posts03-topPage .m-posts03-content {

    line-height: 1.6;
    margin: 1em 0 0;
    border-top: 2px dotted #555;
    padding-top: 1em;
  }

  .service_icon>dl dt {
    height: 65px;
    min-height: 65px;
    max-height: 65px;
    display: block;
  }

  .service_icon>dl:nth-child(2) dt {
    font-size: 16px;
    line-height: 0px;
    padding-top: 30px;
    color: #00684d;
  }

  .service_icon>dl:nth-child(5) dt {
    font-size: 16px;
    line-height: 0px;
    padding-top: 30px;
    color: #00684d;
  }

  .service_icon>dl:nth-child(6) dt {
    font-size: 16px;
    line-height: 1.3;
    padding-top: 10px;
  }

  .service_icon>dl:nth-child(6) dt span {
    font-size: 10px;
  }

  .service_icon dd {
    font-size: 11px;
  }

  .top_movie .top_movie_wrap iframe {
    width: 100%;
    height: 56vw;
  }

  .top_movie .award_logo {
    flex-wrap: wrap;
  }

  .top_movie .award_logo>div {
    /* width: 150px;
    height: 150px; */
  }

  .service_icon>dl {
    width: 46%;
  }

  .award_logo_item_text {
    font-size: 12px;
  }

  .award_logo_item_img2 {
    max-width: 100px;
    margin: 0 auto;
  }

  .top_movie {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
  }

  .service_icon {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .award_logo_item_text {
    margin-top: 10px;
  }

  .top_movie {
    padding-bottom: 40px;
  }

  .service_icon dl {
    position: relative;
    border-radius: 20px;
  }

  .service_icon dl a {
    padding: 25px 5px 65px;
  }

  .service_icon-btn {
    width: 100%;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    max-width: 140px;
  }
}

.service_icon>dl dt img {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .service_icon>dl dt {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .service_icon>dl dt {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    display: block;
  }

  .service_icon>dl:nth-child(3) dt img {
    padding-top: 20px;
  }

  .service_icon>dl:nth-child(4) dt img {
    padding-top: 20px;
  }

  .service_icon {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.slider-nav {
  overflow-x: hidden;
  margin-bottom: 0 !important;
  /* padding-top: 20px !important;
  padding-bottom: 20px !important; */
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.slider-nav .slick-dots {
  /* display: none !important; */
  bottom: 0;
}

.slider-nav .m-mv01-arrow.is-next {
  display: none !important;
}

.slider-nav .m-mv01-arrow.is-prev {
  display: none !important;
}

.slider-nav .slick-slide {
  margin: 0 5px;
  /* position: relative;
  padding-top: 12%; */
}

.slider-nav .slick-slide img {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; */
}

.m-mv01 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slide_logo {
  margin: 0 auto;
}

.slider-nav-wrap {
  max-width: 800px;
}

.service_icon>dl {
  border-radius: 20px;
}

@media screen and (max-width: 500px) {
  .slider-nav .slick-slide {
    margin: 0;
  }

  .slider-nav {

    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 767px) {
  .product-flex {
    width: 48% !important;
  }

  .product-flex .l-footer-links01sub {
    display: flex;
    flex-wrap: wrap;
  }

  .product-flex .l-footer-links01sub-item {
    width: calc(50% - 10px * 1/2);
    margin-right: 10px;
  }

  .product-flex .l-footer-links01sub-item:nth-child(2n) {
    margin-right: 0;
  }

  .l-footer-links01-item:nth-child(4) {
    margin-right: 0%;
  }

  .l-footer-links01-head>a {
    display: inline-block;
    width: 100%;
    max-width: 168px;
  }

  .l-footer-links01-head>a::after {
    position: absolute;
    right: 0;

  }
}

.movie-wrap {
  max-width: 700px;
  margin: 0 auto;

}

@media screen and (max-width: 500px) {
  .movie-wrap {

    width: 80%;
  }
}


.m-posts03 {
  justify-content: center;
}

.movie-wrap-add {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.movie-wrap-add iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapCenter {
  text-align: center;
  margin-top: 1%;
  font-size: 20px;
}

.m-posts03-cats2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .wrapCenter {
    font-size: 14px;
  }

}

.listCont2_img {
  padding: 10px;
}

.m-posts03-date {
  white-space: nowrap;
}

.flex-top-case {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;

}

.flex-top-case .icons {
  display: flex;
  align-items: center;

}

.flex-top-case .icons .icon {
  max-width: 35px;
}

.flex-top-case .icons-b {
  display: flex;
  align-items: center;

}

.flex-top-case .icons-b .icon {
  max-width: 25px;
  margin-left: 8px;
}

.small-m-posts03-h {
  font-size: 1rem !important;
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .small-m-posts03-h {
    font-size: 1.2rem !important;
  }

}

.m-posts03-h-add {
  font-family: 'Shin Go Regular' !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 500px) {

  .m-posts03-h-add {
    font-size: 1.1rem !important;
    padding-bottom: 0 !important;
  }

  .m-posts03-topPage .m-posts03-content {
    font-size: 1rem !important;
  }
}

/* ジェネリティクス20230829 ここから*/
.genetics-mv {
  position: relative;

}

.genetics-contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0%;
  font-family: 'Shin-bold';

}

.genetics-sub-catch {
  font-size: 24px;
  font-weight: 700;
}

.genetics-catch {
  font-size: 56px;
  margin-bottom: 40px;
  color: #183869;
  font-weight: 700;
  font-family: 'Shin-bold';
}

.genetics-text {
  font-size: 18px;
  line-height: 2;
  font-family: 'Shin';
  font-weight: 500;
}

.genetics-concept-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.genetics-concept-flex-left {
  width: 46%;
  text-align: center;
}

.genetics-concept-flex-right {
  width: 46%;

}

.genetics-concept-flex-title {
  color: #8E8E8E;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Shin-bold';
  margin-bottom: 20px;
}

.genetics-concept-flex-left img {
  max-width: 420px;
  margin: 0 auto;
}

.genetics-concept-flex-text {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Shin';

}

.genetics-concept-bottom-img {
  max-width: 720px;
  margin: 0 auto;
}

.genetics-concept {
  padding-top: 0 !important;
  margin-top: -30px;
}

.genetics-feature-main-title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  font-family: 'Shin-bold';
  margin-bottom: 40px;
}

.genetics-feature-flex {
  display: flex;
  flex-wrap: wrap;
}

.genetics-feature-item {
  width: calc(50% - 40px * 1/2);
  margin-right: 40px;

}

.genetics-feature-item:nth-child(2n) {
  margin-right: 0;
}

.genetics-feature-item:nth-child(n + 3) {
  margin-top: 60px;
}

.genetics-feature-img {
  margin-bottom: 20px;
}

.genetics-feature-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Shin';
}

.genetics-feature-text {
  font-size: 16px;
  font-family: 'Shin Go Regular';
  font-weight: 400;
}

.genetics-feature {
  padding-bottom: 120px;
}

@media screen and (max-width: 900px) {
  .genetics-catch {
    font-size: 40px;
  }

  .genetics-text {
    font-size: 14px;
  }

  .genetics-concept-flex-text {
    font-size: 22px;
  }
}

#embryo .contents .contM80 .cont {
  font-size: 16px !important;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .genetics-sub-catch {
    font-size: 22px;
    text-align: center;
  }

  #embryo .contents .contM80 .cont {
    font-size: 13px !important;
  }

  .genetics-catch {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
  }

  .genetics-concept-flex-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .genetics-concept-flex-text {
    font-size: 18px;
  }

  .genetics-concept-flex {
    display: block;
  }

  .genetics-concept {
    margin-top: 0;
    padding-top: 40px !important;
  }

  .genetics-concept-flex-left {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 200px;

  }

  .genetics-concept-flex-right {
    width: 100%;
  }

  .genetics-feature-main-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .genetics-feature-item {
    width: calc(50% - 10px * 1/2);
    margin-right: 10px;

  }

  .genetics-feature-item:nth-child(2n) {
    margin-right: 0;
  }

  .genetics-feature-item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .genetics-feature-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .genetics-feature-text {
    font-size: 13px;
  }

  #embryo .contents .contM80 {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .genetics-feature-img {
    margin-bottom: 10px;
  }

  .genetics-concept-flex {
    margin-bottom: 20px;
  }

  .genetics-contents {
    position: initial;
    top: 50%;
    transform: translateY(0%);
    width: 100%;
    font-family: 'Shin-bold';
    margin-top: 10px;
  }

  .service_icon>dl:nth-child(5) dt,
  .service_icon>dl:nth-child(2) dt {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {

  .service_icon>dl:nth-child(5) dt,
  .service_icon>dl:nth-child(2) dt {
    font-size: 11px;
  }

}

#embryo .contents .contM80 .bl01,
#embryo .contents .contM80 .gr01,
#embryo #wagyu-inq .gr01,
#embryo #wagyu-trans .contM90 .gr01 {
  background: #f5f5f5;
  color: #183869;
}

#embryo #wagyu-trans table h3 {
  color: #183869;
}

#embryo #wagyu-trans th {
  background: #f5f5f5;

}

#embryo #wagyu-trans tr:first-child td,
#embryo #wagyu-trans tr:first-child th {
  border-bottom: #183869 solid 1px;
}

#embryo #wagyu-trans .infoWrap {

  border: #183869 solid 1px;
}

#embryo .contents .contM80 .list .listCont2 a p,
#embryo .contents .contM80 .list .listCont a p {
  color: #183869;

}

.m-flow-steps-item:not(:last-child) .m-flow-steps-ico:after {
  /* border: 4px solid rgba(24, 56, 105, 0.4); */
  border: 4px solid rgba(24, 56, 105, 0.4);
  border-left: none;
  border-top: none;
  margin-left: 35px;
}

#embryo .contents .contM80 .list .listCont2,
#embryo .contents .contM80 .list .listCont {
  background: linear-gradient(to bottom, #FFF5EB, #FEFCEB);
}

.listCont_img {
  background: transparent;
}

#embryo .titMain {
  font-weight: 500;
  color: #183869;
  font-family: 'Shin' !important;

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-flow-steps-item:not(:last-child) .m-flow-steps-ico:after {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-flow-steps-item:not(:last-child):after {
    border: 4px solid rgba(24, 56, 105, 0.4);
    border-left: none;
    border-top: none;
  }
}

/* ジェネリティクス20230829 ここまで*/

/* 事例ダウンロードボタンここから */
.sungle-case .m-post-head {
  margin-bottom: 1em;
}

.case-pdf {
  margin-bottom: 1em;
  text-align: right;
}

.case-pdf a {
  border: 2px solid #326691 !important;
  padding: 8px 14px;
  font-size: 14px;
  background: #fff !important;
  color: #326691 !important;
  transition: .3s;
  border-radius: 30px;
}

.case-pdf a:hover {
  background: #326691 !important;
  color: #fff !important;
  transition: .3s;
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .case-pdf a {
    border: 2px solid #326691 !important;
    margin-left: 10px;
    padding: 7px 14px;
    font-size: 11px;
    background: #fff !important;
    color: #326691 !important;
    transition: .3s;
    border-radius: 30px;
    position: relative;
    top: 5px;
  }
}

/* 事例ダウンロードボタンここまで */

/* 新ヘッダー 20240220　ここから */
.ge-mega-wrap {
  background: #fff;
  padding: 10px;
  opacity: 0;
  /* z-index: -2; */
  transition: .3s;
  visibility: hidden;
  height: 0;
}

.ge-mega-ul {
  position: relative;
}

.ge-mega-ul::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  content: "";
  border-style: solid;
  border-width: 0px 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  /* z-index: -2; */
  transition: .3s;
  visibility: hidden;
  height: 0;
}

.ge-mega-wrap-li a {
  position: relative;
  color: #326691;
}

.ge-mega-wrap-li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 11px;
  /* margin-left: 7px; */
  line-height: 1;
}
/* ホバー時に適用するスタイル */
.visible-hover {
  visibility: visible;
  height: initial;
  opacity: 1;
}

/* :after疑似要素用のスタイル */
.ge-mega-ul.hovered::after {
  content: '';
  /* ここに必要なスタイルを追加 */
  visibility: visible;
  height: initial;
  opacity: 1;
}

/* 新ヘッダー 20240220　ここまで */

.u-wysiwyg ul li {
  position: relative;
  padding-left: 20px;
}
.u-wysiwyg ul li ul li:after{
  position: initial !important;
  content: initial !important;
}
.no-number::after {
  content: initial !important;

}
.u-wysiwyg ul li ul li{
  padding-left: 0;
}
.u-wysiwyg ul li:nth-child(1):after {
  position: absolute;
  content: '①';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(2):after {
  position: absolute;
  content: '②';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(3):after {
  position: absolute;
  content: '③';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(4):after {
  position: absolute;
  content: '④';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(5):after {
  position: absolute;
  content: '⑤';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(6):after {
  position: absolute;
  content: '⑥';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(7):after {
  position: absolute;
  content: '⑦';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(8):after {
  position: absolute;
  content: '⑧';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(9):after {
  position: absolute;
  content: '⑨';
  top: 0;
  left: 0;
}
.u-wysiwyg ul li:nth-child(10):after {
  position: absolute;
  content: '⑩';
  top: 0;
  left: 0;
}
