@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  overflow: hidden;
  padding-top: 60px;
}
#contents .inner {
  padding: 0px 34px;
  margin: 0px auto;
}

/* ホーム
--------------------------------------------------------------------------------- */
#home-main-image {
  height: calc( 100vh - 60px );
  height: calc( 100svh - 60px );
  min-height: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#home-main-image p {
  margin: 0px auto;
  max-width: 360px;
}
#home-main-image .scrolldown {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(  ( 100% - 360px ) / 2 );
  max-width: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: scrollAnime 1.6s ease-out infinite;
}
#home-main-image .scrolldown img {
  width: 72px;
}

@keyframes scrollAnime {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  80% {
    transform: translateY(5%);
    opacity: 1;
  }
  100% {
    transform: translateY(5%);
    opacity: 0;
  }
}
#home-about {
  background-color: #f8f8fa;
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
}
#home-about h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #3e1580;
  margin-bottom: 20px;
}

.txt-img-01 {
  margin-bottom: 60px;
}
.txt-img-01 .txt-area {
  margin-bottom: 45px;
}
.txt-img-01 .img-area {
  position: relative;
  overflow: hidden;
  margin-right: -34px;
  border-radius: 10px 0px 0px 10px;
}
.txt-img-01 .img-area::before {
  content: '';
  display: block;
  padding-top: 70.1538461538%;
}
.txt-img-01 .img-area p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.txt-img-01 .img-area p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.white-bg-01 {
  background-color: #fff;
  border-radius: 10px;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px;
  border-radius: 10px;
  padding: 48px 28px;
}
.white-bg-01 h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
  color: #a875c9;
}
.white-bg-01 h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}
.white-bg-01 h4.lines {
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px 0px;
  border-radius: 0px;
  padding: 26px 0px;
}
.white-bg-01 p {
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 23px;
}

.blake {
  word-break: break-all;
}

#home-features {
  background-color: #3e1580;
  color: #fff;
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
}
#home-features h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.features-box-01-wrap {
  margin-bottom: 40px;
}

.features-box-01 {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.features-box-01 .txt-area {
  width: calc( 100% - 86px );
}
.features-box-01 .txt-area h3 {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #3e1580;
}
.features-box-01 .txt-area p {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  color: #323232;
}
.features-box-01 .img-area {
  width: 68px;
}
.features-box-01 .img-area p {
  text-align: center;
  margin: 0px;
}
.features-box-01 .img-area p img {
  width: 60px;
}

.home-m-01 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

.home-m-02 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 40px;
}

.white-bg-02 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 13px;
  margin: 40px 0px 56px;
}

.features-box-02 {
  background-color: #3e1580;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.features-box-02:first-child {
  margin-bottom: 47px;
}
.features-box-02:first-child::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  bottom: -37px;
  background-image: url(../images/arrow_001.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.features-box-02:nth-of-type(2) {
  background-color: #a875c9;
}
.features-box-02:nth-of-type(3) {
  margin-top: 47px;
  background-color: #a875c9;
}
.features-box-02:nth-of-type(3)::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: -37px;
  background-image: url(../images/arrow_001.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.features-box-02 h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  text-align: center;
}
.features-box-02 p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
}

.line-01 {
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin: 56px 0px;
}

#slide {
  margin: 56px calc( ( 100vw - 100% ) / 2 * -1 ) 0px;
}

.slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.slider li {
  margin: 0px 13px;
}
.slider li .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.slider li .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.slider li .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.slider li .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.features-list-box {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.features-list-box li {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  color: #3e1580;
  background-color: #fff;
  border-radius: 6px;
  height: 100px;
  width: calc( ( 100% - 16px ) / 2 );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
  text-align: center;
  padding: 0px 16px;
}
.features-list-box li:nth-of-type(2), .features-list-box li:nth-of-type(3) {
  background-color: #a875c9;
  color: #fff;
}

#home-possibility {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
  background-color: #f8f8fa;
}
#home-possibility h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #3e1580;
}
#home-possibility .home-m-01 {
  color: #3e1580;
}
#home-possibility .white-bg-02 {
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px;
  border-radius: 10px;
  margin-bottom: 0px;
}
#home-possibility .features-box-02:nth-of-type(2) {
  background-color: #7545a3;
}

#home-examination {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
  background-image: url(../images/home_examination_001.jpg);
  background-position: left -60px center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-examination h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

.white-bg-03 {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
}
.white-bg-03 h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #3e1580;
}
.white-bg-03 p {
  margin: 0px;
  font-size: 12px;
  line-height: 23px;
}

#home-contact {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
  background-color: #f8f8fa;
}
#home-contact h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #3e1580;
}

.white-bg-04 {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 22px 0px;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px;
  border-radius: 10px;
}
.white-bg-04 h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #3e1580;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding-bottom: 30px;
}
.white-bg-04 p {
  margin: 0px;
}
.white-bg-04 .contact-name {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.white-bg-04 .contact-mail {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  color: #a875c9;
  position: relative;
}
.white-bg-04 .contact-mail::before {
  content: "";
  display: inline-block;
  transform: translateY(3px);
  margin-right: 4px;
  width: 23px;
  height: 15px;
  background-image: url(../images/icon_mail.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.white-bg-04 .contact-notice {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0px;
}
.white-bg-04 .txt-area {
  margin-bottom: 40px;
}
.white-bg-04 .img-area {
  margin: 0px -22px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  overflow: hidden;
}
.white-bg-04 .img-area::before {
  content: '';
  display: block;
  padding-top: 71.4285714286%;
}
.white-bg-04 .img-area p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.white-bg-04 .img-area p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.small-txt {
  font-size: 12px;
  line-height: 25px;
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  display: block;
  height: 0px;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 60px;
}

/* パンくず */
/* コンテンツ幅 */
/* テキスト */
/* 見出し */
/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul li ul li {
  list-style-type: disc;
}
ul.indent1em, ul.indent2em, ul.indent3em {
  list-style-type: none;
  padding: 0px;
}
ul.indent1em li ul li, ul.indent2em li ul li, ul.indent3em li ul li {
  list-style-type: disc;
  margin-left: 0px;
  text-indent: 0px;
}
ul.indent1em li ul.indent1em li, ul.indent2em li ul.indent1em li, ul.indent3em li ul.indent1em li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent1em li ul.indent2em li, ul.indent2em li ul.indent2em li, ul.indent3em li ul.indent2em li {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent1em li ul.indent3em li, ul.indent2em li ul.indent3em li, ul.indent3em li ul.indent3em li {
  list-style-type: none;
  margin-left: 3em;
  text-indent: -3em;
}
ul.indent1em li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent2em li {
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent3em li {
  margin-left: 3em;
  text-indent: -3em;
}
ul.list-01, ul.list-02, ul.list-03, ul.list-04 {
  list-style-type: none;
  padding-left: 0px;
}
ul.list-01 li, ul.list-02 li, ul.list-03 li, ul.list-04 li {
  padding-left: 1.2em;
  position: relative;
}
ul.list-01 li::before, ul.list-02 li::before, ul.list-03 li::before, ul.list-04 li::before {
  content: "●";
  position: absolute;
  left: 0px;
}
ul.list-02 li {
  margin-bottom: 0.6em;
}
ul.list-03 li::before {
  content: "▶︎";
  font-size: 75%;
}
ul.list-04 li::before {
  content: "■";
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol li ul {
  font-size: 100%;
}
ol li ul li {
  list-style-type: disc;
}
ol li ul.indent1em li, ol li ul.indent2em li, ol li ul.indent3em li {
  list-style-type: none;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.basic th,
.basic td {
  padding: 15px 5px;
  line-height: 1.5em;
}
.basic th p, .basic th li,
.basic td p,
.basic td li {
  line-height: 1.5em;
}
.basic th.center,
.basic td.center {
  text-align: center;
}
.basic th.left,
.basic td.left {
  text-align: left;
}
.basic th.middle,
.basic td.middle {
  vertical-align: middle;
}
.basic th a,
.basic td a {
  text-decoration: none;
}
.basic td {
  background-color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.basic th {
  color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  font-weight: bold;
}
.basic tr td:last-of-type {
  border-right-width: 0px;
}
.basic.width-auto {
  width: auto;
}
.basic.center th,
.basic.center td {
  text-align: center;
}
.basic.center th.left,
.basic.center td.left {
  text-align: left;
}
.basic.left th,
.basic.left td {
  text-align: left;
}
.basic.left th.center,
.basic.left td.center {
  text-align: center;
}
.basic.middle th,
.basic.middle td {
  vertical-align: middle;
}
.basic.middle th.top,
.basic.middle td.top {
  vertical-align: top;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  min-width: 648px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  color: #323232;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* 動画 */
.movie {
  margin: 0px auto 60px;
  max-width: 864px;
}
.movie .movie-inner {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color-01 {
  color: #3e1580;
}

.color-02 {
  color: #a875c9;
}

.color-red {
  color: #FF0000;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

.normal-weight {
  font-weight: 500;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

/* 改行 */
.tab,
.tabpc,
.pc,
.pc1024,
.pc1280 {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
/*
--------------------------------------------------------------------------------- 580 */
@media print, screen and (min-width: 580px) {
  #home-examination {
    background-position: center center;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  /* 共通
  --------------------------------------------------------------------------------- */
  div.scroll {
    overflow: hidden;
  }
  div.scroll::before {
    display: none;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 768 */
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 80px;
  }
  #contents .inner {
    padding: 0px 150px;
    padding: 0px calc( ( 150 / 1280 ) * 100vw );
    max-width: calc( 980px + 300px );
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-main-image {
    height: calc( 100vh - 80px );
    height: calc( 100svh - 80px );
    min-height: 500px;
  }
  #home-main-image p {
    max-width: 1280px;
  }
  #home-main-image .scrolldown {
    height: calc(  ( 100% - 440px ) / 2 );
  }

  #home-about {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-about h2 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .txt-img-01 {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .txt-img-01 .txt-area {
    margin-bottom: 0px;
    width: calc( ( 448 / 1280 ) * 100vw );
  }
  .txt-img-01 .img-area {
    margin-bottom: 32px;
    border-radius: 20px 0px 0px 20px;
    width: calc( ( 598 / 1280 ) * 100vw );
    margin-right: calc( 50% - 50vw );
  }
  .txt-img-01 .img-area::before {
    padding-top: 420px;
  }
  .txt-img-01 .img-area p img {
    object-position: 0% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }

  .white-bg-01 {
    border-radius: 20px;
    padding: 56px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .white-bg-01 h3 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 0px;
    text-align: left;
    width: 254px;
  }
  .white-bg-01 .wb-wrap {
    width: calc( 100% - 254px );
  }
  .white-bg-01 h4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .white-bg-01 h4.lines {
    padding: 20px 0px;
    margin-bottom: 16px;
  }
  .white-bg-01 p {
    font-size: 15px;
    line-height: 26px;
  }

  #home-features {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-features h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }

  .features-box-01-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 100px;
  }

  .features-box-01 {
    margin-bottom: 0px;
    border-radius: 20px;
    padding: 45px 34px;
    display: block;
    width: calc( ( 308 / 980 ) * 100% );
  }
  .features-box-01 .txt-area {
    width: auto;
  }
  .features-box-01 .txt-area h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
    height: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .features-box-01 .txt-area p {
    font-size: 15px;
    line-height: 26px;
  }
  .features-box-01 .img-area {
    width: 80px;
    margin: 0px auto 10px;
  }
  .features-box-01 .img-area p {
    text-align: center;
  }
  .features-box-01 .img-area p img {
    width: auto;
  }

  .home-m-01 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
    position: relative;
  }

  .home-m-02 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 0px;
  }

  .white-bg-02 {
    border-radius: 20px;
    padding: 48px 38px;
    margin: 0px 0px 32px;
  }

  .features-box-02 {
    border-radius: 10px;
    padding: 0px 24px;
    height: 105px;
  }
  .features-box-02:first-child {
    margin-bottom: 67px;
  }
  .features-box-02:first-child::after {
    width: 40px;
    height: 40px;
    bottom: -54px;
  }
  .features-box-02:nth-of-type(3) {
    margin-top: 67px;
  }
  .features-box-02:nth-of-type(3)::after {
    width: 40px;
    height: 40px;
    top: -54px;
  }
  .features-box-02 h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .features-box-02 p {
    font-size: 15px;
    line-height: 26px;
  }

  .col-box-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 116px;
  }
  .col-box-01 .col {
    width: calc( ( 476 / 980 ) * 100% );
  }
  .col-box-01 .col:first-child {
    width: calc( ( 448 / 980 ) * 100% );
  }
  .col-box-01 .home-m-01 {
    margin-top: -10px;
  }

  .line-01 {
    margin: 116px 0px;
  }

  .col-box-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 96px;
    margin-top: 80px;
  }
  .col-box-02 .col {
    width: calc( ( 448 / 980 ) * 100% );
  }
  .col-box-02 .col p {
    margin-bottom: 0px;
  }

  .slider li {
    margin: 0px 30px;
  }

  .features-list-box li {
    font-size: 18px;
    line-height: 28px;
    border-radius: 20px;
    height: 156px;
    width: calc( ( 476 / 980 ) * 100% );
    margin-bottom: calc( ( 476 / 980 ) * 100% );
    margin-bottom: 30px;
  }

  #home-possibility {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-possibility h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }
  #home-possibility .white-bg-02 {
    border-radius: 20px;
  }
  #home-possibility .col-box-01 {
    margin-bottom: 0px;
  }

  #home-examination {
    background-position: center center;
    padding-top: 160px;
    padding-bottom: 235px;
  }
  #home-examination h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }

  .white-bg-03 {
    border-radius: 20px;
    padding: 40px 30px;
  }
  .white-bg-03 h3 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .white-bg-03 p {
    font-size: 16px;
    line-height: 32px;
    max-width: 625px;
    margin: 0px auto;
  }

  #home-contact {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-contact h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }

  .white-bg-04 {
    padding: 0px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .white-bg-04 h3 {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-width: 0px 1px 0px 0px;
    margin-right: 20px;
    padding-right: 20px;
  }
  .white-bg-04 .contact-name {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
  .white-bg-04 .contact-mail {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .white-bg-04 .contact-notice {
    text-align: left;
  }
  .white-bg-04 .txt-area {
    margin-bottom: 0px;
    width: calc( ( 588 / 980 ) * 100% );
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
  }
  .white-bg-04 .img-area {
    margin: 0px;
    border-radius: 0px 20px 20px 0px;
    width: calc( ( 392 / 980 ) * 100% );
  }

  .small-txt {
    font-size: 16px;
    line-height: 32px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  .pc1024 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 1024 */
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents .inner {
    padding: 0px 150px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .txt-img-01 .txt-area {
    width: 448px;
  }
  .txt-img-01 .img-area {
    width: calc( 598px + ( ( 100vw - 1280px ) / 2 ) );
    margin-right: calc( ( ( 100vw - 980px ) / 2 ) * -1 );
  }

  .features-box-01 .txt-area h3 {
    font-size: 20px;
  }

  .white-bg-04 h3 {
    margin-right: 40px;
    padding-right: 40px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp,
  .sptab,
  .tab,
  .pc1024 {
    display: none;
  }

  .pc1280 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1920px) {
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
