@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
}

header .pc_only {
  display: none;
}

@media only screen and (min-width: 961px) {
  header .pc_only {
    display: inherit;
  }
}
a:hover {
  text-decoration: none;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w1280 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w1280 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w1280 {
    padding: 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
}

header .pc_only {
  display: none;
}

@media only screen and (min-width: 961px) {
  header .pc_only {
    display: inherit;
  }
}
a:hover {
  text-decoration: none;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w1280 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w1280 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w1280 {
    padding: 0;
  }
}

body {
  background: #F4F9FC;
}

.main {
  text-align: left;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.main img {
  width: 100%;
}

.contents_title {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .contents_title {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .contents_title {
    font-size: 3.4rem;
  }
}
.contents_title:before {
  display: none;
}

@media screen and (min-width: 769px) {
  .contents_title {
    position: relative;
  }
  .contents_title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
  }
}
.copy_box .copy_title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .copy_box .copy_title {
    font-size: calc(1.8rem + (1vw - 7.68px) * 2.3148148148);
  }
}
@media (min-width: 1200px) {
  .copy_box .copy_title {
    font-size: 2.8rem;
  }
}
.copy_box .copy {
  font-size: 1.2rem;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .copy_box .copy {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.6944444444);
  }
}
@media (min-width: 1200px) {
  .copy_box .copy {
    font-size: 1.5rem;
  }
}

.w900 {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 901px) {
  .w900 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1281px) {
  .w900 {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1400px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1580px) {
  .w900 {
    padding: 0;
  }
}
@media screen and (min-width: 901px) {
  .w900 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1000px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1281px) {
  .w900 {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1400px) {
  .w900 {
    padding: 0;
  }
}
@media screen and (min-width: 1580px) {
  .w900 {
    padding: 0;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#hero {
  margin: 0 auto 50px;
}

a {
  display: block;
}

.box {
  margin-bottom: 21.3333333333%;
}

@media screen and (min-width: 769px) {
  .box {
    margin-bottom: 8.3333333333%;
  }
}
.btn {
  margin-bottom: 5%;
}
.btn a, .btn button {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  max-width: 380px;
  width: 100%;
  margin: auto;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  background: #0091DA;
  border: 1px solid #0091DA;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn a, .btn button {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .btn a, .btn button {
    font-size: 1.6rem;
  }
}
.btn a span, .btn button span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-color: #fff;
  right: 20px;
  font-size: 1.4rem;
  transition: 0.3s;
}
.btn a .v_shaped, .btn button .v_shaped {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  border-color: #fff;
  transition: 0.3s;
}
.btn a .arrow:before, .btn a .arrow:after, .btn button .arrow:before, .btn button .arrow:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  transition: 0.3s;
}
.btn a .arrow:before, .btn button .arrow:before {
  width: 25px;
  right: 14px;
  top: 70%;
  transform: translate(0, -50%);
}
.btn a .arrow:after, .btn button .arrow:after {
  width: 7px;
  right: 14px;
  top: calc(70% - 2px);
  transform: rotate(35deg) translate(0, -50%);
}
.btn a:hover, .btn button:hover {
  background: #C1AE8A;
  opacity: 1;
  border: 1px solid #C1AE8A;
}
.btn a.gl_btn, .btn button.gl_btn {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn a.gl_btn:hover, .btn button.gl_btn:hover {
  color: #C1AE8A;
  background: #fff;
}
.btn a.gl_btn:hover .v_shaped, .btn button.gl_btn:hover .v_shaped {
  border-color: #C1AE8A;
}
.btn a.gl_btn:hover .arrow:before, .btn a.gl_btn:hover .arrow:after, .btn button.gl_btn:hover .arrow:before, .btn button.gl_btn:hover .arrow:after {
  background: #C1AE8A;
}
.btn a.or_btn, .btn button.or_btn {
  background: #EB702F;
  border: 1px solid #EB702F;
}
.btn a.or_btn:hover, .btn button.or_btn:hover {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn a.gr_btn, .btn button.gr_btn {
  background: #678E38;
  border: 1px solid #678E38;
}
.btn a.gr_btn:hover, .btn button.gr_btn:hover {
  background: #C1AE8A;
  border: 1px solid #C1AE8A;
}
.btn.back a, .btn.back button {
  background: #000;
  border: 1px solid #000;
}
.btn.back a:hover, .btn.back button:hover {
  color: #000;
  background: #fff;
}
.btn.back a:hover:after, .btn.back button:hover:after {
  border-color: #000;
}

.sub_title {
  color: #0091DA;
  text-align: center;
  margin-bottom: 40px;
}
.sub_title .main_txt {
  font-weight: normal;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sub_title .main_txt {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .sub_title .main_txt {
    font-size: 3.4rem;
  }
}
.sub_title .sab_title {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .sub_title .sab_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1280px) {
  .sub_title .sab_title {
    font-size: 2.4rem;
  }
}
.sub_title .sab_txt {
  text-align: justify;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 20px;
  color: #333;
}
@media (min-width: 768px) {
  .sub_title .sab_txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .sub_title .sab_txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .sub_title .main_txt {
    margin-bottom: 80px;
    position: relative;
  }
  .sub_title .main_txt:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 90px;
    height: 1px;
    margin: auto;
    background: #0091DA;
  }
  .sub_title .sab_txt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 901px) {
  .sp_only {
    display: none;
  }
}
i {
  margin-right: 5px;
}

.message_contents {
  margin-bottom: 70px;
}
.message_contents .message_contents_wrap {
  padding: 80px 0px 40px 0px;
}
.message_contents .message_contents_wrap .contents_title {
  margin-bottom: 40px;
}
.message_contents .message_contents_wrap ul li {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
.message_contents .message_contents_wrap ul li .txt_title {
  font-size: 1.6rem;
  text-align: center;
  color: #0091DA;
  background: #fff;
  padding: 5px 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .message_contents .message_contents_wrap ul li .txt_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.8518518519);
  }
}
@media (min-width: 1200px) {
  .message_contents .message_contents_wrap ul li .txt_title {
    font-size: 2.4rem;
  }
}
.message_contents .message_contents_wrap ul li .txt {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 30px 0px 40px 0px;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .message_contents .message_contents_wrap ul li .txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  .message_contents .message_contents_wrap ul li .txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .message_contents {
    margin-bottom: 120px;
  }
  .message_contents .message_contents_wrap {
    padding: 60px 0px 50px 0px;
  }
  .message_contents .message_contents_wrap .contents_title {
    margin-bottom: 12%;
  }
  .message_contents .message_contents_wrap ul li {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }
  .message_contents .message_contents_wrap ul li .txt {
    text-align: left;
    padding: 10px 25px;
    line-height: 2.5;
  }
}
#hero {
  background: url(./img/main.jpg) no-repeat center;
  height: 400px;
}
#hero img {
  display: none;
}

@media only screen and (max-width: 768px) {
  #hero {
    background: none;
    height: auto;
  }
  #hero img {
    width: 100%;
    display: block;
  }
}
.hero_txt {
  margin-bottom: 2em !important;
  font-size: clamp(15px, 2vw, 20px);
  text-align: center;
}

.counseling {
  background: #F5F7FF;
}

#method_nomal .impact_box {
  margin-bottom: 80px;
  padding: 30px 0;
  background: #fff;
}
#method_nomal .impact_box .sab_title {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #method_nomal .impact_box .sab_title {
    font-size: calc(1.5rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1280px) {
  #method_nomal .impact_box .sab_title {
    font-size: 2.3rem;
  }
}
#method_nomal .impact_box .sab_txt {
  margin-bottom: 30px;
}
#method_nomal .impact_box .img {
  max-width: 500px;
  margin: auto;
  padding: 30px 0;
}
#method_nomal .impact_box .btn a {
  max-width: 430px;
  margin: auto;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #method_nomal .impact_box .btn a {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.78125);
  }
}
@media (min-width: 1280px) {
  #method_nomal .impact_box .btn a {
    font-size: 1.6rem;
  }
}
#method_nomal .atten {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
#method_nomal .main_txt {
  text-align: center;
  font-size: 1.8rem;
  color: #0091DA;
  font-weight: normal;
}
@media (min-width: 768px) {
  #method_nomal .main_txt {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  #method_nomal .main_txt {
    font-size: 3.4rem;
  }
}
#method_nomal .sab_title {
  text-align: center;
  font-size: 1.6rem;
  color: #0091DA;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #method_nomal .sab_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1280px) {
  #method_nomal .sab_title {
    font-size: 2.4rem;
  }
}
#method_nomal .sab_txt {
  text-align: justify;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #method_nomal .sab_txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #method_nomal .sab_txt {
    font-size: 1.5rem;
  }
}
#method_nomal .sab_txt.line_mb {
  margin-bottom: 10px;
}
#method_nomal .method_wrap {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 60px;
}
#method_nomal .method_wrap .treatment_nomal {
  margin-bottom: 20px;
  border-bottom: solid 1px #0091DA;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .treatment_nomal {
    font-size: calc(1.6rem + (1vw - 7.68px) * 0);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .treatment_nomal {
    font-size: 1.6rem;
  }
}
#method_nomal .method_wrap .flow_main {
  position: relative;
  padding: 15px 0;
  background: #C1AE8A;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .flow_main {
    font-size: calc(1.5rem + (1vw - 7.68px) * 0.1953125);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .flow_main {
    font-size: 1.6rem;
  }
}
#method_nomal .method_wrap .flow_main span {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .flow_main span {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .flow_main span {
    font-size: 1.2rem;
  }
}
#method_nomal .method_wrap .flow_main:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #C1AE8A transparent transparent transparent;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
#method_nomal .method_wrap .flow_list {
  margin-bottom: 18%;
}
#method_nomal .method_wrap .flow_list ul {
  margin: 30px 0;
}
#method_nomal .method_wrap .flow_list ul .flow_txt {
  background: #fff;
  text-align: center;
}
#method_nomal .method_wrap .flow_list ul .flow_txt h4 {
  padding: 20px 0;
  font-size: 1.4rem;
  background: #0091DA;
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .flow_list ul .flow_txt h4 {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .flow_list ul .flow_txt h4 {
    font-size: 1.6rem;
  }
}
#method_nomal .method_wrap .flow_list ul .flow_txt h4.bg_dbl {
  background: #172349;
}
#method_nomal .method_wrap .flow_list ul .flow_txt h4.bg_or {
  background: #ED7F4F;
}
#method_nomal .method_wrap .flow_list ul .flow_txt p {
  padding: 4%;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .flow_list ul .flow_txt p {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .flow_list ul .flow_txt p {
    font-size: 1.4rem;
  }
}
#method_nomal .method_wrap .flow_list ul .flow_btn {
  position: relative;
}
#method_nomal .method_wrap .flow_list ul .flow_btn span {
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 40%;
  right: 7%;
}
#method_nomal .method_wrap .flow_list ul .flow_btn .active {
  transform: rotate(-45deg);
  top: 45%;
}
#method_nomal .method_wrap .flow_list ul .flow_open {
  display: none;
}
#method_nomal .method_wrap .flow_list ul .arrow {
  margin: 5% auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #C1AE8A transparent transparent transparent;
}
#method_nomal .method_wrap .font_size_title {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .font_size_title {
    font-size: calc(1.6rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .font_size_title {
    font-size: 1.8rem;
  }
}
#method_nomal .method_wrap .detail_title {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .detail_title {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .detail_title {
    font-size: 1.5rem;
  }
}
#method_nomal .method_wrap .detail_title:after {
  content: "";
  position: absolute;
  height: 60%;
  width: 2px;
  top: 24%;
  left: 0;
  display: block;
  background: #333333;
}
#method_nomal .method_wrap .sab_txt {
  margin-bottom: 60px;
}
#method_nomal .method_wrap .sab_txt.mb_20px {
  margin-bottom: 20px;
}
#method_nomal .method_wrap .sab_txt .txt_bold {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#method_nomal .method_wrap .img {
  margin-bottom: 20px;
}
#method_nomal .method_wrap .adaptation_box {
  position: relative;
  border: solid 2px #0091DA;
  padding: 10% 4% 3%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 14%;
}
#method_nomal .method_wrap .adaptation_box.adaptation_long {
  padding: 20% 4% 3%;
}
#method_nomal .method_wrap .adaptation_box .adaptation_txt {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .adaptation_box .adaptation_txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .adaptation_box .adaptation_txt {
    font-size: 1.5rem;
  }
}
#method_nomal .method_wrap .adaptation_box .adaptation {
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 80%;
  border-radius: 5px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #method_nomal .method_wrap .adaptation_box .adaptation {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.5859375);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_wrap .adaptation_box .adaptation {
    font-size: 1.7rem;
  }
}
#method_nomal .method_wrap .adaptation_box .adaptation.w_size {
  width: 94%;
}
#method_nomal .method_wrap .adaptation_box .adaptation.w_size:before {
  bottom: -18%;
}
#method_nomal .method_wrap .adaptation_box .adaptation p {
  background: #0091DA;
  border-radius: 5px;
  line-height: 1.8;
  padding: 3% 0;
}
#method_nomal .method_wrap .adaptation_box .adaptation:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #0091DA transparent transparent transparent;
  bottom: -24%;
  left: 50%;
  transform: translateX(-50%);
}
#method_nomal .method_more {
  text-align: center;
  color: #0091DA;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #method_nomal .method_more {
    font-size: calc(1.8rem + (1vw - 7.68px) * 1.171875);
  }
}
@media (min-width: 1280px) {
  #method_nomal .method_more {
    font-size: 2.4rem;
  }
}
#method_nomal .category_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#method_nomal .category_box .category_btn {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#method_nomal .category_box .category_btn .btn_txt {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0091DA;
  font-size: 1.2rem;
  height: 60px;
  position: relative;
}
@media (min-width: 768px) {
  #method_nomal .category_box .category_btn .btn_txt {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.78125);
  }
}
@media (min-width: 1280px) {
  #method_nomal .category_box .category_btn .btn_txt {
    font-size: 1.6rem;
  }
}
#method_nomal .category_box .category_btn .btn_txt p {
  padding-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#method_nomal .category_box .category_btn .btn_txt:after {
  content: "";
  position: absolute;
  border-top: solid 2px #0091DA;
  border-right: solid 2px #0091DA;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}

.link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 60px;
}
.link .link_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.1em;
  background: #0091DA;
  border: 1px solid #0091DA;
  color: #FFF;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .link .link_item {
    font-size: calc(1.2rem + (1vw - 7.68px) * 0.78125);
  }
}
@media (min-width: 1280px) {
  .link .link_item {
    font-size: 1.6rem;
  }
}
.link .link_item::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -75%) rotate(45deg);
  width: 7.5px;
  height: 7.5px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: "";
}

.sec_ttl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #0091DA;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_ttl {
    font-size: calc(1.8rem + (1vw - 7.68px) * 3.125);
  }
}
@media (min-width: 1280px) {
  .sec_ttl {
    font-size: 3.4rem;
  }
}
.sec_ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2.65em;
  height: 1px;
  background: #0091DA;
  content: "";
}

.sec_ttl-cap {
  margin-bottom: 40px;
  color: #0091DA;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_ttl-cap {
    font-size: calc(1.6rem + (1vw - 7.68px) * 1.5625);
  }
}
@media (min-width: 1280px) {
  .sec_ttl-cap {
    font-size: 2.4rem;
  }
}

.sec_txt {
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.11em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .sec_txt {
    font-size: calc(1.3rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .sec_txt {
    font-size: 1.5rem;
  }
}
.sec_txt b {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sec_txt small {
  display: inline-block;
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: 0.11em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .sec_txt small {
    font-size: calc(1rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .sec_txt small {
    font-size: 1.2rem;
  }
}
.sec_txt + .sec_list {
  margin-top: 80px;
}
.sec_txt + .sec_copy {
  margin-top: 15px;
}

.sec_subttl {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0091DA;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .sec_subttl {
    font-size: calc(1.6rem + (1vw - 7.68px) * 0);
  }
}
@media (min-width: 1280px) {
  .sec_subttl {
    font-size: 1.6rem;
  }
}

.sec_copy {
  margin-bottom: 5px;
  color: #0091DA;
  font-size: 1.4rem;
  letter-spacing: 0.11em;
  line-height: 1.85;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .sec_copy {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.390625);
  }
}
@media (min-width: 1280px) {
  .sec_copy {
    font-size: 1.6rem;
  }
}
.sec_copy rt {
  font-size: 0.55rem;
}

.sec_list-item + .sec_list-item {
  margin-top: 60px;
}
.sec_list-item .img {
  display: block;
  margin-top: 20px;
}

.sec_summary {
  margin-top: 50px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 145, 218, 0.2);
}
.sec_summary .sec_copy {
  margin-bottom: 0;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
.sec_summary .sec_txt {
  margin-top: 10px;
  text-align: center;
}

#dna {
  margin-bottom: 80px;
}
#dna .dna_point {
  display: grid;
  grid-gap: 14px;
  margin-bottom: 40px;
}
#dna .dna_point .dna_point-item {
  padding: 15px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  color: #0091DA;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  #dna .dna_point .dna_point-item {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.78125);
  }
}
@media (min-width: 1280px) {
  #dna .dna_point .dna_point-item {
    font-size: 1.8rem;
  }
}

#scsa {
  margin-bottom: 80px;
}
#scsa .sec_flow {
  margin-bottom: 40px;
}
#scsa .sec_flow .sec_flow-item {
  background: #FFF;
  padding: 15px;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#scsa .sec_flow .sec_flow-item + .sec_flow-item {
  position: relative;
  margin-top: 33px;
}
#scsa .sec_flow .sec_flow-item + .sec_flow-item::before {
  position: absolute;
  top: -16.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 13px;
  background: #D8DAEC;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
}
#scsa .sec_ex {
  display: grid;
  grid-gap: 30px;
}
#scsa .sec_ex .sec_ex-item {
  background: #FFF;
}
#scsa .sec_ex .sec_ex-item:nth-of-type(2) {
  margin-top: 30px;
}
#scsa .sec_ex .sec_ex-item:nth-of-type(2) .sec_copy {
  background: #182349;
}
#scsa .sec_ex .sec_ex-item .sec_copy {
  margin-bottom: 0;
  padding: 15px;
  box-sizing: border-box;
  background: #0091DA;
  color: #FFF;
  text-align: center;
}
#scsa .sec_ex .sec_ex-item .cont {
  display: grid;
  grid-template-columns: 45% 50%;
  justify-content: space-between;
  padding: 15px;
}
#scsa .sec_ex .sec_ex-item .cont .img {
  margin: 0;
}
#scsa .sec_link {
  margin-top: 0.75em;
  font-size: 1.1rem;
  letter-spacing: 0.11em;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: right;
}
@media (min-width: 768px) {
  #scsa .sec_link {
    font-size: calc(1.1rem + (1vw - 7.68px) * 0.1953125);
  }
}
@media (min-width: 1280px) {
  #scsa .sec_link {
    font-size: 1.2rem;
  }
}
#scsa .sec_link a {
  color: #0091DA;
  text-decoration: underline;
}

#antioxidant {
  margin-bottom: 60px;
}
#antioxidant .sec_list-item .sec_wrap .img {
  width: 91.3%;
  margin: 20px auto 0;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .main_txt {
    margin-bottom: 80px;
    position: relative;
  }
  .main_txt:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 90px;
    height: 1px;
    margin: auto;
    background: #0091DA;
  }
  .sab_title {
    margin-bottom: 40px;
  }
  .sab_txt {
    margin-bottom: 50px;
  }
  #method_nomal .method_wrap {
    margin-bottom: 60px;
  }
  #method_nomal .method_wrap .treatment_nomal {
    margin-bottom: 20px;
  }
  #method_nomal .method_wrap .flow_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #method_nomal .method_wrap .flow_list ul {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin: 30px 0 25px;
  }
  #method_nomal .method_wrap .sab_txt {
    margin-bottom: 70px;
  }
  #method_nomal .method_wrap .adaptation_box {
    margin-bottom: 7%;
    padding: 8% 2% 3%;
  }
  #method_nomal .method_wrap .adaptation_box.adaptation_long {
    padding: 10% 4% 3%;
  }
  #method_nomal .method_wrap .adaptation_box .adaptation_txt {
    font-weight: inherit;
  }
  #method_nomal .method_wrap .adaptation_box .adaptation {
    width: 60%;
  }
  #method_nomal .method_wrap .adaptation_box .adaptation p:before {
    bottom: -90%;
  }
  #method_nomal .method_more {
    margin-bottom: 100px;
  }
  #method_nomal .category_box {
    width: 70%;
    margin: auto;
  }
  #method_nomal .category_box .category_btn {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin-bottom: 0;
    transition: 0.5s;
  }
  #method_nomal .category_box .category_btn .btn_txt {
    height: 70px;
  }
  #method_nomal .category_box .category_btn:hover {
    opacity: 1;
  }
  #method_nomal .category_box .category_btn:hover .btn_txt {
    transition: 0.5s;
    background: #0091DA;
    color: #fff;
  }
  #method_nomal .category_box .category_btn:hover .btn_txt:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .link {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 100px;
  }
  .link .link_item {
    height: 5.25em;
  }
  .sec_ttl {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .sec_ttl-cap {
    margin-bottom: 30px;
  }
  .sec_txt {
    line-height: 2;
  }
  .sec_txt + .sec_copy {
    margin-top: 15px;
  }
  .sec_txt.center {
    text-align: center;
  }
  .sec_subttl {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .sec_copy {
    margin-bottom: 5px;
  }
  .sec_copy rt {
    font-size: 0.6rem;
  }
  .sec_list-item .img {
    display: block;
    margin-top: 15px;
  }
  .sec_summary {
    padding: 30px;
  }
  #dna {
    margin-bottom: 110px;
  }
  #dna .dna_point {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3.33%;
  }
  #dna .dna_point .dna_point-item {
    padding: 30px 15px;
  }
  #scsa {
    margin-bottom: 110px;
  }
  #scsa .sec_flow {
    margin-bottom: 50px;
  }
  #scsa .sec_flow .sec_flow-item {
    padding: 20px;
    text-align: center;
  }
  #scsa .sec_ex {
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px;
  }
  #scsa .sec_ex .sec_ex-item:nth-of-type(2) {
    margin-top: 0;
  }
  #scsa .sec_ex .sec_ex-item .cont {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  #scsa .sec_ex .sec_ex-item .cont .img {
    width: 60%;
    margin: 15px auto 0;
  }
  #antioxidant {
    margin-bottom: 110px;
  }
  #antioxidant .sec_list-item .sec_wrap {
    display: grid;
    grid-template-columns: 60% 36.66%;
    justify-content: space-between;
  }
  #antioxidant .sec_list-item .sec_wrap .img {
    width: 100%;
    margin: 0;
  }
}
/*------------------------------
		901px以上
------------------------------*/
@media screen and (min-width: 901px) {
  .route_btn {
    bottom: 12%;
    right: 10%;
  }
}
/*------------------------------
		1281px以上
------------------------------*/