@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  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: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

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

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  height: -webkit-fill-available;
}

html, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: clip;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  leading-trim: both;
}

.font_can {
  font-family: "Cantarell", sans-serif;
}

.font_min {
  font-family: "Zen Old Mincho", serif;
}

.font_pop {
  font-family: "Poppins", sans-serif;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.innerBox {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
@media (min-width: 768px) {
  .innerBox {
    padding: 0 2%;
  }
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  min-height: calc(100vh - 160px);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 160px);
  }
}
@media (min-width: 1180px) {
  main {
    min-height: calc(100vh - 182px);
  }
}

#page__top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
}
#page__top img {
  background-color: #ffffff;
}
@media (min-width: 1180px) {
  #page__top {
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
}

.blogcard {
  width: 100%;
  padding: 24px 16px;
  background-color: #F7FAFB;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .blogcard {
    padding: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .blogcard a {
    display: flex;
    align-items: center;
    color: #333;
  }
}
.blogcard_thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blogcard_thumbnail {
    width: 200px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1180px) {
  .blogcard_thumbnail {
    width: 350px;
  }
}
.blogcard_content {
  flex: 1;
}
.blogcard_title {
  color: #333;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .blogcard_title {
    font-size: 20px;
  }
}
.blogcard_link {
  color: #333;
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .blogcard_link {
    font-size: 16px;
  }
}

.is-image {
  position: relative;
}
.is-image .hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 62.5%;
  position: relative;
  border-radius: 5px;
}
.is-image .hover a:hover {
  opacity: 1;
}
.is-image .hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: 1s all;
}
@media (min-width: 1024px) {
  .is-image .hover img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  height: 62px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}
@media (min-width: 1180px) {
  .l-header {
    height: 100px;
  }
}
.l-header.is-transition {
  background-color: #ffffff;
}
.l-header.is-transition .l-header__logo .is-top {
  display: block;
}
.l-header.is-transition .l-header__logo .is-scroll {
  display: none;
}
.l-header.is-open {
  height: 100vh;
  height: -webkit-fill-available;
}
.l-header.is-open .innerBox {
  align-items: flex-start;
}
.l-header.is-open .l-header__logo {
  padding-top: 13px;
}
.l-header .innerBox {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 5%;
}
@media (min-width: 768px) {
  .l-header .innerBox {
    padding: 0 0 0 2%;
  }
}
@media (min-width: 1180px) {
  .l-header .innerBox {
    padding: 0 12px;
  }
}
@media (min-width: 1280px) {
  .l-header .innerBox {
    padding: 0 32px;
  }
}
.l-header__logo {
  width: 160px;
  z-index: 3;
}
@media (min-width: 1180px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__logo .is-scroll {
  display: none;
}
.l-header__ham {
  width: 44px;
  height: 44px;
  position: relative;
  margin: 0 15px 0 auto;
  z-index: 3;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (min-width: 1180px) {
  .l-header__ham {
    display: none;
  }
}
.l-header__ham span {
  width: 21px;
  height: 2px;
  background-color: #36AE8A;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.8s;
  border-radius: 5px;
}
.l-header__ham span:nth-child(1) {
  top: 14px;
}
.l-header__ham span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__ham span:nth-child(3) {
  bottom: 14px;
}
.l-header__list {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0px;
  left: 0;
  z-index: 2;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 108px 15px 24px 96px;
  transition: 0.8s;
}
.l-header__list.is-open {
  display: block;
  background-color: #ffffff;
}
.l-header__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1180px) {
  .l-header__list {
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding: 0;
  }
}
.l-header__list ul {
  margin-bottom: 32px;
}
@media (min-width: 1180px) {
  .l-header__list ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.l-header__list ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1180px) {
  .l-header__list ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1366px) {
  .l-header__list ul li:not(:last-child) {
    margin-right: 48px;
  }
}
.l-header__list ul li.is-btn a {
  background-color: #F6AB1E;
  width: 250px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  gap: 2px;
  font-size: 14px;
  color: #ffffff !important;
  border: solid 1px #F6AB1E;
}
.l-header__list ul li.is-btn a:hover {
  color: #F6AB1E !important;
  background-color: #ffffff;
}
.l-header__list ul li.is-btn a:hover:after {
  content: none;
}
.l-header__list ul li.is-btn a:hover svg path {
  fill: #F6AB1E;
}
.l-header__list ul li.is-btn a svg path {
  fill: #ffffff;
}
.l-header__list ul li a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  transition: 0.3s;
}
@media (min-width: 1180px) {
  .l-header__list ul li a {
    font-size: 14px;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .l-header__list ul li a {
    font-size: 14px;
  }
}
.l-header__list ul li a:hover {
  opacity: 1;
  cursor: pointer;
  position: relative;
  color: #0557A7;
}
.l-header__list ul li a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  background-color: #0557A7;
  animation: border_anim 0.3s linear forwards;
}
@media (min-width: 1180px) {
  .l-header__list ul li span:hover {
    cursor: pointer;
  }
}

.active_line1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 1s;
  top: 33px !important;
  border-radius: 3px;
  background-color: #36AE8A !important;
}

.active_line2 {
  opacity: 0;
}

.active_line3 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: initial !important;
  bottom: 9px !important;
  right: -1px;
  border-radius: 3px;
  background-color: #36AE8A !important;
}

.l-footer {
  background-color: #0557A7;
  padding: 40px 16px 32px;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 36px 16px;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-footer__link {
    margin-bottom: 0;
  }
}
.l-footer__link li {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.l-footer__link li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  right: -16px;
  top: 0;
}
.l-footer__link li a {
  color: #ffffff;
}
.l-footer__link li a:hover {
  opacity: 1;
  cursor: pointer;
  position: relative;
}
.l-footer__link li a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  background-color: #ffffff;
  animation: border_anim 0.3s linear forwards;
}
.l-footer__copyright {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.o-btn {
  width: 100%;
  max-width: 313px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .o-btn {
    max-width: 430px;
  }
}
@media (min-width: 768px) {
  .o-btn.is-left {
    margin: 0;
  }
}
.o-btn p {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.o-btn p span {
  position: relative;
}
.o-btn p span:before, .o-btn p span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 17px;
  background-color: #ffffff;
  bottom: 2px;
}
.o-btn p span:before {
  left: -16px;
  transform: rotate(-24deg);
}
.o-btn p span:after {
  right: -16px;
  transform: rotate(24deg);
}
.o-btn a {
  display: flex;
  height: 63px;
  justify-content: center;
  position: relative;
  align-items: center;
  background-color: #0557A7;
  border: solid 1px #0557A7;
  border-radius: 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.17px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .o-btn a {
    font-size: 18px;
    height: 58px;
  }
}
.o-btn a:hover {
  color: #0557A7;
  background-color: #ffffff;
  opacity: 1;
}
.o-btn a:hover span:nth-child(2) svg path {
  stroke: #0557A7;
}
.o-btn a span {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.o-btn a span:nth-child(2) {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.o-btn a span:nth-child(2) svg path {
  transition: 0.3s;
  fill: #ffffff;
}

.o-fixed {
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 102px;
  position: fixed;
  bottom: -94px;
  left: 0;
  z-index: 1;
  padding: 20px 7px 18px;
}
.o-fixed.UpMove {
  animation: UpAnime 0.5s forwards;
}
.o-fixed.DownMove {
  animation: DownAnime 0.5s forwards;
}
@media (min-width: 768px) {
  .o-fixed {
    display: none !important;
  }
}
.o-fixed__title {
  text-align: center;
  color: #0557A7;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
.o-fixed__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 361px;
  margin: 0 auto;
}
.o-fixed__inner a {
  width: 31.85%;
  font-size: 14px;
  background-color: transparent;
  height: 64px;
}

@keyframes show {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes top_title {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes top_worries_content {
  0% {
    bottom: -25px;
    @media (min-width: 768px) {
      bottom: -50px;
    }
  }
  50% {
    bottom: -35px;
    @media (min-width: 768px) {
      bottom: -90px;
    }
  }
  100% {
    bottom: -25px;
    @media (min-width: 768px) {
      bottom: -50px;
    }
  }
}
@keyframes show_text {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes show_text_right {
  0% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes load {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
    visibility: hidden;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ham_open {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes ham_close {
  0% {
    top: 0;
  }
  100% {
    top: -120%;
  }
}
@keyframes ham_opacity {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes UpAnime {
  from {
    transform: translateY(188px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(94px);
  }
}
@keyframes DownOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes UpOpacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -700px 0;
  }
}
@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1400px 0;
  }
}
@keyframes bou {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes btn_hover {
  from {
    width: 0px;
  }
  to {
    width: calc(100% - 10px);
  }
}
@keyframes zoom_image {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes image_opacity_left {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes image_opacity_right {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes hover_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
}

.fadein_first {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.leftin {
  opacity: 0;
}

.leftInto {
  -webkit-animation-name: leftInto;
  animation-name: leftInto;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .left01 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

@media (min-width: 768px) {
  .left02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .left03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .left04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .left05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

@media (min-width: 768px) {
  .left06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom_back {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_back_lower {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_image_top {
  0% {
    transform: scale(1);
    left: 0;
  }
  50% {
    transform: scale(1.2);
    left: 100px;
  }
  100% {
    transform: scale(1);
    left: 0;
  }
}
@keyframes mv_zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.fade_group div,
.fade_group2 div {
  content: "";
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.fade_group div {
  z-index: 99999;
  transition: 0.6s;
}

.fade_group2 div {
  z-index: 99998;
  transition: 0.8s;
}

.fade_group div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.3);
}

.fade_group div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.5);
  transition-delay: 0.1s;
}

.fade_group div:nth-of-type(3) {
  background: rgba(255, 255, 255, 0.7);
  transition-delay: 0.2s;
}

.fade_group div:nth-of-type(4) {
  background: rgb(255, 255, 255);
  transition-delay: 0.3s;
}

.fade_group2 div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.2s;
}

.fade_group2 div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.3s;
}

body.o-page_link_loading .fade_group div {
  left: 0;
}

body.o-page_link_loading .fade_group2 div {
  left: 100vw;
}

.fade {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9000;
  background-color: #ffffff;
}

.fade p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 225px;
  height: 47px;
}

@keyframes top_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes top_mv {
  0% {
    opacity: 0;
    right: -100px;
  }
  50% {
    opacity: 0.3;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.o-mv {
  margin-top: 62px;
  position: relative;
}
@media (min-width: 1180px) {
  .o-mv {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .o-mv {
    top: 80px;
  }
}

.o-mv__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .o-mv__image img {
    width: 120%;
  }
}
.o-mv__text {
  position: absolute;
  top: 80px;
  border: solid 2px #ffffff;
  width: calc(100% - 16px);
  max-width: 580px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  background: linear-gradient(90deg, #085078 0%, #85D8CE 100%);
  padding: 40px 8px 80px;
}
@media (min-width: 768px) {
  .o-mv__text {
    border-radius: 8px;
    top: 16px;
    padding: 34px 8px 16px;
  }
}
@media (min-width: 1024px) {
  .o-mv__text {
    top: 64px;
    padding: 34px 8px 108px;
  }
}
@media (min-width: 1366px) {
  .o-mv__text {
    top: 69px;
  }
}
.o-mv__text__title {
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (min-width: 1180px) {
  .o-mv__text__title {
    font-size: 44px;
  }
}
.o-mv__text__title span {
  font-size: 40px;
  color: #F9D900;
}
@media (min-width: 1180px) {
  .o-mv__text__title span {
    font-size: 52px;
  }
}
.o-mv__text__detail {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}
.o-mv__text__detail span {
  display: inline-block;
}
.o-mv__text__btn-text {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: bold;
}
.o-mv__text__btn-text span {
  position: relative;
}
.o-mv__text__btn-text span:before, .o-mv__text__btn-text span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  top: 2px;
}
.o-mv__text__btn-text span:before {
  left: -12px;
  transform: rotate(-24deg);
}
.o-mv__text__btn-text span:after {
  right: -12px;
  transform: rotate(24deg);
}
.o-mv__text__image {
  position: absolute;
  width: 100%;
  max-width: 312px;
  bottom: -62px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .o-mv__text__image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .o-mv__text__image {
    display: block;
    max-width: 512px;
    bottom: -80px;
  }
}
@media (min-width: 1366px) {
  .o-mv__text__image {
    bottom: -105px;
  }
}
.o-mv__text__iphone {
  position: absolute;
  bottom: 52px;
  right: -161px;
  width: 281px;
  display: none;
}
@media (min-width: 1024px) {
  .o-mv__text__iphone {
    display: block;
  }
}

.o-title {
  margin-bottom: 48px;
  color: #4D5961;
  text-align: center;
}
.o-title p {
  text-align: center;
  font-weight: bold;
}
.o-title p:nth-child(1) {
  font-size: 28px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .o-title p:nth-child(1) {
    font-size: 32px;
  }
}
.o-title p:nth-child(2) {
  font-size: 18px;
  position: relative;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 768px) {
  .o-title p:nth-child(2) {
    font-size: 20px;
  }
}
.o-title p:nth-child(2):before, .o-title p:nth-child(2):after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #0557A7;
  top: 4px;
  bottom: 0;
  margin: auto;
}
.o-title p:nth-child(2):before {
  left: -16px;
}
.o-title p:nth-child(2):after {
  right: -16px;
}
.o-title p:nth-child(2) span {
  display: inline-block;
}

.o-cta {
  padding: 48px 0;
  background: linear-gradient(90deg, #085078 0%, #85D8CE 100%);
}
.o-cta p:nth-child(1) {
  font-feature-settings: "pwid" on;
  color: #ffffff;
  margin-bottom: 48px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .o-cta p:nth-child(1) {
    font-size: 32px;
  }
}
.o-cta p:nth-child(1) span {
  display: inline-block;
}
.o-cta p:nth-child(2) {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: bold;
}
.o-cta p:nth-child(2) span {
  position: relative;
}
.o-cta p:nth-child(2) span:before, .o-cta p:nth-child(2) span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  top: 2px;
}
.o-cta p:nth-child(2) span:before {
  left: -12px;
  transform: rotate(-24deg);
}
.o-cta p:nth-child(2) span:after {
  right: -12px;
  transform: rotate(24deg);
}

.o-form {
  padding: 24px 16px;
  background-color: #EDF5F7;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .o-form {
    padding: 64px 16px;
    border-radius: 8px;
  }
}
.o-form__inner {
  width: 100%;
  max-width: 858px;
  margin: 0 auto;
}
.o-form__row {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .o-form__row {
    display: flex;
    align-items: flex-start;
  }
}
.o-form__row.is-mb {
  margin-bottom: 40px;
}
.o-form__row__title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .o-form__row__title {
    width: 298px;
    position: relative;
    margin-bottom: 0;
    padding-top: 21px;
    font-size: 20px;
  }
}
.o-form__row__title span {
  padding: 4px;
  color: #ffffff;
  font-size: 12px;
  background-color: #D92519;
  border-radius: 1px;
  display: inline-block;
}
@media (min-width: 768px) {
  .o-form__row__title span {
    position: absolute;
    font-size: 16px;
    padding: 8px;
    right: 24px;
    top: 15px;
  }
}
@media (min-width: 768px) {
  .o-form__row__input {
    flex: 1;
  }
}
.o-form__row__input.is-confirm {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .o-form__row__input.is-confirm {
    font-size: 22px;
    padding-top: 11px;
  }
}
.o-form__row__input input[type=text], .o-form__row__input input[type=email] {
  width: 100%;
  background-color: #F9F9F9;
  border: solid 1px #E2E1E5;
  border-radius: 5px;
  height: 60px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
@media (min-width: 768px) {
  .o-form__row__input input[type=text], .o-form__row__input input[type=email] {
    padding: 0 16px;
    font-size: 16px;
  }
}
.o-form__row__input textarea {
  resize: vertical;
  width: 100%;
  background-color: #F9F9F9;
  border: solid 1px #E2E1E5;
  border-radius: 5px;
  height: 160px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
.o-form__checkbox {
  margin-bottom: 40px;
}
.o-form__checkbox label {
  text-align: center;
}
.o-form__checkbox label:hover {
  cursor: pointer;
}
.o-form__checkbox label input[type=checkbox] {
  display: none;
}
.o-form__checkbox label span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 768px) {
  .o-form__checkbox label span {
    font-size: 20px;
    padding-left: 26px;
  }
}
.o-form__checkbox label span a {
  color: #333;
  text-decoration: underline;
}
.o-form__checkbox label span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: solid 1px #E2E1E5;
  border-radius: 4px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .o-form__checkbox label span:before {
    width: 22px;
    height: 22px;
  }
}
.o-form__checkbox label span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #0557A7;
  border-bottom: 2px solid #0557A7;
  transform: rotate(-45deg);
  opacity: 0;
}
@media (min-width: 768px) {
  .o-form__checkbox label span:after {
    width: 12px;
    height: 6px;
    top: 6px;
    left: 6px;
  }
}
.o-form__checkbox label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.o-form__submit {
  width: 100%;
  max-width: 312px;
  height: 66px;
  border-radius: 70px;
  background-color: #F6AB1E;
  border: solid 1px #F6AB1E;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 768px) {
  .o-form__submit {
    border-radius: 50px;
    max-width: 488px;
    height: 96px;
  }
}
.o-form__submit:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/white_yajirushi.svg);
  background-size: 100% 100%;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.o-form__submit:hover {
  background-color: #ffffff;
}
.o-form__submit:hover input {
  color: #F6AB1E;
}
.o-form__submit input {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: transparent;
  border: 0px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .o-form__submit input {
    font-size: 20px;
  }
}
.o-form__submit input:hover {
  cursor: pointer;
}
.o-form__submit input:disabled {
  filter: brightness(0.8);
  cursor: not-allowed;
}
.o-form__back {
  margin: 24px 0 0;
  background: #f2f2f2;
  width: 150px;
  height: 48px;
  border: solid 1px #000000;
}

.o-bg_text {
  background-color: #0557A7;
  background-size: 7px 7px;
  background-image: linear-gradient(135deg, #0557A7, #0557A7 46.5%, rgba(255, 255, 255, 0.1) 46.5%, rgba(255, 255, 255, 0.1) 53.5%, #0557A7 53.5%, #0557A7);
  padding: 32px 0;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
}
.o-bg_text span {
  display: inline-block;
}
.o-bg_text span .is-yellow {
  color: #F9D900;
  display: inline;
  font-size: 40px;
}
.o-bg_text.is-no-before:before {
  content: none;
}
.o-bg_text:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 74px;
  background-image: url(../images/bg_text_sankaku.png);
  background-size: 100% 100%;
  bottom: -22px;
  right: 0;
  left: 0;
  margin: auto;
}

.p-top.is-lower {
  margin-top: 62px;
}
@media (min-width: 1180px) {
  .p-top.is-lower {
    margin-top: 100px;
  }
}
.p-top__about {
  padding: 80px 16px;
  max-width: 1132px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top__about {
    padding: 96px 16px 128px;
    display: flex;
    justify-content: space-between;
  }
}
.p-top__about__text {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-top__about__text {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .p-top__about__text {
    width: 51.27%;
  }
}
.p-top__about__text h2 {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top__about__text h2 {
    margin-bottom: 64px;
  }
}
.p-top__about__text-detail p {
  color: #4D5961;
  font-size: 20px;
  line-height: 1.6;
}
.p-top__about__text-detail p:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top__about__text-detail p:not(:last-child) {
    margin-bottom: 24px;
  }
}
.p-top__about__image {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .p-top__about__image {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .p-top__about__image {
    width: 42.9%;
  }
}
.p-top__feature {
  width: 100%;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .p-top__feature {
    padding: 80px 16px 108px;
  }
}
.p-top__feature__inner {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
}
.p-top__feature__text {
  text-align: center;
  color: #4D5961;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .p-top__feature__text {
    margin-bottom: 80px;
  }
}
.p-top__feature__text span {
  display: inline-block;
}
.p-top__feature__content-detail {
  width: calc(100% - 32px);
  margin: 0 auto;
  background-color: #EDF5F7;
  padding: 24px 16px;
  position: relative;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-top__feature__content-detail {
    padding: 40px;
    border-radius: 8px;
    width: 100%;
  }
}
.p-top__feature__content-detail:not(:last-child) {
  margin: 0 auto 48px;
}
@media (min-width: 768px) {
  .p-top__feature__content-detail:not(:last-child) {
    margin: 0 auto 64px;
  }
}
@media (min-width: 1024px) {
  .p-top__feature__content-detail:not(:last-child) {
    margin: 0 auto 108px;
  }
}
.p-top__feature__content-text {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .p-top__feature__content-text {
    margin-bottom: 0;
    width: 40.2%;
  }
}
.p-top__feature__content-text .number {
  color: #0557A7;
  font-weight: bold;
  font-size: 62px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-top__feature__content-text .number {
    margin-bottom: 24px;
  }
}
.p-top__feature__content-text .number span {
  font-size: 20px;
  border-bottom: solid 1px #0557A7;
}
.p-top__feature__content-text .title {
  color: #4D5961;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top__feature__content-text .title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.p-top__feature__content-text .discription {
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}
.p-top__feature__content-image {
  width: calc(100% + 64px);
  position: relative;
  left: -32px;
}
@media (min-width: 768px) {
  .p-top__feature__content-image {
    position: absolute;
    left: initial;
    right: 40px;
    width: 50.78%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
}
.p-top__bg {
  padding: 64px 16px 80px;
  background-color: #EDF5F7;
}
@media (min-width: 768px) {
  .p-top__bg {
    padding: 48px 16px 96px;
  }
}
.p-top__bg__inner {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
}
.p-top__bg__text {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
.p-top__bg__text span {
  display: inline-block;
}
.p-top__function {
  padding: 48px 0 80px;
}
.p-top__function__image {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-top__support__content {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__support__content-detail {
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .p-top__support__content-detail {
    width: 32%;
    display: flex;
    flex-direction: column;
  }
}
.p-top__support__content-detail:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__support__content-detail:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-top__support__content-detail .top {
  padding: 48px 0 32px;
  background-color: #ffffff;
  position: relative;
}
.p-top__support__content-detail .top:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -16px;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #ffffff;
  border-bottom: 0;
}
.p-top__support__content-detail .top p {
  text-align: center;
}
.p-top__support__content-detail .top p:nth-child(1) {
  color: #4D5961;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 24px;
}
.p-top__support__content-detail .bottom {
  padding: 32px 24px 16px;
  background-color: #0557A7;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-top__support__content-detail .bottom {
    flex: 1;
    margin-top: auto;
  }
}
.p-top__support__content-detail .bottom a {
  display: flex;
  width: 100%;
  max-width: 295px;
  height: 48px;
  background-color: #F6AB1E;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin: 8px auto 0;
  color: #ffffff;
  position: relative;
  transition: 0.3s;
  border: solid 1px #F6AB1E;
}
.p-top__support__content-detail .bottom a:hover {
  color: #F6AB1E;
  opacity: 1;
  background-color: #ffffff;
}
.p-top__support__content-detail .bottom a:hover svg path {
  stroke: #F6AB1E;
}
.p-top__support__content-detail .bottom a svg {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top__support__content-detail .bottom a svg path {
  transition: 0.3s;
  stroke: #ffffff;
}
.p-top__price {
  padding: 80px 16px;
  width: 100%;
  background-color: #ffffff;
  max-width: 1132px;
  margin: 0 auto;
}
.p-top__price__content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-top__price__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
.p-top__price__content-text {
  color: #4D5961;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-top__price__content-text {
    margin-bottom: 0;
    width: 45.45%;
  }
}
.p-top__price__content-image {
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__price__content-image {
    width: 50.9%;
  }
}
.p-top__flow {
  padding: 80px 16px;
  background-color: #EDF5F7;
  width: 100%;
}
.p-top__flow__inner {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
}
.p-top__flow__text {
  margin-bottom: 48px;
  color: #4D5961;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__flow__text {
    margin-bottom: 40px;
  }
}
.p-top__flow__text span {
  display: inline-block;
}
@media (min-width: 1024px) {
  .p-top__flow__list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .p-top__flow__list-detail {
    width: 30.9%;
  }
}
.p-top__flow__list-detail:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top__flow__list-detail:not(:last-child) {
    margin-bottom: 0;
    position: relative;
  }
  .p-top__flow__list-detail:not(:last-child):before {
    content: "";
    position: absolute;
    width: 92%;
    height: 1px;
    background-color: #4D5961;
    top: 30px;
    right: -52%;
  }
}
@media (min-width: 1024px) and (min-width: 1180px) {
  .p-top__flow__list-detail:not(:last-child):before {
    width: 96%;
    right: -53.9%;
  }
}
.p-top__flow__list-number {
  width: 60px;
  height: 60px;
  border: solid 2px #0557A7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 40px;
  font-weight: bold;
  color: #0557A7;
  padding-bottom: 4px;
  margin: 0 auto 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .p-top__flow__list-number {
    margin: 0 auto 40px;
  }
}
.p-top__flow__list-content {
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-top__flow__list-image {
  text-align: center;
}
.p-top__flow__list-image img {
  width: 100%;
}
.p-top__flow__list-text {
  padding: 24px 16px 40px;
}
.p-top__flow__list-text p:nth-child(1) {
  color: #0557A7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  font-size: 26px;
}
.p-top__flow__list-text p:nth-child(2) {
  color: #4D5961;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.p-top__qa {
  padding: 80px 16px;
  width: 100%;
}
.p-top__qa__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-top__qa__content dl {
  background-color: #EDF5F7;
  border-radius: 8px;
  padding: 32px 16px 40px;
}
@media (min-width: 768px) {
  .p-top__qa__content dl {
    padding: 40px 32px;
  }
}
@media (min-width: 1024px) {
  .p-top__qa__content dl {
    padding: 45px 40px;
  }
}
.p-top__qa__content dl:not(:last-child) {
  margin-bottom: 32px;
}
.p-top__qa__content dl dt {
  margin-bottom: 32px;
  display: flex;
  color: #0557A7;
}
.p-top__qa__content dl dt span:nth-child(1) {
  font-weight: 500;
  font-size: 30px;
  width: 36px;
}
@media (min-width: 768px) {
  .p-top__qa__content dl dt span:nth-child(1) {
    font-size: 36px;
    width: 42px;
  }
}
.p-top__qa__content dl dt span:nth-child(2) {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-top__qa__content dl dt span:nth-child(2) {
    font-size: 20px;
  }
}
.p-top__qa__content dl dd {
  display: flex;
  color: #333;
}
.p-top__qa__content dl dd span:nth-child(1) {
  font-weight: 500;
  font-size: 30px;
  width: 36px;
}
@media (min-width: 768px) {
  .p-top__qa__content dl dd span:nth-child(1) {
    font-size: 36px;
    width: 42px;
  }
}
.p-top__qa__content dl dd span:nth-child(2) {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top__qa__content dl dd span:nth-child(2) {
    font-size: 16px;
  }
}
.p-top__work {
  padding: 64px 0 80px;
}
@media (min-width: 768px) {
  .p-top__work {
    padding: 80px 0;
  }
}
.p-top__sample {
  position: relative;
}
.p-top__sample__bg {
  width: 91.2%;
  margin: 0 auto;
  background-color: #F1FAF7;
  padding: 64px 16px 220px;
}
@media (min-width: 768px) {
  .p-top__sample__bg {
    width: 97.6%;
    padding: 64px 16px;
  }
}
.p-top__sample .image01 {
  position: absolute;
  width: 179px;
  top: -100px;
  right: -103px;
}
@media (min-width: 768px) {
  .p-top__sample .image01 {
    right: 0;
    top: -136px;
  }
}
.p-top__sample .image02 {
  position: absolute;
  width: 112px;
  bottom: -40px;
  left: -64px;
}
@media (min-width: 1280px) {
  .p-top__sample .image02 {
    bottom: -31px;
    left: 0;
  }
}
.p-top__sample .image03 {
  position: absolute;
  width: 100%;
  max-width: 312px;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__sample .image03 {
    max-width: 1100px;
    top: -75px;
    bottom: initial;
    text-align: right;
  }
  .p-top__sample .image03 img {
    width: 250px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .p-top__sample .image03 img {
    width: 340px;
  }
}
.p-top__sample__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-top__sample__title {
  text-align: center;
  font-weight: bold;
  color: #36AE8A;
  font-size: 32px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__sample__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-top__sample__detail {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p-top__sample__detail {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .p-top__sample__detail {
    width: 31.45%;
  }
}
.p-top__sample__detail:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top__sample__detail:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-top__sample__detail-inner {
  padding: 24px 16px;
}
.p-top__sample__detail-title {
  color: #000000;
  font-size: 22px;
  line-height: 1.6;
  border-bottom: solid 1px #36AE8A;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 500;
}
.p-top__sample__detail-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.p-top__sample__detail-tag li {
  color: #ffffff;
  padding: 4px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #36AE8A;
}
.p-top__sample__detail-text p {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.p-top__sample__detail-text p:not(:last-child) {
  margin-bottom: 4px;
}
.p-top__example {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .p-top__example {
    padding-top: 80px;
  }
}
.p-top__example__title {
  text-align: center;
  margin-bottom: 36px;
  color: #36AE8A;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-top__example__title {
    margin-bottom: 40px;
  }
}
.p-top__example__content {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .p-top__example__content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-top__example__content-detail {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .p-top__example__content-detail {
    width: 31.5%;
  }
}
.p-top__example__content-detail:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__example__content-detail:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-top__example__content-detail:not(:nth-last-child(-n+3)) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-top__example__content-detail:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media (min-width: 1024px) {
  .p-top__example__content-detail:not(:nth-child(3n)) {
    margin-right: 2.75%;
  }
}
.p-top__example__content-detail p:nth-child(1) {
  margin-bottom: 20px;
}
.p-top__example__content-detail p:nth-child(2) {
  color: #36AE8A;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-top__example__content-detail p:nth-child(3) {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}
.p-top__form {
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .p-top__form {
    padding: 80px 16px;
  }
}
.p-top__form.is-transition {
  margin-top: 62px;
}
@media (min-width: 1180px) {
  .p-top__form.is-transition {
    margin-top: 96px;
  }
}
.p-top__form__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-top__form__text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__form__text {
    font-size: 18px;
  }
}
.p-top__form__text p {
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__form__text p {
    text-align: left;
  }
}
.p-top__form__text span {
  display: inline-block;
}
.p-top__form__tel {
  padding: 10px 0;
  border: solid 1px #0557A7;
  border-radius: 4px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-top__form__tel {
    padding: 20px 0 24px;
    border-radius: 8px;
  }
}
.p-top__form__tel-top {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-top__form__tel-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 16px;
    margin-bottom: 12px;
  }
}
.p-top__form__tel-top p {
  text-align: center;
  margin-bottom: 8px;
  color: #000000;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-top__form__tel-top p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.p-top__form__tel-top a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__form__tel-top a span:nth-child(2) {
  color: #0557A7;
  font-size: 38px;
  font-weight: 500;
  margin-left: 5px;
}
.p-top__form__tel-bottom {
  text-align: center;
  color: #000000;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-top__form__tel-bottom {
    font-size: 18px;
  }
}

/* キャンペーン情報のスタイル */
.p-top__price__campaign {
  max-width: 100%;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: campaign-pulse 2s infinite alternate;
}

.p-top__price__campaign:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
}

.p-top__price__campaign-title {
  font-size: 32px;
  font-weight: bold;
  color: #FF8C00;
  margin-bottom: 20px;
}

.p-top__price__campaign-subtitle {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-top__price__campaign-detail {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: bold;
}

.p-top__price__campaign-note {
  font-size: 18px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .p-top__price__campaign {
    margin: 40px auto 0;
    padding: 0;
  }
  
  .p-top__price__campaign-title {
    font-size: 24px;
  }
  
  .p-top__price__campaign-subtitle {
    font-size: 20px;
  }
  
  .p-top__price__campaign-detail {
    font-size: 18px;
  }
  
  .p-top__price__campaign-note {
    font-size: 14px;
  }
}

/* キャンペーンバナーのスタイル */
.p-top__campaign-banner {
  max-width: 900px;
  margin: 30px auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.p-top__campaign-banner-link {
  display: block;
  background: linear-gradient(135deg, #FF8C00, #FF4500);
  border-radius: 8px;
  padding: 15px 20px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid #FFF;
}

.p-top__campaign-banner-link:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 16px rgba(255, 140, 0, 0.5);
}

.p-top__campaign-banner-link:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  animation: banner-pulse 2s infinite alternate;
  z-index: 1;
}

@keyframes banner-pulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.p-top__campaign-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.p-top__campaign-banner-star {
  margin-right: 10px;
  animation: star-rotate 3s infinite linear;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.7));
}

@keyframes star-rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

.p-top__campaign-banner-text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.05em;
}

.p-top__campaign-banner-arrow {
  margin-left: 10px;
  animation: arrow-bounce 1.5s infinite;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}

@keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

@media (min-width: 768px) {
  .p-top__campaign-banner {
    margin: 40px auto;
  }
  
  .p-top__campaign-banner-link {
    padding: 20px;
  }
  
  .p-top__campaign-banner-text {
    font-size: 24px;
  }
}

.campaign-banner-img {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: -350px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  z-index: 5;
}

@media (max-width: 767px) {
  .campaign-banner-img {
    bottom: 20px;
    width: calc(100% - 60px);
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1023px) {
  .campaign-banner-img {
    bottom: -150px;
    width: calc(100% - 60px);
    max-width: 450px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1365px) {
  .campaign-banner-img {
    bottom: -200px;
    width: calc(100% - 60px);
    max-width: 450px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.o-mv__campaign-banner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  z-index: 5;
  width: calc(100% - 30px);
  max-width: 400px;
}

@media (min-width: 768px) {
  .o-mv__campaign-banner {
    bottom: 20px;
    width: calc(100% - 60px);
    max-width: 400px;
    right: 20px;
    left: auto;
  }
}

@media (min-width: 1024px) {
  .o-mv__campaign-banner {
    bottom: -200px;
    width: calc(100% - 60px);
    max-width: 450px;
    right: 0;
    left: 0;
  }
}

@media (min-width: 1366px) {
  .o-mv__campaign-banner {
    bottom: -250px;
    max-width: 500px;
  }
}

.o-mv__campaign-banner .p-top__campaign-banner-link {
  background: linear-gradient(135deg, #FF8C00, #FF4500);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 12px 15px;
}

@media (min-width: 768px) {
  .o-mv__campaign-banner .p-top__campaign-banner-link {
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  .o-mv__campaign-banner .p-top__campaign-banner-link {
    padding: 15px 20px;
  }
}

.o-mv__campaign-banner .p-top__campaign-banner-text {
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-top__campaign-banner {
    margin: 40px auto;
  }
  
  .p-top__campaign-banner-link {
    padding: 20px;
  }
  
  .p-top__campaign-banner-text {
    font-size: 24px;
  }
  
  .o-mv__campaign-banner .p-top__campaign-banner-text {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .o-mv__campaign-banner .p-top__campaign-banner-text {
    font-size: 22px;
  }
}

.o-mv__campaign-banner .p-top__campaign-banner-link:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

/* SPサイズ用のバナースタイル */
.sp-campaign-banner {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 62px; /* ヘッダーの高さに合わせる */
  left: 0;
  right: 0;
  z-index: 100;
  transition: transform 0.3s ease, opacity 0.3s ease;
  background-color: white;
}

.sp-campaign-banner.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.sp-campaign-banner .p-top__campaign-banner-link {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  padding: 8px 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sp-campaign-banner .p-top__campaign-banner-content {
  flex-wrap: nowrap;
}

.sp-campaign-banner .p-top__campaign-banner-text {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.sp-campaign-banner .p-top__campaign-banner-star {
  margin-right: 5px;
}

.sp-campaign-banner .p-top__campaign-banner-arrow {
  margin-left: 5px;
}

.sp-campaign-banner .p-top__campaign-banner-star svg,
.sp-campaign-banner .p-top__campaign-banner-arrow svg {
  width: 18px;
  height: 18px;
}

.sp-campaign-banner .p-top__campaign-banner-link:before {
  animation: none;
}

/* o-mvのマージン調整 */
@media (max-width: 767px) {
  .o-mv {
    margin-top: 100px; /* ヘッダー + バナーの高さ */
  }
}

/* PCサイズ用のバナースタイル */
.pc-campaign-banner {
  display: none;
}

@media (min-width: 768px) {
  .sp-campaign-banner {
    display: none;
  }
  
  .pc-campaign-banner {
    display: block;
  }
}