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;
}

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

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;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ============================
  basic
=============================*/
* {
  box-sizing: border-box;
}

body {
  background: #f6f6f2;
  color: #003366;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: calc(28 / 750 * 100vw);
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

main {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  main {
    min-width: 1200px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  main {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}

.l-container {
  margin: 0 auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .l-container {
    width: 1000px;
  }
}

@media (max-width: 767px) {
  .l-container {
    width: calc(100% - ((40 / 750 * 100vw) * 2));
  }
}

.clearfix * {
  zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.clear {
  clear: both;
}

/* ============================
  Header
=============================*/
.header {
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .header-inner {
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .header-inner {
    width: 100%;
    height: calc(80 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.header-logo {
  display: block;
  background: url(../img/logo.png) no-repeat center/contain;
}

@media (min-width: 768px) {
  .header-logo {
    width: 146px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    width: calc(146 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

/* ============================
  main-visual
=============================*/
.mv {
  position: relative;
  display: block;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mv {
    margin-bottom: 20px;
    padding: 53px 0;
  }
}

@media (max-width: 767px) {
  .mv {
    padding: calc(40 / 750 * 100vw) 0;
  }
}

.mv-inner {
  position: relative;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

@media (min-width: 768px) {
  .mv-inner {
    width: 1200px;
  }
}

@media (max-width: 767px) {
  .mv-inner {
    width: 100%;
  }
}

.mv-inner::before, .mv-inner::after {
  content: '';
  position: absolute;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .mv-inner::before {
    width: 37.92vw;
    height: 28.5vw;
    top: -11.67vw;
    right: 92%;
    background-image: url(../img/mv_bg.png);
  }
}

@media (max-width: 767px) {
  .mv-inner::before {
    top: calc(-260 / 750 * 100vw);
    right: calc(-150 / 750 * 100vw);
    width: calc(571 / 750 * 100vw);
    height: calc(465 / 750 * 100vw);
    background-image: url(../img/mv_bg@sp.png);
  }
}

@media (min-width: 768px) {
  .mv-inner::after {
    top: -10px;
    right: -112px;
    width: 737px;
    height: 478px;
    background-image: url(../img/mv_inner_bg.png);
  }
}

.mv-ttl {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .mv-ttl {
    width: 574px;
  }
}

@media (max-width: 767px) {
  .mv-ttl {
    width: 100%;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.mv-ttl-sub {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .mv-ttl-sub {
    width: 447px;
    height: 57px;
    background-image: url(../img/mv_ttl_sub.png);
  }
}

@media (max-width: 767px) {
  .mv-ttl-sub {
    width: calc(508 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    background-image: url(../img/mv_ttl_sub@sp.png);
  }
}

.mv-ttl-main {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .mv-ttl-main {
    width: 574px;
    height: 216px;
    margin-top: 20px;
    background-image: url(../img/mv_ttl_main.png);
  }
}

@media (max-width: 767px) {
  .mv-ttl-main {
    width: calc(651 / 750 * 100vw);
    height: calc(245 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
    background-image: url(../img/mv_ttl_main@sp.png);
  }
}

.mv-copy {
  display: block;
  text-align: left;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .mv-copy {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .mv-copy {
    margin-top: calc(30 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.mv-copy span {
  color: #c47b79;
  font-weight: 600;
  font-size: 1.2;
}

@media (min-width: 768px) {
  .mv-copy span {
    border-bottom: 2px solid #c47b79;
  }
}

@media (max-width: 767px) {
  .mv-copy span {
    border-bottom: calc(2 / 750 * 100vw) solid #c47b79;
  }
}

.mv-bottom {
  position: relative;
  margin: auto;
}

@media (min-width: 768px) {
  .mv-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 1200px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .mv-bottom {
    display: block;
    width: calc(100% - ((40 / 750 * 100vw) * 2));
    margin-top: calc(50 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .mv-bottom li {
    display: block;
    flex-shrink: 0;
    width: 350px;
  }
}

@media (max-width: 767px) {
  .mv-bottom li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mv-bottom li:not(:last-child) {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.mv-bottom-num {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .mv-bottom-num {
    width: 140px;
    height: 173px;
    margin: 0 auto 20px;
    padding: 45px 0;
    background-image: url(../img/mv_bottom_num.png);
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .mv-bottom-num {
    flex-shrink: 0;
    width: calc(140 / 750 * 100vw);
    height: calc(173 / 750 * 100vw);
    padding: calc(45 / 750 * 100vw) 0;
    background-image: url(../img/mv_bottom_num@sp.png);
    font-size: calc(24 / 750 * 100vw);
  }
}

.mv-bottom-num span {
  display: block;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .mv-bottom-num span {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .mv-bottom-num span {
    font-size: calc(60 / 750 * 100vw);
  }
}

.mv-bottom p {
  text-align: justify;
}

@media (max-width: 767px) {
  .mv-bottom p {
    width: calc(500 / 750 * 100vw);
  }
}

.mv-bottom p .bold {
  font-weight: 600;
}

.mv-bottom p .str {
  font-weight: 600;
}

@media (min-width: 768px) {
  .mv-bottom p .str {
    border-bottom: 2px solid #c47b79;
  }
}

@media (max-width: 767px) {
  .mv-bottom p .str {
    border-bottom: calc(2 / 750 * 100vw) solid #c47b79;
  }
}

/* ============================
	info
=============================*/
.info {
  display: block;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  .info {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .info {
    padding: calc(50 / 750 * 100vw) 0;
  }
}

.btn {
  position: relative;
  display: block;
  margin: auto;
  background-color: #e56100;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  transition: .3s;
}

@media (min-width: 768px) {
  .btn {
    width: 670px;
    height: 110px;
    font-size: 36px;
    line-height: 110px;
    box-shadow: 0px 8px 0px 0px #973e00;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    padding: calc(30 / 750 * 100vw) 0;
    font-size: calc(36 / 750 * 100vw);
  }
}

.btn::before {
  content: '\f138';
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  line-height: 1;
}

@media (min-width: 768px) {
  .btn::before {
    right: 30px;
    width: 36px;
    height: 36px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .btn::before {
    right: calc(40 / 750 * 100vw);
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .btn:hover {
    background-color: #973e00;
    transform: translateY(8px);
    box-shadow: 0px 0px 0px 0px #973e00;
  }
}

.btn span {
  display: inline;
  color: #fff266;
}

/* ==========================================================
  Section
=====*/
.sec-ttl {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {
  .sec-ttl {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .sec-ttl {
    margin-top: calc(90 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.sec-ttl-en {
  display: block;
  color: #c47b79;
}

@media (min-width: 768px) {
  .sec-ttl-en {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .sec-ttl-en {
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec-ttl-main {
  display: block;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .sec-ttl-main {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .sec-ttl-main {
    font-size: calc(48 / 750 * 100vw);
  }
}

.note {
  display: block;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .note {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .note {
    text-align: justify;
    padding-left: 1rem;
    text-indent: -1em;
    font-size: calc(22 / 750 * 100vw);
  }
}

/* ==========================================================
  point
=====*/
@media (max-width: 767px) {
  .point .sec-ttl-main {
    font-size: calc(56 / 750 * 100vw);
  }
}

.point-top {
  display: block;
  margin: auto;
  text-align: center;
}

.point-top picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .point-top picture {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .point-top picture {
    width: calc(400 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .point-top .note {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .point-top .note {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.point-list {
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .point-list {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .point-list {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.point-list li {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .point-list li {
    display: block;
  }
}

@media (max-width: 767px) {
  .point-list li {
    display: grid;
  }
}

@media (min-width: 768px) {
  .point-list li:not(:last-child) {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .point-list li:not(:last-child) {
    margin-bottom: calc(90 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .point-list li:nth-child(1) {
    margin-bottom: 150px;
  }
}

.point-list-num {
  display: block;
  color: #c47b79;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .point-list-num {
    width: 450px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 40px;
    order: 1;
  }
}

@media (max-width: 767px) {
  .point-list-num {
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.point-list-body {
  display: block;
}

@media (min-width: 768px) {
  .point-list-body {
    flex-shrink: 0;
    width: 450px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .point-list-body {
    order: 3;
  }
}

.point-list-ttl {
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .point-list-ttl {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .point-list-ttl {
    margin-bottom: calc(10 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
}

.point-list-txt {
  text-align: justify;
  font-weight: 400;
}

.point-list-txt span {
  display: inline;
  font-weight: 600;
}

.point-list-img {
  display: block;
}

@media (min-width: 768px) {
  .point-list-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
  }
}

@media (max-width: 767px) {
  .point-list-img {
    width: 100%;
    margin-bottom: calc(30 / 750 * 100vw);
    order: 2;
  }
}

.point-list-img .note {
  margin-top: 0.2rem;
  text-align: justify;
  padding-left: 1rem;
  text-indent: -1em;
}

.point-bottom {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .point-bottom {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .point-bottom {
    margin-top: calc(90 / 750 * 100vw);
  }
}

.point-bottom picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .point-bottom picture {
    width: 888px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .point-bottom picture {
    width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.point-bottom-check {
  margin: auto;
}

@media (min-width: 768px) {
  .point-bottom-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .point-bottom-check {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.point-bottom-check li {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .point-bottom-check li {
    flex-shrink: 0;
    width: 480px;
    padding: 30px 10px;
    border: 2px solid #003366;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .point-bottom-check li {
    width: calc(544 / 750 * 100vw);
    margin: auto;
    padding: calc(30 / 750 * 100vw) calc(10 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #003366;
    border-radius: calc(10 / 750 * 100vw);
  }
}

.point-bottom-check li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .point-bottom-check li::before {
    left: 40px;
    width: 54px;
    height: 50px;
    background-image: url(../img/point_bottom_check.png);
  }
}

@media (max-width: 767px) {
  .point-bottom-check li::before {
    left: calc(40 / 750 * 100vw);
    width: calc(61 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    background-image: url(../img/point_bottom_check@sp.png);
  }
}

@media (max-width: 767px) {
  .point-bottom-check li:not(:last-child) {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.point-bottom-check li p {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .point-bottom-check li p {
    padding-left: 100px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .point-bottom-check li p {
    padding-left: calc(100 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.point-bottom-check li p span {
  background: linear-gradient(transparent 70%, #eaccc9 70%, #eaccc9 90%, transparent 90%);
}

.point-bottom-txt {
  text-align: center;
  font-weight: 400;
}

@media (min-width: 768px) {
  .point-bottom-txt {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .point-bottom-txt {
    margin-bottom: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.point-bottom-txt span {
  font-weight: 600;
  background: linear-gradient(transparent 70%, #eaccc9 70%, #eaccc9 90%, transparent 90%);
}

.point-bottom-as {
  display: block;
  margin: auto;
}

.point-bottom-as .anxiety {
  position: relative;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .point-bottom-as .anxiety {
    width: 573px;
    height: 257px;
    margin-bottom: 20px;
    background-image: url(../img/point_as_anxiety_bg.png);
  }
}

@media (max-width: 767px) {
  .point-bottom-as .anxiety {
    width: calc(593 / 750 * 100vw);
    height: calc(257 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    background-image: url(../img/point_as_anxiety_bg@sp.png);
  }
}

.point-bottom-as .anxiety p {
  position: absolute;
  display: block;
  width: auto;
  margin: auto;
  text-align: center;
  line-height: 1;
  background: linear-gradient(transparent 70%, #eaccc9 70%, #eaccc9 100%);
}

@media (min-width: 768px) {
  .point-bottom-as .anxiety p {
    top: 0;
    bottom: 0;
    left: 220px;
    height: 30px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .point-bottom-as .anxiety p {
    top: calc(110 / 750 * 100vw);
    left: calc(180 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
    font-weight: 600;
  }
}

.point-bottom-as .arrow {
  position: relative;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {
  .point-bottom-as .arrow {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .point-bottom-as .arrow {
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.point-bottom-as .arrow::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .point-bottom-as .arrow::after {
    width: 68px;
    height: 36px;
    background-image: url(../img/point_as_arrow.png);
  }
}

@media (max-width: 767px) {
  .point-bottom-as .arrow::after {
    width: calc(68 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    background-image: url(../img/point_as_arrow@sp.png);
  }
}

.point-bottom-as .solution {
  position: relative;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .point-bottom-as .solution {
    width: 598px;
    height: 274px;
    background-image: url(../img/point_as_solution_bg.png);
  }
}

@media (max-width: 767px) {
  .point-bottom-as .solution {
    width: calc(598 / 750 * 100vw);
    height: calc(274 / 750 * 100vw);
    background-image: url(../img/point_as_solution_bg@sp.png);
  }
}

.point-bottom-as .solution p {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: auto;
  margin: auto;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .point-bottom-as .solution p {
    top: 85px;
    left: 105px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .point-bottom-as .solution p {
    top: calc(84 / 750 * 100vw);
    left: calc(100 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    font-weight: 600;
  }
}

.point-end {
  background-color: #003366;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {
  .point-end {
    padding: 10px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .point-end {
    padding: calc(20 / 750 * 100vw) 0;
    font-size: calc(30 / 750 * 100vw);
  }
}

/* ==========================================================
  voice
=====*/
.voice {
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
}

.voice-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: auto;
}

@media (min-width: 768px) {
  .voice-top {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .voice-top {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

.voice-top-txt {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .voice-top-txt {
    width: 278px;
    margin-right: 40px;
  }
}

.voice-top-txt p {
  font-weight: 600;
  line-height: 1.32;
}

@media (min-width: 768px) {
  .voice-top-txt p {
    margin-bottom: 10px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .voice-top-txt p {
    margin-bottom: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.voice-top-txt span {
  display: block;
  background-color: #003366;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {
  .voice-top-txt span {
    height: 96px;
    line-height: 96px;
    border-radius: 10px;
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .voice-top-txt span {
    height: calc(96 / 750 * 100vw);
    line-height: calc(96 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    font-size: calc(70 / 750 * 100vw);
  }
}

.voice-top picture {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .voice-top picture {
    width: 313px;
  }
}

@media (max-width: 767px) {
  .voice-top picture {
    width: calc(355 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .voice-top .note {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .voice-top .note {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.voice-body {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .voice-body {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .voice-body {
    margin-top: calc(60 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.voice-body-check {
  display: none;
}

.voice-body-check:checked + .voice-body-label + .voice-body-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .voice-body-check:checked + .voice-body-label + .voice-body-content {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .voice-body-check:checked + .voice-body-label + .voice-body-content {
    padding: calc(30 / 750 * 100vw) 0;
  }
}

.voice-body-check:checked + .voice-body-label::after {
  transform: rotate(0deg);
}

.voice-body-label {
  position: relative;
  display: block;
  background-color: #003366;
  color: #fff;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 768px) {
  .voice-body-label {
    padding: 10px;
    border-radius: 10px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .voice-body-label {
    padding: calc(30 / 750 * 100vw) 0;
    border-radius: calc(10 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.voice-body-label::after {
  content: '\f139';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  line-height: 1;
  transform: rotate(180deg);
  transition: .5s;
}

@media (min-width: 768px) {
  .voice-body-label::after {
    right: 210px;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .voice-body-label::after {
    right: calc(40 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.voice-body-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .5s;
  visibility: hidden;
}

@media (min-width: 768px) {
  .voice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .voice-list {
    display: block;
  }
}

.voice-list li {
  position: relative;
  display: block;
  background-color: #fff;
}

@media (min-width: 768px) {
  .voice-list li {
    flex-shrink: 0;
    width: 320px;
    padding: 10px 20px 0;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .voice-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .voice-list li:not(:last-child) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .voice-list li:nth-child(1) .voice-list-img {
    padding-top: 223px;
  }
}

@media (max-width: 767px) {
  .voice-list li:nth-child(1) .voice-list-img {
    width: calc(240 / 750 * 100vw);
    height: calc(325 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .voice-list li:nth-child(1) picture {
    width: 287px;
    height: 203px;
  }
}

@media (min-width: 768px) {
  .voice-list li:nth-child(2) .voice-list-img {
    padding-top: 231px;
  }
}

@media (max-width: 767px) {
  .voice-list li:nth-child(2) .voice-list-img {
    width: calc(223 / 750 * 100vw);
    height: calc(275 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .voice-list li:nth-child(2) picture {
    width: 287px;
    height: 211px;
  }
}

@media (max-width: 767px) {
  .voice-list li:nth-child(3) {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .voice-list li:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(274 / 750 * 100vw);
    height: calc(155 / 750 * 100vw);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/voice_list_03_bg@sp.png);
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .voice-list li:nth-child(3) .voice-list-txt {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .voice-list li:nth-child(3) .voice-list-img {
    padding-top: 196px;
  }
}

@media (max-width: 767px) {
  .voice-list li:nth-child(3) .voice-list-img {
    position: relative;
    left: calc(-30 / 750 * 100vw);
    width: calc(547 / 750 * 100vw);
    height: calc(245 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .voice-list li:nth-child(3) picture {
    width: 300px;
    height: 176px;
  }
}

.voice-list-num {
  color: #c47b79;
  font-weight: 600;
  letter-spacing: 0.1em;
  z-index: 1;
}

@media (min-width: 768px) {
  .voice-list-num {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .voice-list-num {
    line-height: 1.25;
    font-size: calc(39 / 750 * 100vw);
  }
}

.voice-list-num span {
  font-weight: 500;
}

@media (min-width: 768px) {
  .voice-list-num span {
    margin-left: 5px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .voice-list-num span {
    display: block;
    font-size: calc(56 / 750 * 100vw);
  }
}

.voice-list-txt {
  text-align: justify;
  font-weight: 400;
  z-index: 1;
}

@media (max-width: 767px) {
  .voice-list-txt {
    display: block;
    flex-shrink: 0;
    width: calc(378 / 750 * 100vw);
  }
}

.voice-list-img {
  z-index: 1;
}

@media (max-width: 767px) {
  .voice-list-img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.voice-list picture {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .voice-list picture {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* ==========================================================
  flow
=====*/
.flow {
  display: block;
  margin: auto;
}

.flow-list {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .flow-list {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .flow-list {
    margin-bottom: calc(90 / 750 * 100vw);
  }
}

.flow-list-check {
  display: none;
}

.flow-list-check:checked + .flow-list-label + .flow-list-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .flow-list-check:checked + .flow-list-label + .flow-list-content {
    padding: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .flow-list-check:checked + .flow-list-label + .flow-list-content {
    padding: calc(30 / 750 * 100vw) 0 0;
  }
}

.flow-list-check:checked + .flow-list-label::after {
  transform: rotate(0deg);
}

.flow-list-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #003366;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 768px) {
  .flow-list-label {
    height: 80px;
    line-height: 74px;
    padding: 4px 0;
    border-radius: 10px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .flow-list-label {
    padding: calc(6 / 750 * 100vw) calc(50 / 750 * 100vw) calc(6 / 750 * 100vw) 0;
    border-radius: calc(10 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.4;
  }
}

.flow-list-label .num {
  position: relative;
  display: inline-block;
  height: 100%;
  background-color: #fff;
  color: #003366;
  vertical-align: middle;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-list-label .num {
    width: 132px;
    margin-right: 30px;
    padding: 10px;
    border-radius: 0 6px 6px 0;
    font-size: 24px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .flow-list-label .num {
    width: calc(130 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
    border-radius: 0 calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.2;
  }
}

.flow-list-label .num::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #003366;
}

@media (min-width: 768px) {
  .flow-list-label .num::before {
    width: 4px;
    height: 56px;
  }
}

@media (max-width: 767px) {
  .flow-list-label .num::before {
    width: calc(4 / 750 * 100vw);
    height: 86%;
  }
}

.flow-list-label .num span {
  font-weight: 500;
}

@media (min-width: 768px) {
  .flow-list-label .num span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .flow-list-label .num span {
    display: block;
    font-size: calc(39 / 750 * 100vw);
  }
}

.flow-list-label::after {
  content: '\f139';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  line-height: 1;
  transform: rotate(180deg);
  transition: .3s;
}

@media (min-width: 768px) {
  .flow-list-label::after {
    right: 30px;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .flow-list-label::after {
    right: calc(30 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.flow-list-content {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .3s;
  visibility: hidden;
}

@media (min-width: 768px) {
  .flow-list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .flow-list-content {
    display: grid;
  }
}

.flow-list-content p {
  display: block;
  text-align: justify;
}

@media (min-width: 768px) {
  .flow-list-content p {
    flex-shrink: 0;
    width: 450px;
  }
}

@media (max-width: 767px) {
  .flow-list-content p {
    width: 100%;
    order: 2;
  }
}

.flow-list-content picture {
  display: block;
}

@media (min-width: 768px) {
  .flow-list-content picture {
    flex-shrink: 0;
    width: 520px;
  }
}

@media (max-width: 767px) {
  .flow-list-content picture {
    width: 100%;
    margin-bottom: calc(30 / 750 * 100vw);
    order: 1;
  }
}

.flow-list li {
  position: relative;
}

@media (min-width: 768px) {
  .flow-list li:not(:last-child) {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .flow-list li:not(:last-child) {
    margin-bottom: calc(120 / 750 * 100vw);
  }
}

.flow-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .flow-list li:not(:last-child)::after {
    bottom: -74px;
    width: 68px;
    height: 36px;
    background-image: url(../img/flow_list_arrow.png);
  }
}

@media (max-width: 767px) {
  .flow-list li:not(:last-child)::after {
    bottom: calc(-74 / 750 * 100vw);
    width: calc(68 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    background-image: url(../img/flow_list_arrow@sp.png);
  }
}

.flow-bottom {
  background-color: #003366;
}

@media (min-width: 768px) {
  .flow-bottom {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .flow-bottom {
    padding: calc(50 / 750 * 100vw) 0;
  }
}

.flow-bottom p {
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .flow-bottom p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .flow-bottom p {
    font-size: calc(36 / 750 * 100vw);
  }
}

.flow-bottom p span {
  display: table;
  margin: auto;
  color: #eaccc9;
  background: linear-gradient(transparent 86%, #eaccc9 86%, #eaccc9 94%, transparent 94%);
}

@media (min-width: 768px) {
  .flow-bottom p span {
    margin-bottom: 10px;
    font-size: 43px;
  }
}

@media (max-width: 767px) {
  .flow-bottom p span {
    margin-bottom: calc(10 / 750 * 100vw);
    font-size: calc(47 / 750 * 100vw);
  }
}

/* ==========================================================
  footer
=====*/
.footer {
  display: block;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  .footer {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: calc(50 / 750 * 100vw) 0;
  }
}

.footer .btn {
  height: auto;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .footer .btn {
    width: 520px;
    padding: 20px 0;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .footer .btn {
    width: 100%;
    padding: calc(30 / 750 * 100vw) 0;
    font-size: calc(30 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .footer .btn::before {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .footer .btn::before {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
