@charset "UTF-8";
/* CSS Document */
.ib {
  display: inline-block;
}

.mv .section-title__en.fl:first-letter {
  font-size: 60px;
  font-size: 3.75rem;
  color: #009ade;
}
@media (min-width: 768px) {
  .mv .section-title__en.fl:first-letter {
    font-size: 6.25rem;
  }
}

.temp-page {
  padding-bottom: 100px;
  padding-bottom: 6.5rem;
}

button.btn {
  border: none;
}

.btn:hover {
  background: #008fa1;
  color: #fff;
}
.btn:hover a {
  color: #fff;
}

.back-btn a:hover {
  background-color: #008fa1;
  color: #fff;
  border-color: #008fa1;
}

.temp-page .contact__btn {
  background-color: #009ade;
  color: #fff;
}
.temp-page .contact__btn a {
  color: #fff;
}
.temp-page .contact__btn:hover {
  background: #006997;
  color: #fff;
}
.temp-page .contact__btn:hover a {
  color: #fff;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 700ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*================
top
================*/
.fv__title, .fv__org, .fv__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.fv__org {
  margin-bottom: 20px;
  font-size: 0.888rem;
  font-weight: 500;
}
.fv__org span {
  font-family: jost,sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.388rem;
  display: inline-block;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .fv__org {
    margin-bottom: 25px;
    font-size: 1.488rem;
  }
  .fv__org span {
    font-size: 2.088rem;
  }
}

.fv__name {
  font-family: jost,sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  font-size: 1.288rem;
  margin-bottom: 10px;
  color: #009ade;
}
.fv__name span {
  background: #fff;
  display: block;
  max-width: 286px;
  padding: 6px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fv__name {
    margin-bottom: 15px;
    font-size: 3.688rem;
  }
  .fv__name span {
    max-width: 856px;
    padding: 10px 10px 15px;
  }
}

.fv__text {
  font-weight: 400;
  font-style: italic;
}

#vision {
  background: #ececec;
  color: #333;
}
@media (min-width: 768px) {
  #vision {
    padding-bottom: 8.5rem;
  }
}
#vision .section-title__en {
  text-align: center;
  color: #333;
}
#vision .section-title__en strong {
  border-top: 6px #009ade solid;
  display: inline-block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #vision .section-title__en strong {
    padding-top: 30px;
  }
}
#vision .section-title__en span {
  color: #009ade;
}
#vision .vision__subtitle {
  font-size: 1.4rem;
  margin-top: 40px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #vision .vision__subtitle {
    font-size: 2.45rem;
    /*max-width: 49.8125rem;*/
    max-width: 59.8125rem;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
#vision .vision__text {
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #vision .vision__text {
    font-size: 0.931rem;
    margin-top: 50px;
  }
}
#vision .vision__text p {
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #vision .vision__text p {
    margin-bottom: 20px;
  }
}
#vision .vision__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #vision .vision__text p:last-child {
    margin-bottom: 0;
  }
}
#vision .btn.vision__btn {
  color: #225246;
  background-color: #fff;
  font-weight: bold;
}
#vision .btn.vision__btn:hover {
  background-color: #8aab45;
  color: #fff;
}
#vision .btn.vision__btn:hover a {
  color: #fff;
}
#vision .btn.vision__btn a {
  color: #225246;
}
@media (min-width: 768px) {
  #vision .btn.vision__btn {
    margin-top: 5.688rem;
  }
}

#approach {
  background: #000;
  padding: 4.5625rem 0;
}
@media (min-width: 768px) {
  #approach {
    padding: 9.8125rem 0;
  }
}
#approach .approach__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5625rem;
  box-sizing: border-box;
}
#approach .section-title__en {
  text-align: center;
  color: #fff;
}
#approach .section-title__en strong {
  border-top: 6px #008fa1 solid;
  display: inline-block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #approach .section-title__en strong {
    padding-top: 30px;
  }
}
#approach .section-title__sub {
  text-align: center;
  margin-top: 2.4rem;
  letter-spacing: .16em;
  font-weight: 700;
  color: #fff;
}
#approach .section-title__sub::before {
  display: none;
}
#approach .approach__body ul {
  width: 100%;
  padding-top: 40px;
}
@media (min-width: 768px) {
  #approach .approach__body ul {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
#approach .approach__body ul li {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
#approach .approach__body ul li .approach__img {
  width: calc(30% - 10px);
}
#approach .approach__body ul li .approach__img img {
  border-radius: 100px;
}
#approach .approach__body ul li .approach__img p {
  text-align: center;
  margin-top: 8px;
}
#approach .approach__body ul li .approach__txt {
  width: calc(70% - 10px);
}
@media (min-width: 768px) {
  #approach .approach__body ul li {
    margin-top: 60px;
    width: calc(50% - 30px);
  }
  #approach .approach__body ul li .approach__txt {
    width: calc(70% - 20px);
  }
}
#approach .approach__body ul li h5 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  color: #fff;
}
@media (min-width: 768px) {
  #approach .approach__body ul li h5 {
    font-size: 1.4rem;
  }
}
#approach .approach__body ul li h5 a {
  color: #fff;
}
#approach .approach__body ul li p {
  color: #fff;
  line-height: 1.6;
}
#approach .approach__body ul li a {
  transition: .4s;
  color: #fff;
}
#approach .approach__body ul li a:hover {
  opacity: .7;
}
#approach .core__body ul {
  width: 100%;
  padding-top: 40px;
}
#approach .core__body ul li {
  margin-top: 70px;
}
@media (min-width: 768px) {
  #approach .core__body ul li:nth-child(2n) .core__flx {
    flex-direction: row-reverse;
  }
}
#approach .core__body ul li h5 {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  #approach .core__body ul li h5 {
    font-size: 1.3rem;
  }
}
#approach .core__body ul li .core__flx {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  #approach .core__body ul li .core__flx {
    justify-content: space-between;
  }
}
#approach .core__body ul li .core__txt {
  width: 100%;
}
@media (min-width: 768px) {
  #approach .core__body ul li .core__txt {
    width: calc(55% - 45px);
  }
}
@media (max-width: 768px) {
  #approach .core__body ul li .core__txt {
    order: 3;
    margin-top: 10px;
  }
}
#approach .core__body ul li .core__txt a:hover {
  opacity: .7;
  transition: 0.4s;
}
#approach .core__body ul li .core__img {
  width: calc(90% - 10px);
}
#approach .core__body ul li .core__img img {
  border-radius: 20px;
}
@media (min-width: 768px) {
  #approach .core__body ul li .core__img {
    width: calc(45% - 10px);
  }
}
#approach .core__body ul li .coreCompany__logo {
  width: calc(50% - 10px);
  margin-top: 20px;
}
#approach .core__body ul li .coreCompany__logo img {
  border: 1px solid #555;
}
#approach .core__body ul li .coreCompany__logo figcaption {
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  #approach .core__body ul li .coreCompany__logo {
    width: calc(35% - 15px);
  }
  #approach .core__body ul li .coreCompany__logo figcaption {
    font-size: 0.85rem;
  }
}

.movie--top {
  max-width: 1000px;
  margin: 3.125rem auto 0;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .movie--top {
    margin-top: 8.3125rem;
  }
}
.movie--top video {
  width: 100%;
}

#news--top {
  background: #fff;
}
#news--top .section-title__en {
  text-align: center;
}
#news--top .section-title__en strong {
  border-top: 6px #008fa1 solid;
  display: inline-block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #news--top .section-title__en strong {
    padding-top: 30px;
  }
}
#news--top .section-title__sub {
  text-align: center;
  margin-top: 2.4rem;
  letter-spacing: .16em;
  font-weight: 700;
}
#news--top .section-title__sub::before {
  display: none;
}
@media (min-width: 768px) {
  #news--top .news--top__header {
    margin-top: 3.5625rem;
  }
}
@media (min-width: 768px) {
  #news--top .news-card__items {
    flex-wrap: wrap;
    mmargin-top: 80px;
    gap: 25px;
  }
  #news--top .news-card__items .news-card {
    width: calc( calc(100% - 75px ) / 4);
  }
}

@media (min-width: 768px) {
  #partner {
    padding: 6.5rem 0 7.8125rem;
  }
}
#partner .section-title__en {
  text-align: center;
}
#partner .section-title__en strong {
  border-top: 6px #008fa1 solid;
  display: inline-block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #partner .section-title__en strong {
    padding-top: 30px;
  }
}
#partner .section-title__sub {
  text-align: center;
  margin-top: 2.4rem;
  letter-spacing: .16em;
  font-weight: 700;
}
#partner .section-title__sub::before {
  display: none;
}
@media (min-width: 768px) {
  #partner .team__text {
    margin-top: 2.625rem;
  }
}
#partner .team__boxes {
  justify-content: space-between;
}
@media (min-width: 768px) {
  #partner .team__boxes {
    justify-content: center;
  }
}
#partner .team__boxes.widhTit {
  justify-content: space-around;
}
@media (min-width: 768px) {
  #partner .team__boxes.widhTit {
    justify-content: space-around;
  }
}
#partner .team__boxes.widhTit .team__box-wrap {
  width: 46%;
}
@media (min-width: 768px) {
  #partner .team__boxes.widhTit .team__box-wrap {
    width: 23%;
  }
}
#partner .team__boxes.widhTit .team__box-wrap p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#partner .team__boxes.widhTit .team__box-wrap p::before, #partner .team__boxes.widhTit .team__box-wrap p::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
}
#partner .team__boxes.widhTit .team__box-wrap p::before {
  margin-right: 6px;
}
#partner .team__boxes.widhTit .team__box-wrap p::after {
  margin-left: 6px;
}
#partner .team__boxes.widhTit .team__box {
  width: 100%;
}
@media (min-width: 768px) {
  #partner .team__box {
    aspect-ratio: 279/100;
  }
}
#partner .team__box img {
  margin-left: auto;
  margin-right: auto;
}
#partner .team__box a:hover {
  opacity: .7;
  transition: .4s;
}

/*================
form
================*/
.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item .checkbox__body {
  display: inline-block;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

.wpcf7-submit.btn.submit__btn {
  padding: 1.875rem 0;
  font-size: 1.0625rem;
}
.wpcf7-submit.btn.submit__btn:disabled {
  background: #aaa;
  border-color: #aaa;
}
.wpcf7-submit.btn.submit__btn:disabled:hover {
  background: #aaa;
  border-color: #aaa;
}

.required {
  width: auto;
  min-width: 50px;
  padding: 0 4px;
  margin-left: 4px;
}

/*.submit__btn-wrap {
	&::after{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -50px;
		content: "\f061";
		color: #fff;
		font-size: 100px;
		font-family: "font awesome 5 free";
	}
}*/
@media (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 100px !important;
  }
}

/*================
article
================*/
@media (min-width: 768px) {
  .news-card__info .news-card__date {
    line-height: 28px;
    float: left;
  }
}
@media (min-width: 768px) {
  .news-card__info .news-card__categorys {
    padding-left: 10px;
  }
}

.postThumbnail {
  margin-bottom: 20px;
}
.postThumbnail img {
  max-width: 100%;
  height: auto;
}

/*記事*/
.article__contents {
  color: #333;
  line-height: 1.7;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .article__contents {
    margin-top: 60px;
  }
}

.article__contents img {
  width: auto;
}

.article__contents div {
  margin-bottom: 10px;
}

.article__contents p {
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 768px) {
  .article__contents p {
    margin-bottom: 20px;
  }
}

.article__contents strong {
  font-weight: bold;
}

.article__contents ul {
  list-style: disc;
  padding: 0 0 10px 20px;
}

.article__contents ol {
  list-style: decimal;
  padding: 0 0 10px 20px;
}

/*.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{
	font-weight:bold;
	clear: both;
}
.article h1{ font-size:130%;}
.article h2{ font-size:123%;}
.article h3{ font-size:116%;}
.article h4{ font-size:110%;}
.article h5{ font-size:105%;}
.article h6{ font-weight:normal;}*/
.article__contents h1 {
  clear: both;
  font-size: 32px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: bold;
}
.article__contents h2 {
  clear: both;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.article__contents h3 {
  clear: both;
  font-size: 18px;
  margin: 20px 0 15px 0px;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
}
.article__contents h3::before {
  display: none;
}
.article__contents h4 {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article__contents h5 {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article__contents h6 {
  clear: both;
  font-weight: normal;
}
.article__contents .wp-caption img {
  margin-bottom: 2px;
}
.article__contents table {
  border: 1px #ccc solid;
  margin-bottom: 15px;
  width: 100%;
}
.article__contents table td, .article__contents table th {
  border: 1px #ccc solid;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.article__contents table th {
  vertical-align: middle;
  font-weight: bold;
  min-width: 120px;
}
.article__contents blockquote {
  background: #ebebeb;
  border-radius: 5px;
  padding: 10px 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.article__contents blockquote::before {
  content: '“';
  position: absolute;
  top: -10px;
  left: 0;
  color: #999;
  font-size: 32px;
}
.article__contents sup, .article__contents sub {
  font-size: 74%;
}
.article__contents sup {
  vertical-align: top;
}
.article__contents sub {
  vertical-align: bottom;
}
.article__contents.campaign h2 {
  color: #c02720;
  border-left-color: #c02720;
  font-size: 120%;
}
.article__contents.campaign h1, .article__contents.campaign h2, .article__contents.campaign h3, .article__contents.campaign h4, .article__contents.campaign h5, .article__contents.campaign h6 {
  font-family: 'M PLUS 1p', sans-serif;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.article img {
  max-width: 100%;
  height: auto;
}

img.alignleft, img.alignright {
  display: inline;
}

@media screen and (max-width: 670px) {
  /*670px*/
  .alignleft, .alignright {
    float: none;
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.article__contents input {
  padding: 4px;
  display: block;
}

.article__contents pre {
  border: 1px #CCC solid;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.article__contents em {
  font-style: italic;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wp-caption {
  border: 1px #ccc solid;
  text-align: center;
  padding: 5px;
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 100%;
}
.wp-caption p {
  color: #605742;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.page_num {
  display: none;
}

.u-inlbk {
  display: inline-block;
}

.article__contents .section-title__sub {
  text-align: center;
  margin-top: 2.4rem;
  letter-spacing: .16em;
  font-weight: 700;
}
.article__contents .section-title__sub::before {
  display: none;
}
.article__contents .core__body ul {
  width: 100%;
  padding-top: 40px;
}
.article__contents .core__body ul li {
  margin-top: 70px;
  list-style: none;
}
@media (min-width: 768px) {
  .article__contents .core__body ul li:nth-child(2n) .core__flx {
    flex-direction: row-reverse;
  }
}
.article__contents .core__body ul li h5 {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .article__contents .core__body ul li h5 {
    font-size: 1.3rem;
  }
}
.article__contents .core__body ul li .core__flx {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .article__contents .core__body ul li .core__flx {
    justify-content: space-between;
  }
}
.article__contents .core__body ul li .core__txt {
  width: 100%;
}
@media (min-width: 768px) {
  .article__contents .core__body ul li .core__txt {
    width: calc(55% - 45px);
  }
}
@media (max-width: 768px) {
  .article__contents .core__body ul li .core__txt {
    order: 3;
    margin-top: 10px;
  }
}
.article__contents .core__body ul li .core__txt a:hover {
  opacity: .7;
  transition: 0.4s;
}
.article__contents .core__body ul li .core__img {
  width: calc(90% - 10px);
}
.article__contents .core__body ul li .core__img img {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .article__contents .core__body ul li .core__img {
    width: calc(45% - 10px);
  }
}
.article__contents .core__body ul li .coreCompany__logo {
  width: calc(50% - 10px);
  margin-top: 20px;
}
.article__contents .core__body ul li .coreCompany__logo img {
  border: 1px solid #555;
}
.article__contents .core__body ul li .coreCompany__logo figcaption {
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .article__contents .core__body ul li .coreCompany__logo {
    width: calc(35% - 15px);
  }
  .article__contents .core__body ul li .coreCompany__logo figcaption {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .page-id-591 .article__contents table td, .page-id-356 .article__contents table td {
    height: initial !important;
    width: 100% !important;
    display: block !important;
  }
}

.pcOnly {
  display: none;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

#solution__article {
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#solution__article .solution__taxonomyTit {
  margin-bottom: 0;
}

.solution__body {
  padding-top: 1.125rem;
  padding-bottom: 7.9375rem;
}
.solution__catList {
  gap: 10% !important;
}
@media (min-width: 768px) {
  .solution__catList {
    gap: 5% !important;
  }
}
.solution__catList > .news-card {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .solution__catList > .news-card {
    width: 47.5% !important;
    margin-bottom: 70px !important;
  }
}
.solution__taxonomyTit {
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .solution__taxonomyTit {
    margin-bottom: 0px;
  }
}
.solution__taxonomyTit h5 {
  font-size: 1.6rem;
  position: relative;
  padding: 0 65px;
  display: inline-block;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .solution__taxonomyTit h5 {
    font-size: 2rem;
  }
}
.solution__taxonomyTit h5::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
.solution__taxonomyTit h5 span {
  position: relative;
  padding: 0 1em;
  background: #000;
}
.solution__archive .news-card__title {
  text-align: center;
}
.solution__contents {
  color: #333;
  line-height: 2.0;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .solution__contents {
    margin-top: 60px;
  }
}
.solution__thumbnail {
  text-align: center;
  margin-bottom: 80px;
}
.solution__thumbnail img {
  max-width: 600px;
  margin: 0 auto;
}
.solution__taxonomy {
  border-radius: 0;
}
@media (min-width: 768px) {
  .solution__taxonomy {
    font-size: 1.2rem;
  }
}
.solution__nav {
  margin-right: 1.2em;
}
.solution__nav:last-child {
  margin-right: 0;
}
.solution__art {
  margin-bottom: 80px;
}
.solution__artTit {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .solution__artTit {
    font-size: 2rem;
  }
}
.solution__artTit::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  background: #009ade;
}
.solution__artSubTit {
  font-size: 1.3rem;
  margin: 0 0 20px 0;
  font-weight: bold;
  padding: 0.1em 10px;
  border-left: 6px solid #009ade;
  line-height: 1;
}
@media (min-width: 768px) {
  .solution__artSubTit {
    font-size: 1.5rem;
  }
}
.solution__artExample {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.solution__artExample dt {
  width: 25%;
  padding: 1rem;
}
.solution__artExample dt:nth-of-type(odd) {
  background: #FAFBF8;
}
.solution__artExample dd {
  padding: 1rem;
  width: 75%;
}
.solution__artExample dd:nth-of-type(odd) {
  background: #FAFBF8;
}
.solution__slides li {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .solution__slides li {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
.solution__slides li:nth-child(even) {
  margin-left: auto;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .solution__slides li .left {
    width: 50%;
    max-width: 500px;
  }
}
.solution__slides li .left p {
  text-align: center;
}
@media (min-width: 768px) {
  .solution__slides li .right {
    width: 50%;
  }
}
.solution__provider {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  border: solid 1px #ccc;
  padding: 1rem;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .solution__provider {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .solution__provider .left {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .solution__provider .right {
    width: 30%;
  }
}
.solution__provider__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.solution__provider__logo {
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .solution__provider__logo {
    max-width: 100%;
  }
}
.solution__provider__list {
  display: flex;
}
.solution__provider__list dt {
  width: 115px;
}
.solution__provider__list dd {
  width: calc(100% - 115px);
}
@media (min-width: 768px) {
  .solution__provider__list dd {
    padding-right: 10px;
  }
}
.solution__flx {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.solution__btn {
  width: 100%;
  max-width: calc(275px + 1rem);
  border-radius: 2.8125rem;
}
.solution__btn.detail {
  border: solid 1px #008fa1;
  background-color: #008fa1;
}
.solution__btn.detail:hover {
  transition: 0.4s;
  background-color: #fff;
}
.solution__btn.detail:hover a {
  color: #000;
}
.solution__btn.detail:hover .new__window::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"> <path fill="%23000000" d="M0,3.32C0,2.04,1.04,1,2.32,1h2.03c.28,0,.5.22.5.5s-.22.5-.5.5h-2.03c-.73,0-1.32.59-1.32,1.32v6.36c0,.73.59,1.32,1.32,1.32h6.36c.73,0,1.32-.59,1.32-1.32v-2.03c0-.28.22-.5.5-.5s.5.22.5.5v2.03c0,1.28-1.04,2.32-2.32,2.32H2.32c-1.28,0-2.32-1.04-2.32-2.32V3.32Z"/><path  fill="%23000000"  d="M7,.5c0-.28.22-.5.5-.5h4c.28,0,.5.22.5.5v4c0,.28-.22.5-.5.5s-.5-.22-.5-.5V1h-3.5c-.28,0-.5-.22-.5-.5Z"/><path  fill="%23000000"  d="M11.49.53c.19.2.19.51,0,.71l-4.64,4.62c-.2.19-.51.19-.71,0-.19-.2-.19-.51,0-.71L10.78.53c.2-.19.51-.19.71,0Z"/></svg>') no-repeat;
}
.solution__btn.resources {
  border: solid 1px #009ade;
  background-color: #009ade;
}
.solution__btn.resources:hover {
  transition: 0.4s;
  background-color: #fff;
}
.solution__btn.resources:hover a {
  color: #000;
}
.solution__btn a {
  text-align: center;
  padding: 1rem 0;
  display: block;
  width: 100%;
  color: #fff;
}
.solution__request {
  border: none !important;
}
.solution__request th {
  border: none !important;
}

.new__window {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.new__window::after {
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"> <path fill="%23ffffff" d="M0,3.32C0,2.04,1.04,1,2.32,1h2.03c.28,0,.5.22.5.5s-.22.5-.5.5h-2.03c-.73,0-1.32.59-1.32,1.32v6.36c0,.73.59,1.32,1.32,1.32h6.36c.73,0,1.32-.59,1.32-1.32v-2.03c0-.28.22-.5.5-.5s.5.22.5.5v2.03c0,1.28-1.04,2.32-2.32,2.32H2.32c-1.28,0-2.32-1.04-2.32-2.32V3.32Z"/><path  fill="%23ffffff"  d="M7,.5c0-.28.22-.5.5-.5h4c.28,0,.5.22.5.5v4c0,.28-.22.5-.5.5s-.5-.22-.5-.5V1h-3.5c-.28,0-.5-.22-.5-.5Z"/><path  fill="%23ffffff"  d="M11.49.53c.19.2.19.51,0,.71l-4.64,4.62c-.2.19-.51.19-.71,0-.19-.2-.19-.51,0-.71L10.78.53c.2-.19.51-.19.71,0Z"/></svg>') no-repeat;
}

.translatepress-en_US .en__hidden, .translatepress-en_US .section-title__jp, .translatepress-en_US .contact__contents p:not(.contact__btn) {
  display: none;
}

#menu-language_switcher .fixed_btn.current-language-menu-item {
  display: none;
}

.about_container {
  width: 100%;
  max-width: 59.8125rem;
  padding: 20px;
  background-color: #fff;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  /* 下段：キャプションバー */
  /* モバイル対応：画面が狭いときは折り返す */
}
.about_container .box-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
}
.about_container .box {
  flex: 1;
  /* すべてのボックスを均等な幅に */
  aspect-ratio: 1 / 1;
  /* 正方形を維持 */
  border: 3px solid #009ade;
  /* 画像の青緑色に近い色 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.4;
}
.about_container .footer-bar {
  background-color: #009ade;
  color: white;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}
.about_container .footer-bar .sub-text {
  display: block;
  margin-top: 5px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .about_container .box-wrapper {
    flex-wrap: wrap;
  }
  .about_container .box {
    flex: 1 1 30%;
    /* 3列にする */
    font-size: 0.9rem;
  }
  .about_container .footer-bar {
    font-size: 1rem;
  }
}

.mainBgBlack {
  background: #000;
}
.mainBgBlack .pankuzu {
  color: #eee;
}
.mainBgBlack .pankuzu .inner li {
  border-color: #eee;
}
.mainBgBlack .pankuzu .inner li a {
  color: #fff;
}
.mainBgBlack .news-cards__item:hover {
  opacity: 1;
}
.mainBgBlack .news-cards__item figure {
  background: #fff;
  transition: .1s;
}
.mainBgBlack .news-cards__item figure img {
  transition: .1s;
}
.mainBgBlack .news-cards__item figure img:hover {
  opacity: .7;
}
.mainBgBlack .news-cards__item .news-card__title {
  color: #fff;
}

.sul-list {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 50px;
}
.sul-list .approach__img {
  width: calc(30% - 10px);
  max-width: 200px;
  a: hover;
}
.sul-list .approach__img img {
  border-radius: 100px;
}
.sul-list .approach__txt {
  width: calc(70% - 10px);
}
@media (min-width: 768px) {
  .sul-list {
    margin-bottom: 100px;
  }
  .sul-list .approach__txt {
    width: calc(100% - 200px - 60px);
  }
}
.sul-list h5 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .sul-list h5 {
    font-size: 1.4rem;
  }
}
.sul-list h5 a {
  color: #fff;
}
.sul-list p {
  color: #fff;
  line-height: 1.8;
  font-size: 1.2rem;
}
.sul-list a {
  transition: .4s;
}
.sul-list a:hover {
  opacity: .7;
}
