@charset "UTF-8";
/* ===================================================================
 CSS Document

 file name  : base.css
 style info : Initial Style
=================================================================== */
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li, ol li {
  list-style-type: none;
}

a, button, input, textarea {
  outline: none;
}

img {
  box-shadow: #000 0 0 0;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity .3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1.0rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  padding-top: 50px;
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}

body * {
  box-sizing: border-box;
}

body sub {
  font-size: 1rem;
  vertical-align: baseline;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1.5s, transform 1.5s;
}

.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.u-inline-block {
  display: inline-block;
}

.u-mb10 {
  margin-bottom: 5px !important;
}

.u-mb20 {
  margin-bottom: 10px !important;
}

.u-mb40 {
  margin-bottom: 20px !important;
}

.u-mb50 {
  margin-bottom: 25px !important;
}

.u-mt10 {
  margin-top: 5px !important;
}

.u-mt20 {
  margin-top: 10px !important;
}

.u-mt30 {
  margin-top: 15px !important;
}

.u-mt40 {
  margin-top: 20px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml15 {
  margin-left: 7px !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.l-contents {
  max-width: 990px;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
}

.l-contents-inner {
  max-width: 820px;
  margin: 0 auto;
}

.m-ttl-01 {
  margin-bottom: 20px;
  padding: 0 16px 5px;
  border-bottom: 1px solid #5876b8;
  color: #5876b8;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}

.m-ttl-01 .is-new {
  display: inline-block;
  margin-left: 8px;
  transform: translateY(-10%);
  padding: 1px 5px 0;
  background-color: #ea6da4;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

.m-ttl-02 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.m-ttl-02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #5876b8;
}

.m-ttl-03 {
  margin-bottom: 30px;
  padding: 4px 16px;
  background-color: #5876b8;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
}

.m-txt-01 {
  font-size: 1.4rem;
}

.m-txt-01 .is-new {
  display: inline-block;
  margin-left: 8px;
  transform: translateY(-10%);
  padding: 1px 5px 0;
  background-color: #ea6da4;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

.m-txt-02 .is-new {
  display: inline-block;
  margin-left: 8px;
  transform: translateY(-10%);
  padding: 1px 5px 0;
  background-color: #ea6da4;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

.m-btn-01 {
  position: relative;
  display: inline-block;
  width: 200px;
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
}

.m-btn-01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.m-btn-01.is-large {
  width: 240px;
  line-height: 48px;
}

.m-btn-01.is-down::after {
  margin-top: -8px;
  transform: rotate(45deg);
}

.m-btn-01.is-multiline {
  width: 240px;
  text-align: left;
  padding: 14px 20px;
  line-height: 1;
}

.m-btn-01 .is-small {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.m-btn-01 .is-new {
  position: absolute;
  top: 50%;
  left: 0 !important;
  transform: translateY(-50%) !important;
}

.m-accordion {
  margin-bottom: 30px;
}

.m-accordion:last-of-type {
  margin-bottom: 0;
}

.m-accordion__btn {
  position: relative;
  padding: 7px 40px 6px 12px;
  background-color: #5876b8;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.m-accordion__btn::before, .m-accordion__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.m-accordion__btn::after {
  transform: rotate(0deg);
  transition: .3s;
}

.m-accordion__btn.is-open::after {
  transform: rotate(90deg);
}

.m-accordion__contents {
  padding-top: 20px;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header__contents {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 42px;
}

.header__list li {
  letter-spacing: .03em;
}

.header__list li a {
  position: relative;
  display: block;
}

.is-open .header__menu {
  background-color: #f1f2f8;
}

.header__menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #fff;
  transition: background-color .3s;
}

.is-open .header__menu span {
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-color: #5876b8;
  border-radius: 40px;
}

.header__menu span::before, .header__menu span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
  transition: transform .3s;
}

.is-open .header__menu span::before, .is-open .header__menu span::after {
  width: 60%;
  height: 3px;
}

.header__menu span::before {
  margin-top: -9px;
}

.is-open .header__menu span::before {
  transform: translateY(9px) translateX(-50%) rotate(-45deg);
}

.header__menu span::after {
  margin-top: 8px;
}

.is-open .header__menu span::after {
  transform: translateY(-8px) translateX(-50%) rotate(45deg);
}

.mv {
  color: #5a5a5a;
}

.mv__ttl {
  font-size: 1.8rem;
  letter-spacing: .1em;
}

.mv__txt {
  line-height: 2;
}

.mv__sign {
  margin-top: 1em;
}

.message {
  padding-top: 50px;
}

.message__block {
  display: grid;
  gap: 30px;
}

.policy {
  padding-top: 50px;
}

.policy__ttl {
  margin-bottom: 1em;
  font-size: 1.8rem;
  letter-spacing: .1em;
  text-align: center;
}

.policy__txt {
  text-align: center;
}

.policy__white {
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #e60012;
}

.policy__white-ttl {
  margin-bottom: .8em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.policy__white-txt {
  font-size: .875em;
}

.policy__white-btn {
  margin-top: 24px;
  text-align: center;
}

.page-nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78%;
  height: 80px;
  margin: 0 auto;
  padding-bottom: 4px;
  transform: translateY(-50%);
  background: linear-gradient(0deg, #5876b8 0%, #8098cd 100%);
  border-radius: 5px;
  box-shadow: 3px 3px 8px rgba(100, 100, 100, 0.4);
  color: #fff;
  text-align: center;
}

.page-nav__btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 8px;
  height: 8px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.organization {
  padding-top: 40px;
}

.organization__box {
  margin-bottom: 40px;
}

.organization__img-scroll.is-wide {
  overflow: auto;
}

.organization__img-scroll.is-wide img {
  width: auto;
  height: 955px;
  max-width: none;
}

.activity {
  padding-top: 50px;
}

.activity__img-01 {
  text-align: center;
}

.activity__txt-01 {
  margin-bottom: 40px;
  text-align: center;
}

.activity__txt-01 strong {
  font-weight: 700;
}

.activity__txt-02 {
  margin-bottom: 40px;
  font-size: 1.5rem;
  text-align: center;
}

.activity__ttl-01 {
  margin-bottom: 20px;
  background-color: #5876b8;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}

.activity__table {
  width: 100%;
  border-top: 1px solid #000;
  font-size: 1.3rem;
  line-height: 2;
}

.activity__table th, .activity__table td {
  padding: 6px 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: top;
}

.activity__table th:last-of-type, .activity__table td:last-of-type {
  border-right: 0;
}

.activity__table th:nth-last-of-type(-n+5), .activity__table td:nth-last-of-type(-n+5) {
  text-align: right;
}

.activity__table thead {
  background-color: #eceef0;
}

.activity__table thead th:last-of-type {
  background-color: #dee4f1;
}

.activity__table thead th.is-newlabel {
  position: relative;
  padding: 6px 10px 6px 0;
}

.activity__table thead th .is-new {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 1px 5px 0;
  background-color: #ea6da4;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

.activity__table thead th .is-padding {
  display: inline-block;
  padding-left: 5px;
}

.activity__table thead th:first-of-type {
  width: 16%;
}

.activity__table thead th:nth-of-type(2) {
  width: 20%;
}

.activity__table thead th:nth-of-type(n+3):nth-of-type(-n+6) {
  width: 12%;
  text-align: right;
}

.activity__table thead th:last-of-type {
  width: 14%;
  text-align: right;
}

.activity__table tbody td.is-red {
  color: #f00;
}

.activity__table tbody td.is-blue {
  color: #5876b8;
}

.activity__table tbody td:last-of-type {
  background-color: #fcfae1;
}

.activity__table tbody td.is-empty {
  background-color: #fff;
}

.activity__consultation {
  background-color: #d9e8f7;
}

.activity__consultation-ttl {
  margin-bottom: .4em;
  font-size: 1.7rem;
  font-weight: 700;
}

.activity__consultation-ttl .is-num {
  margin-right: 1em;
  padding: 1px .5em 0;
  background-color: #000;
  color: #fff;
  font-size: .8em;
  font-weight: 400;
}

.activity__consultation-ttl .is-blue {
  color: #5876b8;
}

.activity__consultation-txt {
  font-size: .875em;
}

.activity__consultation-img img {
  width: 100%;
}

.activity__about-box .activity__about-item {
  width: 100%;
}

.activity__about-box-02 > div.is-img {
  width: 100%;
}

.activity__about-box-03 > div.is-img {
  margin-top: 20px;
}

.activity__about-box-04 > div.is-img {
  margin-top: 20px;
}

.activity__about-item {
  position: relative;
  margin-bottom: 25px;
  padding-left: 16px;
}

.activity__about-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: rgba(88, 118, 184, 0.2);
  border-radius: 3px;
}

.activity__about-item .is-new {
  display: inline-block;
  margin-left: 1em;
  padding: 2px 5px 0;
  transform: translateY(-10%);
  background-color: #ea6da4;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
}

.activity__about-item dt {
  color: #5876b8;
  font-size: 1.6rem;
  line-height: 1.75em;
}

.activity__about-item dt.is-black {
  color: #000;
  margin-top: 20px;
}

.activity__about-item dd {
  font-size: 1.4rem;
}

.activity__about-item.is-pickup {
  width: 100%;
  background-color: #fdfcea;
  padding: 5% 16px;
}

.activity__about-inritem {
  margin-bottom: 25px;
}

.activity__about-inritem dt {
  color: #000 !important;
}

.activity__about-table {
  margin: 5px 0 20px;
  border-top: 1px solid #808080;
}

.activity__about-table:last-of-type {
  margin-bottom: 0;
}

.activity__about-table th, .activity__about-table td {
  padding: 7px 10px;
  border-bottom: 1px solid #808080;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: top;
}

.activity__about-table th {
  width: 27%;
  border-right: 1px solid #808080;
}

.activity .is-txt {
  font-size: 1.4rem;
}

.results {
  margin-bottom: 60px;
  padding-top: 40px;
}

.results__lead {
  margin-bottom: 40px;
  padding: 24px 16px;
  background-color: rgba(88, 118, 184, 0.2);
  border-radius: 5px;
  text-align: center;
}

.results__lead-ttl {
  margin-bottom: .2em;
  font-size: 1.9rem;
  letter-spacing: .1em;
}

.results__contents {
  margin-bottom: 40px;
}

.results__contents:last-of-type {
  margin-bottom: 0;
}

.results__box-01-contents .is-new {
  display: inline-block;
  margin-left: 8px;
  transform: translateY(-10%);
  padding: 1px 5px 0;
  background-color: #ea6da4;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

.results__box-01-detail {
  padding: 20px 20px 7px;
  background: #f5f6f7;
}

.results__box-01-detail dt {
  color: #5876b8;
  font-size: 1.6rem;
  line-height: 1.75em;
}

.results__box-01-detail dd {
  font-size: 1.4rem;
  line-height: 2;
}

.results__box-01-detail dd .is-lead {
  display: block;
  margin-top: 20px;
}

.results__box-01-detail dd .is-red {
  color: #ff0000;
}

.results__box-01-detail dd .is-note {
  display: block;
  text-align: right;
}

.results__box-01-table {
  width: 740px;
  border-top: 1px solid #808080;
  margin: 10px 0;
}

.results__box-01-table th, .results__box-01-table td {
  padding: 7px 10px;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  background: #fff;
  font-size: 1.2rem;
  line-height: 2;
  vertical-align: top;
}

.results__box-01-table td {
  text-align: center;
}

.results__box-01-table td:last-child {
  border-right: none;
}

.results__box-01-table.is-01 th, .results__box-01-table.is-01 td {
  width: calc(100% / 6);
}

.results__box-01-table.is-02 th, .results__box-01-table.is-02 td {
  width: calc(100% / 9);
}

.results__box-01-table.is-03 th, .results__box-01-table.is-03 td {
  width: calc(100% / 5);
}

.results__box-01-table.is-04 th, .results__box-01-table.is-04 td {
  font-size: 1rem;
  white-space: nowrap;
}

.results__box-01-table.is-04 th {
  width: 20%;
}

.results__box-01-table.is-04 td {
  width: calc(100% / 9);
}

.results__box-01-table.is-05 th, .results__box-01-table.is-05 td {
  width: calc(100% / 7);
}

.results__box-01-table.is-center th {
  text-align: center;
}

.results__box-02-note {
  font-size: 1.1rem;
  line-height: 1.5;
}

.results__table {
  width: 100%;
  border-top: 1px solid #c8c8c8;
}

.results__table tr {
  border-bottom: 1px solid #c8c8c8;
}

.results__table th, .results__table td {
  padding: 3px 0;
  font-size: 1.4rem;
  vertical-align: top;
}

.example {
  padding-bottom: 90px;
  background-color: #eef1f8;
}

.example__lead {
  margin-bottom: 30px;
  text-align: center;
}

.example__lead-ttl {
  margin-bottom: .4em;
  font-size: 1.9rem;
  letter-spacing: .1em;
}

.example__case {
  margin-bottom: 40px;
}

.example__case:last-of-type {
  margin-bottom: 0;
}

.example__case-ttl {
  z-index: +1;
  position: relative;
  margin-bottom: 30px;
  color: #5876b8;
  font-size: 1.6rem;
  text-align: center;
}

.example__case-ttl::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  border-top: 2px dotted #5876b8;
}

.example__case-ttl span {
  display: inline-block;
  padding: 0 1em;
  background-color: #eef1f8;
}

.example__case-ttl .is-new {
  display: inline-block;
  margin-left: 8px;
  transform: translateY(-10%);
  padding: 1px 5px 0;
  background-color: #ea6da4;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

.example__case-ttl-02 {
  position: absolute;
  top: 0;
  left: 15px;
  width: 120px;
  transform: translateY(-50%);
  padding: 3px 0 2px;
  background-color: #ea6da4;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.is-voice .example__case-ttl-02 {
  background-color: #000;
}

.example__case-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(88, 118, 184, 0.3);
}

.example__case-item.is-voice::after {
  content: "";
  position: absolute;
  background-color: rgba(88, 118, 184, 0.6);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.example__case-icon {
  width: 80px;
  margin-right: 20px;
}

.example__case-txt {
  flex: 1;
  font-size: 1.4rem;
}

.recommend {
  margin: 50px 0;
}

.recommend__txt {
  width: 90%;
  max-width: 710px;
  margin: 0 auto 43px;
  text-align: center;
}

.recommend__img {
  display: block;
  width: 90%;
  max-width: 325px;
  margin: 0 auto;
}

.recommend__img img {
  width: 100%;
  height: auto;
}

.recommend__img:hover {
  opacity: 1;
  cursor: auto;
}

.footer {
  background-color: #5876b8;
  text-align: center;
}

.footer__copy {
  padding: 8px 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: .7;
  }
  body {
    min-width: 1000px;
    padding-top: 80px;
    font-size: 1.6rem;
  }
  .pc-none {
    display: none;
  }
  .u-mb10 {
    margin-bottom: 10px !important;
  }
  .u-mb20 {
    margin-bottom: 20px !important;
  }
  .u-mb40 {
    margin-bottom: 40px !important;
  }
  .u-mb50 {
    margin-bottom: 50px !important;
  }
  .u-mt10 {
    margin-top: 10px !important;
  }
  .u-mt20 {
    margin-top: 20px !important;
  }
  .u-mt30 {
    margin-top: 30px !important;
  }
  .u-mt40 {
    margin-top: 40px !important;
  }
  .u-ml15 {
    margin-left: 15px !important;
  }
  .l-contents {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-ttl-01 {
    margin-bottom: 50px;
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  .m-ttl-01 .is-new {
    margin-left: 16px;
    font-size: 1.4rem;
  }
  .m-ttl-02 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2rem;
  }
  .m-ttl-03 {
    margin-bottom: 60px;
    padding: 6px 20px;
    font-size: 2.4rem;
  }
  .m-txt-01 {
    font-size: 1.6rem;
  }
  .m-txt-01 .is-new {
    margin-left: 16px;
    font-size: 1.4rem;
  }
  .m-txt-02 {
    font-size: 1.4rem;
  }
  .m-txt-02 .is-new {
    margin-left: 16px;
    font-size: 1.4rem;
  }
  .m-btn-01.is-large {
    width: 280px;
  }
  .m-accordion {
    margin-bottom: 40px;
  }
  .m-accordion__btn {
    padding: 10px 60px 10px 24px;
    font-size: 2rem;
  }
  .m-accordion__btn::before, .m-accordion__btn::after {
    right: 24px;
    width: 20px;
  }
  .m-accordion__contents {
    padding-top: 40px;
  }
  .header {
    min-width: 1000px;
    height: 80px;
  }
  .header__contents {
    justify-content: space-between;
  }
  .header__logo {
    width: 60px;
  }
  .header__nav {
    display: block !important;
    opacity: 1 !important;
  }
  .header__list {
    display: flex;
    justify-content: flex-end;
  }
  .header__list li {
    margin-left: 60px;
  }
  .header__list li a {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .header__list li a.is-current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #5876b8;
  }
  .header__menu {
    display: none;
  }
  .mv {
    height: 520px;
    padding-top: 140px;
    background: url(../img/mv_pc.png) no-repeat 50% 50%, linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #aab6df;
  }
  .mv__ttl {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .message {
    padding-top: 100px;
  }
  .message__block {
    gap: 50px;
    grid-template-columns: auto 230px;
  }
  .policy {
    padding-top: 100px;
  }
  .policy__ttl {
    font-size: 2.8rem;
  }
  .policy__white {
    margin-top: 80px;
    margin-bottom: 90px;
    padding: 60px 60px 40px 30px;
  }
  .policy__white-box {
    display: flex;
    justify-content: space-between;
  }
  .policy__white-img {
    width: 411px;
    margin-right: 32px;
  }
  .policy__white-contents {
    flex: 1;
  }
  .policy__white-ttl {
    margin-top: -.3em;
  }
  .page-nav {
    display: flex;
    justify-content: space-between;
  }
  .page-nav li {
    width: 264px;
  }
  .organization {
    padding-top: 70px;
  }
  .organization__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .organization__box-contents {
    flex: 1;
  }
  .organization__box-img {
    width: 229px;
    margin-left: 20px;
  }
  .activity {
    padding-top: 100px;
  }
  .activity__txt-01 {
    margin-bottom: 80px;
  }
  .activity__txt-02 {
    margin-bottom: 80px;
    font-size: 2rem;
  }
  .activity__ttl-01 {
    font-size: 2rem;
  }
  .activity__consultation {
    margin: 80px 0;
  }
  .activity__consultation-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 300px;
  }
  .activity__consultation-ttl {
    font-size: 2.2rem;
  }
  .activity__consultation-contents {
    flex: 1;
    padding: 0 10px 0 65px;
  }
  .activity__consultation-img {
    width: 395px;
  }
  .activity__about {
    display: flex;
    justify-content: space-between;
  }
  .activity__about-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.3%;
  }
  .activity__about-box-02 {
    display: flex;
    justify-content: space-between;
  }
  .activity__about-box-02 > div {
    width: 49%;
  }
  .activity__about-box-02 > div.is-txt {
    width: 67.5%;
  }
  .activity__about-box-02 > div.is-img {
    width: 27%;
  }
  .activity__about-box-02 > div img {
    margin-top: 5px;
  }
  .activity__about-box-03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .activity__about-box-03 > div.is-txt {
    width: 48.6%;
  }
  .activity__about-box-03 > div.is-img {
    width: 45%;
    margin-top: 0;
  }
  .activity__about-box-03 > div img {
    margin-top: 5px;
  }
  .activity__about-box-04 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .activity__about-box-04 > div.is-txt {
    width: 68%;
  }
  .activity__about-box-04 > div.is-img {
    width: 27%;
    margin-top: 0;
  }
  .activity__about-box-04 > div img {
    margin-top: 5px;
  }
  .activity__about-item {
    width: 48.3%;
    margin-bottom: 40px;
    padding-left: 25px;
  }
  .activity__about-item dt.is-black {
    margin-top: 0;
  }
  .activity__about-item.is-pickup {
    padding: 30px;
  }
  .activity__about-inritem {
    margin-bottom: 30px;
  }
  .activity__about-table {
    margin: 10px 0 40px;
  }
  .activity__about-table th, .activity__about-table td {
    padding: 14px 20px;
  }
  .activity .is-txt {
    font-size: 1.4rem;
  }
  .results {
    margin-bottom: 130px;
    padding-top: 70px;
  }
  .results__lead {
    margin-bottom: 80px;
    padding: 30px;
  }
  .results__lead-ttl {
    font-size: 2.4rem;
  }
  .results__contents {
    margin-bottom: 80px;
  }
  .results__box-01 {
    display: flex;
    justify-content: space-between;
  }
  .results__box-01-contents .is-new {
    margin-left: 10px;
    font-size: 1.4rem;
  }
  .results__box-01-contents {
    flex: 1;
  }
  .results__box-01-detail {
    padding: 40px 40px 15px;
  }
  .results__box-01-detail dd .is-lead {
    margin-top: 40px;
  }
  .results__box-01-table {
    width: 100%;
  }
  .results__box-01-img {
    width: 408px;
  }
  .results__box-02 {
    display: flex;
    justify-content: space-between;
  }
  .results__box-02.is-center {
    align-items: center;
  }
  .results__box-02-item {
    width: 47.56%;
  }
  .results__box-03 {
    display: flex;
    justify-content: space-between;
  }
  .results__box-03-contents {
    flex: 1;
  }
  .results__box-03-img {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 408px;
    margin-left: 40px;
  }
  .example {
    padding-bottom: 180px;
  }
  .example__lead {
    margin-bottom: 50px;
  }
  .example__lead-ttl {
    font-size: 2.8rem;
  }
  .example__case {
    margin-bottom: 80px;
  }
  .example__case-ttl {
    margin-bottom: 50px;
  }
  .example__case-ttl .is-new {
    margin-left: 16px;
    font-size: 1.4rem;
  }
  .example__case-ttl-02 {
    padding: 5px 0 3px;
    font-size: 1.6rem;
  }
  .example__case-box {
    display: flex;
    justify-content: space-between;
  }
  .example__case-item {
    width: 380px;
    padding: 46px 30px 46px 20px;
  }
  .example__case-item.is-voice::after {
    top: 50%;
    right: -22px;
    width: 20px;
    height: 45px;
    transform: translate(100%, -50%);
  }
  .recommend {
    margin: 100px 0;
  }
  .footer__copy {
    padding: 10px 0;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .header__contents {
    height: 50px;
  }
  .header__nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header__list li {
    border-bottom: 1px solid #c8c8c8;
  }
  .header__list li a {
    padding: 6px 40px 5px;
  }
  .header__list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    background-color: #5876b8;
  }
  .header__menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #5876b8;
    cursor: pointer;
  }
  .mv {
    padding: 20px 5% 70vw;
    background: url(../img/mv_sp.png) no-repeat 50% 100%/100%, linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #aab6df;
  }
  .mv__sign {
    text-align: right;
  }
  .message__img {
    order: 1;
    margin-inline: auto;
  }
  .message__txt {
    order: 2;
  }
  .policy__white-img {
    margin-bottom: 16px;
  }
  .page-nav {
    padding: 0 5%;
  }
  .organization__box-img {
    width: 80%;
    margin: 15px auto 0;
  }
  .organization__img-scroll {
    overflow: auto;
  }
  .organization__img-scroll img {
    width: 820px;
    max-width: inherit;
  }
  .activity__table-wrap {
    overflow-x: auto;
    padding-top: 10px;
  }
  .activity__table {
    width: 820px;
  }
  .activity__consultation {
    margin: 30px 0 40px;
    padding-top: 20px;
  }
  .activity__consultation-img {
    margin: 0 -5vw;
  }
  .activity__about-box-02 > div.is-img {
    margin-top: 20px;
  }
  .results__box-01-wrap {
    overflow-x: auto;
  }
  .results__box-01-img {
    margin-top: 15px;
  }
  .results__box-02-item {
    margin: 10px 0;
  }
  .results__box-03-img {
    margin-top: 20px;
  }
  .example__case-item {
    margin-bottom: 60px;
  }
  .example__case-item.is-voice::after {
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 45px;
    transform: translate(-50%, 100%) rotate(90deg);
  }
}
