@charset "UTF-8";


/* @font-face {
  font-family: 'Noto Sans JP';
  src: url('/font/NotoSansJP-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
} */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/font/NotoSansJP-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}


/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */
}

.contents .video,
.contents .map {
  width: 83.5%;
  max-width: 1000px;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.contents .video iframe,
.contents .map iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  background-image: url("../images/cv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cv__inner {
  padding: 4.7vw 14.29vw;
  text-align: center;
}

.cv__heading {
  padding: 0 0 2rem;
  line-height: 1.6em;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  padding: 0 0 1em;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
}

.cv__heading-left {
  text-align: left;
}

.cv__heading-center {
  text-align: center;
}

.cv__heading-right {
  text-align: right;
}

.cv__heading .small {
  font-size: 1.33rem;
}

@media screen and (max-width: 768px) {
  .cv__heading {
    padding: 0 0 5vw;
    font-size: 1.5rem;
  }

  .cv__heading .small {
    font-size: 1.11rem;
  }
}

.cv__text {
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .cv__text {
    /*br {
        	display: none;
        }*/
  }
}

.cv__image {
  text-align: center;
}

.cv__image img.circle {
  border-radius: 100%;
  overflow: hidden;
}

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

.cv__button-item {
  width: 33.57vw;
  border-radius: 10rem;
  font-size: 1.86vw;
  text-align: left;
  position: relative;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

.cv__button-item::before {
  content: '';
  background-position: center right;
  background-repeat: no-repeat;
  /*画像を繰り返さない*/
  background-size: contain;
  width: 2.05em;
  height: 2.05em;
  display: block;
  position: absolute;
  top: 50%;
  left: 2.8em;
  transform: translateY(-50%);
}

.cv__button-item a {
  height: 5.57vw;
  padding: 0 0 0 5.5em;
  line-height: 5.57vw;
  color: #fff;
  font-weight: 700;
  display: block;
}

.cv__button-item01 {
  background: #FF5647;
}

.cv__button-item01::before {
  background-image: url("../images/button_icon01.svg");
}

.cv__button-item02 {
  background: #fff;
  border: solid 2px #0022A4;
}

.cv__button-item02 a {
  color: #0022A4;
}

.cv__button-item02::before {
  background-image: url("../images/button_icon03.svg");
}

@media screen and (max-width: 768px) {
  .cv__inner {
    padding: 7.25vw 0;
  }

  .cv__heading {
    font-size: 4.35vw;
  }

  .cv__button {
    width: 74.28vw;
    margin: 0 auto;
    display: block;
  }

  .cv__button-item {
    width: 100%;
    margin: 0 0 1rem;
    font-size: 4.11vw;
  }

  .cv__button-item a {
    height: 12.08vw;
    padding: 0 0 0 5.5em;
    line-height: 12.08vw;
  }

  .cv__button-item01 {
    margin: 0 0 3vw;
  }
}

/* 全ブロック共通 */
.important,
.introduction,
.case,
.seminar,
.reason,
.system,
.voice,
.point,
.faq {
  padding: 4rem 0 0;
}

@media screen and (max-width: 768px) {

  .important,
  .introduction,
  .case,
  .seminar,
  .reason,
  .system,
  .voice,
  .point,
  .faq {
    padding: 8vw 0;
  }
}

.important__inner,
.introduction__inner,
.case__inner,
.seminar__inner,
.reason__inner,
.system__inner,
.voice__inner,
.point__inner,
.faq__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}

.important__heading,
.introduction__heading,
.case__heading,
.seminar__heading,
.reason__heading,
.system__heading,
.voice__heading,
.point__heading,
.faq__heading {
  padding: 0 0 2rem;
  line-height: 1.6em;
  font-size: 2rem;
  font-weight: 500;
  font-size: 2.33rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 3rem;
  letter-spacing: .2em;
  position: relative;
  border-bottom: solid 5px #0022A4;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
}

.important__heading-left,
.introduction__heading-left,
.case__heading-left,
.seminar__heading-left,
.reason__heading-left,
.system__heading-left,
.voice__heading-left,
.point__heading-left,
.faq__heading-left {
  text-align: left;
}

.important__heading-center,
.introduction__heading-center,
.case__heading-center,
.seminar__heading-center,
.reason__heading-center,
.system__heading-center,
.voice__heading-center,
.point__heading-center,
.faq__heading-center {
  text-align: center;
}

.important__heading-right,
.introduction__heading-right,
.case__heading-right,
.seminar__heading-right,
.reason__heading-right,
.system__heading-right,
.voice__heading-right,
.point__heading-right,
.faq__heading-right {
  text-align: right;
}

.important__heading .small,
.introduction__heading .small,
.case__heading .small,
.seminar__heading .small,
.reason__heading .small,
.system__heading .small,
.voice__heading .small,
.point__heading .small,
.faq__heading .small {
  font-size: 1.33rem;
}

@media screen and (max-width: 768px) {

  .important__heading,
  .introduction__heading,
  .case__heading,
  .seminar__heading,
  .reason__heading,
  .system__heading,
  .voice__heading,
  .point__heading,
  .faq__heading {
    padding: 0 0 5vw;
    font-size: 1.5rem;
  }

  .important__heading .small,
  .introduction__heading .small,
  .case__heading .small,
  .seminar__heading .small,
  .reason__heading .small,
  .system__heading .small,
  .voice__heading .small,
  .point__heading .small,
  .faq__heading .small {
    font-size: 1.11rem;
  }
}

.important__heading::before,
.important__heading::after,
.introduction__heading::before,
.introduction__heading::after,
.case__heading::before,
.case__heading::after,
.seminar__heading::before,
.seminar__heading::after,
.reason__heading::before,
.reason__heading::after,
.system__heading::before,
.system__heading::after,
.voice__heading::before,
.voice__heading::after,
.point__heading::before,
.point__heading::after,
.faq__heading::before,
.faq__heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.important__heading::before,
.introduction__heading::before,
.case__heading::before,
.seminar__heading::before,
.reason__heading::before,
.system__heading::before,
.voice__heading::before,
.point__heading::before,
.faq__heading::before {
  border: solid 30px transparent;
  border-top: solid 24px #0022A4;
}

.important__heading::after,
.introduction__heading::after,
.case__heading::after,
.seminar__heading::after,
.reason__heading::after,
.system__heading::after,
.voice__heading::after,
.point__heading::after,
.faq__heading::after {
  border: solid 22px transparent;
  border-top: solid 17px #fff;
  margin-top: 0px;
}

.important__heading .sub,
.introduction__heading .sub,
.case__heading .sub,
.seminar__heading .sub,
.reason__heading .sub,
.system__heading .sub,
.voice__heading .sub,
.point__heading .sub,
.faq__heading .sub {
  font-size: 1.44rem;
  margin: 0 0 -1rem;
}

.important__text,
.introduction__text,
.case__text,
.seminar__text,
.reason__text,
.system__text,
.voice__text,
.point__text,
.faq__text {
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {

  .important__text,
  .introduction__text,
  .case__text,
  .seminar__text,
  .reason__text,
  .system__text,
  .voice__text,
  .point__text,
  .faq__text {
    /*br {
        	display: none;
        }*/
  }
}

.important__image,
.introduction__image,
.case__image,
.seminar__image,
.reason__image,
.system__image,
.voice__image,
.point__image,
.faq__image {
  text-align: center;
}

.important__image img.circle,
.introduction__image img.circle,
.case__image img.circle,
.seminar__image img.circle,
.reason__image img.circle,
.system__image img.circle,
.voice__image img.circle,
.point__image img.circle,
.faq__image img.circle {
  border-radius: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {

  .important__heading,
  .introduction__heading,
  .case__heading,
  .seminar__heading,
  .reason__heading,
  .system__heading,
  .voice__heading,
  .point__heading,
  .faq__heading {
    font-size: 1.64rem;
  }

  .important__heading .sub,
  .introduction__heading .sub,
  .case__heading .sub,
  .seminar__heading .sub,
  .reason__heading .sub,
  .system__heading .sub,
  .voice__heading .sub,
  .point__heading .sub,
  .faq__heading .sub {
    font-size: 1.64rem;
    margin: 0;
  }
}

/* 各ブロック個別 */
.important {
  background: #F5F5F5;
}

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

.important__box-item {
  width: 49%;
}

.important__box-item .heading {
  padding: .89rem 0;
  font-size: 1.44rem;
  margin: 0 0 1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.important__box-item01 .heading {
  background: #387EC7;
}

.important__box-item02 .heading {
  background: #FF5647;
}

.important__conclusion {
  padding: 3.33rem 0 4rem;
  text-align: center;
}

.important__conclusion .sub {
  font-size: 1.44rem;
  font-weight: bold;
  padding: 1rem;
}

.important__conclusion .main {
  font-size: 2.33rem;
  font-weight: bold;
  color: #0022A4;
  line-height: 160%;
}

.important__conclusion .main span {
  background: linear-gradient(transparent 0%, transparent 10%, #ffeb01 10%, #ffeb01 90%, transparent 90%, transparent 100%);
}

@media screen and (max-width: 768px) {
  .important {
    margin: 4vw 0;
    padding: 4vw 0;
  }

  .important__box {
    display: block;
  }

  .important__box-item {
    width: 90%;
    margin: 0 auto 2rem;
  }

  .important__box-item .heading {
    padding: .89rem 0;
    font-size: 1.44rem;
    margin: 0 0 1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .important__conclusion {
    padding: 1rem 0;
  }
}

.introduction {
  padding: 0 !important;
}

.introduction__image {
  width: 83.5%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .introduction__image {
    width: 100%;
  }
}

.case__image {
  width: 83.5%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .case__image {
    width: 100%;
  }
}

.seminar {
  margin: 0 0 4rem;
}

.seminar__box {
  width: 83.5%;
  margin: 0 auto;
}

.seminar__box-item01 {
  margin: 0 0 2.67rem;
}

.seminar__box-item01 .heading {
  font-size: 1.44rem;
  color: #fff;
  background: #387EC7;
  text-align: center;
  padding: .67rem 0;
  margin: 0 0 2.67rem;
}

.seminar__box-item02 .heading {
  font-size: 1.44rem;
  color: #FFF159;
  background: #0022A4;
  text-align: center;
  padding: .67rem 0;
  margin: 0 0 2.67rem;
}

.seminar__box-item02 .text {
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
}

.seminar__box-item02 .text span {
  font-size: 1.67rem;
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  .seminar {
    margin: 0;
  }

  .seminar__box {
    width: 100%;
  }

  .seminar__box-item01 {
    margin: 0 0 2.67rem;
  }

  .seminar__box-item01 .heading {
    font-size: 1.44rem;
    margin: 0 0 1.56rem;
  }

  .seminar__box-item02 .heading {
    font-size: 1.44rem;
    margin: 0 0 1.56rem;
  }

  .seminar__box-item02 .text {
    font-size: 1.33rem;
  }

  .seminar__box-item02 .text span {
    font-size: 1.33rem;
  }
}

.reason {
  margin: 0 0 4rem;
}

.reason__heading {
  letter-spacing: 0.3rem;
}

.reason__text {
  text-align: center;
  font-size: 1.33rem;
  font-weight: 700;
  margin: 0 0 2.67rem;
}

.reason__text span {
  font-size: 1.89rem;
  text-decoration-line: underline;
}

.reason__image {
  width: 83.5%;
  margin: 0 auto 2.67rem;
}

.reason__box {
  background: #F5F5F5;
  width: 83.5%;
  margin: 0 auto;
  text-align: center;
  padding: 3.33rem 0;
}

.reason__box .heading {
  background: linear-gradient(transparent 60%, #FFD19C 60%);
  font-size: 1.33rem;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 2.67rem;
}

.reason__box .heading span {
  font-size: 1.83rem;
}

.reason__box .image {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .reason {
    margin: 0rem;
  }

  .reason__text {
    font-size: 1.33rem;
    margin: 0 0 2rem;
  }

  .reason__text span {
    font-size: 1.33rem;
  }

  .reason__image {
    width: 100%;
    margin: 0 auto 2rem;
  }

  .reason__box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 2.33rem 0;
  }

  .reason__box .heading {
    background: linear-gradient(transparent 60%, #FFD19C 60%);
    font-size: 1.44rem;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 1rem;
  }

  .reason__box .heading span {
    font-size: 1.83rem;
  }

  .reason__box .image {
    width: 90%;
    margin: 0 auto;
  }
}

.system {
  background: #E1ECF7;
  padding: 0 0 1rem;
}

.system__heading {
  color: #0022A4;
}

.system__heading::after {
  border-top: solid 17px #E1ECF7;
}

.system__text {
  font-size: 1rem;
  line-height: 180%;
  margin: 0 0 2.67rem;
  text-align: center;
}

.system__video {
  width: 100% !important;
}

.system__wrap {
  width: 83.5%;
  margin: 0 auto;
}

.system__box {
  text-align: center;
}

.system__box .heading {
  font-size: 1.78rem;
  font-weight: 700;
  margin: 4rem 0 1.67rem;
  text-align: center;
  line-height: 180%;
}

.system__box .heading span {
  font-size: 2.44rem;
}

.system__box .catch {
  background: linear-gradient(transparent 60%, #FFD19C 60%);
  font-weight: 700;
  display: inline-block;
  font-size: 1.78rem;
  margin: 0 0 3rem;
}

.system__box .comment {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
}

.system__box .comment span {
  font-size: 1.33rem;
}

.system__box-item {
  background: #fff;
  box-sizing: border-box;
  margin: 0 0 4rem;
  box-shadow: inset 5px 5px #0022A4, inset -5px -5px #0022A4;
}

.system__box-item .title {
  background: #0022A4;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.44rem;
  padding: 1rem 0;
  line-height: 180%;
}

.system__box-item .text {
  font-size: 1rem;
  line-height: 180%;
  margin: 0 0 2.22rem;
  text-align: left;
}

.system__box-item-sub {
  padding: 2.22rem;
}

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

  .system__heading {
    color: #0022A4;
  }

  .system__heading::after {
    border-top: solid 17px #E1ECF7;
  }

  .system__text {
    margin: 0 0 2rem;
    font-size: 1.33rem;
    line-height: 180%;
  }

  .system__wrap {
    width: 100%;
    margin: 0 auto;
  }

  .system__box {
    text-align: center;
  }

  .system__box .heading {
    font-size: 1.44rem;
    margin: 4rem 0 1.67rem;
    font-weight: 700;
    line-height: 180%;
  }

  .system__box .heading span {
    font-size: 1.78rem;
  }

  .system__box .display {
    display: none;
  }

  .system__box .catch {
    font-size: 1.55rem;
    line-height: 180%;
    margin: 0 0 1.56rem;
  }

  .system__box .comment {
    font-size: 1.33rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1rem;
  }

  .system__box-item {
    margin: 0 0 2rem;
  }

  .system__box-item .title {
    font-size: 1.55rem;
    padding: .5rem 0;
  }

  .system__box-item .text {
    font-size: 1.33rem;
    line-height: 180%;
  }

  .system__box-item-sub {
    padding: 2.22rem;
  }
}

.voice {
  padding: 0 0 4rem;
  background-color: white;
  background-image: linear-gradient(to bottom, #fff 200px, rgba(255, 255, 255, 0) 200px), linear-gradient(to top, #fff 200px, rgba(255, 255, 255, 0) 200px), linear-gradient(to right, #fff 44%, #0022A4 44%, #0022A4 100%);
}

.voice__inner {
  position: relative;
  /*&::after{
    	content: "";
    	width: 95vw;
    	height: 93%;
    	position: absolute;
    	top: 240px;
    	z-index: 0;
    	background: rgb(255,255,255);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(0,34,141,1) 25%, rgba(0,34,141,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(0,34,141,1) 25%, rgba(0,34,141,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(0,34,141,1) 25%, rgba(0,34,141,1) 100%);
    	}*/
}

.voice__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin: 0 0 1rem;
  padding: 2.44rem 1.33rem;
  box-shadow: 2px 2px 12px -6px #777777;
  position: relative;
  z-index: 1;
}

.voice__box-item01 {
  width: 24.6%;
}

.voice__box-item02 {
  width: 70.4%;
}

.voice__box-item02 .heading {
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 180%;
  padding: 0 0 1.33rem;
}

.voice__box-item02 .text {
  font-size: 1rem;
  line-height: 200%;
}

.voice__box-item02 .text span {
  background-color: #FFD19C;
}

.voice__box-item02 .name {
  font-size: .89rem;
  color: #FF5647;
  font-weight: 700;
  padding: 0 0 1.67rem;
}

.voice__box-item03 {
  width: 24.6%;
}

.voice__box-item03 .image {
  width: 64%;
  margin: 0 auto;
}

.voice__box-item04 {
  width: 70.4%;
}

.voice__box-item04 .heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #387EC7;
  padding: 0 0 1.33rem;
  margin: 0 0 1.1rem;
  border-bottom: solid 2px #387EC7;
}

.voice__box-item04 .text {
  font-size: 1rem;
  line-height: 200%;
}

.voice__box-item04 .text span {
  background-color: #FFD19C;
}

.voice__box-item04 .name {
  font-size: .89rem;
  color: #FF5647;
  font-weight: 700;
  padding: 0 0 1.67rem;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 2rem 0 0;
  }

  .voice__inner::after {
    height: 90%;
  }

  .voice__box {
    display: block;
    margin: 0 0 1rem;
    padding: 2.44rem 1.33rem;
  }

  .voice__box-item01 {
    width: 75%;
    margin: 0 auto 1rem;
  }

  .voice__box-item02 {
    width: 100%;
  }

  .voice__box-item02 .heading {
    font-size: 1.64rem;
    font-weight: 700;
    line-height: 180%;
    padding: 0 0 1.33rem;
  }

  .voice__box-item02 .text {
    font-size: 1.33rem;
    line-height: 200%;
  }

  .voice__box-item02 .text span {
    background-color: #FFD19C;
  }

  .voice__box-item02 .name {
    font-size: 1rem;
    color: #FF5647;
    font-weight: 700;
    padding: 0 0 1.67rem;
  }

  .voice__box-item03 {
    width: 50%;
    margin: 0 auto 2rem;
  }

  .voice__box-item03 .image {
    width: 64%;
    margin: 0 auto;
  }

  .voice__box-item04 {
    width: 100%;
  }

  .voice__box-item04 .heading {
    font-size: 1.55rem;
    text-align: center;
    font-weight: 700;
    color: #387EC7;
    padding: 0 0 1.33rem;
    margin: 0 0 1.1rem;
    border-bottom: solid 2px #387EC7;
  }

  .voice__box-item04 .text {
    font-size: 1.33rem;
    line-height: 200%;
  }

  .voice__box-item04 .text span {
    background-color: #FFD19C;
  }

  .voice__box-item04 .name {
    font-size: 1rem;
    color: #FF5647;
    font-weight: 700;
    padding: 0 0 1.67rem;
  }
}

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

.point__box-item {
  margin: 0 0 4.33rem;
}

.point__box-item .heading {
  font-size: 1.33rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
  line-height: 130%;
}

.point__box-item .heading span {
  background-color: #FFD19C;
}

.point__box-item .heading .number {
  font-size: 1.22rem;
  color: #387EC7;
}

.point__box-item .text {
  line-height: 180%;
  font-size: 1rem;
}

.point__box-item .text span {
  font-weight: 700;
}

.point__box-item01 {
  width: 62.6%;
}

.point__box-item02 {
  width: 32.4%;
}

.point__box02 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .point__box {
    display: block;
    margin: 0 0 2rem;
  }

  .point__box-item {
    margin: 0 0 2.33rem;
  }

  .point__box-item .heading {
    font-size: 1.64rem;
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 200%;
  }

  .point__box-item .heading span {
    background-color: #FFD19C;
  }

  .point__box-item .heading .number {
    margin: 0 0 -0.76rem;
  }

  .point__box-item .text {
    line-height: 180%;
    font-size: 1.33rem;
  }

  .point__box-item01 {
    width: 100%;
  }

  .point__box-item02 {
    width: 83.5%;
    margin: 0 auto;
  }
}

.faq {
  background: #F5F5F5;
  padding: 0 0 4rem;
}

.faq__heading::after {
  border-top: solid 17px #F5F5F5;
}

.faq__list {
  margin: -1rem 0;
}

.faq__list-item {
  padding: 1rem 0;
  /*a {
      	@include button01();
      	color: $keycolor_04;
      	font-weight: $font_bold;
      	text-decoration: underline;
      }*/
}

.faq__list-item .heading,
.faq__list-item .text {
  min-height: 3rem;
  padding: 0 0 0 4rem;
  line-height: 1.6em;
  position: relative;
}

.faq__list-item .heading {
  font-weight: 700;
  font-size: 1.33rem;
}

.faq__list-item .text {
  margin: 1rem 0 0;
  font-size: 1.22rem;
}

.faq__list-item .text .emphasis {
  color: #0022A4;
  font-weight: 700;
  position: relative;
}

.faq__list-item .text .emphasis::after {
  content: '';
  background-color: #0022A4;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.faq__list-item .icon {
  width: 3rem;
  height: 3rem;
  border: 2px solid;
  border-radius: 50%;
  line-height: 2.5rem;
  font-size: 1.44rem;
  font-weight: 700;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.faq__list-item .icon-q {
  background-color: #0022A4;
  color: white;
}

.faq__list-item .icon-a {
  background-color: #387EC7;
  color: white;
}

@media screen and (max-width: 768px) {
  .faq__list-item {
    padding: 4vw 0;
    border-bottom-width: 1px;
  }

  .faq__list-item:last-child {
    border: none;
  }

  .faq__list-item:last-child .text {
    font-size: 1.33rem;
  }
}

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: white;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 3rem;
  }
}

.company {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}

.company__heading {
  margin: 1rem auto;
  width: 9%;
}

.company__box {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.company__box-item {
  font-size: 1.22rem;
  color: #387EC7;
  text-decoration-line: underline;
}

.company__box-item01:after {
  content: '|';
  display: inline-block;
  padding: 0 10px;
  color: #A9AAAA;
}

.company__text {
  margin: 0;
  padding: 0 0 1rem;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .company__heading {
    width: 18%;
  }
}

.copyright {
  background: transparent;
  padding: 2rem 0;
}

.copyright__text {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6em;
  text-align: center;
  color: #A9AAAA;
  font-size: .89rem;
}

/* Floating area */
.floating {
  width: 100%;
}

.floating .pagetop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.floating .pagetop a {
  transition: all .2s ease-in-out;
  background: #FF5647;
  padding: 1rem;
  border-radius: 10px;
  color: white;
  font-size: .88rem;
  display: inline-block;
  z-index: 200;
  position: relative;
  opacity: .7;
}

.floating .pagetop a::before {
  content: '';
  width: 2rem;
  height: 2rem;
  margin: .5rem auto 0;
  border-top: solid .3rem white;
  border-left: solid .3rem white;
  display: block;
  transform: rotate(45deg);
}

.floating .pagetop a:hover {
  opacity: 1;
}


.introduction__image .kojin {
  font-size: 0.8rem;
  line-height: 200%;
  text-align: right;
  padding-top: 0.8rem;
}

.voice__box-item02 .kojin {
  font-size: 0.7rem;
  line-height: 200%;
  text-align: right;
}

.point__box-item .kojin {
  font-size: 0.7rem;
  line-height: 180%;
  text-align: right;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {

  .introduction__image .kojin,
  .voice__box-item02 .kojin,
  .point__box-item .kojin {
    font-size: 1rem;
  }

}

/* 追加分 */
.caution_01 {
  margin-top: 10px;
  font-size: 0.8em;
  text-align: center;
}

.caution_02 {
  font-size: 0.6em !important;
  text-decoration: none !important;
  font-weight: normal;
  background: none !important;
}

.uetsuki {
  font-size: 0.3em;
  vertical-align: top;
  letter-spacing: normal;
}

.bt02::before {
  position: absolute;
  content: '';
  top: 1.22rem;
  left: 7.44rem;
  display: block;
  width: 2.67rem;
  height: 2.67rem;
  background-image: url("../images/button_icon01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}