@charset "UTF-8";
/* arguments inittial */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.kv {
  display: flex;
  align-items: center;
  aspect-ratio: 1280 / 450;
  background-image: url("../../img/img_kv_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .kv {
    aspect-ratio: auto;
    height: 162.4vw;
    max-height: 700px;
  }
}

@media only screen and (max-width: 480px) {
  .kv {
    background-image: url("../../img/img_kv_bg_sp.jpg");
  }
}

.kv .kv_text {
  margin-left: 27%;
  width: 58.125%;
}

@media only screen and (max-width: 1000px) {
  .kv .kv_text {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .kv .kv_text {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 500px;
  }
}

.kv .kv_text img {
  width: 100%;
}

.lead {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .lead {
    padding-top: 78px;
  }
}

.lead .lead_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 767px) {
  .lead .lead_logo {
    gap: 11px;
  }
}

.lead .lead_logo span {
  color: #595757;
  font-size: 16.7682px;
  font-size: 1.67682rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 900;
}

@media (max-width: 767px) {
  .lead .lead_logo span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.lead .lead_logo img {
  max-width: 255px;
  display: block;
}

@media (max-width: 767px) {
  .lead .lead_logo img {
    max-width: 180px;
  }
}

.lead .lead_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #595757;
  gap: 15px;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .lead .lead_title {
    width: calc(100% + 40px);
    margin: 35px -20px 0;
    gap: 3px;
  }
}

.lead .lead_title .lead_title_small {
  font-size: 24.0945px;
  font-size: 2.40945rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .lead .lead_title .lead_title_small {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333em;
    letter-spacing: 0.24em;
  }
}

.lead .lead_title .lead_title_large {
  font-size: 45.3543px;
  font-size: 4.53543rem;
  line-height: 1em;
  letter-spacing: 0.12em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .lead .lead_title .lead_title_large {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2857em;
    letter-spacing: 0.2em;
  }
}

@media only screen and (max-width: 375px) {
  .lead .lead_title .lead_title_large {
    font-size: 9.3333vw;
  }
}

.lead .lead_description {
  font-size: 18.4252px;
  font-size: 1.84252rem;
  line-height: 2.1538em;
  letter-spacing: 0.03em;
  font-weight: 500;
  width: fit-content;
  max-width: 100%;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .lead .lead_description {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.03em;
  }
}

.system {
  margin-top: 100px;
  padding: 100px 0 100px;
  background-image: url("../../img/bg_system.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .system {
    margin-top: 77px;
    background-image: url("../../img/bg_system_sp.jpg");
    padding: 62px 0 80px;
  }
}

.system .system_title {
  font-size: 34.0158px;
  font-size: 3.40158rem;
  line-height: 1.3749em;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .system .system_title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .system .system_title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4285em;
    letter-spacing: 0.18em;
    width: calc(100% + 40px);
    margin: 10px -20px 0;
  }
}

.system .system_description {
  font-size: 18.4252px;
  font-size: 1.84252rem;
  line-height: 2.1538em;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .system .system_description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    margin-top: 23px;
  }
}

.system .system_img {
  width: 100%;
  max-width: 753px;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .system .system_img {
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .system .system_img img {
    width: 107%;
    max-width: none;
    margin-left: -2%;
  }
}

.system .system_img figcaption {
  position: relative;
  padding-left: 30px;
  font-size: 11.3386px;
  font-size: 1.13386rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .system .system_img figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666em;
    letter-spacing: 0.03em;
    padding: 0;
    margin-top: 12px;
  }
}

.system .system_img figcaption:before {
  content: '（注）';
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .system .system_img figcaption:before {
    position: static;
  }
}

.system .system_link {
  display: flex;
  align-items: center;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .system .system_link {
    flex-direction: column;
    margin-top: 46px;
  }
}

.system .system_link .system_link_text {
  width: 67.5556%;
  font-size: 28.3465px;
  font-size: 2.83465rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .system .system_link .system_link_text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .system .system_link .system_link_text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4166em;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }
}

.system .system_link .system_link_text:after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 27px;
  margin-left: 10px;
  background-image: url("../../img/ico_arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .system .system_link .system_link_text:after {
    transform: rotate(90deg);
    width: 14px;
    height: 18px;
    margin: 0;
  }
}

.system .system_link .system_link_banner {
  width: 32.4444%;
}

@media (max-width: 767px) {
  .system .system_link .system_link_banner {
    width: 100%;
    margin-top: 10px;
  }
}

.content {
  padding-top: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .content {
    padding-top: 68px;
  }
}

.content .content_title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1000px) {
  .content .content_title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .content .content_title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.40625em;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
  }
}

.content .content_menu {
  width: 100%;
  border-bottom: 2px solid #00a5e3;
  position: sticky;
  top: 70px;
  left: 0;
  background: #fff;
  padding-top: 20px;
  z-index: 10;
}

@media only screen and (max-width: 1000px) {
  .content .content_menu {
    top: 60px;
    padding-top: 10px;
  }
}

.content .content_menu.is-01 {
  border-color: #00a5e3;
}

.content .content_menu.is-02 {
  border-color: #f08437;
}

.content .content_menu.is-03 {
  border-color: #d14f97;
}

.content .content_menu .c_inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

@media only screen and (max-width: 1000px) {
  .content .content_menu .c_inner {
    gap: 10px;
  }
}

.content .content_menu .content_menu_btn {
  width: calc(33.33% - 26.6666px);
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #fff;
  border: 1px solid;
  border-bottom: none;
  border-radius: 0;
  transition: 0.3s;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .content .content_menu .content_menu_btn {
    font-size: 20px;
    font-size: 2rem;
    width: calc(33.33% - 6.6666px);
  }
}

@media (max-width: 767px) {
  .content .content_menu .content_menu_btn {
    font-size: 16.24px;
    font-size: 1.624rem;
    line-height: 1.354em;
    letter-spacing: 0.05em;
    height: 62px;
  }
}

@media only screen and (min-width: 1025px) {
  .content .content_menu .content_menu_btn:hover {
    color: #fff !important;
  }
}

.content .content_menu .content_menu_btn.is-active {
  color: #fff !important;
}

.content .content_menu .content_menu_btn[data-item="01"] {
  border-color: #00a5e3;
  color: #00a5e3;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .content .content_menu .content_menu_btn[data-item="01"]:hover {
    background: #00a5e3;
  }
}

.content .content_menu .content_menu_btn[data-item="01"].is-active {
  background: #00a5e3;
}

.content .content_menu .content_menu_btn[data-item="02"] {
  border-color: #f08437;
  color: #f08437;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .content .content_menu .content_menu_btn[data-item="02"]:hover {
    background: #f08437;
  }
}

.content .content_menu .content_menu_btn[data-item="02"].is-active {
  background: #f08437;
}

.content .content_menu .content_menu_btn[data-item="03"] {
  border-color: #d14f97;
  color: #d14f97;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .content .content_menu .content_menu_btn[data-item="03"]:hover {
    background: #d14f97;
  }
}

.content .content_menu .content_menu_btn[data-item="03"].is-active {
  background: #d14f97;
}

.content .content_item {
  width: 100%;
  padding-top: 50px;
}

@media only screen and (max-width: 1000px) {
  .content .content_item {
    padding-top: 33px;
  }
}

.content .content_item .content_item_title {
  font-size: 42.5197px;
  font-size: 4.25197rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .content .content_item .content_item_title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .content .content_item .content_item_title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3888em;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 375px) {
  .content .content_item .content_item_title {
    font-size: 9.6vw;
  }
}

.content .content_item .content_item_description {
  font-size: 18.4252px;
  font-size: 1.84252rem;
  line-height: 1.75em;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 50px;
}

@media only screen and (max-width: 1000px) {
  .content .content_item .content_item_description {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .content .content_item .content_item_description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777em;
  }
}

.content .content_item.item01 {
  background: #eaf6fd;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .content .content_item.item01 {
    padding-bottom: 60px;
  }
}

.content .content_item.item01 .content_item_title {
  color: #00a5e3;
}

.content .content_item.item01 .item01_block {
  margin-top: 74px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block {
    margin-top: 34px;
  }
}

.content .content_item.item01 .item01_block .item01_block_title {
  font-size: 19.6805px;
  font-size: 1.96805rem;
  font-weight: 700;
  color: #fff;
  background-image: url("../../img/bg_title01.svg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  width: 378px;
  height: 50px;
  padding: 11px 0 0 25px;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_title {
    font-size: 16.19px;
    font-size: 1.619rem;
    line-height: 1.3em;
    background-image: url("../../img/bg_title01_sp.svg");
    width: 256px;
    height: 62px;
    padding: 11px 0 0 18px;
  }
}

.content .content_item.item01 .item01_block .item01_block_title span {
  font-size: 29.5208px;
  font-size: 2.95208rem;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_title span {
    font-size: 24.05px;
    font-size: 2.405rem;
    margin-right: 3px;
  }
}

.content .content_item.item01 .item01_block .item01_block_content {
  background: #f6fbfe;
  padding: 20px 25px 20px;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_content {
    padding: 13px 30px 30px;
  }
}

.content .content_item.item01 .item01_block .item01_block_subtitle {
  color: #595757;
  font-weight: 700;
  font-size: 19.8425px;
  font-size: 1.98425rem;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item01 .item01_block .item01_block_subtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_subtitle {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.48em;
    letter-spacing: 0em;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

.content .content_item.item01 .item01_block .item01_block_subtitle span {
  font-size: 42.5197px;
  font-size: 4.25197rem;
  line-height: 1em;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item01 .item01_block .item01_block_subtitle span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_subtitle span {
    font-size: 25.27px;
    font-size: 2.527rem;
  }
}

.content .content_item.item01 .item01_block .item01_block_row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_row {
    margin-top: 28px;
    flex-direction: column;
    gap: 22px;
  }
}

.content .content_item.item01 .item01_block .item01_block_item {
  width: calc(33.33% - 6.6666px);
  background-image: url("../../img/img_content01_bg.jpg");
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 20px 14px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_item {
    width: 100%;
    padding: 14px 15px 20px;
  }
}

.content .content_item.item01 .item01_block .item01_block_item ._img {
  max-width: 180px;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_item ._img {
    max-width: 190px;
  }
}

.content .content_item.item01 .item01_block .item01_block_item ._title {
  font-size: 22.6772px;
  font-size: 2.26772rem;
  line-height: 1.124em;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  color: #595757;
  width: calc(100% + 10px);
  margin: -20px -5px 0;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item01 .item01_block .item01_block_item ._title {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_item ._title {
    width: calc(100% + 20px);
    font-size: 22.68px;
    font-size: 2.268rem;
    margin: -15px -10px 0;
    letter-spacing: 0.025em;
  }
}

@media only screen and (max-width: 375px) {
  .content .content_item.item01 .item01_block .item01_block_item ._title {
    font-size: 6.048vw;
  }
}

.content .content_item.item01 .item01_block .item01_block_item ._description {
  color: #595757;
  font-size: 14.1732px;
  font-size: 1.41732rem;
  line-height: 1.4142em;
  letter-spacing: 0em;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block .item01_block_item ._description {
    font-size: 14.17px;
    font-size: 1.417rem;
  }
}

.content .content_item.item01 .item01_block .item01_block_item ._description small {
  font-size: 11.3386px;
  font-size: 1.13386rem;
  display: block;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block:nth-of-type(2) .item01_block_title {
    font-size: 19.68px;
    font-size: 1.968rem;
    padding: 5px 0 0 25px;
  }
}

.content .content_item.item01 .item01_block + .item01_block {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_block + .item01_block {
    margin-top: 40px;
  }
}

.content .content_item.item01 .item01_atc {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .content .content_item.item01 .item01_atc {
    margin-top: 30px;
  }
}

.content .content_item.item02 {
  background: #fbf1ea;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .content .content_item.item02 {
    padding-bottom: 60px;
  }
}

.content .content_item.item02 .content_item_title {
  color: #f08437;
}

.content .content_item.item02 .item02_lead .item02_lead_title {
  font-size: 22.6772px;
  font-size: 2.26772rem;
  color: #595757;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
    margin-top: 36px;
  }
}

.content .content_item.item02 .item02_lead .item02_lead_title ._orange {
  color: #f08437;
}

.content .content_item.item02 .item02_lead .item02_lead_title ._pink {
  color: #e74984;
}

.content .content_item.item02 .item02_lead .item02_lead_img {
  display: block;
  margin-top: 20px;
}

.content .content_item.item02 .item02_lead .item02_lead_block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 2px solid;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_block {
    margin-top: 33px;
    flex-direction: column;
  }
}

.content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_title {
  width: 21%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20.5502px;
  font-size: 2.05502rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background: #aaa;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_title {
    width: 120px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_title {
    width: 100%;
    font-size: 20.54px;
    font-size: 2.054rem;
    height: 48px;
  }
}

.content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_content {
  width: 79%;
  padding: 10px 16px;
  background: #fff;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_content {
    width: calc(100% - 120px);
  }
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_content {
    width: 100%;
    padding: 15px 20px 20px;
  }
}

.content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_list li {
  font-size: 16.2689px;
  font-size: 1.62689rem;
  line-height: 1.3157em;
  letter-spacing: 0em;
  font-weight: 700;
  padding-left: 1em;
  position: relative;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_list li {
    font-size: 16.26px;
    font-size: 1.626rem;
    line-height: 1.3161em;
  }
}

.content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_list li:before {
  content: '';
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #aaa;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0.25em;
}

.content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16.2689px;
  font-size: 1.62689rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  gap: 5px;
  margin-top: 8px;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_info {
    flex-direction: column;
    gap: 3px;
    font-size: 16.2689px;
    font-size: 1.62689rem;
  }
}

.content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_info ._block {
  background: #f8edf5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  flex: 1;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_info ._block {
    height: 35px;
    flex: auto;
    width: 100%;
  }
}

.content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_solid {
  font-size: 16.2689px;
  font-size: 1.62689rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  padding: 0 15px;
  min-height: 26px;
  background: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_block .item02_lead_block_solid {
    line-height: 1.3;
    margin-top: 15px;
    text-align: center;
    padding: 4px 10px 6px;
  }
}

.content .content_item.item02 .item02_lead .item02_lead_block.pink {
  border-color: #e74984;
}

.content .content_item.item02 .item02_lead .item02_lead_block.pink .item02_lead_block_title {
  background: linear-gradient(to bottom, #f3a49d, #e74984);
}

.content .content_item.item02 .item02_lead .item02_lead_block.pink .item02_lead_block_list li:before {
  background: #e74984;
}

.content .content_item.item02 .item02_lead .item02_lead_block.pink .item02_lead_block_solid {
  background: #e74984;
}

.content .content_item.item02 .item02_lead .item02_lead_block.orange {
  border-color: #f08437;
}

.content .content_item.item02 .item02_lead .item02_lead_block.orange .item02_lead_block_title {
  background: linear-gradient(to bottom, #fac03d, #f08437);
}

.content .content_item.item02 .item02_lead .item02_lead_block.orange .item02_lead_block_list li:before {
  background: #f08437;
}

.content .content_item.item02 .item02_lead .item02_lead_block.orange .item02_lead_block_solid {
  background: #f08437;
}

.content .content_item.item02 .item02_lead .item02_lead_block + .item02_lead_block {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_lead .item02_lead_block + .item02_lead_block {
    margin-top: 20px;
  }
}

.content .content_item.item02 .item02_content {
  background: #fdf8f4;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  margin-top: 108px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content {
    margin-top: 80px;
  }
}

.content .content_item.item02 .item02_content .item02_content_title {
  width: 100%;
  background-image: url("../../img/bg_title02.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 45px;
  font-size: 26.578px;
  font-size: 2.6578rem;
  line-height: 1.5em;
  letter-spacing: 0.09em;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_title {
    background-image: url("../../img/bg_title02_sp.svg");
    background-size: cover;
    font-size: 26.57px;
    font-size: 2.657rem;
    padding: 0 10px;
    justify-content: center;
  }
}

.content .content_item.item02 .item02_content .item02_content_img {
  width: calc(100% - 60px);
  margin: 20px auto 0;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_img {
    width: calc(100% - 40px);
  }
}

.content .content_item.item02 .item02_content .item02_content_img + .item02_content_img {
  margin-top: 0;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_img + .item02_content_img {
    margin-top: 30px;
  }
}

.content .content_item.item02 .item02_content .item02_content_atc {
  padding: 0 30px;
  font-size: 15.19px;
  font-size: 1.519rem;
  color: #595757;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_atc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333em;
    margin-top: 26px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_atc li {
    margin: 0;
  }
}

.content .content_item.item02 .item02_content .item02_content_atc li:before {
  background: #595757;
}

.content .content_item.item02 .item02_content .item02_content_atc2 {
  padding: 0 30px;
  color: #595757;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_atc2 {
    padding: 0 20px;
  }
}

.content .content_item.item02 .item02_content .item02_content_atc2 .item02_content_atc2_title {
  font-weight: 900;
  display: block;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_atc2 .item02_content_atc2_title {
    margin-bottom: 5px;
  }
}

.content .content_item.item02 .item02_content .item02_content_atc2 li:before {
  background: none;
  border: 1px solid #595757;
  width: 0.7em;
  height: 0.7em;
  top: 0.45em;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_atc2 li:before {
    top: 0.55em;
  }
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_atc2 li:not(:first-child) {
    margin: 0;
  }
}

.content .content_item.item02 .item02_content .item02_content_atclist {
  font-size: 11.34px;
  font-size: 1.134rem;
  line-height: 1.298em;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #595757;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_atclist {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333em;
    margin-top: 30px;
    padding: 0 18px;
  }
}

.content .content_item.item02 .item02_content .item02_content_atclist li {
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_content .item02_content_atclist li {
    padding-left: 35px;
  }
}

.content .content_item.item02 .item02_content .item02_content_atclist li span {
  position: absolute;
  left: 0;
  top: 0;
}

.content .content_item.item02 .item02_content + .item02_content {
  margin-top: 40px;
}

.content .content_item.item02 .item02_atc {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_atc li {
    margin: 0;
  }
}

.content .content_item.item02 .item02_banner {
  display: block;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .content .content_item.item02 .item02_banner {
    margin-top: 40px;
  }
}

.content .content_item.item02 .item02_banner img {
  display: block;
}

.content .content_item.item03 {
  background: #f8edf5;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .content .content_item.item03 {
    padding-bottom: 60px;
  }
}

.content .content_item.item03 .content_item_title {
  color: #d14f97;
}

.content .content_item.item03 .item03_title {
  display: flex;
  flex-direction: column;
  padding-left: 206px;
  position: relative;
  min-height: 111px;
  justify-content: center;
  border-bottom: 5px solid #ddaac9;
  padding-bottom: 15px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_title {
    padding: 0 0 28px;
    margin-top: 60px;
  }
}

.content .content_item.item03 .item03_title ._bln {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 111px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_title ._bln {
    position: relative;
    width: 100%;
  }
}

.content .content_item.item03 .item03_title ._bln:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../img/img_content03_bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_title ._bln:before {
    background-image: url("../../img/img_content03_bg_sp.png");
  }
}

.content .content_item.item03 .item03_title ._bln div {
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  font-size: 22.617px;
  font-size: 2.2617rem;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_title ._bln div {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.content .content_item.item03 .item03_title ._bln span {
  font-size: 29.4021px;
  font-size: 2.94021rem;
}

.content .content_item.item03 .item03_title ._copy {
  font-size: 22.62px;
  font-size: 2.262rem;
  line-height: 1.5711em;
  letter-spacing: 0.025em;
  font-weight: 700;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item03 .item03_title ._copy {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_title ._copy {
    text-align: center;
  }
}

.content .content_item.item03 .item03_title ._title {
  font-size: 46.85px;
  font-size: 4.685rem;
  line-height: 1.5em;
  letter-spacing: 0.005em;
  font-weight: 700;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item03 .item03_title ._title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_title ._title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2em;
    text-align: center;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 375px) {
  .content .content_item.item03 .item03_title ._title {
    font-size: 10.6666vw;
  }
}

.content .content_item.item03 .item03_title ._title span {
  letter-spacing: -0.1em;
}

.content .content_item.item03 .item03_title ._icon {
  width: 188px;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item03 .item03_title ._icon {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_title ._icon {
    width: 188px;
  }
}

.content .content_item.item03 .item03_description {
  font-size: 18.4252px;
  font-size: 1.84252rem;
  line-height: 1.75em;
  letter-spacing: 0em;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777em;
    margin-top: 30px;
  }
}

.content .content_item.item03 .item03_call,
.content .content_item.item03 .item03_sendmail {
  margin-top: 30px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_call,
  .content .content_item.item03 .item03_sendmail {
    margin-top: 17px;
  }
}

.content .content_item.item03 .item03_copy {
  display: block;
  margin-top: 40px;
}

.content .content_item.item03 .item03_situation {
  display: block;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_situation {
    margin: 28px auto 0;
    width: 97.5%;
  }
}

.content .content_item.item03 .item03_block {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  margin-top: 30px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_block {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_block:nth-of-type(3) .item03_block_title {
    background-image: url("../../img/bg_title03_sp_2.svg");
    width: 303px;
    display: block;
    padding: 7px 0 0 15px;
  }
}

.content .content_item.item03 .item03_block .item03_block_title {
  background-image: url("../../img/bg_title03.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  height: 44px;
  width: 442px;
  display: flex;
  align-items: center;
  font-size: 22.1609px;
  font-size: 2.21609rem;
  line-height: 1em;
  letter-spacing: 0.026em;
  font-weight: 700;
  color: #fff;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_block .item03_block_title {
    background-image: url("../../img/bg_title03_sp.svg");
    width: 207px;
    height: 58px;
    font-size: 17.91px;
    font-size: 1.791rem;
    line-height: 1.2em;
    padding-left: 15px;
  }
}

.content .content_item.item03 .item03_block .item03_block_title small {
  font-size: 14px;
  font-size: 1.4rem;
}

.content .content_item.item03 .item03_block .item03_block_content {
  background: #fcf6fa;
  padding: 16px 16px 16px;
}

.content .content_item.item03 .item03_block .item03_block_content .item03_block_content_description {
  color: #595757;
  font-size: 15.3421px;
  font-size: 1.53421rem;
  line-height: 1.4722em;
  letter-spacing: 0em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_block .item03_block_content .item03_block_content_description {
    font-size: 15.34px;
    font-size: 1.534rem;
    line-height: 1.472em;
  }
}

.content .content_item.item03 .item03_block .item03_block_content .item03_block_content_img {
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .content_item.item03 .item03_block .item03_block_content .item03_block_content_list {
  margin-top: 10px;
  color: #595757;
  font-size: 11.3386px;
  font-size: 1.13386rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
}

.content .content_item.item03 .item03_block .item03_block_content .item03_block_content_list li {
  position: relative;
  padding-left: 22px;
}

.content .content_item.item03 .item03_block .item03_block_content .item03_block_content_list li span {
  position: absolute;
  left: 0;
  top: 0;
}

.content .content_item.item03 .item03_block + .item03_atc {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_block + .item03_atc {
    margin-top: 32px;
  }
}

.content .content_item.item03 .item03_situation + .item03_atc {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_atc li {
    margin: 0;
  }
}

.content .content_item.item03 .item03_info {
  margin-top: 5px;
  font-size: 11.3386px;
  font-size: 1.13386rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_info {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333em;
  }
}

.content .content_item.item03 .item03_info li {
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_info li {
    padding-left: 34px;
  }
}

.content .content_item.item03 .item03_info li span {
  position: absolute;
  left: 0;
  top: 0;
}

.content .content_item.item03 .item03_small {
  display: block;
  margin-top: 15px;
  font-size: 11.3386px;
  font-size: 1.13386rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
}

.content .content_item.item03 .item03_unit02 .item03_title {
  position: relative;
  padding-right: 200px;
}

@media only screen and (max-width: 1000px) {
  .content .content_item.item03 .item03_unit02 .item03_title {
    padding-right: 170px;
  }
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_unit02 .item03_title {
    padding: 0 0 20px;
  }
}

.content .content_item.item03 .item03_unit02 .item03_title ._icon {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_unit02 .item03_title ._icon {
    position: static;
    margin: 30px auto 0;
    width: 204px;
  }
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_unit03 .item03_title ._bln {
    height: 131px;
  }
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_unit03 .item03_title ._bln:before {
    background-image: url("../../img/img_content03_bg_sp_2.png");
  }
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_unit03 .item03_title ._bln div {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.content .content_item.item03 .item03_banner {
  display: block;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  margin-top: 80px;
}

@media (max-width: 767px) {
  .content .content_item.item03 .item03_banner {
    margin-top: 94px;
  }
}

.app {
  padding: 100px 0 100px;
}

@media only screen and (max-width: 1000px) {
  .app {
    padding: 70px 0 80px;
  }
}

.app .app_title {
  font-size: 34.0158px;
  font-size: 3.40158rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .app .app_title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .app .app_title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    width: calc(100% + 400x);
    margin: 0 -20px;
  }
}

.app .app_description {
  display: block;
  margin-top: 30px;
  font-size: 18.4252px;
  font-size: 1.84252rem;
  line-height: 1.7692em;
  letter-spacing: 0em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .app .app_description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777em;
    margin-top: 22px;
  }
}

.app .app_description span {
  color: #c8161d;
}

.app .app_img {
  display: block;
  margin-top: 30px;
}

.app .app_list {
  margin-top: 20px;
  font-size: 11.3386px;
  font-size: 1.13386rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .app .app_list {
    margin-top: 26px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333em;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

.app .app_list li {
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .app .app_list li {
    padding-left: 34px;
  }
}

.app .app_list li span {
  position: absolute;
  left: 0;
  top: 0;
}

.app .app_message {
  min-height: 50px;
  width: 100%;
  font-size: 21.1216px;
  font-size: 2.11216rem;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  font-weight: 900;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to top, #0095a1, #5dc1cf);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .app .app_message {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    min-height: 102px;
    padding: 10px 0;
  }
}

.setting {
  padding: 100px 0 100px;
  background: #e2f3f5;
}

@media only screen and (max-width: 1000px) {
  .setting {
    padding: 70px 0 80px;
  }
}

.setting .setting_title {
  font-size: 34.0158px;
  font-size: 3.40158rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_title {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .setting .setting_title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}

.setting .setting_description {
  font-size: 18.4252px;
  font-size: 1.84252rem;
  line-height: 1.76922em;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
  margin-top: 60px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_description {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .setting .setting_description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777em;
    margin-top: 20px;
  }
}

.setting .setting_list {
  margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_list {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .setting .setting_list {
    margin-top: 10px;
  }
}

.setting .setting_list > li {
  font-size: 18.4252px;
  font-size: 1.84252rem;
  line-height: 1.76922em;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .setting .setting_list > li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777em;
    letter-spacing: 0em;
  }
}

@media (max-width: 767px) {
  .setting .setting_list > li:not(:first-child) {
    margin-top: 14px;
  }
}

.setting .setting_list > li:before {
  content: '';
  width: 0.9em;
  height: 0.9em;
  background: #26b7bc;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0.45em;
  left: 0;
}

.setting .setting_list > li ._small {
  font-size: 11.3386px;
  font-size: 1.13386rem;
  line-height: 1.375em;
  display: block;
  margin-top: 8px;
  padding-bottom: 12px;
  position: relative;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .setting .setting_list > li ._small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714em;
    padding: 0;
    margin-top: 0;
  }
}

.setting .setting_list > li ._small:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .setting .setting_list > li ._small:before {
    left: -20px;
  }
}

.setting .setting_list > li ._list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}

@media (max-width: 767px) {
  .setting .setting_list > li ._list {
    flex-direction: column;
    gap: 0;
    margin-top: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .setting .setting_list > li ._list > li {
    line-height: 1.5555;
  }
}

.setting .setting_list > li ._list > li:before {
  content: '・';
}

.setting .setting_app {
  margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app {
    margin-top: 38px;
  }
}

.setting .setting_app .setting_app_title {
  font-size: 17.1287px;
  font-size: 1.71287rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #fff;
  height: 28px;
  background: #26b7bc;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_title {
    font-size: 17.13px;
    font-size: 1.713rem;
    line-height: 1.273em;
    text-align: center;
    height: 40px;
    justify-content: center;
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .setting .setting_app .setting_app_title {
    height: 57px;
  }
}

.setting .setting_app .setting_app_content {
  background: #fff;
  border-left: 2px solid #26b7bc;
  border-right: 2px solid #26b7bc;
  border-bottom: 2px solid #26b7bc;
  padding: 20px 16px 18px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content {
    padding: 13px 12px 12px;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 500px;
    margin: 0 auto;
  }
}

.setting .setting_app .setting_app_content01 {
  width: 330px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content01 {
    width: 100%;
    margin: 0 0 10px;
  }
}

.setting .setting_app .setting_app_content01 .setting_app_content01_copy {
  font-size: 15.0308px;
  font-size: 1.50308rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 600;
  color: #26b7bc;
  width: 100%;
  height: 36px;
  border: 1px solid #26b7bc;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content01 .setting_app_content01_copy {
    font-size: 14.43px;
    font-size: 1.443rem;
    line-height: 1.3749em;
    height: 34px;
    padding-bottom: 3px;
  }
}

.setting .setting_app .setting_app_content01 .setting_app_content01_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.setting .setting_app .setting_app_content01 .setting_app_content01_btns a {
  height: 52px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content01 .setting_app_content01_btns a {
    height: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content01 .setting_app_content01_btns a._app {
    width: 43.6065%;
  }
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content01 .setting_app_content01_btns a._google {
    width: 54.0983%;
  }
}

.setting .setting_app .setting_app_content01 .setting_app_content01_btns a img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content01 .setting_app_content01_btns a img {
    width: 100%;
    height: auto;
  }
}

.setting .setting_app .setting_app_content02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.setting .setting_app .setting_app_content02 .setting_app_content02_icon {
  width: 78px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content02 .setting_app_content02_icon {
    width: 74px;
  }
}

.setting .setting_app .setting_app_content02 .setting_app_content02_caption {
  font-size: 11.1614px;
  font-size: 1.11614rem;
  line-height: 1em;
  text-align: center;
  margin-top: 6px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content02 .setting_app_content02_caption {
    display: none;
  }
}

.setting .setting_app .setting_app_content03 {
  width: calc(100% - 460px);
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content03 {
    width: calc(100% - 84px);
  }
}

.setting .setting_app .setting_app_content03 .setting_app_content03_text01,
.setting .setting_app .setting_app_content03 .setting_app_content03_text03 {
  font-size: 14.4241px;
  font-size: 1.44241rem;
  line-height: 1.3125em;
  letter-spacing: 0em;
  font-weight: 600;
  color: #595757;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content03 .setting_app_content03_text01 {
    font-size: 10.53px;
    font-size: 1.053rem;
  }
}

.setting .setting_app .setting_app_content03 .setting_app_content03_text02 {
  max-width: 314px;
  margin-top: 5px;
}

.setting .setting_app .setting_app_content03 .setting_app_content03_text03 {
  margin-top: 5px;
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content03 .setting_app_content03_text03 {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.693em;
  }
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content03 .setting_app_content03_text03 li {
    position: relative;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .setting .setting_app .setting_app_content03 .setting_app_content03_text03 li span {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.setting .setting_app .setting_app_atclist {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .setting .setting_app .setting_app_atclist {
    margin-top: 30px;
  }
}

.setting .setting_app .setting_app_atclist li {
  font-size: 11.3386px;
  font-size: 1.13386rem;
  line-height: 1.375em;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .setting .setting_app .setting_app_atclist li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333em;
  }
}

.setting .setting_app .setting_app_atclist li:before {
  content: '';
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.35em;
  left: 0;
  border: 1px solid #000;
  display: block;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .setting .setting_app .setting_app_atclist li:before {
    top: 0.5em;
  }
}

.document {
  padding-top: 152px;
}

@media only screen and (max-width: 1000px) {
  .document {
    padding-top: 82px;
  }
}

.document .document_row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .document .document_row {
    flex-direction: column;
    gap: 54px;
  }
}

.document .document_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .document .document_item {
    flex-direction: column-reverse;
    gap: 14px;
  }
}

.document .document_item .document_item_title {
  font-size: 15.5906px;
  font-size: 1.55906rem;
  line-height: 1.4545em;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  .document .document_item .document_item_title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.document .document_item video {
  max-width: 100%;
}

@media (min-width: 768px) {
  .document .document_item:nth-child(1) {
    width: 25.6%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .document .document_item:nth-child(1) {
    width: 28%;
  }
}

@media (min-width: 768px) {
  .document .document_item:nth-child(2) {
    width: 64.4444%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .document .document_item:nth-child(2) {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .document .document_item:nth-child(1) img {
    max-width: 220px;
  }
}

#TB_window {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 10000 !important;
}

@media (max-width: 767px) {
  #TB_window {
    width: 96vw !important;
    aspect-ratio: 674 / 420 !important;
    height: auto !important;
    max-height: 90vh !important;
  }
}

@media (max-width: 767px) {
  #TB_iframeContent {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 674 / 420 !important;
  }
}
