/* front-top.css (2026-09-23) — トップページ専用の結合CSS。★手で編集しない★
   style.css / css/h_styles.min.css / css/common.css / css/front.css のうち、トップの DOM(SP/PC・全スクロール・
   ドロワー/モーダル/タブ操作後を含む)に一致するルールだけを機械抽出して、この順に結合したもの。
   functions.php はこのファイルの mtime が元4ファイルより新しいときだけ使い、古ければ元の4ファイルに自動で戻る。
   元CSSを直したら tools/extract-front-css.js を実行して再生成し、本番にも上げること。 */
/* ==== from style.css ==== */
body, html {
  font-size: 16px
}
a, a:hover {
  text-decoration: none
}
.fix {
  clear: both
}
table.list {
  border-collapse: collapse
}
body, html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 0;
  color: #333
}
body, form, h1, h2, h3, h4, img, li, p, ul {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat
}
body {
  -webkit-text-size-adjust: 100%
}
ul {
  list-style: none
}
small {
  font-size: 11px
}
a {
  color: #0085ce;
  outline: 0
}
a img {
  border: none
}
.red {
  color: #e7003c
}
.list th {
  font-weight: 700
}
.fn {
  font-style: normal;
  font-size: 12px
}
.fix {
  height: 1px;
  margin: -1px 0 0;
  overflow: hidden
}
.hidden {
  visibility: hidden;
  font-size: 1px;
  line-height: 0
}
.border-box {
  border: 1px solid #ccc
}
.border-box {
  padding: 10px
}
a.arrow {
  background: url(images/arrow_link.gif) no-repeat;
  padding-left: 18px;
  padding-bottom: 5px
}
a.arrow:hover {
  background-position: 0 -40px
}
.list th, table.list td {
  padding: 5px;
  border: 1px solid #999
}
table.list {
  line-height: 1.6em;
  margin: 0
}
table.list td {
  margin: 0;
  background-color: #FFF;
  vertical-align: top
}
.list th {
  background-color: #333;
  color: #FFF;
  font-size: 15px
}
button, input {
  font-size: 18px
}
input {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #bbb
}
.block ul:after, .border-box:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: .1px;
  font-size: .1em;
  line-height: 0
}
* html .block ul, * html .border-box {
  display: inline-block
}
ul.list {
  list-style: disc;
  line-height: 2em;
  margin-left: 20px
}
@media screen and (max-width:1000px) {
#barbox .bar1, #barbox .bar2, #barbox .bar3 {
  width: 30px;
  height: 5px;
  background-color: #E6E6E6;
  position: absolute
}
#barbox .bar1 {
  top: 12px
}
#barbox .bar2 {
  top: 22px
}
#barbox .bar3 {
  top: 32px
}
#barbox .bar1, #barbox .bar2, #barbox .bar3 {
  transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out
}
}
img {
  pointer-events: none;
}
.container {
  padding-bottom: 4px;
}
.button {
  background-color: #103A58;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  border-radius: 62.4375rem;
  line-height: 1;
  max-width: 238px;
  max-width: 14.875rem;
  width: 100%;
  height: 46px;
  height: 2.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, .2);
  box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
.button {
  max-width: 18.625rem;
  height: 3.5rem;
  font-size: 1.5625rem;
}
}
.button:hover,
.button:focus {
  opacity: 0.8;
  cursor: pointer;
}
/* ==== from h_styles.min.css ==== */
*,*::before,*::after {
  box-sizing:border-box
}
html {
  font-family:sans-serif;
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
article,figure,footer,header,main,nav,section {
  display:block
}
body {
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  text-align:left
}
[tabindex="-1"]:focus {
  outline:0!important
}
h1,h2,h3,h4 {
  margin-top:0;
  margin-bottom:.5rem
}
p {
  margin-top:0;
  margin-bottom:1rem
}
ul,dl {
  margin-top:0;
  margin-bottom:1rem
}
ul ul {
  margin-bottom:0
}
dt {
  font-weight:700
}
dd {
  margin-bottom:.5rem;
  margin-left:0
}
small {
  font-size:80%
}
a {
  color:#0085ce;
  text-decoration:none
}
a:hover {
  opacity:.8
}
a:not([href]):not([tabindex]) {
  color:inherit;
  text-decoration:none
}
a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
  color:inherit;
  text-decoration:none
}
a:not([href]):not([tabindex]):focus {
  outline:0
}
figure {
  margin:0;
  padding:0
}
img {
  vertical-align:middle;
  border-style:none
}
svg {
  overflow:hidden;
  vertical-align:middle
}
table {
  border-collapse:collapse
}
th {
  text-align:inherit
}
label {
  display:inline-block;
  margin-bottom:.5rem
}
button {
  border-radius:0
}
button:focus {
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color
}
input,button {
  margin:0;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit
}
button,input {
  overflow:visible
}
button {
  text-transform:none
}
button,[type="button"],[type="submit"] {
  -webkit-appearance:button
}
button:not(:disabled),[type="button"]:not(:disabled),[type="submit"]:not(:disabled) {
  cursor:pointer
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  padding:0;
  border-style:none
}
::-webkit-file-upload-button {
  font:inherit;
  -webkit-appearance:button
}
:root {
  --white:#fff;
  --black:#000;
  --smoke:#f4f5ef;
  --gray:#e5e5e5;
  --yellow:#ff0;
  --primary:#044b9b;
  --second:#dc0017;
  --text-body:#000;
  --radius:5px
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  padding:0;
  font-size:15px;
  font-family:"Noto Sans JP",sans-serif;
  overflow-wrap:break-word;
  font-weight:400;
  color:var(--text-body);
  overflow-x:hidden;
  line-height:1.4375;
  position:relative;
  width:100%;
  background:var(--white)
}
@media only screen and (min-width:768px){
body {
  font-size:16px
}}
a {
  transition:all 0.3s;
  color:var(--text-body);
  outline:none!important
}
a:hover {
  opacity:.8
}
.h4 {
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  color:var(--text-body);
  padding:0
}
.h4 {
  font-size:22px;
  line-height:1.16
}
@media (min-width:48em){
.h4 {
  font-size:24px
}}
img {
  max-width:100%;
  vertical-align:bottom
}
.container {
  width:100%;
  max-width:1230px;
  margin:0 auto;
  padding:0 15px;
  position:relative
}
.tabs-2__heading ul,.tabs__heading ul,.header-site__nav ul,.breadcrumb ul {
  margin:0;
  padding:0;
  list-style:none
}
input[type="text"],input[type="email"] {
  width:100%;
  border:1px solid var(--gray);
  border-radius:var(--radius);
  padding:15px 24px;
  outline:none!important
}
button,input[type="submit"] {
  font-weight:700;
  color:var(--white);
  background:var(--primary);
  display:inline-block;
  border-radius:100px;
  text-align:center;
  font-size:16px;
  line-height:23px;
  padding:14px 25px;
  min-width:250px
}
@media only screen and (min-width:768px){
button,input[type="submit"] {
  min-width:auto
}}
@media only screen and (min-width:992px){
button,input[type="submit"] {
  padding:18px 25px;
  min-width:300px
}}
button:hover,input[type="submit"]:hover {
  opacity:.8
}
.section {
  padding:46px 0
}
@media only screen and (min-width:768px){
.section {
  padding:64px 0
}}
.hamburger {
  position:relative;
  width:36px;
  height:51px;
  line-height:1;
  cursor:pointer;
  display:block;
  right:0;
  z-index:99;
  align-self:flex-end;
  opacity:1
}
@media only screen and (min-width:992px){
.hamburger {
  display:none
}}
.hamburger span {
  width:21px;
  height:2px;
  background:var(--black);
  backface-visibility:hidden;
  position:absolute;
  display:block;
  margin:auto;
  transition:0.3s all ease;
  transform:rotate(0deg);
  border-radius:5px;
  top:calc(50% - 1px);
  left:calc(50% - 10.5px)
}
.hamburger span::before,.hamburger span::after {
  content:"";
  transform-origin:center center;
  width:100%;
  height:2px;
  background:var(--black);
  backface-visibility:hidden;
  position:absolute;
  left:0;
  top:7px;
  transition:0.3s all ease;
  border-radius:5px;
  opacity:1
}
.hamburger span::after {
  top:-7px
}
.hamburger.active span {
  transform:rotate(225deg)
}
.hamburger.active span::before {
  transform:rotate(-90deg);
  top:0
}
.hamburger.active span::after {
  opacity:0
}
.popup-wrap {
  z-index:999;
  display:none;
  padding:100px 0;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:auto;
  background-color:rgb(0,0,0);
  background-color:rgba(0,0,0,.4)
}
.popup-wrap h2 {
  font-weight:500;
  font-size:24px;
  line-height:35px;
  margin:0 0 40px;
  text-align:center;
  padding:0
}
.popup-wrap .popup-close {
  width:30px;
  height:30px;
  font-size:0;
  background:url(../images/close-circle.svg) no-repeat 0 0/100%;
  min-width:auto;
  top:10px;
  right:10px;
  opacity:1;
  position:absolute
}
@media only screen and (min-width:992px){
.popup-wrap .popup-close {
  width:40px;
  height:40px;
  top:25px;
  right:25px
}}
.popup-wrap.shown {
  display:block
}
.breadcrumb {
  padding:11px 0;
  background:#efefef
}
.breadcrumb ul {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.breadcrumb ul li {
  font-weight:400;
  font-size:10px;
  line-height:2;
  color:var(--black)
}
.breadcrumb ul li a {
  color:var(--black)
}
.breadcrumb ul li+li::before {
  content:">";
  margin-right:7px
}
.table {
  width:100%;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc
}
.table tr th,.table tr td {
  border-top:1px solid #ccc;
  border-left:1px solid #ccc
}
.table tr th {
  text-align:center;
  background:#efefef;
  padding:13px 20px
}
.table tr td {
  padding:13px 12px
}
.header-site__nav {
  font-size:16px;
  line-height:1.5
}
@media only screen and (min-width:992px){
.header-site__nav {
  display:block!important
}}
@media only screen and (max-width:991px){
.header-site__nav {
  position:absolute;
  top:100%;
  background:rgba(245,245,245,.89);
  left:0;
  width:100%;
  padding:25px 20px;
  border-top:1px solid #d9d9d9;
  display:none;
  z-index:10
}}
@media only screen and (min-width:768px){
.header-site__nav ul {
  display:flex;
  align-items:center;
  gap:20px
}}
@media only screen and (min-width:992px){
.header-site__nav ul {
  gap:20px 30px
}}
@media only screen and (min-width:1200px){
.header-site__nav ul {
  gap:20px 50px
}}
@media only screen and (max-width:767px){
.header-site__nav ul li+li {
  margin-top:15px
}}
.header-site__nav ul li a {
  display:flex;
  color:var(--text-body);
  align-items:center;
  font-size:15px
}
@media only screen and (min-width:768px){
.header-site__nav ul li a {
  font-size:13px
}}
@media only screen and (min-width:992px){
.header-site__nav ul li a {
  font-size:15px
}}
.header-site__nav ul li a svg {
  margin-left:8px
}
.header-site__nav.active {
  display:block
}
.tabs__heading {
  border-bottom:1px solid var(--primary);
  margin-bottom:20px
}
@media only screen and (min-width:768px){
.tabs__heading {
  margin-bottom:46px
}}
.tabs__heading ul {
  display:flex;
  gap:5px
}
.tabs__heading ul li {
  flex-basis:0%;
  flex-grow:1
}
.tabs__heading ul li a {
  display:block;
  background:#e6edf5;
  font-weight:500;
  font-size:16px;
  line-height:23px;
  color:var(--text-body);
  padding:14px 10px;
  text-align:center;
  display:flex;
  height:100%;
  align-items:center;
  justify-content:center
}
.tabs__heading ul li a:hover {
  background:#afcae9
}
.tabs__heading ul li.active a {
  background:var(--primary);
  color:var(--white)
}
.tabs ol {
  list-style:decimal;
  padding-left:20px
}
.tabs__content {
  display:none
}
.tabs__content.shown {
  display:block
}
.tabs-2 h3 {
  font-weight:500;
  font-size:20px;
  line-height:29px;
  color:var(--primary);
  margin:54px 0 16px;
  padding:0
}
.tabs-2 p {
  font-size:14px;
  line-height:20px;
  margin:0 0 30px;
  padding:0
}
.tabs-2 a {
  color:#0085ce
}
.tabs-2__heading ul {
  display:flex;
  gap:1px;
  border-bottom:1px solid #ccc
}
.tabs-2__heading ul li a {
  display:block;
  background:#82a5cd;
  font-weight:400;
  font-size:16px;
  line-height:23px;
  color:var(--white);
  padding:9px 10px;
  text-align:center;
  display:block;
  border-radius:10px 10px 0 0;
  min-width:95px;
  border:1px solid #82a5cd;
  border-bottom:0;
  font-weight:400;
  font-size:16px;
  line-height:23px;
  margin-bottom:-1px
}
@media only screen and (min-width:768px){
.tabs-2__heading ul li a {
  min-width:120px
}}
@media only screen and (max-width:600px){
.tabs-2__heading ul li a {
  min-width:auto
}}
.tabs-2__heading ul li a:hover {
  background:#75adec;
  opacity:1
}
.tabs-2__heading ul li.active a {
  background:var(--white);
  color:var(--text-body);
  border-color:#ccc;
  border-bottom-color:var(--white)
}
.tabs-2__content {
  padding:20px;
  border:1px solid #ccc;
  border-top:0;
  display:none
}
@media only screen and (min-width:768px){
.tabs-2__content {
  padding:44px 42px
}}
.tabs-2__content.shown {
  display:block
}
.tabs-2 table {
  margin-bottom:25px
}
.tabs-2 table tr th {
  min-width:88px
}
@media screen and (max-width:1000px){
.section {
  padding:10px 0
}}
.slide {
  position:relative
}
@media screen and (max-width:600px){
input[type="email"] {
  width:100%
}}
html {
  scroll-behavior:smooth;
  scroll-padding-top:81px
}
span.menu_btn {
  display:none
}
@media (max-width:767px){
.header-site__nav ul li {
  position:relative
}
span.menu_btn {
  position:absolute;
  top:0;
  right:0;
  font-size:25px;
  color:#fff;
  background:var(--primary);
  width:25px;
  height:25px;
  border-radius:100%;
  line-height:20px;
  text-align:center;
  display:block
}}
.accordion-type01__body {
  display:none;
  margin-top:10px;
  margin-top:.625rem
}
@media screen and (min-width:768px){
.accordion-type01__body {
  margin-top:1.25rem
}}
.icon-box {
  width:16px;
  width:1rem;
  height:16px;
  height:1rem;
  display:block;
  position:relative
}
@media screen and (min-width:768px){
.icon-box {
  width:1.1875rem;
  height:1.1875rem
}}
.icon-box__bar02 {
  position:absolute;
  width:1.6px;
  height:100%;
  background-color:#103a58;
  top:0;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  -webkit-transition:0.3s ease-out;
  transition:0.3s ease-out
}
.icon-box__bar02.is-open {
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg)
}
.slide figcaption {
  text-align:center;
  font-size:80%;
  margin-top:5px
}
/* ==== from common.css ==== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.45;
}
a {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
dl,
dd {
  margin-bottom: 0;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
@media (max-width: 990px) {
html {
  scroll-padding-top: 73px;
}
}
body.active {
  overflow: hidden;
}
button.splide__arrow {
  border-color: transparent !important;
}
@media (max-width: 768px) {
.sp_hidden {
  display: none !important;
}
}
.sp_visible {
  display: none !important;
}
@media (max-width: 768px) {
.sp_visible {
  display: block !important;
}
}
@media (min-width: 990px) {
.pc_hidden {
  display: none !important;
}
}
@media (max-width: 990px) {
.tab_hidden {
  display: none !important;
}
}
.l-inner {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 6%;
}
@media (max-width: 990px) {
.l-inner {
  padding: 0 3%;
}
}
@media (max-width: 768px) {
.l-inner {
  padding: 0 5.33%;
}
}
.l-section {
  padding-block: 80px;
}
.l-section.--low {
  padding-block: 50px;
}
.l-section.--front-faq {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
.l-section.--front-faq {
  padding-bottom: 80px;
}
}
@media (max-width: 768px) {
.l-section {
  padding-block: 40px;
}
.l-section.--low {
  padding-block: 40px;
}
.l-section.--icon {
  padding-block: 90px 40px;
}
}
.l-contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
.l-contents {
  gap: 30px;
}
}
.c-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-title.--left {
  margin-inline: 0 auto;
}
@media (max-width: 768px) {
.c-title {
  font-size: 24px;
}
.c-title.--left {
  margin-inline: auto;
}
}
.c-title.--sub {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
.c-title.--sub {
  font-size: 20px;
  padding-left: 34px;
}
}
.c-title.--icon {
  padding-left: 43px;
  position: relative;
}
.c-title.--icon02 {
  padding-left: 50px;
}
.c-title.--icon::before,
.c-title.--icon02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
.c-title.--faq01::before {
  background-image: url(../images/faq/faq-look.png);
}
.c-title.--voice::before {
  background-image: url(../images/front/voice-icon.png);
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn {
  border-radius: 100px;
  border: 2px solid #044b98;
  background: #fff;
  display: flex;
  width: 335px;
  padding-block: 16px;
  padding-inline: 36px 44px;
  justify-content: center;
  align-items: center;
  color: #044b98;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
.c-btn {
  display: flex;
  width: 234px;
  height: 56px;
  padding-inline: 8px 36px;
  font-size: 14px;
}
}
@media (any-hover: hover) {
.c-btn:hover {
  opacity: 0.7;
}
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 30px;
  height: 30px;
  background-image: url(../images/front/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.c-btn::before {
  width: 24px;
  height: 24px;
  right: 12px;
}
}
.c-btn.center {
  margin-inline: auto;
}
.c-btn.line {
  background-color: #06c755;
  border-color: #06c755;
  color: #fff;
  padding-inline: 66px 44px;
}
.c-btn.line::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/icon-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.line::before {
  background-image: url(../images/front/line-arrow.svg);
}
@media (max-width: 768px) {
.c-btn.--tel {
  color: #c62728;
  font-family: Inter;
  font-size: clamp(1.25rem, -0.932rem + 10.91vw, 1.625rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 0.9;
  padding-inline: 70px 22px;
  border-color: #c62728;
}
}
@media (max-width: 768px) {
.c-btn.--tel::before {
  display: none;
}
}
@media (max-width: 768px) {
.c-btn.--tel::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url(../images/front/icon-tel_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
}
.c-btn.--tabitomo {
  padding-inline: 14px 44px;
  width: 328px;
}
@media (max-width: 768px) {
.c-btn.--tabitomo {
  padding-inline: 14px 44px;
}
}
.c-btn.--tabitomo::before {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
.c-btn.--footer_btn {
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
}
}
.c-btn.--thinking {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding-inline: 14px 44px;
}
@media (max-width: 768px) {
.c-btn.--thinking {
  padding-inline: 12px 40px;
  width: 285px;
}
}
.c-btn.--thinking::before {
  background-image: url(../images/front/btn-arrow-w.svg);
}
.c-tel {
  color: #333;
  font-family: Inter;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.28px;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  position: relative;
}
.c-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/front/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 44px;
}
.c-tel span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.c-tel .ja {
  font-size: 14px;
  font-family: "Noto Sans JP";
}
.c-tour__tag {
  display: inline-flex;
  padding-inline: 20px 10px;
  padding-block: 4px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #044b98;
  background: #fff;
  color: #044b98;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media (any-hover: hover) {
.c-tour__tag:hover {
  background-color: #044b98;
  color: #fff;
}
}
@media (max-width: 768px) {
.c-tour__tag {
  font-size: 10px;
  padding-inline: 18px 10px;
}
}
.c-tour__tag.no-link {
  pointer-events: none;
}
.c-tour__tag::before {
  content: "＃";
  position: absolute;
  display: inline-block;
  font-size: 12px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
.c-tour__tag::before {
  font-size: 10px;
}
}
.c-tour__date {
  color: #5287c1;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.guest-subscribe-wrapper {
  margin-inline: 0;
  margin-block: 13px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}
.guest-subscribe-wrapper input[type=email] {
  flex: 1 1 auto;
  min-width: 0;
  height: 43px;
}
.guest-subscribe-wrapper input[type=submit] {
  flex: 0 0 auto;
  width: 110px;
  min-width: 0;
  height: 43px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #044b98;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.2s ease;
}
.guest-subscribe-wrapper input[type=submit]:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
.guest-subscribe-wrapper input[type=submit] {
  width: 96px;
  font-size: 13px;
  padding: 0 8px;
}
}
.l-main {
  background-color: #fff;
  overflow: hidden;
}
.breadcrumb {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: translate 0.5s ease;
  padding: 11px 0;
}
@media (max-width: 990px) {
.breadcrumb {
  top: 70px;
}
}
.breadcrumb ul {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
.breadcrumb.js-slide-up {
  translate: 0 -270%;
}
.breadcrumb ul li {
  font-size: 14px;
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  padding: 0 clamp(0.625rem, -10.144rem + 16.83vw, 5rem);
  background-color: #fff;
  z-index: 11;
  transition: translate 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-header.js-slide-up {
  translate: 0 -50%;
}
@media (max-width: 990px) {
.p-header {
  height: 73px;
  overflow-y: visible;
}
}
.p-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
@media (max-width: 990px) {
.p-header__wrap {
  display: block;
}
}
.p-header__logo {
  display: flex;
  align-items: center;
  height: inherit;
  transition: transform 0.5s ease;
  transform-origin: left center;
}
.p-header__logo.js-slide-up {
  transform: translateY(20%) scale(0.6);
}
.p-header__logo a {
  display: block;
}
@media (max-width: 990px) {
.p-header__logo img {
  width: 175px;
  height: 60px;
}
}
.p-header__nav {
  display: flex;
  align-items: center;
  height: inherit;
  transition: transform 0.5s ease;
}
@media (max-width: 990px) {
.p-header__nav {
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: calc(100svh - 73px);
  overflow-y: scroll;
  background-color: #fff;
}
}
@media screen and (min-width: 991px) {
.p-header__nav.js-slide-up {
  transform: translateY(20%);
}
}
.p-header__nav.active {
  opacity: 1;
  visibility: visible;
}
.p-header__list {
  display: flex;
  align-items: center;
  height: inherit;
  margin-bottom: 0;
}
@media (max-width: 990px) {
.p-header__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  height: auto;
  padding-block: 24px;
  padding-inline: 24px;
  background-color: #ffffd4;
}
}
.p-header__item {
  height: inherit;
  position: relative;
}
.p-header__item.--tabitomo {
  position: relative;
}
.p-header__item.--tabitomo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/tabitomo/tabitomo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 86px;
  height: 39px;
}
@media (max-width: 990px) {
.p-header__item.--tabitomo::before {
  display: none;
}
}
.p-header__item a {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: "Noto Sans";
  font-size: clamp(0.75rem, 0.135rem + 0.96vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 16px;
}
@media (max-width: 990px) {
.p-header__item a {
  border-radius: 100px;
  border: 2px solid #044b9b;
  background: #fff;
  padding: 10px 16px;
  gap: 2px;
  color: #044b98;
  text-align: center;
  font-size: clamp(0.688rem, -0.813rem + 7.5vw, 0.875rem);
  justify-content: flex-start;
}
}
.p-header__item a span {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 990px) {
.p-header__item a span {
  white-space: nowrap;
}
}
.p-header__item a .red {
  color: #c62728;
}
@media (max-width: 990px) {
.sp_order1 {
  order: 1;
}
}
@media (max-width: 990px) {
.sp_order2 {
  order: 2;
}
}
@media (max-width: 990px) {
.sp_order3 {
  order: 3;
}
}
@media (max-width: 990px) {
.sp_order4 {
  order: 4;
}
}
@media (max-width: 990px) {
.sp_order5 {
  order: 5;
}
}
@media (max-width: 990px) {
.sp_order6 {
  order: 6;
}
}
.p-header__sub-list {
  position: absolute;
  width: 300px;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 2.672px 6.68px rgba(0, 0, 0, 0.25));
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-header__sp-list {
  display: none;
}
@media (max-width: 990px) {
.p-header__sp-list {
  display: block;
  width: 100%;
  padding-inline: 24px;
  padding-top: 32px;
  margin-bottom: 0;
}
}
.p-header__item.--sub>a {
  position: relative;
  padding-right: 32px;
}
@media (max-width: 990px) {
.p-header__item.--sub>a {
  padding-right: 16px;
}
}
.p-header__item.--sub>a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/front/open-arrow.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 990px) {
.p-header__item.--sub>a::after {
  display: none;
}
}
.p-header__item.--sub:hover .p-header__sub-list {
  opacity: 1;
  visibility: visible;
}
.p-header__sub-list::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 10;
}
@media (max-width: 990px) {
.p-header__sub-list::after {
  display: none;
}
}
.p-header__sub-item {
  border-bottom: 1px dashed #5287c1;
  position: relative;
}
.p-header__sub-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url(../images/front/white-arrow.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-header__sub-item:last-of-type {
  border-bottom: none;
}
.p-header__sub-item a {
  padding: 8px 16px;
  justify-content: flex-start;
}
@media (max-width: 990px) {
.p-header__sub-item a {
  display: flex;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
}
.p-header__btn {
  height: inherit;
  padding-inline: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 990px) {
.p-header__btn {
  height: auto;
  padding-inline: 24px;
  justify-content: flex-start;
  width: 100%;
  background-color: #fff;
  padding-top: 32px;
}
}
.p-header__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans";
  font-size: clamp(0.75rem, 0.135rem + 0.96vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  background-color: #044b98;
  padding-inline: 16px;
  padding-block: 8px;
  border-radius: 100px;
}
@media (max-width: 990px) {
.p-header__btn a {
  padding: 10px 16px;
  font-size: 14px;
  width: 154px;
}
}
.c-drawer-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 24px;
  height: 24px;
  padding: 5px 2px 6px 2px;
  transition: transform 0.5s ease;
  cursor: pointer;
}
@media (min-width: 991px) {
.c-drawer-icon {
  display: none;
}
}
.c-drawer-icon.js-slide-up {
  transform: translateY(20%);
}
.c-drawer-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.c-drawer-icon span:nth-of-type(1) {
  top: 5px;
}
.c-drawer-icon span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-drawer-icon span:nth-of-type(3) {
  bottom: 5px;
}
.c-drawer-icon.active span:nth-of-type(1) {
  transform: translateX(-50%) rotate(45deg);
  top: 11px;
}
.c-drawer-icon.active span:nth-of-type(2) {
  opacity: 0;
}
.c-drawer-icon.active span:nth-of-type(3) {
  transform: translateX(-50%) rotate(-45deg);
  bottom: 11px;
}
.p-flow {
  background: url(../images/home/bg-steps.png) 50% 50%/cover no-repeat;
  background-image: -webkit-image-set(
    url(../images/home/bg-steps.png.webp) type("image/webp"),
    url(../images/home/bg-steps.png) type("image/png")
  );
  background-image: image-set(
    url(../images/home/bg-steps.png.webp) type("image/webp"),
    url(../images/home/bg-steps.png) type("image/png")
  );
}
@media (max-width: 768px) {
.p-flow {
  background: url(../images/front/bg-steps_sp.png) 50% 50%/cover no-repeat;
  background-image: -webkit-image-set(
      url(../images/front/bg-steps_sp.png.webp?v=20260922) type("image/webp"),
      url(../images/front/bg-steps_sp.png) type("image/png")
    );
  background-image: image-set(
      url(../images/front/bg-steps_sp.png.webp?v=20260922) type("image/webp"),
      url(../images/front/bg-steps_sp.png) type("image/png")
    );
}
}
.p-flow__heading {
  color: #fff;
}
@media (max-width: 768px) {
.p-flow__wrap {
  overflow-x: scroll;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: 5.33% 0;
}
}
.p-flow__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 768px) {
.p-flow__list {
  width: 1080px;
  padding-right: 5.33%;
  box-sizing: content-box;
}
}
.p-flow__item {
  background-color: #e5edf5;
  border-radius: 20px;
  padding: 16px 20px;
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  position: relative;
}
@media (max-width: 768px) {
.p-flow__item {
  width: 234px;
}
}
.p-flow__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  left: -34px;
  background-image: url(../images/front/flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 30px;
}
.p-flow__item img {
  margin-inline: auto;
}
.p-flow__item h3 {
  color: #103a58;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
.p-flow__item h3 {
  font-size: 20px;
}
}
.p-flow__item p {
  color: #333;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
.p-flow__item p {
  font-size: 14px;
}
}
.p-flow__item p span {
  color: #757575;
  font-size: 14px;
}
@media (max-width: 768px) {
.p-flow__item p span {
  font-size: 12px;
}
}
.p-flow__item:last-of-type {
  background-color: #f4f98b;
}
.p-footer {
  background-color: #fff;
  padding-block: 50px;
  border-top: 1px solid #dadada;
}
.l-footer__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
.l-footer__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
}
.p-footer__list {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
.p-footer__list {
  gap: 16px;
}
}
@media (max-width: 990px) {
.p-footer__list:nth-of-type(1) {
  grid-column: 1/2;
}
}
@media (max-width: 990px) and (max-width: 768px) {
.p-footer__list:nth-of-type(1) {
  grid-column: 1/3;
}
}
@media (max-width: 990px) {
.p-footer__list:nth-of-type(2) {
  grid-column: 2/3;
}
}
@media (max-width: 768px) {
.p-footer__list:nth-of-type(2) {
  grid-column: 1/2;
}
}
@media (max-width: 990px) {
.p-footer__list:nth-of-type(3) {
  grid-column: 1/3;
}
}
@media (max-width: 768px) {
.p-footer__list:nth-of-type(3) {
  grid-column: 2/3;
}
}
.p-footer__link {
  color: #333;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-footer__link.--bold {
  font-weight: 700;
  font-size: 16px;
}
.p-footer__link.--icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-footer__link.--in {
  padding-left: 18px;
  position: relative;
}
.p-footer__link.--gray {
  color: #757575;
  font-size: 12px;
}
@media (max-width: 768px) {
.p-footer__link.--gray {
  font-size: 10px;
}
}
.p-footer__link.--in::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background: #044b98;
}
.p-footer__icon-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px 40px;
}
@media (max-width: 768px) {
.p-footer__icon-wrap {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
}
.p-footer__link-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 990px) {
.p-footer__link-wrap {
  gap: 16px;
}
}
@media (max-width: 768px) {
.p-footer__link-wrap {
  display: flex !important;
  flex-direction: column;
  margin-top: 40px;
}
}
.p-footer__bottom {
  padding-block: 48px;
  background-color: #e5edf5;
}
@media (max-width: 768px) {
.p-footer__link-wrap.bottom {
  display: none !important;
}
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
.l-footer__bottom {
  flex-direction: column;
  gap: 30px;
}
}
.p-footer__bottom-logo {
  display: block;
}
@media (max-width: 768px) {
.p-footer__bottom-logo {
  width: 94%;
  order: 1;
}
}
.p-footer__left {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 768px) {
.p-footer__left {
  display: contents;
}
}
.p-footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
.p-footer__right {
  display: contents;
}
}
@media (max-width: 768px) {
.p-footer__mail {
  order: 5;
}
}
.p-footer__btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
.p-footer__btn-wrap {
  order: 3;
  gap: 16px;
}
}
@media (max-width: 768px) {
.p-footer__bottom-info {
  order: 2;
}
}
.p-footer__bottom-info p,
.p-footer__bottom-info a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mgen+ 1p";
}
.p-footer__bottom-info p span {
  font-weight: 500;
}
p.p-footer__bottom-tel span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mgen+ 1p";
  display: inline-block;
  text-decoration: underline;
}
.p-footer__bottom-info p span.small {
  font-size: 16px;
}
.p-footer__bottom-sns {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
.p-footer__bottom-sns {
  order: 4;
}
}
.p-footer__bottom-sns p {
  color: #044b98;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  white-space: pre;
}
.p-footer__bottom-sns a {
  display: block;
}
@media (max-width: 768px) {
.p-footer__tel-caption {
  color: #c62728;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: -6px;
}
}
@media (max-width: 768px) {
.p-footer__tel-caption span {
  font-family: Inter;
}
}
.p-footer__caption {
  margin-bottom: 32px;
  max-width: 335px;
  margin-inline: auto;
  padding-block: 10px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
}
@media (max-width: 768px) {
.p-footer__caption {
  margin-bottom: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
}
.p-footer__caption li {
  position: relative;
  padding-left: 14px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
.p-footer__caption li {
  font-size: 12px;
}
}
.p-footer__caption li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-copyright {
  background-color: #044b98;
  padding-block: 30px;
}
@media (max-width: 768px) {
.p-copyright {
  padding-block: 20px;
}
}
.p-copyright small {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
.p-copyright small {
  font-size: 10px;
}
}
/* ==== from front.css ==== */
button,
input[type=submit] {
  padding: 0;
  width: auto;
  border: none;
}
.p-mv {
  position: relative;
  height: 800px;
}
@media (max-width: 768px) {
.p-mv {
  height: 727px;
}
}
.p-mv .cover_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.p-mv__contents {
  position: absolute;
  top: 176px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
.p-mv__contents {
  top: 210px;
  gap: 36px;
}
}
.p-mv__title {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(4, 75, 152, 0.6);
  font-size: 56px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
.p-mv__title {
  font-size: 38px;
}
}
.p-mv__title .small {
  font-size: 48px;
}
@media (max-width: 768px) {
.p-mv__title .small {
  font-size: 32px;
}
}
@media (max-width: 768px) {
.p-mv__title .sp_small {
  font-size: 32.951px;
}
}
.p-mv__text {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(4, 75, 152, 0.6);
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
.p-mv__news {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 100px;
  background: #fff;
  padding-inline: 36px;
  padding-block: 16px;
  max-width: 704px;
}
@media (max-width: 768px) {
.p-mv__news {
  padding-inline: 24px;
  padding-block: 8px;
  gap: 16px;
  width: 90%;
  max-width: 335px;
}
}
.p-mv__point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
.p-mv__point {
  gap: 8px;
}
}
.p-mv__point-item {
  border-radius: 100px;
  background-color: rgba(4, 75, 152, 0.3);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  position: relative;
  line-height: normal;
}
@media (max-width: 768px) {
.p-mv__point-item {
  width: 100px;
  height: 100px;
}
}
.p-mv__point-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 123px;
  background-image: url(../images/front/mv-point.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.p-mv__point-item::before {
  width: 30px;
  height: 87px;
}
}
.p-mv__point-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.p-mv__point-text.--number1 {
  font-size: 15px;
  margin-top: 7px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number1 {
  font-size: 10px;
  margin-top: 5px;
}
}
.p-mv__point-text.--number2 {
  font-size: 15px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number2 {
  font-size: 10px;
}
}
.p-mv__point-text.--number3 {
  font-size: 17px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number3 {
  font-size: 12px;
}
}
.p-mv__point-text.--number1 .number {
  font-family: Inter;
  font-size: 33px;
  letter-spacing: -0.671px;
  display: block;
}
@media (max-width: 768px) {
.p-mv__point-text.--number1 .number {
  font-size: 24px;
  letter-spacing: -0.479px;
}
}
.p-mv__point-text.--number1 .number .comma {
  font-size: 26px;
  letter-spacing: -2.683px;
  display: inline;
}
@media (max-width: 768px) {
.p-mv__point-text.--number1 .number .comma {
  font-size: 17px;
  letter-spacing: -1.916px;
}
}
.p-mv__point-text.--number1 .number .zero {
  letter-spacing: 0;
}
.p-mv__point-text.--number1 .number .ja {
  font-family: "Noto Sans JP";
  font-size: 22px;
  display: inline;
}
@media (max-width: 768px) {
.p-mv__point-text.--number1 .number .ja {
  font-size: 16px;
}
}
.p-mv__point-text.--number1 .bottom {
  font-size: 10px;
  font-weight: 700;
  line-height: 10.677px;
  text-align: right;
  margin-inline: 15px;
  display: block;
}
@media (max-width: 768px) {
.p-mv__point-text.--number1 .bottom {
  font-size: 7px;
  line-height: 1.08952;
}
}
.p-mv__point-text.--number2 .ja-narrow01 {
  letter-spacing: -1.164px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number2 .ja-narrow01 {
  letter-spacing: -0.931px;
}
}
.p-mv__point-text.--number2 .ja-narrow02 {
  letter-spacing: -0.668px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number2 .ja-narrow02 {
  font-size: 10px;
  letter-spacing: -0.831px;
}
}
.p-mv__point-text.--number2 .number {
  font-family: Inter;
  font-size: 22px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number2 .number {
  font-size: 16px;
}
}
.p-mv__point-text.--number2 .number.wide {
  letter-spacing: 1.164px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number2 .number.wide {
  letter-spacing: 0.831px;
}
}
.p-mv__point-text.--number2 .bottom {
  display: block;
  font-size: 25px;
  margin-top: -7px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number2 .bottom {
  font-size: 18px;
}
}
.p-mv__point-text.--number2 .bottom span {
  font-size: 19px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number2 .bottom span {
  font-size: 13px;
}
}
.p-mv__point-text.--number3 .number {
  font-family: Inter;
  font-size: 42px;
  letter-spacing: -0.833px;
  display: block;
  margin-top: -5px;
}
@media (max-width: 768px) {
.p-mv__point-text.--number3 .number {
  font-size: 30px;
  letter-spacing: -0.595px;
  margin-top: -3px;
}
}
.p-mv__point-text.--number3 .small {
  font-size: 21px;
  letter-spacing: -0.414px;
  font-weight: 500;
  padding-left: 8px;
  position: relative;
}
@media (max-width: 768px) {
.p-mv__point-text.--number3 .small {
  font-size: 15px;
  letter-spacing: -0.296px;
}
}
.p-mv__point-text.--number3 .small .ja {
  font-size: 17px;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
.p-mv__point-text.--number3 .small .ja {
  font-size: 12px;
}
}
.p-mv__point-text.--number3 .small::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  transform: rotate(19deg);
  width: 1px;
  height: 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
.p-mv__point-text.--number3 .small::before {
  height: 15px;
}
}
.p-mv__point-text.--number3 .small::after {
  content: "※";
  position: absolute;
  top: -17px;
  right: 0;
  font-size: 9px;
  line-height: 24px;
  font-family: "Noto Sans";
}
.p-mv__point-caption {
  text-align: right;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 9px;
  font-weight: 500;
  line-height: 2.666;
  margin-top: 4px;
}
.p-mv__scroll {
  position: absolute;
  bottom: 90px;
  right: 84px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media (max-width: 768px) {
.p-mv__scroll {
  writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
}
.p-mv__scroll:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  will-change: transform;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 2;
}
@-webkit-keyframes circlemove {
0% {
  transform: translate(-50%, 0);
}
100% {
  transform: translate(-50%, 72px);
}
}
@keyframes circlemove {
0% {
  transform: translate(-50%, 0);
}
100% {
  transform: translate(-50%, 72px);
}
}
@-webkit-keyframes cirlemovehide {
0% {
  opacity: 0;
}
50% {
  opacity: 1;
}
80% {
  opacity: 0.9;
}
100% {
  opacity: 0;
}
}
@keyframes cirlemovehide {
0% {
  opacity: 0;
}
50% {
  opacity: 1;
}
80% {
  opacity: 0.9;
}
100% {
  opacity: 0;
}
}
.p-mv__scroll:after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: #fff;
}
@media (max-width: 768px) {
.p-mv__scroll:after {
  height: 40px;
  bottom: -40px;
}
}
.p-mv_bar {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background: #044b98;
  z-index: 1;
}
@media (max-width: 768px) {
.p-tour {
  overflow: hidden;
}
}
.p-tour__slide {
  visibility: visible !important;
}
.p-tour__slide .splide__track {
  overflow: visible !important;
}
@media (max-width: 768px) {
.p-tour__slide .splide__track {
}
}
.p-tour__heading {
  padding-left: 50px;
}
@media (max-width: 768px) {
.p-tour__heading {
  padding-left: 0;
}
}
.p-tour__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/ranking-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.p-tour__heading::before {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
}
.p-tour__img {
  width: 100%;
  aspect-ratio: 328/218;
  height: auto;
}
.p-tour__img.--level {
  flex: 1;
  aspect-ratio: auto;
}
@media screen and (max-width: 990px) {
.p-tour__img.--level {
  flex: auto;
}
}
.p-tour__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 10px 0px 10px 0px;
  background: #e5edf5;
  color: #044b98;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.p-tour__img img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-tour__img.--level img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  aspect-ratio: 201/242;
}
@media (max-width: 990px) {
.p-tour__img.--level img {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  aspect-ratio: 335/218;
}
}
.p-tour__list.splide__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 48px;
}
@media (max-width: 990px) {
.p-tour__list.splide__list {
  gap: 24px;
}
}
@media (max-width: 768px) {
.p-tour__list.splide__list {
  display: flex !important;
  gap: 0;
}
}
.p-tour__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 48px;
}
@media (max-width: 768px) {
.p-tour__list {
}
}
.p-tour__item {
  align-items: flex-start;
  gap: 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (max-width: 768px) {
.p-tour__item {
  display: flex;
  flex-direction: column;
}
}
.p-tour__item-inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border-radius: 20px;
  background: #fff;
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  gap: 0;
}
@media (any-hover: hover) {
.p-tour__item-inner:hover {
  transform: translateY(-10px);
}
}
@media (max-width: 768px) {
.p-tour__item-inner {
  display: block;
  width: 100%;
}
}
.p-ranking__badge {
  position: relative;
}
.p-ranking__badge::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 16px;
  width: 76px;
  height: 86px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-ranking__badge.--gold::before {
  background-image: url(../images/front/ranking_01.png);
}
.p-ranking__badge.--silver::before {
  background-image: url(../images/front/ranking_02.png);
}
.p-ranking__badge.--bronze::before {
  background-image: url(../images/front/ranking_03.png);
}
.p-tour__body {
  display: flex;
  padding-block: 36px 12px;
  padding-inline: 12px;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  position: relative;
}
@media (max-width: 768px) {
.p-tour__body {
  padding-inline: 24px;
}
}
.p-tour__body.--level {
  padding-block: 12px;
  flex: 0 0 62%;
}
@media (max-width: 990px) {
.p-tour__body.--level {
  flex: auto;
}
}
.p-tour__description {
  position: absolute;
  bottom: 96%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  background: #044b98;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
}
@media (max-width: 990px) {
.p-tour__description {
  font-size: 10px;
  top: -4%;
}
}
@media (max-width: 768px) {
.p-tour__description {
  height: 12%;
}
}
.p-tour__description::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27%;
  background-image: url(../images/front/discription-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 12px;
}
.p-tour__title {
  color: var(--grayscale-gray90, #333);
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: clip;
}
@media (max-width: 768px) {
.p-tour__title {
  min-height: 4.4em;
}
}
.p-tour__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-grow: 1;
}
@media (max-width: 768px) {
.p-tour__info.--ranking {
  min-height: 94px;
}
}
.p-tour__info-list {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.p-tour__info-title {
  border-radius: 4px;
  background: #e5edf5;
  display: flex;
  width: 80px;
  padding-block: 4px;
  justify-content: center;
  align-items: center;
  color: #044b98;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 768px) {
.p-tour__info-title {
  font-size: 12px;
}
}
.p-tour__info-text {
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.p-tour__info-text.--level {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
.p-tour__info-text {
  font-size: 12px;
}
}
.p-tour__caption {
  color: #757575;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
.p-tour__caption {
  font-size: 10px;
}
}
.p-tour__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.p-tour__price-wrap.--level {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
.p-tour__price-wrap.--level {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
}
.p-tour__price {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #c62728;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  font-family: Inter;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
.p-tour__price {
  font-size: 20px;
}
}
.p-tour__price span {
  color: #333;
  font-family: "Noto Sans JP";
  text-align: right;
  font-size: 16px;
}
@media (max-width: 768px) {
.p-tour__price span {
  font-size: 14px;
}
}
.p-tour__btn {
  position: absolute;
  color: #044b98;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding-right: 30px;
  bottom: 12px;
  right: 12px;
}
@media (max-width: 990px) {
.p-tour__btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: initial;
  bottom: inherit;
}
}
@media (max-width: 768px) {
.p-tour__btn {
  position: absolute;
  font-size: 12px;
  bottom: 12px;
  right: 24px;
}
}
.p-tour__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/front/tour-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-tour__tag__list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.p-tour__slide .splide__arrows {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-tour__slide .button {
  background-color: transparent;
  height: 48px;
  transition: 0.2s;
  width: 48px;
  min-width: 48px;
  box-shadow: none;
  opacity: 1;
}
.p-tour__slide .splide__arrow--next {
  right: 0;
}
.p-tour__slide .splide__arrow--prev {
  left: 0;
}
.p-tour__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}
.p-tour__slide .prev::before {
  background-image: url(../images/front/slide-arrow_left.svg);
}
.p-tour__slide .next::before {
  background-image: url(../images/front/slide-arrow_right.svg);
}
.p-tour__slide .splide__slide img {
  height: auto;
  width: 100%;
}
.p-level__heading {
  padding-left: 50px;
}
@media (max-width: 768px) {
.p-level__heading {
  padding-left: 0;
}
}
.p-level__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/level-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.p-level__heading::before {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
}
.p-level__list {
  display: flex;
  align-items: stretch;
  gap: 48px;
}
@media (max-width: 768px) {
.p-level__list {
  display: block;
}
}
.p-level__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  flex: 1;
}
@media (max-width: 768px) {
.p-level__item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-level__item.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}
}
.p-level__link {
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  position: relative;
  flex: 1;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 990px) {
.p-level__link {
  flex-direction: column;
}
}
.p-level__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
.p-level__title-wrap {
  gap: 8px;
  margin-bottom: 20px;
}
}
.p-level__title {
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding-block: 13px;
  pointer-events: none;
}
@media (max-width: 768px) {
.p-level__title {
  border-radius: 100px;
  pointer-events: auto;
  padding-block: 16px;
  width: calc(50% - 4px);
  min-width: auto;
}
}
.p-level__title span {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-left: 45px;
}
@media (max-width: 768px) {
.p-level__title span {
  color: #757575;
  font-size: 14px;
  padding-left: 33px;
}
}
.p-level__title span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-level__title.--beginner {
  background: #5287c1;
}
@media (max-width: 768px) {
.p-level__title.--beginner[aria-selected=true] {
  border: 1px solid #044b98;
  background: #044b98;
  pointer-events: none;
}
.p-level__title.--beginner[aria-selected=false] {
  transition: opacity 0.3s ease;
  border: 2px solid #eee;
  background: #eee;
}
}
@media (max-width: 768px) and (any-hover: hover) {
.p-level__title.--beginner[aria-selected=false]:hover {
  cursor: pointer;
  opacity: 0.7;
}
}
.p-level__title.--experience {
  background: #044b98;
}
@media (max-width: 768px) {
.p-level__title.--experience {
  border-radius: 100px;
}
.p-level__title.--experience[aria-selected=true] {
  border: 1px solid #044b98;
  background: #044b98;
  pointer-events: none;
  color: #fff;
}
.p-level__title.--experience[aria-selected=false] {
  transition: opacity 0.3s ease;
  border: 2px solid #eee;
  background: #eee;
}
}
@media (max-width: 768px) and (any-hover: hover) {
.p-level__title.--experience[aria-selected=false]:hover {
  cursor: pointer;
  opacity: 0.7;
}
}
@media (max-width: 768px) {
.p-level__title.--beginner[aria-selected=true] span,
.p-level__title.--experience[aria-selected=true] span {
  color: #fff;
}
}
@media (max-width: 768px) {
.p-level__title.--beginner[aria-selected=false] span::before,
.p-level__title.--experience[aria-selected=false] span::before {
  filter: invert(46%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(95%) contrast(92%);
}
}
.p-level__title.--beginner span::before {
  background-image: url(../images/front/icon-beginner.png);
}
.p-level__title.--experience span::before {
  background-image: url(../images/front/icon-experience.png);
}
.p-compare__wrap {
  background-color: #fdffc5;
  padding-block: 30px 46px;
}
@media (max-width: 768px) {
.p-compare__wrap {
  padding-block: 30px 38px;
}
}
.p-compare__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding: 24px 48px;
  border-radius: 20px;
  position: relative;
  width: 700px;
  margin-inline: auto;
}
@media (max-width: 768px) {
.p-compare__box {
  gap: 8px;
  padding-inline: 16px;
  width: 100%;
}
}
.p-compare__box::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 32px;
  height: 32px;
  background-image: url(../images/front/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.p-compare__box::before {
  width: 24px;
  height: 24px;
  bottom: -8px;
}
}
.p-compare__img {
  position: absolute;
  bottom: 24px;
}
@media (max-width: 768px) {
.p-compare__img {
  bottom: -28px;
}
}
.p-compare__img.--horse {
  left: 48px;
}
@media (max-width: 768px) {
.p-compare__img.--horse {
  width: 40px;
  height: 58px;
  left: 22px;
}
}
.p-compare__img.--search {
  right: 48px;
}
@media (max-width: 768px) {
.p-compare__img.--search {
  width: 56px;
  height: 58px;
  right: 22px;
}
}
.p-compare__heading {
  font-size: 24px;
  color: #044b98;
}
@media (max-width: 768px) {
.p-compare__heading {
  font-size: 20px;
}
}
.p-compare__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 768px) {
.p-compare__text {
  font-size: 12px;
}
}
.p-blog__heading {
  padding-left: 50px;
}
@media (max-width: 768px) {
.p-blog__heading {
  padding-left: 0;
}
}
.p-blog__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/blog-title.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
.p-blog__heading::before {
  width: 32px;
  height: 32px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
}
@media (max-width: 768px) {
.p-blog__slide {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-left: 5.33%;
}
}
.p-blog__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
.p-blog__list {
  display: flex !important;
  gap: 0;
}
}
.p-blog__item {
  display: flex;
  flex-direction: column;
}
.p-blog__img img {
  aspect-ratio: 327/214;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.p-blog__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 24px;
}
.p-blog__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-y: clip;
}
.p-blog__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
.p-blog__info {
  flex-wrap: wrap;
  gap: 8px;
}
}
.p-basic {
  background-color: #fafafa;
}
.p-basic__heading {
  padding-left: 50px;
}
@media (max-width: 768px) {
.p-basic__heading {
  padding-left: 0;
}
}
.p-basic__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/info-title.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
.p-basic__heading::before {
  width: 32px;
  height: 32px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
}
.p-basic__wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.p-basic__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.p-basic__link {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.p-basic__img img {
  aspect-ratio: 240/158;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.p-basic__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.p-basic__title {
  font-size: 18px;
  font-weight: 700;
}
.p-basic__slide .splide__arrows {
  max-width: 1080px;
  width: 100%;
  position: absolute;
  top: -25%;
  left: 36%;
  transform: translateX(-50%);
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
.p-basic__slide .splide__arrows {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112%;
  height: 48px;
}
}
.p-basic__slide .button {
  background-color: transparent;
  height: 30px;
  transition: 0.2s;
  width: 30px;
  min-width: 30px;
  box-shadow: none;
  opacity: 1;
  position: initial;
  transform: translateY(0);
}
@media (max-width: 768px) {
.p-basic__slide .button {
  height: 48px;
  width: 48px;
}
}
.p-basic__slide .splide__arrow--next {
  right: 0;
}
.p-basic__slide .splide__arrow--prev {
  left: 0;
}
.p-basic__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
@media (max-width: 768px) {
.p-basic__slide .button::before {
  height: 48px;
  width: 48px;
}
}
.p-basic__slide .prev::before {
  background-image: url(../images/front/slide-arrow_left.svg);
}
.p-basic__slide .next::before {
  background-image: url(../images/front/slide-arrow_right.svg);
}
.p-voice__slide .splide__list {
  padding-right: 46px !important;
}
@media (max-width: 768px) {
.p-voice__slide .splide__list {
  padding-right: 0 !important;
}
}
.p-voice__slide .splide__arrows {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-voice__slide .button {
  background-color: transparent;
  height: 48px;
  transition: 0.2s;
  width: 48px;
  min-width: 48px;
  box-shadow: none;
  opacity: 1;
}
.p-voice__slide .splide__arrow--next {
  right: 0;
}
.p-voice__slide .splide__arrow--prev {
  left: 0;
}
.p-voice__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}
.p-voice__slide .prev::before {
  background-image: url(../images/front/slide-arrow_left.svg);
}
.p-voice__slide .next::before {
  background-image: url(../images/front/slide-arrow_right.svg);
}
.p-voice__heading {
  padding-left: 50px;
}
@media (max-width: 768px) {
.p-voice__heading {
  padding-left: 0;
}
}
.p-voice__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/voice-title.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
.p-voice__heading::before {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
}
.p-voice__wrap {
  max-height: 740px;
  overflow-y: scroll !important;
}
@media (max-width: 768px) {
.p-voice__wrap {
  overflow: hidden;
}
}
.p-voice__list {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  padding-right: 46px !important;
}
@media (max-width: 768px) {
.p-voice__list {
  flex-direction: row;
  gap: 0;
}
}
.p-voice__item {
  border-radius: 20px;
  border: 2px solid #bdbdbd;
  display: flex;
}
@media (max-width: 768px) {
.p-voice__item {
  flex-direction: column-reverse;
  position: relative;
}
}
.p-voice__body {
  padding: 24px 24px 8px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
.p-voice__body {
  padding: 16px 16px 8px 16px;
  gap: 16px;
}
}
@media (max-width: 768px) {
.modal-voice-item .p-voice__body {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
}
.p-voice__img {
  width: 30%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}
@media (max-width: 768px) {
.p-voice__img {
  width: 100%;
  overflow-x: scroll;
  flex-flow: row;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 0;
}
}
.p-voice__img img {
  aspect-ratio: 328/230;
  -o-object-fit: cover;
  object-fit: cover;
  height: 25%;
}
@media (max-width: 768px) {
.p-voice__img img {
  aspect-ratio: 335/235;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
}
.p-voice__wrap::-webkit-scrollbar {
  width: 16px;
}
@media (max-width: 768px) {
.p-voice__wrap::-webkit-scrollbar {
  display: none;
}
}
.p-voice__wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 100px;
}
@media (max-width: 768px) {
.p-voice__wrap::-webkit-scrollbar-track {
  display: none;
}
}
.p-voice__wrap::-webkit-scrollbar-thumb {
  background: #044b98;
  border-radius: 100px;
}
@media (max-width: 768px) {
.p-voice__wrap::-webkit-scrollbar-thumb {
  display: none;
}
}
.p-voice__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
.p-voice__content {
  gap: 8px;
}
}
.p-voice__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.p-voice__star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
.p-voice__star {
  gap: 8px;
}
}
@media (max-width: 768px) {
.p-voice__star img {
  width: 110px;
  height: 20px;
}
}
.p-voice__star span {
  color: #ffae22;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
.p-voice__star span {
  font-size: 12px;
}
}
.p-voice__title {
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
.p-voice__title {
  font-size: 16px;
}
}
.p-voice__info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
.p-voice__info {
  align-items: flex-start;
  gap: 4px 16px;
  flex-wrap: wrap;
}
}
.p-voice__info p {
  overflow: hidden;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
p.p-voice__tour {
  font-size: 10px;
}
}
@media (max-width: 768px) {
p.p-voice__name {
  font-size: 12px;
}
}
@media (max-width: 768px) {
p.p-voice__date {
  font-size: 12px;
}
}
.p-voice__content h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 768px) {
.p-voice__content h4 {
  font-size: 14px;
}
}
.p-voice__content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/front/voice-head.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-voice__text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-all;
}
@media (max-width: 768px) {
.p-voice__text {
  font-size: 12px;
}
}
.p-voice__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #044b98;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14286;
  cursor: pointer;
}
@media (max-width: 768px) {
.p-voice__btn {
  font-size: 12px;
  pointer-events: none;
}
}
.p-reason__heading {
  padding-left: 50px;
}
.p-reason__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/reason-title.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-reason__wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  position: relative;
}
.p-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdffc5;
  border-radius: 20px;
}
.p-reason__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  gap: 8px;
}
.p-reason__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.1em;
}
.p-reason__title span {
  font-size: 14px;
  font-weight: 500;
}
.p-reason__text {
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.p-reason__text span {
  font-size: 12px;
  font-weight: 500;
}
.p-reason__slide {
  padding-bottom: 60px;
  position: static !important;
}
@media (max-width: 768px) {
.p-reason__slide {
  padding-bottom: 40px;
}
}
.p-reason__slide .splide__track {
  position: static !important;
}
.p-reason__slide .splide__pagination {
  bottom: 0;
  width: 100%;
  justify-content: center;
  gap: 16px;
  display: flex;
  position: absolute;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.p-reason__slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  min-width: auto;
  margin: 0;
}
.p-reason__slide .splide__pagination__page.is-active {
  background-color: #044b98;
  transform: scale(1);
}
.p-tabitomo {
  overflow-x: clip;
}
.p-tabitomo__img {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
.p-tabitomo__img {
  margin-bottom: 8px;
}
}
.p-tabitomo__heading {
  margin-bottom: 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.p-tabitomo__heading span {
  color: #c62728;
}
@media (max-width: 768px) {
.p-tabitomo__heading {
  margin-bottom: 6px;
  font-size: 24px;
}
}
.p-tabitomo__text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
.p-tabitomo__text {
  font-size: 14px;
  text-align: left;
}
}
.p-tabitomo__tabs {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-tabitomo__tabs-list {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-family: Inter;
  justify-content: flex-start;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 10px;
  box-sizing: content-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.p-tabitomo__tabs-item {
  min-width: auto;
  display: flex;
  width: 94px;
  height: 54px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #757575;
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
.p-tabitomo__tabs-item:hover {
  opacity: 0.7;
}
}
@media (max-width: 768px) {
.p-tabitomo__tabs-item {
  width: 54px;
  height: 54px;
  font-size: 16px;
  aspect-ratio: 1/1;
}
}
.p-tabitomo__tabs-item[aria-selected=true] {
  border: 1px solid #044b98;
  background: #044b98;
  color: #fff;
  pointer-events: none;
}
.p-tabitomo__tabs-item[aria-selected=false] {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
.p-tabitomo__tabs-item[aria-selected=false]:hover {
  cursor: pointer;
  opacity: 0.7;
}
}
.p-tabitomo__tabs-years {
  color: #044b98;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
.p-tabitomo__tabs-years {
  font-size: 16px;
}
}
.p-tabitomo__tabs-contents {
  margin-top: 50px;
  padding-left: 46px;
  width: min(984px, 100%);
  margin-inline: auto;
}
@media (max-width: 768px) {
.p-tabitomo__tabs-contents {
  margin-top: 30px;
  padding-inline: 5%;
}
}
.p-tabitomo__tabs-content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  transition: opacity 0.3s ease, translate 0.3s ease;
  max-height: 434px;
  overflow-y: auto;
  padding-right: 46px;
}
@media (max-width: 768px) {
.p-tabitomo__tabs-content-wrap {
  padding-right: 16px;
  max-height: 410px;
}
}
.p-tabitomo__tabs-content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}
.p-tabitomo__tabs-content-wrap::-webkit-scrollbar {
  width: 8px;
}
.p-tabitomo__tabs-content-wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 100px;
}
.p-tabitomo__tabs-content-wrap::-webkit-scrollbar-thumb {
  background: #757575;
  border-radius: 100px;
}
.p-tabitomo__tabs-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}
.p-tabitomo__item {
  border-radius: 10px;
  border: 1px solid #044b98;
  background: #e5edf5;
  display: flex;
  padding-block: 8px;
  padding-inline: 20px 50px;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.p-tabitomo__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-image: url(../images/tabitomo/tabitomo-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (any-hover: hover) {
.p-tabitomo__item:hover {
  opacity: 0.7;
}
}
@media (max-width: 768px) {
.p-tabitomo__item {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.p-tabitomo__item::after {
  background-image: url(../images/tabitomo/tabitomo-arrow_sp.svg);
}
}
.p-tabitomo__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
.p-tabitomo__info::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 2px;
  height: 100%;
  background-image: url(../images/tabitomo/tabitomo-line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.p-tabitomo__info::before {
  background-image: url(../images/tabitomo/tabitomo-line_sp.svg);
  bottom: -8px;
  transform: translate(-50%, 0);
  right: initial;
  top: initial;
  left: 50%;
  width: 100%;
  height: 2px;
}
}
.p-tabitomo__date {
  color: #044b98;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
.p-tabitomo__date {
  font-size: 14px;
}
}
.p-tabitomo__price {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #c62728;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
.p-tabitomo__price {
  font-size: 18px;
}
}
.p-tabitomo__price p {
  margin-bottom: 0;
}
.p-tabitomo__price span {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #044b98;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  background-color: #fff;
  font-family: Noto Sans JP;
  border-radius: 4px;
}
@media (max-width: 768px) {
.p-tabitomo__price span {
  font-size: 12px;
}
}
.p-tabitomo__title {
  margin-bottom: 0;
  color: #044b98;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow-y: clip;
}
@media (max-width: 768px) {
.p-tabitomo__title {
  min-height: 60px;
  font-size: 14px;
  -webkit-line-clamp: 3;
}
}
.p-banner {
  padding-block: 40px;
}
@media (max-width: 768px) {
.p-banner {
  padding-block: 20px;
}
}
.p-banner .l-inner {
  display: flex;
  justify-content: center;
}
.p-banner__item {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
.p-banner__item {
  flex-direction: column;
  align-items: center;
}
}
.p-news__list {
  display: flex;
  flex-direction: column;
}
.p-news__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
  padding-inline: 24px 48px;
  border-bottom: 1px solid #9fc3ea;
  position: relative;
}
@media (max-width: 768px) {
.p-news__item {
  padding-inline: 24px 24px;
}
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../images/front/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.p-news__item::after {
  display: none;
}
}
.c-news__date {
  color: #044b98;
  font-family: Inter;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.c-news__date.--black {
  color: #333;
}
@media (max-width: 768px) {
.c-news__date {
  font-size: 12px;
}
}
.c-news__title {
  font-size: 16px;
  font-weight: 700;
  overflow-y: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 768px) {
.c-news__title {
  font-size: 14px;
  -webkit-line-clamp: 3;
}
.c-news__title.--mv {
  font-size: 12px;
  -webkit-line-clamp: 2;
}
}
.p-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
.p-category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
}
.p-category__heading {
  padding-left: 50px;
  position: relative;
}
.p-category__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/category-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-category__item {
  display: flex;
  align-items: center;
  text-align: center;
  width: 258px;
  height: 90px;
  padding-block: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #ffffd4;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
.p-category__item {
  width: 100%;
  padding-block: 68px 16px;
  font-size: 14px;
  box-shadow: none;
}
}
.p-category__item > span {
  position: relative;
  padding-right: 47px;
  padding-left: 71px;
}
@media (max-width: 768px) {
.p-category__item > span {
  padding-right: 24px;
  padding-left: 0;
}
}
.p-category__item > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.p-category__item > span::before {
  top: -52px;
  left: 50%;
  transform: translate(-50%, 0);
}
}
.p-category__item > span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  height: 24px;
  background-image: url(../images/front/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
.p-category__item > span::after {
  width: 20px;
  height: 20px;
  right: 0;
}
}
.p-category__item:nth-of-type(1) span::before {
  background-image: url(../images/front/icon-category01.png);
}
.p-category__item:nth-of-type(2) span::before {
  background-image: url(../images/front/icon-category02.png);
}
.p-category__item:nth-of-type(3) span::before {
  background-image: url(../images/front/icon-category03.png);
}
.p-category__item:nth-of-type(4) span::before {
  background-image: url(../images/front/icon-category04.png);
}
.p-category__tag-list {
  gap: 24px 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 24px 32px;
}
@media (max-width: 768px) {
.p-category__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
}
.p-category__tag-item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  padding-block: 6px;
}
@media (max-width: 768px) {
.p-category__tag-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 8px;
}
}
.p-category__tag-item:not(.pc-no-before):not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  width: 2px;
  height: 100%;
  background-image: url(../images/front/line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.p-category__tag-item span {
  font-size: 14px;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}
.p-category__tag-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-category__tag-item:nth-of-type(1) span::before {
  background-image: url(../images/front/icon-tag01.png);
}
.p-category__tag-item:nth-of-type(2) span::before {
  background-image: url(../images/front/icon-tag02.png);
}
.p-category__tag-item:nth-of-type(3) span::before {
  background-image: url(../images/front/icon-tag03.png);
}
.p-category__tag-item:nth-of-type(4) span::before {
  background-image: url(../images/front/icon-tag04.png);
}
.p-category__tag-item:nth-of-type(5) span::before {
  background-image: url(../images/front/icon-tag05.png);
}
.p-category__tag-item:nth-of-type(6) span::before {
  background-image: url(../images/front/icon-tag06.png);
}
.p-category__tag-item:nth-of-type(7) span::before {
  background-image: url(../images/front/icon-tag07.png);
}
.p-category__tag-item:nth-of-type(8) span::before {
  background-image: url(../images/front/icon-tag08.png);
}
.p-category__tag-item:nth-of-type(9) span::before {
  background-image: url(../images/front/icon-tag09.png);
}
.p-category__tag-item:nth-of-type(10) span::before {
  background-image: url(../images/front/icon-tag10.png);
}
.p-chart__heading {
  padding-left: 50px;
}
.p-chart__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/chart-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-chart__table-wrap {
  overflow-x: auto;
}
@media (max-width: 768px) {
.p-chart__table-wrap {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: 5.33% 0;
}
}
.p-chart__table {
  width: 1080px;
  border-collapse: separate;
  border-spacing: 0 16px;
  border-radius: 10px;
}
@media (max-width: 768px) {
.p-chart__table {
  width: 1040px;
}
}
.p-chart__thead tr {
  border-radius: 10px;
  background: #e5edf5;
}
.p-chart__thead th {
  color: #044b98;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 8px;
}
@media (max-width: 768px) {
.p-chart__thead th {
  font-size: 14px;
}
}
.p-chart__thead th:first-of-type {
  border-radius: 10px 0 0 10px;
  text-align: left;
}
.p-chart__thead th:last-of-type {
  border-radius: 0 10px 10px 0;
}
.p-chart__table th:nth-of-type(1) {
  width: 345px;
}
.p-chart__table th:nth-of-type(2) {
  width: 133px;
}
.p-chart__table th:nth-of-type(3) {
  width: 118px;
}
.p-chart__table th:nth-of-type(4) {
  width: 150px;
}
.p-chart__table th:nth-of-type(5) {
  width: 206px;
}
.p-chart__table th:nth-of-type(6) {
  width: 128px;
}
.p-chart__table th span {
  padding-block: 5px;
  padding-inline: 24px;
  display: block;
  word-break: keep-all;
}
.p-chart__table th:not(:first-of-type) span {
  border-left: 1px dashed #5287c1;
}
.p-chart__table td:first-of-type {
}
.p-chart__table td:not(:first-of-type) {
  border-left: 1px dashed #5287c1;
  padding-inline: 16px;
}
.p-chart__title a {
  display: flex;
  align-items: center;
}
.p-chart__title p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 16px;
}
@media (max-width: 768px) {
.p-chart__title p {
  font-size: 14px;
}
}
.p-chart__title img {
  width: 70px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-chart__date {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
.p-chart__date {
  font-size: 12px;
}
}
.p-chart__price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
.p-chart__price {
  font-size: 12px;
}
}
.p-chart__season {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 8px !important;
}
.p-chart__place {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 8px !important;
}
@media (max-width: 768px) {
.p-chart__place {
  font-size: 12px;
}
}
.p-chart__place span {
  background-color: #eee;
  color: #bdbdbd;
  display: flex;
  padding: 4px 10px 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.p-chart__place span.current {
  background-color: #044b98;
  color: #fff;
}
.p-chart__place-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.p-chart__level {
  padding: 8px 16px;
  text-align: center;
}
.p-chart__level p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}
@media (max-width: 768px) {
.p-chart__level p {
  font-size: 12px;
}
}
.p-season-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-season {
  border-radius: 100px;
  background: #eee;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
.c-season {
  font-size: 12px;
}
}
.c-season.--all {
  max-width: 114px;
  margin-inline: auto;
  margin-bottom: 8px;
}
.c-season.current.--all {
  background: #044b98;
  color: #fff;
}
.c-season.current.--spring {
  background: #ff7581;
  color: #fff;
}
.c-season.current.--summer {
  background: #fff35c;
  color: #333;
}
.c-season.current.--autumn {
  background: #ffac00;
  color: #fff;
}
.c-season.current.--winter {
  background: #5287c1;
  color: #fff;
}
.p-faq__contents {
  display: flex;
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0 auto;
}
.p-faq__contents.--tour {
  max-width: 704px;
}
.p-faq__item {
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2.672px 6.68px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-faq__item pre {
  white-space: normal;
}
.p-faq__item:hover {
  background: #f5faff;
}
.p-faq__question {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 42px;
  padding-right: 34px;
  position: relative;
}
@media (max-width: 768px) {
.p-faq__question {
  font-size: 14px;
}
}
.p-faq__question::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/front/question.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.p-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/front/icon-open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.p-faq__question.is-open::after {
  background-image: url(../images/front/icon-close.svg);
}
.p-faq__answer {
  display: none;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 48px;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 768px) {
.p-faq__answer {
  font-size: 14px;
}
}
.p-faq__answer p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
.p-faq__answer p {
  font-size: 14px;
}
}
.p-faq__answer a {
  color: #044b98;
  text-decoration: underline;
}
.p-faq__answer::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(../images/front/answer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.p-faq__search-results {
  margin: 0 auto 20px;
  max-width: 700px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: none;
  position: relative;
  z-index: 100;
}
.p-faq__search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}
.p-faq__search-results li {
  border-bottom: 1px solid #e5edf5;
}
.p-faq__search-results li:last-child {
  border-bottom: none;
}
.p-faq__search-results a {
  display: block;
  padding-block: 10px;
  padding-inline: 58px 50px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
.p-faq__search-results a {
  font-size: 14px;
}
}
.p-faq__search-results a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url(../images/front/question.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-faq__search-results a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/faq/dawn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-faq__search-results a:hover {
  background: #f5faff;
}
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
}
.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: -1;
}
.p-modal__container {
  position: absolute;
  z-index: 1;
  max-width: 1080px;
  aspect-ratio: 1080/608;
  width: 75%;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
.p-modal__container {
  width: 90%;
}
}
.p-modal__container.--voice {
  max-width: 600px;
  width: 90%;
  height: 80%;
  overflow-y: scroll;
  border-radius: 20px;
}
.p-modal__close {
  min-width: 48px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
}
.p-modal__close.--voice {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.p-modal__bottom {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.p-modal__bottom.--voice {
  position: fixed;
  top: 4%;
  right: 17px;
  margin-bottom: 0;
}
.p-modal.is-open {
  opacity: 1;
  visibility: visible;
}
input[type=email] {
  border: none;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 10px;
  transition: outline 0.2s;
  width: 100%;
  border-radius: 4px;
  outline: 1px solid #bdbdbd !important;
  background: #fafafa;
}
@media (max-width: 768px) {
input[type=email] {
  font-size: 14px;
}
}
input[type=email]::-moz-placeholder {
  color: #bdbdbd;
}
input[type=email]::placeholder {
  color: #bdbdbd;
}
.p-thinking {
  background-image: url(../images/front/thinking-bg.jpg);
  background-image: -webkit-image-set(
    url(../images/front/thinking-bg.jpg.webp) type("image/webp"),
    url(../images/front/thinking-bg.jpg) type("image/jpeg")
  );
  background-image: image-set(
    url(../images/front/thinking-bg.jpg.webp) type("image/webp"),
    url(../images/front/thinking-bg.jpg) type("image/jpeg")
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 64px;
}
@media (max-width: 768px) {
.p-thinking {
  background-image: url(../images/front/thinking-bg_sp.jpg);
  background-image: -webkit-image-set(
      url(../images/front/thinking-bg_sp.jpg.webp) type("image/webp"),
      url(../images/front/thinking-bg_sp.jpg) type("image/jpeg")
    );
  background-image: image-set(
      url(../images/front/thinking-bg_sp.jpg.webp) type("image/webp"),
      url(../images/front/thinking-bg_sp.jpg) type("image/jpeg")
    );
  padding-block: 40px;
}
}
.p-thinking__contents {
  max-width: 900px;
  color: #fff;
  gap: 32px;
}
@media (max-width: 768px) {
.p-thinking__contents {
  gap: 20px;
}
}
.p-thinking__heading {
  color: #fff !important;
  margin-left: 0;
  text-align: left;
}
.p-thinking__text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
.p-thinking__text {
  font-size: 14px;
}
}
.p-spot__heading {
  padding-left: 50px;
}
@media (max-width: 768px) {
.p-spot__heading {
  padding-left: 0;
}
}
.p-spot__heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/front/icon-spot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
.p-spot__heading::before {
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
}
.p-spot__list {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
.p-spot__list {
  flex-direction: column;
}
}
.p-spot__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-spot__img img {
  width: 100%;
  aspect-ratio: 328/180;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
.p-spot__img img {
  border-radius: 10px;
}
}
.p-spot__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: 4px;
}
.p-spot__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
.p-spot__title {
  font-size: 18px;
}
}
.p-spot__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "halt" on;
}
.p-info {
  overflow: hidden;
}
.p-info__heading::before {
  background-image: url(../images/front/icon-mongolia.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-info__inner {
  position: relative;
  z-index: 1;
}
.p-info__img {
  position: absolute;
  right: 46%;
  top: -60%;
  z-index: -1;
  width: 1097px;
  height: 1055px;
}
@media (max-width: 768px) {
.p-info__img {
  right: -14%;
  top: -18%;
  width: 549px;
  height: 527px;
}
}
.p-info__data-wrap {
  width: 52%;
  margin-inline: auto 0;
}
@media (max-width: 768px) {
.p-info__data-wrap {
  width: 100%;
}
}
.p-info__data .top {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #9fc3ea;
}
@media (max-width: 768px) {
.p-info__data .top {
  flex-direction: column;
  gap: 0;
  border-bottom: none;
}
}
.p-info__data .top .p-info__item {
  flex: 1;
  border-bottom: none;
}
@media (max-width: 768px) {
.p-info__data .top .p-info__item {
  border-bottom: 1px solid #9fc3ea;
}
}
.p-info__item {
  border-bottom: 1px solid #9fc3ea;
  display: flex;
  gap: 8px;
  padding-block: 8px;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
.p-info__item {
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  gap: 4px;
}
}
@media screen and (max-width: 768px) {
.p-info__item dt,
.p-info__item dd {
  display: table-cell;
  vertical-align: baseline;
}
}
.p-info__item dt {
  flex: 0 0 64px;
  color: #044b98;
}
@media (max-width: 768px) {
.p-info__item dt {
  width: 52px;
}
}
.p-info__item dd {
  color: #333;
}
.top-banner {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
.top-banner {
  padding: 50px 0 0;
}
	}
.top-banner .p-banner__item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.top-banner .p-banner__link,
.top-banner .p-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}
.p-shindan__slide {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-shindan__slide .splide__list {
  align-items: flex-start;
}
.p-shindan__slide .splide__slide {
  width: 100%;
}
.p-shindan__slide .p-banner__link {
  display: block;
  width: 100%;
  aspect-ratio: var(--tsb-ar, 500 / 168);
  overflow: hidden;
}
.p-shindan__slide .p-banner__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-shindan__slide .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(4, 75, 152, 0.85);
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  flex: 0 0 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  z-index: 2;
}
.p-shindan__slide .splide__arrow--prev {
  left: 8px;
  right: auto;
}
.p-shindan__slide .splide__arrow--next {
  right: 8px;
  left: auto;
}
.p-shindan__slide .splide__arrow svg {
  fill: #fff;
  width: 14px;
  height: 14px;
}
.p-shindan__slide .splide__arrow:disabled {
  opacity: 0.4;
}
.p-shindan__slide .splide__pagination {
  bottom: -1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.p-shindan__slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #bdbdbd;
  opacity: 1;
  box-shadow: none;
}
.p-shindan__slide .splide__pagination__page.is-active {
  background: #044B98;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
.p-shindan__slide .splide__arrow {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  flex-basis: 30px;
  height: 30px;
}
}
@media (max-width: 768px) {
.p-tour__slide:not(.is-initialized) .splide__track {
  overflow: hidden !important;
}
.p-tour__slide:not(.is-initialized) .p-tour__item {
  flex: 0 0 100%;
  width: 100%;
}
}
