@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

:root {
  --vw: 1vw
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

sup {
  vertical-align: super
}

sub {
  vertical-align: sub
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul,
ol {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  transition: .2s
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle;
  font-size: 14px
}

.mb-28 {
  margin-bottom: 2.8rem
}

.mb-14 {
  margin-bottom: 1.4rem
}

.center {
  text-align: center
}

@media only screen and (max-width: 767px) {
  .left__sp {
    text-align: left
  }
}

@media(any-hover: hover) {
  .hover__img:hover {
    opacity: .7
  }
}

.ttl__box .ttl__box__in {
  color: var(--color__blue);
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  padding: .8rem 4.5rem .8rem 2rem;
  position: relative;
  z-index: 1;
  box-shadow: .6rem .6rem 0 gray;
  margin-bottom: 4.5rem
}

@media only screen and (max-width: 767px) {
  .ttl__box .ttl__box__in {
    font-size: 2rem;
    margin-bottom: 3.5rem;
    padding: .8rem 2rem
  }
}

.ttl__box .ttl__box__in.pink {
  box-shadow: .6rem .6rem 0 var(--color__pink)
}

.ttl__box .ttl__box__in.lightblue {
  box-shadow: .6rem .6rem 0 #a0c3d3
}

.ttl__box .ttl__box__in.yellow {
  box-shadow: .6rem .6rem 0 var(--color__yellow)
}

.ttl__large {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 4.7rem
}

@media only screen and (max-width: 767px) {
  .ttl__large {
    font-size: 2.8rem;
    margin-bottom: 2rem
  }
}

.ttl__large .ttl__large__in {
  position: relative;
  display: inline-block
}

.txt25 {
  font-size: 2.5rem;
  line-height: 2.5
}

@media only screen and (max-width: 767px) {
  .txt25 {
    font-size: 2rem;
    line-height: 2
  }
}

.txt22 {
  font-size: 2.2rem;
  line-height: 2.3
}

@media only screen and (max-width: 767px) {
  .txt22 {
    font-size: 1.8rem;
    line-height: 1.8
  }
}

.txt20 {
  font-size: 2rem;
  line-height: 2
}

@media only screen and (max-width: 767px) {
  .txt20 {
    font-size: 1.8rem;
    line-height: 1.8
  }
}

.txt18 {
  font-size: 1.8rem;
  line-height: 1.8
}

.bold {
  font-weight: bold
}

.color__blue {
  color: var(--color__blue)
}

.radius {
  border-radius: 2rem;
  overflow: hidden
}

.btn1 {
  background: var(--color__blue);
  border: 2px solid var(--color__blue);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  width: 28rem;
  margin: auto;
  border-radius: 50px;
  text-align: center;
  padding: 1.7rem 0;
  cursor: pointer;
  transition: .3s
}

@media(any-hover: hover) {
  .btn1:hover {
    color: var(--color__blue);
    background: #fff
  }
}

:root {
  --color__main: #333333;
  --color__blue: #1F2160;
  --color__pink: #D886AA;
  --color__yellow: #EFD368;
  --font__inter: "Inter", sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

@media only screen and (min-width: 768px) {
  html {
    font-size: calc(.7320644217*var(--vw))
  }
}

@media only screen and (min-width: 1366px) {
  html {
    font-size: 62.5%
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: calc(2.6666666667*var(--vw))
  }
}

body {
  background: #faf3eb;
  color: var(--color__blue);
  line-height: 1.5;
  position: relative;
  word-break: break-word;
  width: 100%;
  font-weight: 400;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-size: 1.4rem;
  font-family: var(--font__inter);
  font-weight: bold
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem
  }
}

body.active {
  height: 100%;
  overflow: hidden
}

img {
  height: auto
}

.dummy {
  width: 60%
}

.container {
  overflow: hidden
}

.pc {
  display: block
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none
  }
}

.sp {
  display: none
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block
  }
}

.inner {
  width: 112rem;
  margin: auto;
  position: relative;
  padding: 0 2rem
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 2rem
  }
}

.txt404 {
  color: var(--color__gray);
  font-size: 16rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem
}

.header {
  background: url("../img/header_bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 12rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99
}

@media only screen and (max-width: 767px) {
  .header {
    height: 60px
  }
}

.header .header__in {
  height: 100%;
  width: 105rem;
  padding: 0 2rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .header .header__in {
    width: 100%
  }
}

.header .logo {
  width: 49.9rem
}

@media only screen and (max-width: 767px) {
  .header .logo {
    width: 26rem
  }
}

@media only screen and (max-width: 767px) {
  .header .tel {
    display: none
  }
}

.header .tel>a {
  display: flex;
  gap: .6rem;
  align-items: center;
  color: #fff;
  font-size: 3rem
}

.header .tel img {
  display: block;
  width: 3rem
}

.spbtns {
  display: none
}

@media only screen and (max-width: 767px) {
  .spbtns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    width: 100%;
    height: 6.2rem;
    bottom: 0;
    left: 0;
    z-index: 99
  }
}

.spbtns .btn__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  background: var(--color__yellow);
  font-size: 1.8rem
}

.spbtns .btn__tel img {
  width: 1.5rem
}

.spbtns .btn__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  background: var(--color__blue);
  color: #fff;
  font-size: 1.8rem
}

.spbtns .btn__contact img {
  width: 1.5rem
}

.kv {
  width: 100%;
  height: 61.666vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 8.3rem
}

@media only screen and (max-width: 767px) {
  .kv {
    height: 100vh;
    margin-bottom: 0
  }
}

.kv .mainimg {
  width: 72.569vw;
  width: auto;
  height: 100%;
  position: absolute;
  top: -1.805vw;
  top: 0;
  right: -6.111vw
}

@media only screen and (max-width: 767px) {
  .kv .mainimg {
    width: 100%;
    height: auto;
    top: 0;
    right: -3rem
  }
}

.kv .content {
  width: 39.305vw;
  position: absolute;
  top: 19.444vw;
  left: 15.069vw;
  top: auto;
  bottom: 0;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease, transform 1s ease
}

@media only screen and (max-width: 767px) {
  .kv .content {
    top: 26rem;
    left: auto;
    width: 100%;
    padding: 0 2rem
  }
}

.kv .content.is-active {
  opacity: 1;
  transform: translateX(0)
}

.kv .content .content__catch {
  color: var(--color__blue);
  font-size: 4.3vw
}

@media only screen and (max-width: 767px) {
  .kv .content .content__catch {
    font-size: 3.7rem;
    line-height: 1.2;
    text-shadow:
      0 0 6px rgba(255,255,255,0.9),
      0 0 12px rgba(255,255,255,0.7),
      0 0 20px rgba(255,255,255,0.5);
  }
}

.kv .content .content__txt {
  color: var(--color__blue);
  font-size: 1.25vw;
  line-height: 1.8
}

@media only screen and (max-width: 767px) {
  .kv .content .content__txt {
    font-size: 1.6rem
  }
}

.kv .content .content__tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .972vw;
  margin: .902vw 0 1.041vw
}

@media only screen and (max-width: 767px) {
  .kv .content .content__tags {
    gap: .8rem;
    margin: .8rem 0
  }
}

.kv .content .content__tags .content__tags__item {
  background: var(--color__blue);
  color: #fff;
  font-size: 1.388vw;
  text-align: center;
  padding: .555vw 0
}

@media only screen and (max-width: 767px) {
  .kv .content .content__tags .content__tags__item {
    font-size: 1.1rem;
    padding: .5rem 0
  }
}

.kv .content .content__tags .content__img {
  width: 100%
}

.sec {
  max-width: 1440px;
  margin: auto
}

.sec__about {
  padding: 15rem 0 21rem;
  background-image: url("../img/bg_pink1.png");
  background-size: 127.4rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .sec__about {
    background-size: auto 100%;
    padding: 8rem 0
  }
}

.sec__about .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
  margin-bottom: 8rem
}

@media only screen and (max-width: 767px) {
  .sec__about .box {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin-bottom: 3rem
  }
}

.sec__about .ttl__sub {
  font-size: 3rem;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: .8rem;
  margin-bottom: 3rem
}

@media only screen and (max-width: 767px) {
  .sec__about .ttl__sub {
    font-size: 2rem
  }
}

.sec__about .circles {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center
}

.sec__about .circles li {
  width: 21.7rem;
  height: 21.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e09eb2;
  border-radius: 50%;
  font-size: 2rem;
  text-align: center;
  background: url(../img/circle_pink.png) no-repeat;
  background-size: 100% 100%
}

@media only screen and (max-width: 767px) {
  .sec__about .circles li {
    width: 15.7rem;
    height: 15.7rem;
    font-size: 1.6rem
  }
}

@media only screen and (min-width: 768px) {
  .sec__about .deco {
    width: 25.2rem;
    position: absolute;
    left: -7rem;
    bottom: -15rem
  }
}

@media only screen and (max-width: 767px) {
  .sec__about .deco {
    margin-top: 2rem
  }
}

.sec__point {
  padding: 5rem 0 11.5rem;
  background-image: url("../img/bg_lightblue.png");
  background-size: 102.3rem auto;
  background-repeat: no-repeat;
  background-position: 35% top;
  overflow: hidden;
  margin: 5rem auto 6rem;
  position: relative;
  max-width: 1440px
}

@media only screen and (max-width: 767px) {
  .sec__point {
    padding: 8rem 0;
    background-size: auto 100%
  }
}

.sec__point .list li+li {
  margin-top: 3rem
}

.sec__point .list li .tag {
  background: var(--color__blue);
  display: inline-block;
  border-radius: 25px;
  font-size: 2.1rem;
  color: #fff;
  padding: .2rem 3rem;
  margin-bottom: 1rem
}

@media only screen and (max-width: 767px) {
  .sec__point .list li .tag {
    font-size: 1.8rem;
    padding: 0 4rem
  }
}

.sec__point .list li .tag .num {
  font-size: 2.8rem
}

@media only screen and (max-width: 767px) {
  .sec__point .decos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem
  }
}

@media only screen and (min-width: 768px) {
  .sec__point .deco1 {
    width: 36.2rem;
    position: absolute;
    top: 26.9rem;
    right: 0
  }
}

@media only screen and (min-width: 768px) {
  .sec__point .deco2 {
    width: 36.2rem;
    position: absolute;
    top: 54.6rem;
    right: 13.8rem
  }
}

.sec__point--outer {
  position: relative
}

.sec__point--outer .honegorikun1 {
  width: 22.6rem;
  width: 14.3rem;
  position: absolute;
  left: -2.6rem;
  bottom: 0
}

@media only screen and (max-width: 767px) {
  .sec__point--outer .honegorikun1 {
    width: 8rem;
    bottom: -5rem;
    left: -1.6rem
  }
}

.sec__tel {
  padding: 10.6rem 0 8.4rem;
  background: url("../img/bg_tel.jpg") no-repeat;
  background-size: 100% 100%
}

@media only screen and (max-width: 767px) {
  .sec__tel {
    padding: 4rem 0
  }
}

.sec__tel .ttl__tel {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 2.7rem
}

@media only screen and (max-width: 767px) {
  .sec__tel .ttl__tel {
    font-size: 2.2rem;
    margin-bottom: 3rem
  }
}

.sec__tel .tel {
  text-align: center
}

.sec__tel .tel a {
  width: max-content;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: .8rem;
  font-size: 8rem
}

@media only screen and (max-width: 767px) {
  .sec__tel .tel a {
    font-size: 3rem
  }
}

.sec__tel .tel a img {
  width: 5.7rem
}

@media only screen and (max-width: 767px) {
  .sec__tel .tel a img {
    width: 2.8rem
  }
}

.sec__tel .datetime {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3.7rem
}

@media only screen and (max-width: 767px) {
  .sec__tel .datetime {
    margin: 3rem 0;
    font-size: 2rem
  }
}

.sec__tel .logo {
  width: 31.3rem;
  margin: auto
}

@media only screen and (max-width: 767px) {
  .sec__tel .logo {
    width: 24rem
  }
}

.sec__effect {
  padding: 6.9rem 0 25.4rem;
  background-image: url("../img/bg_pink2.png");
  background-size: 110.3rem auto;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  position: relative;
  margin-top: 4rem
}

@media only screen and (max-width: 767px) {
  .sec__effect {
    padding: 8rem 0 16rem
  }
}

.sec__effect .ttl__box .ttl__box__in {
  margin-bottom: 12rem
}

@media only screen and (max-width: 767px) {
  .sec__effect .ttl__box .ttl__box__in {
    margin-bottom: 3.5rem
  }
}

.sec__effect .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.9rem;
  width: 76.9rem;
  margin: auto
}

@media only screen and (max-width: 767px) {
  .sec__effect .box {
    width: 100%;
    gap: 4rem;
    grid-template-columns: 1fr
  }
}

.sec__effect .box li+li {
  margin-top: 2rem
}

.sec__effect .box .list .head {
  border: 2px solid;
  border-radius: 2rem;
  background: #fff;
  overflow: hidden
}

.sec__effect .box .list .head .head__ttl {
  font-size: 3.5rem;
  text-align: center;
  padding: 1.8rem 0
}

@media only screen and (max-width: 767px) {
  .sec__effect .box .list .head .head__ttl {
    font-size: 2rem;
    padding: 1rem 0
  }
}

.sec__effect .box .list .item {
  border: 2px solid;
  border-radius: 2rem;
  font-size: 2.4rem;
  text-align: center;
  padding: 2.3rem 0;
  background: #fff
}

@media only screen and (max-width: 767px) {
  .sec__effect .box .list .item {
    font-size: 1.8rem;
    padding: 1.6rem 0;
    border-radius: 1rem
  }
}

.sec__effect .box .list .item--txt {
  margin: 4rem 0;
  position: relative
}

@media only screen and (max-width: 767px) {
  .sec__effect .box .list .item--txt {
    margin: 2rem 0
  }
}

.sec__effect .box .list .item--txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.2rem solid rgba(0, 0, 0, 0);
  border-left: 1.2rem solid rgba(0, 0, 0, 0);
  border-top: 1.6rem solid var(--color__blue);
  border-bottom: 0;
  position: absolute;
  top: -4rem;
  right: 0;
  left: 0;
  margin: auto
}

@media only screen and (max-width: 767px) {
  .sec__effect .box .list .item--txt::before {
    top: -2rem
  }
}

.sec__effect .deco {
  position: absolute;
  width: 38.2rem;
  bottom: 0;
  right: 1rem
}

@media only screen and (max-width: 767px) {
  .sec__effect .deco {
    width: 20rem
  }
}

.sec__strength {
  padding: 6.9rem 0 25.4rem;
  background-image: url("../img/bg_yellow1.png");
  background-size: 114.2rem auto;
  background-repeat: no-repeat;
  background-position: 11rem top;
  overflow: hidden;
  position: relative;
  margin-top: 9rem
}

@media only screen and (max-width: 767px) {
  .sec__strength {
    margin-top: 0;
    padding: 8rem 0 12rem;
    background-size: auto 100%;
    background-position: center top
  }
}

.sec__strength .ttl__box .ttl__box__in {
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  .sec__strength .ttl__box .ttl__box__in {
    margin-bottom: 4rem
  }
}

.sec__strength .list {
  position: relative;
  width: 100%;
  height: 88.2rem
}

@media only screen and (max-width: 767px) {
  .sec__strength .list {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
  }
}

.sec__strength .list li {
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute
}

@media only screen and (max-width: 767px) {
  .sec__strength .list li {
    position: relative;
    width: 100% !important;
    height: auto !important;
    min-height: 13rem;
    font-size: 1.6rem
  }
}

.sec__strength .list li.type1 {
  background-image: url("../img/strength_type1.png");
  width: 23.8rem;
  height: 17.1rem
}

@media only screen and (min-width: 768px) {
  .sec__strength .list li.type1 {
    top: 8.2rem;
    left: 14.1rem
  }
}

.sec__strength .list li.type2 {
  background-image: url("../img/strength_type2.png");
  width: 27.4rem;
  height: 18.7rem
}

@media only screen and (min-width: 768px) {
  .sec__strength .list li.type2 {
    top: 3.3rem;
    left: 58rem
  }
}

.sec__strength .list li.type3 {
  background-image: url("../img/strength_type3.png");
  width: 30.9rem;
  height: 18.8rem
}

@media only screen and (min-width: 768px) {
  .sec__strength .list li.type3 {
    top: 34.4rem;
    left: -1.1rem
  }
}

.sec__strength .list li.type4 {
  background-image: url("../img/strength_type4.png");
  width: 28.6rem;
  height: 18.9rem
}

@media only screen and (min-width: 768px) {
  .sec__strength .list li.type4 {
    top: 21.9rem;
    left: 35.7rem
  }
}

.sec__strength .list li.type5 {
  background-image: url("../img/strength_type5.png");
  width: 27.4rem;
  height: 22.5rem
}

@media only screen and (min-width: 768px) {
  .sec__strength .list li.type5 {
    top: 43.8rem;
    left: 33rem
  }
}

.sec__strength .list li.type6 {
  background-image: url("../img/strength_type6.png");
  width: 36.4rem;
  height: 18.8rem
}

@media only screen and (min-width: 768px) {
  .sec__strength .list li.type6 {
    top: 39.3rem;
    left: 64.6rem
  }
}

.sec__strength .list li.type7 {
  background-image: url("../img/strength_type7.png");
  width: 33.9rem;
  height: 18.6rem
}

@media only screen and (min-width: 768px) {
  .sec__strength .list li.type7 {
    top: 72.9rem;
    left: 30.4rem
  }
}

.sec__strength .list li.type8 {
  background-image: url("../img/strength_type8.png");
  width: 28.9rem;
  height: 18.8rem
}

@media only screen and (min-width: 768px) {
  .sec__strength .list li.type8 {
    top: 62.7rem;
    left: 63.4rem
  }
}

.sec__strength .deco {
  position: absolute;
  width: 36.9rem;
  bottom: 0;
  left: 6rem
}

@media only screen and (max-width: 767px) {
  .sec__strength .deco {
    width: 11rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
  }
}

.sec__staff {
  padding: 17.5rem 0 9rem
}

@media only screen and (max-width: 767px) {
  .sec__staff {
    padding: 10rem 0 8rem
  }
}

.sec__staff .deco {
  position: absolute;
  left: 21.5rem;
  top: -13.5rem;
  width: 26.7rem
}

@media only screen and (max-width: 767px) {
  .sec__staff .deco {
    right: -8rem;
    left: auto;
    width: 13rem;
    top: -9rem
  }
}

.sec__staff .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem
}

@media only screen and (max-width: 767px) {
  .sec__staff .list {
    gap: 2rem 1rem
  }
}

.sec__staff .list li .photo {
  padding: 1rem;
  background: #fff;
  margin-bottom: .8rem
}

@media only screen and (max-width: 767px) {
  .sec__staff .list li .photo {
    padding: .5rem
  }
}

.sec__staff .list li .name {
  margin-bottom: 1.4rem
}

@media only screen and (max-width: 767px) {
  .sec__staff .list li .name {
    margin-bottom: 1rem
  }
}

.sec__staff .list li .name .name__kana {
  font-size: 1.6rem;
  color: #333
}

@media only screen and (max-width: 767px) {
  .sec__staff .list li .name .name__kana {
    font-size: 1.4rem
  }
}

.sec__staff .list li .name .name__full {
  font-size: 3rem
}

@media only screen and (max-width: 767px) {
  .sec__staff .list li .name .name__full {
    font-size: 2rem
  }
}

.sec__staff .list li .message {
  color: #333;
  font-size: 1.6rem
}

@media only screen and (max-width: 767px) {
  .sec__staff .list li .message {
    font-size: 1.4rem
  }
}

.sec__voice {
  padding: 3.5rem 0 7rem
}

@media only screen and (max-width: 767px) {
  .sec__voice {
    padding: 4rem 0 8rem
  }
}

.sec__voice .mov {
  width: 84.8rem;
  margin: auto;
  background: #fff;
  padding: 1rem;
  position: relative;
  margin-bottom: 7rem
}

@media only screen and (max-width: 767px) {
  .sec__voice .mov {
    width: 100%;
    margin-bottom: 4rem;
    padding: .5rem
  }
}

.sec__voice .mov::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/mv_bg.jpg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  z-index: -1
}

@media only screen and (max-width: 767px) {
  .sec__voice .mov::after {
    bottom: -1rem;
    right: -1rem
  }
}

.sec__voice .mov video {
  width: 100%
}

.sec__voice .mov .mov__icon {
  width: 8.1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  transition: .3s
}

@media only screen and (max-width: 767px) {
  .sec__voice .mov .mov__icon {
    width: 6rem;
    display: none
  }
}

.sec__voice .mov.is-playing .mov__icon {
  opacity: 0
}

.sec__voice .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem
}

@media only screen and (max-width: 767px) {
  .sec__voice .list {
    grid-template-columns: 1fr;
    gap: 1rem
  }
}

.sec__voice .list li {
  padding: 1rem;
  padding-bottom: 6rem;
  background: #fff
}

@media only screen and (max-width: 767px) {
  .sec__voice .list li {
    padding-bottom: 3rem
  }
}

.sec__voice .list li .img {
  margin-bottom: .8rem
}

.sec__voice .list li .name {
  margin-bottom: .8rem
}

.sec__voice .list li .state {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 3rem
}

@media only screen and (max-width: 767px) {
  .sec__voice .list li .state {
    margin-bottom: 1rem
  }
}

.sec__voice .list li .state dt {
  background: #e8e8e8;
  text-align: center;
  border-radius: 1rem;
  font-size: 1.4rem
}

.sec__voice .list li .state dd {
  font-size: 1.6rem
}

.sec__flow {
  padding: 2.2rem 0 11rem;
  background-image: url("../img/bg_pink3.png");
  background-size: 84.7rem auto;
  background-repeat: no-repeat;
  background-position: 26rem top;
  overflow: hidden;
  position: relative
}

@media only screen and (max-width: 767px) {
  .sec__flow {
    padding: 8rem 0;
    background-size: auto 100%;
    background-position: center top
  }
}

.sec__flow .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 3.8rem
}

@media only screen and (max-width: 767px) {
  .sec__flow .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem
  }
}

.sec__flow .list li .step {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 1rem
}

@media only screen and (max-width: 767px) {
  .sec__flow .list li .step {
    font-size: 2rem
  }
}

.sec__flow .honegorikun4 {
  width: 16.9rem;
  position: absolute;
  bottom: 10rem;
  left: 0
}

@media only screen and (max-width: 767px) {
  .sec__flow .honegorikun4 {
    width: 10rem;
    left: auto;
    right: 5rem;
    bottom: 19rem
  }
}

.sec__price {
  padding: 2.2rem 0 6rem;
  overflow: hidden;
  position: relative;
  margin-top: 9.8rem;
  padding-bottom: 10rem
}

@media only screen and (max-width: 767px) {
  .sec__price {
    padding: 8rem 0 4rem;
    background-size: auto 100%
  }
}

/*.sec__price .price__head {
  font-size: 4rem;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .sec__price .price__head {
    font-size: 2.4rem
  }
}*/

.sec__price .decor-line {
  position: relative;
  height: .4rem;
  background-color: var(--color__blue);
  margin: 1rem auto 3rem;
  width: 48rem;
  border-radius: 1rem
}

@media only screen and (max-width: 767px) {
  .sec__price .decor-line {
    width: 100%
  }
}

.sec__price .decor-line::before,
.sec__price .decor-line::after {
  content: "";
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color__blue)
}

.sec__price .decor-line::before {
  left: -1rem
}

.sec__price .decor-line::after {
  right: -1rem
}

.sec__price .price__intro {
  text-align: center
}

.sec__price .price__intro p {
  display: inline-block;
  text-align: left
}

.sec__price .figure {
  width: 70.6rem;
  margin: 3rem auto 0
}

@media only screen and (max-width: 767px) {
  .sec__price .figure {
    width: 100%
  }
}

.sec__price .honegorikun5 {
  width: 35.9rem;
  position: absolute;
  bottom: 0;
  right: 0
}

@media only screen and (max-width: 767px) {
  .sec__price .honegorikun5 {
    width: 14rem
  }
}

.sec__price .price__intro {
  margin-bottom: 9rem
}

.outer__img {
  position: relative;
  background-image: url("../img/honegorikun5.png");
  background-size: 36rem;
  background-repeat: no-repeat;
  background-position: calc(50% + 29rem) top;
  padding-top: 16rem
}

@media only screen and (max-width: 767px) {
  .outer__img {
    background-size: 20rem;
    background-position: calc(50% + 6rem) top;
    padding-top: 3rem
  }
}

.sec__faq {
  padding: 4.2rem 0 7.7rem;
  background-image: url("../img/bg_yellow2.png");
  background-size: 122.8rem auto;
  background-repeat: no-repeat;
  background-position: 5rem top;
  overflow: hidden;
  position: relative;
  margin-top: 9.5rem;
  min-height: 70rem
}

@media only screen and (max-width: 767px) {
  .sec__faq {
    min-height: 55rem;
    padding: 8rem 0;
    background-size: auto 100%;
    background-position: center top
  }
}

.sec__faq .faq summary {
  cursor: pointer;
  list-style: none;
  position: relative
}

.sec__faq .faq summary::-webkit-details-marker {
  display: none
}

.sec__faq .faq summary::marker {
  content: ""
}

.sec__faq .faq summary::after,
.sec__faq .faq summary::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background: currentColor;
  transition: transform .2s ease;
  background: #333
}

@media only screen and (max-width: 767px) {

  .sec__faq .faq summary::after,
  .sec__faq .faq summary::before {
    right: 1rem
  }
}

.sec__faq .faq summary::after {
  width: 2rem;
  height: .2rem;
  transform: translateY(-50%)
}

.sec__faq .faq summary::before {
  width: .2rem;
  height: 2rem;
  right: 2.4rem;
  transform: translateY(-50%) scaleY(1)
}

@media only screen and (max-width: 767px) {
  .sec__faq .faq summary::before {
    right: 1.85rem
  }
}

.sec__faq .faq[open] summary::before {
  transform: translateY(-50%) scaleY(0)
}

.sec__faq .faqs .faq {
  border-radius: 1rem;
  overflow: hidden
}

.sec__faq .faqs .faq summary {
  background: #fff;
  padding: 1.8rem 5.3rem;
  font-size: 2.5rem;
  position: relative
}

@media only screen and (max-width: 767px) {
  .sec__faq .faqs .faq summary {
    padding: 1.8rem 4rem 1.8rem 4rem;
    font-size: 1.8rem
  }
}

.sec__faq .faqs .faq summary .faq__icon {
  top: 2rem
}

@media only screen and (max-width: 767px) {
  .sec__faq .faqs .faq summary .faq__icon {
    top: 1.5rem
  }
}

.sec__faq .faqs .faq .answer {
  background: #fff;
  padding: 1.8rem 5.3rem;
  font-size: 1.6rem;
  position: relative
}

@media only screen and (max-width: 767px) {
  .sec__faq .faqs .faq .answer {
    padding: 1.8rem 4rem 1.8rem 4rem
  }
}

@media only screen and (max-width: 767px) {
  .sec__faq .faqs .faq .answer .faq__icon {
    top: 1.2rem
  }
}

.sec__faq .faqs .faq .faq__icon {
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  color: #0f6cc9;
  position: absolute;
  top: 1rem;
  left: 1.4rem
}

@media only screen and (max-width: 767px) {
  .sec__faq .faqs .faq .faq__icon {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2rem;
    left: 1rem;
    top: 1.6rem
  }
}

.sec__faq .faqs .faq .faq__icon.faq__icon--A {
  color: #ea1e55
}

.sec__faq .faqs .faq+.faq {
  margin-top: 1.4rem
}

.sec__contact {
  padding: 6rem 0 8rem;
  background: url("../img/bg_contact.png") no-repeat;
  background-size: cover;
  margin-top: 13rem
}

@media only screen and (max-width: 767px) {
  .sec__contact {
    margin-top: 6rem
  }
}

.sec__contact .inner--small {
  width: 76.8rem
}

@media only screen and (max-width: 767px) {
  .sec__contact .inner--small {
    width: 100%
  }
}

.sec__contact .formblock .column {
  display: grid;
  grid-template-columns: 1fr 48rem;
  align-items: flex-start
}

@media only screen and (max-width: 767px) {
  .sec__contact .formblock .column {
    grid-template-columns: 1fr
  }
}

.sec__contact .formblock .column+.column {
  margin-top: 3.2rem
}

.sec__contact .formblock .column dt {
  font-size: 2rem
}

.sec__contact .formblock .column dt .required {
  display: inline-block;
  margin-left: .5rem;
  color: red
}

.sec__contact .formblock .column dd input,
.sec__contact .formblock .column dd input[type=emal],
.sec__contact .formblock .column dd textarea {
  border: 1px solid #a2a3c1;
  border-radius: .5rem;
  padding: 0 1rem;
  background: #fff;
  padding: 1.15rem 1.5rem;
  font-size: 2rem;
  width: 100%
}

.sec__contact .btn__form {
  margin-top: 6rem
}

@media only screen and (max-width: 767px) {
  .sec__contact .btn__form {
    margin-top: 3rem
  }
}

.sec__contact .btn__form #submitBtn {
  background: var(--color__blue);
  border: 2px solid var(--color__blue);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  width: 28rem;
  margin: auto;
  border-radius: 50px;
  text-align: center;
  padding: 1.7rem 0;
  cursor: pointer;
  transition: .3s
}

@media(any-hover: hover) {
  .sec__contact .btn__form #submitBtn:hover {
    color: var(--color__blue);
    background: #fff
  }
}

.sec__thanks {
  padding: 24rem 0 18rem
}

@media only screen and (max-width: 767px) {
  .sec__thanks {
    padding: 12rem 0
  }
}

.sec__thanks .ttl__thanks {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 4rem
}

@media only screen and (max-width: 767px) {
  .sec__thanks .ttl__thanks {
    font-size: 2rem
  }
}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 60px
  }
}

.sec__price__body .inner__price {
  max-width: 95rem;
  margin: 0 auto
}

@media only screen and (max-width: 767px) {
  .sec__price__body .inner__price {
    padding: 0 2rem;
    padding: 0
  }
}

.sec__price__body .price__head {
  font-size: 4rem;
  text-align: center;
  width: 40%;
  margin-inline: auto;
  border-bottom: dotted 6px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sec__price__body .price__head {
    width: 60%;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

.sec__price__body .price_subttl {
  font-size: 2rem;
  text-align: center;
  background: #262a70;
  color: #fff;
  border-radius: 1.5rem;
  padding: 1.8rem 3rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .sec__price__body .price_subttl {
    padding: 1.2rem 3rem;
    font-size: 1.4rem;
    max-width: 96%;
    margin-inline: auto;
  }
}

.sec__price__body .price-accordion {
  display: flex;
  flex-direction: column;
  gap: 6rem
}

.sec__price__body details.price_list {

}

.sec__price__body details.price_list summary {
  list-style: none;
  color: #D45858;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: solid 1px;
  width: fit-content;
  margin-inline: auto;
  padding-left: 1rem;
  cursor: pointer;
}

.sec__price__body details.price_list summary::-webkit-details-marker {
  display: none;
}

.sec__price__body details.price_list summary::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin: 0.25rem 1rem;
}

.sec__price__body details.price_list[open] summary::after {
  transform: rotate(-135deg);
  margin: 0 1rem;
}

.sec__price__body .price-accordion__item {
  width: 100%
}

.sec__price__body .price-accordion__body.bg1 {
  background-image: url(../img/bg_pink1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  background-position: center 20rem
}

.sec__price__body .price-accordion__body.bg2 {
  background-image: url(../img/bg_yellow1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 11rem top;
  overflow: hidden;
  background-position: center 17rem
}

.sec__price__body .price-accordion__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 0;
  background: #262a70;
  color: #fff;
  border-radius: 1.5rem;
  padding: 1.8rem 3rem;
  cursor: pointer;
  text-align: left
}

.sec__price__body .price-accordion__headText {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em
}

.sec__price__body .price-accordion__icon {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0
}

.sec__price__body .price-accordion__icon::before {
  content: "";
  position: absolute;
  top: .3rem;
  left: .4rem;
  width: .8rem;
  height: .8rem;
  border-right: .2rem solid #fff;
  border-bottom: .2rem solid #fff;
  transform: rotate(45deg);
  transition: transform .3s ease
}

.sec__price__body .price-accordion__item.is-open .price-accordion__icon::before {
  transform: rotate(-135deg);
  top: .7rem
}

.sec__price__body details.price_list .price-accordion__body {
  display: none;
  padding-top: 3.2rem
}

.sec__price__body details.price_list .price-accordion__body {
  display: block;
  max-width: 96%;
  margin-inline: auto;
}

.sec__price__body .price-accordion__lead {
  margin-bottom: 2.8rem
}

@media only screen and (max-width: 767px) {
  .sec__price__body .price-accordion__lead {
    width: 96%;
    margin: 0 auto 2.8rem
  }
}

.sec__price__body .price-accordion__lead p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700
}

.sec__price__body .price-accordion__lead p+p {
  margin-top: .4rem
}

.sec__price__body .price-main {
  display: grid;
  gap: 2rem
}

.sec__price__body .price-main--two {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.sec__price__body .price-main__card {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 3.8rem 3.2rem
}

.sec__price__body .price-main__title {
  position: relative;
  padding-left: 1.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4
}

.sec__price__body .price-main__title::before {
  content: "";
  position: absolute;
  top: .2rem;
  left: 0;
  width: .4rem;
  height: 1.8rem;
  border-radius: 999rem;
  background: #262a70
}

.sec__price__body .price-main__caption {
  margin-top: .8rem;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 700
}

.sec__price__body .price-table {
  margin-top: 1.8rem;
  overflow-x: auto
}

.sec__price__body .price-table table {
  width: 100%;
  min-width: 58rem;
  border-collapse: separate;
  border-spacing: 0 .8rem
}

@media only screen and (max-width: 767px) {
  .sec__price__body .price-table table {
    min-width: auto
  }
}

.sec__price__body .price-table--narrow table {
  min-width: 0
}

.sec__price__body .price-table th,
.sec__price__body .price-table td {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2a2d77;
  text-align: center;
  white-space: nowrap
}

@media only screen and (max-width: 767px) {

  .sec__price__body .price-table th,
  .sec__price__body .price-table td {
    font-size: 1.2rem
  }
}

.sec__price__body .price-table thead th:first-child {
  width: 9.2rem
}

.sec__price__body .price-table tbody th {
  padding-right: 1rem
}

@media only screen and (max-width: 767px) {
  .sec__price__body .price-table tbody th {
    padding-right: .5rem
  }
}

.sec__price__body .price-table td {
  padding: .8rem 0 .6rem;
  border-bottom: .2rem solid #c9cadb
}

.sec__price__body .price-table__pill {
  display: block;
  padding: .8rem 1rem;
  background: #262a70;
  color: #fff;
  border-radius: 999rem;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 96%;
  margin: auto
}

.sec__price__body .price-table__pill.is-yellow {
  background: #f2cf35;
  color: #2a2d77
}

.sec__price__body .price-option {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 2rem
}

.sec__price__body .price-option__card {
  background: #fff;
  border-radius: 2rem;
  padding: 1.2rem 1.4rem 1.6rem
}

.sec__price__body .price-option__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: .8rem 1.2rem;
  background: #262a70;
  color: #fff;
  border-radius: 999rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width: 767px) {
  .sec__price__body .price-option__title {
    min-height: 3.5rem
  }
}

.sec__price__body .price-option__list {
  margin-top: 1.2rem
}

.sec__price__body .price-option__row {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  column-gap: 1.2rem
}

.sec__price__body .price-option__row+.price-option__row {
  margin-top: .8rem
}

.sec__price__body .price-option__row dt {
  padding: .8rem 1rem;
  background: #262a70;
  color: #fff;
  border-radius: 999rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2
}

.sec__price__body .price-option__row dt.is-yellow {
  background: #f2cf35;
  color: #2a2d77
}

.sec__price__body .price-option__row dd {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5
}

.sec__price__body .price-option__note {
  margin-top: .8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center
}

.sec__price__body .price-option__card--table {
  padding-bottom: 1.2rem
}

.sec__price__body .price-option__subCols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.2rem;
  padding-left: 9.2rem
}

.sec__price__body .price-option__subCols span {
  display: block;
  padding: .8rem 1rem;
  background: #262a70;
  color: #fff;
  border-radius: 999rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2
}

.sec__price__body .price-option__table {
  width: 100%;
  margin-top: .8rem;
  border-collapse: collapse
}

.sec__price__body .price-option__table th {
  width: 8rem;
  padding: .8rem 1rem;
  background: #262a70;
  color: #fff;
  border-radius: 999rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2
}

.sec__price__body .price-option__table tr:last-child th {
  background: #f2cf35;
  color: #2a2d77
}

.sec__price__body .price-option__table td {
  padding: .8rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: .2rem solid #c9cadb
}

.sec__price__body .price-note {
  margin-top: 2rem
}

@media only screen and (max-width: 767px) {
  .sec__price__body .price-note {
    padding: 0 2rem
  }
}

.sec__price__body .price-note li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2
}

.sec__price__body .price-note li::before {
  content: "";
  position: absolute;
  top: .9rem;
  left: 0;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  background: #262a70
}

@media only screen and (max-width: 767px) {
  .sec__price__body {
    padding: 0
  }

  .sec__price__body .price-accordion {
    gap: 4rem
  }

  .sec__price__body .price-accordion__head {
    padding: 1.2rem 2rem;
    border-radius: 1.2rem;
    width: 96%;
    margin: auto
  }

  .sec__price__body .price-accordion__headText {
    font-size: 1.6rem
  }

  .sec__price__body .price-accordion__body {
    padding-top: 2.4rem
  }

  .sec__price__body .price-main--two {
    grid-template-columns: 1fr
  }

  .sec__price__body .price-main__card {
    padding: 2.4rem 1rem 2.6rem
  }

  .sec__price__body .price-option {
    grid-template-columns: 1fr
  }

  .sec__price__body .price-option__subCols {
    padding-left: 8rem
  }

  .sec__price__body .price-note li {
    line-height: 1.8
  }
}

/* FV：アイコン画像追加 */
.kv .mark {
  position: absolute;
  width: 16%;
  bottom: 1%;
  right: 1%;
}

@media only screen and (max-width: 767px) {
  .kv .mark {
    position: absolute;
    width: 32%;
    top: 34rem;
    bottom: inherit;
    right: 1%;
  }
}
/*# sourceMappingURL=style.css.map */