@charset "UTF-8";
/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
/*---------- START TITLE PAGE ----------*/
/*====================================================================================
/*---------- START form ----------*/
/*====================================================================================
4. START PAGE single
====================================================================================*/
.breadcrumb {
  margin-bottom: 10rem;
}
.breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(75, 63, 44, 0.2);
}
.breadcrumb ul:after {
  position: absolute;
  content: "";
  background: var(--bg-brown);
  width: 5.2rem;
  height: 1px;
  bottom: -1px;
  left: 0;
}
.breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 3.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.breadcrumb ul li:not(:last-child) {
  color: #afaba2;
}
.breadcrumb ul li:after {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 13px;
  height: 2px;
  display: inline-block;
  background: #afaba2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.breadcrumb ul li a {
  line-height: 1.2;
  color: #afaba2;
  text-decoration: none;
}

.cm_maintitle_heading {
  font-weight: 700;
  margin: 0;
}

.cm_maintitle_heading_en {
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
}

.cm_maintitle_heading_jp {
  letter-spacing: 0.05em;
  display: block;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Noto Sans JP", "Inter", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", Meiryo, Verdana;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.6rem;
  gap: 1.1rem;
}
.c-breadcrumb__list li {
  list-style-type: none;
  color: #979797;
}
.c-breadcrumb__list li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30rem;
}
.c-breadcrumb__list a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #000;
  padding-right: 6.7rem;
}
.c-breadcrumb__list a:after {
  content: "";
  width: 5rem;
  height: 0.2rem;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #979797;
}

.c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
.c-pagination .wp-pagenavi span {
  width: 4rem;
  height: 4rem;
  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;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #111987;
  color: #fff;
  background: #111987;
}
.c-pagination .wp-pagenavi a {
  width: 4rem;
  height: 4rem;
  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;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #111987;
  border: 0.1rem solid #111987;
}
.c-pagination .wp-pagenavi a:hover {
  color: #fff;
  background: #111987;
}
.c-pagination .wp-pagenavi .previouspostslink {
  position: relative;
}
.c-pagination .wp-pagenavi .previouspostslink:before {
  content: "";
  border: solid #111987;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-pagination .wp-pagenavi .nextpostslink {
  position: relative;
}
.c-pagination .wp-pagenavi .nextpostslink:before {
  content: "";
  border: solid #111987;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form {
  display: block;
  width: 100%;
}
.form .form-content {
  border-bottom: 1px solid #d8d5d5;
}
.form .form-content .list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.form .form-content .list-cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 20%;
  gap: 3px;
}
.form .form-content .list-cont li input {
  margin-right: 0 !important;
}
.form .form-content .selectable {
  width: 50%;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.form .form-content .error {
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: normal;
}
.form .form-content .ipt-error {
  background: #f9e6db;
}
.form .form-content .p-postal-code {
  width: 14rem;
  margin: 0 1rem;
}
.form .form-content__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d8d5d5;
}
.form .form-content__dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
}
.form .form-content__dt:after {
  position: absolute;
  content: "";
  background: #afaba2;
  width: 100%;
  height: 3px;
  left: 0;
  top: -2px;
}
.form .form-content__dd {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form .form-content__title {
  position: relative;
  width: 100%;
  font-weight: bold;
}
.form .form-content__title:after {
  position: absolute;
  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;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 4.5rem;
  height: 2.2rem;
  font-size: 1.4rem;
}
.form .form-content__title.hissu:after {
  background: var(--bg-pink);
  content: "必須";
}
.form .form-content__title.ninni:after {
  background: var(--bg-brown_light);
  content: "任意";
}

.news-detail__head {
  position: relative;
  background: var(--bg-brown_light);
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem 1.5rem;
}
.news-detail__head .tag {
  position: absolute;
  background: var(--bg-brown);
  color: #fff;
  font-weight: 500;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  top: -1rem;
  left: 1.5rem;
}
.news-detail__head .date {
  font-weight: bold;
  font-size: 1, 6rem;
}
.news-detail__head .ttl {
  font-size: 2.4rem;
}

.single__WYSIWYG h1 {
  font-weight: 500;
}
.single__WYSIWYG h2 {
  font-weight: 500;
  background: #afaba2;
  color: #fff;
  border-radius: 1rem;
}
.single__WYSIWYG h3 {
  font-weight: 500;
  border-bottom: 3px double #afaba2;
}
.single__WYSIWYG h4 {
  font-weight: 500;
  position: relative;
  border-bottom: 2px dotted #afaba2;
}
.single__WYSIWYG h5 {
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem !important;
}
.single__WYSIWYG h5:after {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--bg-brown);
}
.single__WYSIWYG h5:before {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--bg-pink);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 2;
}
.single__WYSIWYG h6 {
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid var(--bg-brown);
}
.single__WYSIWYG figure {
  display: block;
  overflow: hidden;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.single__WYSIWYG figure figcaption {
  text-align: center;
  margin-top: 2rem;
}
.single__WYSIWYG figure.size-small {
  width: 35%;
}
.single__WYSIWYG figure.size-medium {
  width: 70%;
}
.single__WYSIWYG figure.size-large {
  width: 100%;
}
.single__WYSIWYG figure.alignleft {
  float: left;
}
.single__WYSIWYG figure.alignright {
  float: right;
}
.single__WYSIWYG figure.aligncenter {
  margin: auto;
}
.single__WYSIWYG p img {
  display: block;
  overflow: hidden;
}
.single__WYSIWYG p img.size-small {
  width: 35%;
}
.single__WYSIWYG p img.size-medium {
  width: 70%;
}
.single__WYSIWYG p img.size-large {
  width: 100%;
}
.single__WYSIWYG p img.alignleft {
  float: left;
}
.single__WYSIWYG p img.alignright {
  float: right;
}
.single__WYSIWYG ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.single__WYSIWYG ul li:after {
  position: absolute;
  content: "";
  top: 1.2rem;
  left: 0;
  background: #383838;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.single__WYSIWYG ol {
  list-style-type: decimal-leading-zero;
  counter-reset: section;
}
.single__WYSIWYG ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.single__WYSIWYG ol > li {
  position: relative;
  counter-increment: section;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.single__WYSIWYG ol > li:before {
  content: counter(section) ".";
}
.single__WYSIWYG ol > li > ol {
  counter-reset: subsection;
  list-style-type: none;
  margin-top: 0.5rem;
  margin-left: 2rem;
}
.single__WYSIWYG ol > li > ol > li {
  position: relative;
  counter-increment: subsection;
  font-size: 1.4rem;
  font-weight: normal;
}
.single__WYSIWYG ol > li > ol > li:before {
  content: counter(section) "." counter(subsection) " ";
}

.single .pagination a {
  font-size: 1.4rem;
}

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-content__right .title {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #3056a3;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.3rem 0 1rem;
  margin: 0;
  position: relative;
}
.flex-content__right .title:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #3056a3;
  position: absolute;
  bottom: -1.1rem;
  left: 3.4rem;
}
.flex-content__right .list_cate {
  padding: 0;
  margin: 3.4rem 0 0;
}
.flex-content__right .list_cate li {
  list-style-type: none;
  margin-bottom: 0.9rem;
  position: relative;
  padding-left: 1.8rem;
}
.flex-content__right .list_cate li:after {
  content: "";
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  background: #111987;
  position: absolute;
  left: 0.2rem;
  top: 1.5rem;
  opacity: 0;
}
.flex-content__right .list_cate li:hover:after {
  opacity: 1;
}
.flex-content__right .list_cate li:hover a {
  color: #111987;
}
.flex-content__right .list_cate li.active:after {
  opacity: 1;
}
.flex-content__right .list_cate li.active a {
  color: #111987;
}
.flex-content__right .list_cate a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #979797;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-news .s-news__listInner {
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.p-news .s-news__listInner .img {
  border-radius: 1rem;
  overflow: hidden;
}
.p-news .s-news__listInner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-news .s-news__listInner .cate_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-news .s-news__listInner .cate_date p {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
.p-news .s-news__listInner .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-news_detail .s-news_detailTtl .cate_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  font-weight: 500;
}
.p-news_detail .s-news_detailTtl .cate_date p {
  margin: 0;
  letter-spacing: 0.1em;
}
.p-news_detail .s-news_detailTtl .cate_date .tag {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3548fc;
  background: #deeff8;
  min-width: 14.5rem;
  padding: 0.8rem 1rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-news_detail .s-news_detailTtl .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 1rem 0 0;
}
.p-news_detail .s-news_detail img {
  border-radius: 1rem;
}
.p-news_detail .s-news_detail p {
  letter-spacing: 0.05em;
}

.p-case .s-case__listcat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-case .s-case__listcat a {
  background: #e3e9ef;
  letter-spacing: 0.1em;
  color: #979797;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  border-radius: 3rem;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-case .s-case__listcat a:hover {
  background: #111987;
  color: #fff;
}
.p-case .s-case__listcat a.active {
  background: #111987;
  color: #fff;
}
.p-case .s-case__listInner {
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.p-case .s-case__listInner .img {
  border-radius: 1rem;
  overflow: hidden;
}
.p-case .s-case__listInner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-case .s-case__listInner .ct .tag {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3548fc;
  background: #deeff8;
  min-width: 14.5rem;
  padding: 0.8rem 1rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-case .s-case__listInner .ct p {
  letter-spacing: 0.05em;
  margin: 0;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 11.8rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.p-case .s-case__listInner .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-case_detail .box_grey {
  background: #f8f8f8;
  border-radius: 1rem;
}
.p-case_detail .box_grey table {
  width: 100%;
}
.p-case_detail .box_grey table th {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  padding-bottom: 0.7rem;
}
.p-case_detail .box_grey table td {
  letter-spacing: 0.1em;
}
.p-case_detail .mgbt::after {
  clear: both;
  content: "";
  display: block;
}
.p-case_detail .mgbt p {
  margin: 0;
}
.p-case_detail .flx-ct p {
  margin: 0;
  letter-spacing: 0.05em;
}

.p-dx .s-dx01 .txt {
  letter-spacing: 0.05em;
}
.p-dx .s-dx01_listItem {
  background: #f8f8f8;
  border-radius: 0.5rem;
}
.p-dx .s-dx01_listItem p {
  letter-spacing: 0.05em;
}
.p-dx .s-dx02 .txt {
  text-align: center;
  letter-spacing: 0.05em;
}
.p-dx .s-dx02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 0;
}
.p-dx .s-dx02__list li {
  list-style-type: none;
}
.p-dx .s-dx02__list li img {
  width: 100%;
  display: block;
}
.p-dx .s-dx02__list li .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-dx .s-dx02__list li p {
  margin: 0;
}
.p-dx .s-dx03 {
  background: #e2f1fc;
  text-align: center;
}
.p-dx .s-dx03 .txt {
  letter-spacing: 0.05em;
  margin: 3.9rem 0 3.5rem;
}
.p-dx .s-dx03__list {
  text-align: left;
}
.p-dx .s-dx03__listItem {
  background: #fff;
  border-radius: 1rem;
}
.p-dx .s-dx03__listItem:last-child {
  margin-bottom: 0;
}
.p-dx .s-dx03__listItem .ttl {
  position: relative;
  padding-left: 3rem;
}
.p-dx .s-dx03__listItem .ttl:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #111987;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1rem;
}
.p-dx .s-dx03__listItem dl:last-child {
  margin-bottom: 0;
}
.p-dx .s-dx03__listItem dl dt {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 1.6rem;
}
.p-dx .s-dx03__listItem dl dt span {
  color: #3548fc;
  font-size: 2rem;
  font-weight: 700;
}
.p-dx .s-dx03__listItem dl dd {
  margin: 0;
  padding: 0;
}
.p-dx .s-dx03__listItem dl dd p {
  letter-spacing: 0.05em;
}
.p-dx .s-dx03__listItem dl dd a {
  color: #3548fc;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
}

.p-front-info .s-customer00 a {
  width: 100%;
  max-width: 57rem;
}
.p-front-info .s-front01 {
  background: url(../front-info/images/bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.p-front-info .s-front01 p {
  letter-spacing: 0.05em;
  margin: 0;
}
.p-front-info .s-front01__ttl {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-front-info .s-front02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-front-info .s-front02__list .item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(219, 240, 255);
  border-radius: 10px;
  background-color: rgb(241, 249, 255);
  text-align: center;
}
.p-front-info .s-front02__list .item img {
  margin: auto;
}
.p-front-info .s-front02__list .item p {
  font-weight: 500;
}
.p-front-info .s-front02 .txt {
  letter-spacing: 0.05em;
}
.p-front-info .s-front03 {
  background: #e2f1fc;
}
.p-front-info .s-front03__list .item {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.p-front-info .s-front03__list .item .item_ttl {
  color: #fff;
  text-align: center;
}
.p-front-info .s-front03__list .item .item_ttl .ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
}
.p-front-info .s-front03__list .item .item_ttl p {
  line-height: 1.6;
  margin: 0;
}
.p-front-info .s-front03__list .item .item_ct {
  text-align: center;
  padding: 0 2.5rem 3rem;
}
.p-front-info .s-front03__list .item .item_ct img {
  margin: auto;
}
.p-front-info .s-front03__list .item .item_ct .tti_idea {
  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;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  gap: 1rem;
  margin: 0.3rem 0 0.6rem;
  color: #3548fc;
}
.p-front-info .s-front03__list .item .item_ct .tti_idea img {
  margin: 0;
}
.p-front-info .s-front03__list .item .item_ct p {
  font-weight: 700;
  margin: 0;
}
.p-front-info .s-front03__list .item.item1 .item_ttl {
  background: url(../front-info/images/tt01a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-front-info .s-front03__list .item.item2 .item_ttl {
  background: url(../front-info/images/tt02a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-front-info .s-front03__list .item.item3 .item_ttl {
  background: url(../front-info/images/tt03a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-front-info .s-front03__list .item.item4 .item_ttl {
  background: url(../front-info/images/tt04a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-front-info .s-front03__list .item.item5 .item_ttl {
  background: url(../front-info/images/tt05a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-front-info .s-front03__list .item.item6 .item_ttl {
  background: url(../front-info/images/tt06a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-front-info .s-front04 .txt {
  text-align: center;
}
.p-front-info .s-front04 .item {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(109, 178, 216);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0.5rem 0.5rem 0px 0px rgba(99, 179, 224, 0.5);
  box-shadow: 0.5rem 0.5rem 0px 0px rgba(99, 179, 224, 0.5);
  text-align: center;
}
.p-front-info .s-front04 .item .tt {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 0.4rem;
  color: #3548fc;
}
.p-front-info .s-front04 .item p {
  margin: 0;
}
.p-front-info .s-front05 {
  background: url(../front-info/images/fearure_bg.png) no-repeat center center;
  background-size: cover;
}
.p-front-info .s-front05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-front-info .s-front05__list .item {
  background-color: rgb(248, 248, 248);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.p-front-info .s-front05__list .item p {
  font-weight: 500;
}
.p-front-info .s-front06 .txt {
  text-align: center;
}
.p-front-info .s-front06 .ttl {
  font-weight: 500;
  line-height: 1.3333333333;
  position: relative;
  text-align: center;
  margin: 0;
}
.p-front-info .s-front06 .ttl::after {
  content: "";
  width: 8rem;
  height: 0.1rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-front-info .s-front06__list {
  text-align: center;
  position: relative;
}
.p-front-info .s-front06__list img {
  margin: auto;
}
.p-front-info .s-front06__list .item {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.4);
  text-align: left;
}
.p-front-info .s-front06__list .item:after {
  content: "";
  background: url(../front-info/images/icon.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
}
.p-front-info .s-front06__list .item .tit {
  text-align: center;
  margin: 0;
  position: relative;
}
.p-front-info .s-front06__list .item .tit span {
  font-weight: 700;
  color: #3548fc;
  background: #fff;
  padding: 0 0.5rem;
}
.p-front-info .s-front06__list .item ul {
  margin: 0;
}
.p-front-info .s-front06__list .item ul li {
  color: #111987;
  font-weight: 500;
  list-style-type: none;
  position: relative;
  letter-spacing: 0.05em;
}
.p-front-info .s-front06__list .item ul li:last-child {
  margin-bottom: 0;
}
.p-front-info .s-front06__list .item ul li:before {
  content: "";
  border-radius: 50%;
  background: #111987;
  position: absolute;
  left: 0;
}
.p-front-info .s-front06__list .item.item1 {
  position: absolute;
  left: 1rem;
  top: 0;
}
.p-front-info .s-front06__list .item.item2 {
  position: absolute;
  right: 1rem;
  top: 0;
}
.p-front-info .s-front06__list .item.item3 {
  position: absolute;
  left: 1rem;
  bottom: 0;
}
.p-front-info .s-front06__list .item.item3:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-front-info .s-front06__list .item.item4 {
  position: absolute;
  right: 1rem;
  bottom: 1.8rem;
}
.p-front-info .s-front06__list .item.item4:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-front-info .s-front07 {
  background: url(../front-info/images/bg2.png) no-repeat center center;
  background-size: cover;
}
.p-front-info .s-front07 .txt {
  text-align: center;
}
.p-front-info .s-front07__inner .ct p {
  margin: 0;
}
.p-front-info .s-front07__inner .ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-front-info .s-front07__inner .ttl span {
  display: block;
  font-weight: 500;
}
.p-front-info .s-front08 .txt {
  text-align: center;
}
.p-front-info .s-front08__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-front-info .s-front08__list .item .ttl {
  text-align: center;
  font-weight: 500;
}
.p-front-info .s-front08__list .item p {
  margin: 0;
}
.p-front-info .s-front09 {
  background: #ecf4f8;
}
.p-front-info .s-front09 .txt {
  text-align: center;
}
.p-front-info .s-front09__list {
  position: relative;
}
.p-front-info .s-front09__list:before {
  content: "";
  position: absolute;
}
.p-front-info .s-front09__list .item {
  position: relative;
}
.p-front-info .s-front09__list .item span {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  color: #fff;
}
.p-front-info .s-front09__list .item .ttl {
  letter-spacing: 0;
}
.p-front-info .s-front09__list .item p {
  margin: 0;
}

.s-customer00:after {
  content: "";
  clear: both;
  display: block;
}
.s-customer00 a {
  float: right;
  width: 35rem;
  display: block;
  text-decoration: none;
}

.p-customer-info .text_center {
  text-align: center;
}
.p-customer-info .text_right {
  text-align: right;
  margin-top: 2rem;
}
.p-customer-info .s-customer01 {
  background: url(../front-info/images/bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.p-customer-info .s-customer01 p {
  letter-spacing: 0.05em;
  margin: 0;
}
.p-customer-info .s-customer01__ttl {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-customer-info .s-customer02 .cm-title01 {
  text-align: left;
}
.p-customer-info .s-customer02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-customer-info .s-customer02__list .item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(219, 240, 255);
  border-radius: 10px;
  background-color: rgb(241, 249, 255);
  text-align: center;
}
.p-customer-info .s-customer02__list .item img {
  margin: auto;
}
.p-customer-info .s-customer03 {
  background: #e2f1fc;
}
.p-customer-info .s-customer03 .title {
  text-align: center;
  font-weight: 500;
  position: relative;
  margin: 0;
}
.p-customer-info .s-customer03 .title:after {
  content: "";
  width: 8rem;
  height: 0.4rem;
  background: #3056a3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-customer-info .s-customer03_inner:last-child {
  margin-bottom: 0;
}
.p-customer-info .s-customer03__list .item {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.p-customer-info .s-customer03__list .item .item_ttl {
  color: #fff;
  text-align: center;
}
.p-customer-info .s-customer03__list .item .item_ttl .ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
}
.p-customer-info .s-customer03__list .item .item_ttl p {
  line-height: 1.6;
  margin: 0;
}
.p-customer-info .s-customer03__list .item .item_ct {
  text-align: center;
  padding: 0 2rem 3rem;
}
.p-customer-info .s-customer03__list .item .item_ct img {
  margin: auto;
}
.p-customer-info .s-customer03__list .item .item_ct .tti_idea {
  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;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  gap: 1rem;
  margin: 0.3rem 0 0.6rem;
  color: #3548fc;
}
.p-customer-info .s-customer03__list .item .item_ct .tti_idea img {
  margin: 0;
}
.p-customer-info .s-customer03__list .item .item_ct p {
  font-weight: 700;
  margin: 0;
  font-size: 1.4rem;
}
.p-customer-info .s-customer03__list .item.item1 .item_ttl {
  background: url(../front-info/images/tt01.png) no-repeat top center;
  background-size: 100% auto;
}
.p-customer-info .s-customer03__list .item.item2 .item_ttl {
  background: url(../front-info/images/tt02.png) no-repeat top center;
  background-size: 100% auto;
}
.p-customer-info .s-customer03__list .item.item3 .item_ttl {
  background: url(../front-info/images/tt03.png) no-repeat top center;
  background-size: 100% auto;
}
.p-customer-info .s-customer03__list .item.item4 .item_ttl {
  background: url(../front-info/images/tt04.png) no-repeat top center;
  background-size: 100% auto;
}
.p-customer-info .s-customer03__list .item.item5 .item_ttl {
  background: url(../front-info/images/tt05.png) no-repeat top center;
  background-size: 100% auto;
}
.p-customer-info .s-customer03__list .item.item6 .item_ttl {
  background: url(../front-info/images/tt06.png) no-repeat top center;
  background-size: 100% auto;
}
.p-customer-info .s-customer04 .txt {
  text-align: center;
}
.p-customer-info .s-customer04__list .item {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(109, 178, 216);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0.5rem 0.5rem 0px 0px rgba(99, 179, 224, 0.5);
  box-shadow: 0.5rem 0.5rem 0px 0px rgba(99, 179, 224, 0.5);
  text-align: center;
}
.p-customer-info .s-customer05 {
  background: url(../customer-info/images/bg.png) no-repeat center center;
  background-size: cover;
}
.p-customer-info .s-customer05 .txt {
  text-align: center;
}
.p-customer-info .s-customer05 .ttl {
  text-align: center;
  font-weight: 500;
  position: relative;
  margin: 0;
}
.p-customer-info .s-customer05 .ttl:after {
  content: "";
  width: 8rem;
  height: 0.4rem;
  background: #3056a3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-customer-info .s-customer05_inner:last-child {
  margin-bottom: 0;
}
.p-customer-info .s-customer05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-customer-info .s-customer05_list .item {
  background-color: rgb(248, 248, 248);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.p-customer-info .s-customer05_list .item p {
  font-weight: 500;
}
.p-customer-info .s-customer06 {
  text-align: center;
}
.p-customer-info .s-customer06__photo {
  text-align: center;
  position: relative;
}
.p-customer-info .s-customer06__photo img {
  margin: auto;
}
.p-customer-info .s-customer06__photo .item {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.4);
  text-align: left;
}
.p-customer-info .s-customer06__photo .item:after {
  content: "";
  background: url(../front-info/images/icon.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
}
.p-customer-info .s-customer06__photo .item .tit {
  text-align: center;
  margin: 0;
  position: relative;
}
.p-customer-info .s-customer06__photo .item .tit span {
  font-weight: 700;
  color: #3548fc;
  background: #fff;
  padding: 0 0.5rem;
}
.p-customer-info .s-customer06__photo .item ul {
  margin: 0;
}
.p-customer-info .s-customer06__photo .item ul li {
  color: #111987;
  font-weight: 500;
  list-style-type: none;
  position: relative;
  letter-spacing: 0.05em;
}
.p-customer-info .s-customer06__photo .item ul li:last-child {
  margin-bottom: 0;
}
.p-customer-info .s-customer06__photo .item ul li:before {
  content: "";
  border-radius: 50%;
  background: #111987;
  position: absolute;
  left: 0;
}
.p-customer-info .s-customer06__photo .item.item1 {
  position: absolute;
  left: 1rem;
  top: 0;
}
.p-customer-info .s-customer06__photo .item.item2 {
  position: absolute;
  right: 1rem;
  top: 0;
}
.p-customer-info .s-customer06__photo .item.item3 {
  position: absolute;
  left: 1rem;
  bottom: 0;
}
.p-customer-info .s-customer06__photo .item.item3:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-customer-info .s-customer06__photo .item.item4 {
  position: absolute;
  right: 1rem;
  bottom: 1.8rem;
}
.p-customer-info .s-customer06__photo .item.item4:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-customer-info .s-customer06__box .box {
  background: url(../customer-info/images/bg1.png) no-repeat center center;
  background-size: cover;
  border-radius: 1rem;
  text-align: left;
}
.p-customer-info .s-customer06__box .ttl {
  margin: 0;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.p-customer-info .s-customer06__box .ttl:after {
  content: "";
  width: 8rem;
  height: 0.4rem;
  background: #3056a3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-customer-info .s-customer06__box .tt {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-customer-info .s-customer06__box p {
  margin: 0;
}
.p-customer-info .s-customer07 .txt dl {
  margin: 0;
}
.p-customer-info .s-customer07 .txt dl dt {
  width: 14.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-customer-info .s-customer07 .txt dl dd {
  margin: 0;
}
.p-customer-info .s-customer07 .item .ttl {
  font-weight: 500;
  text-align: center;
}
.p-customer-info .s-customer07 .item p {
  margin: 0;
}
.p-customer-info .s-customer07__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-customer-info .s-customer08 {
  background: #ecf4f8;
}
.p-customer-info .s-customer08 .txt {
  text-align: center;
}
.p-customer-info .s-customer08__list {
  position: relative;
}
.p-customer-info .s-customer08__list:before {
  content: "";
  position: absolute;
}
.p-customer-info .s-customer08__list .item {
  position: relative;
}
.p-customer-info .s-customer08__list .item span {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  color: #fff;
}
.p-customer-info .s-customer08__list .item .ttl {
  letter-spacing: 0;
}
.p-customer-info .s-customer08__list .item p {
  margin: 0;
  text-align: center;
}

.p-report-info .s-customer00 a {
  width: 100%;
}
.p-report-info .s-report01 {
  background: url(../front-info/images/bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.p-report-info .s-report01 p {
  letter-spacing: 0.05em;
  margin: 0;
}
.p-report-info .s-report01__ttl {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-report-info .s-report02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-report-info .s-report02__list .item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(219, 240, 255);
  border-radius: 10px;
  background-color: rgb(241, 249, 255);
  text-align: center;
}
.p-report-info .s-report02__list .item img {
  margin: auto;
}
.p-report-info .s-report02__list .item p {
  font-weight: 500;
}
.p-report-info .s-report02 .txt {
  margin: 0;
  letter-spacing: 0.05em;
}
.p-report-info .s-report03 {
  background: #e2f1fc;
}
.p-report-info .s-report03__list .item {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.p-report-info .s-report03__list .item .item_ttl {
  color: #fff;
  text-align: center;
}
.p-report-info .s-report03__list .item .item_ttl .ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-report-info .s-report03__list .item .item_ttl p {
  line-height: 1.6;
  margin: 0;
}
.p-report-info .s-report03__list .item .item_ct {
  text-align: center;
  padding: 0 2rem 3rem;
}
.p-report-info .s-report03__list .item .item_ct img {
  margin: auto;
}
.p-report-info .s-report03__list .item .item_ct .tti_idea {
  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;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  gap: 1rem;
  margin: 0.3rem 0 0.6rem;
  color: #3548fc;
}
.p-report-info .s-report03__list .item .item_ct .tti_idea img {
  margin: 0;
}
.p-report-info .s-report03__list .item .item_ct p {
  font-weight: 700;
  margin: 0;
}
.p-report-info .s-report03__list .item.item1 .item_ttl {
  background: url(../report-info/images/tt01.png) no-repeat bottom center;
  background-size: 100% 100%;
}
.p-report-info .s-report03__list .item.item2 .item_ttl {
  background: url(../report-info/images/tt02.png) no-repeat bottom center;
}
.p-report-info .s-report03__list .item.item3 .item_ttl {
  background: url(../report-info/images/tt02-03.png) no-repeat bottom center;
}
.p-report-info .s-report04 .txt {
  text-align: center;
}
.p-report-info .s-report04 .item {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(109, 178, 216);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0.5rem 0.5rem 0px 0px rgba(99, 179, 224, 0.5);
  box-shadow: 0.5rem 0.5rem 0px 0px rgba(99, 179, 224, 0.5);
  text-align: center;
}
.p-report-info .s-report04 .item .tt {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 0.4rem;
  color: #3548fc;
}
.p-report-info .s-report04 .item p {
  margin: 0;
}
.p-report-info .s-report05 {
  background: url(../front-info/images/fearure_bg.png) no-repeat center center;
  background-size: cover;
}
.p-report-info .s-report05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-report-info .s-report05__list .item {
  background-color: rgb(248, 248, 248);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.p-report-info .s-report05__list .item p {
  font-weight: 500;
}
.p-report-info .s-report06 .txt {
  text-align: center;
}
.p-report-info .s-report06__flex .left .tab {
  background-color: rgb(12, 200, 249);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.p-report-info .s-report06__flex .left img {
  margin: auto;
}
.p-report-info .s-report06__flex .right .box {
  border: 1px solid #111987;
  border-radius: 1rem;
  position: relative;
}
.p-report-info .s-report06__flex .right .box:last-child {
  margin-bottom: 0;
}
.p-report-info .s-report06__flex .right .box .ttl {
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 0 0.8rem;
}
.p-report-info .s-report06__flex .right .box p {
  margin: 0;
  letter-spacing: 0;
}
.p-report-info .s-report06__flex .right .box span {
  width: 14.4rem;
  height: 3.6rem;
  background: #111987;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  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;
  position: absolute;
  top: -1.7rem;
  left: 4rem;
}
.p-report-info .s-report08 .txt {
  text-align: center;
}
.p-report-info .s-report08__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-report-info .s-report08__list .item .ttl {
  text-align: center;
  font-weight: 500;
}
.p-report-info .s-report08__list .item p {
  margin: 0;
}
.p-report-info .s-report09 {
  background: #ecf4f8;
}
.p-report-info .s-report09 .txt {
  text-align: center;
}
.p-report-info .s-report09__list {
  position: relative;
}
.p-report-info .s-report09__list:before {
  content: "";
  position: absolute;
}
.p-report-info .s-report09__list .item {
  position: relative;
}
.p-report-info .s-report09__list .item span {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  color: #fff;
}
.p-report-info .s-report09__list .item .ttl {
  letter-spacing: 0;
}
.p-report-info .s-report09__list .item p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
  .cm_maintitle {
    padding: 3rem 0 4.2rem;
  }
  .cm_maintitle_heading_en {
    font-size: 3.2rem;
  }
  .cm_maintitle_heading_jp {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  .c-breadcrumb {
    display: none;
  }
  .c-pagination {
    margin-top: 5rem;
  }
  .form {
    margin: 2rem auto 0;
  }
  .form .form-content dl {
    position: relative;
  }
  .form .form-content dl:last-child:before {
    position: absolute;
    content: "";
    background: #afaba2;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
  }
  .form .form-content dt:after {
    height: 2px;
  }
  .form .form-content .selectable {
    width: 100%;
    max-width: 310rem;
  }
  .form .form-content__dt {
    display: block;
    width: 100% !important;
    padding: 1rem;
  }
  .form .form-content__dd {
    display: block;
    width: 100% !important;
    padding: 1rem;
    font-size: 1.6rem;
  }
  .form .form-content__title {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
  .form .form-content__title:after {
    width: 5rem;
    height: 2.5rem;
  }
  .form #formEnd {
    margin-top: 3rem;
  }
  .single__WYSIWYG h1 {
    padding: 0.5rem 0;
    margin: 2.5rem 0 1.5rem;
    font-size: 2.2rem;
  }
  .single__WYSIWYG h2 {
    padding: 0.5rem 0;
    margin: 2.5rem 0 1.5rem;
    font-size: 2rem;
    padding-left: 1rem;
  }
  .single__WYSIWYG h3 {
    padding: 0.5rem 0;
    margin: 2.5rem 0 1.5rem;
    font-size: 1.8rem;
  }
  .single__WYSIWYG h4 {
    padding: 0.5rem 0;
    margin: 2.5rem 0 1.5rem;
    font-size: 1.7rem;
  }
  .single__WYSIWYG h5 {
    padding: 0.5rem 0;
    margin: 2.5rem 0 1.5rem;
    font-size: 1.6rem;
  }
  .single__WYSIWYG h6 {
    padding: 0.5rem 0;
    margin: 2.5rem 0 1.5rem;
    font-size: 1.5rem;
  }
  .single__WYSIWYG p {
    margin-bottom: 1.5rem;
  }
  .single__WYSIWYG p img {
    margin: 1.5rem 0;
  }
  .single__WYSIWYG p img.aligncenter {
    margin: 1.5rem auto 1.5rem;
  }
  .single__WYSIWYG p img.alignleft {
    margin-right: 1.5rem;
  }
  .single__WYSIWYG p img.alignright {
    margin-left: 1.5rem;
  }
  .single__WYSIWYG p iframe {
    height: 25rem;
  }
  .single__WYSIWYG ol {
    margin-top: 1.5rem;
  }
  .single__WYSIWYG ul {
    margin-top: 1.5rem;
  }
  .single__WYSIWYG .box-youtube {
    margin-top: 2rem;
  }
  #cm-main {
    background: url(../images/common_img/bg_title_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .flex-content {
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    padding-bottom: 3rem;
  }
  .flex-content__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-content__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-news .s-news__listInner {
    margin-bottom: 2.5rem;
    display: block;
    padding-bottom: 2rem;
  }
  .p-news .s-news__listInner .img {
    height: 18rem;
  }
  .p-news .s-news__listInner .cate_date {
    margin-top: 1.5rem;
    gap: 1rem;
  }
  .p-news .s-news__listInner .ttl {
    margin: 1rem 0 0;
  }
  .p-news .s-news__listInner .icon {
    display: none;
  }
  .p-news_detail .s-news_detailTtl {
    margin-bottom: 2rem;
  }
  .p-news_detail .s-news_detailTtl .ttl {
    font-size: 2rem;
  }
  .p-news_detail .s-news_detail p {
    margin: 1.5rem 0;
  }
  .p-news_detail .cm-btn03 {
    margin-top: 4rem;
  }
  .p-case .s-case__listcat {
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .p-case .s-case__listcat a {
    padding: 1rem;
  }
  .p-case .s-case__list {
    margin-top: 3rem;
  }
  .p-case .s-case__listInner {
    margin-bottom: 2.5rem;
    display: block;
    padding-bottom: 2rem;
  }
  .p-case .s-case__listInner .img {
    height: 18rem;
  }
  .p-case .s-case__listInner .ct {
    margin-top: 2rem;
  }
  .p-case .s-case__listInner .ttl {
    margin: 1rem 0;
    font-size: 1.8rem;
  }
  .p-case .s-case__listInner .icon {
    display: none;
  }
  .p-case_detail .box_grey {
    padding: 2rem;
    margin: 3rem 0;
  }
  .p-case_detail .box_grey table th {
    font-size: 1.6rem;
  }
  .p-case_detail .box_grey table th:first-child {
    width: 11rem;
  }
  .p-case_detail .box_grey .cm-title02 {
    margin-bottom: 1rem;
  }
  .p-case_detail .cm-title02 {
    margin-bottom: 2rem;
  }
  .p-case_detail .mgbt {
    margin-bottom: 2rem;
  }
  .p-case_detail .flx-ct img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-dx .s-dx01 .txt {
    margin: 2rem 0;
  }
  .p-dx .s-dx01_listItem {
    padding: 1.5rem 1.2rem;
    margin-bottom: 2rem;
  }
  .p-dx .s-dx01_listItem p {
    margin: 1rem 0 0;
  }
  .p-dx .s-dx01_listItem img {
    width: 100%;
  }
  .p-dx .s-dx01_listItem .ct {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-dx .s-dx02 {
    margin-top: 3rem;
  }
  .p-dx .s-dx02 .txt {
    margin: 2rem 0;
  }
  .p-dx .s-dx02__list {
    margin: 0 0 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-dx .s-dx02__list li {
    width: 100%;
  }
  .p-dx .s-dx02__list li .ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0 0.7rem;
  }
  .p-dx .s-dx03 {
    padding: 3rem 0;
    margin-top: 3rem;
  }
  .p-dx .s-dx03__listItem {
    padding: 1.5rem 1.2rem;
    margin-bottom: 2em;
  }
  .p-dx .s-dx03__listItem .ttl {
    margin-bottom: 2rem;
  }
  .p-dx .s-dx03__listItem dl {
    margin: 0 0 1.5rem;
  }
  .p-dx .s-dx03__listItem dl dt {
    font-size: 1.6rem;
  }
  .p-dx .s-dx03__listItem dl dd p {
    margin: 0 0 1rem;
  }
  .p-front-info .s-front01 {
    padding: 3rem 1rem;
  }
  .p-front-info .s-front01__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.5rem;
  }
  .p-front-info .s-front02 {
    margin-top: 4rem;
  }
  .p-front-info .s-front02 .txt {
    margin: 3rem 0 0;
  }
  .p-front-info .s-front02__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 2rem;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-front-info .s-front02__list .item {
    width: calc(50% - 0.5rem);
    padding: 1rem 0.2rem;
  }
  .p-front-info .s-front02__list .item img {
    width: 7rem;
  }
  .p-front-info .s-front02__list .item p {
    font-size: 1.3rem;
  }
  .p-front-info .s-front03 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  .p-front-info .s-front03__list {
    margin-top: 3rem;
  }
  .p-front-info .s-front03__list .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-front-info .s-front03__list .item:last-child {
    margin-bottom: 0;
  }
  .p-front-info .s-front03__list .item .item_ttl {
    padding: 1.7rem 1rem 3rem;
  }
  .p-front-info .s-front03__list .item .item_ttl .ttl {
    font-size: 1.8rem;
  }
  .p-front-info .s-front04 {
    padding: 4rem 0;
  }
  .p-front-info .s-front04 .txt {
    margin: 2rem 0 0;
  }
  .p-front-info .s-front04 .item {
    width: 100%;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .p-front-info .s-front04 .item:last-child {
    margin-bottom: 0;
  }
  .p-front-info .s-front04 .item img {
    width: 5rem;
  }
  .p-front-info .s-front04 .item .ttl {
    font-size: 1.8rem;
    margin: 0.5rem 0;
  }
  .p-front-info .s-front04 .item .tt {
    font-size: 1.6rem;
  }
  .p-front-info .s-front04__list {
    margin-top: 2rem;
  }
  .p-front-info .s-front05 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-front-info .s-front05 .txt {
    margin: 2rem 0 0;
  }
  .p-front-info .s-front05__list {
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .p-front-info .s-front05__list .item {
    width: calc(33.3333333333% - 0.3333333333rem);
    height: 11rem;
    padding-top: 1.2rem;
  }
  .p-front-info .s-front05__list .item img {
    width: 6rem;
  }
  .p-front-info .s-front05__list .item p {
    font-size: 1.4rem;
    margin: 0.4rem 0 0;
  }
  .p-front-info .s-front06 {
    margin-top: 4rem;
  }
  .p-front-info .s-front06 .txt {
    margin: 2rem 0 0;
  }
  .p-front-info .s-front06 .ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .p-front-info .s-front06__inner {
    margin-top: 3rem;
  }
  .p-front-info .s-front06__list {
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  .p-front-info .s-front06__list img {
    width: 100%;
  }
  .p-front-info .s-front06__list .item {
    width: 15rem;
    padding-bottom: 1.5rem;
    border-radius: 0.5rem;
  }
  .p-front-info .s-front06__list .item:after {
    width: 3rem;
    height: 2.8rem;
  }
  .p-front-info .s-front06__list .item .tit {
    top: -1.3rem;
    margin-bottom: -0.8rem;
  }
  .p-front-info .s-front06__list .item .tit span {
    font-size: 1.3rem;
  }
  .p-front-info .s-front06__list .item ul {
    padding: 0 0.5rem 0 1rem;
  }
  .p-front-info .s-front06__list .item ul li {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .p-front-info .s-front06__list .item ul li:before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.3rem;
  }
  .p-front-info .s-front06__list .item.item1 {
    top: 0;
  }
  .p-front-info .s-front06__list .item.item1:after {
    bottom: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-front-info .s-front06__list .item.item2 {
    top: -2rem;
  }
  .p-front-info .s-front06__list .item.item2:after {
    bottom: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-front-info .s-front06__list .item.item3:after {
    top: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  .p-front-info .s-front06__list .item.item4:after {
    top: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  .p-front-info .s-front07 {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-front-info .s-front07 .txt {
    margin: 2rem 0 0;
  }
  .p-front-info .s-front07__inner {
    margin: 2rem 0 0;
  }
  .p-front-info .s-front07__inner img {
    width: 100%;
  }
  .p-front-info .s-front07__inner .ct {
    width: 100%;
    padding: 0 0 2rem;
  }
  .p-front-info .s-front07__inner .ttl {
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
  .p-front-info .s-front07__inner .ttl span {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .p-front-info .s-front08 {
    padding-top: 4rem;
  }
  .p-front-info .s-front08 .txt {
    margin: 2rem 0 0;
  }
  .p-front-info .s-front08 .cm-btn02 {
    margin: 3rem auto 0;
  }
  .p-front-info .s-front08__list {
    gap: 2rem;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-front-info .s-front08__list .item {
    width: 100%;
  }
  .p-front-info .s-front08__list .item .ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0 0.5rem;
  }
  .p-front-info .s-front09 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  .p-front-info .s-front09 .txt {
    margin: 2rem 0 0;
  }
  .p-front-info .s-front09__list {
    margin-top: 2rem;
    padding: 2rem 0;
  }
  .p-front-info .s-front09__list:before {
    background: RGB(1, 93, 200);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(1, 93, 200)), to(rgb(12, 200, 249)));
    background: linear-gradient(0deg, rgb(1, 93, 200) 0%, rgb(12, 200, 249) 100%);
    width: 4.5rem;
    height: 100%;
    top: 0;
    left: 1.7rem;
  }
  .p-front-info .s-front09__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-front-info .s-front09__list .item:last-child {
    margin-bottom: 0;
  }
  .p-front-info .s-front09__list .item div {
    width: calc(100% - 8rem);
    padding-left: 2rem;
  }
  .p-front-info .s-front09__list .item span {
    width: 8rem;
    height: 7.5rem;
    font-size: 3rem;
    background: url(../front-info/images/bg3_sp.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 1rem;
  }
  .p-front-info .s-front09__list .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
  .s-customer00 {
    margin-top: 0;
  }
  .p-customer-info .s-customer01 {
    padding: 3rem 1rem;
  }
  .p-customer-info .s-customer01__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.5rem;
  }
  .p-customer-info .s-customer02 {
    margin-top: 3rem;
  }
  .p-customer-info .s-customer02 .txt {
    margin: 2rem 0 0;
  }
  .p-customer-info .s-customer02__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 2rem;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-customer-info .s-customer02__list .item {
    width: calc(50% - 0.5rem);
    padding: 1rem 0.2rem;
  }
  .p-customer-info .s-customer02__list .item img {
    width: 7rem;
  }
  .p-customer-info .s-customer02__list .item p {
    font-size: 1.3rem;
  }
  .p-customer-info .s-customer03 {
    margin-top: 3rem;
    padding: 3rem 0;
  }
  .p-customer-info .s-customer03 .title {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .p-customer-info .s-customer03_inner {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .p-customer-info .s-customer03__list {
    margin-top: 2rem;
  }
  .p-customer-info .s-customer03__list .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-customer-info .s-customer03__list .item:last-child {
    margin-bottom: 0;
  }
  .p-customer-info .s-customer03__list .item .item_ttl {
    padding: 1.7rem 1rem 3rem;
  }
  .p-customer-info .s-customer03__list .item .item_ttl .ttl {
    font-size: 1.8rem;
  }
  .p-customer-info .s-customer04 {
    padding: 3rem 0;
  }
  .p-customer-info .s-customer04 .txt {
    margin: 2rem 0 0;
  }
  .p-customer-info .s-customer04__list {
    margin: 2rem 0 0;
  }
  .p-customer-info .s-customer04__list .item {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .p-customer-info .s-customer04__list .item p {
    margin: 0;
  }
  .p-customer-info .s-customer04__list .item img {
    width: 5rem;
  }
  .p-customer-info .s-customer04__list .ttl {
    font-size: 1.8rem;
    margin: 0.5rem 0;
  }
  .p-customer-info .s-customer05 {
    padding: 3rem 0;
  }
  .p-customer-info .s-customer05 .txt {
    margin: 2rem 0;
  }
  .p-customer-info .s-customer05 .ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .p-customer-info .s-customer05_inner {
    margin-bottom: 4rem;
  }
  .p-customer-info .s-customer05_list {
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .p-customer-info .s-customer05_list .item {
    width: calc(33.3333333333% - 0.3333333333rem);
    height: 11rem;
    padding-top: 1.2rem;
  }
  .p-customer-info .s-customer05_list .item img {
    width: 6rem;
  }
  .p-customer-info .s-customer05_list .item p {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0.2rem 0 0;
  }
  .p-customer-info .s-customer06 {
    margin-top: 3rem;
  }
  .p-customer-info .s-customer06__photo {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .p-customer-info .s-customer06__photo img {
    width: 100%;
  }
  .p-customer-info .s-customer06__photo .item {
    width: 15rem;
    padding-bottom: 1.5rem;
    border-radius: 0.5rem;
  }
  .p-customer-info .s-customer06__photo .item:after {
    width: 3rem;
    height: 2.8rem;
  }
  .p-customer-info .s-customer06__photo .item .tit {
    top: -1.3rem;
    margin-bottom: -0.8rem;
  }
  .p-customer-info .s-customer06__photo .item .tit span {
    font-size: 1.3rem;
  }
  .p-customer-info .s-customer06__photo .item ul {
    padding: 0 0.5rem 0 1rem;
  }
  .p-customer-info .s-customer06__photo .item ul li {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .p-customer-info .s-customer06__photo .item ul li:before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.3rem;
  }
  .p-customer-info .s-customer06__photo .item.item1 {
    top: 0;
  }
  .p-customer-info .s-customer06__photo .item.item1:after {
    bottom: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-customer-info .s-customer06__photo .item.item2 {
    top: -2rem;
  }
  .p-customer-info .s-customer06__photo .item.item2:after {
    bottom: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-customer-info .s-customer06__photo .item.item3:after {
    top: -5rem;
    left: 50%;
    margin-left: -3.2rem;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  .p-customer-info .s-customer06__photo .item.item4:after {
    top: -5rem;
    margin-left: 3.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  .p-customer-info .s-customer06__photo.s-customer06__photo2 {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
  .p-customer-info .s-customer06__box {
    margin-top: 2rem;
  }
  .p-customer-info .s-customer06__box .box {
    width: 100%;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .p-customer-info .s-customer06__box .box:last-child {
    margin-bottom: 0;
  }
  .p-customer-info .s-customer06__box .ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .p-customer-info .s-customer06__box .tt {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
  }
  .p-customer-info .s-customer07 {
    padding-top: 3rem;
  }
  .p-customer-info .s-customer07 .txt {
    margin: 2rem 0;
  }
  .p-customer-info .s-customer07 .txt dl {
    display: block;
    margin-bottom: 1rem;
  }
  .p-customer-info .s-customer07 .txt dl:last-child {
    margin-bottom: 0;
  }
  .p-customer-info .s-customer07 .txt dl dd {
    width: 100%;
    margin-top: 0.5rem;
  }
  .p-customer-info .s-customer07 .item {
    width: 100%;
  }
  .p-customer-info .s-customer07 .item .ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0 0.5rem;
  }
  .p-customer-info .s-customer07 a {
    margin: 3rem auto 0;
  }
  .p-customer-info .s-customer07__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .p-customer-info .s-customer08 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  .p-customer-info .s-customer08 .txt {
    margin: 2rem 0 0;
  }
  .p-customer-info .s-customer08__list {
    margin-top: 2rem;
    padding: 2rem 0;
  }
  .p-customer-info .s-customer08__list:before {
    background: RGB(1, 93, 200);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(1, 93, 200)), to(rgb(12, 200, 249)));
    background: linear-gradient(0deg, rgb(1, 93, 200) 0%, rgb(12, 200, 249) 100%);
    width: 4.5rem;
    height: 100%;
    top: 0;
    left: 1.7rem;
  }
  .p-customer-info .s-customer08__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-customer-info .s-customer08__list .item:last-child {
    margin-bottom: 0;
  }
  .p-customer-info .s-customer08__list .item div {
    width: calc(100% - 8rem);
    padding-left: 2rem;
  }
  .p-customer-info .s-customer08__list .item span {
    width: 8rem;
    height: 7.5rem;
    font-size: 3rem;
    background: url(../front-info/images/bg3_sp.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 1rem;
  }
  .p-customer-info .s-customer08__list .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
  .p-report-info .s-report01 {
    padding: 3rem 1rem;
  }
  .p-report-info .s-report01__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 0 0 1.5rem;
  }
  .p-report-info .s-report02 {
    margin-top: 4rem;
  }
  .p-report-info .s-report02 .txt {
    margin-top: 3rem;
  }
  .p-report-info .s-report02__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 2rem;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-report-info .s-report02__list .item {
    width: calc(50% - 0.5rem);
    padding: 1rem 0.2rem;
  }
  .p-report-info .s-report02__list .item img {
    width: 7rem;
  }
  .p-report-info .s-report02__list .item p {
    font-size: 1.3rem;
  }
  .p-report-info .s-report03 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  .p-report-info .s-report03__list {
    margin-top: 3rem;
  }
  .p-report-info .s-report03__list .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-report-info .s-report03__list .item:last-child {
    margin-bottom: 0;
  }
  .p-report-info .s-report03__list .item .item_ttl {
    padding: 1.7rem 1rem 3rem;
  }
  .p-report-info .s-report03__list .item .item_ttl .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
  .p-report-info .s-report04 {
    padding: 4rem 0;
  }
  .p-report-info .s-report04 .txt {
    margin: 2rem 0 0;
  }
  .p-report-info .s-report04 .item {
    width: 100%;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .p-report-info .s-report04 .item:last-child {
    margin-bottom: 0;
  }
  .p-report-info .s-report04 .item img {
    width: 5rem;
  }
  .p-report-info .s-report04 .item .ttl {
    font-size: 1.8rem;
    margin: 0.5rem 0;
  }
  .p-report-info .s-report04 .item .tt {
    font-size: 1.6rem;
  }
  .p-report-info .s-report04__list {
    margin-top: 2rem;
  }
  .p-report-info .s-report05 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-report-info .s-report05 .txt {
    margin: 2rem 0 0;
  }
  .p-report-info .s-report05__list {
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .p-report-info .s-report05__list .item {
    width: calc(33.3333333333% - 0.3333333333rem);
    height: 11rem;
    padding-top: 1.2rem;
  }
  .p-report-info .s-report05__list .item img {
    width: 6rem;
  }
  .p-report-info .s-report05__list .item p {
    font-size: 1.4rem;
    margin: 0.4rem 0 0;
  }
  .p-report-info .s-report06 {
    padding: 4rem 0 0;
  }
  .p-report-info .s-report06 .txt {
    margin: 2rem 0 0;
  }
  .p-report-info .s-report06__flex {
    margin-top: 2rem;
  }
  .p-report-info .s-report06__flex .right {
    width: 100%;
    margin-top: 3rem;
  }
  .p-report-info .s-report06__flex .right .box {
    padding: 2.8rem 1.5rem;
    margin-bottom: 3rem;
  }
  .p-report-info .s-report06__flex .right .box .ttl {
    font-size: 1.8rem;
  }
  .p-report-info .s-report08 {
    padding-top: 4rem;
  }
  .p-report-info .s-report08 .txt {
    margin: 2rem 0 0;
  }
  .p-report-info .s-report08 .cm-btn02 {
    margin: 3rem auto 0;
  }
  .p-report-info .s-report08__list {
    gap: 2rem;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-report-info .s-report08__list .item {
    width: 100%;
  }
  .p-report-info .s-report08__list .item .ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0 0.5rem;
  }
  .p-report-info .s-report09 {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  .p-report-info .s-report09 .txt {
    margin: 2rem 0 0;
  }
  .p-report-info .s-report09__list {
    margin-top: 2rem;
    padding: 2rem 0;
  }
  .p-report-info .s-report09__list:before {
    background: RGB(1, 93, 200);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(1, 93, 200)), to(rgb(12, 200, 249)));
    background: linear-gradient(0deg, rgb(1, 93, 200) 0%, rgb(12, 200, 249) 100%);
    width: 4.5rem;
    height: 100%;
    top: 0;
    left: 1.7rem;
  }
  .p-report-info .s-report09__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-report-info .s-report09__list .item:last-child {
    margin-bottom: 0;
  }
  .p-report-info .s-report09__list .item div {
    width: calc(100% - 8rem);
    padding-left: 2rem;
  }
  .p-report-info .s-report09__list .item span {
    width: 8rem;
    height: 7.5rem;
    font-size: 3rem;
    background: url(../front-info/images/bg3_sp.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 1rem;
  }
  .p-report-info .s-report09__list .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm_maintitle {
    padding: 4.7rem 0 4.2rem;
  }
  .cm_maintitle_heading_en {
    font-size: 10rem;
  }
  .cm_maintitle_heading_jp {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .c-breadcrumb {
    margin-bottom: 7.2rem;
  }
  .c-pagination {
    margin-top: 4.6rem;
  }
  .form {
    margin: 5rem auto 0;
  }
  .form .form-content dl:last-child dt:before {
    position: absolute;
    content: "";
    background: #afaba2;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
  }
  .form .form-content .list-cont {
    gap: 1rem 5rem;
  }
  .form .form-content__dt {
    width: 32rem;
    padding: 3rem 2rem;
  }
  .form .form-content__dd {
    width: calc(100% - 32rem);
    padding: 3rem 4rem;
  }
  .form .form-content__title {
    font-size: 1.8rem;
    padding-right: 8rem;
  }
  .form .form-content__title:after {
    width: 5.8rem;
    height: 2.9rem;
  }
  .form #formEnd {
    margin-top: 5rem;
  }
  .news-detail__head {
    padding: 2.5rem 5.5rem;
  }
  .news-detail__head .tag {
    top: -2rem;
    left: 4rem;
  }
  .news-detail__head .date {
    font-size: 1.8rem;
  }
  .news-detail__head .ttl {
    font-size: 3.2rem;
  }
  .single__WYSIWYG h1 {
    padding: 0.5rem 0;
    margin: 5rem 0 3rem;
    font-size: 3rem;
  }
  .single__WYSIWYG h2 {
    padding: 0.5rem 0;
    margin: 5rem 0 3rem;
    padding-left: 2rem;
    font-size: 2.8rem;
  }
  .single__WYSIWYG h3 {
    padding: 0.5rem 0;
    margin: 5rem 0 3rem;
    font-size: 2.6rem;
  }
  .single__WYSIWYG h4 {
    padding: 0.5rem 0;
    margin: 5rem 0 3rem;
    font-size: 2.2rem;
  }
  .single__WYSIWYG h5 {
    padding: 0.5rem 0;
    margin: 5rem 0 3rem;
    font-size: 2rem;
  }
  .single__WYSIWYG h6 {
    padding: 0.5rem 0;
    margin: 5rem 0 3rem;
    font-size: 2rem;
  }
  .single__WYSIWYG figure {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .single__WYSIWYG p {
    margin-bottom: 3rem;
  }
  .single__WYSIWYG p img {
    margin: 3rem 0;
  }
  .single__WYSIWYG p img.aligncenter {
    margin: 3rem auto 3rem;
  }
  .single__WYSIWYG p img.alignleft {
    margin-right: 5rem;
  }
  .single__WYSIWYG p img.alignright {
    margin-left: 5rem;
  }
  .single__WYSIWYG p iframe {
    width: 100%;
    height: 50rem;
  }
  .single__WYSIWYG ol {
    margin-top: 3rem;
  }
  .single__WYSIWYG ul {
    margin-top: 3rem;
  }
  .single__WYSIWYG .box-youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }
  .single__WYSIWYG .box-youtube img {
    margin-top: 0;
  }
  .single__WYSIWYG .box-youtube iframe {
    width: 100%;
    height: 50rem;
  }
  .single__WYSIWYG .aligncenter {
    text-align: center;
    max-width: 100%;
  }
  .single__WYSIWYG .alignright {
    text-align: right;
    max-width: 100%;
  }
  .single__WYSIWYG .cm-btn.btn-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .single__WYSIWYG .cm-btn.btn-pdf a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    font-size: 1.8rem;
    margin-left: 0;
  }
  .single .pagination a {
    font-size: 1.6rem;
  }
  #cm-main {
    background: url(../images/common_img/bg_title.png) no-repeat top center;
    background-size: 100% auto;
  }
  .flex-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5.2rem;
    padding-bottom: 4.6rem;
  }
  .flex-content__left {
    width: 84rem;
  }
  .flex-content__right {
    width: 20rem;
  }
  .p-news .s-news__listInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    padding-right: 1.3rem;
  }
  .p-news .s-news__listInner:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-news .s-news__listInner:hover .icon:before {
    background: #111987;
  }
  .p-news .s-news__listInner:hover .icon:after {
    border: solid #111987;
    border-width: 0 0.1rem 0.1rem 0;
  }
  .p-news .s-news__listInner .img {
    width: 21rem;
    height: 15rem;
  }
  .p-news .s-news__listInner .ct {
    width: calc(100% - 22.8rem);
    padding-left: 5rem;
    padding-top: 2.1rem;
  }
  .p-news .s-news__listInner .cate_date {
    gap: 1.4rem;
  }
  .p-news .s-news__listInner .ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin: 1.6rem 0 0;
  }
  .p-news .s-news__listInner .icon {
    top: 50%;
    right: 0;
    width: 1.8rem;
    gap: 1.8rem;
    position: relative;
  }
  .p-news .s-news__listInner .icon:before {
    width: 100%;
    height: 0.1rem;
    background: #999999;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-news .s-news__listInner .icon:after {
    border: solid #999999;
    border-width: 0 0.1rem 0.1rem 0;
    display: inline-block;
    padding: 0.5rem;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-news_detail .flex-content {
    margin-top: 9.2rem;
  }
  .p-news_detail .s-news_detailTtl {
    margin-bottom: 4.2rem;
  }
  .p-news_detail .s-news_detailTtl .ttl {
    font-size: 3rem;
  }
  .p-news_detail .s-news_detail p {
    margin: 2.8rem 0 3.1rem;
  }
  .p-news_detail .cm-btn03 {
    margin-top: 7.4rem;
  }
  .p-case .s-case {
    margin-bottom: 4.3rem;
  }
  .p-case .s-case__listcat {
    gap: 2rem 2.1rem;
    padding: 2rem 10rem 0;
    margin-bottom: 8.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-case .s-case__listcat a {
    padding: 1.7rem 2.5rem;
    min-width: 11.8rem;
  }
  .p-case .s-case__list {
    margin-top: 5rem;
  }
  .p-case .s-case__listInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    padding-right: 1.3rem;
  }
  .p-case .s-case__listInner:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-case .s-case__listInner:hover .icon:before {
    background: #111987;
  }
  .p-case .s-case__listInner:hover .icon:after {
    border: solid #111987;
    border-width: 0 0.1rem 0.1rem 0;
  }
  .p-case .s-case__listInner .img {
    width: 36.3rem;
    height: 24rem;
  }
  .p-case .s-case__listInner .ct {
    width: calc(100% - 38.3rem);
    padding-left: 5.3rem;
    padding-right: 6.5rem;
  }
  .p-case .s-case__listInner .ttl {
    font-size: 2.4rem;
    line-height: 1.25;
    margin: 1.5rem 0 1.7rem;
  }
  .p-case .s-case__listInner .icon {
    margin-top: 6.8rem;
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
  }
  .p-case .s-case__listInner .icon:before {
    width: 100%;
    height: 0.1rem;
    background: #999999;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-case .s-case__listInner .icon:after {
    border: solid #999999;
    border-width: 0 0.1rem 0.1rem 0;
    display: inline-block;
    padding: 0.5rem;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-case_detail .box_grey {
    padding: 2.5rem 3rem 4.2rem;
    margin: 5rem 0 7.1rem;
  }
  .p-case_detail .box_grey table th {
    font-size: 1.8rem;
  }
  .p-case_detail .box_grey table th:first-child {
    width: 17rem;
  }
  .p-case_detail .box_grey .cm-title02 {
    margin-bottom: 3.1rem;
  }
  .p-case_detail .cm-title02 {
    margin-bottom: 2.8rem;
  }
  .p-case_detail .mgbt {
    margin-bottom: 8rem;
  }
  .p-case_detail .flx-ct img {
    float: left;
    width: 39rem;
    margin-right: 2.8rem;
  }
  .p-dx .s-dx01 .txt {
    margin: 4.3rem 0 3.2rem;
  }
  .p-dx .s-dx01_listItem {
    padding: 1rem 0.9rem 1rem 3.1rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-dx .s-dx01_listItem p {
    margin: 3.3rem 0 0;
  }
  .p-dx .s-dx01_listItem img {
    width: 29.9rem;
  }
  .p-dx .s-dx01_listItem .ct {
    width: calc(100% - 29.9rem);
    padding: 1.5rem 3.4rem 0 0;
  }
  .p-dx .s-dx02 {
    margin-top: 10.6rem;
  }
  .p-dx .s-dx02 .txt {
    margin: 3.8rem 0 3.4rem;
  }
  .p-dx .s-dx02__list {
    margin: 0 0 4.7rem;
  }
  .p-dx .s-dx02__list li {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
  .p-dx .s-dx02__list li .ttl {
    font-size: 2rem;
    margin: 2.4rem 0 0.7rem;
  }
  .p-dx .s-dx02__list li p {
    padding-right: 3rem;
  }
  .p-dx .s-dx03 {
    padding: 8.1rem 0 10.2rem;
    margin-top: 12rem;
  }
  .p-dx .s-dx03__listItem {
    padding: 2.4rem 3rem 4.8rem;
    margin-bottom: 3rem;
  }
  .p-dx .s-dx03__listItem .ttl {
    margin-bottom: 3.1rem;
  }
  .p-dx .s-dx03__listItem dl {
    margin: 0 0 5.8rem;
  }
  .p-dx .s-dx03__listItem dl dt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .p-dx .s-dx03__listItem dl dd p {
    margin: 0 0 0.2rem;
  }
  .p-front-info .s-customer00 a {
    max-width: 21rem;
  }
  .p-front-info .s-front01 {
    padding: 9.1rem 0 9.6rem;
  }
  .p-front-info .s-front01__ttl {
    font-size: 3.6rem;
    line-height: 1.4444444444;
    margin: 0 0 3.7rem;
  }
  .p-front-info .s-front02 {
    margin-top: 11rem;
  }
  .p-front-info .s-front02 .txt {
    margin: 5.2rem 0 0;
  }
  .p-front-info .s-front02__list {
    gap: 1.5rem;
    margin-top: 5.2rem;
    margin-bottom: 2.2rem;
  }
  .p-front-info .s-front02__list .item {
    width: calc(20% - 1.2rem);
    padding: 2.8rem 0.5rem 2.1rem;
  }
  .p-front-info .s-front02__list .item p {
    margin: 1rem auto 0;
    line-height: 1.6;
  }
  .p-front-info .s-front03 {
    padding: 10rem 0;
    margin-top: 11.7rem;
  }
  .p-front-info .s-front03__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 5rem;
  }
  .p-front-info .s-front03__list .item {
    width: calc(33.3333333333% - 2rem);
  }
  .p-front-info .s-front03__list .item .item_ttl {
    padding: 1rem 1rem 2.5rem;
  }
  .p-front-info .s-front03__list .item .item_ttl .ttl {
    font-size: 2.4rem;
  }
  .p-front-info .s-front04 {
    padding: 11.2rem 0 13.5rem;
  }
  .p-front-info .s-front04 .txt {
    margin: 4rem 0 0;
  }
  .p-front-info .s-front04 .item {
    width: calc(50% - 2.5rem);
    padding: 3.7rem 3.5rem 4rem;
  }
  .p-front-info .s-front04 .item .ttl {
    font-size: 3rem;
    margin: 1rem 0 1.8rem;
  }
  .p-front-info .s-front04 .item .tt {
    font-size: 2rem;
  }
  .p-front-info .s-front04__list {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem 4.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-front-info .s-front05 {
    padding-top: 8.8rem;
    padding-bottom: 10rem;
  }
  .p-front-info .s-front05 .cm-title01 {
    text-align: left;
  }
  .p-front-info .s-front05 .txt {
    margin: 4.5rem 0 0;
  }
  .p-front-info .s-front05__list {
    gap: 1.5rem;
    margin-top: 3.2rem;
  }
  .p-front-info .s-front05__list .item {
    width: calc(20% - 1.2rem);
    height: 21rem;
    padding: 3.4rem 0.5rem 0.5rem;
  }
  .p-front-info .s-front05__list .item p {
    font-size: 2rem;
    margin: 0.4rem 0 0;
  }
  .p-front-info .s-front06 {
    margin-top: 11rem;
  }
  .p-front-info .s-front06 .txt {
    margin: 4rem 0 0;
  }
  .p-front-info .s-front06 .ttl {
    font-size: 3rem;
    padding-bottom: 2.6rem;
  }
  .p-front-info .s-front06__inner {
    margin-top: 6.4rem;
  }
  .p-front-info .s-front06__list {
    margin-top: 6rem;
    padding-bottom: 5rem;
  }
  .p-front-info .s-front06__list img {
    width: 70rem;
  }
  .p-front-info .s-front06__list .item {
    width: 30rem;
    padding-bottom: 3.6rem;
    border-radius: 1rem;
  }
  .p-front-info .s-front06__list .item:after {
    width: 7.4rem;
    height: 6rem;
  }
  .p-front-info .s-front06__list .item .tit {
    top: -2rem;
    margin-bottom: -0.3rem;
  }
  .p-front-info .s-front06__list .item .tit span {
    font-size: 2.4rem;
  }
  .p-front-info .s-front06__list .item ul {
    padding-left: 4rem;
  }
  .p-front-info .s-front06__list .item ul li {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .p-front-info .s-front06__list .item ul li:before {
    width: 1.2rem;
    height: 1.2rem;
    top: 1rem;
  }
  .p-front-info .s-front06__list .item.item1:after {
    bottom: -2.3rem;
    right: -3.3rem;
  }
  .p-front-info .s-front06__list .item.item2:after {
    bottom: 0.3rem;
    left: -3.9rem;
  }
  .p-front-info .s-front06__list .item.item3:after {
    top: -2.5rem;
    right: -4.4rem;
  }
  .p-front-info .s-front06__list .item.item4:after {
    top: -4.2rem;
    left: -3.8rem;
  }
  .p-front-info .s-front07 {
    margin-top: 11.7rem;
    padding-top: 9rem;
    padding-bottom: 10.2rem;
  }
  .p-front-info .s-front07 .txt {
    margin: 4.2rem 0 0;
  }
  .p-front-info .s-front07__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.3rem;
  }
  .p-front-info .s-front07__inner img {
    width: 42.4rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-front-info .s-front07__inner .ct {
    width: calc(100% - 42.4rem);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 5.3rem 0 0 4.9rem;
  }
  .p-front-info .s-front07__inner .ttl {
    font-size: 1.6rem;
    margin: 0 0 1.1rem;
  }
  .p-front-info .s-front07__inner .ttl span {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .p-front-info .s-front08 {
    padding-top: 9rem;
  }
  .p-front-info .s-front08 .txt {
    margin: 4.2rem 0 0;
  }
  .p-front-info .s-front08 .cm-btn02 {
    margin: 7.3rem auto 0;
  }
  .p-front-info .s-front08__list {
    gap: 5.4rem 3.5rem;
    margin-top: 3.5rem;
  }
  .p-front-info .s-front08__list .item {
    width: calc(33.3333333333% - 2.3333333333rem);
  }
  .p-front-info .s-front08__list .item .ttl {
    font-size: 2rem;
    margin: 2.3rem 0 0.7rem;
  }
  .p-front-info .s-front09 {
    margin-top: 13rem;
    padding: 9rem 0;
  }
  .p-front-info .s-front09 .txt {
    margin: 4.2rem 0 0;
  }
  .p-front-info .s-front09__list {
    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;
    gap: 5.2rem;
    margin-top: 3.7rem;
  }
  .p-front-info .s-front09__list:before {
    width: 100%;
    height: 11.8rem;
    background: RGB(1, 93, 200);
    background: -webkit-gradient(linear, right top, left top, from(rgb(1, 93, 200)), to(rgb(12, 200, 249)));
    background: linear-gradient(-90deg, rgb(1, 93, 200) 0%, rgb(12, 200, 249) 100%);
    top: 4.1rem;
  }
  .p-front-info .s-front09__list .item {
    width: 19.4rem;
  }
  .p-front-info .s-front09__list .item:nth-child(2) .ttl {
    margin: 3rem 0 2.4rem;
  }
  .p-front-info .s-front09__list .item:nth-child(3) .ttl {
    margin: 3rem 0 2.4rem;
  }
  .p-front-info .s-front09__list .item span {
    width: 19.4rem;
    height: 20.7rem;
    font-size: 6.4rem;
    padding-top: 3.5rem;
    background: url(../front-info/images/bg3.png) no-repeat top center;
    background-size: 100% auto;
  }
  .p-front-info .s-front09__list .item .ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 1.3rem 0 0.9rem;
    text-align: center;
  }
  .s-customer00 {
    margin-bottom: 5rem;
    margin-top: -5rem;
  }
  .p-customer-info .cm_maintitle_heading_en {
    font-size: 6rem;
  }
  .p-customer-info .s-customer01 {
    padding: 11.6rem 0 12.3rem;
  }
  .p-customer-info .s-customer01__ttl {
    font-size: 3.6rem;
    line-height: 1.4444444444;
    margin: 0 0 3.7rem;
  }
  .p-customer-info .s-customer02 {
    margin-top: 11rem;
  }
  .p-customer-info .s-customer02 .txt {
    margin: 4.4rem 0 0;
  }
  .p-customer-info .s-customer02__list {
    gap: 1.5rem;
    margin-top: 3.4rem;
  }
  .p-customer-info .s-customer02__list .item {
    width: calc(20% - 1.2rem);
    padding: 2.8rem 0.5rem 2.1rem;
    height: 24.2rem;
  }
  .p-customer-info .s-customer02__list .item p {
    line-height: 1.5;
    margin: 1.2rem 0 0;
  }
  .p-customer-info .s-customer03 {
    margin-top: 12rem;
    padding: 9rem 0 10.2rem;
  }
  .p-customer-info .s-customer03 .title {
    font-size: 3rem;
    padding-bottom: 2.2rem;
  }
  .p-customer-info .s-customer03_inner {
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
  .p-customer-info .s-customer03__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 4rem;
  }
  .p-customer-info .s-customer03__list .item {
    width: calc(33.3333333333% - 2rem);
  }
  .p-customer-info .s-customer03__list .item .item_ttl {
    padding: 1rem 1rem 2.5rem;
  }
  .p-customer-info .s-customer03__list .item .item_ttl .ttl {
    font-size: 2.4rem;
  }
  .p-customer-info .s-customer04 {
    padding: 11.3rem 0 13rem;
  }
  .p-customer-info .s-customer04 .txt {
    margin: 4.1rem 0 0;
  }
  .p-customer-info .s-customer04__list {
    margin-top: 3.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem 4.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-customer-info .s-customer04__list .item {
    width: calc(50% - 2.5rem);
    padding: 3.6rem 3.5rem 2.2rem;
  }
  .p-customer-info .s-customer04__list .ttl {
    font-size: 3rem;
    margin: 0.6rem 0 1.7rem;
  }
  .p-customer-info .s-customer05 {
    padding: 9.7rem 0 10rem;
  }
  .p-customer-info .s-customer05 .txt {
    margin: 4rem 0 4.2rem;
  }
  .p-customer-info .s-customer05 .ttl {
    font-size: 3rem;
    padding-bottom: 2.2rem;
  }
  .p-customer-info .s-customer05_inner {
    margin-bottom: 7rem;
  }
  .p-customer-info .s-customer05_list {
    gap: 1.5rem;
    margin-top: 4.1rem;
  }
  .p-customer-info .s-customer05_list .item {
    width: calc(20% - 1.2rem);
    padding: 3.4rem 2rem 3rem;
  }
  .p-customer-info .s-customer05_list .item p {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0.8rem 0 0;
  }
  .p-customer-info .s-customer06 {
    margin-top: 11.7rem;
  }
  .p-customer-info .s-customer06__photo {
    margin-top: 6rem;
    padding-bottom: 5rem;
  }
  .p-customer-info .s-customer06__photo img {
    width: 70rem;
  }
  .p-customer-info .s-customer06__photo .item {
    width: 30rem;
    padding-bottom: 3.6rem;
    border-radius: 1rem;
  }
  .p-customer-info .s-customer06__photo .item:after {
    width: 7.4rem;
    height: 6rem;
  }
  .p-customer-info .s-customer06__photo .item .tit {
    top: -2rem;
    margin-bottom: -0.3rem;
  }
  .p-customer-info .s-customer06__photo .item .tit span {
    font-size: 2.4rem;
  }
  .p-customer-info .s-customer06__photo .item ul {
    padding-left: 4rem;
  }
  .p-customer-info .s-customer06__photo .item ul li {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .p-customer-info .s-customer06__photo .item ul li:before {
    width: 1.2rem;
    height: 1.2rem;
    top: 1rem;
  }
  .p-customer-info .s-customer06__photo .item.item1:after {
    bottom: -2.3rem;
    right: -3.3rem;
  }
  .p-customer-info .s-customer06__photo .item.item2:after {
    bottom: 0.3rem;
    left: -3.9rem;
  }
  .p-customer-info .s-customer06__photo .item.item3:after {
    top: -2.5rem;
    right: -4.4rem;
  }
  .p-customer-info .s-customer06__photo .item.item4:after {
    top: -4.2rem;
    left: -3.8rem;
  }
  .p-customer-info .s-customer06__photo.s-customer06__photo2 {
    padding-top: 5rem;
    margin-top: 0;
  }
  .p-customer-info .s-customer06__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem;
    margin-top: 6.6rem;
  }
  .p-customer-info .s-customer06__box .box {
    width: calc(50% - 2.25rem);
    padding: 5.9rem 3.3rem;
  }
  .p-customer-info .s-customer06__box .ttl {
    font-size: 2.6rem;
    line-height: 1.3333333333;
    padding-bottom: 2.5rem;
  }
  .p-customer-info .s-customer06__box .tt {
    font-size: 2rem;
    line-height: 1.8;
    margin: 3rem 0 1.3rem;
  }
  .p-customer-info .s-customer07 {
    padding-top: 11rem;
  }
  .p-customer-info .s-customer07 .cm-title01_jp {
    font-size: 3.9rem;
  }
  .p-customer-info .s-customer07 .txt {
    margin: 4rem 0 3.5rem;
  }
  .p-customer-info .s-customer07 .txt dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-customer-info .s-customer07 .txt dl dd {
    width: calc(100% - 14.5rem);
    padding-left: 1rem;
  }
  .p-customer-info .s-customer07 .item {
    width: calc(33.3333333333% - 2rem);
  }
  .p-customer-info .s-customer07 .item .ttl {
    font-size: 2rem;
    margin: 2.3rem 0 0.7rem;
  }
  .p-customer-info .s-customer07 a {
    margin: 7.3rem auto 0;
  }
  .p-customer-info .s-customer07__list {
    gap: 3.5rem;
  }
  .p-customer-info .s-customer08 {
    margin-top: 13rem;
    padding: 9rem 0;
  }
  .p-customer-info .s-customer08 .txt {
    margin: 4.2rem 0 0;
  }
  .p-customer-info .s-customer08__list {
    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;
    gap: 5.2rem;
    margin-top: 3.7rem;
  }
  .p-customer-info .s-customer08__list:before {
    width: 100%;
    height: 11.8rem;
    background: RGB(1, 93, 200);
    background: -webkit-gradient(linear, right top, left top, from(rgb(1, 93, 200)), to(rgb(12, 200, 249)));
    background: linear-gradient(-90deg, rgb(1, 93, 200) 0%, rgb(12, 200, 249) 100%);
    top: 4.1rem;
  }
  .p-customer-info .s-customer08__list .item {
    width: 19.4rem;
  }
  .p-customer-info .s-customer08__list .item:nth-child(2) .ttl {
    margin: 3rem 0 2.4rem;
  }
  .p-customer-info .s-customer08__list .item:nth-child(3) .ttl {
    margin: 3rem 0 2.4rem;
  }
  .p-customer-info .s-customer08__list .item span {
    width: 19.4rem;
    height: 20.7rem;
    font-size: 6.4rem;
    padding-top: 3.5rem;
    background: url(../front-info/images/bg3.png) no-repeat top center;
    background-size: 100% auto;
  }
  .p-customer-info .s-customer08__list .item .ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 1.3rem 0 0.9rem;
    text-align: center;
  }
  .p-report-info .s-customer00 a {
    max-width: 21rem;
  }
  .p-report-info .s-report01 {
    padding: 11.6rem 0 12.3rem;
  }
  .p-report-info .s-report01__ttl {
    font-size: 3.6rem;
    line-height: 1.4444444444;
    margin: 0 0 3.7rem;
  }
  .p-report-info .s-report02 {
    margin-top: 11rem;
  }
  .p-report-info .s-report02 .txt {
    margin-top: 5.2rem;
  }
  .p-report-info .s-report02__list {
    gap: 1.5rem;
    margin-top: 5.2rem;
    margin-bottom: 2.2rem;
  }
  .p-report-info .s-report02__list .item {
    width: calc(20% - 1.2rem);
    padding: 2.8rem 0.5rem 2.1rem;
  }
  .p-report-info .s-report02__list .item p {
    margin: 1rem auto 0;
    line-height: 1.6;
  }
  .p-report-info .s-report03 {
    padding: 10rem 0;
    margin-top: 11.7rem;
  }
  .p-report-info .s-report03__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 5rem;
  }
  .p-report-info .s-report03__list .item {
    width: calc(33.3333333333% - 2rem);
  }
  .p-report-info .s-report03__list .item .item_ttl {
    padding: 1.5rem 1rem 2.5rem;
  }
  .p-report-info .s-report03__list .item .item_ttl .ttl {
    font-size: 2.4rem;
    line-height: 1.25;
    margin: 0 0 1rem;
  }
  .p-report-info .s-report03__list .item.item2 .item_ttl {
    background-size: 100% 100%;
  }
  .p-report-info .s-report03__list .item.item3 .item_ttl {
    background-size: 100% 100%;
  }
  .p-report-info .s-report04 {
    padding: 11.2rem 0 13.5rem;
  }
  .p-report-info .s-report04 .txt {
    margin: 4rem 0 0;
  }
  .p-report-info .s-report04 .item {
    width: calc(50% - 2.5rem);
    padding: 3.7rem 3.5rem 4rem;
  }
  .p-report-info .s-report04 .item .ttl {
    font-size: 3rem;
    margin: 1rem 0 1.8rem;
  }
  .p-report-info .s-report04 .item .tt {
    font-size: 2rem;
  }
  .p-report-info .s-report04__list {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem 4.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-report-info .s-report05 {
    padding-top: 8.8rem;
    padding-bottom: 10rem;
  }
  .p-report-info .s-report05 .cm-title01 {
    text-align: left;
  }
  .p-report-info .s-report05 .txt {
    margin: 4.5rem 0 0;
  }
  .p-report-info .s-report05__list {
    gap: 1.5rem;
    margin-top: 3.2rem;
  }
  .p-report-info .s-report05__list .item {
    width: calc(20% - 1.2rem);
    height: 21rem;
    padding: 3.4rem 0.5rem 0.5rem;
  }
  .p-report-info .s-report05__list .item p {
    font-size: 2rem;
    margin: 0.4rem 0 0;
  }
  .p-report-info .s-report06 {
    padding: 11.2rem 0 0;
  }
  .p-report-info .s-report06 .txt {
    margin: 4rem 0 0;
  }
  .p-report-info .s-report06__flex {
    margin: 2.7rem 0 0 -1.1rem;
  }
  .p-report-info .s-report06__flex .right {
    width: calc(100% - 70.9rem);
    padding-left: 3.1rem;
    padding-top: 5.5rem;
  }
  .p-report-info .s-report06__flex .right .box {
    padding: 2.8rem 2.2rem 2.8rem 3.9rem;
    margin-bottom: 6.8rem;
  }
  .p-report-info .s-report06__flex .right .box .ttl {
    font-size: 2.4rem;
  }
  .p-report-info .s-report08 {
    padding-top: 9rem;
  }
  .p-report-info .s-report08 .txt {
    margin: 4.2rem 0 0;
  }
  .p-report-info .s-report08 .cm-btn02 {
    margin: 7.3rem auto 0;
  }
  .p-report-info .s-report08__list {
    gap: 3.5rem;
    margin-top: 3.5rem;
  }
  .p-report-info .s-report08__list .item {
    width: calc(33.3333333333% - 2.3333333333rem);
  }
  .p-report-info .s-report08__list .item .ttl {
    font-size: 2rem;
    margin: 2.3rem 0 0.7rem;
  }
  .p-report-info .s-report09 {
    margin-top: 13rem;
    padding: 9rem 0;
  }
  .p-report-info .s-report09 .txt {
    margin: 4.2rem 0 0;
  }
  .p-report-info .s-report09__list {
    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;
    gap: 5.2rem;
    margin-top: 3.7rem;
  }
  .p-report-info .s-report09__list:before {
    width: 100%;
    height: 11.8rem;
    background: RGB(1, 93, 200);
    background: -webkit-gradient(linear, right top, left top, from(rgb(1, 93, 200)), to(rgb(12, 200, 249)));
    background: linear-gradient(-90deg, rgb(1, 93, 200) 0%, rgb(12, 200, 249) 100%);
    top: 4.1rem;
  }
  .p-report-info .s-report09__list .item {
    width: 19.4rem;
    text-align: center;
  }
  .p-report-info .s-report09__list .item span {
    width: 19.4rem;
    height: 20.7rem;
    font-size: 6.4rem;
    padding-top: 3.5rem;
    background: url(../front-info/images/bg3.png) no-repeat top center;
    background-size: 100% auto;
  }
  .p-report-info .s-report09__list .item .ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 1.3rem 0 0.9rem;
    text-align: center;
  }
  .p-report-info .s-report09__list .item p {
    text-align: center;
  }
}
@media only screen and (max-width: 1300px) {
  .p-front-info .s-front06__list .item.item1 {
    left: 0;
  }
  .p-front-info .s-front06__list .item.item2 {
    right: 0;
  }
  .p-front-info .s-front06__list .item.item3 {
    left: 0;
  }
  .p-front-info .s-front06__list .item.item4 {
    right: 0;
  }
  .p-customer-info .s-customer06__photo .item.item1 {
    left: 0;
  }
  .p-customer-info .s-customer06__photo .item.item2 {
    right: 0;
  }
  .p-customer-info .s-customer06__photo .item.item3 {
    left: 0;
    bottom: 4.5rem;
  }
  .p-customer-info .s-customer06__photo .item.item4 {
    right: 0;
  }
}
.cm-data {
  background: url(../data-info/images/bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-data {
    padding: 12.4rem 0 13.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-data {
    padding: 3rem 0;
  }
}
.cm-data .ttl {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-data .ttl {
    font-size: 3.6rem;
    margin: 0 0 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-data .ttl {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }
}
.cm-data p {
  margin: 0;
  color: #fff;
  letter-spacing: 0.05em;
}

.cm-title03 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-title03 {
    font-size: 3rem;
    padding-bottom: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title03 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.cm-title03:after {
  content: "";
  background: #3056a3;
  width: 8rem;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor01 {
    padding: 11rem 0 11.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor01 {
    padding: 4rem 0;
  }
}
.p-data-info .s-datainfor01 .cm-title01 {
  text-align: left;
}
.p-data-info .s-datainfor01__list {
  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;
}
@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor01__list {
    margin-top: 5.3rem;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor01__list {
    margin-top: 3rem;
    margin-bottom: 2rem;
    gap: 1rem;
  }
}
.p-data-info .s-datainfor01__list .item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(219, 240, 255);
  border-radius: 10px;
  background-color: rgb(241, 249, 255);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor01__list .item {
    width: calc(20% - 1.2rem);
    padding: 2.8rem 0.5rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor01__list .item {
    width: calc(50% - 0.5rem);
    padding: 1rem 0.2rem;
  }
}
.p-data-info .s-datainfor01__list .item img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor01__list .item img {
    width: 7rem;
  }
}
.p-data-info .s-datainfor01__list .item p {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor01__list .item p {
    margin: 1rem auto 0;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor01__list .item p {
    font-size: 1.3rem;
  }
}
.p-data-info .s-datainfor01 .txt {
  margin: 2.1rem 0 0;
  letter-spacing: 0.05em;
}
.p-data-info .s-datainfor02 {
  background: #e2f1fc;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor02 {
    padding: 9.5rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor02 {
    padding: 4rem 0;
  }
}
.p-data-info .s-datainfor02__list .item.item1 .item_ttl {
  background: url(../data-info/images/tt01a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-data-info .s-datainfor02__list .item.item2 .item_ttl {
  background: url(../data-info/images/tt02a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-data-info .s-datainfor02__list .item.item3 .item_ttl {
  background: url(../data-info/images/tt03a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-data-info .s-datainfor03 {
  background: url(../data-info/images/bg1.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor03 .s-front05__list .item {
    width: calc(50% - 0.25rem);
  }
}
.p-data-info .s-datainfor05 {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor05 .s-front08__list {
    margin-top: 5rem;
  }
}
.p-data-info .s-datainfor05 .s-front08__list .item ul {
  margin: 0;
  padding: 0;
}
.p-data-info .s-datainfor05 .s-front08__list .item ul li {
  margin: 0;
  list-style-type: none;
  padding-left: 1.4rem;
  position: relative;
}
.p-data-info .s-datainfor05 .s-front08__list .item ul li:before {
  content: "・";
  position: absolute;
  left: -0.3rem;
  top: 0;
}
.p-data-info .s-datainfor06 {
  background: #ecf4f8;
}
@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor06 {
    padding: 8.9rem 0;
    margin-top: 11.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor06 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor06 .cm-btn02 {
    margin-top: 4.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-data-info .s-datainfor04 {
    margin-top: 11.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-data-info .s-datainfor04 {
    margin-top: 4rem;
  }
}

.s-datainfor04 .cm-title01 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .s-datainfor04 .txt {
    margin: 4.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04 .txt {
    margin-top: 2rem;
  }
}
.s-datainfor04__list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list {
    margin-top: 2rem;
  }
}
.s-datainfor04__list:before {
  width: 0.2rem;
  height: 80%;
  background: #efefef;
  position: absolute;
  top: 10%;
  content: "";
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list:before {
    left: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list:before {
    left: 1.1rem;
  }
}
.s-datainfor04__list .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list .item {
    margin-bottom: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list .item {
    margin-bottom: 2rem;
  }
}
.s-datainfor04__list .item:last-child {
  margin-bottom: 0;
}
.s-datainfor04__list .item:before {
  content: "";
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list .item:before {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list .item:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.s-datainfor04__list .item:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list .item:after {
    width: 1.5rem;
    height: 1.5rem;
    left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list .item:after {
    width: 1rem;
    height: 1rem;
    left: 0.7rem;
  }
}
.s-datainfor04__list .item dl {
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list .item dl {
    padding-left: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list .item dl {
    padding-left: 6rem;
  }
}
.s-datainfor04__list .item dl dt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list .item dl dt {
    left: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list .item dl dt {
    left: 2rem;
  }
  .s-datainfor04__list .item dl dt img {
    width: 8rem;
  }
}
.s-datainfor04__list .item dl dd {
  width: 100%;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list .item dl dd {
    padding: 2.8rem 11rem 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list .item dl dd {
    padding: 1rem 1rem 1rem 4rem;
  }
}
.s-datainfor04__list .item dl dd .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-datainfor04__list .item dl dd .ttl {
    font-size: 3rem;
    margin: 0 0 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-datainfor04__list .item dl dd .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.s-datainfor04__list .item dl dd p {
  margin: 0;
}
.s-datainfor04__list .item dl dd ul {
  margin: 0;
  padding: 0;
}
.s-datainfor04__list .item dl dd ul li {
  margin: 0;
  list-style-type: none;
  padding-left: 1.4rem;
  position: relative;
}
.s-datainfor04__list .item dl dd ul li:before {
  content: "・";
  position: absolute;
  left: -0.3rem;
  top: 0;
}
.s-datainfor04__list .item:nth-child(1):after {
  background: -webkit-gradient(linear, left top, right top, from(#04c2d9), to(#03a8be));
  background: linear-gradient(90deg, #04c2d9 0%, #03a8be 100%);
}
.s-datainfor04__list .item:nth-child(1) dl dd .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#04c2d9), to(#03a8be));
  background: linear-gradient(90deg, #04c2d9 0%, #03a8be 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.s-datainfor04__list .item:nth-child(2):after {
  background: -webkit-gradient(linear, left top, right top, from(#018dad), to(#004f62));
  background: linear-gradient(90deg, #018dad 0%, #004f62 100%);
}
.s-datainfor04__list .item:nth-child(2) dl dd .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#018dad), to(#004f62));
  background: linear-gradient(90deg, #018dad 0%, #004f62 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.s-datainfor04__list .item:nth-child(3):after {
  background: -webkit-gradient(linear, left top, right top, from(#026394), to(#00486c));
  background: linear-gradient(90deg, #026394 0%, #00486c 100%);
}
.s-datainfor04__list .item:nth-child(3) dl dd .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#026394), to(#00486c));
  background: linear-gradient(90deg, #026394 0%, #00486c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.s-datainfor04__list .item:nth-child(4):after {
  background: -webkit-gradient(linear, left top, right top, from(#023d76), to(#022d57));
  background: linear-gradient(90deg, #023d76 0%, #022d57 100%);
}
.s-datainfor04__list .item:nth-child(4) dl dd .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#023d76), to(#022d57));
  background: linear-gradient(90deg, #023d76 0%, #022d57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud01 {
    margin-top: 11.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud01 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud01__item {
    margin-top: 3.7rem;
    margin-bottom: 6.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud01__item {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.p-smartreportcloud .s-smartreportcloud01__item:last-child {
  margin-bottom: 0;
}
.p-smartreportcloud .s-smartreportcloud01__item .txt {
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud01__item .txt {
    margin: 3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud01__item .txt {
    margin: 2rem 0 0;
  }
}
.p-smartreportcloud .s-smartreportcloud01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud01__list {
    gap: 3rem;
    margin-top: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud01__list {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-smartreportcloud .s-smartreportcloud01__list .item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(219, 240, 255);
  border-radius: 10px;
  background-color: rgb(241, 249, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud01__list .item {
    width: calc(50% - 1.5rem);
    padding: 2.3rem 1.8rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud01__list .item {
    width: 100%;
    padding: 1.5rem;
    gap: 1rem;
  }
}
.p-smartreportcloud .s-smartreportcloud01__list .item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud01__list .item img {
    width: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud01__list .item img {
    width: 8rem;
  }
}
.p-smartreportcloud .s-smartreportcloud01__list .item .ct {
  width: 100%;
}
.p-smartreportcloud .s-smartreportcloud01__list .item .ct .ttl {
  font-weight: 700;
  margin: 0 0 0.7rem;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud01__list .item .ct .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud01__list .item .ct .ttl {
    font-size: 1.6rem;
  }
}
.p-smartreportcloud .s-smartreportcloud01__list .item .ct p {
  line-height: 1.5;
  margin: 0;
}
.p-smartreportcloud .s-smartreportcloud02 {
  background: #e2f1fc;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud02 {
    padding: 9.5rem 0 12.9rem;
    margin-top: 11.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud02 {
    padding: 4rem 0;
  }
}
.p-smartreportcloud .s-smartreportcloud02__list .item .item_ct {
  padding: 0 1.5rem 3rem;
}
.p-smartreportcloud .s-smartreportcloud02__list .item .item_ttl p {
  letter-spacing: -0.05em;
}
.p-smartreportcloud .s-smartreportcloud02__list .item.item1 .item_ttl {
  background: url(../smartreportcloud/images/tt01a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-smartreportcloud .s-smartreportcloud02__list .item.item2 .item_ttl {
  background: url(../smartreportcloud/images/tt02a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-smartreportcloud .s-smartreportcloud02__list .item.item3 .item_ttl {
  background: url(../smartreportcloud/images/tt03a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-smartreportcloud .s-smartreportcloud03 .s-front04__list ul {
  margin: 0;
  padding: 0;
}
.p-smartreportcloud .s-smartreportcloud03 .s-front04__list ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  position: relative;
}
.p-smartreportcloud .s-smartreportcloud03 .s-front04__list ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-datainfor04 {
    margin: -1.5rem 0 0;
  }
  .p-smartreportcloud .s-datainfor04__list {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-datainfor04 {
    margin-top: 2rem;
  }
}
.p-smartreportcloud .s-smartreportcloud04 {
  background: #ecf4f8;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud04 {
    padding: 9rem 0 10rem;
    margin-top: 12.5rem;
  }
  .p-smartreportcloud .s-smartreportcloud04 .cm-btn02 {
    margin: 7.3rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud04 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
  .p-smartreportcloud .s-smartreportcloud04 .cm-btn02 {
    margin: 3rem auto 0;
  }
}
.p-smartreportcloud .s-smartreportcloud04 .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-smartreportcloud .s-smartreportcloud04 .txt {
    margin: 4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-smartreportcloud .s-smartreportcloud04 .txt {
    margin: 2rem 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi01 {
    padding: 11rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi01 {
    padding: 4rem 0;
  }
}
.p-knowledgenavi .s-knowledgenavi01 .cm-title01 {
  text-align: left;
}
.p-knowledgenavi .s-knowledgenavi01 .cm-title01 .cm-title01_jp {
  letter-spacing: -0.075em;
}
.p-knowledgenavi .s-knowledgenavi01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi01__list {
    gap: 3rem;
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi01__list {
    gap: 2rem;
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-knowledgenavi .s-knowledgenavi01 .item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(219, 240, 255);
  border-radius: 10px;
  background-color: rgb(241, 249, 255);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi01 .item {
    width: calc(33.3333333333% - 1.5rem);
    padding: 2.8rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi01 .item {
    width: 100%;
    padding: 1.5rem;
  }
  .p-knowledgenavi .s-knowledgenavi01 .item img {
    width: 7rem;
  }
}
.p-knowledgenavi .s-knowledgenavi01 .item .ttl {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi01 .item .ttl {
    font-size: 2.4rem;
    margin: 0.8rem 0 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi01 .item .ttl {
    font-size: 1.8rem;
    margin: 0.5rem 0;
  }
}
.p-knowledgenavi .s-knowledgenavi01 .item p {
  margin: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi01 .txt {
    margin: 2.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi01 .txt {
    margin: 2rem 0 0;
  }
}
.p-knowledgenavi .s-knowledgenavi02 {
  background: #ecf4f8;
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi03 {
    padding: 11.5rem 0 12.3rem;
  }
  .p-knowledgenavi .s-knowledgenavi03 .cm-title01 {
    text-align: left;
    margin-bottom: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi03 {
    padding: 4rem 0;
  }
  .p-knowledgenavi .s-knowledgenavi03 .cm-title01 {
    margin-bottom: 2rem;
  }
  .p-knowledgenavi .s-knowledgenavi03 .cm-title01_jp {
    letter-spacing: -0.05em;
  }
}
.p-knowledgenavi .s-knowledgenavi04 {
  background: #e2f1fc;
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi04 {
    padding: 9.5rem 0 10rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi04 {
    padding: 4rem 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi04__list .item .item_ct {
    padding: 0 1.5rem 3rem;
  }
  .p-knowledgenavi .s-knowledgenavi04__list .item .item_ttl .ttl {
    letter-spacing: -0.075em;
    margin: 0 -1rem 0.6rem;
  }
  .p-knowledgenavi .s-knowledgenavi04__list .item .item_ttl p {
    letter-spacing: -0.05em;
  }
}
.p-knowledgenavi .s-knowledgenavi04__list .item.item1 .item_ttl {
  background: url(../knowledgenavi/images/tt01a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-knowledgenavi .s-knowledgenavi04__list .item.item2 .item_ttl {
  background: url(../knowledgenavi/images/tt02a.png) no-repeat top center;
  background-size: 100% auto;
}
.p-knowledgenavi .s-knowledgenavi04__list .item.item3 .item_ttl {
  background: url(../knowledgenavi/images/tt03a.png) no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi05 {
    padding: 11.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi05 {
    padding: 4rem 0 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi05 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 140rem;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-knowledgenavi .s-knowledgenavi05 img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-knowledgenavi .s-knowledgenavi05 .ct {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-knowledgenavi .s-knowledgenavi05 .ct .cm-title01 {
  text-align: left;
}
.p-knowledgenavi .s-knowledgenavi06 {
  background: #ecf4f8;
}
@media only screen and (min-width: 768px) {
  .p-knowledgenavi .s-knowledgenavi06 {
    padding: 10rem 0 10rem;
  }
  .p-knowledgenavi .s-knowledgenavi06 .cm-title01_jp {
    letter-spacing: -0.075em;
  }
  .p-knowledgenavi .s-knowledgenavi06 .cm-btn02 {
    margin: 7.3rem auto 0;
  }
  .p-knowledgenavi .s-knowledgenavi06 .txt {
    text-align: center;
    margin: 3.6rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-knowledgenavi .s-knowledgenavi06 {
    padding: 4rem 0;
    margin-top: 4rem;
  }
  .p-knowledgenavi .s-knowledgenavi06 .cm-btn02 {
    margin: 3rem auto 0;
  }
  .p-knowledgenavi .s-knowledgenavi06 .txt {
    text-align: center;
    margin: 2rem auto 0;
  }
}