@charset "UTF-8";
/* =============================================================================
Reset style
========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #fff;
}

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

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*==============================================================================
variable
============================================================================= */
/* =============================================================================
Basic style
========================================================================== */
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 200;
  overflow-x: hidden;
  word-break: break-all;
}

body.no-scroll {
  overflow: hidden; /* スクロールを無効化 */
}

a {
  color: #fff;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

#wrapper {
  overflow-x: hidden;
}

.century {
  font-family: "Century Gothic", sans-serif;
}

section * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*==============================================================================
Media
============================================================================= */
/*==============================================================================
Responsive
============================================================================= */
@media screen and (min-width: 769px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  section a {
    display: block;
    transition: 0.3s;
  }
  section a:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
  .note {
    color: #777777;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333vw;
  }
  body {
    font-size: 0.3rem;
  }
  .inner {
    width: 6.9rem;
    margin: 0 auto;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  section a {
    display: block;
  }
  .note {
    color: #777777;
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-size: 0.2rem;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (min-width: 769px) {
  .fv-bg {
    padding: 32px 0 18px;
    background: url(../img/fv-bg_pc.jpg) no-repeat top center/cover;
  }
  .fv-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 20px;
  }
  .fv-ttl01 {
    width: 582px;
    margin: 13px 0 0 0;
  }
  .fv-ttl02 {
    width: 580px;
    margin: 15px 0 0 0;
  }
  .fv-fee {
    width: 583px;
    margin: 28px 0 0 0;
  }
  .fv-human {
    width: 225px;
    position: absolute;
    bottom: -20px;
    left: 405px;
  }
  .fv-note {
    margin: 17px 0 0 0;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.63;
    color: #666666;
  }
  .fv-right {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
    width: 360px;
    box-sizing: border-box;
    padding: 27px 22px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.625rem 1.5625rem 0 rgba(185, 185, 185, 0.5);
  }
  .fv-btn {
    width: 318px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fv-inner {
    width: 7.5rem;
    padding: 0;
    margin: 0;
  }
  .fv-left {
    padding: 0.28rem 0 0.1rem;
    background: url(../img/fv-bg_sp.jpg) no-repeat top center/cover;
  }
  .fv-left-inner {
    width: 6.9rem;
    margin: 0 auto;
  }
  .fv-ttl01 {
    width: 6.9rem;
    margin: 0 auto;
  }
  .fv-ttl02 {
    width: 6.9rem;
    margin: 0.18rem auto 0;
  }
  .fv-fee {
    width: 6.9rem;
    margin: 0.17rem auto 0;
  }
  .fv-note {
    margin: 0.11rem 0 0;
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #666666;
  }
  .fv-right {
    width: 7.5rem;
    background: #fff;
    padding: 0.32rem 0.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.23rem 0;
  }
  .fv-btn {
    width: 6.9rem;
    margin: 0 auto;
  }
}
/*==============================================================================
campaign
============================================================================= */
@media screen and (min-width: 769px) {
  .campaign-bg01 {
    display: none;
    padding: 86px 0 65px 0;
    background: url(../img/campaign-bg_pc.jpg) no-repeat top center/cover;
  }
  .campaign-bg02 {
    display: none;
    padding: 0 0 65px 0;
    background: #ffe8dc;
  }
  .campaign-ttl01 {
    width: 311px;
    margin: 0 auto;
  }
  .campaign-bnr01 {
    width: 560px;
    margin: 48px auto 0;
  }
  .campaign-bnr02 {
    width: 560px;
    margin: 23px auto 0;
  }
  .campaign-btn {
    width: 325px;
    margin: 31px auto 0;
  }
  .campaign-ttl02 {
    width: 589px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .campaign-bg01 {
    display: none;
    padding: 1.13rem 0 0.75rem 0;
    background: url(../img/campaign-bg_sp.jpg) no-repeat top center/cover;
  }
  .campaign-bg02 {
    display: none;
    padding: 0 0 1.07rem 0;
    background: url(../img/campaign-bg02_sp.jpg) no-repeat top center/cover;
  }
  .campaign-ttl01 {
    width: 5rem;
    margin: 0 auto;
  }
  .campaign-bnr01 {
    width: 6rem;
    margin: 0.77rem auto 0;
  }
  .campaign-bnr02 {
    width: 6rem;
    margin: 0.6rem auto 0;
  }
  .campaign-btn {
    width: 5.22rem;
    margin: 0.56rem auto 0;
  }
  .campaign-ttl02 {
    width: 6rem;
    margin: 0 auto 0 0;
  }
}
/*==============================================================================
voice
============================================================================= */
@media screen and (min-width: 769px) {
  .voice-bg {
    background: #fff;
    padding: 85px 0 127px 0;
  }
  .voice-ttl01 {
    width: 382px;
    margin: 0 auto;
  }
  .voice-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin: 56px 0 0 0;
  }
  .voice-item {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 22px 25px 27px;
  }
  .voice-item-ttl {
    font-size: 28px;
    color: #333333;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .voice-item-ttl .color {
    color: #eb6202;
  }
  .voice-item-ttl .logo {
    display: inline-block;
    width: 238px;
    vertical-align: middle;
  }
  .voice-item-shape {
    width: 430px;
    margin: 11px auto 0;
  }
  .voice-item-txt {
    margin: 23px 0 0 0;
  }
  .voice-item-txt .txt {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .voice-item-txt .txt::before {
    content: "";
    background: url(../img/voice-check.png) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: -30px;
  }
  .voice-item-txt .txt .yellow {
    background: #ffe011;
  }
  .voice-item-txt .txt .background {
    position: relative;
  }
  .voice-item-txt .txt .background::before {
    content: "";
    background: url(../img/voice-txt_pc.png) no-repeat center/cover;
    width: 105px;
    height: 49px;
    position: absolute;
    top: -14px;
    right: -290px;
  }
  .voice-item-txt.left .txt {
    margin: 10px 0 0 80px;
  }
  .voice-item-txt.right .txt {
    margin: 10px 0 0 50px;
  }
  .voice-note {
    margin: 15px 0 0 0;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #666666;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .voice-bg {
    background: #fff;
    padding: 1rem 0 1.5rem 0;
  }
  .voice-ttl01 {
    width: 5.65rem;
    margin: 0 auto;
  }
  .voice-list {
    margin: 0.62rem 0 0 0;
  }
  .voice-item {
    margin: 0.5rem 0 0 0;
    background: #f6f6f6;
    border-radius: 0.1rem;
    padding: 0.24rem 0.3rem 0.4rem;
  }
  .voice-item-ttl {
    font-size: 0.48rem;
    color: #333333;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .voice-item-ttl .color {
    color: #eb6202;
  }
  .voice-item-ttl .logo {
    display: inline-block;
    width: 5.25rem;
    vertical-align: middle;
    margin: 0.28rem 0 0.1rem 0;
  }
  .voice-item-ttl .big {
    font-size: 0.56rem;
  }
  .voice-item-shape {
    width: 6.2rem;
    margin: 0.12rem auto 0;
  }
  .voice-item-shape.diff {
    margin: 0.16rem auto 0;
  }
  .voice-item-txt {
    margin: 0.34rem 0 0 0;
  }
  .voice-item-txt .txt {
    position: relative;
    font-size: 0.36rem;
    letter-spacing: 0.12em;
    line-height: 1.29;
    font-weight: bold;
  }
  .voice-item-txt .txt::before {
    content: "";
    background: url(../img/voice-check.png) no-repeat center/cover;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0.04rem;
    left: -0.6rem;
  }
  .voice-item-txt .txt .yellow {
    background: #ffe011;
    position: relative;
  }
  .voice-item-txt .txt .background {
    position: relative;
  }
  .voice-item-txt .txt .background::before {
    content: "";
    background: url(../img/voice-txt_pc.png) no-repeat center/cover;
    width: 1.9rem;
    height: 0.9rem;
    position: absolute;
    top: -0.07rem;
    right: -3.6rem;
  }
  .voice-item-txt.left .txt {
    margin: 0.31rem 0 0 0.9rem;
  }
  .voice-item-txt.right {
    margin: 0.48rem 0 0 0;
  }
  .voice-item-txt.right .txt {
    margin: 0.28rem 0 0 0.9rem;
  }
  .voice-item.diff {
    padding: 0.24rem 0.3rem 0.5rem;
  }
  .voice-note {
    margin: 0.36rem 0 0 0;
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
    color: #666666;
  }
}
/*==============================================================================
feature
============================================================================= */
@media screen and (min-width: 769px) {
  .feature-bg {
    position: relative;
    padding: 66px 0 115px;
    background: #fff3ed;
  }
  .feature-bg::before {
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    height: 38px;
    background: url("../img/feature-bg01_pc.png") no-repeat center/cover;
    z-index: 1;
    content: "";
  }
  .feature-header {
    position: relative;
    cursor: pointer;
    border: none;
    width: 1000px;
    margin: 0 auto;
    background: none;
  }
  .feature-header.active .arrow {
    transform: rotate(180deg);
  }
  .feature-header .feature01-ttl01, .feature-header .feature02-ttl01, .feature-header .feature03-ttl01, .feature-header .feature04-ttl01 {
    display: block;
    width: 1000px;
  }
  .feature-header .feature01-ttl01 img {
    border-radius: 0 0 10px 10px;
  }
  .feature-header .feature02-ttl01 img {
    border-radius: 0 0 10px 10px;
  }
  .feature-header .feature03-ttl01 img {
    border-radius: 0 0 10px 10px;
  }
  .feature-header .feature04-ttl01 img {
    border-radius: 0 0 10px 10px;
  }
  .feature-header.active .feature01-ttl01 img {
    border-radius: 0;
  }
  .feature-header.active .feature02-ttl01 img {
    border-radius: 0;
  }
  .feature-header.active .feature03-ttl01 img {
    border-radius: 0;
  }
  .feature-header.active .feature04-ttl01 img {
    border-radius: 0;
  }
  .feature-header .feature01-head01 {
    width: 123px;
    position: absolute;
    top: -8px;
    left: -14px;
  }
  .feature-header .feature02-head01 {
    width: 123px;
    position: absolute;
    top: -8px;
    left: -14px;
  }
  .feature-header .feature03-head01 {
    width: 123px;
    position: absolute;
    top: -8px;
    left: -14px;
  }
  .feature-header .feature04-head01 {
    width: 123px;
    position: absolute;
    top: -8px;
    left: -14px;
  }
  .feature-controls {
    position: absolute;
    top: 57px;
    right: 45px;
    width: 55px;
  }
  .feature-controls .arrow {
    transition: transform 0.3s ease;
    width: 36px;
    margin: 0 auto;
  }
  .feature-controls .toggle-text {
    font-size: 17px;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 0 0;
  }
  .feature01-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
    background-color: #fff;
    border: #ffc49b 4px solid;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin: -6px 0 0 0;
    padding: 34px 58px 32px;
    width: 1000px;
    box-sizing: border-box;
  }
  .feature01-content-txt01 {
    font-size: 22px;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    line-height: 1.52;
  }
  .feature01-content-txt01 .color {
    color: #eb6202;
  }
  .feature01-content-img01 {
    margin: 34px 0 0 0;
  }
  .feature01-content-note {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #666666;
    margin: 27px 0 0 0;
  }
  .feature01-header.active + .feature01-content {
    display: block;
  }
  .feature01-btn {
    width: 415px;
    cursor: pointer;
    margin: 42px auto 0;
  }
  .feature02 {
    margin: 35px 0 0 0;
  }
  .feature02-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
    background-color: #fff;
    border: #ffc49b 4px solid;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin: -6px 0 0 0;
    padding: 19px 40px 26px;
  }
  .feature02-content-txt01 {
    font-size: 22px;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    line-height: 1.52;
  }
  .feature02-content-txt01 .color {
    color: #eb6202;
  }
  .feature02-content-img01 {
    margin: 40px 0 0 0;
  }
  .feature02-content-note {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #666666;
    margin: 30px 0 0 0;
  }
  .feature02-header.active + .feature02-content {
    display: block;
  }
  .feature02-define01 {
    position: relative;
    border: 7px solid #ff8f8f;
    border-radius: 10px;
    z-index: 1;
  }
  .feature02-term01 {
    padding: 10px 0;
    background: #fe2c2c;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
  }
  .feature02-desc01 {
    background: #fff;
  }
  .feature02-block01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 15px;
  }
  .feature02-txt01 {
    position: relative;
    width: 200px;
    padding: 12px 0 12px 30px;
    background: #eaeaea;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
  }
  .feature02-txt01::before {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #eaeaea;
    transform: translate(100%, -50%);
    content: "";
  }
  .feature02-item {
    font-size: 24px;
  }
  .feature02-item .num {
    font-size: 36px;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
  }
  .feature02-item .deco {
    color: #fe2c2c;
    font-size: 34px;
    font-weight: bold;
  }
  .feature02-txt02 {
    padding: 32px 0 20px;
    background: #ffeeee;
  }
  .feature02-txt02 picture {
    display: block;
    width: 740px;
    margin: 0 auto;
  }
  .feature02-block02 {
    padding: 16px 22px 15px 440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
  }
  .feature02-btn {
    display: block;
    position: relative;
    width: 208px;
    box-sizing: border-box;
    padding: 11px 0 11px 20px;
    background: #e6e6e6;
    border-radius: 100vmax;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }
  .feature02-btn::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20.5px;
    height: 19.5px;
    background: url("../img/feature02-icon01_pc.png") no-repeat 50% 0;
    background-size: contain;
    transform: translate(0%, -50%);
    content: "";
  }
  .feature02-btn:hover {
    transform: scale(1.05);
    opacity: 0.8;
  }
  .feature02-define02 {
    position: relative;
    margin: 104px 0 0;
    border: 7px solid #cce1c9;
    border-radius: 10px;
  }
  .feature02-define02::before {
    position: absolute;
    top: -27px;
    left: 50%;
    width: 64.5px;
    height: 64.5px;
    background: url("../img/feature02-icon02_pc.png") no-repeat 50% 0;
    background-size: cover;
    transform: translate(-50%, -100%);
    content: "";
  }
  .feature02-term02 {
    padding: 10px 0;
    background: #257d19;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
  }
  .feature02-desc02 {
    background: #fff;
  }
  .feature02-txt03 {
    position: relative;
    padding: 21px 0 20px;
    font-size: 24px;
    text-align: center;
  }
  .feature02-txt03 .deco {
    color: #257d19;
    font-size: 34px;
    font-weight: bold;
  }
  .feature02-txt04 {
    padding: 30px 0 29px;
    background: #e9f7e8;
  }
  .feature02-txt04 picture {
    display: block;
    width: 765px;
    margin: 0 auto;
  }
  .feature02-block03 {
    padding: 16px 22px 19px 668px;
  }
  .feature02-note01 {
    position: relative;
    margin: 19px 0 0;
    padding: 0 0 0 1em;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .feature02-note01::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  .feature02-note01.diff {
    margin: 0;
  }
  .feature03 {
    margin: 89px 0 0 0;
  }
  .feature03-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
    background-color: #fff;
    border: #ffc49b 4px solid;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin: -6px 0 0 0;
    padding: 32px 25px 35px;
  }
  .feature03-header.active + .feature04-content {
    display: block;
  }
  .feature03-subttl01 {
    width: 546px;
    margin: 0 auto;
  }
  .feature03-term {
    margin: 30px auto 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .feature03-desc01 {
    width: 940px;
    margin: 11px auto 0;
  }
  .feature03-note {
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #666666;
    margin: 15px 0 0 0;
  }
  .feature03 ::-webkit-full-page-media, .feature03 :future, .feature03 :root .feature03-men-item .price, .feature03 :root .feature03-women-item .price, .feature03 :root .feature03-men-item .age, .feature03 :root .feature03-women-item .age {
    font-family: "Arial", sans-serif;
  }
  .feature04 {
    margin: 89px 0 0 0;
  }
  .feature04-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
    background-color: #fff;
    border: #ffc49b 4px solid;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin: -6px 0 0 0;
    padding: 32px 60px 35px;
  }
  .feature04-header.active + .feature04-content {
    display: block;
  }
  .feature04-subttl01 {
    width: 546px;
    margin: 0 auto;
  }
  .feature04-term {
    margin: 30px auto 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .feature04-desc01 {
    width: 940px;
    margin: 11px auto 0;
  }
  .feature04-note {
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #666666;
    margin: 15px 0 0 0;
  }
  .feature04 ::-webkit-full-page-media, .feature04 :future, .feature04 :root .feature04-men-item .price, .feature04 :root .feature04-women-item .price, .feature04 :root .feature04-men-item .age, .feature04 :root .feature04-women-item .age {
    font-family: "Arial", sans-serif;
  }
  .feature04-document {
    margin: 86px 0 31px;
    background: #fff;
    border-radius: 10px;
  }
  .feature04-document-title {
    max-width: 761px;
    width: 100%;
    margin: 0 auto;
  }
  .feature04-document-image {
    width: 880px;
    margin: 36px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
  .feature04-document-text {
    max-width: 761px;
    width: 100%;
    margin: 32px auto 0;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  .feature04-document-text span {
    position: relative;
    font-size: 24px;
    z-index: 0;
  }
  .feature04-document-text span::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 314px;
    height: 13px;
    border-radius: 6.7px;
    background: #ffde00;
    transform: translate(-50%, 0);
    z-index: -1;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .feature-bg {
    position: relative;
    padding: 0.65rem 0 0.75rem;
    background: #fff3ed;
  }
  .feature-bg::before {
    position: absolute;
    top: -0.62rem;
    left: 0;
    width: 100%;
    height: 0.62rem;
    background: url("../img/feature-bg01_sp.png") no-repeat center/cover;
    z-index: 1;
    content: "";
  }
  .feature-list {
    width: 6.9rem;
    margin: 0 auto;
  }
  .feature-header {
    position: relative;
    cursor: pointer;
    border: none;
    background: none;
  }
  .feature-header .feature01-ttl01, .feature-header .feature02-ttl01, .feature-header .feature03-ttl01, .feature-header .feature04-ttl01 {
    display: block;
    width: 6.9rem;
  }
  .feature-header .feature01-ttl01 img {
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .feature-header .feature02-ttl01 img {
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .feature-header .feature03-ttl01 img {
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .feature-header .feature04-ttl01 img {
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .feature-header.active .feature01-ttl01 img {
    border-radius: 0;
  }
  .feature-header.active .feature02-ttl01 img {
    border-radius: 0;
  }
  .feature-header.active .feature03-ttl01 img {
    border-radius: 0;
  }
  .feature-header.active .feature04-ttl01 img {
    border-radius: 0;
  }
  .feature-header .feature01-ttl01 img {
    width: 6.9rem;
  }
  .feature-header .feature02-ttl01 img {
    width: 6.9rem;
  }
  .feature-header .feature03-ttl01 img {
    width: 6.9rem;
  }
  .feature-header .feature04-ttl01 img {
    width: 6.9rem;
  }
  .feature-header .feature01-head01 {
    width: 1.48rem;
    position: absolute;
    top: -0.31rem;
    left: -0.26rem;
  }
  .feature-header .feature02-head01 {
    width: 1.48rem;
    position: absolute;
    top: -0.65rem;
    left: -0.26rem;
  }
  .feature-header .feature03-head01 {
    width: 1.48rem;
    position: absolute;
    top: -0.65rem;
    left: -0.26rem;
  }
  .feature-header .feature04-head01 {
    width: 1.48rem;
    position: absolute;
    top: -0.65rem;
    left: -0.26rem;
  }
  .feature-header.active .arrow {
    transform: rotate(180deg);
  }
  .feature-controls {
    position: absolute;
    top: 1.2rem;
    right: 0.25rem;
    width: 0.65rem;
  }
  .feature-controls .arrow {
    transition: transform 0.3s ease;
    width: 0.45rem;
    margin: 0 auto;
  }
  .feature-controls .toggle-text {
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0.05rem 0 0 0;
  }
  .feature01-content {
    max-height: 9.82rem !important;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
    background-color: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    margin: -0.11rem 0 0 0;
    padding: 0.3rem 0.3rem 0.37rem;
    box-shadow: 0 0.04rem 0.08rem rgba(244, 227, 217, 0.8);
    width: 6.9rem;
    box-sizing: border-box;
  }
  .feature01-content-txt01 {
    font-size: 0.28rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    line-height: 1.71;
  }
  .feature01-content-txt01 .color {
    color: #eb6202;
  }
  .feature01-content-img01 {
    width: 6.3rem;
    margin: 0.3rem auto 0;
  }
  .feature01-content-note {
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
    color: #666666;
    margin: 0.33rem 0 0 0;
    padding: 0 0 0 0.34rem;
    text-indent: -0.2rem;
  }
  .feature01-header.active + .feature01-content {
    display: block;
  }
  .feature01-btn {
    width: 5.93rem;
    cursor: pointer;
    margin: 0.6rem auto 0;
  }
  .feature02 {
    margin: 1.05rem 0 0 0;
  }
  .feature02-content {
    max-height: 21rem !important;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
    background-color: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    margin: -0.11rem 0 0 0;
    padding: 0.51rem 0.3rem 0.65rem;
    box-shadow: 0 0.04rem 0.08rem rgba(244, 227, 217, 0.8);
    width: 6.9rem;
    box-sizing: border-box;
  }
  .feature02-header.active + .feature02-content {
    display: block;
  }
  .feature02-define01 {
    position: relative;
    border: 0.08rem solid #ff8f8f;
    border-radius: 0.1rem;
    z-index: 1;
  }
  .feature02-term01 {
    padding: 0.23rem 0;
    background: #fe2c2c;
    color: #fff;
    font-size: 0.52rem;
    font-weight: bold;
    text-align: center;
  }
  .feature02-desc01 {
    background: #fff;
  }
  .feature02-block01 {
    padding: 0.44rem 0 0.43rem;
  }
  .feature02-txt01 {
    position: relative;
    font-size: 0.4rem;
    text-align: center;
    font-weight: bold;
  }
  .feature02-txt01::before {
    position: absolute;
    bottom: -0.32rem;
    left: 50%;
    width: 4.65rem;
    height: 0.15rem;
    background: url("../img/feature02-icon01_sp.png") no-repeat center/cover;
    transform: translate(-50%, 0);
    content: "";
  }
  .feature02-list {
    margin: 0.55rem 0 0;
  }
  .feature02-item {
    margin: 0.7rem 0 0 0.8rem;
    font-size: 0.32rem;
    position: relative;
    line-height: 1.66;
  }
  .feature02-item .num {
    position: absolute;
    top: 50%;
    left: -0.1rem;
    font-size: 0.5rem;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
    transform: translate(-100%, -50%);
  }
  .feature02-item .deco {
    color: #fe2c2c;
    font-size: 0.42rem;
    font-weight: bold;
  }
  .feature02-item.diff {
    margin: 0.27rem 0 0 0.8rem;
  }
  .feature02-txt02 {
    padding: 0.35rem 0 0.33rem;
    background: #ffeeee;
  }
  .feature02-txt02 picture {
    display: block;
    width: 5.2rem;
    margin: 0 auto;
  }
  .feature02-block02 {
    padding: 0.3rem 0.13rem 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 0.2rem;
  }
  .feature02-btn {
    display: block;
    position: relative;
    width: 2.9rem;
    box-sizing: border-box;
    padding: 0.17rem 0 0.17rem 0.2rem;
    background: #e6e6e6;
    border-radius: 100vmax;
    color: #333;
    font-size: 0.24rem;
    font-weight: bold;
    cursor: pointer;
  }
  .feature02-btn::before {
    position: absolute;
    top: 50%;
    right: 0.18rem;
    width: 0.29rem;
    height: 0.29rem;
    background: url("../img/feature02-icon01_pc.png") no-repeat 50% 0;
    background-size: contain;
    transform: translate(0%, -50%);
    content: "";
  }
  .feature02-define02 {
    position: relative;
    margin: 1.47rem 0 0;
    border: 0.08rem solid #cce1c9;
    border-radius: 0.1rem;
  }
  .feature02-define02::before {
    position: absolute;
    top: -0.35rem;
    left: 50%;
    width: 0.9rem;
    height: 0.9rem;
    background: url("../img/feature02-icon02_pc.png") no-repeat 50% 0;
    background-size: cover;
    transform: translate(-50%, -100%);
    content: "";
  }
  .feature02-term02 {
    padding: 0.23rem 0;
    background: #257d19;
    color: #fff;
    font-size: 0.52rem;
    font-weight: bold;
    text-align: center;
  }
  .feature02-desc02 {
    background: #fff;
  }
  .feature02-txt03 {
    position: relative;
    padding: 0.22rem 0 0.28rem;
    font-size: 0.36rem;
    text-align: center;
    line-height: 1.62;
  }
  .feature02-txt03 .deco {
    color: #257d19;
    font-size: 0.54rem;
    font-weight: bold;
  }
  .feature02-txt04 {
    padding: 0.51rem 0 0.49rem;
    background: #e9f7e8;
  }
  .feature02-txt04 picture {
    display: block;
    width: 5.37rem;
    margin: 0 auto;
  }
  .feature02-block03 {
    padding: 0.31rem 0.1rem 0.31rem 3.05rem;
  }
  .feature02-note01 {
    position: relative;
    margin: 0.36rem 0 0 0.15rem;
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
    padding: 0 0 0 1em;
  }
  .feature02-note01::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  .feature02-note01.diff {
    margin: 0 0 0 0.15rem;
  }
  .feature03 {
    margin: 1.28rem 0 0 0;
  }
  .feature03-content {
    max-height: 13.64rem !important;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
    background-color: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    margin: -0.11rem 0 0 0;
    padding: 0.53rem 0.3rem 0.55rem;
    box-shadow: 0 0.04rem 0.08rem rgba(244, 227, 217, 0.8);
    width: 6.9rem;
    box-sizing: border-box;
  }
  .feature03-subttl01 {
    width: 6.35rem;
    margin: 0 auto;
  }
  .feature03-term {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0.58rem 0 0 0;
  }
  .feature03-desc01 {
    margin: 0.29rem auto 0;
    width: 6.3rem;
  }
  .feature03-note {
    margin: 0.26rem 0 0;
    display: inline-block;
    font-size: 0.2rem;
    letter-spacing: 0.02em;
    padding: 0 0 0 1em;
    line-height: 1.5;
    text-indent: -0.2rem;
  }
  .feature04 {
    margin: 1.28rem 0 0 0;
  }
  .feature04-content {
    max-height: 28.62rem !important;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
    background-color: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    margin: -0.11rem 0 0 0;
    padding: 0.59rem 0.3rem 0.93rem;
    box-shadow: 0 0.04rem 0.08rem rgba(244, 227, 217, 0.8);
    width: 6.9rem;
    box-sizing: border-box;
  }
  .feature04-subttl01 {
    width: 6.35rem;
    margin: 0 auto;
  }
  .feature04-term {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0.58rem 0 0 0;
  }
  .feature04-desc01 {
    margin: 0.29rem auto 0;
    width: 6.3rem;
  }
  .feature04-note {
    margin: 0.26rem 0 0;
    display: inline-block;
    font-size: 0.2rem;
    letter-spacing: 0.02em;
    padding: 0 0 0 1em;
    line-height: 1.5;
    text-indent: -0.2rem;
  }
  .feature04-document {
    margin: 1.03rem 0 0;
    background: #fff;
    border-radius: 10px;
  }
  .feature04-document-title {
    max-width: 6.4rem;
    width: 100%;
    margin: 0 auto;
  }
  .feature04-document-image {
    width: 100%;
    margin: 0.42rem auto 0;
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
  }
  .feature04-document-text {
    max-width: 761px;
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
  }
  .feature04-document-text.text02 {
    text-align: left;
  }
  .feature04-document-text span {
    position: relative;
    font-size: 0.36rem;
    z-index: 0;
    padding-top: 0.2rem;
    display: inline-block;
  }
  .feature04-document-text span::before {
    position: absolute;
    bottom: 0.1em;
    left: 50%;
    width: 100%;
    height: 0.42em;
    border-radius: 6.7px;
    background: #ffde00;
    transform: translate(-50%, 0);
    z-index: -1;
    content: "";
  }
}
/*==============================================================================
app
============================================================================= */
@media screen and (min-width: 769px) {
  .app-bg {
    background: #ffe8dc;
    padding: 118px 0 91px;
  }
  .app-ttl01 {
    width: 370px;
    margin: 0 auto;
  }
  .app-box {
    position: relative;
  }
  .app-ttl02 {
    width: 1020px;
    margin: 0 auto 0 -65px;
  }
  .app-txt01 {
    width: 812px;
    margin: 14px auto 0;
  }
  .app-img05 {
    width: 934px;
    position: absolute;
    top: 115px;
    left: -20px;
  }
  .app-list {
    position: relative;
    width: 440px;
    margin: 35px auto 0;
  }
  .app-list::after {
    content: "";
    position: absolute;
    display: block;
    width: 29px;
    height: 64px;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../img/app-arrow01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .app-item {
    position: relative;
    width: 440px;
    height: 84px;
    margin-top: 7px;
    padding: 22px 0 0 80px;
    border-radius: 10px;
  }
  .app-item::after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 0 30px;
  }
  .app-item:nth-child(1) {
    background-color: #ffcfbf;
  }
  .app-item:nth-child(1)::after {
    border-color: #ffcfbf transparent transparent transparent;
  }
  .app-item:nth-child(2) {
    background-color: #ffb8a0;
  }
  .app-item:nth-child(2)::after {
    border-color: #ffb8a0 transparent transparent transparent;
  }
  .app-item:nth-child(3) {
    background-color: #fc9673;
  }
  .app-item:nth-child(3)::after {
    border-color: #fc9673 transparent transparent transparent;
  }
  .app-item:nth-child(4) {
    background-color: #ff7f53;
  }
  .app-item:nth-child(4)::after {
    content: none;
  }
  .app-item:nth-child(4) .app-item-txt {
    color: #fff;
  }
  .app-item-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .app-item-icon.num01 {
    width: 43px;
    left: 22px;
  }
  .app-item-icon.num02 {
    width: 38px;
  }
  .app-item-icon.num03 {
    width: 43px;
    left: 25px;
  }
  .app-item-icon.num04 {
    width: 34px;
  }
  .app-item-txt {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
  }
  .app-item-txt .num {
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    font-size: 34px;
    font-weight: 700;
    margin-right: 25px;
    transform: translateY(2px);
  }
  .app-txt02 {
    margin-top: 92px;
    font-size: 20px;
    text-align: center;
  }
  .app-txt02 .red {
    font-size: 36px;
    font-weight: bold;
    color: #eb021d;
  }
  .app-txt02 .green {
    font-size: 36px;
    font-weight: bold;
    color: #257d19;
    margin: 0 4px;
  }
  .app-note01 {
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #666666;
    margin: 2px 0 0 75px;
  }
  .app-btn01 {
    width: 415px;
    margin: 28px auto 0;
  }
  .app-flex {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    margin: 46px auto 0;
  }
  .app-box02 {
    width: 440px;
    padding-bottom: 29px;
    border-radius: 14px 14px 10px 10px;
    border: 3px solid #eb021d;
    background-color: #ffffff;
  }
  .app-box02.num02 {
    border: 3px solid #257d19;
  }
  .app-box02-ttl {
    height: 66px;
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
    background-color: #eb021d;
  }
  .app-box02-ttl .txt {
    display: block;
    margin: 0 auto;
    width: 358px;
  }
  .app-box02-ttl.num02 {
    background-color: #257d19;
  }
  .app-box02-ttl.num02 .txt {
    width: 346px;
  }
  .app-txt03 {
    color: #000000;
    font-size: 18px;
    margin: 23px 30px 0;
  }
  .app-txt03 .bold {
    font-weight: bold;
  }
  .app-list02 {
    margin: 37px 45px 0;
  }
  .app-list02.num02 {
    margin: 37px 60px 0;
  }
  .app-item02 {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  .app-item02::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 14px;
    background-image: url("../img/app-arrow02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .app-item02-icon {
    width: 55px;
    margin-right: 25px;
  }
  .app-item02-txt {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
  }
  .app-item02-comp {
    width: 368px;
    margin: 41px auto 0;
  }
  .app-note02 {
    color: #000000;
    margin-top: 9px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .app-bg {
    background: #ffe8dc;
    padding: 1rem 0 1rem;
  }
  .app-ttl01 {
    width: 4.3rem;
    margin: 0 auto;
  }
  .app-box {
    position: relative;
  }
  .app-ttl02 {
    width: 7.1rem;
    margin: 0 auto 0 -0.12rem;
  }
  .app-txt01 {
    width: 5.95rem;
    margin: 0 auto;
  }
  .app-list {
    width: 6.3rem;
    position: relative;
    margin: 0.22rem auto 0;
  }
  .app-list::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.92rem;
    bottom: -1.1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../img/app-arrow01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .app-item {
    position: relative;
    height: 1.21rem;
    margin-top: 0.1rem;
    padding: 0.32rem 0 0 1.1rem;
    border-radius: 0.1rem;
  }
  .app-item::after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: -0.13rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.2rem 0.5rem 0 0.5rem;
  }
  .app-item:nth-child(1) {
    background-color: #ffcfbf;
  }
  .app-item:nth-child(1)::after {
    border-color: #ffcfbf transparent transparent transparent;
  }
  .app-item:nth-child(2) {
    background-color: #ffb8a0;
  }
  .app-item:nth-child(2)::after {
    border-color: #ffb8a0 transparent transparent transparent;
  }
  .app-item:nth-child(3) {
    background-color: #fc9673;
  }
  .app-item:nth-child(3)::after {
    border-color: #fc9673 transparent transparent transparent;
  }
  .app-item:nth-child(4) {
    background-color: #ff7f53;
  }
  .app-item:nth-child(4)::after {
    content: none;
  }
  .app-item:nth-child(4) .app-item-txt {
    color: #fff;
  }
  .app-item-icon {
    position: absolute;
    left: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .app-item-icon.num01 {
    width: 0.61rem;
  }
  .app-item-icon.num02 {
    width: 0.53rem;
  }
  .app-item-icon.num03 {
    width: 0.61rem;
  }
  .app-item-icon.num04 {
    width: 0.48rem;
  }
  .app-item-txt {
    font-size: 0.38rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
  }
  .app-item-txt .num {
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    font-size: 0.49rem;
    font-weight: 700;
    margin-right: 0.3rem;
  }
  .app-txt02 {
    margin-top: 1.37rem;
    font-size: 0.32rem;
    text-align: center;
  }
  .app-txt02 .red {
    font-size: 0.5rem;
    font-weight: bold;
    color: #eb021d;
  }
  .app-txt02 .green {
    font-size: 0.5rem;
    font-weight: bold;
    color: #257d19;
  }
  .app-note01 {
    font-size: 0.2rem;
    letter-spacing: 0.02em;
    margin: 0.21rem 0 0 0;
    padding: 0 0 0 1em;
    text-indent: -0.2rem;
  }
  .app-btn01 {
    width: 5.9rem;
    margin: 0.53rem auto 0;
  }
  .app-box02 {
    display: none;
    width: 5.9rem;
    margin: 0 auto;
    padding-bottom: 0.4rem;
    border-radius: 0 0 0.1rem 0.1rem;
    border: 0.04rem solid #257d19;
    border-top: none;
    background-color: #ffffff;
  }
  .app-box02:nth-child(2) {
    border: 0.04rem solid #eb021d;
    border-top: none;
  }
  .app-box02-ttl {
    position: relative;
    width: 5.9rem;
    margin: 0.55rem auto 0;
    height: 1.05rem;
    padding-top: 0.35rem;
    border-radius: 0.1rem;
    background-color: #eb021d;
    box-shadow: 0 0.06rem 0 0 #7c0211;
  }
  .app-box02-ttl .txt {
    display: block;
    width: 4.8rem;
    margin-left: 0.35rem;
  }
  .app-box02-ttl.num02 {
    background-color: #257d19;
    box-shadow: 0 0.06rem 0 0 #214f1a;
    margin: 0.4rem auto 0;
  }
  .app-box02-ttl.num02 .txt {
    width: 4.63rem;
  }
  .app-box02-ttl::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.44rem;
    right: 0.33rem;
    width: 0.24rem;
    height: 0.16rem;
    transform: rotate(180deg);
    background-image: url("../img/app-arrow_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .app-box02-ttl.open {
    box-shadow: none;
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .app-box02-ttl.open::after {
    transform: rotate(0deg);
  }
  .app-txt03 {
    color: #000000;
    font-size: 0.28rem;
    padding: 0.35rem 0.5rem 0;
  }
  .app-txt03 .bold {
    font-weight: bold;
  }
  .app-list02 {
    margin: 0.5rem 0.45rem 0;
  }
  .app-list02.num02 {
    margin: 0.5rem 0.45rem 0 0.9rem;
  }
  .app-item02 {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
  }
  .app-item02::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0.34rem;
    height: 0.17rem;
    background-image: url("../img/app-arrow02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .app-item02-icon {
    width: 0.85rem;
    margin-right: 0.4rem;
  }
  .app-item02-txt {
    margin-top: 0.1rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #000000;
  }
  .app-item02-comp {
    width: 5rem;
    margin: 0.6rem auto 0;
  }
  .app-note02 {
    width: 5.8rem;
    margin: 0.37rem 0 0 0.35rem;
    color: #000000;
    font-size: 0.2rem;
    font-weight: 400;
    padding: 0 0 0 1em;
    text-indent: -0.2rem;
  }
}
/*==============================================================================
detail
============================================================================= */
@media screen and (min-width: 769px) {
  .detail-bg {
    display: none;
    background: #f6f6f6;
    padding: 74px 0 78px 0;
  }
  .detail-ttl01 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }
  .detail-dl {
    background: #fff;
    margin: 30px 0 0 0;
    border-radius: 10px;
    padding: 37px 45px 43px;
  }
  .detail-dt {
    font-size: 16px;
    font-weight: bold;
    margin: 17px 0 0 0;
  }
  .detail-dt.diff {
    margin: 0;
  }
  .detail-dd {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 8px 0 0 0;
  }
  .detail-dd .pc-indent {
    padding-left: 14px;
    text-indent: -14px;
    display: inline-block;
  }
  .detail-dd .note {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.33;
    display: inline-block;
    padding-left: 1em;
    text-indent: -12px;
    margin: 10px 0 0 0;
  }
  .detail-dd .border {
    border-bottom: solid 0.01rem #666666;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .detail-bg {
    display: none;
    background: #f6f6f6;
    padding: 0.82rem 0 0.91rem 0;
  }
  .detail-ttl01 {
    font-size: 0.44rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    line-height: 1.38;
  }
  .detail-dl {
    background: #fff;
    margin: 0.48rem 0 0 0;
    border-radius: 0.1rem;
    padding: 0.41rem 0.4rem 0.88rem;
  }
  .detail-dt {
    font-size: 0.32rem;
    letter-spacing: 0em;
    font-weight: bold;
    margin: 0.36rem 0 0 0;
  }
  .detail-dt.diff {
    margin: 0;
  }
  .detail-dd {
    font-size: 0.24rem;
    color: #666666;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0.22rem 0 0 0;
  }
  .detail-dd .sp-indent {
    padding-left: 1em;
    text-indent: -0.25rem;
    display: inline-block;
  }
  .detail-dd .border {
    border-bottom: solid 0.01rem #666666;
    font-weight: bold;
  }
  .detail-dd .note {
    font-size: 0.2rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    display: inline-block;
    padding-left: 1em;
    text-indent: -0.2rem;
    margin: 0.28rem 0 0 0;
  }
}
/*==============================================================================
modal
============================================================================= */
@media screen and (min-width: 769px) {
  .modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
  }
  .modal-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -60px;
    right: 0;
    cursor: pointer;
  }
  .modal-close .close-btn {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .modal-close .close-btn span {
    background: #fff;
    position: absolute;
  }
  .modal-close .close-btn span:nth-child(1) {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .modal-close .close-btn span:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal01 {
    display: none;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .modal01-bg {
    width: 1000px;
    max-height: 70vh;
    border-radius: 10px;
    padding: 40px 0 55px;
    background: #fff;
    overflow-y: scroll;
  }
  .modal01-block {
    width: 920px;
    margin: 0 auto;
  }
  .modal01-ttl {
    padding: 0 0 20px;
    border-bottom: 4px dotted #bfbfbf;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .modal01-txt01 {
    margin: 25px 0 0;
    font-size: 16px;
    line-height: 1.62;
  }
  .modal01-txt02 {
    margin: 10px 0 0;
    padding: 0 0 0 18px;
    position: relative;
    font-size: 14px;
    line-height: 1.71;
  }
  .modal01-txt02::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal01-case {
    display: flex;
    border: 1px solid #e5e5e5;
    margin: 15px 0 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
  }
  .modal01-case dt {
    width: 183px;
    padding: 17px 0;
    background: #eff3f5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
  }
  .modal01-case dd {
    width: 736px;
    padding: 17px 0 17px 32px;
  }
  .modal01-example {
    margin: 50px 0 0;
  }
  .modal01-example-ttl {
    padding: 15px 0;
    background: #eff3f5;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
  }
  .modal01-example-txt {
    margin: 20px 0 0;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
  }
  .modal01-example-img {
    width: 866px;
    margin: 29px auto 0;
  }
  .modal02 {
    display: none;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .modal02-bg {
    padding: 40px 0;
    background: #fff;
    width: 1000px;
    max-height: 70vh;
    border-radius: 10px;
    overflow-y: scroll;
  }
  .modal02-block {
    width: 920px;
    margin: 0 auto;
  }
  .modal02-ttl {
    padding: 0 0 20px;
    border-bottom: 4px dotted #bfbfbf;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .modal02-table {
    width: 810px;
    margin: 20px auto 0;
  }
  .modal02-table .table-head {
    display: flex;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }
  .modal02-table .table-head .label {
    width: 132px;
    padding: 17px 0;
    background: #eff3f5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
  }
  .modal02-table .table-head .content {
    width: 675px;
    margin: 0 0 0 3px;
    padding: 17px 0;
    background: #eff3f5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
  }
  .modal02-table .table-row {
    display: flex;
    margin: -1px 0 0;
  }
  .modal02-table .table-row .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .modal02-table .table-row .label.orange {
    background: #ed6d0f;
  }
  .modal02-table .table-row .label.orange::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #ed6b0f;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
  }
  .modal02-table .table-row .label.yellow {
    background: #f0cb1d;
  }
  .modal02-table .table-row .label.yellow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #f0cb1d;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
  }
  .modal02-table .table-row .content {
    display: block;
    align-items: center;
    width: 676px;
    padding: 8px 20px 9px 90px;
    position: relative;
    border: 1px solid #cee2ec;
    border-left: none;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.62;
  }
  .modal02-table .table-row .content ul li {
    position: relative;
    padding-left: 1em;
  }
  .modal02-table .table-row .content ul li::before {
    position: absolute;
    content: "●";
    left: 0;
  }
  .modal02-block .modal02-note {
    width: 810px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .modal02-block .modal02-note li {
    position: relative;
    font-size: 13px;
    padding-left: 1em;
  }
  .modal02-block .modal02-note li.point01::before {
    position: absolute;
    content: "＊";
    display: block;
    left: 0;
  }
  .modal02-block .modal02-note li.point02::before {
    position: absolute;
    content: "※";
    display: block;
    left: 0;
  }
  .modal02-table .table-row.row01 {
    margin: 3px 0 0;
  }
  .modal02-table .table-row.row01 .content::before {
    content: "";
    width: 37px;
    height: 49px;
    background: url("../img/modal02_icon01.png") no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  .modal02-table .table-row.row02 .content::before {
    content: "";
    width: 39px;
    height: 52px;
    background: url("../img/modal02_icon02.png") no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
  }
  .modal02-table .table-row.row03 .content::before {
    content: "";
    width: 47px;
    height: 52px;
    background: url("../img/modal02_icon03.png") no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
  .modal02-table .table-row.row04 .content::before {
    content: "";
    width: 57px;
    height: 51px;
    background: url("../img/modal02_icon04.png") no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
  .modal02-table .table-row.row05 .content::before {
    content: "";
    width: 51px;
    height: 33px;
    background: url("../img/modal02_icon05.png") no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
  }
  .modal03 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .modal03-bg {
    padding: 40px 0;
    background: #fff;
    width: 1000px;
    max-height: 80vh;
    border-radius: 10px;
    overflow-y: scroll;
  }
  .modal03-block {
    width: 920px;
    margin: 0 auto;
  }
  .modal03-ttl {
    padding: 0 0 20px;
    border-bottom: 4px dotted #bfbfbf;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .modal03-txt01 {
    margin: 25px 0 0;
    font-size: 16px;
    line-height: 1.62;
    text-align: center;
  }
  .modal03-case {
    display: flex;
    border: 1px solid #e5e5e5;
    margin: 20px 0 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
  }
  .modal03-case dt {
    width: 183px;
    padding: 17px 0;
    background: #eff3f5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
  }
  .modal03-case dd {
    width: 736px;
    padding: 17px 0 17px 32px;
  }
  .modal04 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .modal04-bg {
    padding: 45px 0;
    background: #fff;
    width: 1000px;
    max-height: 80vh;
    border-radius: 10px;
    overflow-y: scroll;
  }
  .modal04-block {
    width: 920px;
    margin: 0 auto;
  }
  .modal04-txt {
    font-size: 16px;
  }
  .modal04-table {
    margin: 15px 0 0;
  }
  .modal04-table .table-row {
    display: flex;
    margin: -1px 0 0;
  }
  .modal04-table .table-row dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    background: #f0f3f6;
    font-size: 16px;
    border: 1px solid #e5e5e5;
  }
  .modal04-table .table-row dd {
    display: flex;
    align-items: center;
    width: 810px;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 1.71;
    border: 1px solid #e5e5e5;
    border-left: none;
  }
  .modal04-table .table-row.row01 {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
  }
  .modal-close {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: -0.9rem;
    right: 0;
    cursor: pointer;
  }
  .modal-close .close-btn {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .modal-close .close-btn span {
    background: #fff;
    position: absolute;
  }
  .modal-close .close-btn span:nth-child(1) {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .modal-close .close-btn span:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal01 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .modal01-bg {
    padding: 0.8rem 0;
    background: #fff;
    width: 6.9rem;
    max-height: 70vh;
    border-radius: 0.2rem;
    overflow-y: scroll;
  }
  .modal01-block {
    width: 6.3rem;
    margin: 0 auto;
  }
  .modal01-ttl {
    padding: 0 0 0.4rem;
    border-bottom: 0.08rem dotted #bfbfbf;
    font-size: 0.58rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .modal01-txt01 {
    margin: 0.4rem 0 0;
    font-size: 0.3rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .modal01-txt02 {
    margin: 0.2rem 0 0;
    padding: 0 0 0 0.3rem;
    position: relative;
    font-size: 0.26rem;
    line-height: 1.4;
  }
  .modal01-txt02::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal01-case {
    border: 1px solid #e5e5e5;
    margin: 0.3rem 0 0;
    font-size: 0.3rem;
    line-height: 1;
  }
  .modal01-case dt {
    width: 100%;
    padding: 0.2rem 0;
    background: #eff3f5;
    border: 1px solid #e5e5e5;
    text-align: center;
  }
  .modal01-case dd {
    width: 100%;
    padding: 0.2rem;
    font-size: 0.3rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .modal01-example {
    margin: 0.5rem 0 0;
  }
  .modal01-example-ttl {
    padding: 0.2rem 0;
    background: #eff3f5;
    border-radius: 1rem;
    font-size: 0.3rem;
    line-height: 1.4;
    text-align: center;
  }
  .modal01-example-txt {
    margin: 0.2rem 0 0;
    font-size: 0.26rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: left;
  }
  .modal01-example-img {
    width: 100%;
    margin: 0.3rem auto 0;
  }
  .modal02 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .modal02-bg {
    padding: 0.8rem 0;
    background: #fff;
    width: 6.9rem;
    max-height: 70vh;
    border-radius: 0.2rem;
    overflow-y: scroll;
  }
  .modal02-block {
    width: 6.3rem;
    margin: 0 auto;
  }
  .modal02-ttl {
    padding: 0 0 0.4rem;
    border-bottom: 0.08rem dotted #bfbfbf;
    font-size: 0.58rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
  }
  .modal02-table {
    width: 100%;
    margin: 0.3rem auto 0;
  }
  .modal02-table .table-head {
    display: flex;
    font-size: 0.3rem;
    line-height: 1;
    text-align: center;
  }
  .modal02-table .table-head .label {
    width: 2.6rem;
    padding: 0.2rem 0;
    background: #eff3f5;
    border: 1px solid #e5e5e5;
  }
  .modal02-table .table-head .content {
    width: calc(100% - 2.6rem);
    padding: 0.2rem 0;
    background: #eff3f5;
    border: 1px solid #e5e5e5;
  }
  .modal02-table .table-row {
    display: flex;
    min-height: 2.04rem;
    margin: -1px 0 0;
  }
  .modal02-table .table-row .label {
    width: 2.6rem;
    padding: 0.45rem 0;
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 0.26rem;
    text-align: center;
    display: grid;
    align-items: center;
  }
  .modal02-table .table-row .content {
    width: calc(100% - 2.6rem);
    padding: 0.2rem;
    border: 1px solid #cee2ec;
    border-left: none;
    font-size: 0.22rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .modal02-table .table-row .content p {
    margin-top: 0.5rem;
  }
  .modal02-table .table-row.row01 .label span::after {
    content: "";
    width: 0.72rem;
    height: 0.96rem;
    background: url("../img/modal02_icon01.png") no-repeat center/contain;
    position: relative;
    display: block;
    margin: 0.15rem auto 0;
  }
  .modal02-table .table-row.row02 .label span::after {
    content: "";
    width: 0.75rem;
    height: 1.01rem;
    background: url("../img/modal02_icon02.png") no-repeat center/contain;
    position: relative;
    display: block;
    margin: 0.15rem auto 0;
  }
  .modal02-table .table-row.row03 .label span::after {
    content: "";
    width: 0.85rem;
    height: 0.94rem;
    background: url("../img/modal02_icon03.png") no-repeat center/contain;
    position: relative;
    display: block;
    margin: 0.15rem auto 0;
  }
  .modal02-table .table-row.row04 .label span::after {
    content: "";
    width: 1.1rem;
    height: 0.98rem;
    background: url("../img/modal02_icon04.png") no-repeat center/contain;
    position: relative;
    display: block;
    margin: 0.15rem auto 0;
  }
  .modal02-table .table-row.row05 .label span::after {
    content: "";
    width: 1.19rem;
    height: 0.77rem;
    background: url("../img/modal02_icon05.png") no-repeat center/contain;
    position: relative;
    display: block;
    margin: 0.15rem auto 0;
  }
  .modal02-table .table-row .content ul li {
    position: relative;
    padding-left: 1em;
  }
  .modal02-table .table-row .content ul li::before {
    position: absolute;
    content: "●";
    left: 0;
  }
  .modal02-block .modal02-note {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .modal02-block .modal02-note li {
    position: relative;
    font-size: 0.2rem;
    padding-left: 1em;
  }
  .modal02-block .modal02-note li.point01::before {
    position: absolute;
    content: "＊";
    display: block;
    left: 0;
  }
  .modal02-block .modal02-note li.point02::before {
    position: absolute;
    content: "※";
    display: block;
    left: 0;
  }
  .modal03 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .modal03-bg {
    padding: 0.8rem 0;
    background: #fff;
    width: 6.9rem;
    max-height: 70vh;
    border-radius: 0.2rem;
    overflow-y: scroll;
  }
  .modal03-block {
    width: 6.3rem;
    margin: 0 auto;
  }
  .modal03-ttl {
    padding: 0 0 0.4rem;
    border-bottom: 0.08rem dotted #bfbfbf;
    font-size: 0.58rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .modal03-txt01 {
    margin: 0.4rem 0 0;
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .modal03-case {
    border: 1px solid #e5e5e5;
    margin: 0.3rem 0 0;
    font-size: 0.3rem;
    line-height: 1;
  }
  .modal03-case dt {
    width: 100%;
    padding: 0.2rem 0;
    background: #eff3f5;
    border: 1px solid #e5e5e5;
    text-align: center;
  }
  .modal03-case dd {
    width: 100%;
    padding: 0.2rem 0.3rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .modal04 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
  }
  .modal04-bg {
    padding: 0.8rem 0;
    background: #fff;
    width: 6.9rem;
    max-height: 70vh;
    border-radius: 0.2rem;
    overflow-y: scroll;
  }
  .modal04-block {
    width: 6.3rem;
    margin: 0 auto;
  }
  .modal04-txt {
    font-size: 0.3rem;
  }
  .modal04-table {
    margin: 0.3rem 0 0;
  }
  .modal04-table .table-row dt {
    width: 100%;
    background: #f0f3f6;
    margin: -1px 0 0;
    padding: 0.2rem;
    font-size: 0.3rem;
    line-height: 1;
    text-align: center;
    border: 1px solid #e5e5e5;
  }
  .modal04-table .table-row dd {
    width: 100%;
    font-size: 0.3rem;
    padding: 0.2rem;
    line-height: 1.4;
    border: 1px solid #e5e5e5;
  }
}
/*==============================================================================
tel
============================================================================= */
@media screen and (min-width: 769px) {
  .tel .tel-top {
    padding: 44px 0 58px;
    background: #e3ebf9;
  }
  .tel .tel-inner {
    position: relative;
  }
  .tel .tel-ttl {
    width: 790px;
    padding: 17px 0 17px 42px;
    background: #109ff2;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
  }
  .tel .tel-pic01 {
    width: 244px;
    position: absolute;
    top: -63px;
    right: 0;
    z-index: 2;
  }
  .tel .tel-txt01 {
    margin: 26px 0 0 136px;
    color: #333333;
    font-size: 18px;
    line-height: 1;
  }
  .tel .tel-ico01 {
    width: 100px;
    position: absolute;
    top: 95px;
    left: 15px;
  }
  .tel .tel-num01 {
    width: 529px;
    margin: 13px 0 0 136px;
  }
  .tel .tel-txt02 {
    margin: 16px 0 0 136px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
  }
  .tel .tel-bottom {
    padding: 18px 0 22px;
    background: #fff;
  }
  .tel .tel-txt03 {
    font-size: 17px;
    line-height: 1.64;
    letter-spacing: 0.04em;
    color: #000000;
  }
  .tel .tel-txt03 span {
    padding: 0 0 0 1em;
    text-indent: -16px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .tel .tel-top {
    padding: 0.67rem 0 0.55rem;
    background: #e3ebf9;
  }
  .tel .tel-inner {
    position: relative;
  }
  .tel .tel-ttl {
    padding: 0 0 0 0.2rem;
    color: #109ff2;
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 1.66;
  }
  .tel .tel-pic01 {
    width: 2.77rem;
    position: absolute;
    top: -0.98rem;
    right: 0;
    z-index: 2;
  }
  .tel .tel-txt01 {
    margin: 0.2rem 0 0;
    padding: 0 0 0 0.2rem;
    color: #333333;
    font-size: 0.28rem;
    line-height: 1.57;
  }
  .tel .tel-btn {
    margin: 0.25rem 0 0;
  }
  .tel .tel-txt02 {
    margin: 0.22rem 0 0;
    color: #333333;
    font-size: 0.2rem;
    line-height: 1;
  }
  .tel .tel-bottom {
    padding: 0.17rem 0 0.26rem;
    background: #fff;
  }
  .tel .tel-txt03 {
    width: 6.66rem;
    margin: 0 auto;
    font-size: 0.24rem;
    line-height: 1.54;
    letter-spacing: -0.02em;
  }
  .tel .tel-txt03 span {
    padding: 0 0 0 1em;
    text-indent: -0.2rem;
    display: inline-block;
  }
}
/*==============================================================================
ano
============================================================================= */
@media screen and (min-width: 769px) {
  .ano-bg {
    padding: 65px 0 76px;
    background-color: #f9f4ec;
  }
  .ano-ttl01 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.58;
  }
  .ano-ttl01 .big {
    line-height: 1;
    font-size: 58px;
  }
  .ano-ttl01 .small {
    line-height: 1;
    font-size: 41px;
  }
  .ano-btn01 {
    display: block;
    width: 650px;
    margin: 27px auto 0;
  }
  .ano a {
    display: block;
    transition: 0.3s;
  }
  .ano a:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .ano-bg {
    padding: 0.65rem 0 0.74rem;
    background-color: #f9f4ec;
  }
  .ano-ttl01 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 0.48rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .ano-ttl01 .big {
    line-height: 1;
    font-size: 0.58rem;
  }
  .ano-ttl01 .small {
    line-height: 1;
    font-size: 0.41rem;
  }
  .ano-btn01 {
    display: block;
    width: 6.9rem;
    margin: 0.52rem auto 0;
  }
  .ano a {
    display: block;
    transition: 0.3s;
  }
  .ano a:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
/*==============================================================================
footer
============================================================================= */
@media screen and (min-width: 769px) {
  .footer-bg {
    position: relative;
    z-index: 1;
    padding: 33px 0 17px;
    background: #939393;
    margin-bottom: 108px;
  }
  .footer-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-left {
    display: flex;
  }
  .footer-left .txt {
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 1.68;
  }
  .footer-left .txt.diff {
    margin: 0 0 0 135px;
  }
  .footer-right {
    text-align: right;
  }
  .footer-link01, .footer-link02 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .footer-txt01 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .footer-bg {
    padding: 0.86rem 0 0.85rem;
    background: #939393;
    margin-bottom: 1.5rem;
  }
  .footer-left .txt {
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
  }
  .footer-left .txt.diff {
    margin: 0.18rem 0 0 0;
  }
  .footer-link01, .footer-link02 {
    color: #fff;
    font-size: 0.22rem;
    text-align: center;
    line-height: 1;
    margin: 0.22rem 0 0 0;
  }
  .footer-link01 {
    margin: 0.42rem 0 0 0;
  }
  .footer-txt01 {
    color: #fff;
    font-size: 0.22rem;
    text-align: center;
    line-height: 1;
    margin: 0.32rem 0 0 0;
  }
}
/*==============================================================================
footer-bottom
============================================================================= */
@media screen and (min-width: 769px) {
  .footer-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
  }
  .footer-bottom .footer-bottom-bg {
    padding: 5px 0 13px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.65);
  }
  .footer-bottom .footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    width: 876px;
  }
  .footer-bottom .btn01 {
    width: 423px;
  }
  .footer-bottom .btn02 {
    width: 423px;
  }
  .footer-bottom .btn01:hover,
  .footer-bottom .btn02:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
  }
  .footer-bottom .footer-bottom-bg {
    padding: 0.1rem 0;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.65);
  }
  .footer-bottom .footer-bottom-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom .btn01 {
    width: 3.36rem;
  }
  .footer-bottom .btn02 {
    width: 3.36rem;
  }
  .footer-bottom .btn01:hover,
  .footer-bottom .btn02:hover {
    opacity: 0.7;
  }
}
/*==============================================================================
IE hack
============================================================================= */
@media all and (-ms-high-contrast: none) {
  .price-subttl02 .deco {
    display: inline-block;
    padding: 12px 12px 0;
  }
}
/*==============================================================================
popup btn
============================================================================= */
@media screen and (min-width: 769px) {
  .popup-btn {
    display: none;
    width: 100px;
    position: fixed;
    bottom: 115px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .popup-btn {
    display: none;
    width: 1.5rem;
    position: fixed;
    bottom: 1.6rem;
    right: 0.3rem;
    cursor: pointer;
    z-index: 10;
  }
}/*# sourceMappingURL=style.css.map */