@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* reset for form */
input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
select::-ms-expand {
  display: none;
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #919191;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: #919191;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: #919191;
}

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: #919191;
  opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::placeholder {
  color: #919191;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #231815;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #231815;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.txtLink {
  text-decoration: underline;
}
a.txtLink.forBlank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.5em;
  background: url("../images/icon_blank.svg") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important;
  }
}

.toggle {
  cursor: pointer;
}
.toggle.open + .toggled {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.toggled {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}

.inView {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(40px);
}
.inView.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*========== l-header.scss ==========*/
.l-header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
  background: #fff;
}
.l-header.bg {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

/*========== l-footer.scss ==========*/
.l-footer {
  background: #009E96;
}

/*========== c-inner.scss ==========*/
.c-inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 92vw;
}
@media screen and (min-width: 768px) {
  .c-inner {
    width: 96%;
    max-width: 1120px;
  }
  .c-inner.sizeS {
    max-width: 960px;
  }
  .c-inner.sizeL {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1441px) {
  .c-inner {
    width: 100%;
  }
}

/*========== c-title.scss ==========*/
.c-title-top {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 7.2vw;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-title-top {
    line-height: 130%;
  }
}
@media screen and (min-width: 768px) {
  .c-title-top {
    font-size: 3.8rem;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-title-top {
    margin-bottom: 60px;
  }
}
.c-title-top:before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../images/icon_pin.svg") center no-repeat;
  background-size: contain;
  width: 9.0666666667vw;
  height: 11.2vw;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  .c-title-top:before {
    width: 50px;
    height: 64px;
    margin-bottom: 18px;
  }
}
.c-title-head {
  position: absolute;
  left: 4vw;
  top: 6.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 170%;
  font-size: 7.2vw;
}
@media screen and (min-width: 768px) {
  .c-title-head {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.2rem;
  }
}
.c-title-headArea {
  background: #F6F1DC;
  position: relative;
}
.c-title-headArea:before, .c-title-headArea:after {
  content: "";
  display: block;
  position: absolute;
}
.c-title-headArea:before {
  background: url("../images/headarea_bg.svg") center bottom no-repeat;
  background-size: contain;
  width: 92.5333333333vw;
  height: 31.7333333333vw;
  right: 2.6666666667vw;
  bottom: 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title-headArea:before {
    width: 450px;
    height: 156px;
    right: 57px;
    bottom: 12px;
  }
}
.c-title-headArea:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.7333333333vw;
  background: url("../images/road.png") 0 0 repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .c-title-headArea:after {
    height: 20px;
  }
}
.c-title-headArea__inner {
  position: relative;
  height: 56vw;
}
@media screen and (min-width: 768px) {
  .c-title-headArea__inner {
    height: 200px;
  }
}
.c-title-head .eng {
  display: block;
  line-height: 1;
  font-family: "Yantramanav", sans-serif;
  color: #009E96;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title-head .eng {
    font-size: 2rem;
  }
}

/*========== c-list.scss ==========*/
.c-list-std__item {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 1em;
  line-height: 1.6;
}
.c-list-std__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 1em;
  height: 1px;
  background: #EC7980;
}
.c-list-idt__item {
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.c-list-idt__item.forNote {
  color: #8C8C8C;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-list-idt__item.forNote {
    font-size: 3.2vw;
  }
}
.c-list-num__item {
  position: relative;
  padding-left: 1.75em;
  line-height: 1.6;
  margin-bottom: 1em;
}
.c-list-num__item .num {
  position: absolute;
  left: 0;
  top: 0;
}

/*========== c-btn.scss ==========*/
.c-btn-std {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #009E96;
  border: 1px solid #009E96;
  font-weight: 700;
  padding: 4vw 5.3333333333vw 4vw 7.4666666667vw;
  border-radius: 13.3333333333vw;
}
@media screen and (max-width: 767px) {
  .c-btn-std {
    display: flex;
    margin: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-std {
    border-radius: 3.4722222222vw;
    padding: 1.25vw 2.4305555556vw 1.25vw 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-btn-std {
    border-radius: 50px;
    padding: 18px 35px 18px 32px;
  }
}
.c-btn-std .in {
  display: flex;
  align-items: center;
}
.c-btn-std .in:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 1em;
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: contain;
  margin-left: 0.75em;
}
.c-btn-std .in.down:after {
  width: 1em;
  height: 0.6em;
  background-image: url("../images/icon_down.svg");
}
.c-btn-std .in.blank:after {
  width: 1em;
  height: 1em;
  background-image: url("../images/icon_blank_white.svg");
}
.c-btn-std.gr {
  background: #23A232;
  border-color: #23A232;
}
.c-btn-std.noBG {
  background: #fff;
  color: #009E96;
  border-color: #009E96;
}
.c-btn-std.noBG .in:after {
  background-image: url("../images/icon_arrow_gr.svg");
}
.c-btn-stdWrap {
  display: flex;
}
.c-btn-stdWrap.center {
  justify-content: center;
}

/*========== c-tab.scss ==========*/
.c-tab-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
.c-tab-nav button {
  position: relative;
  cursor: pointer;
  width: 20%;
  background: #fff;
  color: #009E96;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.c-tab-nav button:first-child {
  border-radius: 10px 0 0 10px;
}
.c-tab-nav button:last-child {
  border-radius: 0 10px 10px 0;
}
.c-tab-nav button:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 54px;
  background: #D0D0CB;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-tab-nav button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.c-tab-nav button.active {
  background: #009E96;
  color: #fff;
}
.c-tab-nav button.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  border-style: solid;
  border-width: 17px 14px 0 14px;
  border-color: #009E96 transparent transparent transparent;
}
.c-tab-nav button.active:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.c-tab-select {
  background: #009E96;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  padding: 4vw;
  font-size: 4.8vw;
  font-weight: 700;
  padding-right: 3em;
}
.c-tab-selectWrap {
  margin-bottom: 5.8666666667vw;
  padding: 0 1.3333333333vw;
  position: relative;
}
.c-tab-selectWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.0666666667vw;
  height: 2.6666666667vw;
  background: url("../images/icon_arrow_down.svg") center no-repeat;
  background-size: contain;
}
.c-tab-select option {
  background: #fff;
  color: #231815;
  padding: 0.5em 0;
}
.c-tab-content {
  display: none;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-tab-content {
    padding: 5.3333333333vw 5.3333333333vw 0;
    border-top: 0.8vw solid #fff;
    margin: 0 -4vw;
  }
}
.c-tab-content.active {
  display: block;
}

/*========== p-kv.scss ==========*/
.p-kv {
  background: url("../images/kv_bg_sp.webp") center no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .p-kv {
    background-image: url("../images/kv_bg.webp");
  }
}
.p-kv:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
}
.p-kv__inner {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-kv__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-kv-lead {
  opacity: 0;
  position: absolute;
  color: #fff;
  line-height: 180%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  z-index: 1;
  text-align: left;
  font-size: 6.4vw;
}
@media screen and (max-width: 767px) {
  .p-kv-lead {
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-kv-lead {
    left: 8.8888888889vw;
    bottom: 15.8024691358vh;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-kv-lead {
    left: 128px;
    font-size: 4rem;
  }
}
.p-kv-scroll {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 30px;
}
.p-kv-scroll:before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -30px;
  content: "";
  height: 80px;
  right: -8px;
  margin: auto;
  position: absolute;
  width: 1px;
  z-index: 2;
}
.p-kv-scroll:after {
  background-color: #ccc;
  bottom: -30px;
  content: "";
  height: 80px;
  right: -8px;
  margin: auto;
  position: absolute;
  width: 1px;
}
.p-kv-scroll .forTxt {
  display: block;
  height: 49px;
}
.p-kv-scroll .forTxt img {
  width: auto;
  height: 100%;
}
.p-kv.loadEnd {
  animation: loading 2.5s linear forwards;
}
.p-kv.loadEnd .p-kv-lead, .p-kv.loadEnd .p-kv-scroll {
  animation: showItem 1.5s 2.5s linear forwards;
}

@keyframes loading {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes showItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
/*========== p-header.scss ==========*/
.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16vw;
  padding: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 65px;
    padding: 0 20px;
  }
}
.p-header-logo {
  width: 33.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-header-logo {
    width: 152px;
  }
}
.p-header-logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.p-header-logo_img {
  width: 100%;
  margin-bottom: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-header-logo_img {
    margin-bottom: 2px;
  }
}
.p-header-logo_for {
  width: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-header-logo_for {
    width: 18px;
  }
}
.p-header-logo_KW {
  padding-left: 0.5em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-header-logo_KW {
    font-size: 1.5rem;
  }
}
.p-header-link {
  font-size: 3.7333333333vw;
}
@media screen and (max-width: 767px) {
  .p-header-link {
    line-height: 130%;
  }
}
@media screen and (min-width: 768px) {
  .p-header-link {
    font-size: 1.5rem;
  }
}
.p-header-link a {
  color: #009E96;
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
}
.p-header-link a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4em;
  height: 0.7em;
  background: url("../images/icon_arrow_gr.svg") right center no-repeat;
  background-size: contain;
}

/*========== p-footer.scss ==========*/
.p-footer-menu {
  background: #e1f3f2;
  border-top: 1px solid #009E96;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-footer-menu {
    padding: 1.7361111111vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .p-footer-menu {
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-menu .items {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-menu .items .item {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-menu .items .item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-menu .items .item:not(:last-child) {
    margin-right: 6.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-footer-menu .items .item:not(:last-child) {
    margin-right: 90px;
  }
}
.p-footer-menu .items .item .forTtl {
  font-weight: 700;
  color: #009E96;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-footer-menu .items .item .forTtl {
    line-height: 180%;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-menu .items .item .forTtl {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
}
.p-footer-menu .items .item .forBtn {
  text-align: center;
}
.p-footer-menu .items .item .forBtn .c-btn-std {
  font-size: 3.7333333333vw;
}
@media screen and (max-width: 767px) {
  .p-footer-menu .items .item .forBtn .c-btn-std {
    width: 61.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-menu .items .item .forBtn .c-btn-std {
    font-size: 1.4rem;
  }
}
.p-footer-menu .items .item .forBtn .c-btn-std .in:after {
  width: 0.6em;
  height: 0.7em;
}
.p-footer-nav {
  padding: 6.6666666667vw 0 4vw;
}
@media screen and (min-width: 768px) {
  .p-footer-nav {
    padding: 1.7361111111vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .p-footer-nav {
    padding: 25px 0;
  }
}
.p-footer-nav .items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer-nav .items {
    flex-wrap: wrap;
  }
}
.p-footer-nav .items .item {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-footer-nav .items .item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav .items .item {
    margin: 0 0.75em;
  }
}
.p-footer-nav .items .item a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nav .items .item a {
    font-size: 3.4666666667vw;
  }
}
.p-footer-copy {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-footer-copy {
    font-size: 3.2vw;
    padding-bottom: 2em;
  }
}

/*========== p-top.scss ==========*/
.p-top-main {
  position: relative;
  background: url("../images/top/main_1st_bg.webp") center repeat;
}
@media screen and (min-width: 1441px) {
  .p-top-main:before, .p-top-main:after {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: calc((100% - 1440px) / 2);
    background: url("../images/road.png") 0 0 repeat-x;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main:before {
    left: 0;
    top: 227px;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main:after {
    right: 0;
    top: 429px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-main:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 42.1333333333vw;
    width: 100%;
    height: 27.7333333333vw;
    background: url("../images/top/main_bg_sp.png") center no-repeat;
    background-size: 100% auto;
  }
}
.p-top-main__inner {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-top-main__inner {
    max-width: 1440px;
  }
}
.p-top-main__inner.for1st {
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-main__inner.for1st {
    background: url("../images/top/main_bg.png") center 6.6666666667vw no-repeat;
    background-size: 100% auto;
    height: 33.0555555556vw;
    padding-left: 50.9722222222vw;
    padding-top: 4.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main__inner.for1st {
    background-position: center 96px;
    background-size: 1440px auto;
    height: 476px;
    padding-left: 734px;
    padding-top: 64px;
  }
}
.p-top-main__inner.for2nd {
  padding: 6.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-main__inner.for2nd {
    display: flex;
    align-items: center;
    height: 10.2777777778vw;
    padding-left: 46.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main__inner.for2nd {
    height: 148px;
    padding-left: 673px;
  }
}
.p-top-main__inner.for3rd {
  padding: 2.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-main__inner.for3rd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 5.4861111111vw;
    padding: 0 0 0 46.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main__inner.for3rd {
    height: 79px;
    padding-left: 673px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-main .forImg {
    position: relative;
    z-index: 1;
  }
  .p-top-main .forImg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31.7333333333vw;
    background: url("../images/top/main_obj_sp.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .p-top-main .forImg img {
    display: block;
    width: 55.4666666667vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-main .forImg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 29.8611111111vw;
    margin-left: -35.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forImg {
    width: 430px;
    margin-left: -517px;
  }
}
.p-top-main .forTtl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 74.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-main .forTtl {
    margin: 0 auto 7.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-main .forTtl {
    width: 35.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forTtl {
    width: 510px;
  }
}
.p-top-main .forTtl_img {
  width: 100%;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-main .forTtl_img {
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forTtl_img {
    margin-bottom: 5px;
  }
}
.p-top-main .forTtl_for {
  width: 8.8vw;
}
@media screen and (min-width: 768px) {
  .p-top-main .forTtl_for {
    width: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forTtl_for {
    width: 60px;
  }
}
.p-top-main .forTtl_KW {
  padding-left: 0.3em;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-main .forTtl_KW {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forTtl_KW {
    font-size: 5rem;
  }
}
.p-top-main .forAppli {
  background: #61C1BE;
  color: #fff;
}
.p-top-main .forAppli-items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-main .forAppli-items {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-top-main .forAppli-items__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-main .forAppli-items__item {
    display: flex;
    align-items: center;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forAppli-items__item {
    margin-right: 30px;
  }
}
.p-top-main .forAppli-items__item .DL_ttl {
  text-align: center;
  line-height: 160%;
  font-size: 3.4666666667vw;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-top-main .forAppli-items__item .DL_ttl {
    line-height: 180%;
    font-size: 0.9722222222vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forAppli-items__item .DL_ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.p-top-main .forAppli-items__item .DL_logo {
  margin: 0 auto;
}
.p-top-main .forAppli-items__item .DL_logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-main .forAppli-items__item .DL_logo a {
    display: flex;
    height: 13.8666666667vw;
    align-items: center;
  }
}
.p-top-main .forAppli-items__item .DL_logo.ap {
  width: 37.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-main .forAppli-items__item .DL_logo.ap {
    width: 9.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forAppli-items__item .DL_logo.ap {
    width: 140px;
  }
}
.p-top-main .forAppli-items__item .DL_logo.gp {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .p-top-main .forAppli-items__item .DL_logo.gp {
    width: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forAppli-items__item .DL_logo.gp {
    width: 150px;
  }
}
.p-top-main .forAppli-items__item .QR {
  width: 7.6388888889vw;
  margin-left: 1.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .p-top-main .forAppli-items__item .QR {
    width: 110px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-main .forAppli-items__item .QR {
    display: none;
  }
}
.p-top-main .forNote {
  background: #009E96;
  color: #fff;
}
.p-top-main .forNote p {
  line-height: 150%;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-main .forNote p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-main .forNote p {
    font-size: 1.4rem;
  }
}
.p-top-main .forNote p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-top-ph {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-top-ph__item {
    width: 50%;
  }
  .p-top-ph__item img {
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-ph__item img {
    height: 23.6111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-top-ph__item img {
    height: 340px;
  }
}
.p-top-appli {
  padding: 16vw 0 1.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli {
    padding: 5.5555555556vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-appli__inner {
    width: 100%;
  }
}
.p-top-appli_sec {
  position: relative;
  padding: 17.3333333333vw 9.6vw 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec {
    width: 50%;
    padding: 6.9444444444vw 5.5555555556vw 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec {
    padding: 100px 80px 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-appli_secWrap {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_secWrap {
    border-radius: 50px;
  }
}
.p-top-appli_sec:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-appli_sec .forNum {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  left: 4vw;
  top: 6.6666666667vw;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec .forNum {
    border-width: 2px;
    width: 9.7222222222vw;
    height: 9.7222222222vw;
    left: 2.0833333333vw;
    top: 2.0833333333vw;
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forNum {
    width: 140px;
    height: 140px;
    left: 30px;
    top: 30px;
    font-size: 1.7rem;
  }
}
.p-top-appli_sec .forNum .number {
  font-family: "Albert Sans", sans-serif;
  padding-top: 0.15em;
  font-size: 7.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec .forNum .number {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forNum .number {
    font-size: 4.8rem;
  }
}
.p-top-appli_sec .forImg {
  position: relative;
  overflow: hidden;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec .forImg {
    margin-bottom: 36px;
  }
}
.p-top-appli_sec .forImg img {
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  width: 61.6%;
}
.p-top-appli_sec .forImg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 150px 150px 2px 2px;
  left: 0;
  bottom: 0;
  height: 24vw;
  border-radius: 24vw 24vw 0.2666666667vw 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec .forImg:after {
    border-radius: 10.4166666667vw 10.4166666667vw 2px 2px;
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forImg:after {
    border-radius: 150px 150px 2px 2px;
    height: 150px;
  }
}
.p-top-appli_sec .forTtl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forTtl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-appli_sec .forTtl {
    line-height: 150%;
    font-size: 5.0666666667vw;
    margin-bottom: 0.5em;
  }
}
.p-top-appli_sec .forTtl .cost {
  display: inline-block;
  background: #fff;
  color: #009E96;
  border: 1px solid #009E96;
  padding: 0 2px;
  margin-left: 0.5em;
  padding: 0.8vw 1.3333333333vw 1.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-appli_sec .forTtl .cost {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec .forTtl .cost {
    font-size: 1.25vw;
    padding: 7px 7px 9px;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forTtl .cost {
    font-size: 1.8rem;
  }
}
.p-top-appli_sec .forTxt {
  text-align: center;
  line-height: 180%;
  font-size: 1.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-appli_sec .forTxt {
    font-size: 3.7333333333vw;
    line-height: 160%;
    margin: 0 -1em;
  }
}
.p-top-appli_sec .forNavi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec .forNavi {
    width: 9.0277777778vw;
    height: 9.0277777778vw;
    top: 3.4722222222vw;
    right: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forNavi {
    width: 130px;
    height: 130px;
    top: 50px;
    right: 10px;
  }
}
.p-top-appli_sec .forNavi .icon {
  width: 43%;
  margin: 0 auto 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec .forNavi .icon {
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forNavi .icon {
    margin-bottom: 8px;
  }
}
.p-top-appli_sec .forNavi .txt {
  line-height: 1.125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-appli_sec .forNavi .txt {
    font-size: 2.6666666667vw;
  }
}
.p-top-appli_sec .forNavi .txt.for02 {
  color: #427EA4;
}
.p-top-appli_sec .forNavi .txt.for04 {
  color: #DE9905;
}
.p-top-appli_sec .forNavi:after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  background: url("../images/top/appli_navi_after.svg") left center no-repeat;
  background-size: contain;
  width: 3.7333333333vw;
  height: 4.2666666667vw;
  left: -1.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec .forNavi:after {
    left: -0.8333333333vw;
    width: 1.5277777778vw;
    height: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec .forNavi:after {
    left: -12px;
    width: 22px;
    height: 26px;
  }
}
.p-top-appli_sec.sec01 {
  background: #FFE9E9;
}
.p-top-appli_sec.sec01 .forNum {
  border-color: #EC7980;
  color: #D2565D;
}
.p-top-appli_sec.sec01 .forImg:after {
  background: #EC7980;
}
.p-top-appli_sec.sec01:after {
  background-image: url("../images/top/appli_obj01.png");
  width: 16.8vw;
  height: 29.3333333333vw;
  left: 4.5333333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-appli_sec.sec01:after {
    top: 69.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec.sec01:after {
    width: 9.3055555556vw;
    height: 16.25vw;
    left: 2.0138888889vw;
    bottom: 4.375vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec.sec01:after {
    width: 134px;
    height: 234px;
    left: 29px;
    bottom: 63px;
  }
}
.p-top-appli_sec.sec02 {
  background: #D3E6F2;
}
.p-top-appli_sec.sec02 .forNum {
  border-color: #64A2C9;
  color: #427EA4;
}
.p-top-appli_sec.sec02 .forImg:after {
  background: #64A2C9;
}
.p-top-appli_sec.sec02:after {
  background-image: url("../images/top/appli_obj02.png");
  width: 15.4666666667vw;
  height: 28.5333333333vw;
  right: 6.9333333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-appli_sec.sec02:after {
    top: 70.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec.sec02:after {
    width: 8.75vw;
    height: 16.1111111111vw;
    right: 1.9444444444vw;
    bottom: 4.5138888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec.sec02:after {
    width: 126px;
    height: 232px;
    right: 28px;
    bottom: 65px;
  }
}
.p-top-appli_sec.sec03 {
  background: #DFEFDA;
}
.p-top-appli_sec.sec03 .forNum {
  border-color: #6BB761;
  color: #439343;
}
.p-top-appli_sec.sec03 .forImg:after {
  background: #6BB761;
}
.p-top-appli_sec.sec03:after {
  background-image: url("../images/top/appli_obj03.png");
  width: 15.7333333333vw;
  height: 29.3333333333vw;
  left: 5.8666666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-appli_sec.sec03:after {
    top: 69.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec.sec03:after {
    width: 8.8194444444vw;
    height: 16.3888888889vw;
    left: 2.0833333333vw;
    bottom: 4.2361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec.sec03:after {
    width: 127px;
    height: 236px;
    left: 30px;
    bottom: 61px;
  }
}
.p-top-appli_sec.sec04 {
  background: #F9F1D0;
}
.p-top-appli_sec.sec04 .forNum {
  border-color: #E9C551;
  color: #DE9905;
}
.p-top-appli_sec.sec04 .forImg:after {
  background: #E9C551;
}
.p-top-appli_sec.sec04:after {
  background-image: url("../images/top/appli_obj04.png");
  width: 13.6vw;
  height: 28vw;
  right: 8vw;
}
@media screen and (max-width: 767px) {
  .p-top-appli_sec.sec04:after {
    top: 69.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-appli_sec.sec04:after {
    width: 7.5694444444vw;
    height: 15.9722222222vw;
    right: 2.7777777778vw;
    bottom: 4.375vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-appli_sec.sec04:after {
    width: 109px;
    height: 230px;
    right: 40px;
    bottom: 53px;
  }
}
.p-top-useful {
  background: #F6F1DC;
  padding: 16vw 0 18.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-useful {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-useful {
    padding: 5.5555555556vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-useful {
    padding: 80px 0;
  }
}
.p-top-useful_sec {
  background: #fff;
  padding: 5.3333333333vw 5.0666666667vw 6.6666666667vw;
  border-radius: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-useful_sec {
    border-radius: 30px;
    width: calc((100% - 5.5555555556vw) / 2);
    padding: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-useful_sec {
    width: calc((100% - 80px) / 2);
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-useful_sec:not(:last-child) {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-useful_secWrap {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-useful_secWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-useful_secWrap {
    column-gap: 80px;
  }
}
.p-top-useful_sec .forImg {
  overflow: hidden;
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-useful_sec .forImg {
    border-radius: 20px;
    margin-bottom: 30px;
  }
}
.p-top-useful_sec .forTtl {
  font-weight: 700;
  line-height: 170%;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-top-useful_sec .forTtl {
    font-size: 2.3rem;
  }
}
.p-top-useful_sec .forTxt {
  line-height: 180%;
  margin: 1em 0;
}
.p-top-app {
  background: #F6F1DC;
}
@media screen and (min-width: 768px) {
  .p-top-app {
    padding-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-app__inner {
    position: relative;
    padding: 10.6666666667vw 5.8666666667vw 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-app__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-app .forImg {
    width: 32vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-app .forImg {
    width: 25.0694444444vw;
    margin-right: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forImg {
    width: 361px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-app .forTtl {
    width: 50.6666666667vw;
    position: absolute;
    top: 20.8vw;
    left: 42.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-app .forTtl {
    margin: 0 auto;
    width: 22.9166666667vw;
    margin-bottom: 2.8472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forTtl {
    width: 330px;
    margin-bottom: 41px;
  }
}
.p-top-app .forTtl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.p-top-app .forTtl_img {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-app .forTtl_img {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forTtl_img {
    margin-bottom: 10px;
  }
}
.p-top-app .forTtl_for {
  width: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-app .forTtl_for {
    width: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forTtl_for {
    width: 40px;
  }
}
.p-top-app .forTtl_KW {
  padding-left: 0.3em;
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-app .forTtl_KW {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forTtl_KW {
    font-size: 3rem;
  }
}
.p-top-app .forAppli-items {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-app .forAppli-items {
    flex-wrap: wrap;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-app .forAppli-items {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forAppli-items {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-app .forAppli-items__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-app .forAppli-items__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forAppli-items__item {
    margin-right: 30px;
  }
}
.p-top-app .forAppli-items__item .DL_ttl {
  font-weight: 700;
  text-align: center;
  line-height: 160%;
  margin-bottom: 0.5em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-app .forAppli-items__item .DL_ttl {
    line-height: 180%;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forAppli-items__item .DL_ttl {
    font-size: 1.4rem;
  }
}
.p-top-app .forAppli-items__item .DL_logo {
  margin: 0 auto;
}
.p-top-app .forAppli-items__item .DL_logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-app .forAppli-items__item .DL_logo a {
    display: flex;
    height: 13.8666666667vw;
    align-items: center;
  }
}
.p-top-app .forAppli-items__item .DL_logo.ap {
  width: 37.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-app .forAppli-items__item .DL_logo.ap {
    width: 9.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forAppli-items__item .DL_logo.ap {
    width: 140px;
  }
}
.p-top-app .forAppli-items__item .DL_logo.gp {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .p-top-app .forAppli-items__item .DL_logo.gp {
    width: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forAppli-items__item .DL_logo.gp {
    width: 150px;
  }
}
.p-top-app .forAppli-items__item .QR {
  width: 7.6388888889vw;
  margin-left: 1.1111111111vw;
}
@media screen and (min-width: 1441px) {
  .p-top-app .forAppli-items__item .QR {
    width: 110px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-app .forAppli-items__item .QR {
    display: none;
  }
}
.p-top-app .forNote p {
  line-height: 150%;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-app .forNote p {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-app .forNote p {
    font-size: 1.3rem;
  }
}
.p-top-app .forNote p:not(:last-child) {
  margin-bottom: 0.5em;
}

/*========== p-faq.scss ==========*/
.p-faq {
  background: #f2f3eb;
  padding: 10.6666666667vw 0 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 4.3055555556vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-faq {
    padding: 62px 0 100px;
  }
}
.p-faq-note {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-faq-note {
    margin: 0 1.3333333333vw 8vw;
  }
}
.p-faq-note a {
  position: relative;
  padding-right: 1.2em;
  display: inline-block;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-faq-note a {
    font-size: 1.5rem;
  }
}
.p-faq-note a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.8em;
  background: url("../images/icon_arrow_gr.svg") right center no-repeat;
  background-size: contain;
}
.p-faq-ttl {
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.01em;
  font-size: 4.8vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-faq-ttl {
    font-size: 2.4rem;
    margin-bottom: 19px;
  }
}
.p-faq_qa {
  counter-reset: section;
}
@media screen and (min-width: 768px) {
  .p-faq_qa {
    background: #fff;
    border-radius: 20px;
    padding: 2.0833333333vw 2.7777777778vw 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-faq_qa {
    padding: 30px 40px 35px;
  }
}
.p-faq_qa__item {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq_qa__item {
    border-bottom: 1px solid #DCDCDC;
  }
}
@media screen and (max-width: 767px) {
  .p-faq_qa__item {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq_qa__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.p-faq_qa__item .forQA {
  line-height: 180%;
}
.p-faq_qa__item .forQA .chara {
  font-family: "Yantramanav", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #EC7980;
  background: #EC7980;
  position: absolute;
  left: 3.7333333333vw;
  top: 0;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-faq_qa__item .forQA .chara {
    border-width: 3px;
    width: 65px;
    height: 65px;
    left: 36px;
    font-size: 3.5rem;
  }
}
.p-faq_qa__item .forQA_q {
  position: relative;
  display: flex;
  align-items: center;
}
.p-faq_qa__item .forQA_q:after {
  content: "";
  display: block;
  position: absolute;
  right: 3em;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon_arrow_down_pk.svg") center no-repeat;
  background-size: contain;
  width: 1em;
  height: 0.7em;
}
@media screen and (max-width: 767px) {
  .p-faq_qa__item .forQA_q:after {
    right: 1em;
  }
}
.p-faq_qa__item .forQA_q button {
  color: #000;
  cursor: pointer;
  width: 100%;
  text-align: left;
  line-height: 180%;
  padding: 3.7333333333vw 8.8vw 3.7333333333vw 16.2666666667vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .p-faq_qa__item .forQA_q button {
    padding: 0 120px 0 125px;
    font-size: 1.6rem;
    min-height: 100px;
  }
}
.p-faq_qa__item .forQA_q button:focus-visible {
  outline: auto;
}
.p-faq_qa__item .forQA_q .chara {
  background: #EC7980;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.p-faq_qa__item .forQA_q .chara:after {
  counter-increment: section;
  content: counter(section);
}
@media screen and (min-width: 768px) {
  .p-faq_qa__item .forQA_q.open:after {
    transform: translateY(-50%) rotate(-180deg);
  }
}
@media screen and (max-width: 767px) {
  .p-faq_qa__item .forQA_q.open:after {
    transform: translateY(-50%) rotate(-180deg);
  }
}
.p-faq_qa__item .forQA_q.open + .forQA_a {
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-faq_qa__item .forQA_q.open + .forQA_a {
    min-height: 86px;
    padding-top: 16px;
  }
}
.p-faq_qa__item .forQA_a {
  position: relative;
  padding: 0 3.4666666667vw 0 16.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-faq_qa__item .forQA_a {
    padding: 0 120px 0 125px;
  }
}
.p-faq_qa__item .forQA_a .chara {
  border-color: #EC7980;
  background: #fff;
  color: #D2565D;
}
.p-faq_qa__item .forQA_a p:not(:last-child) {
  margin-bottom: 1em;
}
.p-faq_qa__item .forQA_a .img_0402 {
  max-width: 516px;
}
.p-faq_qa__item .forQA_a .img_0404 {
  max-width: 506px;
}
.p-faq.forTop {
  background: url("../images/top/faq_bg.png") center top no-repeat;
  background-size: cover;
  padding: 16vw 0 18.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-faq.forTop {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq.forTop {
    padding: 6.0416666667vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .p-faq.forTop {
    padding: 87px 0;
    background-size: 100% auto;
  }
}
.p-faq.forTop .p-faq_qa {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-faq.forTop .p-faq_qa {
    background-color: transparent;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-faq.forTop .p-faq_qa {
    margin-bottom: 50px;
  }
}
.p-faq.forTop .p-faq_qa__item {
  border: 1px solid #231815;
}
@media screen and (min-width: 768px) {
  .p-faq.forTop .p-faq_qa__item {
    border-radius: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq.forTop .p-faq_qa__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq.forTop .p-faq_qa__item .forQA_q.open + .forQA_a {
    min-height: 86px;
    padding-top: 16px;
  }
}

/*========== u-utility.scss ==========*/
.u-uLine {
  background: linear-gradient(transparent 60%, #FFED62 60%);
}
.u-bold {
  font-weight: 700;
}