@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 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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-spacing: 0;
  border-collapse: collapse;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  font-family: "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 744px) {
  body {
    font-size: 1.8rem;
  }
}
a {
  color: #00c7cd;
  text-decoration: underline;
  transition: ease 0.2s opacity;
}
a:hover, a:active {
  text-decoration: none;
  opacity: 0.75;
}
strong,
em {
  font-weight: 700;
}
sup {
  font-size: 1.2rem;
  vertical-align: super;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.tac {
  text-align: center;
}
br.pc {
  display: none;
}
@media only screen and (min-width: 1025px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
}
.is-right {
  text-align: right;
}
.is-center {
  text-align: center;
}
.note {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-size: 3.2vw;
}
@media only screen and (min-width: 744px) {
  .note {
    font-size: 1.4rem;
  }
}
.note p + p {
  margin-top: 1em;
}
main input[type=radio] {
  display: none;
}
nav {
  padding: 0 0 2px;
  background-color: #f5f5f5;
}
.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.nav__item {
  position: relative;
  width: 32.5%;
}
.nav__item label {
  display: block;
  padding: 8px 0;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #00c7cd;
  transition: ease 0.2s opacity;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (min-width: 744px) {
  .nav__item label {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__item label {
    padding: 16px 0;
  }
}
.nav__item label:hover {
  opacity: 0.75;
}
.nav__item label span {
  position: relative;
  display: block;
  font-weight: 700;
}
.nav__item label span::after {
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 1.2rem;
  font-size: 3.2vw;
  content: "▼";
  transform: translateY(-50%);
}
@media only screen and (min-width: 744px) {
  .nav__item label span::after {
    font-size: 1.2rem;
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
table {
  width: 100%;
}
table th,
table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 744px) {
  table th,
  table td {
    padding: 14px 24px;
  }
}
table th {
  font-weight: 600;
  color: #fff;
  background-color: #00c7cd;
  border: 1px solid #bebebe;
}
table th.sbhead {
  background-color: #def5f5;
}
table td {
  line-height: 1;
  background-color: #fff;
  border: 1px solid #bebebe;
}
table.women th {
  background-color: #a20073;
}
table.women th.sbhead {
  background-color: #be7c95;
}
table.women td {
  border-color: #a20073;
}
table.women tr:last-of-type th {
  border-bottom-color: #a20073;
}
.listitem > dt {
  padding: 16px 20px;
  font-weight: 700;
  color: #fff;
  background-color: #00c7cd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.listitem > dt .listitem-img-01 {
  margin-right: 12px;
}
@media only screen and (max-width: 743px) {
  .listitem > dt .listitem-img-01 {
    display: none;
  }
}
@media only screen and (max-width: 743px) {
  .listitem > dt .listitem-img-02 {
    display: none;
  }
}
.listitem > dd {
  padding: 20px;
  background: #f4f4f4;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.listitem .white {
  background: none;
}
#panel2 .listitem dd {
  background-color: #def5f5;
}
.circlelist li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.circlelist li::before {
  margin-right: 0.2em;
  color: #00c7cd;
  content: "●";
}
.flexbox {
  display: flex;
  flex-direction: row;
}
.flexbox.two li {
  width: 48%;
}
.flexbox.three li {
  width: 30%;
}
.floatbox {
  position: fixed;
  bottom: 0%;
  left: 50%;
  z-index: 9;
  width: 100%;
  padding: 1.2% 16% 1% 0%;
  background: #fff;
  transform: translate(-50%);
}
@media only screen and (min-width: 744px) {
  .floatbox {
    padding: 1.2% 6% 1%;
  }
}
.floatbox ul li {
  display: inline-block;
}
.orderbtn .btn {
  top: 3px;
  padding: 10px 64px;
  color: #fff;
  background: #a20073;
  border-radius: 54px;
  box-shadow: 0 6px 0 #620e2e;
}
@media only screen and (max-width: 320px) {
  .orderbtn .btn {
    padding: 10px 44px;
  }
}
.orderbtn .btn::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: translateY(-50%) rotate(-135deg);
  right: 5%;
}
.orderbtn small {
  display: block;
  margin-top: 3%;
  font-size: 1rem;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 744px) {
  .orderbtn small {
    margin-top: 1.2%;
    font-size: 1rem;
  }
}
.btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0 6px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 54px;
}
.page-top {
  position: fixed;
  top: 50%;
  right: 12px;
  padding: 4.3vw;
  background: #f3f3f3;
  border-radius: 50%;
  box-shadow: 0 2px 0 #b1b1b1;
  transform: translateY(-50%);
}
@media only screen and (min-width: 744px) {
  .page-top {
    padding: 18px;
  }
}
.page-top img {
  display: block;
  width: 20px;
}
/* modal style */
.modal {
  position: fixed;
  top: 3%;
  left: 50%;
  z-index: 100;
  display: none;
  width: 90%;
  height: 92vh;
  overflow: hidden;
  overflow: scroll;
  outline: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media only screen and (max-width: 743px) {
  .modal {
    padding-bottom: 60px;
  }
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.show {
  opacity: 1;
}
@media only screen and (min-width: 744px) {
  .modal {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal::-webkit-scrollbar {
    display: none;
  }
}
.modal-dialog {
  position: relative;
  max-width: 840px;
  margin: 40px auto;
}
.modal-dialog .close-btn,
.modal-dialog .close-txt {
  position: absolute;
  display: inline-block;
  font-size: 1.8rem;
  font-size: 4.8vw;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 744px) {
  .modal-dialog .close-btn,
  .modal-dialog .close-txt {
    font-size: 1.8rem;
  }
}
.modal-dialog .close-btn {
  top: -4%;
  right: 1%;
}
.modal-dialog .close-txt {
  bottom: -2.5em;
  left: 50%;
  transform: translateX(-50%);
}
.modal-content {
  position: relative;
  z-index: 20;
  margin: 0;
  background-clip: padding-box;
}
@media only screen and (min-width: 744px) {
  .modal-content {
    width: auto;
  }
}
.modal-content__title {
  padding: 16px;
  font-size: 1.8rem;
  font-size: 4.8vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #00c7cd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .modal-content__title {
    padding: 30px;
    font-size: 2.4rem;
  }
}
.modal-content__inner {
  padding: 20px;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .modal-content__inner {
    padding: 40px 30px;
  }
}
.modal-content__inner li:not(:first-of-type) {
  margin-top: 1.5em;
}
.modal-content__inner em {
  display: block;
}
.modal-content__inner em::before {
  color: #00c7cd;
  content: "●";
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.modal-backdrop.show {
  opacity: 1;
}
/* header style */
.header {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 84px;
  padding: 0 10%;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 744px) {
  .header {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 1025px) {
  .header {
    padding: 0;
  }
}
.header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  height: 94px;
}
@media only screen and (min-width: 744px) {
  .header__inner {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
    height: 84px;
    margin: 0 auto;
  }
}
.header__logo {
  width: 200px;
}
@media only screen and (min-width: 744px) {
  .header__logo {
    width: 232px;
  }
}
@media only screen and (min-width: 1025px) {
  .header__logo {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 743px) {
  .header {
    height: 94px;
  }
}
.header .titlelogo {
  width: 300px;
}
@media only screen and (max-width: 320px) {
  .header .titlelogo {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .header .titlelogo {
    width: 420px;
  }
}
/* footer style */
.footer {
  margin: 100px 0 80px;
  background: #f4f4f4;
}
@media only screen and (min-width: 744px) {
  .footer {
    padding: 30px 0;
    margin: 120px 0;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1040px;
  padding: 24px;
  margin: 0 auto;
}
@media only screen and (min-width: 744px) {
  .footer__inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 744px) {
  .footer__inner dl {
    margin-right: 200px;
  }
}
.footer__inner dd {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-size: 3.2vw;
  line-height: 2.4;
}
@media only screen and (min-width: 744px) {
  .footer__inner dd {
    font-size: 1.3rem;
  }
}
.footer__inner strong {
  font-size: 3rem;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media only screen and (min-width: 744px) {
  .footer__inner strong {
    font-size: 3rem;
  }
}
.footer__title {
  font-weight: 600;
}
.mb20 {
  margin-bottom: 20px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
/* page style */
.mv {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .mv {
    background: #e6e9fd url(/assets/images/N00001/mv.jpg.webp) no-repeat top center/cover;
  }
}
.mv__inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .mv__inner {
    flex-direction: row;
    align-items: end;
  }
}
@media only screen and (min-width: 1280px) {
  .mv__inner {
    padding: 48px 0 84px;
  }
}
.mv__title {
  width: 100%;
  padding: 20px 5% 50px;
}
@media only screen and (min-width: 1025px) {
  .mv__title {
    width: 54%;
    max-width: 640px;
    padding: 0;
  }
}
@media only screen and (max-width: 743px) {
  .mv__title {
    width: 100%;
    padding: 0 4% 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .mv__title {
    transform: translateX(100px);
  }
}
.mv__title .heading {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .mv__title .heading {
    text-align: left;
  }
}
.mv .listitem {
  margin-top: 24px;
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .mv .listitem {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 743px) {
  .mv .listitem {
    margin-top: -16px;
  }
}
@media only screen and (min-width: 1025px) {
  .mv .listitem {
    margin-top: 3.8vh;
  }
}
@media only screen and (min-width: 744px) {
  .mv .listitem dt {
    padding: 10px 16px;
  }
}
.mv .listitem dd {
  box-sizing: content-box;
  padding: 10px 12px 6px;
  background: #f4f4f4;
  border: 1px solid #00c7cd;
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 744px) {
  .mv .listitem dd {
    padding: 16px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .mv .listitem dd {
    padding: 12px;
    font-size: 2rem;
  }
}
.mv .listitem dd p {
  font-size: 1.6rem;
  font-size: 4.2666666667vw;
}
@media only screen and (max-width: 743px) {
  .mv .listitem dd p {
    padding-bottom: 4px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1025px) {
  .mv .listitem dd p {
    font-size: 2rem;
  }
}
.mv .listitem dd .large {
  margin-top: -4px;
  font-size: 3rem;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
@media only screen and (min-width: 1025px) {
  .mv .listitem dd .large {
    font-size: 3.7rem;
  }
}
.mv .listitem dd span {
  font-weight: 600;
  color: #a20073;
}
.mv .listitem dd ul {
  display: flex;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  justify-content: center;
}
.mv .listitem dd ul li img {
  width: 120px;
  margin-top: 4px;
}
@media only screen and (min-width: 744px) {
  .mv .listitem dd ul li img {
    width: 210px;
  }
}
.mv .listitem .bgcolor {
  background: #ffffed;
  border-top: 0;
  border-radius: 0 0 6px 6px;
}
@media only screen and (min-width: 1025px) {
  .mv .listitem .bgcolor {
    border-radius: 0;
  }
}
@media only screen and (max-width: 743px) {
  .mv .listitem .bgcolor {
    padding-top: 4px;
    padding-bottom: 2px;
  }
}
.mv .listitem .bgcolor p {
  margin-top: 4px;
  font-size: 1.3rem;
  font-size: 3.4666666667vw;
}
@media only screen and (min-width: 1025px) {
  .mv .listitem .bgcolor p {
    font-size: 1.3rem;
  }
}
.mv .listitem .bgcolor em {
  font-size: 1.6rem;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 1025px) {
  .mv .listitem .bgcolor em {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .mv .listitem .bgcolor p,
  .mv .listitem .bgcolor em {
    font-size: 2rem;
  }
}
.mv__image {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 640px;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .mv__image {
    width: 38%;
    max-width: 400px;
    margin: 0;
  }
}
.mv__image img {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .mv__image img {
    border-radius: 8px;
  }
}
.tabarea {
  background: #fff;
}
.tabarea .panel {
  width: 100%;
  padding: 0;
}
.panel__inner {
  margin: 0 3%;
}
@media only screen and (min-width: 1025px) {
  .panel__inner {
    max-width: 840px;
    margin: 0 auto;
  }
}
.panel__head {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .panel__head {
    margin: 40px 0 60px;
  }
}
.panel__title {
  font-size: 2.8rem;
  font-size: 7.4666666667vw;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 744px) {
  .panel__title {
    font-size: 4.2rem;
    line-height: 6rem;
    letter-spacing: 0.03em;
  }
}
.panel__title span {
  font-weight: 600;
  color: #00c7cd;
}
.panel__sbtitle {
  font-size: 2rem;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .panel__sbtitle {
    font-size: 3.2rem;
  }
}
.panel__sbtitle span {
  font-weight: 700;
  line-height: 1.4em;
}
.panel__sbtitle.line {
  display: flex;
  align-items: center;
}
.panel__sbtitle.line::before, .panel__sbtitle.line::after {
  flex-grow: 1;
  height: 1px;
  content: "";
  background-color: #c3c3c3;
}
.panel__sbtitle.line::before {
  margin-right: 5%;
}
.panel__sbtitle.line::after {
  margin-left: 5%;
}
@media only screen and (min-width: 744px) {
  .panel__sbtitle.line::before {
    margin-right: 80px;
  }
  .panel__sbtitle.line::after {
    margin-left: 80px;
  }
}
.panel__text {
  text-align: center;
}
.plan__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .plan__list {
    flex-direction: row;
  }
}
.plan__list > li {
  background-color: #f4f4f4;
  border: 1px solid #00c7cd;
  border-radius: 8px;
}
.plan__list > li:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (min-width: 1025px) {
  .plan__list > li {
    width: 100%;
  }
  .plan__list > li:not(:first-of-type) {
    margin-top: 0;
  }
}
.plan__list .listitem > dt {
  font-weight: 600;
}
.plan__list .listitem > dt .numicon {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.plan__list .listitem dd {
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .plan__list .listitem dd > div {
    display: flex;
    justify-content: space-evenly;
  }
}
.plan__list .listitem dd dt {
  font-weight: 600;
}
.plan__list .listitem dd .sum {
  margin-top: 0;
  font-size: 2rem;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 744px) {
  .plan__list .listitem dd .sum {
    font-size: 2rem;
  }
}
.plan__list .listitem dd .sum span {
  font-weight: 700;
  color: #a20073;
}
.plan__list .listitem dd .sum strong {
  font-size: 3rem;
}
.plan__list .listitem dd .note {
  padding: 20px 10px 0;
  text-align: left;
}
.plan__list .listitem dd .note dd {
  padding: 0;
  text-align: left;
}
.plan .illust.flexbox {
  justify-content: space-between;
}
.plan .illust.flexbox:first-of-type {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .plan .illust.flexbox:first-of-type {
    width: 440px;
  }
}
.plan .illust.flexbox:first-of-type::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  content: "";
  background: url(/assets/images/N00001/icon_plus.svg) no-repeat;
  background-size: 32px 32px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 320px) {
  .plan .illust.flexbox:first-of-type::after {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .plan .illust.flexbox:first-of-type::after {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
.plan .illust li {
  position: relative;
  padding: 16px 10px;
  font-size: 4vw;
  font-weight: 700;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .plan .illust li {
    padding: 16px 8px;
    font-size: 1.4rem;
  }
}
.plan .illust li figure {
  margin-top: 20px;
}
.plan .illust li.twoitem {
  width: 46.5%;
  min-height: 70vw;
  font-size: 1.12rem;
  font-size: 2.9866666667vw;
}
@media only screen and (min-width: 744px) {
  .plan .illust li.twoitem {
    min-height: 43vw;
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1025px) {
  .plan .illust li.twoitem {
    width: 46.5%;
    min-height: 250px;
    font-size: 1.3rem;
  }
}
.plan .illust li.twoitem figure {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 744px) {
  .plan .illust li.twoitem figure {
    width: 100%;
  }
}
.plan .illust li a {
  margin-right: 3px;
  margin-left: 3px;
  font-weight: 700;
}
#panel1,
#panel2,
#panel3 {
  padding: 24vw 0 54px;
}
@media only screen and (min-width: 744px) {
  #panel1,
  #panel2,
  #panel3 {
    padding-top: 20vw;
  }
}
@media only screen and (min-width: 1025px) {
  #panel1,
  #panel2,
  #panel3 {
    padding-top: 60px;
  }
}
#panel2 {
  background: #f8f8f8;
}
.coverage .panel__head {
  margin-bottom: 30px;
}
.coverage .panel__text {
  margin-top: 0.5em;
}
.coverage .panel__text p:last-of-type {
  margin-top: 2em;
}
.coverage thead th {
  width: 34%;
  font-size: 1.6rem;
  color: #fff;
  background: #bebebe;
}
.coverage th {
  color: #000;
  background: #f4f4f4;
}
.coverage tr th:nth-child(2) {
  color: #fff;
  background: #00c7cd;
}
.coverage tr th:nth-child(3) {
  color: #fff;
  background: #a20073;
}
.coverage tr td:nth-child(2) {
  background: #def5f5;
}
.coverage tr td:nth-child(3) {
  background: #f5def1;
}
.coverage .price {
  margin-top: 60px;
}
.coverage .price .panel__sbtitle {
  margin-bottom: 24px;
}
.coverage .price .panel__sbtitle:nth-of-type(2) {
  margin-top: 64px;
}
.coverage .price .pricetable {
  font-size: 1.4rem;
}
.coverage .price .pricetable col.header {
  width: 25%;
}
.coverage .price .pricetable col.cell {
  width: 25%;
}
.coverage .price .pricetable th,
.coverage .price .pricetable td {
  width: 34%;
  padding: 14px 10px;
}
.coverage .price .pricetable thead tr:first-of-type th:nth-of-type(n + 2) {
  vertical-align: top;
}
.coverage .price .pricetable .numicon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
@media only screen and (max-width: 743px) {
  .coverage .price .pricetable .numicon {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 744px) {
  .coverage .price .pricetable .numicon {
    display: inline;
    margin-right: 5px;
  }
}
.coverage .price .pricetable th span {
  display: block;
  font-weight: 600;
}
@media only screen and (min-width: 744px) {
  .coverage .price .pricetable .sbhead div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .coverage .price .pricetable .sbhead div span:nth-of-type(2) {
    margin: 0 4px;
  }
  .coverage .price .pricetable .sbhead div span:nth-of-type(4) {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 744px) {
  .coverage .feature__list:first-of-type {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .coverage .feature__list:first-of-type div {
    width: 48%;
  }
  .coverage .feature__list:nth-of-type(2) {
    max-width: 840px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 744px) and (min-width: 744px) {
  .coverage .feature__list:nth-of-type(2) > div {
    max-width: 50%;
    margin: 80px auto 0;
  }
  .coverage .feature__list:nth-of-type(2) .select {
    text-align: left;
  }
}
.coverage .feature .blocktitle {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.coverage .feature .blocktitle ~ figure {
  margin: 15px 0;
  text-align: center;
}
.coverage .feature .blocktitle img {
  display: block;
  width: 10%;
  margin-right: 20px;
}
.coverage .feature .blocktitle span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.coverage .feature .listitem {
  margin-top: 40px;
  border: 1px solid #00c7cd;
  border-radius: 8px;
}
.coverage .feature .listitem dt {
  background-color: #00c7cd;
  background-repeat: no-repeat;
  background-position: left center;
}
.coverage .feature .listitem dt span {
  display: block;
  padding-left: 100px;
  font-weight: 600;
}
.coverage .feature .listitem:first-of-type dt {
  background-image: url(/assets/images/N00001/p01_assist_titleimg_01.jpg.webp);
}
.coverage .feature .listitem:nth-of-type(2) dt {
  background-image: url(/assets/images/N00001/p01_assist_titleimg_02.jpg.webp);
}
.coverage .feature .listitem:nth-of-type(3) dt {
  background-image: url(/assets/images/N00001/p01_assist_titleimg_03.jpg.webp);
}
.coverage .feature .all {
  margin-top: 60px;
}
.coverage .feature .assistlist {
  margin: 1.5em 0 0.8em;
}
.coverage .feature .assistlist li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 743px) {
  .coverage .feature .assistlist li:not(:first-of-type) {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 744px) {
  .coverage .feature .assistlist li:nth-of-type(n + 3) {
    margin-top: 1.8em;
  }
}
.coverage .feature .assistlist li img {
  display: block;
  width: 20%;
  height: 30px;
}
@media only screen and (min-width: 744px) {
  .coverage .feature .assistlist li img {
    width: 15%;
  }
}
.coverage .feature .assistlist li span {
  display: block;
  width: 80%;
  font-weight: 600;
  text-align: left;
}
@media only screen and (min-width: 744px) {
  .coverage .feature .assistlist li span {
    width: 85%;
  }
}
@media only screen and (min-width: 744px) {
  .coverage .feature .assistlist {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.3;
  }
  .coverage .feature .assistlist li {
    width: 48%;
    white-space: nowrap;
  }
}
.coverage .feature-content .accordion + .accordion {
  margin-top: 16px;
}
.coverage .feature-content .accordion details summary {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px;
  margin: 0;
  cursor: pointer;
  background-color: #00c7cd;
  border-radius: 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.coverage .feature-content .accordion details summary::-webkit-details-marker {
  display: none;
}
@media only screen and (min-width: 744px) {
  .coverage .feature-content .accordion details summary {
    font-size: 2rem;
  }
}
.coverage .feature-content .accordion details .itemtitle {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
@media only screen and (min-width: 744px) {
  .coverage .feature-content .accordion details .itemtitle {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.coverage .feature-content .accordion details .itemtitle dt {
  width: 30%;
}
@media only screen and (min-width: 744px) {
  .coverage .feature-content .accordion details .itemtitle dt {
    width: 98px;
  }
}
.coverage .feature-content .accordion details .itemtitle dt img {
  width: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.coverage .feature-content .accordion details .itemtitle dd {
  position: relative;
  display: block;
  width: 70%;
  padding-right: 10%;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  font-size: 1.7rem;
  font-size: 4.5333333333vw;
}
@media only screen and (min-width: 744px) {
  .coverage .feature-content .accordion details .itemtitle dd {
    width: 95%;
    font-size: 2rem;
  }
}
.coverage .feature-content .accordion details .itemtitle::after {
  position: absolute;
  top: 50%;
  right: 4%;
  content: url(/assets/images/N00001/icon_plus.png.webp);
  transform: translatey(-50%);
}
.coverage .feature-content .accordion details .itemtitle small {
  display: block;
  font-size: 1.2rem;
  font-size: 3.2vw;
  font-weight: 500;
}
@media only screen and (min-width: 744px) {
  .coverage .feature-content .accordion details .itemtitle small {
    font-size: 1.5rem;
  }
}
.coverage .feature-content .accordion details .cont {
  padding: 24px 32px;
  background-color: #f4f4f4;
  transition: all 0.3s ease;
}
.coverage .feature-content .accordion details[open] summary {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.coverage .feature-content .accordion details[open] .itemtitle::after {
  content: url(/assets/images/N00001/icon_minus.png.webp);
}
.coverage .feature-content .accordion details[open] .cont {
  border: 1px solid #00c7cd;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  animation: fadein 0.8s ease;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.coverage .menu {
  width: 97%;
  margin-top: 28px;
}
.coverage .menu label {
  display: block;
  padding: 24px 0 15px;
  margin: 0 0 4px;
  cursor: pointer;
}
.coverage .menu label span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  line-height: 1;
  color: #00c7cd;
}
.coverage .menu label span::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  line-height: 1;
  content: "";
  background: url(/assets/images/N00001/icon_add-circle-fill.svg) no-repeat;
}
@media only screen and (min-width: 1025px) {
  .coverage .menu label span::after {
    width: 22px;
    height: 22px;
  }
}
.coverage .menu input {
  display: none;
}
.coverage .menu input:checked ~ ul li {
  height: 32px;
  padding: 26px 0;
  opacity: 1;
}
.coverage .menu input:checked ~ label.arrow-accordion span::after {
  transform: rotate(180deg);
}
.coverage .menu ul {
  width: 100%;
  padding: 0;
}
.coverage .menu ul li {
  margin-bottom: 24px;
}
.coverage .menu ul li img {
  height: 30px;
}
.coverage .menu ul li span {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}
.coverage .menu ul li .title {
  padding-left: 4px;
  font-size: 1.6rem;
  letter-spacing: -0.8px;
}
.coverage .menu .note {
  display: inline-block;
  padding-left: 40px;
  font-weight: normal;
  line-height: 1.6;
}
@media only screen and (min-width: 744px) {
  #panel2 .listitem dd {
    background-color: #def5f5;
  }
}
.necessity__block01 {
  margin: 0 auto;
}
.necessity__block01 > div {
  margin: 30px auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (min-width: 744px) {
  .necessity__block01 > div {
    flex-direction: row;
  }
}
.necessity__block01 > div figure {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.necessity__block01 > div div {
  padding: 16px;
  text-align: center;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.necessity__block01 > div div .title {
  font-weight: 600;
}
@media only screen and (min-width: 744px) {
  .necessity__block01 > div figure,
  .necessity__block01 > div div {
    width: 50%;
  }
}
.necessity__block01 > div dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.5em;
}
@media only screen and (max-width: 743px) {
  .necessity__block01 > div dl {
    margin-top: 0.5em;
  }
}
.necessity__block01 > div dt,
.necessity__block01 > div dd {
  white-space: nowrap;
}
.necessity__block01 > div dt {
  width: 60%;
  text-align: right;
}
@media only screen and (max-width: 743px) {
  .necessity__block01 > div dt {
    font-size: 1.5rem;
    font-size: 4vw;
  }
}
.necessity__block01 > div dd {
  width: 40%;
  font-weight: 600;
  text-align: left;
}
.necessity__block01 > div strong {
  font-size: 2.3rem;
}
.necessity__block02 {
  max-width: 680px;
  margin: 80px auto;
}
.necessity__block02 caption {
  margin-bottom: 18px;
  font-weight: 600;
}
.necessity__block02 tr:nth-of-type(even) th {
  background: #5ec6c9;
}
.necessity__block02 th,
.necessity__block02 td {
  font-size: 1.3rem;
  font-size: 3.4666666667vw;
}
@media only screen and (min-width: 744px) {
  .necessity__block02 th,
  .necessity__block02 td {
    font-size: 1.8rem;
  }
}
.necessity__block02 th {
  white-space: nowrap;
}
.necessity__block02 td {
  line-height: 1.6;
  text-align: left;
}
.necessity__block03 {
  margin-top: 80px;
}
.necessity__block03 > figure {
  margin-top: 24px;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .necessity__block03 > figure {
    margin-top: 40px;
  }
}
.necessity__block03 li {
  margin-top: 40px;
}
.necessity__block03 li:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (min-width: 744px) {
  .necessity__block03 li:not(:first-of-type) {
    margin-top: 60px;
  }
}
.necessity__block03 .listitem dt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.necessity__block03 .listitem dt strong {
  font-size: 1.3em;
}
@media only screen and (min-width: 744px) {
  .necessity__block03 .listitem dd {
    align-items: center;
    padding: 38px 30px;
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1025px) {
  .necessity__block03 .listitem dd {
    padding: 38px 40px;
  }
}
.necessity__block03 .listitem dd .calc {
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 8px;
}
.necessity__block03 .listitem dd .calc span {
  display: block;
}
@media only screen and (min-width: 744px) {
  .necessity__block03 .listitem dd .calc {
    flex: 3;
  }
}
.necessity__block03 .listitem dd .sum {
  padding: 10px;
  font-size: 1.7rem;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 744px) {
  .necessity__block03 .listitem dd .sum {
    font-size: 2rem;
  }
}
.necessity__block03 .listitem dd .sum span {
  font-weight: inherit;
  color: #a20073;
}
.necessity__block03 .listitem dd .sum strong {
  font-size: 2.6rem;
  font-size: 6.9333333333vw;
}
@media only screen and (min-width: 744px) {
  .necessity__block03 .listitem dd .sum strong {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 744px) {
  .necessity__block03 .listitem dd .sum {
    flex: 3;
  }
}
.necessity__block03 .listitem dd .equal {
  padding: 14px 0;
  line-height: 1;
  text-align: center;
}
.necessity__block03 .listitem dd .equal img {
  width: 20px;
  height: 7px;
}
@media only screen and (max-width: 743px) {
  .necessity__block03 .listitem dd .equal img {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 744px) {
  .necessity__block03 .listitem dd .equal {
    flex: 0.5;
  }
}
@media only screen and (min-width: 1025px) {
  .necessity__block03 .listitem dd .equal {
    flex: 1;
  }
}
.necessity__block04 {
  margin: 80px 0 0;
}
.necessity__block04 .text {
  margin-bottom: 20px;
  font-size: 5.4vw;
}
@media only screen and (min-width: 744px) {
  .necessity__block04 .text {
    font-size: 3.2rem;
  }
}
.necessity__block04 .text span {
  font-weight: 700;
  color: #a20073;
}
.necessity__block04 .btn {
  max-width: 310px;
  margin: 24px auto 0;
  color: #a20073;
  background: #fff;
  border: 1px solid #a20073;
  border-radius: 54px;
}
.necessity__block04 .btn::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid;
  border-color: transparent transparent #a20073 #a20073;
  transform: translateY(-50%) rotate(-135deg);
  right: 5%;
}
@media only screen and (min-width: 744px) {
  .necessity__block04 .btn {
    font-size: 2rem;
  }
}
.faq .accordion + .accordion {
  margin-top: 16px;
}
.faq .accordion details summary {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #00c7cd;
  border-radius: 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.faq .accordion details summary::-webkit-details-marker {
  display: none;
}
@media only screen and (min-width: 744px) {
  .faq .accordion details summary {
    font-size: 2rem;
  }
}
.faq .accordion details summary .itemtitle {
  display: flex;
}
.faq .accordion details summary .itemtitle dt {
  width: 10%;
  margin-right: 10px;
  font-size: 2.6rem;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 744px) {
  .faq .accordion details summary .itemtitle dt {
    width: 5%;
    font-size: 2.6rem;
  }
}
.faq .accordion details summary .itemtitle dd {
  position: relative;
  display: block;
  width: 90%;
  padding-right: 8%;
  font-size: 1.7rem;
  font-size: 4.5333333333vw;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (min-width: 744px) {
  .faq .accordion details summary .itemtitle dd {
    width: 95%;
    font-size: 2rem;
  }
}
.faq .accordion details summary .itemtitle dd::after {
  position: absolute;
  top: 40%;
  right: 0;
  width: 18px;
  height: 18px;
  text-indent: 0;
  content: url(/assets/images/N00001/icon_plus.png.webp);
  transform: translateY(-60%);
}
.faq .accordion details .cont {
  padding: 20px;
  background-color: #def5f5;
  transition: all 0.3s ease;
}
.faq .accordion details .cont .faqlist {
  display: flex;
}
.faq .accordion details .cont .faqlist > dt {
  width: 15%;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #00c7cd;
}
.faq .accordion details .cont .faqlist > dd {
  width: 85%;
}
.faq .accordion details .cont .faqlist a {
  font-weight: 700;
}
@media only screen and (min-width: 744px) {
  .faq .accordion details .cont .faqlist > dt {
    width: 5%;
  }
  .faq .accordion details .cont .faqlist > dd {
    width: 95%;
  }
}
.faq .accordion details .cont .faqlist .answer {
  color: #00c7cd;
}
.faq .accordion details .cont .faqlist .indentlist {
  padding-left: 0.8em;
  text-indent: -1em;
}
.faq .accordion details .cont .faqlist p:not(:first-of-type),
.faq .accordion details .cont .faqlist dt:not(:first-of-type),
.faq .accordion details .cont .faqlist dl {
  margin-top: 1em;
}
.faq .accordion details .cont .faqlist span {
  display: block;
}
.faq .accordion details[open] summary {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq .accordion details[open] .itemtitle dd::after {
  content: url(/assets/images/N00001/icon_minus.png.webp);
}
.faq .accordion details[open] .cont {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  animation: fadein 0.8s ease;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq .note {
  margin-top: 40px;
}
.faq .note .btn-note a {
  display: inline-block;
  padding: 14px 42px;
  margin-top: 24px;
  font-size: 1.6rem;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #00c7cd;
  text-decoration: none;
  background: #def5f5;
  border-radius: 16px;
}
@media only screen and (min-width: 744px) {
  .faq .note .btn-note a {
    padding: 20px 100px;
    font-size: 1.6rem;
  }
}
.btn-application {
  margin-top: 24px;
}
a.estimate {
  display: inline-block;
  width: 100%;
  padding: 6px 48px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-size: 4.2666666667vw;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.8px;
  background: #be9c38;
  border-radius: 24px;
  box-shadow: 0 5px 0 #91741f;
}
@media only screen and (min-width: 744px) {
  a.estimate {
    padding: 6px 32px;
    font-size: 1.6rem;
    box-shadow: 0 3px 0 #91741f;
  }
}
@media only screen and (min-width: 1025px) {
  a.estimate {
    width: auto;
  }
}
.pricetable-qa {
  margin-top: 24px;
}
.graph-info {
  margin-bottom: 80px;
}
@media only screen and (max-width: 743px) {
  .graph-info {
    padding: 4%;
    margin-bottom: 24px;
  }
}
.graph-info li {
  display: inline-block;
  width: 48%;
}
.graph-info li:first-child {
  margin-right: 16px;
}
@media only screen and (max-width: 743px) {
  .graph-info li {
    display: inline;
    width: 88%;
  }
}
.graph-info dd {
  padding: 32px 16px;
}
#title_02 {
  margin-bottom: 12px;
}
.align-left {
  text-align: left;
}