@charset "UTF-8";
/* responsive setting */
/* color setting */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  background: #fcefc0;
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
}

ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  list-style: none;
}

table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym,
tbody,
tr {
  border: 0 none;
}

select option {
  padding: 0 0.5em;
}

form label {
  cursor: pointer;
  display: block;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

a {
  color: #333;
  border: 0 none;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #333;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  vertical-align: middle;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea,
select {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

iframe {
  border: none;
  display: block;
}

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

		md_select_wrap

------------------------------------------------*/
.md_select_wrap {
  position: relative;
}
.md_select_wrap::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  position: absolute;
  top: 16px;
  right: 5px;
}
@media (max-width: 559px) {
  .md_select_wrap::after {
    top: 12px;
  }
}
.md_select_wrap select {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.md_select_wrap select ::-ms-expand {
  display: none;
}

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

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-content {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-fade.mfp-wrap.mfp-ready.mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing.mfp-content {
  opacity: 0;
}

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

		scroll bar

------------------------------------------------*/
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

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

		common

------------------------------------------------*/
.is_animation {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 559px) {
  .is_animation {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
  }
}

.is_animation.is_show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
@media (max-width: 559px) {
  .is_animation.is_show {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

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

		gnavi

------------------------------------------------*/
.md_cta {
  display: none;
  background: #fffef8;
  padding: 60px 5% 50px;
}
@media (max-width: 767px) {
  .md_cta {
    display: block;
    padding: 30px 3.5% 25px;
  }
}
.md_cta.is_bg2 {
  background: #fcefc0;
}
.md_cta_microcopy {
  color: #152979;
  margin: 0 auto 1rem !important;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .md_cta_microcopy {
    font-size: 1rem;
    margin: 0 auto 0.8rem !important;
  }
}
.md_cta_microcopy strong {
  font-weight: 1.6rem;
}
@media (max-width: 767px) {
  .md_cta_microcopy strong {
    font-size: 1.2rem;
  }
}
.md_cta ul {
  line-height: 1.4;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .md_cta ul {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .md_cta ul li {
    width: 100%;
  }
}
.md_cta ul li a {
  background: #152979;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  width: 350px;
  height: 100%;
  padding: 14px 15px 14px 0;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .md_cta ul li a {
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    padding: 12px 8px 12px 0;
  }
}
.md_cta ul li a:hover {
  opacity: 0.6;
}
.md_cta ul li a br {
  display: none;
}
@media (max-width: 559px) {
  .md_cta ul li a br {
    display: block;
  }
}
.md_cta ul li:first-of-type a::before {
  background: url(../img/icn_mail.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .md_cta ul li:first-of-type a::before {
    width: 18.5px;
    height: 18.5px;
    margin: 1px 8px auto 0;
  }
}
.md_cta > p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .md_cta > p {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.md_cta.is_fix {
  display: block;
  border-bottom: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 15px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  border: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .md_cta.is_fix {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 4% 5px;
    left: 0;
    border: none;
  }
}
.md_cta.is_fix.is_show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.md_cta.is_fix ul li a {
  width: 350px;
}
@media (max-width: 767px) {
  .md_cta.is_fix ul li a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .md_cta.is_fix > p {
    margin-top: 3px;
  }
}

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

		header

------------------------------------------------*/
.header {
  width: 100%;
  margin: 0 auto;
  padding: 0 min(12%, 6rem);
  overflow: hidden;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 959px) {
  .header {
    width: calc(100% - 4rem);
    padding: 2rem 2rem 1.5rem;
    top: 2rem;
  }
}
@media (max-width: 559px) {
  .header {
    width: calc(100% - 3rem);
    padding: 1rem 0rem 1.5rem 1rem;
    top: 1.5rem;
  }
}
.header_inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header_logo {
  font-size: 1.1rem;
}
@media (max-width: 959px) {
  .header_logo {
    font-size: 1rem;
  }
}
@media (max-width: 559px) {
  .header_logo {
    margin-left: 0;
    text-align: justify;
  }
}
.header_logo a {
  display: block;
}
.header_logo a:hover {
  opacity: 0.6;
}
.header_logo img {
  width: 250px;
  zoom: 1;
}
@media (max-width: 959px) {
  .header_logo img {
    width: 180px;
  }
}
.header_logo p + p {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media (max-width: 349px) {
  .header_logo p + p {
    letter-spacing: 0;
  }
}
.header_sns {
  padding-bottom: 1rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 959px) {
  .header_sns {
    padding-bottom: 0.25rem;
  }
}
.header_sns li + li {
  color: #333;
  margin-top: 10px;
}
.header_sns a {
  display: block;
}
@media (max-width: 559px) {
  .header_sns a {
    width: 16px;
  }
}
.header_sns a:hover {
  opacity: 0.6;
}
.header_sns a img {
  zoom: 1;
  display: block;
}

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

		footer

------------------------------------------------*/
.l_footer {
  font-size: 1.1rem;
  padding: 60px 5% 75px;
  text-align: center;
}
@media (max-width: 767px) {
  .l_footer {
    font-size: 1rem;
    padding: 30px 5% 120px;
  }
}

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

		main

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

		ttl

------------------------------------------------*/
.ttl {
  text-align: center;
}
.ttl h2 {
  color: #4459ad;
  display: inline;
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 559px) {
  .ttl h2 {
    font-size: 2.5rem;
  }
}
.ttl h2 span {
  position: relative;
  z-index: 1;
}
.ttl h2 i {
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 559px) {
  .ttl h2 i {
    font-size: 1.75rem;
  }
}
.ttl br {
  display: none;
}
@media (max-width: 559px) {
  .ttl br {
    display: block;
  }
}
.ttl.is_white h2 {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.ttl.is_yellow h2 {
  background: linear-gradient(transparent 60%, #fcefc0 60%);
}

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

		risk

------------------------------------------------*/
.risk {
  border-top: 4px dotted #fff;
  border-bottom: 4px dotted #fff;
  max-width: 420px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 559px) {
  .risk {
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    padding: 1.5rem min(4%, 3rem);
  }
}
.risk_list_item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 559px) {
  .risk_list_item {
    display: block;
  }
}
.risk_list_item:not(:first-of-type) {
  margin-top: 0.5rem;
}
.risk_list_item > dt {
  font-size: 1.2rem;
  font-weight: 700;
  width: 110px;
}
@media (max-width: 559px) {
  .risk_list_item > dt {
    font-size: 1rem;
    width: 100%;
  }
}
.risk_list_item > dd {
  font-size: 1.1rem;
  width: calc(100% - 110px);
}
@media (max-width: 559px) {
  .risk_list_item > dd {
    font-size: 0.9rem;
    width: 100%;
  }
}
.risk_list_item dl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.risk_list_item dl dt {
  width: 8em;
  position: relative;
}
.risk_list_item dl dt::after {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.risk_list_item dl dd {
  width: calc(100% - 8em);
}

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

		anchor

------------------------------------------------*/
.anchor_list {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 8%;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .anchor_list {
    margin: 30px auto;
  }
}
.anchor_list_item {
  width: 22.5%;
}
@media (max-width: 767px) {
  .anchor_list_item {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .anchor_list_item:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
.anchor_list_item a {
  background: #fff;
  border: 1px solid #333;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 559px) {
  .anchor_list_item a {
    font-size: 1rem;
    padding: 5px 15px;
  }
}
.anchor_list_item a::before {
  background: url(../img/icn_anchor_list_arrow.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 11px;
  height: 11.5px;
  margin-right: 10px;
}
.anchor_list_item a:hover {
  background: #4459ad;
}

img {
  zoom: 0.75;
}
@media (max-width: 559px) {
  img {
    zoom: 0.5;
  }
}

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

		fc

------------------------------------------------*/
.is_fc_green {
  color: #4459ad;
}

.is_fc_pink {
  color: #ec7f03;
}

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

		kv

------------------------------------------------*/
.kv {
  background: #e89241;
  display: block !important;
  padding: 0 min(12%, 6rem);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .kv {
    padding: 0 min(8%, 4rem);
  }
}
.kv_wave {
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
}
.kv_wave img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center bottom;
}
.kv::before, .kv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.kv::after {
  background: url(../img/kv_shape_left.svg) left bottom/contain no-repeat;
  width: 537px;
  height: 323px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .kv::after {
    width: 402.75px;
    height: 242.25px;
  }
}
@media (max-width: 767px) {
  .kv::after {
    width: 333.8px;
    height: 199.2px;
  }
}
.kv_inner {
  max-width: 1320px;
  min-height: 95vh;
  margin: 0 auto;
  padding-top: 6rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .kv_inner {
    min-height: 46rem;
    padding-top: 9rem;
  }
}
.kv_text {
  flex-direction: column;
  width: 33.3333%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .kv_text {
    width: 100%;
    padding-bottom: 3rem;
  }
}
.kv_text_ttl {
  margin-bottom: 6rem;
}
@media (max-width: 1023px) {
  .kv_text_ttl {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .kv_text_ttl span {
    display: block;
  }
}
.kv_text_ttl span:first-of-type {
  display: block;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .kv_text_ttl span:first-of-type {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .kv_text_ttl span:first-of-type {
    margin-bottom: 1.5rem;
  }
}
.kv_text_ttl span:last-of-type {
  margin-left: 2rem;
}
@media (max-width: 1023px) {
  .kv_text_ttl span:last-of-type {
    display: block;
    margin-top: 3rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .kv_text_ttl span:last-of-type {
    margin-top: 1.5rem;
  }
}
.kv_text_ttl span img {
  zoom: 1;
}
@media (max-width: 1023px) {
  .kv_text_ttl span img {
    zoom: 0.75;
  }
}
@media (max-width: 767px) {
  .kv_text_ttl span img {
    zoom: 0.5;
  }
}
.kv_text div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .kv_text div {
    width: fit-content;
  }
}
.kv_text p {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .kv_text p {
    flex-direction: column;
  }
}
.kv_text p span {
  background: #fcefc0;
  color: #000000;
  display: block;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  padding: 1rem 6rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.kv_text p span .is_sp {
  display: none;
}
.kv_text p span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #fcefc0 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
}
@media (max-width: 1340px) {
  .kv_text p span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .kv_text p span {
    font-size: 1.1rem;
    padding: 1rem 2rem;
  }
  .kv_text p span .is_sp {
    display: block;
  }
}
@media (max-width: 1023px) {
  .kv_text p span:nth-of-type(2) {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .kv_text p span:nth-of-type(2) {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .kv_text p span + span {
    margin-top: 0.6rem;
  }
}
.kv_text p span strong {
  color: #ec7f03;
  font-weight: 700;
}
.kv_text p + p {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .kv_text p + p {
    margin-top: 2rem;
  }
}
.kv_text p + p span:first-of-type {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .kv_text p + p span:first-of-type {
    padding-right: 1rem;
  }
}
.kv_text p + p span:last-of-type {
  margin-top: 1rem;
  padding-left: 2rem;
}
@media (max-width: 1023px) {
  .kv_text p + p span:last-of-type {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .kv_text p + p span:last-of-type {
    margin-top: 0.6rem;
    padding-left: 1rem;
  }
}
.kv_text .kv_ttl {
  background: #FFF;
  border-radius: 1000px;
  padding: 1.2rem 2rem 1rem;
}
@media (max-width: 767px) {
  .kv_text .kv_ttl {
    padding: 1.0rem 2rem 1rem;
  }
}
.kv_image {
  border-radius: 2rem 2rem 0 0;
  width: calc(66.66666% + 18rem);
  height: calc(95vh - 6rem);
  margin-top: auto;
  margin-right: -18rem;
  overflow: hidden;
  position: relative;
  max-width: 900px;
}
@media (max-width: 767px) {
  .kv_image {
    border-radius: 0;
    width: 100%;
    height: calc(67vh - 6rem);
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.kv_image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .kv_image img {
    object-fit: cover;
    object-position: 0 0;
  }
}

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

		recommend

------------------------------------------------*/
.recommend {
  background: #fff;
  padding: 7.5rem min(12%, 6rem) 15rem;
  position: relative;
}
@media (max-width: 559px) {
  .recommend {
    padding: 4rem min(12%, 6rem) 6rem;
  }
}
.recommend::after {
  background: url(../img/wave_main_orange.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.recommend_inner {
  max-width: fit-content;
  margin: 0 auto;
}
.recommend_list {
  margin-top: 5rem;
}
@media (max-width: 559px) {
  .recommend_list {
    margin-top: 3rem;
  }
}
.recommend_list_item {
  margin-top: 3rem;
}
.recommend_list_item_inner {
  color: #4459ad;
  padding-left: 6rem;
}
@media (max-width: 559px) {
  .recommend_list_item_inner {
    padding-left: 5rem;
  }
}
.recommend_list_item_inner p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559px) {
  .recommend_list_item_inner p {
    font-size: 1.4rem;
  }
}
.recommend_list_item_inner p span {
  font-size: 1.6rem;
}
@media (max-width: 559px) {
  .recommend_list_item_inner p span {
    font-size: 1.2rem;
  }
}
.recommend_list_item_inner p br {
  display: none;
}
@media (max-width: 559px) {
  .recommend_list_item_inner p br {
    display: block;
  }
}
.recommend_list_item_num {
  background: #4459ad;
  border-radius: 50%;
  color: #fff;
  font-style: italic;
  font-weight: 900;
  width: 4.5rem;
  height: 4.5rem;
  margin-top: -2.25rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 559px) {
  .recommend_list_item_num {
    font-size: 1.2rem;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
}
.recommend_text {
  max-width: 750px;
  margin: 4rem auto 0;
  width: 100%;
}
@media (max-width: 559px) {
  .recommend_text {
    margin: 4rem auto 0;
  }
}
.recommend_text br {
  display: none;
}
@media (max-width: 559px) {
  .recommend_text br {
    display: block;
  }
}
.recommend_text p {
  color: #4459ad;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.recommend_text p + p {
  margin-top: 4.5rem;
}
@media (max-width: 559px) {
  .recommend_text p + p {
    margin-top: 3rem;
  }
}
.recommend_text .recommend_text_fukidashi {
  background: #4459ad;
  border-radius: 1rem;
  color: #fcefc0;
  padding: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.recommend_text .recommend_text_fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #4459ad transparent transparent transparent;
  position: absolute;
  bottom: -15px;
}
/*------------------------------------------------

		case

------------------------------------------------*/
.case {
  background: #e89241;
  padding: 7.5rem min(12.5%, 6rem) 15rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 559px) {
  .case {
    padding: 4rem 0 6rem;
  }
}
.case::after {
  background: url(../img/wave_bg3.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.case .ttl h2 {
  color: #fff;
}
.case_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.case_list {
  margin-top: 6rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .case_list {
    align-items: center;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.case_list_item {
  width: 44%;
  position: relative;
}
@media (max-width: 767px) {
  .case_list_item {
    width: 100%;
  }
}
.md_arrow {
  position: absolute;
  background: #4459ad;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.5s;
  top: calc(50% - 20px);
}
.md_arrow:hover {
  opacity: 0.5;
}
.md_arrow.is_prev {
  left: 4%;
}
.md_arrow.is_next {
  right: 4%;
}
.md_arrow svg {
  width: 25px;
  height: 13px;
}
.case_baloon {
  background: #FFF;
  border-radius: 1rem;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 10px 15px;
  top: -30px;
  left: -70px;
  transform: rotate(-5deg) !important;
  width: fit-content;
  z-index: 1;
  height: 65px;
}
.case_list_item:nth-of-type(even) .case_baloon {
  right: -70px;
  left: auto;
  transform: rotate(5deg) !important;
}
@media (max-width: 767px) {
  .case_baloon  {
    font-size: 1.0rem;
    left: -30px;
    height: 50px;
    top: -50px;
  }
  .case_list_item:nth-of-type(even) .case_baloon {
    right: -30px;
    left: auto;
  }
}
.case_list_item:nth-child(n + 3) {
  margin-top: 5rem;
}
.case_baloon::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #FFF transparent transparent transparent;
  bottom: -14px;
  position: absolute;
}
@media (max-width: 767px) {
  .case_list_item:not(:first-of-type) {
    margin-top: 6rem;
  }
  .case_baloon::before {
    border-width: 7.5px 6.25px 0 6.25px;
    bottom: -7px;
  }
}
.case_ttl {
  background: #fff;
  border: 2px solid #f9810f;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  width: 250px;
  margin: 0 auto 2rem;
  padding: 1.5rem 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 559px) {
  .case_ttl {
    font-size: 1.4rem;
    width: 200px;
  }
}
.case_ttl span {
  font-size: 1.4rem;
}
@media (max-width: 559px) {
  .case_ttl span {
    font-size: 1.2rem;
  }
}
.case_photo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case_photo_wrapper {
  padding: 2.5rem 8%;
  background: #FFF;
}
.case_photo_item {
  width: 100%;
}
.case_photo_item figure {
  width: 100%;
  height: 0;
  padding-top: 31.4%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.case_photo_item figure > img {
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case_photo_item figure figcaption {
  position: absolute;
  z-index: 10;
  top: 10px;
}
.case_photo_item + .case_photo_item figure figcaption {
  top: auto;
  bottom: 10px;
}
.case_doctor {
  color: #fff;
  max-width: 420px;
  margin: 4rem auto 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .case_doctor {
    max-width: 84%;
    margin: 2.5rem auto 0;
  }
}
.case_doctor_image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 559px) {
  .case_doctor_image {
    width: 80px;
    height: 80px;
  }
}
.case_doctor_image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case_doctor_text {
  width: calc(100% - 150px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 559px) {
  .case_doctor_text {
    width: calc(100% - 90px);
  }
}
.case_doctor_text dl {
  font-size: 1.4rem;
}
@media (max-width: 559px) {
  .case_doctor_text dl {
    font-size: 1rem;
  }
}
.case_doctor_text dl dt {
  font-weight: 700;
}
.case_doctor_text dl dd {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 559px) {
  .case_doctor_text dl dd {
    font-size: 1rem;
  }
}
.case_doctor_text dl dd span {
  font-size: 1.6rem;
  padding-left: 1rem;
}
@media (max-width: 559px) {
  .case_doctor_text dl dd span {
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
}
.case .risk {
  color: #fff;
  margin-top: 3rem;
}
@media (max-width: 559px) {
  .case .risk {
    max-width: 84%;
    margin: 2rem auto 0;
  }
}
.case_text {
  color: #fff;
  line-height: 2;
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .case_text {
    margin-top: 3rem;
  }
}
.case_text strong {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .case_text strong {
    font-size: 1.6rem;
  }
}

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

		feature

------------------------------------------------*/
.feature {
  background: #fcefc0;
  padding: 4.5rem min(12.5%, 6rem) 0;
  position: relative;
}
@media (max-width: 767px) {
  .feature {
    padding: 2rem 0 0;
  }
}
.feature_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.feature_inner > .is_fc_green {
  display: none;
}
@media (max-width: 767px) {
  .feature_inner > .is_fc_green {
    background: #fcefc0;
    display: block;
    font-weight: 700;
    line-height: 2;
    width: 100%;
    padding: 3rem min(12%, 6rem) 4.5rem;
    text-align: center;
    position: relative;
  }
  .feature_inner > .is_fc_green::before {
    background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 5vw;
    position: absolute;
    top: -5vw;
    left: 0;
    right: 0;
  }
}
.feature_price {
  background: #fcefc0;
  color: #4459ad;
  padding: 3rem min(4%, 4rem) 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .feature_price {
    width: 100%;
    margin: 0;
    padding: 3rem min(9%, 4.5rem) calc(3rem + 5vw);
  }
}
.feature_price_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_price_list_item {
  width: 45%;
}
@media (max-width: 767px) {
  .feature_price_list_item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .feature_price_list_item:not(:first-of-type) {
    margin-top: 6rem;
  }
}
.feature_price_list_item p:not(.is_attention) {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  transform: skew(-7.5deg);
}
@media (max-width: 767px) {
  .feature_price_list_item p:not(.is_attention) {
    font-size: 2rem;
  }
}
.feature_price_list_item p:not(.is_attention) span {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .feature_price_list_item p:not(.is_attention) span {
    font-size: 1.2rem;
  }
}
.feature_price_list_item p:not(.is_attention) + p:not(.is_attention) {
  margin-top: 1rem;
}
.feature_price_list_item .is_mt0 {
  margin-top: 0 !important;
}
.feature_price_list_item .is_attention {
  border-top: 4px dotted #4459ad;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .feature_price_list_item .is_attention {
    font-size: 1rem;
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

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

		about_effect

------------------------------------------------*/
.about_effect {
  padding: 12rem min(12.5%, 6rem) 15rem;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fcefc0;
}
@media (max-width: 959px) {
  .about_effect {
    background: #fcefc0;
    padding: 12rem 0 0;
  }
}
@media (max-width: 767px) {
  .about_effect {
    padding: 0;
    background: #FFF;
  }
}
.about_effect::after {
  background: url(../img/wave_bg.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .about_effect::after {
    display: none;
  }
}
.about_effect_text {
  width: 100%;
  margin-bottom: 6rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .about_effect_text {
    background: #fcefc0;
    margin-bottom: 0;
    padding: 4rem min(12%, 6rem) 5.5rem;
  }
}
.about_effect_text_fukidashi {
  border: 3px solid #ed9659;
  border-radius: 1rem;
  font-weight: 700;
  padding: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto 4.5rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .about_effect_text_fukidashi {
    font-size: 1.2rem;
  }
}
.about_effect_text_fukidashi::before,
.about_effect_text_fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #ed9659 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
}
.about_effect_text_fukidashi::after {
  border-color: #fcefc0 transparent transparent transparent;
  bottom: -10px;
}
.about_effect_text_fukidashi div {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.about_effect_text_fukidashi div p + p {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .about_effect_text::after {
    background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 5vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.about_effect_text > p + p {
  margin-top: 1rem;
}
.about_effect_text > p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about_effect_text > p {
    font-size: 1.6rem;
  }
}
.about_effect_text p strong {
  color: #ec7f03;
  font-size: 2.8rem;
  line-height: 1.5;
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .about_effect_text p strong {
    font-size: 2rem;
  }
}
.about_effect_text_list {
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 1000px;
  margin: 2rem auto;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .about_effect_text_list {
    padding: 0;
  }
}
.about_effect_text_list_item {
  background: #fff;
  padding-left: 2rem;
  text-align: justify;
  position: relative;
  width: 47.5%;
  padding: 2rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .about_effect_text_list_item {
    width: 100%;
  }
}
.about_effect_text_list_item p {
  position: relative;
  padding-left: 2rem;
}
.about_effect_text_list_item p br {
  display: none;
}
@media (max-width: 767px) {
  .about_effect_text_list_item p br {
    display: block;
  }
}
.about_effect_text_list_item p::before {
  background: #e89241;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.about_effect_text_list_item:last-child p::before {
  background: #4459ad;
}
.about_effect_text_list_item a {
  display: block;
  background: #e89241;
  color: #FFF;
  border-radius: 0.5rem;
  margin: 1rem auto 0;
  padding: 1rem 1rem;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  max-width: 250px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .about_effect_text_list_item a {
    padding: 0.7rem 1rem;
    font-size: 1.6rem;
  }
}
.about_effect_text_list_item a:hover {
 opacity: 0.5;
}
.about_effect_text_list_item:not(:last-child) a:before {
  background: url(../img/icn_arrow_point_anchor.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 12px;
  height: 13.5px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
.about_effect_text_list_item:last-child a {
  background: #152979;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_effect_text_list_item:last-child a img {
  margin: 0 10px 0 0;
}
.about_effect .about {
  width: 46%;
  max-width: 52rem;
}
@media (max-width: 959px) {
  .about_effect .about {
    width: 100%;
    max-width: unset;
    margin: 4rem auto 7rem;
  }
}
@media (max-width: 767px) {
  .about_effect .about {
    background: #FFF;
    margin: 0rem auto 5rem;
    padding-top: 4rem;
  }
}
.about_effect h2 span {
  color: #e2760f;
}
@media (max-width: 767px) {
  .about .ttl.is_white h2,
  .effect .ttl.is_white h2 {
    background: linear-gradient(transparent 60%, #fcefc0 60%);
  }
}
.about_effect .about_inner {
  background: #e89241;
  color: #fff;
  margin-top: 6rem;
  padding: 4rem min(8%, 3rem);
}
@media (max-width: 767px) {
  .about_effect .about_inner {
    margin-top: 3rem;
    padding: 3.5rem min(3%, 1rem) 4.5rem;
  }
}
.about_effect .about_text {
  line-height: 2;
  text-align: center;
}
@media (max-width: 959px) {
  .about_effect .about_text {
    max-width: 52rem;
    margin: 0 auto;
  }
}
.about_effect .about_image {
  margin-top: 3rem;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .about_effect .about_image {
    max-width: 52rem;
    margin: 3rem auto 0;
  }
}
.about_effect .about_image_item {
  background: #fff3df;
  border-radius: 0 1rem 1rem 1rem;
  color: #333;
  width: 49%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .about_effect .about_image_item {
    border-radius: 0 0.5rem 0.5rem 0.5rem;
  }
}
.about_effect .about_image_item_num {
  background: #e89241;
  border-radius: 0 0 1rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  padding: 0.5rem 1rem 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .about_effect .about_image_item_num {
    border-radius: 0 0 0.5rem 0;
    font-size: 1rem;
    padding: 0.25rem 1rem 0.4rem;
  }
}
.about_effect .about_image_item_num::before, .about_effect .about_image_item_num::after {
  background: url(../img/icn_corner_orange.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .about_effect .about_image_item_num::before, .about_effect .about_image_item_num::after {
    width: 5px;
    height: 5px;
  }
}
.about_effect .about_image_item_num::before {
  top: 0;
  left: 100%;
}
.about_effect .about_image_item_num::after {
  top: 100%;
  left: 0;
}
.about_effect .about_image_item h3 {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 11% 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about_effect .about_image_item h3 {
    font-size: 1.2rem;
    margin-top: -1rem;
  }
}
.about_effect .about_image_item h3 span {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .about_effect .about_image_item h3 span {
    font-size: 1.4rem;
  }
}
.about_effect .about_detail {
  margin-top: 6rem;
  padding: 0 min(8%, 3rem);
}
@media (max-width: 767px) {
  .about_effect .about_detail {
    margin-top: 3rem;
  }
}
.about_effect .about_detail_item {
  border-radius: 0.5rem;
  color: #fff;
}
.about_effect .about_detail_item:not(:first-of-type) {
  margin-top: 2rem;
}
.about_effect .about_detail_item dt {
  border-bottom: 4px dotted #fff;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.about_effect .about_detail_item dd {
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .about_effect .about_detail_item dd {
    font-size: 1.2rem;
  }
}
.about_effect .effect {
  width: 46%;
  max-width: 52rem;
  margin-left: min(8%, 8rem);
  position: relative;
}
@media (max-width: 959px) {
  .about_effect .effect {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
}
@media (max-width: 959px) {
  .about_effect .effect::after {
    background: url(../img/wave_bg.svg) bottom center/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 5vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }
}
.about_effect .effect_inner {
  background: #e89241;
  color: #fff;
  margin-top: 6rem;
  padding: 4rem min(8%, 3rem);
}
@media (max-width: 959px) {
  .about_effect .effect_inner {
    padding: 4rem min(8%, 3rem) calc(4rem + 5vw);
  }
}
@media (max-width: 767px) {
  .about_effect .effect_inner {
    margin-top: 3rem;
    padding: 3.5rem min(3%, 1rem) calc(3rem + 5vw);
  }
}
.about_effect .effect_list {
  background: #fcefc0;
  color: #333;
  border-radius: 1rem;
  max-width: 320px;
  margin: 3rem auto 0;
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .about_effect .effect_list {
    max-width: 76%;
  }
}
.about_effect .effect_list_item {
  padding-left: 2rem;
  text-align: justify;
  position: relative;
}
.about_effect .effect_list_item:not(:first-of-type) {
  margin-top: 1rem;
}
.about_effect .effect_list_item::before {
  background: #e89241;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.effect_inner > p {
  text-align: center;
}
.effect_inner > p span {
  display: block;
  font-weight: 600;
  background: #fcefc0;
  width: fit-content;
  margin: 1rem auto 0;
  padding: 0 5px;
}
.about_effect .effect_image {
  margin: 3rem auto 0;
}
@media (max-width: 959px) {
  .about_effect .effect_image {
    max-width: 52rem;
  }
}
.about_effect .effect_image_item {
  background: #fff3df;
  border-radius: 0 1rem 1rem 1rem;
  color: #4459ad;
  overflow: hidden;
  position: relative;
}
.about_effect .effect_image_item:not(:first-of-type) {
  margin-top: 2%;
}
.about_effect .effect_image_item_num {
  background: #e89241;
  border-radius: 0 0 1rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  padding: 0.5rem 1rem 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .about_effect .effect_image_item_num {
    border-radius: 0 0 0.5rem 0;
    font-size: 1rem;
    padding: 0.25rem 1rem 0.4rem;
  }
}
.about_effect .effect_image_item_num::before, .about_effect .effect_image_item_num::after {
  background: url(../img/icn_corner_orange.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .about_effect .effect_image_item_num::before, .about_effect .effect_image_item_num::after {
    width: 5px;
    height: 5px;
  }
}
.about_effect .effect_image_item_num::before {
  top: 0;
  left: 100%;
}
.about_effect .effect_image_item_num::after {
  top: 100%;
  left: 0;
}
.about_effect .effect_image_item h3 {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 12%;
}
.about_effect .effect_image_item h3 span {
  font-size: 1.6rem;
}
.about_effect .effect_image_item p {
  font-size: 1.2rem;
  padding: 1rem 12% 2rem;
}

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

		check

------------------------------------------------*/
.check {
  background: #fff;
  padding: 7.5rem min(12.5%, 6rem) 15rem;
  position: relative;
}
@media (max-width: 767px) {
  .check {
    padding: 4.5rem min(12%, 6rem) 4rem;
  }
}
.check::after {
  background: url(../img/wave_bg3.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .check::after {
    display: none;
  }
}
.check_inner {
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.check_inner .ttl {
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .check_inner .ttl {
    margin-bottom: 3rem;
  }
}
.check_inner .ttl span {
  color: #e2760f;
} 

.check_image {
  width: 44%;
}
@media (max-width: 959px) {
  .check_image {
    width: 100%;
    max-width: 52rem;
    margin: 0 auto;
  }
}
.check_image_item {
  background: #fff3df;
  border-radius: 1rem;
  color: #4459ad;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .check_image_item {
    border-radius: 0.5rem;
  }
}
.check_image_item:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .check_image_item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.check_image_item_num {
  background: #e89241;
  border-radius: 0 0 1rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 900;
  padding: 0.5rem 1rem 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .check_image_item_num {
    border-radius: 0 0 0.5rem 0;
    font-size: 1rem;
    padding: 0.3rem 1rem 0.4rem;
  }
}
.check_image_item_num::before, .check_image_item_num::after {
  background: url(../img/icn_corner_orange.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .check_image_item_num::before, .check_image_item_num::after {
    width: 5px;
    height: 5px;
  }
}
.check_image_item_num::before {
  top: 0;
  left: 100%;
}
.check_image_item_num::after {
  top: 100%;
  left: 0;
}
.check_image_item figure img {
  width: 100%;
}
.check_text {
  width: 52%;
  text-align: center;
}
.check_text {
  width: 52%;
  text-align: center;
}
@media (max-width: 959px) {
  .check_text {
    width: 100%;
    max-width: 52rem;
    margin: 6rem auto 0;
  }
}
@media (max-width: 767px) {
  .check_text {
    margin-top: 3rem;
  }
}
.check_text_top {
  display: none;
  text-align: left;
}
.check_text_top,.check_text_bottom {
  margin-bottom: 3rem;
}
@media (max-width: 959px) {
  .check_text_top {
    display: block;
    margin: 3rem 0 0;
  }
  .check_text_bottom {
    display: none;
  }
}
.check_inner .check_text_top span,
.check_inner .check_text_bottom span {
  display: block;
  background: #fcefc0;
  width: fit-content;
  color: #000;
  margin: 0 auto;
  padding: 0 5px;
  font-weight: 600;
}
.check_inner .check_text_top span {
  display: inline;
}
.check_text p + p,
.check_text_top p + p {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .check_text p + p,
  .check_text_top p + p  {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .check_text p.is_left {
    text-align: justify;
  }
}
.check_text p strong {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .check_text p strong {
    font-size: 1.6rem;
  }
}
.check_text p strong:not(.is_fc_green) {
  background: linear-gradient(transparent 60%, #ffe186 60%);
}
@media (max-width: 767px) {
  .check_text p strong:not(.is_fc_green) {
    font-size: 1.8rem;
  }
}
.check_text p strong span {
  font-size: 2.4rem;
}
.check_text_detail {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .check_text_detail {
    background: #e89241;
    color: #fff;
    margin: 3rem calc(50% - 50vw);
    padding: 3rem min(12%, 6rem);
  }
}
@media (max-width: 767px) {
  .check_text_detail p strong.is_fc_green {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .check_text_detail + p {
    color: #e2760f;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
  }
}
.check_list {
  background: #fcefc0;
  border-radius: 1rem;
  color: #333;
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 3rem;
}
.check_list_item {
  padding-left: 2rem;
  text-align: justify;
  position: relative;
}
.check_list_item:not(:first-of-type) {
  margin-top: 1rem;
}
.check_list_item::before {
  background: #e89241;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 767px) {
  .check_list_item::before {
    top: 0.5em;
  }
}

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

		type

------------------------------------------------*/
.type {
  padding: 7.5rem min(12.5%, 6rem) 15rem;
  position: relative;
}
@media (max-width: 767px) {
  .type {
    background: #fff;
    padding: 4rem 0 0;
  }
}
.type::after {
  background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .type::after {
    background: url(../img/wave_bg3.svg) bottom center/cover no-repeat;
  }
}
.type_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.type_inner .ttl {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .type_inner .ttl {
    margin-bottom: 3rem;
  }
}
.type_inner .ttl h2 {
  background: linear-gradient(transparent 60%, #fff 60%);
}
@media (max-width: 767px) {
  .type_inner .ttl h2 {
    background: linear-gradient(transparent 60%, #fcefc0 60%);
  }
}
.type_inner .ttl span {
  color: #e2760f;
}
.type_text {
  line-height: 2;
  text-align: center;
}
.type_text p + p {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .type_text p + p {
    margin-top: 1rem;
  }
}
.type_text strong {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .type_text strong {
    font-size: 1.8rem;
  }
}
.type_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .type_list {
    margin-top: 3rem;
  }
}
.type_list_item {
  background: #e89241;
  color: #fff;
  width: 47%;
  padding: 6rem min(12.5%, 6rem);
}
@media (max-width: 767px) {
  .type_list_item {
    width: 100%;
    padding: 3rem min(8%, 3rem);
  }
}
@media (max-width: 767px) {
  .type_list_item:not(:first-of-type) {
    margin-top: 6rem;
  }
}
.type_list_item_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .type_list_item_ttl {
    font-size: 2rem;
  }
}
.type_list_item_ttl + p {
  font-size: 2.0rem;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .type_list_item_ttl + p {
    font-size: 1.6rem;
  }
}
.type_list_item_image {
  border-radius: 1rem;
  margin: 3rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .type_list_item_image {
    margin: 2rem auto;
  }
}
.type_list_item_text {
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .type_list_item_text {
    margin: 2rem auto;
  }
}
.type_list_item_text p + p {
  margin-top: 1rem;
}
.type_list_item_flow {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.type_list_item_flow_item {
  border-radius: 0 1rem 1rem 1rem;
  margin-top: 2rem;
  width: 47%;
  overflow: hidden;
  position: relative;
}
.type_list_item_flow_item_num {
  background: #e89241;
  border-radius: 0 0 1rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  padding: 0.5rem 1rem 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .type_list_item_flow_item_num {
    border-radius: 0 0 0.5rem 0;
    font-size: 1rem;
    padding: 0.25rem 1rem 0.4rem;
  }
}
.type_list_item_flow_item_num::before, .type_list_item_flow_item_num::after {
  background: url(../img/icn_corner_orange.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .type_list_item_flow_item_num::before, .type_list_item_flow_item_num::after {
    width: 5px;
    height: 5px;
  }
}
.type_list_item_flow_item_num::before {
  top: 0;
  left: 100%;
}
.type_list_item_flow_item_num::after {
  top: 100%;
  left: 0;
}
.type_list_item_point {
  background: #fcefc0;
  border-radius: 1rem;
  color: #333;
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 3rem;
}
.type_list_item_point_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .type_list_item_point_ttl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.type_list_item_point_list_item {
  padding-left: 2rem;
  text-align: justify;
  position: relative;
}
.type_list_item_point_list_item:not(:first-of-type) {
  margin-top: 1rem;
}
.type_list_item_point_list_item::before {
  background: #e89241;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 767px) {
  .type_list_item_point_list_item::before {
    top: 0.5em;
  }
}

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

		point

------------------------------------------------*/
.point {
  padding: 7.5rem min(12.5%, 6rem) 15rem;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  .point {
    padding: 4rem 0 0;
    background: #fcefc0;
  }
}
.point::after {
  background: url(../img/wave_bg3.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .point::after {
    display: none;
  }
}
.point_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.point .ttl h2 {
  background: linear-gradient(transparent 60%, #fcefc0 60%);
}
@media (max-width: 767px) {
  .point .ttl h2 {
    background: linear-gradient(transparent 60%, #fff 60%);
  }
}
.point h2 span {
  color: #e2760f;
}
.point_text {
  margin-top: 3rem;
  padding: 0 min(12.5%, 6rem);
  text-align: center;
}
.point_text > p + p {
  margin-top: 1rem;
}
.point_text p strong {
  color: #4459ad;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .point_text p strong {
    font-size: 1.6rem;
  }
}
.point_anchor_list {
  margin-top: 6rem;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .point_anchor_list {
    max-width: 76%;
    margin: 3rem auto 0;
  }
}
.point_anchor_list_item {
  width: 31.5%;
}
@media (max-width: 959px) {
  .point_anchor_list_item {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .point_anchor_list_item:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .point_anchor_list_item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.point_anchor_list_item a {
  background: #e89241;
  border: 2px solid #e89241;
  border-radius: 1rem;
  color: #fff;
  line-height: 1.5;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .point_anchor_list_item a {
    border-radius: 0.5rem;
    font-size: 1.2rem;
    padding: 1.25rem;
  }
}
.point_anchor_list_item a:hover {
  opacity: 0.6;
}
.point_anchor_list_item a::after {
  background: url(../img/icn_arrow_point_anchor.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 18px;
  height: 18.75px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
@media (max-width: 767px) {
  .point_anchor_list_item a::after {
    width: 11.5px;
    height: 12.5px;
    margin-top: -6px;
  }
}
.point_anchor_list_item_num {
  background: #fff;
  border-radius: 50%;
  color: #e89241;
  font-size: 1.8rem;
  font-weight: 900;
  width: 4.5rem;
  height: 4.5rem;
  padding-left: 0.1em;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .point_anchor_list_item_num {
    font-size: 1.4rem;
    letter-spacing: 0;
    width: 3rem;
    height: 3rem;
    padding-left: 0;
  }
}
.point_anchor_list_item_num span {
  transform: skew(-8deg);
}
.point_anchor_list_item_num + p {
  width: calc(100% - 6rem);
}
@media (max-width: 767px) {
  .point_anchor_list_item_num + p {
    width: calc(100% - 4.25rem);
  }
}
.point_list {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .point_list {
    margin-top: 3rem;
  }
}
.point_list_item {
  background: #e89241;
  border-radius: 1rem;
  margin-top: 4.5rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .point_list_item {
    border-radius: 0.5rem;
    margin-top: 3rem;
  }
}
.point_list_item_inner {
  background: #fffef8;
  border-radius: 0.5rem;
  padding: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .point_list_item_inner {
    border-radius: 0.5rem;
    padding: 4.5rem min(10%, 7rem) 4rem;
  }
}
.point_list_item_num {
  background: #e89241;
  border-radius: 0 0 1rem 0;
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  padding: 0.5rem 1.5rem 1rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .point_list_item_num {
    font-size: 1.8rem;
    padding: 0.25rem 1rem 0.5rem 1rem;
  }
}
.point_list_item_num::before, .point_list_item_num::after {
  background: url(../img/icn_corner_orange.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
.point_list_item_num::before {
  top: -1px;
  left: calc(100% - 1px);
}
.point_list_item_num::after {
  top: calc(100% - 1px);
  left: -1px;
}
.point_list_item_btn {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}
.point_list_item_btn a {
  background: #4459ad;
  border-radius: 0.5rem;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 1rem 10rem;
}
@media (max-width: 767px) {
  .point_list_item_btn a {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 0.5rem 5rem;
  }
}
.point_list_item_content {
  background: #fff;
  border-radius: 1rem;
  width: 88%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 6rem min(12%, 6rem);
}
@media (max-width: 767px) {
  .point_list_item_content {
    padding: 3rem min(6%, 3rem);
  }
}
.point_list_item_content .md_close {
  background: #4459ad;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 1rem 10rem;
}
@media (max-width: 767px) {
  .point_list_item_content .md_close {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 0.5rem 5rem;
  }
}
.point_ttl {
  width: 100%;
}
.point_ttl h3 {
  border-bottom: 4px dotted #e2760f;
  color: #e2760f;
  font-size: 3rem;
  font-weight: 700;
  max-width: 690px;
  margin: 0 auto 2rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 959px) {
  .point_ttl h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .point_ttl h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.point_ttl h3 br {
  display: none;
}
@media (max-width: 959px) {
  .point_ttl h3 br {
    display: block;
  }
}
.point_01_text {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .point_01_text {
    margin-top: 2rem;
  }
}
.point_01_text p {
  line-height: 2;
}
.point_01_text p + p {
  margin-top: 1rem;
}
.point_01_text strong.is_fc_green {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .point_01_text strong.is_fc_green {
    font-size: 1.8rem;
  }
}
.point_01_text strong.is_fc_pink {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .point_01_text strong.is_fc_pink {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.point_01_list {
  margin-top: 3rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .point_01_list {
    display: block;
    margin-top: 2rem;
  }
}
.point_01_list_item {
  width: 31%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .point_01_list_item {
    width: 100%;
  }
}
.point_01_list_item:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .point_01_list_item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.point_01_list_item figure {
  width: 49%;
}
.point_01_list_item figure img {
  border-radius: 1rem;
}
.point_01_list_item_text {
  letter-spacing: 0;
  width: 45%;
  text-align: justify;
}
.point_01_list_item_text p + p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.point_01_list2 {
  margin: 3rem auto;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .point_01_list2 {
    margin: 2rem auto;
  }
}
.point_01_list2.is_center {
  justify-content: center;
}
.point_01_list2_item {
  width: 31.5%;
  position: relative;
}
.point_01_list2_item.is_large {
  width: 47.5%;
}
@media (max-width: 767px) {
  .point_01_list2_item.is_large {
    width: 48%;
  }
}
.point_01_list2_item.is_large .point_01_list2_item_num {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .point_01_list2_item.is_large .point_01_list2_item_num {
    font-size: 1rem;
    padding: 0.3rem 1rem;
  }
}
.point_01_list2_item_num {
  background: #e89241;
  border-radius: 1rem 0 1rem 0;
  color: #fff;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .point_01_list2_item_num {
    border-radius: 0.5rem 0 0.5rem 0;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
  }
}
.point_01_list2_item_num::before, .point_01_list2_item_num::after {
  background: url(../img/icn_corner_orange.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .point_01_list2_item_num::before, .point_01_list2_item_num::after {
    width: 5px;
    height: 5px;
  }
}
.point_01_list2_item_num::before {
  top: 0;
  left: 100%;
}
.point_01_list2_item_num::after {
  top: 100%;
  left: 0;
}
.point_01_list2_item figure img {
  border-radius: 1rem;
  width: 100%;
}
.point_01_list2.is_arrow {
  margin-top: 4rem;
  z-index: 1;
}
.point_01_list2.is_arrow .point_01_list2_item::before {
  background: url(../img/icn_anchor_list_arrow.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: calc(100% + 1rem);
}
.point_01_list2.is_arrow .point_01_list2_item:first-of-type::before {
  right: 0;
  transform: rotate(35deg);
}
.point_01_list2.is_arrow .point_01_list2_item:nth-of-type(2)::before {
  left: 0;
  right: 0;
}
.point_01_list2.is_arrow .point_01_list2_item:last-of-type::before {
  left: 0;
  transform: rotate(-35deg);
}
.point_02_text {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .point_02_text {
    margin-top: 2rem;
  }
}
.point_02_text p {
  line-height: 2;
}
.point_02_text p + p {
  margin-top: 1rem;
}
.point_02_text strong.is_fc_green {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .point_02_text strong.is_fc_green {
    font-size: 1.8rem;
  }
}
.point_02_text strong.is_fc_pink {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .point_02_text strong.is_fc_pink {
    font-size: 1.8rem;
  }
}
.point_02_text ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_02_text ul li {
  width: 47%;
}
.point_02_text ul li figure {
  margin: 2rem auto;
  position: relative;
}
.point_02_text ul li figure figcaption {
  background: #e89241;
  border-radius: 1rem 0 1rem 0;
  color: #fff;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .point_02_text ul li figure figcaption {
    border-radius: 0.5rem 0 0.5rem 0;
    font-size: 1rem;
    padding: 0.3rem 1rem;
  }
}
.point_02_text ul li figure figcaption::before, .point_02_text ul li figure figcaption::after {
  background: url(../img/icn_corner_orange.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .point_02_text ul li figure figcaption::before, .point_02_text ul li figure figcaption::after {
    width: 5px;
    height: 5px;
  }
}
.point_02_text ul li figure figcaption::before {
  top: 0;
  left: 100%;
}
.point_02_text ul li figure figcaption::after {
  top: 100%;
  left: 0;
}
.point_02_text ul li figure img {
  border-radius: 1rem;
  width: 100%;
}
.point_03_text {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .point_03_text {
    margin-top: 2rem;
  }
}
.point_03_text p {
  line-height: 2;
}
.point_03_text p + p {
  margin-top: 1rem;
}
.point_03_list {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .point_03_list {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.point_03_list_item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_03_list_item:not(:first-of-type) {
  margin-top: 1.5rem;
}
.point_03_list_item figure {
  width: 49%;
}
.point_03_list_item figure img {
  border-radius: 1rem;
}
.point_03_list_item_text {
  width: 45%;
  text-align: justify;
}
@media (max-width: 767px) {
  .point_03_list_item_text p {
    line-height: 1.75;
  }
}
.point_03_list2 {
  text-align: justify;
}
.point_03_list2_item:not(:first-of-type) {
  border-top: 4px dotted #e89241;
  margin-top: 4rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .point_03_list2_item:not(:first-of-type) {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.point_03_list2_item_text h4 {
  color: #e2760f;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .point_03_list2_item_text h4 {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.point_03_list2_item_text h4 br {
  display: none;
}
@media (max-width: 767px) {
  .point_03_list2_item_text h4 br {
    display: block;
  }
}
@media (max-width: 767px) {
  .point_03_list2_item_list {
    margin: 1rem 0;
  }
}
.point_03_list2_item_list_item {
  border: 2px solid #e89241;
  border-radius: 1rem;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .point_03_list2_item_list_item {
    border: 1px solid #e89241;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    padding: 4rem 2.25rem 2rem;
  }
}
.point_03_list2_item_list_item_num {
  background: #e89241;
  border-radius: 0 0 1rem 0;
  color: #fff;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .point_03_list2_item_list_item_num {
    border-radius: 0 0 0.5rem 0;
    font-size: 1rem;
    padding: 0.3rem 1rem;
  }
}
.point_03_list2_item_list_item_num::before, .point_03_list2_item_list_item_num::after {
  background: url(../img/icn_corner_orange.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .point_03_list2_item_list_item_num::before, .point_03_list2_item_list_item_num::after {
    width: 5px;
    height: 5px;
  }
}
.point_03_list2_item_list_item_num::before {
  top: 0;
  left: 100%;
}
.point_03_list2_item_list_item_num::after {
  top: 100%;
  left: 0;
}

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

		set

------------------------------------------------*/
.set {
  background: #fcefc0;
  padding: 7.5rem min(12.5%, 6rem) 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .set {
    padding: 4rem 0 0;
  }
}
.set::after {
  background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .set::after {
    display: none;
  }
}
.set_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.set h2 span {
  color: #e2760f;
}
.set_top {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .set_top {
    margin-top: 3rem;
  }
}
.set_text {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .set_text {
    padding: 0 min(8%, 3rem);
  }
}
.set_text p + p {
  margin-top: 1rem;
}
.set_text strong.is_fc_green {
  font-size: 3rem;
}
.set_merit_list {
  margin: 2rem auto 4.5rem;
  padding: 0 min(8%, 3rem);
}
.set_merit_list_item {
  color: #e2760f;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .set_merit_list_item {
    font-size: 1.6rem;
  }
}
.set_merit_list_item:not(:first-of-type) {
  margin-top: 1rem;
}
.set_list {
  background: #fffef8;
  border-radius: 1rem;
  margin: 2rem auto;
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .set_list {
    border-radius: 0.5rem;
  }
}
.set_list_item {
  padding-left: 2rem;
  text-align: justify;
  position: relative;
}
.set_list_item:not(:first-of-type) {
  margin-top: 1rem;
}
.set_list_item::before {
  background: #e89241;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 767px) {
  .set_list_item::before {
    top: 0.5em;
  }
}
.set_price {
  margin-top: 6rem;
}
.set_price_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.set_price_list_item {
  background: #4459ad;
  color: #fff;
  flex-direction: column;
  width: 48%;
  padding: 9rem min(4%, 4rem);
  text-align: center;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .set_price_list_item {
    width: 100%;
    padding: 3rem min(12%, 6rem) calc(3rem + 5vw);
  }
}
@media (max-width: 767px) {
  .set_price_list_item:not(:first-of-type) {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .set_price_list_item:not(:first-of-type)::after {
    background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
  }
}
.set_price_list_item::before, .set_price_list_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5vw;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .set_price_list_item::before, .set_price_list_item::after {
    height: 5vw;
  }
}
.set_price_list_item::before {
  background: url(../img/wave_main.svg) bottom center/cover no-repeat;
  bottom: 100%;
}
.set_price_list_item::after {
  background: url(../img/wave_bg3.svg) bottom center/cover no-repeat;
  bottom: 0;
}
.set_price_list_item p:not(.is_attention) {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  transform: skew(-7.5deg);
}
@media (max-width: 767px) {
  .set_price_list_item p:not(.is_attention) {
    font-size: 2rem;
  }
}
.set_price_list_item .is_attention {
  border-top: 4px dotted #fcefc0;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .set_price_list_item .is_attention {
    font-size: 1rem;
    width: 100%;
    margin-top: 1rem;
    padding-top: 1.5rem;
  }
}
.set_bottom {
  margin-top: 6rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .set_bottom {
    background: #e89241;
    margin-top: 0;
    padding: 0 min(9%, 3rem) 4.5rem;
  }
}
.set_bottom_text {
  width: 32%;
  line-height: 2;
  text-align: center;
}
@media (max-width: 959px) {
  .set_bottom_text {
    width: 100%;
  }
}
.set_bottom_text > p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .set_bottom_text > p {
    color: #fff;
  }
}
.set_bottom_text_image {
  margin-top: 1.5rem;
}
.set_bottom_text_list {
  margin-top: 2rem;
}
.set_bottom_text_list_item {
  background: #fff;
  border-radius: 1rem;
  color: #e2760f;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}
.set_bottom_text_list_item p span {
  display: block;
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.set_case {
  width: 62%;
}
@media (max-width: 959px) {
  .set_case {
    width: 100%;
    margin-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .set_case {
    margin-top: 3rem;
  }
}
.set_case_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .set_case_ttl {
    color: #fff;
    font-size: 1.4rem;
  }
}
.set_case_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.set_case_list + .set_case_list {
  margin: 2rem 0 3rem;
}
@media (max-width: 767px) {
  .set_case_list + .set_case_list {
    margin: 3rem 0 2rem;
  }
}
.set_case_list_item {
  width: 50%;
}
@media (max-width: 767px) {
  .set_case_list_item {
    width: 100%;
  }
}
.set_case_list_item figure {
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
  position: relative;
}
.set_case_list_item figure img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.set_case_list_item figure figcaption {
  background: #fff;
  border-radius: 0.5rem 0 0 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.set_case_list_item figure figcaption::before, .set_case_list_item figure figcaption::after {
  background: url(../img/icn_corner_white.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  transform: rotate(180deg);
}
.set_case_list_item figure figcaption::before {
  bottom: 0;
  right: 100%;
}
.set_case_list_item figure figcaption::after {
  bottom: 100%;
  right: 0;
}
@media (max-width: 767px) {
  .set_case .risk {
    margin: 0 min(12%, 6rem);
  }
}

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

		price

------------------------------------------------*/
.price {
  padding: 7.5rem min(12.5%, 6rem) 15rem;
  position: relative;
  background: #FFF;
}
@media (max-width: 767px) {
  .price {
    padding: 4rem min(9%, 4.5rem) 6rem;
    background: #fcefc0;
  }
}
.price::after {
  background: url(../img/wave_bg4.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .price::after {
    display: none;
  }
}
.price_inner {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .price_inner {
    max-width: 690px;
  }
}
.price h2 {
  color: #e2760f;
}
.price_tab {
  margin: 6rem auto;
}
@media (max-width: 767px) {
  .price_tab {
    margin: 2rem auto 4rem;
  }
}
.price_tab_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price_tab_list_item {
  width: 33.3333%;
  background: #e89241;
  border: 4px solid #e89241;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5rem 0 1rem;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .price_tab_list_item {
    font-size: 1.2rem;
  }
}
.price_tab_list_item.is_current {
  background: #fff;
  color: #e89241;
}
.price_tab_content {
  background: #fff;
  border: 4px solid #e89241;
  border-top: none;
  display: none;
  padding: 3rem min(6%, 3rem);
}
.price_tab_content.is_current {
  display: block;
}
.price_tab_content_strong {
  font-size: 2.1rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .price_tab_content_strong {
    font-size: 1.8rem;
  }
}
.price_tab_content_strong strong {
  color: #ec7f03;
  font-weight: 700;
}
.price_tab_content_list_item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.price_tab_content_list_item dt {
  color: #e2760f;
  font-weight: 700;
}
.price_tab_content_list_item dd {
  font-size: 1.4rem;
  text-align: right;
}
@media (max-width: 767px) {
  .price_tab_content_list_item dd {
    font-size: 1.3rem;
  }
}
.price_tab_content_list_item dd span {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .price_tab_content_list_item dd span {
    font-size: 1.1rem;
  }
}
.price_tab_content_attention_list {
  font-size: 1.2rem;
  margin-top: 2rem;
}
.price_tab_content_attention_list li {
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.price_tab_content > p:not([class]) {
  font-size: 1.4rem;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .price_tab_content > p:not([class]) {
    font-size: 1.2rem;
  }
}
.price_tab_content .is_attention {
  font-size: 1.2rem;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .price_tab_content .is_attention {
    font-size: 1.1rem;
  }
}
.price .md_howtopay_inner {
  max-width: 500px;
  margin: 0 auto;
}
.price .md_howtopay_ttl {
  font-weight: 700;
}
.price .md_howtopay_ttl br {
  display: none;
}
@media (max-width: 559px) {
  .price .md_howtopay_ttl br {
    display: block;
  }
}
.price .md_howtopay_list {
  margin-top: 20px;
}
.price .md_howtopay_list_item {
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .price .md_howtopay_list_item {
    margin-top: 10px;
    padding-left: 10px;
  }
}
.price .md_howtopay_list_item::before {
  background: #e89241;
  border-radius: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media (max-width: 767px) {
  .price .md_howtopay_list_item::before {
    width: 4px;
    height: 4px;
  }
}
.price .md_howtopay_list_item h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .price .md_howtopay_list_item h3 {
    font-size: 1.1rem;
  }
}
.price .md_howtopay_list_item p {
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .price .md_howtopay_list_item p {
    font-size: 1rem;
  }
}
.price .md_howtopay_list_item p img {
  zoom: 0.5;
}

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

		faq

------------------------------------------------*/
.faq {
  padding: 7.5rem min(12.5%, 6rem) 15rem;
  position: relative;
  background: #e7ecff;
}
@media (max-width: 767px) {
  .faq {
    padding: 4rem min(9%, 4.5rem) 6rem;
  }
}
.faq::after {
  background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .faq::after {
    background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
  }
}
.faq_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .faq_inner {
    max-width: 690px;
  }
}
.faq_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_list_item {
  width: 44%;
  margin-top: 6rem;
}
@media (max-width: 1023px) {
  .faq_list_item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .faq_list_item {
    margin-top: 3rem;
  }
}
.faq_list_item_ttl {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 3rem 3rem 8rem;
  text-align: justify;
  position: relative;
}
@media (max-width: 767px) {
  .faq_list_item_ttl {
    background: #fff;
    border-radius: 0.5rem;
    padding: 2rem 2rem 2rem 5.5rem;
  }
}
.faq_list_item_ttl_num {
  background: #4459ad;
  border-radius: 1rem 0 1rem 0;
  color: #fff;
  font-style: italic;
  font-weight: 900;
  padding: 0.5rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq_list_item_ttl_num {
    border-radius: 0.5rem 0 0.5rem 0;
    font-size: 1rem;
    padding: 0.4rem 1.5rem;
  }
}
.faq_list_item_ttl_num::before, .faq_list_item_ttl_num::after {
  background: url(../img/icn_corner_blue.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .faq_list_item_ttl_num::before, .faq_list_item_ttl_num::after {
    width: 5px;
    height: 5px;
  }
}
.faq_list_item_ttl_num::before {
  top: 0;
  left: 100%;
}
.faq_list_item_ttl_num::after {
  top: 100%;
  left: 0;
}
.faq_list_item_ttl h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: justify;
}
@media (max-width: 767px) {
  .faq_list_item_ttl h3 {
    font-size: 1.4rem;
  }
}
.faq_list_item_text {
  display: none;
  line-height: 2;
  margin-top: 2rem;
  text-align: justify;
}
@media (max-width: 559px) {
  .faq_list_item_text {
    font-size: 1.2rem;
  }
}
.faq_list_item_text p + p {
  margin-top: 1rem;
}
.faq_list_item_doctor {
  margin: 4rem auto 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .faq_list_item_doctor {
    max-width: 510px;
  }
}
@media (max-width: 767px) {
  .faq_list_item_doctor {
    margin-top: 2rem;
  }
}
.faq_list_item_doctor_image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_image {
    width: 80px;
    height: 80px;
  }
}
.faq_list_item_doctor_image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq_list_item_doctor_text {
  flex-direction: column;
  width: calc(100% - 150px);
  font-size: 1.4rem;
  font-weight: 700;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_text {
    align-items: flex-start;
    width: calc(100% - 110px);
    font-size: 1rem;
  }
}
.faq_list_item_doctor_text span {
  font-size: 1.6rem;
  padding-left: 1rem;
}
@media (max-width: 559px) {
  .faq_list_item_doctor_text span {
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
}
.faq_list_item_doctor_text_btns {
  margin-top: 1rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.faq_list_item_doctor_text_btns_item:not(:first-of-type) {
  margin-left: 1rem;
}
.faq_list_item_doctor_text_btns_item a {
  background: #fff;
  border-radius: 10rem;
  display: block;
  line-height: 1;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_text_btns_item a {
    line-height: 1.4;
    padding: 0.5rem 1rem;
  }
}
.faq_list_item_doctor_text_btns_item a:hover {
  opacity: 0.6;
}
.faq_list_item_doctor_text_btns_item a img {
  display: block;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_text_btns_item a img {
    zoom: 0.75;
  }
}
.faq_list_item_doctor_text_btns_item.is_green a {
  background: #4459ad;
  color: #fff;
}
.faq_list_item_doctor_notices {
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  margin-top: 4rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_notices {
    border-radius: 0.5rem;
    margin-top: 2rem;
  }
}
.faq_list_item_doctor_notices_inner {
  background: #e7ecff;
  border-radius: 0.5rem;
  padding: 2rem min(5%, 3rem) 1.5rem min(17%, 12rem);
  position: relative;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_notices_inner {
    background: #e7ecff;
  }
}
.faq_list_item_doctor_notices_ttl {
  background: #fff;
  border-radius: 0 0 1rem 0;
  font-weight: 700;
  padding: 1rem 1rem 1.5rem 0.5rem;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_notices_ttl {
    border-radius: 0 0 0.5rem 0;
    font-size: 1.2rem;
    padding: 0.5rem 0.5rem 1rem 0.25rem;
  }
}
.faq_list_item_doctor_notices_ttl::before, .faq_list_item_doctor_notices_ttl::after {
  background: url(../img/icn_corner_white.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_notices_ttl::before, .faq_list_item_doctor_notices_ttl::after {
    width: 5px;
    height: 5px;
  }
}
.faq_list_item_doctor_notices_ttl::before {
  top: 0;
  left: 100%;
}
.faq_list_item_doctor_notices_ttl::after {
  top: 100%;
  left: 0;
}
.faq_list_item_doctor_notices ul {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .faq_list_item_doctor_notices ul {
    font-size: 0.9rem;
  }
}

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

		access

------------------------------------------------*/
.access {
  background: #fff;
  padding: 7.5rem min(12%, 6rem) 15rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access {
    padding: 4rem 0 0;
  }
}
.access::before {
  background: url(../img/wave_bg2.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.access::after {
  background: url(../img/wave_bg3.svg) bottom center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.access_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.access .anchor_list {
  display: none;
}
@media (max-width: 767px) {
  .access .anchor_list {
    display: flex;
  }
}
.access_list {
  margin-top: 60px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access_list_item {
  width: 48.5%;
  padding: 20px 4% 50px;
}
@media (max-width: 767px) {
  .access_list_item {
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 10px 0 90px;
  }
}
.access_list_item:nth-of-type(1) {
  background: #fcefc0;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(1) {
    background: #e7ecff;
  }
}
.access_list_item:nth-of-type(2) {
  background: #e7ecff;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(2) {
    background: #fcefc0;
  }
}
.access_list_item:nth-of-type(3) {
  background: #e7ecff;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(3) {
    background: #e7ecff;
  }
}
.access_list_item:nth-of-type(4) {
  background: #fcefc0;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(4) {
    background: #fcefc0;
  }
}
.access_list_item:nth-of-type(5) {
  background: #fcefc0;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(5) {
    padding-bottom: 45px;
    background: #e7ecff;
  }
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(n+2) {
    margin-top: -30px;
  }
}
.access_list_item:nth-of-type(n+3) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .access_list_item:nth-of-type(n+3) {
    margin-top: -30px;
  }
}
.access_list_item_inner {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access_list_item h3 {
  background: #fff;
  border: 1px solid #4459ad;
  border-radius: 15px;
  font-weight: 700;
  width: 85%;
  max-width: 240px;
  margin: 0 auto;
  padding: 3px 10px;
  text-align: center;
  position: relative;
  top: -40px;
}
@media (max-width: 767px) {
  .access_list_item h3 {
    border-radius: 10px;
    top: -30px;
  }
}
.access_list_item h3 img {
  zoom: 0.6;
}
@media (max-width: 559px) {
  .access_list_item h3 img {
    zoom: 0.5;
  }
}
.access_list_item_text {
  font-size: 1.4rem;
  font-weight: 300;
  width: 100%;
}
@media (max-width: 767px) {
  .access_list_item_text {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0 12%;
  }
}
.access_list_item_text p strong {
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .access_list_item_text p strong {
    font-size: 1.1rem;
  }
}
.access_list_item_text p + p {
  min-height: 5.2em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .access_list_item_text p + p {
    margin-top: 5px;
  }
}
.access_list_item_slider {
  width: 100%;
  margin: 20px auto 30px;
}
@media (max-width: 767px) {
  .access_list_item_slider {
    width: 88%;
    margin: 20px auto 25px;
  }
}
.access_list_item_btn {
  margin-top: auto;
  text-align: center;
}
.access_list_item_btn a {
  background: #4459ad;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  margin: 0 auto;
  padding: 22px 30px;
  overflow: visible;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}
@media (max-width: 767px) {
  .access_list_item_btn a {
    border-radius: 50px;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    padding: 15px 30px;
  }
}
.access_list_item_btn a::before {
  background: url(../img/icn_tel.svg) center/contain no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .access_list_item_btn a::before {
    width: 18.5px;
    height: 18.5px;
    margin: 1px 8px auto 0;
  }
}
.access_list_item_btn a:hover {
  opacity: 0.6;
}
.access_list_item_btn a br {
  display: none;
}

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

		md_tel

------------------------------------------------*/
#md_tel {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 5%;
  position: relative;
}
#md_tel h2 {
  border-bottom: 1px dashed #4459ad;
  color: #4459ad;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 5%;
  text-align: center;
}
#md_tel ul {
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#md_tel ul li {
  width: 48%;
  margin-top: 15px;
}
#md_tel ul li h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
#md_tel ul li p {
  background: #4459ad;
  box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.15);
  border-radius: 50px;
}
#md_tel ul li p a {
  background: url(../img/icn_tel.svg) 16px center/17px 14px no-repeat;
  border-bottom: none;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 9px 0 10px 18%;
}
@media (max-width: 349px) {
  #md_tel ul li p a {
    background-position: 12px center;
    padding: 9px 0 10px 15%;
  }
}
#md_tel ul + p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 15px;
  text-align: center;
}
#md_tel .md_close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  text-indent: -9999px;
}
#md_tel .md_close::before, #md_tel .md_close::after {
  background: #fff;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
}
#md_tel .md_close::before {
  transform: rotate(-45deg);
}
#md_tel .md_close::after {
  transform: rotate(45deg);
}

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

		form

------------------------------------------------*/
.md_form {
  background: #fcefc0;
  padding: 7.5rem min(12.5%, 6rem) 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .md_form {
    padding: 4rem 0 6rem;
  }
}
.md_form_ttl {
  margin-bottom: 40px;
  text-align: center;
}
.md_form_ttl img {
  zoom: 0.75;
}
@media (max-width: 767px) {
  .md_form_ttl img {
    zoom: 0.5;
  }
}
.md_form_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.md_form_step ol {
  margin-top: 60px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 559px) {
  .md_form_step ol {
    margin-top: 45px;
  }
}
.md_form_step ol li {
  line-height: 1.4;
  width: 30%;
  text-align: center;
  position: relative;
}
.md_form_step ol li.is_current {
  font-weight: 700;
}
.md_form_step ol li:not(:first-of-type)::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: -12px;
}
.md_form .reserve-annai {
  background: #fff;
  border-radius: 1rem;
  font-size: 1.4rem;
  max-width: 50rem;
  margin: 3rem auto;
  padding: 4.5rem min(12.5%, 6rem);
}
@media (max-width: 767px) {
  .md_form .reserve-annai {
    border-radius: 0.5rem;
    font-size: 1.2rem;
    max-width: 88%;
    padding: 3rem min(8%, 3rem);
  }
}
.md_form .reserve-annai_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .md_form .reserve-annai_title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.md_form .reserve-annai ul {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .md_form .reserve-annai ul {
    margin-bottom: 0.5rem;
  }
}
.md_form .reserve-annai ul li {
  padding-left: 1rem;
  text-align: justify;
  position: relative;
}
.md_form .reserve-annai ul li::before {
  background: #4459ad;
  border-radius: 50%;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.md_form .reserve-annai .t-small {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .md_form .reserve-annai .t-small {
    font-size: 1.1rem;
  }
}
.md_form dl {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md_form dl dt {
  background: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  width: 100%;
  margin-top: 20px;
  padding: 10px 8%;
}
@media (max-width: 559px) {
  .md_form dl dt {
    background: transparent;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 25px;
    padding: 20px 8% 0;
  }
}
.md_form dl dt > div + p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.md_form dl dt span {
  background: #ec7f03;
  border: 1px solid #ec7f03;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 10px;
  padding: 0 5px 1px;
}
.md_form dl dt span.any {
  background: #fff;
  color: #333;
}
.md_form dl dt br {
  display: none;
}
.md_form dl dt .is_message {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 559px) {
  .md_form dl dt .is_message {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
.md_form dl dd {
  font-size: 1.4rem;
  width: 100%;
  margin: 15px auto 0;
  padding: 0 8%;
  text-align: justify;
}
@media (max-width: 559px) {
  .md_form dl dd {
    margin-top: 10px;
  }
}
.md_form dl dd input[type=text],
.md_form dl dd input[type=tel],
.md_form dl dd input[type=email],
.md_form dl dd select, .md_form dl dd > textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 300;
  width: 100%;
  padding: 10px 15px;
}
.md_form dl dd select option.is_disabled {
  background: #f3f3f3;
  color: #333;
}
.md_form dl dd > textarea {
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  min-height: 150px;
}
.md_form dl dd > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.md_form dl dd .md_tokyo_attention:not(:empty) {
  border: 1px dashed #fff;
  font-size: 1.3rem;
  margin: 10px auto 20px;
  padding: 15px 6%;
}
@media (max-width: 559px) {
  .md_form dl dd .md_tokyo_attention:not(:empty) {
    font-size: 1.2rem;
  }
}
.md_form dl dd .md_tokyo_attention:not(:empty) p {
  margin-top: 0;
}
.md_form dl dd .md_hopeday_ttl:not(:first-of-type) {
  margin: 15px 0 3px;
}
.md_form dl dd .md_hopeday {
  justify-content: space-between;
  margin-bottom: 10px;
}
.md_form dl dd p.is_attention {
  font-size: 1.2rem;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 559px) {
  .md_form dl dd p.is_attention {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
.md_form dl dd p.is_attention + p {
  margin-top: 5px;
}
@media (max-width: 559px) {
  .md_form dl dd p.is_attention + p {
    margin-top: 3px;
  }
}


.l_important {
  margin: 30px auto 0;
  padding: 0 5%;
}
.l_important .md_important {
  max-width: 1150px;
  margin: 0 auto;
  border: 5px solid #ec7f03;
}
.l_important .md_important .md_ttl_important {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  background: #ec7f03;
  color: #FFF;
  padding-bottom: 7px;
}
.l_important .md_important .md_important_text {
  padding: 20px;
  font-size: 16px;
  width: fit-content;
  margin: 0 auto;
}
.l_important .md_important .md_important_text strong {
  color: #ec7f03;
}
.l_important .md_important .md_important_text p:last-child {
  margin: 20px 0 0;
  font-size: 14px;
}
.l_important .md_important .md_important_text p:last-child span {
  background: #fff;
  padding: 2px;
}

@media (max-width: 736px) {
  .l_important {
    margin: 20px auto 20px;
  }
  .l_important .md_important {
    border: 3px solid #ec7f03;
  }
  .l_important .md_important .md_ttl_important {
    font-size: 17px;
    padding-top: 3px;
  }
  .l_important .md_important .md_important_text {
    font-size: 14px;
    padding: 15px;
  }
  /*.l_important .md_important .md_important_text p br {
    display: none;
  }*/
  .l_important .md_important .md_important_text p:last-child {
    font-size: 12px;
    margin-top: 10px;
  }
}
.md_form dl dd.md_name > div > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.md_form dl dd.md_name > div > div + div {
  margin-top: 15px;
}

.md_form dl dd.md_name > div > div > p {
  width: 30px;
}

.md_form dl dd.md_name input[type=text] {
  width: calc(100% - 40px);
}

.md_form dl dd #age {
  width: 140px;
}

.md_form dl dd .md_select_wrap + p:not(.md_hopeday_ttl) {
  margin-left: 10px;
}

.md_form dl dd #year {
  width: 70px;
  margin-right: 5px;
}

.md_form dl dd #month,
.md_form dl dd #day {
  width: 50px;
  margin: 0 5px;
}

.md_form dl dd > div p {
  margin-top: 12px;
}

.md_form dl dd p.is_link a {
  border-bottom: 1px solid #333;
}

.md_form dl dd p.is_link a:hover {
  border-bottom: none;
}

.md_form dl dd .md_hopeday > div {
  width: 75%;
}

.md_form dl dd .md_hopeday a {
  width: 10%;
  margin-top: 5px;
}

.md_form dl dd.is_repeat_yes div + p {
  margin: 15px 0;
}

.md_form dl dd ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5px;
}

.md_form dl dd ul li {
  width: 100%;
  position: relative;
}

.md_form dl dd ul li + li {
  margin-top: 5px;
}

.md_form dl dd ul li > input {
  display: none;
}

.md_form dl dd ul li input + label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.md_form dl dd ul li input[type=radio] + label::before {
  border-radius: 50%;
}

.md_form dd ul li input[type=radio]:checked + label::before {
  background: #4459ad;
}

.md_form dl dd ul li input[type=checkbox]:checked + label::after {
  border-bottom: 2px solid #fcefc0;
  border-left: 2px solid #fcefc0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 5px;
}

.md_form dl dd ul li .md_other {
  margin-top: 5px;
  padding-left: 2em;
}

.md_form input[type=submit] {
  background: #4459ad;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
}

.err,
.err + .flatpickr-input {
  background: #ffe5e5 !important;
}

span.err {
  display: inline-block;
  padding: 10px;
}

.formErrorMsg {
  line-height: 1.2;
}

.md_name .formErrorMsg {
  padding-left: 40px;
}

.errMsg:not(:empty) {
  color: #692b2b;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
}

.formErrorClose {
  display: none;
}

@media (min-width: 768px) {
  .md_form .md_step ol {
    margin-top: 60px;
  }
  .md_form .md_step ol li br {
    display: none;
  }
  .md_form dl {
    border-bottom: 1px solid #333;
    margin-top: 40px;
  }
  .md_form dl dt {
    border-top: 1px solid #333;
    width: 35%;
    margin-top: 0;
    padding: 20px;
  }
  .md_form dl dt br {
    display: block;
  }
  .md_form dl dt span {
    font-size: 1.2rem;
    margin-left: 15px;
  }
  .md_form dl dt.is_repeat_yes span {
    margin-top: 5px;
    margin-left: 0;
  }
  .md_form dl dt > div {
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
  }
  .md_form dl dd {
    border-top: 1px solid #333;
    width: 65%;
    margin-top: 0;
    padding: 20px 30px;
  }
  .md_form dl dd input[type=text],
.md_form dl dd input[type=tel],
.md_form dl dd input[type=email],
.md_form dl dd select,
.md_form dl dd > textarea {
    padding: 15px 20px;
  }
  .md_form dl dd > textarea {
    min-height: 250px;
  }
  .md_form dl dd.md_name > div {
    justify-content: space-between;
  }
  .md_form dl dd.md_name > div > div {
    width: 48%;
  }
  .md_form dl dd.md_name > div > div + div {
    margin-top: 0;
  }
  .md_form dl dd.md_name > div > div > p {
    width: 50px;
    text-align: center;
  }
  .md_form dl dd.md_name input[type=text] {
    width: calc(100% - 60px);
  }
  .md_form dl dd #year {
    width: 100px;
    margin-right: 10px;
  }
  .md_form dl dd #month,
.md_form dl dd #day {
    width: 80px;
    margin: 0 10px;
  }
  .md_form dl dd .md_hopeday > div {
    width: 85%;
  }
  .md_form dl dd .md_hopeday a {
    width: 5%;
    margin-top: 10px;
  }
  .md_form dl dd ul {
    margin: -5px auto;
  }
  .md_form dl dd ul li {
    width: auto;
    margin: 5px 20px 5px 0;
  }
  .md_form dl dd ul li + li {
    margin-top: 5px;
  }
  .md_form input[type=submit] {
    font-size: 1.8rem;
    margin: 40px auto 0;
    padding: 25px 5%;
  }
  .md_name .formErrorMsg {
    padding-left: 60px;
  }
  .errMsg:not(:empty) {
    font-size: 1.2rem;
  }
  span.err {
    padding: 20px;
  }
}
.md_confirm {
  font-weight: bold;
  margin: 40px 5% 0;
}

.md_form .md_btn_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
}

.md_form .md_btn_list .is_return {
  background: #fff;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
  text-align: center;
}

@media (min-width: 768px) {
  .md_confirm {
    margin: 60px auto 0;
    text-align: center;
  }
  .md_form .md_btn_list {
    flex-direction: row;
  }
  .md_form .md_btn_list .is_return {
    font-size: 1.8rem;
    width: 40%;
    margin: 40px 0 0;
    padding: 25px 5%;
  }
  .md_form .md_btn_list input[type=submit] {
    width: 40%;
    margin: 40px 0 0 5%;
  }
}
.md_done {
  margin: 40px 5% 0;
}
@media (max-width: 767px) {
  .md_done {
    margin: 60px auto 0;
    text-align: center;
  }
}

.homeday_hiddenArea {
  width: 100%;
}

.homeday_hiddenArea .button,
.homeday_hiddenArea .button2,
.homeday_hiddenArea .button3 {
  padding: 10px 0;
  position: relative;
  display: inline-block;
  margin-left: 25px;
}

.homeday_hiddenArea .button:hover,
.homeday_hiddenArea .button2:hover,
.homeday_hiddenArea .button3:hover {
  cursor: pointer;
  opacity: 0.8;
}

.homeday_hiddenArea .button::before,
.homeday_hiddenArea .button2::before,
.homeday_hiddenArea .button3::before {
  background-color: #4459ad;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  left: -25px;
  top: 12px;
}

.homeday_hiddenArea .button::after,
.homeday_hiddenArea .button2::after,
.homeday_hiddenArea .button3::after {
  content: "+";
  position: absolute;
  font-size: 14px;
  color: #fff;
  left: -19px;
  top: 9px;
}

.homeday_hiddenArea select {
  margin-left: 0;
}

.homeday_hiddenArea .hiddenContents {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.homeday_hiddenArea .hiddenContents {
  margin-bottom: 10px;
  width: 100%;
}

.homeday_hiddenArea .hiddenContents div {
  position: relative;
}

.homeday_hiddenArea .hiddenContents div + div {
  margin-top: 10px;
}

.homeday_hiddenArea .hiddenContents div::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
  transform: rotate(90deg);
  z-index: 1;
}

@media (max-width: 767px) {
  .homeday_hiddenArea .hiddenContents select {
    width: 100%;
  }
}
.homeday_hiddenArea .hiddenContents > div {
  opacity: 1;
}

.homeday_hiddenArea .hiddenContents > div.is-hidden {
  opacity: 0;
  display: none;
}

.u-small {
  font-size: 0.875em;
}

.tel_ginza_comment {
  background: #f4f4f4;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_ginza_comment strong {
  display: block;
  color: #4459ad;
  font-weight: 600;
}

/*20221206*/
.adjust{
    display: flex;
}
@media (max-width: 767px) {
  .adjust{
    flex-direction: column;
}
}