@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Rochester&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 {
  -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: "Noto Serif", serif;
  overflow-x: clip;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  leading-trim: both;
  background-image: url(../images/bg.webp);
  background-repeat: repeat;
}
.no-webp body {
  background-image: url(../images/bg.png);
}

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

.font_en {
  font-family: "Rochester", serif;
  font-weight: 400;
  font-style: normal;
}

.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.9;
  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;
  -moz-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);
  }
}

@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: #000;
  }
}
.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: #000;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .blogcard_title {
    font-size: 20px;
  }
}
.blogcard_link {
  color: #000;
  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;
  -o-object-fit: cover;
     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: relative;
  width: 100%;
  height: 51px;
  background-color: #48527C;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .l-header {
    display: none;
  }
}
.l-header.is-top .l-header__logo .is-top {
  display: none;
}
.l-header.is-top .l-header__logo .is-scroll {
  display: block;
}
.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: 275px;
  z-index: 3;
  margin-bottom: 24px;
}
@media (min-width: 1180px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__logo .is-scroll {
  display: none;
}
.l-header__ham {
  width: 30px;
  height: 24px;
  position: relative;
  margin: 0 15px 0 auto;
  z-index: 3;
}
.l-header__ham span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.8s;
  border-radius: 5px;
}
.l-header__ham span:nth-child(1) {
  top: 0px;
}
.l-header__ham span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__ham span:nth-child(3) {
  bottom: 0px;
}
.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: 48px 15px 24px 24px;
  transition: 0.8s;
}
.l-header__list.is-open {
  display: block;
  background-color: #ffffff;
  position: fixed;
}
.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: 16px;
}
@media (min-width: 1180px) {
  .l-header__list ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 32px;
  }
}
.l-header__list ul li.is-btn a {
  background-color: #DD5C46;
  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 #DD5C46;
}
.l-header__list ul li.is-btn a:hover {
  color: #DD5C46 !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: #DD5C46;
}
.l-header__list ul li.is-btn a svg path {
  fill: #ffffff;
}
.l-header__list ul li a {
  color: #202B87;
  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;
  }
  .is-top .l-header__list ul li a {
    color: #ffffff;
  }
  .is-top .l-header__list ul li a:hover {
    color: #000;
  }
  .is-top .l-header__list ul li a:hover:after {
    background-color: #000;
  }
  .is-transition .l-header__list ul li a {
    color: #000;
  }
}
@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: #308ECD;
}
.l-header__list ul li a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  background-color: #6DB9A1;
  animation: border_anim 0.3s linear forwards;
}
@media (min-width: 1180px) {
  .l-header__list ul li span:hover {
    cursor: pointer;
  }
}

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

.active_line2 {
  opacity: 0;
}

.active_line3 {
  transform: rotate(135deg);
  top: initial !important;
  bottom: -11px !important;
  right: -11px;
  border-radius: 3px;
  background-color: #202B87 !important;
}

.l-footer {
  height: 30px;
  background-color: #474747;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 768px) {
  .l-footer {
    height: 50px;
    font-size: 14px;
  }
}

.o-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 80px;
  height: 80px;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .o-btn {
    width: 151px;
    height: 151px;
    right: 32px;
    bottom: 32px;
  }
}

.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: #202B87;
  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% {
    clip-path: inset(0 0 100% 0);
  }
  25% {
    clip-path: inset(0 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    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 {
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

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

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

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

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

.leftin {
  opacity: 0;
}

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

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

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

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

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

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

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@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 {
  position: relative;
}
.o-mv img {
  width: 100%;
}
.o-mv .btn {
  position: absolute;
  bottom: -32px;
  width: 259px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C7972F;
  border-radius: 10px;
  right: 0;
  left: 0;
  margin: auto;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .o-mv .btn {
    width: 518px;
    height: 80px;
    font-size: 32px;
    bottom: -40px;
  }
}

.o-title {
  margin-bottom: 40px;
  color: #000;
}
.o-title p {
  text-align: center;
  font-weight: bold;
}
.o-title p:nth-child(1) {
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .o-title p:nth-child(1) {
    font-size: 20px;
  }
}
.o-title p:nth-child(2) {
  font-size: 28px;
  padding-bottom: 16px;
  position: relative;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .o-title p:nth-child(2) {
    font-size: 32px;
  }
}
.o-title p:nth-child(2) span {
  display: inline-block;
}
.o-title p:nth-child(2):before {
  content: "";
  position: absolute;
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

.o-cta {
  padding: 48px 16px;
  background-color: #6DB9A1;
  background-size: 6px 6px;
  background-image: linear-gradient(45deg, #6DB9A1, #6DB9A1 46.5%, rgba(255, 255, 255, 0.05) 46.5%, rgba(255, 255, 255, 0.05) 53.5%, #6DB9A1 53.5%, #6DB9A1);
  position: relative;
}
.o-cta__content {
  background-color: #ffffff;
  position: relative;
  box-shadow: 4px 2px 24px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 64px 16px 40px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .o-cta__content {
    padding: 40px 0;
  }
}
.o-cta__content p:nth-child(1) {
  text-align: center;
  color: #6DB9A1;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .o-cta__content p:nth-child(1) {
    font-size: 32px;
  }
}
.o-cta__content p:nth-child(1) span {
  display: inline-block;
}
.o-cta__content p:nth-child(2) {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.6;
}
.o-cta__content p:nth-child(2) span {
  display: inline-block;
}
.o-cta__content p:nth-child(2) span .is-green {
  display: inline;
  color: #6DB9A1;
  font-weight: bold;
}
.o-cta__content p:nth-child(3) {
  position: absolute;
  width: 103px;
  top: -40px;
  right: -8px;
}
@media (min-width: 1024px) {
  .o-cta__content p:nth-child(3) {
    width: 150px;
    top: -31px;
  }
}
@media (min-width: 1180px) {
  .o-cta__content p:nth-child(3) {
    right: -48px;
  }
}
.o-cta.is-main {
  padding: 94px 16px 54px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .o-cta.is-main {
    padding: 72px 16px;
  }
}
.o-cta.is-main .image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 95.8%;
}
@media (min-width: 768px) {
  .o-cta.is-main .image {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .o-cta.is-main .image {
    width: 75%;
  }
}
@media (min-width: 1180px) {
  .o-cta.is-main .image {
    width: 58%;
  }
}
@media (min-width: 1280px) {
  .o-cta.is-main .image {
    width: 53%;
  }
}
@media (min-width: 1366px) {
  .o-cta.is-main .image {
    width: 49%;
  }
}
@media (min-width: 1500px) {
  .o-cta.is-main .image {
    width: 45%;
  }
}
@media (min-width: 1920px) {
  .o-cta.is-main .image {
    width: 40%;
  }
}
.o-cta.is-main .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.o-cta.is-main .content {
  background-color: #ffffff;
  position: relative;
  padding: 64px 16px 40px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .o-cta.is-main .content {
    max-width: 696px;
    padding: 48px 24px 32px;
    width: 80%;
  }
}
.o-cta.is-main .content .logo {
  position: absolute;
  width: 103px;
  height: 103px;
  right: -8px;
  top: -40px;
}
@media (min-width: 768px) {
  .o-cta.is-main .content .logo {
    width: 95px;
    height: 95px;
    top: -47px;
    right: -41px;
  }
}
.o-cta.is-main .content .title {
  font-size: 28px;
  color: #6DB9A1;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .o-cta.is-main .content .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.o-cta.is-main .content .title span {
  display: inline-block;
}
.o-cta.is-main .content .text {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .o-cta.is-main .content .text {
    margin-bottom: 24px;
  }
}
.o-cta.is-main .content .text span {
  display: inline-block;
}

.o-form {
  padding: 24px 16px;
  background-color: #F1FAF7;
  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: #000;
  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: #000;
  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: #000;
}
@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: #000;
}
.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: #000;
  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: #000;
  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 #6DB9A1;
  border-bottom: 2px solid #6DB9A1;
  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 #000;
}

.o-content {
  background-image: url(../images/screen_bg.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.no-webp .o-content {
  background-image: url(../images/screen_bg.png);
}
.o-content__inner {
  width: 100%;
  height: 100%;
  max-width: 1376px;
  margin: auto;
  right: 0;
  left: 0;
  position: absolute;
}
.o-content__inner__illust_left {
  display: none;
}
@media (min-width: 1180px) {
  .o-content__inner__illust_left {
    left: 0px;
    bottom: 0;
    display: block;
    position: absolute;
    width: 216px;
  }
}
@media (min-width: 1280px) {
  .o-content__inner__illust_left {
    left: 48px;
  }
}
.o-content__inner__illust_right {
  display: none;
}
@media (min-width: 1180px) {
  .o-content__inner__illust_right {
    right: 16px;
    bottom: 0;
    display: block;
    position: absolute;
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .o-content__inner__illust_right {
    right: 80px;
  }
}
.o-content__inner__list {
  display: none;
  font-weight: bold;
}
@media (min-width: 1180px) {
  .o-content__inner__list {
    right: 4px;
    top: 64px;
    display: block;
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .o-content__inner__list {
    right: 40px;
  }
}
@media (min-width: 1366px) {
  .o-content__inner__list {
    right: 64px;
  }
}
.o-content__inner__list p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
}
.o-content__inner__list li {
  font-size: 16px;
  line-height: 34px;
}
.o-content__inner__list li a {
  color: #ffffff;
}
.o-content__detail {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  position: relative;
}
.o-content__detail::-webkit-scrollbar {
  display: none;
}
.o-content__inback {
  background: rgba(35, 59, 108, 0.6);
}

.p-top__link {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  background-color: #2D3B6C;
  padding: 64px 24px 24px;
}
@media (min-width: 768px) {
  .p-top__link {
    padding: 80px 24px 40px;
  }
}
.p-top__link__title {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 32px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-top__link__title {
    font-size: 18px;
  }
}
.p-top__link__text {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 32px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__link__text {
    font-size: 18px;
  }
}
.p-top__link__text span {
  display: inline-block;
}
.p-top__link__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__link__list {
    justify-content: flex-start;
  }
}
.p-top__link__list li {
  text-align: center;
  width: 48.5%;
}
@media (min-width: 768px) {
  .p-top__link__list li {
    width: 23.8%;
  }
}
@media (min-width: 768px) {
  .p-top__link__list li:not(:nth-child(4n)) {
    margin-right: 1.6%;
  }
}
.p-top__link__list li a:hover {
  cursor: pointer;
}
.p-top__link__list li a img {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-top__link__list li a span {
  display: block;
}
@media (min-width: 768px) {
  .p-top__link__list li a span {
    display: inline;
  }
}
.p-top__link__location {
  padding: 32px 0;
  position: relative;
  border-top: solid 2px #F8BB72;
  border-bottom: solid 2px #F8BB72;
}
.p-top__link__location:before, .p-top__link__location:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F8BB72;
  left: 0;
}
.p-top__link__location:before {
  top: 3px;
}
.p-top__link__location:after {
  bottom: 3px;
}
.p-top__link__location-title {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-top__link__location-title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.p-top__link__location-bg {
  display: none;
}
@media (min-width: 768px) {
  .p-top__link__location-bg {
    display: block;
    position: absolute;
    width: 686px;
    height: 223px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
}
.p-top__link__location-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 0;
  position: relative;
  margin-bottom: 32px;
  z-index: 2;
}
.p-top__link__location-list li {
  background-color: #C7972F;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 1.9px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-top__link__location-list li.w48 {
  width: 48%;
}
.p-top__link__location-list li.w32 {
  width: 32%;
}
.p-top__link__location-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
}
.p-top__link__location-text {
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-top__link__location-text {
    font-size: 14px;
  }
}
.p-top__link__location-text span {
  display: inline-block;
}
.p-top__cta {
  width: 100%;
  padding: 32px 24px;
  position: relative;
}
.p-top__cta__ribon {
  width: 178px;
  position: absolute;
  top: 0px;
  left: -6px;
}
@media (min-width: 768px) {
  .p-top__cta__ribon {
    width: 186px;
    top: 21px;
    left: 22px;
  }
}
.p-top__inner {
  padding: 0 15px;
}
.p-top__inner.is-mb {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__inner.is-mb {
    margin-bottom: 64px;
  }
}
.p-top__inner.is-mt {
  margin-top: 32px;
}
.p-top__plan {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 64px;
  border-radius: 10px;
  background-color: #202B87;
  position: relative;
}
.p-top__plan.is-brown {
  background-color: #94725C;
}
.p-top__plan.is-mb0 {
  margin: 0 auto;
}
.p-top__plan__benefits {
  position: absolute;
  top: 0;
  left: 2px;
}
.p-top__plan__detail {
  width: 91.4%;
  max-width: 551px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto 18px;
}
.p-top__plan__detail-scroll {
  width: 551px;
  display: flex;
}
.p-top__plan__detail-image {
  width: 180px;
}
.p-top__plan__detail-image:not(:last-child) {
  margin-right: 6px;
}
.p-top__plan__detail-image img {
  width: 100%;
}
.p-top__plan__menu {
  padding: 16px 4px;
}
@media (min-width: 768px) {
  .p-top__plan__menu {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-top__plan__text {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-top__plan__text {
    margin-bottom: 0;
    flex: 1;
  }
}
.p-top__plan__text-title {
  padding: 56px 0;
  position: relative;
  margin-bottom: 16px;
  color: #FEE8B1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.p-top__plan__text-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/plan_title_top.svg);
  width: 157.47px;
  height: 36.84px;
  background-size: 100% 100%;
  top: 0;
}
.p-top__plan__text-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/plan_title_bottom.svg);
  width: 157.47px;
  height: 36.84px;
  background-size: 100% 100%;
  bottom: 0;
}
.p-top__plan__text-price {
  margin-bottom: 16px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #FEE8B1;
}
.p-top__plan__text-price span {
  display: flex;
  width: 144px;
  height: 30px;
  background-color: #FEE8B1;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  color: #94725C;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 8px;
}
.p-top__plan__text-detail {
  text-align: center;
  font-size: 14px;
  color: #FEE8B1;
  line-height: 25px;
  margin-bottom: 16px;
}
.p-top__plan__text-detail span {
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.p-top__plan__text-detail span::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #FEE8B1;
  position: absolute;
  top: 8px;
  left: 10%;
}
.p-top__plan__text-other {
  padding-top: 30px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #FEE8B1;
}
.p-top__plan__text-other:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 25px;
  background-image: url(../images/plan_menu_title.svg);
  background-size: 100% 100%;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}
.p-top__plan__text-other span.f18 {
  font-size: 18px;
}
.p-top__plan__text-discription {
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 1.4;
}
.p-top__plan__image {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 16px 8px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__plan__image {
    width: 300px;
  }
}
.is-brown .p-top__plan__image {
  padding: 0;
  background-color: transparent;
}
.p-top__plan__image-title {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #202B87;
  margin-bottom: 12px;
  font-weight: bold;
}
.p-top__plan__image-title span {
  font-size: 14px;
}
.p-top__plan__image-photo {
  text-align: center;
  position: relative;
}
.is-brown .p-top__plan__image-photo {
  margin-bottom: 20px;
}
.p-top__plan__image-special_text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 10px;
}
.p-top__plan__image-special_text p {
  text-align: center;
}
.p-top__plan__image-special_text p:not(:last-child) {
  margin-bottom: 16px;
}
.p-top__plan__image-photo_discription {
  width: 91px;
  height: 91px;
  position: absolute;
  top: -24px;
  right: -14px;
}
.p-top__plan__image-illust {
  position: absolute;
  bottom: -16px;
  right: 0;
  z-index: 1;
}
.p-top__plan__image-illust.is-bottom {
  bottom: -620px;
}
.p-top__plan__image-illust.is-bottom-otona {
  bottom: -715px;
}
.p-top__plan__image-illust.is-bottom-course {
  bottom: -750px;
}
@media (min-width: 768px) {
  .p-top__plan__image-illust {
    display: none;
  }
}
.p-top__plan__image-detail {
  display: flex;
  gap: 0 11px;
  position: relative;
}
.p-top__plan__image-detail p {
  width: 46px;
  height: 84px;
  background-image: url(../images/plan_left_bg.webp);
  background-size: 100% 100%;
  color: #C7972F;
  font-size: 9px;
  line-height: 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
}
.no-webp .p-top__plan__image-detail p {
  background-image: url(../images/plan_left_bg.png);
}
.p-top__plan__image-detail.is-nopl ul li {
  padding-left: 0;
}
.p-top__plan__image-detail.is-nopl ul li:before {
  content: none;
}
.p-top__plan__image-detail ul {
  flex: 1;
  padding-top: 10px;
}
.p-top__plan__image-detail ul li {
  padding-left: 1em;
  position: relative;
  font-size: 12px;
  color: #626161;
  line-height: 20px;
  font-weight: 600;
  border-bottom: dotted 0.5px #48527C;
}
.p-top__plan__image-detail ul li span {
  font-size: 10px;
  display: block;
}
.p-top__plan__image-detail ul li.noborder {
  border-bottom: none;
}
.p-top__plan__image-detail_image {
  bottom: -24px;
  right: -14px;
  position: absolute;
  width: 93px;
}
.p-top__plan__image-noback {
  background: none;
}
.p-top__plan__image-toptext {
  background-color: #308ECD;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25), 0 6px 12px rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.p-top__plan__image-toptext p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
}
.p-top__plan__image-special-list {
  margin: 10px 0;
}
.p-top__plan__image-special-list li {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}
.p-top__plan__ribon {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-top__plan__ribon {
    padding: 8px 5px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
  }
}
.p-top__plan__ribon-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-top__plan__ribon-title {
    margin-bottom: 0;
    flex: 1;
    display: flex;
  }
}
.p-top__plan__ribon-title p {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
.p-top__plan__ribon-title p:nth-child(1) {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-top__plan__ribon-title p {
    font-size: 14px;
    width: 100px;
  }
}
.p-top__plan__ribon-title-list {
  padding: 20px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__plan__ribon-title-list {
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 110px);
  }
}
.p-top__plan__ribon-title-list li {
  color: #ffffff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
}
.p-top__plan__ribon-title-list li span {
  display: block;
  font-size: 12px;
}
.p-top__plan__ribon-title-list li.small {
  font-size: 12px;
}
.p-top__plan__ribon-title-ribon {
  position: relative;
}
.p-top__plan__ribon-title-ribon::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 10%;
}
@media (min-width: 768px) {
  .p-top__plan__ribon-title-ribon::after {
    content: none;
  }
}
.p-top__plan__ribon-detail {
  width: 256px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 0 3.9%;
}
@media (min-width: 768px) {
  .p-top__plan__ribon-detail {
    justify-content: flex-start;
  }
}
.p-top__plan__ribon-detail_image {
  width: 100%;
}
.p-top__plan__ribon-detail_image.is-w100 {
  width: 100%;
}
.p-top__plan__ribon-detail_image.is-w100 p:nth-child(1) {
  margin-bottom: 0;
}
.p-top__plan__ribon-detail_image p:nth-child(1) {
  margin-bottom: 4px;
}
.p-top__plan__ribon-detail_image p:nth-child(2) {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.p-top__plan__area {
  padding: 8px 0;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .p-top__plan__area {
    padding: 8px 40px 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.is-brown .p-top__plan__area {
  background-color: #202B87;
}
.p-top__plan__area-illust {
  display: none;
}
@media (min-width: 768px) {
  .p-top__plan__area-illust {
    position: absolute;
    left: 0;
    bottom: -60px;
    display: block;
  }
}
.p-top__plan__area-detail {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-top__plan__area-detail {
    margin-bottom: 0;
    flex: 1;
  }
}
.p-top__plan__area-detail p {
  text-align: center;
  color: #202B87;
  font-weight: 600;
  line-height: 25px;
  font-size: 14px;
}
.is-brown .p-top__plan__area-detail p {
  color: #ffffff;
}
.p-top__plan__area-detail p:nth-child(2) {
  font-size: 16px;
}
.p-top__plan__area-detail p:nth-child(2) span {
  font-size: 14px;
}
.p-top__plan__area-btn {
  width: 259px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C7972F;
  border-radius: 10px;
  right: 0;
  left: 0;
  margin: auto;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-top__special_title {
  width: 277px;
  margin: 0 auto 40px;
}
.p-top__drink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 702px;
  margin: 0 auto 24px;
  gap: 20px 0;
  padding: 0 24px;
}
.p-top__drink__detail {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top__drink__detail {
    width: 47.4%;
  }
}
.p-top__drink__detail-title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 30px 0 10px;
  color: #ffffff;
}
.p-top__drink__detail-text {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
.p-top__drink__detail-illust {
  text-align: center;
  margin-top: 10px;
}
.p-top__goods {
  background-color: #2D3B6C;
  padding: 32px 24px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__goods {
    padding: 56px 24px 32px;
  }
}
.p-top__goods:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/goods_bg_sp.webp);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .p-top__goods:before {
    background-image: url(../images/goods_bg_pc.webp);
  }
}
.no-webp .p-top__goods:before {
  background-image: url(../images/goods_bg_sp.png);
}
@media (min-width: 768px) {
  .no-webp .p-top__goods:before {
    background-image: url(../images/goods_bg_pc.png);
  }
}
.p-top__goods__title {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__goods__title {
    margin-bottom: 16px;
  }
}
.p-top__goods__text {
  width: 70%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  text-align: right;
  margin: 0 0 20px auto;
}
@media (min-width: 768px) {
  .p-top__goods__text {
    margin: 0 0 40px auto;
  }
}
.p-top__goods__text span {
  display: inline-block;
}
.p-top__goods__content {
  position: relative;
  padding-bottom: 20px;
}
.p-top__goods__content-illust {
  position: absolute;
  left: -24px;
  width: 185px;
  top: -168px;
}
@media (min-width: 768px) {
  .p-top__goods__content-illust {
    width: 237px;
    top: -202px;
    left: 15px;
  }
}
.p-top__goods__content-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top__goods__content-detail {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-top__goods__content-detail li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-top__goods-noimage {
  width: 90%;
  height: 230px;
  background-image: url(../images/coming_soon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__goods-noimage {
    height: 370px;
  }
}
.p-top__goods_other {
  background-color: #2D3B6C;
  padding: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__goods_other {
    padding: 24px;
  }
}
.p-top__goods_other__mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin: auto;
}
.p-top__goods_other__mark img {
  position: absolute;
  width: 30px;
}
@media (min-width: 768px) {
  .p-top__goods_other__mark img {
    width: 45px;
  }
}
.p-top__goods_other__mark img:nth-child(1) {
  top: 0;
  left: 0;
}
.p-top__goods_other__mark img:nth-child(2) {
  top: 0;
  right: 0;
}
.p-top__goods_other__mark img:nth-child(3) {
  bottom: 0;
  left: 0;
}
.p-top__goods_other__mark img:nth-child(4) {
  bottom: 0;
  right: 0;
}
.p-top__goods_other__title {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-top__goods_other__title {
    font-size: 18px;
  }
}
.p-top__goods_other__text {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-top__goods_other__text {
    font-size: 16px;
  }
}
.p-top__goods_other__bg {
  padding: 20px 0;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.p-top__goods_other__bg p {
  text-align: center;
  line-height: 1.4;
  font-size: 10px;
  color: #737373;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-top__goods_other__bg p {
    font-size: 12px;
  }
}
.p-top__goods_other__bg p:not(:last-child) {
  margin-bottom: 8px;
}
.p-top__goods_other__last {
  width: 100%;
  max-width: 596px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top__goods_other__last {
    display: flex;
  }
}
.p-top__goods_other__last-text {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .p-top__goods_other__last-text {
    flex: 1;
    margin-bottom: 0;
  }
}
.p-top__goods_other__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  background-color: #A48B6B;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  position: relative;
}
.p-top__area {
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .p-top__area {
    padding: 56px 36px;
  }
}
.p-top__area__title {
  width: 193px;
  margin: 0 auto 40px;
  padding: 16px 0;
  position: relative;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.p-top__area__title:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 94px;
  background-image: url(../images/plan06_illust.svg);
  background-size: 100% 100%;
  left: -50px;
  bottom: -10px;
}
.p-top__area__content {
  margin-bottom: 32px;
  background-color: #ffffff;
  padding: 24px 0;
  border-radius: 10px;
}
.p-top__area__content.is-mb0 {
  margin-bottom: 0;
}
.p-top__area__content-last {
  padding: 0 12px;
  margin-top: 24px;
  color: #737373;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .p-top__area__content-last {
    padding: 0 24px;
  }
}
.p-top__area__content-top {
  padding: 0 12px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-top__area__content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 24px;
  }
}
.p-top__area__content-text {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-top__area__content-text {
    margin-bottom: 0;
    width: 300px;
  }
}
.p-top__area__content-text .title {
  padding: 40px 0;
  position: relative;
  margin-bottom: 16px;
  color: #308ECD;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-top__area__content-text .title {
    margin-bottom: 20px;
  }
}
.p-top__area__content-text .title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/area_title_top.svg);
  width: 158.86px;
  height: 33.38px;
  background-size: 100% 100%;
  top: 0;
}
.p-top__area__content-text .title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/area_title_bottom.svg);
  width: 158.86px;
  height: 33.38px;
  background-size: 100% 100%;
  bottom: 0;
}
.p-top__area__content-text .date {
  color: #308ECD;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.p-top__area__content-text .stay {
  color: #308ECD;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-top__area__content-text .access {
  font-size: 12px;
  color: #737373;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
  text-align: center;
}
.p-top__area__content-text .map a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  text-decoration: underline;
  color: #94725C;
  font-size: 16px;
  font-weight: 500;
}
.p-top__area__content-time {
  background-color: #FBF4E5;
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #94725C;
  font-weight: bold;
  margin: 0 4px 16px;
}
@media (min-width: 768px) {
  .p-top__area__content-time {
    font-size: 14px;
    margin: 0 20px 32px;
  }
}
.p-top__area__content-time dl:not(:last-child) {
  margin-bottom: 24px;
}
.p-top__area__content-image {
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__area__content-image {
    width: 290px;
  }
}
.p-top__area__link {
  padding: 0 4px;
}
@media (min-width: 768px) {
  .p-top__area__link {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px 0;
  }
}
@media (min-width: 768px) {
  .p-top__area__link-detail {
    width: 47%;
  }
}
@media (min-width: 768px) {
  .p-top__area__link-detail.is-max {
    width: 100%;
  }
}
.p-top__area__link-detail:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__area__link-detail:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-top__area__link-title {
  width: 100%;
  height: 50px;
  background-color: #308ECD;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.p-top__area__link-title:hover {
  cursor: pointer;
}
.p-top__area__link-title.is-open:before {
  transform: rotate(45deg);
}
.p-top__area__link-title.is-brown {
  background-color: #94725C;
}
.p-top__area__link-title:before {
  content: "＋";
  position: absolute;
  font-size: 20px;
  right: 8px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-top__area__link-date {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 0;
  display: none;
  margin-top: 16px;
}
.p-top__area__link-date.is-open {
  display: flex;
}
.p-top__area__link-date.is-flex {
  display: flex;
  margin-top: 0;
}
.p-top__area__link-date.is-mb {
  margin-bottom: 16px;
}
.p-top__area__link-date.is-brown li {
  border: solid 2px #94725C;
  color: #94725C;
}
.p-top__area__link-date.is-brown li:hover {
  background-color: #94725C;
}
.p-top__area__link-date li {
  width: 47%;
  border-radius: 10px;
  border: solid 2px #308ECD;
  color: #308ECD;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  flex-direction: column;
}
.p-top__area__link-date li.is-max {
  width: 100%;
}
.p-top__area__link-date li span {
  display: block;
  text-align: center;
}
.p-top__area__link-date li a {
  color: inherit;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.p-top__area__link-date li:hover {
  background-color: #202B87;
  color: #ffffff;
}
.p-top__area__link-text {
  display: none;
  margin-top: 16px;
}
.p-top__area__link-text.is-open {
  display: block;
}
.p-top__area__link-text .p-top__area__link-date {
  display: flex;
  margin-bottom: 16px;
}
.p-top__area__link-text p {
  color: #94725C;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
  font-size: 16px;
}
.p-top__area__link-text p.discription {
  text-align: left;
  color: #737373;
  font-size: 14px;
  margin-bottom: 0;
}
.p-top__area__link-text .bg {
  background-color: #FEF0DD;
  padding: 8px 0;
  margin-bottom: 24px;
}
.p-top__area__link-text .bg p:nth-child(1) {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  margin: 0 auto 12px;
  background-color: #A48B6B;
  color: #ffffff;
  font-size: 16px;
  border-radius: 19px;
}
.p-top__area__link-text .bg p:nth-child(2) {
  margin-bottom: 0;
}
.p-top__discription {
  padding: 24px 24px 48px;
  background-color: #202B87;
}
@media (min-width: 768px) {
  .p-top__discription {
    padding: 40px 24px 80px;
  }
}
.p-top__discription__inner {
  width: 100%;
  max-width: 678px;
  margin: 0 auto;
}
.p-top__discription__title {
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.p-top__discription__title:before, .p-top__discription__title:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 193px;
  height: 2px;
  background-color: #ffffff;
}
.p-top__discription__title:before {
  top: 0;
}
.p-top__discription__title:after {
  bottom: 0;
}
.p-top__discription__list {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-top__discription__list {
    font-size: 14px;
  }
}
.p-top__discription__list li {
  padding-left: 14px;
  position: relative;
}
.p-top__discription__list li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.p-top__discription__list li:not(:last-child) {
  margin-bottom: 24px;
}
.p-top__discription__list li a {
  color: #ffffff;
  text-decoration: underline;
}
.p-top__qa {
  padding: 32px 24px;
  width: 100%;
  max-width: 678px;
  margin: 0 auto;
}
.p-top__qa__title {
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.p-top__qa__title:before, .p-top__qa__title:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 193px;
  height: 2px;
  background-color: #ffffff;
}
.p-top__qa__title:before {
  top: 0;
}
.p-top__qa__title:after {
  bottom: 0;
}
.p-top__qa__detail {
  background-color: #ffffff;
}
.p-top__qa__detail:not(:last-child) {
  margin-bottom: 28px;
}
.p-top__qa__detail-title {
  background-color: #308ECD;
  padding: 16px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.p-top__qa__detail-title:hover {
  cursor: pointer;
}
.p-top__qa__detail-title.is-open:before {
  transform: rotate(45deg);
}
.p-top__qa__detail-title:before {
  content: "＋";
  position: absolute;
  font-size: 24px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.p-top__qa__detail-text {
  padding: 24px 16px;
  background-color: #ffffff;
  color: #737373;
  line-height: 1.4;
  display: none;
  font-size: 14px;
  font-weight: 600;
}
.p-top__qa__detail-text.is-open {
  display: block;
}
.p-top__qa__detail-text dl:not(:last-child) {
  margin-bottom: 24px;
}
.p-top__footer_logo {
  margin-bottom: 40px;
  text-align: center;
}
.p-top__banner {
  width: 91.4%;
  margin: 0 auto 48px;
  max-width: 678px;
}
@media (min-width: 768px) {
  .p-top__banner {
    width: 95.3%;
  }
}
.p-top__banner__title {
  background-color: #94725C;
  padding: 8px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}
.p-top__banner__title span {
  display: inline-block;
}
.p-top__banner__bg {
  padding: 32px 16px;
  background-color: #ffffff;
}
.p-top__banner__date {
  text-align: center;
  color: #94725C;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-top__banner__text {
  color: #737373;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.p-top__banner__image {
  position: relative;
  width: 100%;
  max-width: 359px;
  margin: 0 auto 32px;
}
.p-top__banner__image-btn {
  position: absolute;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  border-radius: 50%;
  right: -8px;
  bottom: -8px;
  background-color: #202B87;
}
@media (min-width: 768px) {
  .p-top__banner__image-btn {
    width: 87px;
    height: 87px;
    right: -10px;
    bottom: -10px;
  }
}