@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #091026;
}

.bkblue {
  color: #182d6f;
}

.blue {
  color: #1b76c1;
}

.gray {
  color: #dfe3e7;
}

.ltgray {
  color: #f8f9f9;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #091026;
}

h1, h2, h3, h4 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #091026;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #091026;
  letter-spacing: 0.06em;
  word-wrap: break-word;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* sec_under_ワークシフト・メソッド
--------------------------------------------------*/
#wrapper_method {
  /* ワークシフト・メソッドの特徴
  --------------------------------------------------*/
  /* ワークシフト・メソッドの特徴
  --------------------------------------------------*/
  /* 導入フロー
  --------------------------------------------------*/
  /* 講師・研究員
  --------------------------------------------------*/
}
#wrapper_method .feature {
  width: 90%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature {
    max-width: 1400px;
    width: 85%;
    padding: 100px 0;
  }
}
#wrapper_method .feature .sec_ttl {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature .sec_ttl {
    padding: 50px 0;
    font-size: 16px;
  }
}
#wrapper_method .feature ol {
  text-align: center;
}
#wrapper_method .feature ol .feature_about {
  width: 100%;
  background-color: #f8f9f9;
  padding: 40px 5%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about {
    padding: 60px 5%;
    margin-bottom: 50px;
  }
}
#wrapper_method .feature ol .feature_about:last-child {
  margin-bottom: 0;
}
#wrapper_method .feature ol .feature_about .tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #182d6f;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .tag {
    font-size: 18px;
  }
}
#wrapper_method .feature ol .feature_about h3 {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.6;
  padding: 15px 0 40px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about h3 {
    font-size: clamp(18px, 2vw, 24px);
    padding: 15px 0 50px;
  }
}
#wrapper_method .feature ol .feature_about h3 span {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about h3 span {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .wrapper_program {
    display: flex;
    justify-content: space-between;
  }
}
#wrapper_method .feature ol .feature_about .wrapper_program li {
  position: relative;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li {
    width: 27%;
    max-width: 320px;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -3.7vw;
    background-color: #dfe3e7;
  }
}
@media screen and (min-width: 1600px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li::before {
    right: -4vw;
  }
}
#wrapper_method .feature ol .feature_about .wrapper_program li:last-child::before {
  display: none;
}
#wrapper_method .feature ol .feature_about .wrapper_program li .wrapper_image {
  position: relative;
}
#wrapper_method .feature ol .feature_about .wrapper_program li .wrapper_image img {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li .wrapper_image img {
    width: auto;
  }
}
#wrapper_method .feature ol .feature_about .wrapper_program li .wrapper_image::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 20vw;
  height: 20vw;
  background-image: linear-gradient(to left top, transparent 50%, #182d6f 50%);
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li .wrapper_image::before {
    width: 7vw;
    height: 7vw;
    max-width: 100px;
    max-height: 100px;
  }
}
#wrapper_method .feature ol .feature_about .wrapper_program li .wrapper_image::after {
  content: "01";
  position: absolute;
  z-index: 10;
  top: -1vw;
  left: 1.5vw;
  font-size: clamp(25px, 8vw, 60px);
  color: #fff;
  font-family: "Playfair Display SC", serif;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li .wrapper_image::after {
    left: 0.5vw;
    font-size: clamp(24px, 3vw, 40px);
  }
}
#wrapper_method .feature ol .feature_about .wrapper_program li h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li h4 {
    font-size: clamp(15px, 1.5vw, 18px);
    height: 111px;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li h4 {
    height: 93px;
  }
}
#wrapper_method .feature ol .feature_about .wrapper_program li p {
  text-align: left;
  padding-bottom: 30px;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .wrapper_program li p {
    padding-bottom: 0;
    font-size: 14px;
  }
}
#wrapper_method .feature ol .feature_about .wrapper_program li p .t_blue {
  color: #1b76c1;
  background-color: #fff;
  font-weight: 700;
}
#wrapper_method .feature ol .feature_about .wrapper_program li:nth-last-child(2) .wrapper_image::after {
  content: "02";
}
#wrapper_method .feature ol .feature_about .wrapper_program li:last-child .wrapper_image::after {
  content: "03";
}
#wrapper_method .feature ol .feature_about.about02 .glafimage {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 10px 10px 5px 5px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 .glafimage {
    width: 65%;
    padding: 30px 30px 20px 20px;
  }
}
#wrapper_method .feature ol .feature_about.about02 h4 {
  font-size: clamp(16px, 2vw, 20px);
  padding: 30px 0 50px;
  line-height: 1.6;
}
#wrapper_method .feature ol .feature_about.about02 ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
    height: 100%;
    border-bottom: 1px solid #182d6f;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    border-bottom: 1px solid #dfe3e7;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li:first-child::before {
    border-top: 1px solid #182d6f;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li:first-child::after {
    border-top: 1px solid #dfe3e7;
  }
}
#wrapper_method .feature ol .feature_about.about02 ul li .wrapper_ttl {
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid #182d6f;
  border-bottom: 1px solid #182d6f;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li .wrapper_ttl {
    font-size: clamp(15px, 1.5vw, 18px);
    width: 27%;
    padding: 0;
    border: none;
  }
}
#wrapper_method .feature ol .feature_about.about02 ul li .wrapper_text {
  text-align: left;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li .wrapper_text {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    font-size: 14px;
  }
}
#wrapper_method .feature ol .feature_about.about02 ul li .wrapper_text span {
  padding-right: 10px;
  display: block;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li .wrapper_text span {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about.about02 ul li:last-child .wrapper_ttl, #wrapper_method .feature ol .feature_about.about02 ul li:last-child .wrapper_text {
    border-top: none;
  }
}
#wrapper_method .feature ol .feature_about .note {
  text-align: right;
  color: #575a63;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .feature ol .feature_about .note {
    padding-top: 30px;
    font-size: 12px;
  }
}
#wrapper_method .ways {
  padding: 80px 0;
  background-color: #dfe3e7;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways {
    padding: 100px 0;
  }
}
#wrapper_method .ways .sideber_ttl {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .sideber_ttl {
    max-width: 1400px;
    width: 85%;
  }
}
#wrapper_method .ways .wrapper_point {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_point {
    display: flex;
    justify-content: flex-start;
    gap: 5vw;
    padding: 50px 0;
  }
}
#wrapper_method .ways .wrapper_point img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_point img {
    width: 47%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#wrapper_method .ways .wrapper_point .ways_point {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_point .ways_point {
    width: calc(100% - (47% + 5vw + 7.5%));
    margin: 0;
  }
}
@media screen and (min-width: 1665px) {
  #wrapper_method .ways .wrapper_point .ways_point {
    width: calc(100% - (47% + 5vw) - (100% - 1400px) / 2);
  }
}
#wrapper_method .ways .wrapper_point .ways_point h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_point .ways_point h3 {
    font-size: 16px;
    padding: 0 0 50px;
  }
}
#wrapper_method .ways .wrapper_point .ways_point ul li {
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_point .ways_point ul li {
    gap: 2vw;
  }
}
#wrapper_method .ways .wrapper_point .ways_point ul li:last-child {
  border: none;
  margin-bottom: 0;
}
#wrapper_method .ways .wrapper_point .ways_point ul li .number {
  position: relative;
  font-family: "Playfair Display SC", serif;
  color: #182d6f;
  font-size: 40px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  padding-left: 15px;
}
#wrapper_method .ways .wrapper_point .ways_point ul li .wrapper_text {
  width: 82%;
}
#wrapper_method .ways .wrapper_point .ways_point ul li .wrapper_text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_point .ways_point ul li .wrapper_text h4 {
    font-size: clamp(15px, 1.5vw, 18px);
  }
}
#wrapper_method .ways .wrapper_point .ways_point ul li .wrapper_text p {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_point .ways_point ul li .wrapper_text p {
    font-size: 14px;
  }
}
#wrapper_method .ways .wrapper_effect {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  background-color: #fff;
  text-align: center;
  padding: 40px 5%;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect {
    max-width: 1400px;
    width: 85%;
    padding: 60px 5%;
  }
}
#wrapper_method .ways .wrapper_effect .tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #182d6f;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect .tag {
    font-size: 18px;
  }
}
#wrapper_method .ways .wrapper_effect h3 {
  font-size: clamp(18px, 2vw, 24px);
  padding: 15px 0 10px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect h3 {
    padding: 15px 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}
#wrapper_method .ways .wrapper_effect ul li {
  width: 90%;
  max-width: 300px;
  margin: auto;
  padding-top: 30px;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li {
    max-width: 340px;
    width: 100%;
    padding-top: 0;
  }
}
#wrapper_method .ways .wrapper_effect ul li .wrapper_circle {
  position: relative;
  width: 225px;
  height: 225px;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle {
    width: 210px;
    height: 210px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle {
    width: 252px;
    height: 252px;
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle {
    max-width: 300px;
    max-height: 300px;
    width: 21vw;
    height: 21vw;
  }
}
#wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg {
  position: relative;
  z-index: 10;
  width: 225px;
  height: 225px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg {
    width: 210px;
    height: 210px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg {
    width: 252px;
    height: 252px;
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg {
    max-width: 300px;
    max-height: 300px;
    width: 21vw;
    height: 21vw;
  }
}
#wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg01 .line {
  stroke-dashoffset: 56.6px;
  -webkit-animation: circleAnimsp01 2s forwards;
          animation: circleAnimsp01 2s forwards;
}
@-webkit-keyframes circleAnimsp01 {
  0% {
    stroke-dasharray: 56px 566px;
  }
  99.9%, to {
    stroke-dasharray: 566px 566px;
  }
}
@keyframes circleAnimsp01 {
  0% {
    stroke-dasharray: 56px 566px;
  }
  99.9%, to {
    stroke-dasharray: 566px 566px;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg01 .line {
    stroke-dashoffset: 48.6px;
    -webkit-animation: circleAnimlg01 2s forwards;
            animation: circleAnimlg01 2s forwards;
  }
  @-webkit-keyframes circleAnimlg01 {
    0% {
      stroke-dasharray: 48.6px 486px;
    }
    99.9%, to {
      stroke-dasharray: 486px 486px;
    }
  }
  @keyframes circleAnimlg01 {
    0% {
      stroke-dasharray: 48.6px 486px;
    }
    99.9%, to {
      stroke-dasharray: 486px 486px;
    }
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg01 .line {
    stroke-dashoffset: 58.3px;
    -webkit-animation: circleAnimxl01 2s forwards;
            animation: circleAnimxl01 2s forwards;
  }
  @-webkit-keyframes circleAnimxl01 {
    0% {
      stroke-dasharray: 58.3px 583px;
    }
    99.9%, to {
      stroke-dasharray: 583px 583px;
    }
  }
  @keyframes circleAnimxl01 {
    0% {
      stroke-dasharray: 58.3px 583px;
    }
    99.9%, to {
      stroke-dasharray: 583px 583px;
    }
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg01 .line {
    stroke-dashoffset: 69.1px;
    -webkit-animation: circleAnimlg01 2s forwards;
            animation: circleAnimlg01 2s forwards;
  }
  @-webkit-keyframes circleAnimlg01 {
    0% {
      stroke-dasharray: 69.1px 691px;
    }
    99.9%, to {
      stroke-dasharray: 691px 691px;
    }
  }
  @keyframes circleAnimlg01 {
    0% {
      stroke-dasharray: 69.1px 691px;
    }
    99.9%, to {
      stroke-dasharray: 691px 691px;
    }
  }
}
#wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg02 .line {
  stroke-dashoffset: 73.58px;
  -webkit-animation: circleAnimsp02 2s forwards;
          animation: circleAnimsp02 2s forwards;
}
@-webkit-keyframes circleAnimsp02 {
  0% {
    stroke-dasharray: 73.58px 566px;
  }
  99.9%, to {
    stroke-dasharray: 566px 566px;
  }
}
@keyframes circleAnimsp02 {
  0% {
    stroke-dasharray: 73.58px 566px;
  }
  99.9%, to {
    stroke-dasharray: 566px 566px;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg02 .line {
    stroke-dashoffset: 63.18px;
    -webkit-animation: circleAnimlg02 2s forwards;
            animation: circleAnimlg02 2s forwards;
  }
  @-webkit-keyframes circleAnimlg02 {
    0% {
      stroke-dasharray: 63.18px 486px;
    }
    99.9%, to {
      stroke-dasharray: 486px 486px;
    }
  }
  @keyframes circleAnimlg02 {
    0% {
      stroke-dasharray: 63.18px 486px;
    }
    99.9%, to {
      stroke-dasharray: 486px 486px;
    }
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg02 .line {
    stroke-dashoffset: 75.79px;
    -webkit-animation: circleAnimxl02 2s forwards;
            animation: circleAnimxl02 2s forwards;
  }
  @-webkit-keyframes circleAnimxl02 {
    0% {
      stroke-dasharray: 75.79px 583px;
    }
    99.9%, to {
      stroke-dasharray: 583px 583px;
    }
  }
  @keyframes circleAnimxl02 {
    0% {
      stroke-dasharray: 75.79px 583px;
    }
    99.9%, to {
      stroke-dasharray: 583px 583px;
    }
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg02 .line {
    stroke-dashoffset: 89.83px;
    -webkit-animation: circleAnimlg02 2s forwards;
            animation: circleAnimlg02 2s forwards;
  }
  @-webkit-keyframes circleAnimlg02 {
    0% {
      stroke-dasharray: 89.83px 691px;
    }
    99.9%, to {
      stroke-dasharray: 691px 691px;
    }
  }
  @keyframes circleAnimlg02 {
    0% {
      stroke-dasharray: 89.83px 691px;
    }
    99.9%, to {
      stroke-dasharray: 691px 691px;
    }
  }
}
#wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg03 .line {
  stroke-dashoffset: 130.18px;
  -webkit-animation: circleAnimsp03 2s forwards;
          animation: circleAnimsp03 2s forwards;
}
@-webkit-keyframes circleAnimsp03 {
  0% {
    stroke-dasharray: 130.18px 566px;
  }
  99.9%, to {
    stroke-dasharray: 566px 566px;
  }
}
@keyframes circleAnimsp03 {
  0% {
    stroke-dasharray: 130.18px 566px;
  }
  99.9%, to {
    stroke-dasharray: 566px 566px;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg03 .line {
    stroke-dashoffset: 111.78px;
    -webkit-animation: circleAnimlg03 2s forwards;
            animation: circleAnimlg03 2s forwards;
  }
  @-webkit-keyframes circleAnimlg03 {
    0% {
      stroke-dasharray: 111.78px 486px;
    }
    99.9%, to {
      stroke-dasharray: 486px 486px;
    }
  }
  @keyframes circleAnimlg03 {
    0% {
      stroke-dasharray: 111.78px 486px;
    }
    99.9%, to {
      stroke-dasharray: 486px 486px;
    }
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg03 .line {
    stroke-dashoffset: 134.09px;
    -webkit-animation: circleAnimxl03 2s forwards;
            animation: circleAnimxl03 2s forwards;
  }
  @-webkit-keyframes circleAnimxl03 {
    0% {
      stroke-dasharray: 134.09px 583px;
    }
    99.9%, to {
      stroke-dasharray: 583px 583px;
    }
  }
  @keyframes circleAnimxl03 {
    0% {
      stroke-dasharray: 134.09px 583px;
    }
    99.9%, to {
      stroke-dasharray: 583px 583px;
    }
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle svg.svg03 .line {
    stroke-dashoffset: 158.93px;
    -webkit-animation: circleAnimlg03 2s forwards;
            animation: circleAnimlg03 2s forwards;
  }
  @-webkit-keyframes circleAnimlg03 {
    0% {
      stroke-dasharray: 158.93px 691px;
    }
    99.9%, to {
      stroke-dasharray: 691px 691px;
    }
  }
  @keyframes circleAnimlg03 {
    0% {
      stroke-dasharray: 158.93px 691px;
    }
    99.9%, to {
      stroke-dasharray: 691px 691px;
    }
  }
}
#wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle {
  position: relative;
  fill: none;
  stroke-width: 40px;
  stroke: #dfe3e7;
  stroke-dasharray: 566px;
  stroke-dashoffset: 0;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle {
    stroke-width: 43px;
    stroke-dasharray: 486px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle {
    stroke-width: 53px;
    stroke-dasharray: 583px;
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle {
    stroke-width: 58px;
    stroke-dasharray: 691px;
  }
}
#wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle.base {
  cx: 50%;
  cy: 50%;
  r: 85px;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle.base {
    stroke-width: 43px;
    r: 77px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle.base {
    stroke-width: 53px;
    r: 93px;
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle.base {
    stroke-width: 60px;
    cx: 150px;
    cy: 150px;
    r: 108px;
  }
}
#wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle.line {
  stroke: #182d6f;
  cx: 50%;
  cy: 50%;
  r: 85px;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle.line {
    r: 77px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle.line {
    r: 93px;
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .wrapper_circle circle.line {
    cx: 150px;
    cy: 150px;
    r: 108px;
  }
}
#wrapper_method .ways .wrapper_effect ul li .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper_method .ways .wrapper_effect ul li .number::after {
  content: "";
  width: 160px;
  height: 160px;
  background-color: #f8f9f9;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .number::after {
    width: 59%;
    height: 59%;
  }
}
#wrapper_method .ways .wrapper_effect ul li .number .title {
  font-size: 58px;
  color: #182d6f;
  position: absolute;
  top: 60px;
  left: 60px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect ul li .number .title {
    top: 55px;
    left: 65px;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .number .title {
    font-size: 55px;
    top: 50px;
    left: 58px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .number .title {
    font-size: 66px;
    top: 62px;
    left: 70px;
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .number .title {
    font-size: 80px;
    top: calc(29% - 13px);
    left: 83px;
  }
}
#wrapper_method .ways .wrapper_effect ul li .number .title span {
  color: #182d6f;
  font-size: 50%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: absolute;
  bottom: 16px;
  left: 74px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect ul li .number .title span {
    bottom: 60px;
    left: 70px;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .number .title span {
    left: 66px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_method .ways .wrapper_effect ul li .number .title span {
    left: 80px;
  }
}
@media screen and (min-width: 1400px) {
  #wrapper_method .ways .wrapper_effect ul li .number .title span {
    left: 99px;
  }
}
#wrapper_method .ways .wrapper_effect ul li .text {
  position: relative;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  color: #182d6f;
  background-color: #f8f9f9;
  padding: 20px 0;
  margin-top: 30px;
}
#wrapper_method .ways .wrapper_effect ul li .text::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f8f9f9;
  top: 5px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1000px) {
  #wrapper_method .ways .wrapper_effect ul li .text::before {
    top: 0px;
  }
}
#wrapper_method .ways .wrapper_effect ul li .text .small_text {
  font-weight: 700;
  font-size: 80%;
}
#wrapper_method .ways .wrapper_effect .note {
  text-align: right;
  font-size: 10px;
  color: #575a63;
  padding-right: 5%;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect .note {
    font-size: 12px;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
#wrapper_method .ways .wrapper_effect .wrapper_flex {
  position: relative;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect .wrapper_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect .wrapper_flex::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
    height: 100%;
    border-top: 1px solid #182d6f;
    border-bottom: 1px solid #182d6f;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect .wrapper_flex::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    border-top: 1px solid #dfe3e7;
    border-bottom: 1px solid #dfe3e7;
  }
}
#wrapper_method .ways .wrapper_effect .wrapper_flex .wrapper_ttl {
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid #182d6f;
  border-bottom: 1px solid #182d6f;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect .wrapper_flex .wrapper_ttl {
    font-size: clamp(15px, 1.5vw, 18px);
    width: 27%;
    padding: 0;
    border: none;
  }
}
#wrapper_method .ways .wrapper_effect .wrapper_flex .wrapper_text {
  text-align: left;
  padding: 30px 0 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect .wrapper_flex .wrapper_text {
    font-size: 14px;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
#wrapper_method .ways .wrapper_effect .wrapper_flex .wrapper_text span {
  padding-right: 10px;
  display: block;
}
@media screen and (min-width: 769px) {
  #wrapper_method .ways .wrapper_effect .wrapper_flex .wrapper_text span {
    display: inline;
  }
}
#wrapper_method .flow {
  width: 90%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .flow {
    max-width: 1400px;
    width: 85%;
    padding: 100px 0;
  }
}
#wrapper_method .flow ul {
  padding: 50px 0 40px;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .flow ul {
    display: flex;
    justify-content: center;
    padding: 80px 0 30px;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  #wrapper_method .flow ul {
    justify-content: space-between;
  }
}
#wrapper_method .flow ul li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #dfe3e7;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .flow ul li {
    display: flex;
    justify-content: flex-start;
    width: 15vw;
    flex-direction: column;
    align-items: center;
    padding: 30px 2vw;
    border-right: 1px solid #dfe3e7;
    border-bottom: none;
  }
}
@media screen and (min-width: 1600px) {
  #wrapper_method .flow ul li {
    width: 16.6%;
    padding: 30px;
    border-right: none;
  }
}
#wrapper_method .flow ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-right: 1px solid #182d6f;
  border-bottom: 1px solid #182d6f;
  bottom: -16px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 1000px) {
  #wrapper_method .flow ul li::before {
    top: 50%;
    left: auto;
    right: -16px;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 1600px) {
  #wrapper_method .flow ul li::before {
    right: -15px;
  }
}
@media screen and (min-width: 1600px) {
  #wrapper_method .flow ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-color: #dfe3e7;
  }
}
#wrapper_method .flow ul li:first-child {
  border-top: 1px solid #dfe3e7;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .flow ul li:first-child {
    border-left: 1px solid #dfe3e7;
    border-top: none;
  }
}
#wrapper_method .flow ul li:last-child::before {
  display: none;
}
#wrapper_method .flow ul li:last-child::after {
  right: 0;
}
#wrapper_method .flow ul li .number {
  position: relative;
  font-family: "Playfair Display SC", serif;
  color: #fff;
  font-size: 40px;
  width: 100%;
  height: 50px;
  background-color: #182d6f;
  line-height: 1;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .flow ul li .number {
    width: 80px;
    height: 80px;
    font-size: 60px;
    margin: 0 auto;
  }
}
#wrapper_method .flow ul li div {
  text-align: center;
  padding-top: 20px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .flow ul li div {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 250px;
    height: 25vw;
    padding-top: 0;
    margin: 0;
  }
}
#wrapper_method .flow ul li div h3 {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 20px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .flow ul li div h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper_method .flow ul li div h3 {
    padding: 30px 0;
    font-size: clamp(15px, 1.5vw, 18px);
  }
}
#wrapper_method .flow ul li div p {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .flow ul li div p {
    font-size: 14px;
  }
}
#wrapper_method .flow ul li div img {
  margin: auto;
  padding-top: 20px;
  height: 90px;
  width: auto;
}
@media screen and (min-width: 1000px) {
  #wrapper_method .flow ul li div img {
    margin: auto 0 0;
    padding-top: 30px;
    height: 8vw;
    max-height: 100px;
  }
}
#wrapper_method .flow .after_follow {
  background-color: #091026;
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #wrapper_method .flow .after_follow {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
#wrapper_method .flow .after_follow img {
  max-width: 95px;
  width: 16%;
  margin: auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .flow .after_follow img {
    margin: 0;
    padding-bottom: 0;
  }
}
#wrapper_method .flow .after_follow .wrapper_text h3 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #dfe3e7;
  font-size: 18px;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .flow .after_follow .wrapper_text h3 {
    font-size: 24px;
  }
}
#wrapper_method .flow .after_follow .wrapper_text p {
  padding-top: 20px;
  color: #fff;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_method .flow .after_follow .wrapper_text p {
    font-size: 14px;
    width: 100%;
  }
}
#wrapper_method .lecturer {
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer {
    max-width: 1400px;
    width: 85%;
    padding-bottom: 100px;
  }
}
#wrapper_method .lecturer .sec_ttl {
  padding: 40px 0 30px;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .sec_ttl {
    padding: 50px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member {
    display: flex;
    flex-wrap: wrap;
    align-items: inherit;
    justify-content: space-between;
    gap: 60px;
    overflow: hidden;
  }
}
#wrapper_method .lecturer .member li {
  position: relative;
  border-bottom: 1px solid #dfe3e7;
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li {
    padding-top: 0;
    width: calc(50% - 30px);
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
    background-color: #dfe3e7;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -30px;
    left: 0;
    background-color: #dfe3e7;
  }
}
#wrapper_method .lecturer .member li:nth-child(even)::before {
  display: none;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li:nth-last-child(2) {
    border-bottom: none;
  }
}
#wrapper_method .lecturer .member li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li .wrapper_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
}
#wrapper_method .lecturer .member li .wrapper_top img {
  margin: auto;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li .wrapper_top img {
    margin: 0;
    max-width: 270px;
    width: 47%;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li .wrapper_top .wrapper_text {
    width: 47%;
  }
}
#wrapper_method .lecturer .member li .wrapper_top .wrapper_text h3 {
  font-size: 24px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li .wrapper_top .wrapper_text h3 {
    padding-top: 0;
  }
}
#wrapper_method .lecturer .member li .wrapper_top .wrapper_text h3 .ttl_en {
  display: block;
  color: #575a63;
  font-size: 10px;
}
#wrapper_method .lecturer .member li .wrapper_top .wrapper_text .tag {
  display: inline-block;
  margin: 30px 0 15px;
  padding: 0 10px;
  font-weight: 700;
  color: #fff;
  background-color: #182d6f;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li .wrapper_top .wrapper_text .tag {
    font-size: 14px;
  }
}
#wrapper_method .lecturer .member li .wrapper_top .wrapper_text .text {
  font-size: 12px;
}
#wrapper_method .lecturer .member li .wrapper_bottom {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_method .lecturer .member li .wrapper_bottom {
    padding: 30px 0 0;
    font-size: 14px;
  }
}
#wrapper_method .partner {
  padding: 80px 0;
  background-color: #f8f9f9;
}
@media screen and (min-width: 769px) {
  #wrapper_method .partner {
    padding: 100px 0;
  }
}
#wrapper_method .partner .sideber_ttl {
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .partner .sideber_ttl {
    max-width: 1400px;
    width: 85%;
  }
}
#wrapper_method .partner .member {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_method .partner .member {
    display: flex;
    gap: 4vw;
    max-width: 1400px;
    width: 85%;
  }
}
#wrapper_method .partner .member img {
  height: auto;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_method .partner .member img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 270px;
    margin: 0;
  }
}
#wrapper_method .partner .member .wrapper_text h3 {
  font-size: 24px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .partner .member .wrapper_text h3 {
    padding-top: 0;
  }
}
#wrapper_method .partner .member .wrapper_text h3 .ttl_en {
  display: block;
  color: #575a63;
  font-size: 10px;
}
#wrapper_method .partner .member .wrapper_text .tag {
  display: inline-block;
  margin: 30px 0 15px;
  padding: 0 10px;
  font-weight: 700;
  color: #fff;
  background-color: #182d6f;
}
@media screen and (min-width: 769px) {
  #wrapper_method .partner .member .wrapper_text .tag {
    font-size: 14px;
  }
}
#wrapper_method .partner .member .wrapper_text .note {
  font-size: 12px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #wrapper_method .partner .member .wrapper_text .text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=method.css.map */