@charset "UTF-8";
/*--------------------------------------------------- */
/* 文字が現れる */
/*--------------------------------------------------- */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 100%; } }
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 100%; } }

@-webkit-keyframes {
  0% {
    width: 100%; } }

@keyframes {
  0% {
    width: 100%; } }

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes passing-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes passing-txt-defalut {
  0% {
    opacity: 1; } }

@keyframes passing-txt-defalut {
  0% {
    opacity: 1; } }

.passing .passing-box {
  display: block;
  text-align: center; }

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.8; }

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.5; }

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards; }

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards; }

@font-face {
  font-family: 'matissem';
  font-display: swap;
  src: url("/common/font/matisse-m.woff") format("woff"), url("/common/font/matisse-m.otf") format("truetype"); }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.kind {
  padding-top: 100px; }
  .kind .bgimg {
    position: relative; }
    .kind .bgimg img {
      width: calc(73%);
      height: 600px;
      -o-object-fit: cover;
      object-fit: cover; }
    .kind .bgimg:after {
      content: "";
      background-color: #eeeeee;
      /* style */
      height: 480px;
      width: 70%;
      position: absolute;
      right: 0;
      bottom: -90px;
      margin: auto;
      z-index: -2; }
  .kind .headingWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1000px;
    margin: auto; }
    .kind .headingWrap .heading {
      max-width: 500px;
      padding: 48px;
      background-color: rgba(255, 255, 255, 0.9);
      margin-left: auto;
      margin-top: 120px; }
      .kind .headingWrap .heading h3 {
        font-size: 40px;
        font-size: 4rem;
        font-family: "matissem", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-display: swap;
        font-weight: 500;
        line-height: 1.2em; }
      .kind .headingWrap .heading p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 24px;
        line-height: 1.5em; }

@media (max-width: 768px) {
  .kind .bgimg img {
    width: calc(100%);
    height: 400px; }
  .kind .bgimg:after {
    height: 400px;
    width: 80%;
    bottom: -90px; }
  .kind .headingWrap {
    position: absolute;
    margin: auto;
    left: 20px;
    right: 20px; }
    .kind .headingWrap .heading {
      max-width: 500px;
      width: 100%;
      padding: 40px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 70px; }
      .kind .headingWrap .heading h3 {
        font-size: 30px;
        font-size: 3rem; }
      .kind .headingWrap .heading p {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 16px; } }

@media (max-width: 480px) {
  .kind .bgimg img {
    width: calc(100%);
    height: 350px; }
  .kind .bgimg:after {
    height: 350px;
    bottom: -60px; }
  .kind .headingWrap .heading {
    width: 100%;
    padding: 24px;
    margin-top: 50px; }
    .kind .headingWrap .heading h3 {
      font-size: 24px;
      font-size: 2.4rem; }
    .kind .headingWrap .heading p {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 16px; } }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.toku {
  margin-top: 150px;
  margin-bottom: 200px; }
  @media (max-width: 480px) {
    .toku .none1 {
      display: none; } }
  .toku .none2 {
    max-width: 200px;
    padding-bottom: 12px; }
    @media (min-width: 481px) {
      .toku .none2 {
        display: none; } }
  .toku .point {
    max-width: 57px;
    position: absolute;
    top: -5px;
    left: -5px;
    margin: auto; }
  .toku ul {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .toku li {
    width: calc(33.33% - 20px);
    border: 1px solid #0775e2;
    border-radius: 10px;
    position: relative;
    padding: 24px; }
  .toku h4 {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-display: swap;
    font-weight: 700;
    text-align: center;
    line-height: 1.2em;
    color: #0669ca;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #0669ca;
    padding-left: 24px; }
  .toku .icon1 {
    max-width: 52px; }
  .toku .icon2 {
    max-width: 51px; }
  .toku .icon3 {
    max-width: 47px; }
  .toku .num1 {
    width: 60px; }
  .toku .num2 {
    width: calc(100% - 70px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-left: auto; }
  .toku .arrow {
    max-width: 698px;
    display: block;
    margin: auto; }
  .toku .block {
    margin-top: 100px;
    position: relative; }
    .toku .block .bgimg2 {
      height: 535px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: -2; }
      .toku .block .bgimg2 img {
        height: 535px;
        -o-object-fit: cover;
        object-fit: cover; }
    .toku .block .flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .toku .block .flex2 {
      width: 50%; }
    .toku .block .image {
      max-width: 502px;
      height: 389px;
      -o-object-fit: cover;
      object-fit: cover; }
    .toku .block .moji {
      max-width: 168px;
      margin-left: 24px;
      margin-bottom: 12px; }
    .toku .block .wrap {
      background-color: #fff;
      padding: 8px 12px;
      display: inline-block;
      margin-bottom: 6px; }
      .toku .block .wrap:nth-of-type(1) {
        padding-right: 0;
        /* style */ }
      .toku .block .wrap span {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1em;
        font-family: "matissem", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-display: swap;
        font-weight: 500; }
    .toku .block .headings {
      margin-top: 40px; }
      @media (min-width: 1001px) {
        .toku .block .headings {
          margin-left: 80px; } }

@media (max-width: 768px) {
  .toku .point {
    top: -20px; }
  .toku ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    .toku ul:before {
      content: "";
      height: 100%;
      width: 4px;
      display: inline-block;
      background-image: url(img/bo.png);
      background-size: contain;
      vertical-align: middle;
      background-repeat: repeat;
      position: absolute;
      z-index: -2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      content: "";
      /* style */ }
    .toku ul:after {
      content: "";
      height: 30px;
      width: 32px;
      display: inline-block;
      background-image: url(img/sankaku.png);
      background-size: contain;
      vertical-align: middle;
      background-repeat: repeat;
      position: absolute;
      z-index: -3;
      left: 0;
      right: 0;
      bottom: -28px;
      margin: auto;
      content: "";
      /* style */ }
  .toku li {
    width: calc(100%);
    z-index: 1;
    background-color: #fff;
    margin-bottom: 60px; }
  .toku h4 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #0669ca;
    padding-left: 0; } }
  @media (max-width: 768px) and (min-width: 481px) {
    .toku h4 br {
      display: none; } }

@media (max-width: 768px) {
  .toku .icon1 {
    max-width: 52px; }
  .toku .icon2 {
    max-width: 51px; }
  .toku .icon3 {
    max-width: 47px; }
  .toku .num1 {
    width: 60px; }
  .toku .num2 {
    width: calc(100% - 70px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-left: auto; } }
  @media (max-width: 768px) and (min-width: 481px) {
    .toku .num2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (max-width: 768px) {
  .toku .arrow {
    display: none; }
  .toku .block {
    margin-top: 150px;
    position: relative; }
    .toku .block .bgimg2 {
      height: 600px; }
      .toku .block .bgimg2 img {
        height: 600px; }
    .toku .block .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .toku .block .flex2 {
      width: 100%; }
    .toku .block .image {
      max-width: 400px;
      height: 200px;
      display: block;
      margin: auto; }
    .toku .block .moji {
      max-width: 168px;
      margin-left: 16px;
      margin-bottom: 12px; }
    .toku .block .wrap {
      padding: 8px 12px;
      margin-bottom: 6px; }
      .toku .block .wrap:nth-of-type(1) {
        padding-right: 0;
        /* style */ }
      .toku .block .wrap span {
        font-size: 32px;
        font-size: 3.2rem; }
    .toku .block .headings {
      max-width: 400px;
      margin: auto;
      margin-bottom: 20px; } }

@media (max-width: 480px) {
  .toku .point {
    max-width: 50px;
    top: -20px; }
  .toku ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .toku li {
    width: calc(100%);
    margin-bottom: 60px;
    padding: 16px; }
  .toku h4 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 22px; }
  .toku .block {
    position: relative; }
    .toku .block .bgimg2 {
      height: 500px; }
      .toku .block .bgimg2 img {
        height: 500px; }
    .toku .block .image {
      height: 200px; }
    .toku .block .moji {
      max-width: 120px;
      margin-left: 12px;
      margin-bottom: 8px; }
    .toku .block .wrap {
      padding: 8px 12px;
      margin-bottom: 6px; }
      .toku .block .wrap:nth-of-type(1) {
        padding-right: 0;
        /* style */ }
      .toku .block .wrap span {
        font-size: 22px;
        font-size: 2.2rem; }
    .toku .block .headings {
      max-width: 400px;
      margin: auto;
      margin-bottom: 16px; } }
