@charset "UTF-8";
/*ダイエットサイト*/
/*wellnest clinic color*/
/*blue*/
/*red*/
#pre-loading {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #FFF;
  z-index: 9999;
  transition: 0.4s;
}

.load-img {
  display: none;
}

/*.container {
  padding: 0;
}*/
@media screen and (max-width: 767px) {
  .load-img {
    width: 70%;
    margin: 0 auto;
  }
}
/* ------------------------------
hover
------------------------------ */
.zoom-box {
  display: inline-block;
  overflow: hidden;
}

.zoom {
  display: block;
  transition-duration: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .zoom:hover {
    transform: scale(1.2);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zoom:hover {
    transform: scale(1.2);
  }
}

/* ------------------------------
header
------------------------------ */
/* 上部に固定させるスタイルを用意 */
/*#header {
  .headerWrap {
    top: -83px;
    transition: .5s;
  }
}

#header.is-show {
  .headerWrap {
    top: 0;
    z-index: 100;
  }
}

.open {
  #header {
    .headerWrap {
      top: 0;
    }
  }
}

@media screen and (max-width: 767px) {
  #header {
    .headerWrap {
      top: -20vw;
    }
  }
}*/
/* ------------------------------
diet
------------------------------ */
.txt_xs {
  font-size: 1.4rem;
}

.txt_xxs {
  font-size: 1.2rem;
}

.pc-flex {
  display: flex;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn_wrap {
  max-width: 390px;
  margin: 40px auto;
}

.atten {
  color: #C8102E;
  font-weight: 600;
}

.atten_blue {
  color: #041E42;
  font-weight: 600;
}

.text_link {
  color: #041E42;
  font-weight: 600;
  border-bottom: 1px solid;
}

h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: #041E42;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04;
  font-style: normal;
}

h2 {
  font-size: 3.2rem;
  margin-bottom: 40px;
}

h3 {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

h4 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}

h5 {
  font-size: 2rem;
  margin-bottom: 24px;
}

.txt_xs {
  font-size: 1.4rem;
}

.txt_xxs {
  font-size: 1.2rem;
}

.tb_container {
  margin: 40px auto 0;
  max-width: 800px;
}
.tb_container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  background-color: #fff;
  margin-bottom: 20px;
}
.tb_container table caption {
  text-align: right;
}
.tb_container table tr th {
  padding: 8px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.tb_container table tr th.bg_gy {
  background-color: #68788E;
  color: #fff;
}
.tb_container table tr th.bg_bl {
  background-color: #041E42;
  color: #fff;
}
.tb_container table tr th.bg_none {
  background: none;
  border: none;
}
.tb_container table tr td {
  padding: 8px;
  border-bottom: 1px solid #a5a5a5;
  line-height: 1.5;
  max-width: 250px;
}
.tb_container table tr td span.num {
  font-size: 2rem;
  font-weight: 600;
}
.tb_container table tr td.bg_bl {
  background-color: #E5E8EC;
  text-align: left;
}
.tb_container table tr td.price {
  text-align: right;
}
.tb_container table tr td.left {
  text-align: left;
}
.tb_container p {
  margin: 24px 0;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  h3 {
    font-size: 5.87vw;
    margin-bottom: 4vw;
  }
  h4 {
    font-size: 5.33vw;
    margin-bottom: 4vw;
  }
  h5 {
    font-size: 4.27vw;
    margin-bottom: 4vw;
  }
  .txt_xs {
    font-size: 3.73vw;
  }
  .txt_xxs {
    font-size: 3.2vw;
  }
  .btn_wrap {
    margin: 8vw auto;
  }
  .pc-flex {
    display: block;
  }
  .btn_wrap {
    width: 100%;
    max-width: 390px;
  }
  .tb_container {
    margin: 4vw auto 0;
  }
  .tb_container h3 {
    font-size: 5.33vw;
    margin-bottom: 8vw;
  }
  .tb_container table {
    font-size: 3.73vw;
    margin-bottom: 8vw;
  }
  .tb_container table tr th {
    font-size: 3.73vw;
    padding: 2vw 1vw;
  }
  .tb_container table tr td {
    padding: 2vw;
  }
  .tb_container table tr td span.num {
    font-size: 7.47vw;
  }
}
/* ------------------------------
main_visual
------------------------------ */
.top_hero {
  position: relative;
  width: 100%;
  height: 600px;
}
.top_hero #mv {
  position: relative;
}
.top_hero #mv .slider picture {
  display: block;
}
.top_hero #mv .slider picture img {
  filter: brightness(0.8);
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.top_hero #mv .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.top_hero #mv .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 60px;
  bottom: 35px;
}
.top_hero #mv .slick-dots li {
  line-height: 0;
}
.top_hero #mv .slick-dots li + li {
  margin-left: 4px;
}
.top_hero #mv .slick-dots li button {
  width: 50px;
  height: 4px;
  font-size: 0;
  background: #fff;
  border: 0;
  padding: 0;
  outline: none;
  opacity: 0.5;
  vertical-align: top;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: none;
}
.top_hero #mv .slick-dots .slick-active button {
  opacity: 1;
}
.top_hero #mv .en {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 11rem;
  letter-spacing: 0.1em;
}
.top_hero ._logo {
  position: absolute;
  top: 8%;
  left: 4%;
  width: 180px;
}
.top_hero ._logo img {
  display: block;
  width: 100%;
}
.top_hero .copyWrap {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 52%;
  left: 50%;
  max-width: 1120px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.top_hero .copyWrap ._title_01 hgroup {
  margin-bottom: 24px;
}
.top_hero .copyWrap ._title_01 hgroup h1 {
  font-size: 4.8rem;
  line-height: 1.3;
  color: #041E42;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.top_hero .copyWrap ._title_01 hgroup p {
  font-size: 1.6rem;
  color: #041E42;
  background: white;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: fit-content;
  padding: 4px 16px;
  margin: 0 auto 16px;
}
.top_hero .copyWrap ._title_01 .price-box {
  margin: 0 auto;
  align-items: stretch;
  display: flex;
  width: fit-content;
}
.top_hero .copyWrap ._title_01 .price-box .box {
  padding: 12px 24px;
  text-align: center;
  background: white;
  position: relative;
  width: 300px;
  height: 88px;
}
.top_hero .copyWrap ._title_01 .price-box .box p {
  text-align: center;
  color: #041E42;
  line-height: 1.5;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 82%;
  text-align: left;
}
.top_hero .copyWrap ._title_01 .price-box .box p .num {
  font-size: 3.2rem;
  font-weight: 600;
}
.top_hero .copyWrap ._title_01 .price-box .box.bg_bl900 {
  background-color: #1D3455;
  color: #fff;
  width: 200px;
}
.top_hero .copyWrap ._title_01 .price-box .box.bg_bl900 p {
  color: white;
  text-align: center;
}
.top_hero .copyWrap ._title_01 .flex-box {
  align-items: center;
  max-width: fit-content;
  margin: 0 auto;
}
.top_hero .copyWrap ._title_01 .flex-box figcaption {
  margin-left: 16px;
}
.top_hero .copyWrap ._tab-mv {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  width: 44%;
}
.top_hero .copyWrap ._tab-mv > label {
  flex: 1 1;
  order: -1;
  min-width: 16%;
  padding: 8px 0;
  border-radius: 4px 4px 0 0;
  background-color: #CDD2D9;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  align-items: center;
  display: grid;
}
.top_hero .copyWrap ._tab-mv > label:hover {
  opacity: 0.8;
  background-color: #041E42;
}
.top_hero .copyWrap ._tab-mv > label:has(:checked) {
  /*opacity: 1;*/
  background-color: #041E42;
}
.top_hero .copyWrap ._tab-mv > label:has(:checked) + div {
  display: block;
}
.top_hero .copyWrap ._tab-mv > label.txt_xxs {
  font-size: 1.2rem;
}
.top_hero .copyWrap ._tab-mv input {
  display: none;
}
.top_hero .copyWrap ._tab-mv > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}
.top_hero .copyWrap ._tab-mv .box_wrap {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 8px 8px;
  padding: 16px 24px;
}
.top_hero .copyWrap ._tab-mv .box_wrap h4 {
  font-size: 2rem;
  color: #041E42;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.top_hero .copyWrap ._tab-mv .box_wrap .flex-box {
  flex-wrap: nowrap;
}
.top_hero .copyWrap ._tab-mv .box_wrap .txt_box {
  margin: 0 auto;
  justify-content: space-between;
  border-bottom: 1px solid #CDD2D9;
}
.top_hero .copyWrap ._tab-mv .box_wrap .txt_box.flex-box {
  align-items: center;
}
.top_hero .copyWrap ._tab-mv .box_wrap .txt_box .flex-box {
  align-items: center;
}
.top_hero .copyWrap ._tab-mv .box_wrap .txt_box .name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.top_hero .copyWrap ._tab-mv .box_wrap .txt_box .name span {
  font-size: 1.4rem;
  color: #4F617A;
  display: block;
  font-weight: 400;
}
.top_hero .copyWrap ._tab-mv .box_wrap .txt_box .price {
  font-size: 1.4rem;
}
.top_hero .copyWrap ._tab-mv .box_wrap .txt_box .price .num {
  font-size: 1.8rem;
  margin-left: 24px;
}
.top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap {
  margin: 24px auto;
}
.top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap + .btn_wrap {
  margin-left: 16px;
}
.top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap .btn {
  font-size: 1.4rem;
  padding: 12px 10px;
}
.top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap .btn::after {
  right: 15px;
  width: 10px;
  height: 13px;
}
.top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap .btn + .btn {
  margin-left: 24px;
}
.top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap .btn.white {
  border: 1px solid #041E42;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .top_hero {
    max-height: fit-content;
  }
  .top_hero #mv .slider picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top_hero .top_hero ._logo {
    width: 20vw;
  }
  .top_hero .copyWrap {
    top: 54%;
  }
  .top_hero .copyWrap ._title_01 hgroup {
    margin-bottom: 2vw;
  }
  .top_hero .copyWrap ._title_01 hgroup h1 {
    font-size: 3.6rem;
    text-align: center;
  }
  .top_hero .copyWrap ._title_01 hgroup p {
    font-size: 1.6rem;
    margin: 0 auto 8px;
  }
  .top_hero .copyWrap ._title_01 .price-box .box {
    padding: 2vw;
    height: 72px;
  }
  .top_hero .copyWrap ._title_01 .price-box .box p {
    font-size: 1.4rem;
  }
  .top_hero .copyWrap ._title_01 .price-box .box p .num {
    font-size: 3.2rem;
  }
  .top_hero .copyWrap ._title_01 .price-box .box.bg_bl900 {
    background-color: #1D3455;
    color: #fff;
    width: 200px;
  }
  .top_hero .copyWrap ._title_01 .price-box .box.bg_bl900 p {
    color: white;
  }
  .top_hero .copyWrap ._title_01 .flex-box {
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
  }
  .top_hero .copyWrap ._title_01 .flex-box figcaption {
    margin-left: 16px;
  }
  .top_hero .copyWrap ._title_01 .btn_wrap {
    margin: 24px auto;
  }
  .top_hero .copyWrap ._tab-mv {
    min-width: auto;
    left: 74%;
  }
  .top_hero .copyWrap ._tab-mv > label {
    font-size: 1.2rem;
  }
  .top_hero .copyWrap ._tab-mv > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap {
    padding: 2vw;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap h4 {
    margin-bottom: 12px;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .txt_box .name {
    font-size: 1.4rem;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .txt_box .name span {
    font-size: 1.2rem;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .txt_box .price .num {
    font-size: 1.6rem;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap {
    margin: 16px auto;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap .btn {
    font-size: 1.2rem;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .top_hero {
    height: 90vh;
  }
  .top_hero #mv {
    height: auto;
  }
  .top_hero #mv .slick-slide img {
    height: auto;
  }
  .top_hero #mv .slick-dots {
    right: auto;
    left: 50%;
    bottom: 5vw;
    transform: translateX(-50%);
  }
  .top_hero #mv .slick-dots li {
    width: 6vw;
    margin: 0 3.5vw;
  }
  .top_hero #mv .slick-dots li button {
    width: 9vw;
    height: 1vw;
  }
  .top_hero ._logo {
    width: 18vh;
    top: 4%;
  }
  .top_hero .copyWrap {
    display: block;
    width: 84%;
    top: 50%;
  }
  .top_hero .copyWrap ._title_01 hgroup {
    margin-bottom: 8vw;
  }
  .top_hero .copyWrap ._title_01 hgroup h1 {
    font-size: 9.6vw;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  .top_hero .copyWrap ._title_01 hgroup p {
    font-size: 3.2vw;
    margin: 0 auto 2vw;
    padding: 0 2vw;
  }
  .top_hero .copyWrap ._title_01 .price-box {
    width: 100%;
  }
  .top_hero .copyWrap ._title_01 .price-box .box {
    padding: 4vw 4vw;
    width: 60vw;
    height: 8vh;
  }
  .top_hero .copyWrap ._title_01 .price-box .box p {
    font-size: 3.2vw;
  }
  .top_hero .copyWrap ._title_01 .price-box .box p .num {
    font-size: 5.33vw;
  }
  .top_hero .copyWrap ._title_01 .price-box .box.bg_bl900 {
    background-color: #1D3455;
    color: #fff;
    width: 14vw;
  }
  .top_hero .copyWrap ._title_01 .flex-box img {
    width: 4vw;
    margin-right: 2vw;
  }
  .top_hero .copyWrap ._title_01 .flex-box figcaption {
    font-size: 3.73vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .top_hero .copyWrap ._tab-mv {
    gap: 0 1vw;
    width: 92vw;
    margin-top: 4vh;
  }
  .top_hero .copyWrap ._tab-mv > label {
    font-size: 3.2vw;
    padding: 1vh;
  }
  .top_hero .copyWrap ._tab-mv > label.txt_xxs {
    font-size: 1.2rem;
  }
  .top_hero .copyWrap ._tab-mv > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap {
    padding: 4vw;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap h4 {
    font-size: 2rem;
    margin-bottom: 2vh;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .txt_box .name {
    font-size: 3.47vw;
    line-height: 1.3;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .txt_box .name span {
    font-size: 2.93vw;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .txt_box .price {
    line-height: 1.2;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .txt_box .price .num {
    font-size: 4vw;
    margin-left: 4vw;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap {
    margin: 2vh auto;
    width: 88vw;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap + .btn_wrap {
    margin-left: 4vw;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap .btn {
    padding: 3vw;
  }
  .top_hero .copyWrap ._tab-mv .box_wrap .btn_wrap .btn::after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
    top: 5.5vw;
  }
}
@media (orientation: landscape) and (max-width: 960px) and (max-height: 440px) {
  .top_hero {
    height: 100vh;
  }
  .top_hero ._logo {
    width: 20vw;
    top: 4%;
  }
  .top_hero .copyWrap {
    display: flex;
    width: 100%;
    height: 100vh;
    top: 50%;
  }
  .top_hero .copyWrap ._title_01 {
    width: 100%;
  }
  .top_hero .copyWrap ._title_01 hgroup {
    margin-bottom: 2vw;
  }
  .top_hero .copyWrap ._title_01 hgroup h1 {
    font-size: 4.8vw;
  }
  .top_hero .copyWrap ._title_01 hgroup p {
    font-size: 2.13vw;
    width: fit-content;
    text-align: center;
    margin: 0 auto 1vw;
  }
  .top_hero .copyWrap ._title_01 .price-box {
    width: fit-content;
  }
  .top_hero .copyWrap ._title_01 .price-box .box {
    padding: 4vw 2vw;
    width: 42vw;
    height: 12vh;
  }
  .top_hero .copyWrap ._title_01 .price-box .box p {
    font-size: 2.13vw;
  }
  .top_hero .copyWrap ._title_01 .price-box .box p .num {
    font-size: 4vw;
  }
  .top_hero .copyWrap ._title_01 .price-box .box.bg_bl900 {
    background-color: #1D3455;
    color: #fff;
    width: 28vw;
  }
  .top_hero .copyWrap ._title_01 .flex-box {
    max-width: 48vw;
    margin: 0 auto;
    display: none;
  }
  .top_hero .copyWrap ._title_01 .flex-box figure img {
    width: 6vw;
    margin-right: 2vw;
  }
  .top_hero .copyWrap ._title_01 .flex-box figcaption {
    font-size: 2.13vw;
  }
  .top_hero .copyWrap ._title_01 .btn_wrap {
    display: none;
  }
  .top_hero .copyWrap p {
    font-size: 2.13vw;
    margin: 0 auto;
  }
  .top_hero .copyWrap ._tab-mv {
    display: none;
  }
}
/* ------------------------------
index-news
------------------------------ */
#index-news {
  background: #041E42;
  box-sizing: border-box;
}
#index-news .post-news {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
  box-sizing: border-box;
}
#index-news .post-news .post-date {
  width: 86px;
  color: #FFF;
}
#index-news .post-news .post-cat {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 14px;
  padding: 2px 30px 3px 30px;
  color: #C8102E;
  background: #FFF;
  border-radius: 30px;
  box-sizing: border-box;
}
#index-news .post-news .post-ttl {
  width: calc(100% - 246px);
  display: block;
  font-size: 1.5rem;
  line-height: 2.1;
  color: #FFF;
  word-break: break-all;
  padding-right: 25px;
  box-sizing: border-box;
}
#index-news .post-news:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  display: block;
  content: "";
  background: url("../img/common/ico-arrow_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  #index-news .post-news {
    flex-wrap: wrap;
    padding: 12px 0 18px 0;
  }
  #index-news .post-news .post-date {
    width: auto;
    font-size: 3.733vw;
  }
  #index-news .post-news .post-cat {
    width: auto;
    font-size: 3.2vw;
    margin: 0 0 0 10px;
    padding: 0 12px 2px 12px;
  }
  #index-news .post-news .post-ttl {
    width: 100%;
    display: block;
    font-size: 3.733vw;
    margin-top: 8px;
  }
  #index-news .post-news:after {
    margin-top: -7px;
    right: 2%;
  }
}
/* ------------------------------
news_wrapper
------------------------------ */
.news_wrapper {
  padding: 0 0 85px 0;
  box-sizing: border-box;
}
.news_wrapper .news_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
.news_wrapper .news_wrap:before {
  background: #041E42;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.news_wrapper .news_wrap .sec-ttl {
  color: #fff;
  padding: 32px 0 0 0;
  height: 100px;
  margin-bottom: 24px;
}
.news_wrapper .news_wrap .sec-ttl:after {
  background: #fff;
}
.news_wrapper .news_wrap .sec-ttl .min {
  display: inline;
  margin: 0 16px 0 0;
}
.news_wrapper .news_wrap .post-news .post {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #4d4d4d;
  padding: 20px 40px 16px 0;
  box-sizing: border-box;
}
.news_wrapper .news_wrap .post-news .post:after {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -7px;
  display: block;
  content: "";
  background: url("../img/common/ico-arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
}
.news_wrapper .news_wrap .post-news .post .post-date {
  position: relative;
  top: -5px;
  width: 100px;
  font-size: 1.6rem;
  color: #041E42;
}
.news_wrapper .news_wrap .post-news .post .post-cat {
  width: 100%;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  padding: 5px 10px 6px 10px;
  margin: 0 14px;
  border-radius: 30px;
  background: #cacaca;
  box-sizing: border-box;
}
.news_wrapper .news_wrap .post-news .post .post-cat.cat-info {
  background: #C8102E;
}
.news_wrapper .news_wrap .post-news .post .post-cat.cat-general {
  background: #68788E;
}
.news_wrapper .news_wrap .post-news .post .post-cat.cat-enterprises {
  background: blue-1000;
}
.news_wrapper .news_wrap .post-news .post .post-ttl {
  position: relative;
  top: 2px;
  width: calc(100% - 236px);
  font-size: 1.5rem;
  line-height: 1.45;
  word-break: break-all;
}
.news_wrapper .btn_wrap {
  margin: 65px auto 0 auto;
}
.news_wrapper .btn_wrap .btn {
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news_wrapper {
    padding: 0 0 14% 0;
    box-sizing: border-box;
  }
  .news_wrapper .news_wrap:before {
    height: 16vw;
  }
  .news_wrapper .news_wrap .sec-ttl {
    height: 16vw;
    padding: 6vw 0 0;
    margin-bottom: 0;
  }
  .news_wrapper .news_wrap .sec-ttl .min {
    font-size: 5.333vw;
    display: inline;
    margin: 0 16px 0 0;
  }
  .news_wrapper .news_wrap .post-news .post {
    flex-wrap: wrap;
    padding: 3% 0;
  }
  .news_wrapper .news_wrap .post-news .post:after {
    display: none;
  }
  .news_wrapper .news_wrap .post-news .post .post-date {
    top: -2px;
    width: auto;
    font-size: 3.467vw;
  }
  .news_wrapper .news_wrap .post-news .post .post-cat {
    width: 100%;
    max-width: 29vw;
    font-size: 3.2vw;
    padding: 1vw 2vw;
    margin: 0 0 0 10px;
  }
  .news_wrapper .news_wrap .post-news .post .post-ttl {
    top: 0;
    width: 100%;
    font-size: 3.733vw;
  }
  .news_wrapper .btn_wrap {
    margin: 12% auto 0 auto;
    width: 92%;
  }
  .news_wrapper .btn_wrap .btn {
    max-width: inherit;
    margin: 0 auto;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01 {
  padding: 40px 104px;
  position: relative;
  background: linear-gradient(180deg, rgba(234, 245, 255, 0), rgb(234, 245, 255) 20%, rgb(234, 245, 255));
  background-size: cover;
}
.sec01 .wrap {
  background: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  max-width: 1000px;
}
.sec01 .wrap .sec-ttl {
  color: #C8102E;
  margin-bottom: 24px;
  position: relative;
}
.sec01 .wrap .sec-ttl span {
  font-size: 2.4rem;
  background-color: #fff;
  padding: 0 24px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.sec01 .wrap .sec-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C8102E;
  position: absolute;
  top: 50%;
  left: 0;
}
.sec01 .wrap .box {
  --max-height: 200px;
  position: relative;
  max-height: var(--max-height);
  overflow: hidden;
}
.sec01 .wrap .box:has(.read-more-button > input:checked) {
  max-height: initial;
}
.sec01 .wrap .text-container {
  position: relative;
}
.sec01 .wrap .read-more-container {
  position: absolute;
  top: var(--max-height);
  transform: translateY(-100%);
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  background-image: linear-gradient(transparent, #fff 65%);
  height: calc(clamp(0px, round(up, 100% - var(--max-height), 1px), 1px) * 60);
}
.sec01 .wrap .read-more-container:has(.read-more-button > input:checked) {
  display: none;
}
.sec01 .wrap .read-more-button {
  margin: 8px;
  text-decoration: underline;
  cursor: pointer;
}
.sec01 .wrap .read-more-button:hover {
  text-decoration: none;
}
.sec01 .wrap .read-more-button > input {
  display: none;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec01 {
    padding: 40px 24px;
  }
  .sec01 .wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 0;
  }
  .sec01 .wrap {
    padding: 8vw 4vw;
  }
  .sec01 .wrap .sec-ttl {
    margin-bottom: 4vw;
  }
  .sec01 .wrap .sec-ttl span {
    font-size: 5.33vw;
    padding: 0 4vw;
  }
}
/* ------------------------------
sec02
------------------------------ */
.sec02 {
  padding: 120px 0;
  margin: 0 auto;
  background: #EAF5FF;
  position: relative;
}
.sec02::after {
  background: url(../img/index_new/bg_light@2x.png) no-repeat 0 0/cover #eaf5ff;
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.sec02 .wrap .box_wrap {
  position: relative;
  z-index: 1;
}
.sec02 .wrap .box_wrap .flex-box {
  justify-content: space-around;
}
.sec02 .wrap .box_wrap .ttl_wrap .sec-ttl {
  text-align: left;
  margin-bottom: 24px;
}
.sec02 .wrap .box_wrap .ttl_wrap .sec-ttl .txt_xs {
  font-size: 2rem;
  font-weight: 400;
}
.sec02 .wrap .box_wrap .ttl_wrap p.lead {
  width: 400px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}
.sec02 .wrap .box_wrap .img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 16vw 0;
  }
  .sec02::after {
    content: "";
    width: 100%;
    height: 70vw;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
  }
  .sec02 .wrap {
    width: 100%;
  }
  .sec02 .wrap .box_wrap .ttl_wrap {
    width: 92%;
    margin: 0 auto;
  }
  .sec02 .wrap .box_wrap .ttl_wrap .sec-ttl {
    font-size: 5.33vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .sec02 .wrap .box_wrap .ttl_wrap .sec-ttl .txt_xs {
    font-size: 4.8vw;
  }
  .sec02 .wrap .box_wrap .ttl_wrap p {
    width: 100%;
  }
  .sec02 .wrap .box_wrap .ttl_wrap p.lead {
    font-size: 4.27vw;
    text-align: center;
    width: auto;
  }
  .sec02 .wrap .box_wrap .img {
    width: 100%;
    margin: 8vw auto 0;
  }
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec02 {
    padding: 40px 0;
  }
  .sec02 .wrap .box_wrap .ttl_wrap .sec-ttl {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
  .sec02 .wrap .box_wrap .ttl_wrap p {
    line-height: 1.5;
  }
}
/* ------------------------------
sec03
------------------------------ */
.sec03 {
  position: relative;
  padding: 80px 0 0;
  height: 600px;
}
.sec03.bg .bg_parallax + .wrap {
  position: relative;
  top: 290px;
  padding-top: 105px;
  padding-bottom: 105px;
  margin-bottom: 140px;
  z-index: 2;
}
.sec03 .bg_parallax {
  background: linear-gradient(rgba(79, 97, 122, 0.5), rgba(4, 30, 66, 0.5)), url(../img/index_new/bg_feature01_pc.jpg) no-repeat 0 0/cover, #fff;
  height: 680px;
}
.sec03 .bg_parallax .wrap {
  margin: 132px auto;
}
.sec03 .bg_parallax .wrap .ttl_wrap .sec-ttl {
  color: #fff;
}
.sec03 .bg_parallax .wrap .box_wrap {
  margin: 0 auto;
}
.sec03 .bg_parallax .wrap .box_wrap .box {
  position: relative;
  width: calc((100% - 120px) / 4);
}
.sec03 .bg_parallax .wrap .box_wrap .box .num {
  font-size: 6rem;
  font-weight: 600;
  color: #fff;
  width: 14%;
  margin-top: 16px;
}
.sec03 .bg_parallax .wrap .box_wrap .box .img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.sec03 .bg_parallax .wrap .box_wrap .box .text h4 {
  font-size: 2.2rem;
  margin-bottom: 16px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-bottom: 16px;
}
.sec03 .bg_parallax .wrap .box_wrap .box .text p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec03 {
    height: auto;
    padding: 16vw 0;
  }
  .sec03.bg .bg_parallax + .wrap {
    top: 0;
    padding: 10% 4% 0 4%;
    margin-bottom: 0;
  }
  .sec03 .bg_parallax {
    height: auto;
  }
  .sec03 .bg_parallax::before {
    background: url("../img/index_new/bg_feature01_sp.jpg") no-repeat center center/cover, #fff;
  }
  .sec03 .bg_parallax .wrap {
    padding: 0;
    margin: 0 auto;
  }
  .sec03 .bg_parallax .wrap .ttl_wrap {
    padding: 0;
  }
  .sec03 .bg_parallax .wrap .box_wrap {
    margin: 0 auto;
    padding-top: 4vw;
  }
  .sec03 .bg_parallax .wrap .box_wrap .box {
    width: calc((100% - 8vw) / 2);
    margin-bottom: 4vw;
    padding-bottom: 0;
  }
  .sec03 .bg_parallax .wrap .box_wrap .box::after {
    width: 100%;
  }
  .sec03 .bg_parallax .wrap .box_wrap .box .img {
    width: 24vw;
    height: 24vw;
  }
  .sec03 .bg_parallax .wrap .box_wrap .box .text h4 {
    font-size: 4.27vw;
    margin-bottom: 2vw;
  }
  .sec03 .bg_parallax .wrap .box_wrap .box .num {
    font-size: 8.53vw;
    margin-top: 2vw;
    width: 10%;
  }
  .sec03 .feature__bg .object-fit-img {
    height: 100%;
  }
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec03 {
    height: 600px;
    padding: 0;
  }
  .sec03 .bg_parallax {
    padding: 64px 0 40px;
    height: fit-content;
  }
  .sec03 .bg_parallax .wrap {
    margin: 0 auto;
    padding: 0;
  }
  .sec03 .bg_parallax .wrap .box_wrap {
    padding-top: 0;
  }
  .sec03 .bg_parallax .wrap .box_wrap .box .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .sec03 .bg_parallax .wrap .box_wrap .box .text h4 {
    font-size: 1.8rem;
  }
}
/* ------------------------------
sec04
------------------------------ */
.sec04 {
  background: white;
  padding: 80px 104px;
}
.sec04 .ttl_wrap .sec-ttl {
  color: #041E42;
}
.sec04 .ttl_wrap .sec-ttl {
  margin-bottom: 0;
}
.sec04 .ttl_wrap p {
  text-align: center;
  margin-bottom: 40px;
}
.sec04 .box_mechanisms {
  margin-bottom: 80px;
}
.sec04 .box_mechanisms.flex-box {
  justify-content: center;
  align-items: center;
}
.sec04 .box_mechanisms .box-column {
  border-radius: 8px;
  text-align: center;
  padding: 24px 40px;
  margin-right: 40px;
  height: fit-content;
  background-color: #F2F4F5;
}
.sec04 .box_mechanisms .box-column .h3 {
  text-align: center;
}
.sec04 .box_mechanisms .box-column ol {
  margin: 0 auto;
  width: fit-content;
}
.sec04 .box_mechanisms .box-column ol li {
  list-style: auto;
  list-style-position: inside;
  color: #041E42;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 16px;
}
.sec04 .box_mechanisms .img {
  width: 56%;
  max-width: 600px;
}
.sec04 .box_wrap {
  /*.lead {
    background: #4F7BBE;
    color: #fff;
    font-weight: 600;
    width: fit-content;
    padding: 2px 24px;
    border-radius: 50px;
    margin: 0 auto 24px;
    position: relative;

    &::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #4F7BBE;
      transform: translate(-50%, 0%);
    }
  }*/
  /*.glo1-box {
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    width: 800px;

    p {
      width: 400px;
    }

    .glp-1_img {
      width: 300px;
    }
  }*/
}
.sec04 .box_wrap .line_ttl {
  position: relative;
}
.sec04 .box_wrap .line_ttl span {
  background-color: #fff;
  padding: 0 24px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.sec04 .box_wrap .line_ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
  position: absolute;
  top: 50%;
  left: 0;
}
.sec04 .box_wrap p {
  width: fit-content;
  margin: 0 auto;
  max-width: 800px;
}
.sec04 .box_wrap .box-column {
  background: #F2F4F5;
  border-radius: 8px;
  padding: 40px 80px 24px;
  margin: 40px auto;
}
.sec04 .box_wrap .box-column .img {
  background: #fff;
  border-radius: 8px;
  margin: 24px auto;
  padding: 0 0 40px;
}
.sec04 .box_wrap .box-column .img h5 {
  background: #364B68;
  color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 12px 64px;
  width: fit-content;
  margin: 0 auto 24px;
}
.sec04 .box_wrap .box-column .img img {
  margin: 0 auto;
  width: 560px;
}
.sec04 .box_wrap .box-column ul {
  margin: 24px auto;
  justify-content: space-around;
}
.sec04 .box_wrap .box-column ul li {
  border-radius: 50%;
  position: relative;
  line-height: 1.5;
  list-style: disc;
  list-style-position: inside;
}
.sec04 .box_wrap .box-column ul.glp1_effect li {
  font-weight: 600;
  font-size: 1.8rem;
  width: calc((100% - 24px) / 4);
  color: #041E42;
  text-align: center;
  list-style: none;
}
.sec04 .box_wrap .box-column ul.glp1_effect figure {
  background-color: white;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin: 0 auto 24px;
  position: relative;
}
.sec04 .box_wrap .box-column ul.glp1_effect figure img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 72px;
}
.sec04 .box_wrap .box-column .txt_xxs {
  font-size: 1.2rem;
}
.sec04 .box_wrap .price_box {
  margin: 0 0 24px;
}
.sec04 .box_wrap .price_box p {
  font-size: 2.4rem;
  color: #041E42;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec04 .box_wrap .price_box p .num {
  font-size: 4.8rem;
  margin: 0 0 0 16px;
}
.sec04 .box_wrap .price_box .txt_xxs {
  font-size: 1.4rem;
}
.sec04 .box_wrap .box {
  border-radius: 16px;
  margin-bottom: 80px;
}
.sec04 .box_wrap .box + .box {
  margin-top: 80px 0;
}
.sec04 .box_wrap .box h4 {
  margin: 40px 0;
}
.sec04 .box_wrap .flex-box {
  align-items: stretch;
}
.sec04 .box_wrap .flex-box.med-wrap {
  margin: 40px 0 80px;
}
.sec04 .box_wrap .flex-box .med-box {
  width: calc((100% - 40px) / 4);
  background-color: #F2F4F5;
  border-radius: 8px;
  padding: 0 0 24px 0;
  margin-bottom: 16px;
}
.sec04 .box_wrap .flex-box .med-box .img {
  position: relative;
  padding: 24px 16px 16px;
  border-radius: 8px;
}
.sec04 .box_wrap .flex-box .med-box .img img {
  filter: drop-shadow(3px 5px 5px rgba(124, 124, 124, 0.6));
}
.sec04 .box_wrap .flex-box .med-box .img p {
  position: absolute;
  top: 0;
  left: 0;
}
.sec04 .box_wrap .flex-box .med-box p {
  padding: 2px 10px;
  border-radius: 8px 0 8px 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.sec04 .box_wrap .flex-box .med-box p.txt_bg_red500 {
  background-color: #E38796;
  color: #fff;
}
.sec04 .box_wrap .flex-box .med-box p.txt_bg_red800 {
  background-color: #D34058;
  color: #fff;
}
.sec04 .box_wrap .flex-box .med-box p.txt_bg_wh {
  background-color: #fff;
  color: #D34058;
}
.sec04 .box_wrap .flex-box .med-box p.txt_bg_bl400 {
  background-color: #9BA5B3;
  color: #fff;
}
.sec04 .box_wrap .flex-box .med-box p.txt_bg_bl600 {
  background-color: #68788E;
  color: #fff;
}
.sec04 .box_wrap .flex-box .med-box p.txt_bg_bl800 {
  background-color: #364B68;
  color: #fff;
}
.sec04 .box_wrap .flex-box .med-box h4 {
  margin: 0 auto 24px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec04 .box_wrap .flex-box .med-box h4 .atten_blue {
  font-size: 1.8rem;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap + .modal-wrap {
  margin-top: 24px;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .btn {
  margin: 0 auto;
  width: 80%;
  font-size: 1.4rem;
  padding: 8px;
  border: 1px solid #041E42;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 1s ease-in-out;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-content {
  width: 60%;
  border-radius: 10px;
  padding: 66px 50px 75px 50px;
  box-shadow: 4px 4px 10px -4px rgb(114, 114, 114);
  background: #FFF;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
  height: 75vh;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-close {
  position: absolute;
  top: 6%;
  right: 18%;
  z-index: 1;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-close span {
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: 600;
  color: #041E42;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-close span:before {
  top: 13px;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-close span:after {
  top: -12px;
  transform: rotate(45deg);
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-close:hover,
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h3 {
  position: relative;
  width: 100%;
  text-align: left;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h3 span {
  position: relative;
  padding-right: 24px;
  background: #fff;
  z-index: 1;
  padding: 0 40px 0 0;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h3.line_ttl {
  margin: 0 0 16px 0;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h3::after {
  position: absolute;
  content: "";
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #041E42;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h4 {
  position: relative;
  background-color: #E5E8EC;
  text-align: left;
  padding: 4px 0 4px 24px;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h4::before {
  position: absolute;
  content: "";
  background-color: #041E42;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h5 {
  text-align: left;
  margin-bottom: 16px;
}
.sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container p {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 24px;
  line-height: 1.66;
  width: auto;
  font-weight: 400;
  max-width: none;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec04 .box_wrap .carousel_wrap {
  margin: 80px auto;
}
.sec04 .box_wrap .carousel_wrap .box_case {
  padding: 0 24px 24px 24px;
  border-radius: 8px;
  border: 1px solid #CDD2D9;
}
.sec04 .box_wrap .carousel_wrap .box_case h5 {
  background-color: #68788E;
  border-radius: 0 0 8px 8px;
  color: white;
  padding: 6px 64px;
  width: fit-content;
  margin: 0 auto 24px;
}
.sec04 .box_wrap .carousel_wrap .box_case img {
  margin-bottom: 24px;
}
.sec04 .box_wrap .carousel_wrap .box_case .box_num {
  margin-bottom: 16px;
}
.sec04 .box_wrap .carousel_wrap .box_case .box_num dl + dl {
  margin-top: 8px;
}
.sec04 .box_wrap .carousel_wrap .box_case .box_num dl.flex-box {
  justify-content: center;
}
.sec04 .box_wrap .carousel_wrap .box_case .box_num dt,
.sec04 .box_wrap .carousel_wrap .box_case .box_num dd {
  font-size: 2.4rem;
  font-weight: 600;
  color: #041E42;
  line-height: 1.5;
}
.sec04 .box_wrap .carousel_wrap .box_case .box_num dt {
  color: white;
  background-color: #9BA5B3;
  padding: 4px 16px;
  font-size: 2rem;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 16vw 0 8vw;
  }
  .sec04 .ttl_wrap {
    margin-bottom: 4vw;
  }
  .sec04 .ttl_wrap h2 {
    text-align: center;
    margin-bottom: 4vw;
  }
  .sec04 .ttl_wrap h2 .min {
    margin-bottom: 15px;
  }
  .sec04 .ttl_wrap p {
    margin-bottom: 0;
  }
  .sec04 .box_mechanisms {
    margin-bottom: 16vw;
  }
  .sec04 .box_mechanisms .box-column {
    margin-right: 0;
    padding: 8vw;
  }
  .sec04 .box_mechanisms .img {
    width: 100%;
    margin: 8vw auto;
  }
  .sec04 .box_wrap .price_box p {
    font-size: 4.27vw;
  }
  .sec04 .box_wrap .price_box p .num {
    font-size: 7.47vw;
    margin: 0;
  }
  .sec04 .box_wrap .box-column {
    padding: 8vw 4vw;
  }
  .sec04 .box_wrap .box-column ul.glp1_effect li {
    font-size: 4.27vw;
    width: calc((100% - 2vw) / 2);
    margin-bottom: 8vw;
  }
  .sec04 .box_wrap .box-column ul.glp1_effect figure {
    width: 30vw;
    height: 30vw;
    margin: 0 auto 4vw;
  }
  .sec04 .box_wrap .box-column ul.glp1_effect figure img {
    height: 16vw;
  }
  .sec04 .box_wrap .box {
    margin-bottom: 8vw;
  }
  .sec04 .box_wrap .box h4 {
    margin: 4vw 0;
  }
  .sec04 .box_wrap .flex-box.med-wrap {
    margin: 8vw 0;
  }
  .sec04 .box_wrap .flex-box .med-box {
    width: calc((100% - 3vw) / 2);
    padding: 0 0 6vw 0;
    margin-bottom: 3vw;
  }
  .sec04 .box_wrap .flex-box .med-box h4 {
    margin: 0 auto 4vw;
    font-size: 3.2vw;
  }
  .sec04 .box_wrap .flex-box .med-box h4 .atten_blue {
    font-size: 3.73vw;
  }
  .sec04 .box_wrap .flex-box .med-box h4 .txt_xs {
    font-size: 3.2vw;
  }
  .sec04 .box_wrap .flex-box .med-box p {
    font-size: 2.67vw;
  }
  .sec04 .box_wrap .flex-box .med-box .img {
    padding: 8vw 0vw 4vw;
  }
  .sec04 .box_wrap .flex-box .med-box .btn::after {
    position: absolute;
    right: 2vw;
    top: 50%;
    margin-top: -7px;
    display: block;
    content: "";
    background: url(../img/common/ico-arrow_white.svg) no-repeat center center;
    background-size: 100% auto;
    width: 3vw;
    height: 3vw;
  }
  .sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-content {
    width: 80%;
    padding: 12vw 6vw;
  }
  .sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-close {
    top: 6%;
    right: 8%;
  }
  .sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h3 span {
    padding: 0 4vw 0 0;
  }
  .sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container h4 {
    padding: 1vw 0 1vw 4vw;
    font-size: 4.27vw;
  }
  .sec04 .box_wrap .flex-box .med-box .modal-wrap .modal .modal-container p {
    font-size: 4vw;
  }
  .sec04 .box_wrap .flex-box .img {
    padding: 8vw 2vw 4vw;
  }
  .sec04 .box_wrap .carousel_wrap {
    margin: 16vw auto;
  }
  .sec04 .box_wrap .carousel_wrap .box_case {
    padding: 0 4vw 4vw 4vw;
  }
  .sec04 .box_wrap .carousel_wrap .box_case h5 {
    padding: 2vw 8vw;
    margin: 0 auto 4vw;
  }
  .sec04 .box_wrap .carousel_wrap .box_case .box_num dl.flex-box {
    justify-content: flex-start;
  }
  .sec04 .box_wrap .carousel_wrap .box_case .box_num dt,
  .sec04 .box_wrap .carousel_wrap .box_case .box_num dd {
    font-size: 4.8vw;
  }
  .sec04 .box_wrap .carousel_wrap .box_case .box_num dt {
    padding: 1vw 2vw;
    font-size: 3.2vw;
    margin-right: 2vw;
  }
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec04 {
    padding: 80px 0;
  }
  .sec04 .ttl_wrap {
    margin-bottom: 40px;
  }
  .sec04 .box_mechanisms .img {
    width: 44%;
  }
  .sec04 .box_mechanisms .box-column h3 {
    font-size: 2.4rem;
  }
  .sec04 .box_wrap .box-column {
    padding: 40px 40px 24px;
  }
  .sec04 .box_wrap .carousel_wrap {
    margin: 80px auto;
  }
  .sec04 .box_wrap .carousel_wrap .box_case .box_num dt,
  .sec04 .box_wrap .carousel_wrap .box_case .box_num dd {
    font-size: 2rem;
  }
}
/* ------------------------------
sec05
------------------------------ */
.sec05 {
  position: relative;
  padding: 16px 80px 80px;
  background: #EAF5FF;
}
.sec05 .box_wrap .text {
  max-width: 800px;
  width: fit-content;
  margin: 0 auto;
}
.sec05 .box_wrap h5 .atten {
  font-size: 2.4rem;
  vertical-align: middle;
}
.sec05 .box_wrap .img {
  width: fit-content;
  padding: 40px 0;
  margin: 0 auto;
}
.sec05 .box_wrap figure {
  margin: 0 auto;
}
.sec05 .box_wrap figure .ico_arrow {
  width: 100%;
  height: 32px;
  margin: 0 auto 40px;
}
.sec05 .box_wrap .flow-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec05 .box_wrap .flow-box .box {
  position: relative;
  width: calc((100% - 24rem) / 3);
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px #c4d9ec;
}
.sec05 .box_wrap .flow-box .box + .box::before {
  content: "";
  position: absolute;
  background: url(../img/common/ico-arrow.svg) no-repeat center center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -24px;
  width: 20px;
  height: 20px;
}
.sec05 .box_wrap .flow-box .box h5 {
  margin-bottom: 8px;
}
.sec05 .box_wrap .flow-box .box:nth-last-of-type(2) {
  background-color: #D34058;
}
.sec05 .box_wrap .flow-box .box:nth-last-of-type(2) h5,
.sec05 .box_wrap .flow-box .box:nth-last-of-type(2) p {
  color: #fff;
}
.sec05 .box_wrap .box_column {
  background-color: #fff;
  padding: 40px 80px;
  border-radius: 8px;
  margin: 40px auto;
  box-shadow: 0 0 10px #CDD2D9;
}
.sec05 .box_wrap .box_column .box p {
  width: 100%;
  margin: 0 auto;
}
.sec05 .box_wrap .box_column .box .cal_box {
  padding: 40px 80px 0;
  border-radius: 8px;
  background-color: #FCF3F4;
}
.sec05 .box_wrap .box_column .box .cal_box p {
  width: fit-content;
  margin: 0 auto;
}
.sec05 .box_wrap .box_column .box .cal_box .flex-box {
  align-items: center;
}
.sec05 .box_wrap .box_column .box .cal_box .flex-box .img {
  width: 44%;
  padding: 0;
}
.sec05 .box_wrap .box_column .box .cal_box .flex-box ol li {
  list-style: auto;
  list-style-position: inside;
  color: #041E42;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 16px;
}
.sec05 .box_wrap .box_column .cal_image {
  width: 700px;
}
.sec05 .doctor_box {
  display: grid;
  grid-template-rows: auto 14px auto 20px auto;
  grid-template-columns: 300px 40px 416px 20px 1fr;
  margin: 0 auto 40px;
  max-width: 960px;
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px #c4d9ec;
}
.sec05 .doctor_box + .flex-box {
  margin-top: 60px;
}
.sec05 .doctor_box .img {
  grid-row: 1/6;
  grid-column: 1/2;
  width: 300px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  /*box-shadow: 5px 5px 7px rgba(144, 144, 144, 0.3);*/
  margin: 0;
}
.sec05 .doctor_box .name_wrap {
  grid-row: 1/2;
  grid-column: 3/6;
}
.sec05 .doctor_box .name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #001f4b;
  padding-top: 11px;
  line-height: 1.3;
}
.sec05 .doctor_box .name span {
  display: block;
  margin-bottom: 4px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.sec05 .doctor_box .potision {
  border-bottom: 1px solid #001f4b;
  padding-bottom: 6px;
  margin-top: 17px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #082248;
}
.sec05 .doctor_box .list_ttl {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1;
  color: #082248;
}
.sec05 .doctor_box .career_wrap {
  grid-row: 3/4;
  grid-column: 3/4;
}
.sec05 .doctor_box dt,
.sec05 .doctor_box dd,
.sec05 .doctor_box ul li {
  font-size: 1.2rem;
  font-weight: 600;
  color: #001f4b;
  line-height: 1.85;
}
.sec05 .doctor_box .career_wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec05 .doctor_box .career_wrap dt {
  width: 50px;
}
.sec05 .doctor_box .career_wrap dd {
  width: calc(100% - 50px);
}
.sec05 .doctor_box .qualification_wrap {
  grid-row: 3/4;
  grid-column: 5/6;
  font-size: 1.2rem;
  font-weight: 600;
  color: #041E42;
  line-height: 1.85;
}
.sec05 .doctor_box .specialized_wrap {
  grid-row: 5/6;
  grid-column: 3/5;
}
.sec05 .doctor_box .specialized_wrap .list_ttl {
  margin-bottom: 13px;
}
.sec05 .doctor_box .specialized_wrap ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec05 .doctor_box .specialized_wrap li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 7px;
  color: #FFF;
  font-size: 1.2rem;
  background: rgba(0, 31, 75, 0.5);
  padding: 0 13px 2px 13px;
  border-radius: 16px;
  box-sizing: border-box;
}
.sec05 .pc-flex {
  padding: 0 40px;
}
.sec05 .pc-flex .btn_wrap {
  margin: 0 auto;
  width: 390px;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 8vw 0;
  }
  .sec05 .box_wrap + .box_wrap {
    margin-top: 12vw;
  }
  .sec05 .box_wrap .text {
    max-width: 800px;
    width: fit-content;
    margin: 0 auto;
  }
  .sec05 .box_wrap h5 {
    font-size: 4.8vw;
  }
  .sec05 .box_wrap h5 .atten {
    font-size: 6.4vw;
  }
  .sec05 .box_wrap .img {
    width: fit-content;
    margin: 4vw auto;
    padding: 0;
  }
  .sec05 .box_wrap figure {
    margin: 0 auto;
  }
  .sec05 .box_wrap figure .ico_arrow {
    height: 8vw;
    margin: 0 auto 8vw;
  }
  .sec05 .box_wrap .flow-box {
    margin-bottom: 8vw;
  }
  .sec05 .box_wrap .flow-box .box {
    width: 100%;
    padding: 4vw;
  }
  .sec05 .box_wrap .flow-box .box + .box {
    margin-top: 8vw;
  }
  .sec05 .box_wrap .flow-box .box + .box::before {
    background: url(../img/index_new/ico_arrow.svg) no-repeat center center;
    top: -12%;
    left: 50%;
    width: 8vw;
    height: 8vw;
  }
  .sec05 .box_wrap .flow-box .box h5 {
    margin-bottom: 8px;
    font-size: 4.27vw;
  }
  .sec05 .box_wrap .flow-box .box p {
    font-size: 3.2vw;
    text-align: center;
  }
  .sec05 .box_wrap .flow-box .box:nth-last-of-type(2) {
    background-color: #D34058;
  }
  .sec05 .box_wrap .flow-box .box:nth-last-of-type(2) h5,
  .sec05 .box_wrap .flow-box .box:nth-last-of-type(2) p {
    color: #fff;
  }
  .sec05 .box_wrap .box_column {
    padding: 8vw 4vw;
    margin: 8vw auto;
  }
  .sec05 .box_wrap .box_column .box p {
    text-align: center;
    margin-bottom: 16px;
  }
  .sec05 .box_wrap .box_column .box .cal_box {
    padding: 8vw 4vw 0;
  }
  .sec05 .box_wrap .box_column .box .cal_box .flex-box {
    margin: 4vw auto;
  }
  .sec05 .box_wrap .box_column .box .cal_box .flex-box .img {
    width: 100%;
  }
  .sec05 .box_wrap .box_column .box .cal_box .flex-box ol {
    width: fit-content;
    margin: 0 auto;
  }
  .sec05 .box_wrap .box_column .box .cal_box .flex-box ol li {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .sec05 .box_wrap .box_column .cal_image {
    width: auto;
  }
  .sec05 .doctor_box {
    grid-template-rows: auto 6vw auto 4vw auto 4vw auto;
    grid-template-columns: 32vw 5vw 1fr;
    box-shadow: 3px 3px 9px rgba(144, 144, 144, 0.3);
    padding: 4vw 4vw 8vw;
    border-radius: 8px;
    margin-bottom: 4vw;
  }
  .sec05 .doctor_box + .flex-box {
    margin-top: 5.6vw;
  }
  .sec05 .doctor_box .img {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 32vw;
    height: 32vw;
    border-radius: 5px;
    box-shadow: none;
  }
  .sec05 .doctor_box .name_wrap {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .sec05 .doctor_box .name {
    padding-top: 4vw;
    font-size: 2.6vw;
  }
  .sec05 .doctor_box .name span {
    font-size: 5.6vw;
    margin-bottom: 0.5vw;
  }
  .sec05 .doctor_box .potision {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 4vw;
    font-size: 2.9vw;
    line-height: 1.5454545455;
  }
  .sec05 .doctor_box .list_ttl {
    font-size: 3.4vw;
    margin-bottom: 2vw;
  }
  .sec05 .doctor_box .career_wrap {
    grid-row: 3/4;
    grid-column: 1/4;
    padding-bottom: 4vw;
    border-bottom: 1px solid #001f4b;
  }
  .sec05 .doctor_box dt,
  .sec05 .doctor_box dd,
  .sec05 .doctor_box ul li {
    font-size: 2.67vw;
    line-height: 1.65;
  }
  .sec05 .doctor_box .career_wrap dt {
    width: 14vw;
  }
  .sec05 .doctor_box .career_wrap dd {
    width: calc(100% - 10vw);
  }
  .sec05 .doctor_box .qualification_wrap {
    grid-row: 5/6;
    grid-column: 1/4;
    padding-bottom: 4vw;
    border-bottom: 1px solid #001f4b;
    font-size: 2.67vw;
  }
  .sec05 .doctor_box .specialized_wrap {
    grid-row: 7/8;
    grid-column: 1/4;
  }
  .sec05 .doctor_box .specialized_wrap .list_ttl {
    margin-bottom: 2.5vw;
  }
  .sec05 .doctor_box .specialized_wrap li {
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 2.933vw;
    background: rgba(0, 31, 75, 0.5);
    padding: 2px 15px;
    border-radius: 14px;
  }
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec05 {
    padding: 0 0 80px 0;
  }
  .sec05 .box_wrap .box_column {
    padding: 40px;
  }
  .sec05 .box_wrap .box_column .box .cal_box {
    padding: 40px 40px 0;
  }
  .sec05 .box_wrap .box_column .box .cal_box ol {
    width: 48%;
  }
  .sec05 .box_wrap .box_column .box .cal_box .img {
    width: 48%;
  }
  .sec05 .flex-box {
    grid-template-columns: 200px 25px 329px 16px 1fr;
    margin: 0 auto;
  }
  .sec05 .flex-box .img {
    width: 200px;
    height: 240px;
  }
}
/* ------------------------------
sec06
------------------------------ */
.sec06 {
  padding: 120px 0 80px;
  background: #fff;
}
.sec06 .wrap {
  /*.tb_container {
    table {
      tr {
        th {
          border: 1px solid #fff;

          &.bg_none {
            border: none;
          }
        }

        td {
          border: 1px solid $blue-500;
          padding: 8px 24px;

          .atten_blue,
          .atten_blue {
            font-size: 1.8rem;
            padding-right: 4px;
          }

          img {
            width: 48px;
            margin: 16px auto;
            display: block;
          }
        }
      }
    }
  }*/
}
.sec06 .wrap .ttl_wrap h3::before {
  content: "";
  background: url(../img/index_new/txt_comparison@2x.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 50px;
}
.sec06 .wrap .img {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 20vw 0 8vw;
  }
  .sec06 .wrap {
    background: none;
    /*.tb_container {
      margin: 0 auto;

      table {
        tr {

          td {
            padding: 2vw;
            font-size: 3.73vw;

            .atten_blue,
            .atten_blue {
              font-size: 4.27vw;
            }

            img {
              width: 8vw;
              margin: 4vw auto;
            }
          }
        }
      }
    }*/
  }
  .sec06 .wrap .ttl_wrap h3::before {
    width: 40vw;
    height: 10vw;
  }
  .sec06 .wrap .img {
    width: 100%;
  }
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec06 {
    padding: 104px 0;
  }
  .sec06 .wrap {
    background: none;
  }
}
/* ------------------------------
sec07
------------------------------ */
.sec07 {
  padding: 80px 104px 40px;
  background-color: #F2F4F5;
}
.sec07 .wrap .tb_container table tr td {
  font-size: 1.6rem;
  font-weight: 600;
  color: #041E42;
}
.sec07 .wrap .tb_container table tr td .txt_xxs {
  margin-left: 16px;
  color: #68788E;
}
.sec07 .wrap .tb_container table tr td span.num {
  font-size: 1.8rem;
  padding-right: 4px;
}
.sec07 .wrap .tb_container p.txt_xxs {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: 0 0 8vw 0;
  }
  .sec07 .wrap {
    background: none;
    padding: 16vw 0 4vw;
  }
  .sec07 .wrap .tb_container {
    margin: -4vw auto 0;
  }
  .sec07 .wrap .tb_container table {
    margin-bottom: 4vw;
  }
  .sec07 .wrap .tb_container table tr td {
    font-size: 4.27vw;
    line-height: 1.2;
  }
  .sec07 .wrap .tb_container table tr td .txt_xxs {
    margin-left: 0;
  }
  .sec07 .wrap .tb_container table tr td span.num {
    font-size: 4.27vw;
  }
  .sec07 .wrap .tb_container table tr td .price {
    white-space: nowrap;
  }
  .sec07 .wrap .tb_container p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec07 {
    padding: 80px 80px 40px;
  }
}
/* ------------------------------
sec08
------------------------------ */
.sec08 {
  padding: 80px;
  background: #FFF;
}
.sec08 .wrap {
  background: none;
}
.sec08 .wrap .ttl_wrap p {
  text-align: center;
}
.sec08 .wrap .box_wrap {
  margin: 24px auto;
  background: #F2F4F5;
  border-radius: 8px;
  width: fit-content;
  padding: 16px 40px;
}
.sec08 .wrap .box_wrap p {
  font-size: 2.2rem;
  font-weight: 600;
  color: #041E42;
  text-align: center;
}
.sec08 .wrap .box_wrap p span {
  position: relative;
  font-size: 3rem;
  padding-left: 80px;
}
.sec08 .wrap .box_wrap p span::before {
  position: absolute;
  content: "";
  background: url(../img/index_new/ico_arrow_rd.svg) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 32px;
  top: 0;
  left: 16px;
}
.sec08 .wrap .carousel_wrap {
  position: relative;
  margin: 64px auto;
}
.sec08 .wrap .carousel_wrap .slick-slide {
  margin: 0 4px;
}
.sec08 .wrap .carousel_wrap .flow_wrap {
  margin: 24px auto 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sec08 .wrap .carousel_wrap .flow_wrap .slick-slide {
  opacity: 0.8;
  transform: scale(0.96);
  transition: all 300ms ease;
}
.sec08 .wrap .carousel_wrap .flow_wrap .slick-slide + .slick-center {
  opacity: 1;
  transform: scale(1);
}
.sec08 .wrap .carousel_wrap .flow_wrap .slider-block {
  border-radius: 8px;
  border: 1px solid #CDD2D9;
  position: relative;
  margin: 8px auto 0;
}
.sec08 .wrap .carousel_wrap .flow_wrap .slider-block h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #CDD2D9;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}
.sec08 .wrap .carousel_wrap .flow_wrap .slider-block .step-num {
  background-color: #041E42;
  color: white;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 1px 8px;
}
.sec08 .wrap .carousel_wrap .flow_wrap .slider-block .img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.sec08 .wrap .carousel_wrap .flow_wrap .slider-block .text_box {
  padding: 16px;
}
.sec08 .wrap .carousel_wrap .flow_wrap .slider-block .text_box h5 {
  font-weight: 600;
  margin: 0 0 8px;
}
.sec08 .wrap .carousel_wrap .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -48px;
  left: 50%;
  align-items: center;
}
.sec08 .wrap .carousel_wrap .slick-dots li {
  line-height: 0;
}
.sec08 .wrap .carousel_wrap .slick-dots li + li {
  margin-left: 16px;
}
.sec08 .wrap .carousel_wrap .slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0;
  background: #CDD2D9;
  border: 0;
  padding: 0;
  outline: none;
  opacity: 0.4;
  vertical-align: top;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: none;
}
.sec08 .wrap .carousel_wrap .slick-dots .slick-active button {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.sec08 .wrap .carousel_wrap .arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  position: absolute;
  top: 240px;
  width: 112%;
  left: -6%;
}
.sec08 .wrap .carousel_wrap .prev-arrow,
.sec08 .wrap .carousel_wrap .next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(155, 165, 179, 0.9);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.sec08 .wrap .carousel_wrap .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.sec08 .wrap .carousel_wrap .prev-arrow::before,
.sec08 .wrap .carousel_wrap .next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.sec08 .wrap .tb_container {
  margin: 0 auto;
}
.sec08 .wrap .tb_container table {
  margin-bottom: 10px;
}
.sec08 .wrap .tb_container table th,
.sec08 .wrap .tb_container table td {
  border: 1px solid #a5a5a5;
}
.sec08 .wrap .tb_container table td.bg_bl {
  background-color: #E5E8EC;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  color: #041E42;
}
.sec08 .wrap .tb_container table .txt_center {
  text-align: center;
}
.sec08 .wrap .tb_container p {
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: 16vw 0 8vw;
    /*.flow_wrap {
      padding: 8vw 0 16vw;
      margin-top: 16vw;

      .list_box {
        padding: 8vw;
        margin-bottom: 0;

        ul {
          display: block;
          width: fit-content;

          li {
            padding-left: 6vw;
            font-size: 4.267vw;
            margin-bottom: 4vw;

            &::before {
              left: 0;
              top: 2vw;
              width: 4vw;
              height: 3vw;
              margin-top: 0;
            }
          }
        }
      }

      .box {
        margin: 8vw 0;

        .flex-box {
          .box_flow {
            width: 100%;

            +.box_flow {
              &::before {
                left: 45%;
                top: -13%;
                margin-top: 0;
                content: "";
                background: url(../img/examination/ico_arrow.svg) no-repeat center center;
                background-size: 100% auto;
                width: 10vw;
                height: 3vh;
              }
            }

            .img {

              picture {
                width: 100%;
                height: 40vw;
              }
            }

            .txt {
              height: auto;
              padding: 8vw;
              margin-bottom: 0;
            }

            +.box_flow {
              margin-top: 16vw;
            }
          }
        }
      }
    }*/
  }
  .sec08 .wrap .txt {
    text-align: left;
  }
  .sec08 .wrap .box_wrap {
    margin: 4vw auto 6vw;
  }
  .sec08 .wrap .box_wrap p {
    font-size: 4vw;
  }
  .sec08 .wrap .box_wrap p span {
    position: relative;
    font-size: 5.87vw;
    padding-left: 12vw;
  }
  .sec08 .wrap .box_wrap p span::before {
    width: 8vw;
    height: 3vw;
    top: 2vw;
    left: 2vw;
  }
  .sec08 .wrap .carousel_wrap {
    margin: 8vw auto;
  }
  .sec08 .wrap .carousel_wrap .flow_wrap {
    margin: 0;
  }
  .sec08 .wrap .flex-box {
    width: 100%;
  }
  .sec08 .wrap .flex-box .box {
    width: calc((100% - 4vw) / 2);
  }
  .sec08 .wrap .flex-box .box .txt_wh {
    font-size: 4.27vw;
    padding: 2vw;
  }
  .sec08 .wrap .flex-box .box .txt_wh .num {
    font-size: 5.33vw;
  }
  .sec08 .wrap .flex-box .box .txt_br {
    font-size: 3.73vw;
    padding: 2vw;
  }
  .sec08 .wrap .flex-box .box .txt_br span {
    font-size: 6.4vw;
  }
  .sec08 .wrap .tb_container table tr td {
    padding: 2vw;
  }
  .sec08 .wrap .tb_container table tr td.bg_bl {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec08 {
    padding: 80px 0;
  }
}
/* ------------------------------
sec09
------------------------------ */
.sec09 {
  padding: 80px 104px;
  background-color: #F2F4F5;
}
.sec09 .menu_wrap {
  position: relative;
}
.sec09 .menu_wrap .acc_wrap {
  border: 2px solid #041E42;
}
.sec09 .menu_wrap .acc_wrap + .acc_wrap {
  margin-top: 20px;
}
.sec09 .menu_wrap .acc_wrap .acc_btn {
  position: relative;
  padding: 14px 20px 15px 20px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.sec09 .menu_wrap .acc_wrap .acc_btn::before, .sec09 .menu_wrap .acc_wrap .acc_btn::after {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  content: "";
  border-radius: 12px;
  background: #041E42;
}
.sec09 .menu_wrap .acc_wrap .acc_btn::before {
  width: 16px;
  height: 2px;
}
.sec09 .menu_wrap .acc_wrap .acc_btn::after {
  width: 2px;
  height: 16px;
  margin-top: -7px;
  margin-right: 7px;
  transition: 0.4s;
}
.sec09 .menu_wrap .acc_wrap .acc_btn.on:after {
  transform: rotate(-90deg);
}
.sec09 .menu_wrap .acc_wrap .acc_btn p {
  font-size: 1.8rem;
  color: #041E42;
  font-feature-settings: "palt";
  padding-left: 5px;
  font-weight: 600;
  line-height: 1.5;
}
.sec09 .menu_wrap .acc_wrap .acc_cnts {
  padding-bottom: 25px;
  display: none;
  padding: 0 35px 40px 35px;
  box-sizing: border-box;
  background: #fff;
}
.sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc {
  text-align: center;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  margin: 35px auto 0 auto;
  cursor: pointer;
}
.sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #041E42;
}
.sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p::after {
  display: block;
  content: "";
  margin: 5px auto 0 auto;
  width: 68px;
  height: 2px;
  background: #041E42;
}
.sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span {
  position: relative;
  padding: 0 5px 0 16px;
  box-sizing: border-box;
}
.sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::before, .sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::after {
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  background: #041E42;
  transform: rotate(45deg);
}
.sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .sec09 {
    padding: 8vw 0 16vw;
    margin: 0 auto 16vw;
  }
  .sec09 .menu_wrap {
    margin: 8vw auto 0;
  }
  .sec09 .menu_wrap.inner {
    width: 100%;
  }
  .sec09 .menu_wrap .acc_wrap + .acc_wrap {
    margin-top: 2vw;
  }
  .sec09 .menu_wrap .acc_wrap .acc_btn {
    padding: 4vw 12vw 4vw 2vw;
  }
  .sec09 .menu_wrap .acc_wrap .acc_btn::before, .sec09 .menu_wrap .acc_wrap .acc_btn::after {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    content: "";
    border-radius: 12px;
    background: #041E42;
  }
  .sec09 .menu_wrap .acc_wrap .acc_btn::before {
    width: 16px;
    height: 2px;
  }
  .sec09 .menu_wrap .acc_wrap .acc_btn::after {
    width: 2px;
    height: 16px;
    margin-top: -7px;
    margin-right: 7px;
    transition: 0.4s;
  }
  .sec09 .menu_wrap .acc_wrap .acc_btn.on:after {
    transform: rotate(-90deg);
  }
  .sec09 .menu_wrap .acc_wrap .acc_btn p {
    font-size: 3.73vw;
    padding-left: 0;
    font-weight: 600;
    padding-left: 2vw;
  }
  .sec09 .menu_wrap .acc_wrap .acc_cnts {
    padding: 0 4vw 8vw;
  }
  .sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc {
    text-align: center;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    margin: 35px auto 0 auto;
    cursor: pointer;
  }
  .sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #041E42;
  }
  .sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p::after {
    display: block;
    content: "";
    margin: 5px auto 0 auto;
    width: 68px;
    height: 2px;
    background: #041E42;
  }
  .sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span {
    position: relative;
    padding: 0 5px 0 16px;
    box-sizing: border-box;
  }
  .sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::before, .sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::after {
    position: absolute;
    left: 0;
    top: 11px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 1px;
    background: #041E42;
    transform: rotate(45deg);
  }
  .sec09 .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::after {
    transform: rotate(-45deg);
  }
}
/* ------------------------------
sec10
------------------------------ */
.sec10 {
  padding: 40px 0;
  background: #F2F4F5;
}
.sec10 .wrap {
  background: none;
}
.sec10 .wrap .payment_wrap p {
  text-align: center;
}
.sec10 .wrap .payment_wrap .payment_table {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1000px;
  border: 2px solid #e6e6e6;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}
.sec10 .wrap .payment_wrap .payment_table th,
.sec10 .wrap .payment_wrap .payment_table td {
  background: #f9f9f9;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 40px;
  border: 2px solid #e6e6e6;
  line-height: 2;
}
.sec10 .wrap .payment_wrap .payment_table th:not(:first-child),
.sec10 .wrap .payment_wrap .payment_table td:not(:first-child) {
  border-right-style: dashed;
}
.sec10 .wrap .payment_wrap .payment_table td {
  background: #fff;
}
.sec10 .wrap .payment_wrap .payment_table ._img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec10 {
    padding: 12vw 0 4vw;
  }
  .sec10 .wrap .payment_wrap p {
    text-align: left;
  }
  .sec10 .wrap .payment_wrap .payment_table {
    margin-top: 8vw;
  }
  .sec10 .wrap .payment_wrap .payment_table th {
    padding: 2vw;
    font-size: 3.73vw;
  }
  .sec10 .wrap .payment_wrap .payment_table td {
    padding: 4vw;
  }
  .sec10 .wrap .payment_wrap .payment_table ._img img {
    width: 100%;
  }
}
/* ------------------------------
sec11
------------------------------ */
.sec11 {
  padding: 40px 104px;
  background: #fff;
}
.sec11 .wrap {
  background: none;
}
.sec11 .wrap .ttl_wrap h3.sec-ttl {
  margin-bottom: 0;
}
.sec11 .wrap .ttl_wrap h3.sec-ttl span {
  background: #fff;
  padding: 0 30px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  display: inline;
}
.sec11 .wrap .ttl_wrap h3.sec-ttl span:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
  z-index: -1;
}
.sec11 .wrap .ttl_wrap p {
  text-align: center;
}
.sec11 .wrap .guide_wrap h3 {
  position: relative;
}
.sec11 .wrap .guide_wrap .telWrap {
  text-align: center;
  margin-bottom: 24px;
}
.sec11 .wrap .guide_wrap .telWrap .ico {
  position: relative;
  display: inline-block;
  margin-top: 35px;
  line-height: 1.2;
  padding-left: 45px;
  box-sizing: border-box;
}
.sec11 .wrap .guide_wrap .telWrap .ico:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  display: block;
  content: "";
  background: url(../img/common/ico-tel.svg) no-repeat center center;
  background-size: 100% auto;
  width: 27px;
  height: 26px;
}
.sec11 .wrap .guide_wrap .telWrap .tel-link {
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  font-weight: 700;
  color: #041E42;
}
.sec11 .wrap .guide_wrap .telWrap .txt_tel {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.sec11 .wrap .guide_wrap a.btn {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec11 {
    padding: 12vw 0;
  }
  .sec11 .wrap .ttl_wrap figure.ico {
    width: 15vw;
    margin: 0 auto 5% auto;
  }
  .sec11 .wrap .ttl_wrap p {
    text-align: left;
  }
  .sec11 .wrap .guide_wrap a.btn {
    margin-bottom: 4vw;
  }
}
/* ------------------------------
sec12
------------------------------ */
.sec12 {
  position: relative;
}
.sec12 .bg_parallax {
  background: linear-gradient(rgba(229, 232, 236, 0.5), rgba(179, 187, 198, 0.5)), url(../img/index_new/bg-clinics_pc@2x.jpg) no-repeat 0 0/cover, #fff;
  height: 600px;
}
.sec12.bg .bg_parallax + .wrap {
  position: relative;
  top: 300px;
  padding-top: 105px;
  padding-bottom: 105px;
  margin-bottom: 300px;
  z-index: 2;
}
.sec12 .ttl_wrap {
  margin: 114px auto;
}
.sec12 .ttl_wrap .sec-ttl {
  color: #fff;
}
.sec12 .pc-flex {
  justify-content: space-around;
}
.sec12 .logo_box img {
  width: 250px;
  margin-bottom: 30px;
}
.sec12 .flex-box {
  display: flex;
  justify-content: space-between;
}
.sec12 .flex-box.time_box {
  margin-bottom: 90px;
  display: block;
}
.sec12 .flex-box.time_box .box {
  position: relative;
  width: 100%;
  max-width: 480px;
}
.sec12 .flex-box.time_box .box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sec12 .flex-box.time_box .box .note {
  font-size: 1.6rem;
}
.sec12 .flex-box.time_box .box .note .bl_900 {
  color: #1D3455;
}
.sec12 .flex-box.time_box .box .note .bl_400 {
  color: #9BA5B3;
}
.sec12 .flex-box.time_box .box .note .rd_900 {
  color: #CD2742;
}
.sec12 .flex-box.time_box .box .note .rd_400 {
  color: #E99FAB;
}
.sec12 .flex-box.time_box .box .note .link {
  color: #041E42;
  border-bottom: 1px solid #041E42;
}
.sec12 .flex-box.time_box .table_wrap table {
  border-collapse: collapse;
  width: 100%;
}
.sec12 .flex-box.time_box .table_wrap table th,
.sec12 .flex-box.time_box .table_wrap table td {
  border: 1px solid #041E42;
  padding: 16px;
  font-weight: 600;
  text-align: center;
}
.sec12 .flex-box.time_box .table_wrap table th.bg_bl900,
.sec12 .flex-box.time_box .table_wrap table td.bg_bl900 {
  background-color: #1D3455;
  color: white;
}
.sec12 .flex-box.time_box .table_wrap table th.bg_bl400,
.sec12 .flex-box.time_box .table_wrap table td.bg_bl400 {
  background-color: #9BA5B3;
  color: white;
}
.sec12 .flex-box.time_box .table_wrap .note {
  margin: 16px 0;
}
.sec12 .flex-box.time_box .table_wrap .note dl {
  display: flex;
  align-items: baseline;
}
.sec12 .flex-box.time_box .table_wrap .note dl dt,
.sec12 .flex-box.time_box .table_wrap .note dl dl {
  line-height: 1.5;
}
.sec12 .flex-box.map_box {
  align-items: center;
  flex-direction: row-reverse;
}
.sec12 .flex-box.map_box .box {
  width: 34%;
}
.sec12 .flex-box.map_box .box:nth-of-type(1) {
  width: 60%;
  max-width: 570px;
}
.sec12 .flex-box.map_box .lead {
  position: relative;
  font-size: 2.1rem;
  font-weight: 600;
  color: #001f4b;
  border-bottom: 1px solid #001f4b;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.sec12 .flex-box.map_box .lead:before {
  position: relative;
  top: -15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  content: "";
  background: url("../img/index_new/ico_walk.svg") no-repeat center;
  background-size: 100% auto;
  width: 27px;
  height: 52px;
}
.sec12 .flex-box.map_box .info {
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.1rem;
}
.sec12 .flex-box.map_box .gmap {
  max-width: 570px;
  height: 424px;
}
.sec12 .flex-box.map_box .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}
.sec12 .flex-box.map_box .btn_wrap {
  margin: 40px 0 0 0;
}
.sec12 .guide_wrap + .guide_wrap {
  margin-top: 80px;
}
.sec12 .guide_wrap h3 {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.sec12 .guide_wrap h3::before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
  z-index: -1;
}
.sec12 .guide_wrap h3::before {
  left: 0;
}
.sec12 .guide_wrap h3::after {
  right: 0;
}
.sec12 .guide_wrap h3 span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #041E42;
  background: #fff;
  padding: 0 30px;
}
.sec12 .guide_wrap:nth-of-type(2) h3 {
  margin-bottom: 30px;
}
.sec12 .guide_wrap .telWrap {
  text-align: center;
}
.sec12 .guide_wrap .btn_wrap {
  margin: 35px auto 0 auto;
  max-width: 390px;
}
.sec12 .guide_wrap .btn_wrap .btn + .btn {
  margin-top: 20px;
}
.sec12 .guide_wrap .group_box {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4d4d4d;
  padding: 30px 0;
  box-sizing: border-box;
}
.sec12 .guide_wrap .group_box ul {
  display: flex;
  margin-left: 30px;
}
.sec12 .guide_wrap .group_box li {
  display: block;
  width: 152px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  color: #FFF;
  background: rgba(6, 31, 75, 0.5);
  line-height: 1;
  padding: 11px 10px 13px 10px;
  border-radius: 22px;
}
.sec12 .guide_wrap .group_box li + li {
  margin-left: 17px;
}
.sec12 .guide_wrap .group_box .link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
  padding-right: 26px;
  box-sizing: border-box;
}
.sec12 .guide_wrap .group_box .link a {
  color: #001e4e;
  font-size: 2.1rem;
  font-weight: 600;
  border-bottom: 1px solid #001e4e;
  line-height: 1;
  display: inline-block;
  padding-bottom: 2px;
}
.sec12 .guide_wrap .group_box .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 14px;
  background: url(../img/common/ico-arrow.svg) no-repeat center center/contain;
}
.sec12 .alignment_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec12 .alignment_list li {
  width: 32%;
  max-width: 310px;
  margin: 0 2% 20px 0;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;
  box-sizing: border-box;
}
.sec12 .alignment_list li:nth-of-type(3n) {
  margin-right: 0;
}
.sec12 .alignment_list a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #001f4b;
}
.sec12 .alignment_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 9px;
  height: 8px;
  background: url(../img/common/ico-arrow.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .sec12 {
    padding-bottom: 0;
  }
  .sec12 .bg_parallax {
    height: 40vw;
  }
  .sec12 .bg_parallax::before {
    background: linear-gradient(rgba(139, 155, 176, 0.3), rgba(189, 217, 255, 0.3)), url(../img/index_new/bg-clinics_sp.jpg) no-repeat center/cover, #fff;
  }
  .sec12.bg .bg_parallax + .wrap {
    top: 0;
    padding: 10% 4% 0 4%;
    margin-bottom: 0;
  }
  .sec12 .ttl_wrap {
    margin: 0 auto;
    padding-top: 12vw;
  }
  .sec12 .logo_box img {
    width: 50vw;
    margin-bottom: 5%;
  }
  .sec12 .flex-box {
    display: block;
  }
  .sec12 .flex-box .box + .box {
    margin-top: 0;
  }
  .sec12 .flex-box.time_box {
    margin-bottom: 16vw;
  }
  .sec12 .flex-box.time_box .box {
    width: 100%;
    max-width: inherit;
  }
  .sec12 .flex-box.time_box .box + .box {
    margin-top: 10%;
  }
  .sec12 .flex-box.time_box .box img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  .sec12 .flex-box.time_box .box .note {
    font-size: 3.467vw;
    line-height: 1.75;
    margin-left: 4%;
  }
  .sec12 .flex-box.time_box .table_wrap table th,
  .sec12 .flex-box.time_box .table_wrap table td {
    padding: 4vw 1vw;
    font-size: 2.93vw;
  }
  .sec12 .flex-box.time_box .table_wrap .note {
    margin: 4vw 0;
  }
  .sec12 .flex-box.time_box .table_wrap .note dl {
    align-items: baseline;
  }
  .sec12 .flex-box.time_box .table_wrap .note dl dt {
    white-space: nowrap;
  }
  .sec12 .flex-box.time_box .table_wrap .note dl dd {
    line-height: 1.7;
    text-align: justify;
  }
  .sec12 .flex-box.map_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec12 .flex-box.map_box .box {
    width: 100%;
    text-align: center;
    padding-bottom: 4%;
  }
  .sec12 .flex-box.map_box .box:nth-of-type(1) {
    width: 100%;
    max-width: inherit;
    text-align: left;
  }
  .sec12 .flex-box.map_box .box:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec12 .flex-box.map_box .gmap {
    width: 100%;
    height: 100vw;
  }
  .sec12 .flex-box.map_box .lead {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 4.267vw;
    border-bottom: 1px solid #001f4b;
    margin-top: 7%;
    margin-bottom: 2%;
  }
  .sec12 .flex-box.map_box .lead:before {
    top: -15px;
    width: 6vw;
    height: 13vw;
  }
  .sec12 .flex-box.map_box .info {
    font-size: 3.733vw;
    margin-bottom: 6%;
  }
  .sec12 .flex-box.map_box .btn_wrap {
    margin: 10% 0 0 0;
  }
  .sec12 .guide_wrap .group_box .link {
    top: 6.5vw;
    transform: translateY(0);
    right: 0;
    padding-right: 0;
    background: #001e4e;
    border-radius: 100vh;
    width: 41%;
  }
  .sec12 .guide_wrap .group_box .link a {
    color: #fff;
    font-size: 3.46vw;
    border-bottom: none;
    display: block;
    text-align: center;
    padding: 13px 16px 13px 0;
  }
  .sec12 .guide_wrap .group_box .link:after {
    right: 15px;
    width: 8px;
    height: 7.5px;
    background: url(../img/common/ico-arrow_white.svg) no-repeat center center/contain;
  }
  .sec12 .guide_wrap + .guide_wrap {
    margin-top: 14%;
  }
  .sec12 .guide_wrap h3 {
    margin-bottom: 4%;
  }
  .sec12 .guide_wrap h3:before, .sec12 .guide_wrap h3:after {
    width: 100%;
  }
  .sec12 .guide_wrap h3 span {
    font-size: 5.333vw;
    padding: 3vw;
  }
  .sec12 .guide_wrap:nth-of-type(2) h3 {
    margin-bottom: 1%;
  }
  .sec12 .guide_wrap .btn_wrap {
    margin: 8vw auto 0 auto;
    max-width: inherit;
  }
  .sec12 .guide_wrap .btn_wrap .btn + .btn {
    margin-top: 8vw;
  }
  .sec12 .guide_wrap .group_box {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 7% 0 4% 0;
  }
  .sec12 .guide_wrap .group_box .logo {
    width: 40%;
  }
  .sec12 .guide_wrap .group_box ul {
    width: 100%;
    margin: 7% 0 5% 0;
  }
  .sec12 .guide_wrap .group_box li {
    width: 26%;
    font-size: 4vw;
    padding: 5px 10px 8px 10px;
  }
  .sec12 .guide_wrap .group_box li + li {
    margin-left: 10px;
  }
  .sec12 .guide_wrap .group_box .text {
    line-height: 1.75;
    font-size: 3.733vw;
  }
  .sec12 .alignment_list {
    display: block;
  }
  .sec12 .alignment_list li {
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding: 3% 0;
  }
  .sec12 .alignment_list a {
    font-size: 3.733vw;
  }
  .sec12 .alignment_list li:after {
    right: 1vw;
    width: 2.6vw;
    height: 2.6vw;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec12.bg .bg_parallax + .wrap {
    padding: 40px;
    top: 200px;
    margin-bottom: 200px;
  }
  .sec12 .logo_box img {
    width: 250px;
    margin-right: 40px;
  }
  .sec12 .ttl_wrap {
    margin: 80px auto;
  }
  .sec12 .guide_wrap .group_box li {
    width: 100px;
  }
  .sec12 .guide_wrap .group_box li + li {
    margin-left: 16px;
  }
  .sec12 .guide_wrap .group_box .link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    line-height: 1;
    padding-right: 26px;
    box-sizing: border-box;
  }
  .sec12 .guide_wrap .group_box .link a {
    color: #001e4e;
    font-size: 2.1rem;
    font-weight: 600;
    border-bottom: 1px solid #001e4e;
    line-height: 1;
    display: inline-block;
    padding-bottom: 2px;
  }
  .sec12 .guide_wrap .group_box .link:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 15px;
    height: 14px;
    background: url(../img/common/ico-arrow.svg) no-repeat center center/contain;
  }
  .sec12 .alignment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sec12 .alignment_list li {
    width: 32%;
    max-width: 310px;
    margin: 0 2% 20px 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
    box-sizing: border-box;
  }
  .sec12 .alignment_list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .sec12 .alignment_list a {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #001f4b;
  }
  .sec12 .alignment_list li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 9px;
    height: 8px;
    background: url(../img/common/ico-arrow.svg) no-repeat center center/contain;
  }
}
/* ------------------------------
sns
------------------------------ */
.sns_wrapper {
  padding: 80px 0;
  margin-top: 300px;
  background: rgba(150, 164, 184, 0.1);
}
.sns_wrapper .txt {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sns_wrapper .txt .text {
  max-width: 500px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
.sns_wrapper .txt ul {
  display: flex;
  max-width: 500px;
}
.sns_wrapper .txt ul .btn_wrap {
  line-height: 1.5;
  width: 150px;
}
.sns_wrapper .txt ul .btn_wrap a.btn {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 2px rgba(114, 114, 114, 0.3);
}
.sns_wrapper .txt ul .btn_wrap a.btn::before {
  position: relative;
  display: block;
  margin: 0 auto;
  content: "";
  background-size: 100% auto !important;
}
.sns_wrapper .txt ul .btn_wrap a.btn::after {
  content: none;
}
.sns_wrapper .txt ul .btn_wrap:nth-of-type(1) a::before {
  margin-bottom: 12px;
  background: url("../img/common/ico-x_white.svg") no-repeat center center;
  width: 25px;
  height: 25px;
}
.sns_wrapper .txt ul .btn_wrap:nth-of-type(2) a::before {
  margin-bottom: 12px;
  background: url("../img/common/ico-voom_white.svg") no-repeat center center;
  width: 23px;
  height: 25px;
}
.sns_wrapper .txt ul .btn_wrap:nth-of-type(3) a::before {
  margin-bottom: 12px;
  background: url("../img/common/ico-insta_white.svg") no-repeat center center;
  width: 25px;
  height: 25px;
}
.sns_wrapper .txt::before {
  position: absolute;
  content: "";
  background: url("../img/index_new/sns@2x.png") no-repeat center center;
  background-size: cover;
  width: 350px;
  height: 450px;
  top: -130px;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .sns_wrapper {
    padding: 12vw 4vw 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
  }
  .sns_wrapper .txt {
    width: 100%;
  }
  .sns_wrapper .txt .text {
    max-width: 50vw;
    font-size: 3.677vw;
    text-align: left;
  }
  .sns_wrapper .txt ul {
    max-width: 100%;
  }
  .sns_wrapper .txt ul .btn_wrap {
    width: 30%;
  }
  .sns_wrapper .txt ul .btn_wrap a.btn {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .sns_wrapper .txt ul .btn_wrap:nth-of-type(1) a::before {
    margin-bottom: 12%;
    background: url("../img/common/ico-x_white.svg") no-repeat center center;
    width: 5vw;
    height: 5vw;
  }
  .sns_wrapper .txt ul .btn_wrap:nth-of-type(2) a::before {
    margin-bottom: 12%;
    background: url("../img/common/ico-voom_white.svg") no-repeat center center;
    width: 4.5vw;
    height: 5vw;
  }
  .sns_wrapper .txt ul .btn_wrap:nth-of-type(3) a::before {
    margin-bottom: 12%;
    background: url("../img/common/ico-insta_white.svg") no-repeat center center;
    width: 5vw;
    height: 5vw;
  }
  .sns_wrapper .txt::before {
    position: absolute;
    content: "";
    background: url(../img/index_new/sns@2x.png) no-repeat center center;
    background-size: cover;
    width: 40vw;
    height: 50vw;
    top: -10%;
    right: 0;
  }
}