@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #222222;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 52px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #222222;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.5;
}

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

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*========================
common
========================*/
.pc-bg {
  background: url(../img/pc-bg.jpg) no-repeat center center/cover;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
}
@media screen and (max-width: 375px) {
  .pc-bg {
    display: none;
  }
}
.pc-bg .bg-logo {
  position: absolute;
  max-width: 238px;
  left: 20px;
  top: 5px;
}
@media screen and (max-width: 1210px) {
  .pc-bg .bg-logo {
    display: none;
  }
}
.pc-bg .dummy {
  width: 377px;
  height: 100%;
}
.pc-bg .wrap1,
.pc-bg .wrap2 {
  max-width: 350px;
  text-align: right;
  width: calc((100% - 34px - 34px - 377px) / 2);
}
@media screen and (max-width: 1210px) {
  .pc-bg .wrap1,
  .pc-bg .wrap2 {
    display: none;
  }
}
.pc-bg .wrap2 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  padding-left: 8px;
  margin-left: 14px;
}
.pc-bg .wrap2 .btns a {
  text-align: left;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid #034387;
  position: relative;
  padding-right: 22px;
}
.pc-bg .wrap2 .btns a::before {
  content: "";
  background: url(../img/arrow2.png) no-repeat center center/contain;
  position: absolute;
  width: 14px;
  height: 8px;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-bg .btn-wrap {
  max-width: 350px;
  margin-left: auto;
  margin-top: 44px;
  text-align: center;
}
.pc-bg .btn-wrap .btn-text {
  color: #034387;
  margin: 0 auto;
  font-weight: bold;
}
.pc-bg .btn-wrap .link {
  font-size: 16px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.pc-bg .btn-wrap .btn-text2 {
  padding-left: 22px;
  position: relative;
}
.pc-bg .btn-wrap .btn-text2::before {
  content: "";
  background: url(../img/btn-text2.png) no-repeat center center/contain;
  position: absolute;
  width: 31px;
  height: 34px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-bg .btn-wrap .btn-text2 span {
  color: #034387;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px solid #034387;
  padding-bottom: 2px;
}

.main-area {
  overflow: hidden;
  background: white;
  width: 100%;
  max-width: 377px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #CECECE;
}
@media screen and (max-width: 767px) {
  .main-area {
    border: none;
  }
}

.inner {
  max-width: 375px;
  padding: 0 16px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.center {
  text-align: center;
}

.small {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .small {
    font-size: 12px;
  }
}

.cta {
  padding: 24px 0 32px;
  text-align: center;
  background: #034387;
}
.cta .cta__img {
  max-width: 194px;
  margin: 0 auto 22px;
}
.cta .link {
  font-weight: bold;
  border-bottom: 1px solid white;
  color: white;
}

.btn-text {
  font-weight: 500;
  font-size: 18px;
  color: white;
}

.btn {
  border-radius: 100px;
  color: #034387;
  background: #FFEE31;
  display: block;
  width: 100%;
  position: relative;
  margin: 10px auto;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 0 14px;
  -webkit-box-shadow: 3px 4px 0px 0px #9D9754;
          box-shadow: 3px 4px 0px 0px #9D9754;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-right: auto;
  }
}
.btn::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center center/contain;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.btn:hover {
  -webkit-transform: translateY(4px) translateX(3px);
          transform: translateY(4px) translateX(3px);
  -webkit-box-shadow: 0px 0px 0px 0px #9D9754;
          box-shadow: 0px 0px 0px 0px #9D9754;
}

.btn--small {
  font-size: 15px;
  max-width: 220px;
  padding-right: 0;
  margin-top: 24px;
  margin-bottom: 30px;
}
.btn--small::after {
  display: none;
}

.textlink {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.section {
  padding: 56px 0;
  position: relative;
  z-index: 0;
}

.section-bg {
  background: #EFF5FF;
}

.sec-title {
  text-align: center;
  margin-bottom: 32px;
}
.sec-title span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  display: inline-block;
  padding-bottom: 3px;
  position: relative;
  background: linear-gradient(96deg, #6BC6EB 0%, #5779D8 50.5%, #AA4FD5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-title span::before, .sec-title span::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(96deg, #6BC6EB 0%, #5779D8 50.5%, #AA4FD5 100%);
  position: absolute;
  left: 0;
}
.sec-title span::before {
  top: 0;
}
.sec-title span::after {
  bottom: 0;
}

.pen-icon {
  position: relative;
  padding-top: 48px;
}
.pen-icon::before {
  content: "";
  background: url(../img/voice-icon.png) no-repeat center center/contain;
  position: absolute;
  width: 60px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

/*========================
header
========================*/
.header-area {
  width: 100%;
  max-width: 375px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header-area {
    max-width: none;
  }
}

.header {
  padding: 10px 16px;
  background: white;
  position: relative;
  z-index: 999;
}
.header .logo {
  max-width: 150px;
}

.overlay {
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  z-index: 800;
  width: 100%;
  height: 100vh;
  display: none;
}

.hamburger-menu {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1000;
}

.hamburger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #222222;
  margin: 2.5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.drawer {
  position: absolute;
  top: 49px;
  right: 0;
  width: 290px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 980;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #D9D9D9;
  padding: 24px 16px;
}
.drawer li {
  padding: 10px 0;
}
.drawer a {
  font-size: 18px;
  padding-left: 13px;
  font-weight: bold;
  border-left: 5px solid #034387;
}
.drawer a:hover {
  color: #034387;
}

.hamburger-menu.active {
  background: white;
}
.hamburger-menu.active span {
  background: #034387;
}

.hamburger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.drawer.open {
  visibility: visible;
  opacity: 1;
}

/*========================
mv
========================*/
.mv {
  padding-top: 55px;
  position: relative;
}
.mv .mv-btn {
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 309px;
  padding-right: 75px;
}
.mv .mv-btn::after {
  content: "";
  background: url(../img/mv-btn.png) no-repeat center center/contain;
  position: absolute;
  width: 90px;
  height: 72px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv .btn {
  font-size: 22px;
  font-weight: 900;
  border-radius: 4px;
  padding: 8px;
  padding-right: 0;
}
.mv .btn::after {
  display: none;
}

/*========================
intro
========================*/
.intro {
  padding: 20px 0 30px;
}
.intro .text1 {
  max-width: 266px;
  margin: 0 auto;
}
.intro .text2 {
  font-size: 20px;
  font-weight: bold;
  margin: 21px 0 10px;
  text-align: center;
}
.intro .text2 span {
  display: inline-block;
  border-bottom: 3px solid #FFEE31;
}
.intro .text3 span {
  color: #034387;
  font-weight: bold;
}
.intro .text4 {
  text-align: center;
  color: #034387;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.intro__merit {
  margin: 20px 0 13px;
}
.intro__merit .balloon {
  background: #75A5FF;
  color: white;
  text-align: center;
  padding: 8px 0;
  border-radius: 100px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.intro__merit .balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #75A5FF;
}
.intro__merit .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 10px;
  padding: 15px 17px 0;
}
.intro__merit .item {
  background: #EFF5FF;
  border-radius: 10px;
  padding: 8px 10px;
}
.intro__merit .item .icon {
  width: 42px;
}

/*========================
reason
========================*/
.reason {
  background: #EFEFEF;
}
.reason .box {
  background: white;
  border: 1px solid #000;
  border-radius: 30px;
  border: 2px solid #000;
  padding: 50px 20px 38px;
}
.reason h2 {
  margin: 0 auto 16px;
  max-width: 211px;
}
.reason .items .item:not(:first-child) {
  margin-top: 60px;
}
.reason .items .item h3 {
  position: relative;
  padding-left: 52px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
}
.reason .items .item .num {
  background: #034387;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  font-size: 30px;
  padding-bottom: 5px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reason ul {
  margin-bottom: 20px;
}
.reason ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.reason ul li:not(:first-child) {
  margin-top: 14px;
}
.reason ul li::before {
  content: "";
  background: #034387;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}

/*========================
voice
========================*/
.voice {
  background: url(../img/voice-bg.jpg) repeat-y top center/contain;
  padding-bottom: 120px;
}
.voice h2 {
  font-size: 24px;
  font-weight: bold;
  color: #034387;
  text-align: center;
  margin: 0 0 30px;
}
.voice .items:not(:last-child) {
  margin-bottom: 110px;
}
.voice .items .item {
  background: white;
  border-radius: 30px;
  border: 2px solid #000;
  padding: 24px;
  padding-bottom: 66px;
  position: relative;
}
.voice .items .item:not(:first-child) {
  margin-top: 80px;
}
.voice .items h3 {
  font-size: 20px;
  font-weight: bold;
  color: #034387;
  margin-bottom: 16px;
}
.voice .items p {
  font-weight: 500;
}
.voice .items .img {
  width: 120px;
  position: absolute;
  bottom: -60px;
  right: 0;
}

/*========================
about
========================*/
.about h2 {
  max-width: 200px;
  margin: 0 auto;
}
.about .note {
  margin-top: 8px;
}
.about .item:not(:first-child) {
  margin-top: 40px;
}
.about .item .bold {
  font-weight: bold;
}
.about h3 {
  font-size: 18px;
  color: #034387;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #034387;
  margin-bottom: 13px;
}
.about p,
.about ul {
  font-weight: 500;
}
.about .box1 {
  border: 2px solid #FFEE31;
  position: relative;
  margin-top: 56px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .about .box1 {
    padding: 16px 13px;
  }
}
.about .box1 .head {
  position: absolute;
  background: #FFEE31;
  padding: 8px;
  top: -40px;
  left: -2px;
  font-weight: 500;
}
.about .box1 span {
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .about .box1 p {
    font-size: 15px;
  }
}
.about .range-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
.about .box2 {
  background: #EFF5FF;
  padding: 16px;
  font-weight: 500;
  margin: 10px 0 20px;
}

/*========================
flow
========================*/
.flow h2 {
  text-align: center;
  color: #034387;
  margin-bottom: 16px;
}
.flow .note {
  text-align: center;
  font-size: 12px;
  margin: 8px 0 12px;
}
.flow .tab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0 6px;
}
.flow .tab__item {
  padding: 12px;
  line-height: 1.2;
  width: 50%;
  text-align: center;
  cursor: pointer;
  background: #E7E7E7;
  border-radius: 10px 10px 0px 0px;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow .tab__item.active {
  background: #F387C6;
  color: white;
}
.flow .tab__content {
  border: 1px solid #000;
  padding: 30px 16px;
  background: #fff;
}
.flow h3 {
  background: #034387;
  color: white;
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 16px;
}
.flow h3 span {
  font-size: 14px;
}
.flow p {
  font-weight: 500;
}
.flow .item:not(:first-child) {
  margin-top: 40px;
}
.flow .box {
  margin-top: 20px;
}

/*========================
page-bottom
========================*/
/*========================
footer
========================*/
.footer {
  text-align: center;
  background: #034387;
  border-top: 1px solid white;
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 0 10px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 79px;
  }
}

.fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 500;
  text-align: center;
  padding: 6px 0 8px;
}
.fixed .btn {
  padding: 4px 0 5px;
  padding-right: 20px;
}