@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

:root {
  --font-gothic:
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --font-noto:
  	"Noto Sans JP",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --text-color: #1d1d1d;
}

/************************************************

	基本

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

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-noto);
  line-height: 1.75;
  font-size: 1.6em;
  color: var(--text-color);
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

ul {
  list-style: none;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
}

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

/************************************************

	block

*************************************************/
.b-unit_2col01 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col01 > .b-unit_2col01__unit {
  width: 49%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(odd) {
  margin-right: 2%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(n+3) {
  margin-top: 2%;
}

.b-unit_2col02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col02 > .b-unit_2col02__unit {
  width: 100%;
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
    margin-right: 0;
  }
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+3) {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+2) {
    margin-top: 2%;
  }
}

/************************************************

	content

*************************************************/
.b-containter {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1435px) {
  .b-containter {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .b-containter {
    margin-top: 59px;
  }
}

.b-content01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: content-box;
}

.b-content02 {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: content-box;
}

.b-note li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .b-note li {
    font-size: 1.4rem;
  }
}
.b-note li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .b-note li + li {
    margin-top: 5px;
  }
}

/************************************************

	under

*************************************************/
.b-breadcrumbs {
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .b-breadcrumbs {
    padding: 15px 10px;
  }
}
.b-breadcrumbs ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.b-breadcrumbs ul li {
  font-size: 1.4rem;
  color: #707070;
  margin-right: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-breadcrumbs ul li {
    font-size: 1.2rem;
  }
}
.b-breadcrumbs ul li:last-of-type {
  margin-right: 0;
}
.b-breadcrumbs ul li:last-of-type::after {
  display: none;
}
.b-breadcrumbs ul li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%) rotate(-45deg);
}
.b-breadcrumbs ul li a {
  display: inline-block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
}

.b-under_hgroup {
  background: #253EA9 url("../images/under_head_bg.png") no-repeat center right/auto 100%;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup {
    padding: 20px 10px;
  }
}
.b-under_hgroup .b-under_hgroup__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.b-under_hgroup .b-under_hgroup__h {
  font-weight: bold;
  color: #FFCB29;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup .b-under_hgroup__h {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.b-under_hgroup .b-under_hgroup__text {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .b-under_hgroup .b-under_hgroup__text {
    font-size: 1.3rem;
  }
}

.b-under_contents {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .b-under_contents {
    padding: 0 10px;
  }
}

.b-anchor_nav {
  background-color: #F5F5F5;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav {
    padding: 20px 10px;
  }
}
.b-anchor_nav .b-anchor_nav__lists {
  display: flex;
  justify-content: center;
  gap: 0 18px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav .b-anchor_nav__lists {
    flex-direction: column;
    gap: 15px 0;
  }
}
.b-anchor_nav .b-anchor_nav__lists li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav .b-anchor_nav__lists li {
    width: 100%;
  }
}
.b-anchor_nav .b-anchor_nav__lists li a {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  padding: 18px 0;
  text-align: center;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav .b-anchor_nav__lists li a {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
  }
}
.b-anchor_nav .b-anchor_nav__lists li a img {
  height: 56px;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav .b-anchor_nav__lists li a img {
    height: 20px;
  }
}
.b-anchor_nav .b-anchor_nav__lists li a p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 13px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav .b-anchor_nav__lists li a p {
    font-size: 1.4rem;
    margin-top: 0;
    margin-left: 10px;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.b-anchor_nav .b-anchor_nav__lists li a p::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #253EA9;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav .b-anchor_nav__lists li a p::after {
    left: auto;
    bottom: auto;
    right: 0;
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (any-hover: hover) {
  .b-anchor_nav .b-anchor_nav__lists li a:hover {
    opacity: 0.7;
  }
  .b-anchor_nav .b-anchor_nav__lists li a:hover p::after {
    transform: translateX(-50%) translateY(30%) rotate(45deg);
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .b-anchor_nav .b-anchor_nav__lists li a:hover p::after {
    transform: translateY(-20%) rotate(45deg);
  }
}

.b-anchor_nav02 {
  background-color: #F5F5F5;
  padding: 45px 20px;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav02 {
    padding: 20px 10px;
  }
}
.b-anchor_nav02 .b-anchor_nav02__lists {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav02 .b-anchor_nav02__lists {
    flex-direction: column;
    gap: 15px 0;
  }
}
.b-anchor_nav02 .b-anchor_nav02__lists li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav02 .b-anchor_nav02__lists li {
    width: 100%;
  }
}
.b-anchor_nav02 .b-anchor_nav02__lists li a {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  padding: 18px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #253EA9;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav02 .b-anchor_nav02__lists li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 1.4rem;
  }
}
.b-anchor_nav02 .b-anchor_nav02__lists li a p {
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav02 .b-anchor_nav02__lists li a p {
    padding-right: 20px;
  }
}
.b-anchor_nav02 .b-anchor_nav02__lists li a p::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #253EA9;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .b-anchor_nav02 .b-anchor_nav02__lists li a p::after {
    left: auto;
    bottom: auto;
    right: 0;
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (any-hover: hover) {
  .b-anchor_nav02 .b-anchor_nav02__lists li a:hover {
    opacity: 0.7;
  }
  .b-anchor_nav02 .b-anchor_nav02__lists li a:hover p::after {
    transform: translateY(-20%) rotate(45deg);
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .b-anchor_nav02 .b-anchor_nav02__lists li a:hover p::after {
    transform: translateY(-20%) rotate(45deg);
  }
}

.b-title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #253EA9;
  position: relative;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .b-title {
    font-size: 2rem;
  }
}
.b-title::before, .b-title::after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFCB29;
}
.b-title::after {
  background: #253EA9;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .b-title::after {
    width: 108px;
  }
}
.b-title.b-title-calendar {
  padding-left: 35px;
  background: url("../images/ttl_calender.svg") no-repeat 8px center/20px auto;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-calendar {
    padding-left: 30px;
    background-position: 4px center;
  }
}
.b-title.b-title-store {
  padding-left: 35px;
  background: url("../images/ttl_store.svg") no-repeat 2px center/25px auto;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-store {
    padding-left: 30px;
    background-size: 22px auto;
  }
}
.b-title.b-title-car {
  padding-left: 35px;
  background: url("../images/ttl_car.svg") no-repeat 1px center/28px auto;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-car {
    padding-left: 30px;
    background-size: 25px auto;
  }
}
.b-title.b-title-yen {
  padding-left: 35px;
  background: url("../images/ttl_yen.svg") no-repeat 5px center/24px auto;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-yen {
    padding-left: 30px;
    background-size: 20px auto;
  }
}
.b-title.b-title-compensation {
  padding-left: 35px;
  background: url("../images/ttl_compensation.svg") no-repeat 1px center/23px auto;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-compensation {
    padding-left: 30px;
    background-size: 20px auto;
  }
}
.b-title.b-title-navi {
  padding-left: 50px;
  background: url("../images/ttl_navi.svg") no-repeat 0px center/40px auto;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-navi {
    padding-left: 40px;
    background-size: 30px auto;
  }
}
.b-title.b-title-winter {
  padding-left: 35px;
  background: url("../images/ttl_winter.svg") no-repeat 1px center/30px auto;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-winter {
    padding-left: 30px;
    background-size: 25px auto;
  }
}
.b-title.b-title-baby {
  padding-left: 35px;
  background: url("../images/ttl_baby.svg") no-repeat 1px center/26px auto;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-baby {
    padding-left: 30px;
    background-size: 20px auto;
  }
}
.b-title.b-title-contact {
  padding-left: 35px;
  background: url("../images/ttl_contact.svg") no-repeat left 1px top 5px/23px auto;
  line-height: 1.5;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-contact {
    padding-left: 30px;
    background-size: 18px auto;
    background-position: left 1px top 2px;
  }
}
.b-title.b-title-pet {
  padding-left: 35px;
  background: url("../images/ttl_pet.svg") no-repeat left 1px top 10px/25px auto;
  line-height: 1.5;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .b-title.b-title-pet {
    padding-left: 30px;
    background-size: 20px auto;
    background-position: left 1px top 6px;
  }
}

.b-title02 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 23px;
  position: relative;
  color: #253EA9;
}
@media screen and (max-width: 768px) {
  .b-title02 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.b-title02::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background: #253EA9;
  position: absolute;
  top: 0.9em;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-title02::before {
    top: 0.8em;
  }
}

/************************************************

	btn

*************************************************/
.b-btn01 {
  display: block;
  background: #253EA9;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6em;
  padding: 23px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff !important;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .b-btn01 {
    padding: 15px 20px;
    font-size: 1.7rem;
  }
}
.b-btn01 .b-btn01--arrow {
  position: relative;
  display: block;
}
.b-btn01 .b-btn01--arrow::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow_white.svg") no-repeat right/contain;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-btn01 .b-btn01--arrow::after {
    width: 1.8em;
    height: 1.8em;
  }
}
@media (any-hover: hover) {
  .b-btn01:hover {
    background: #fff;
    color: #253EA9 !important;
  }
  .b-btn01:hover .b-btn01--arrow::after {
    background: url("../images/ico_arrow_blue.svg") no-repeat right/contain;
  }
}

.b-btn02 {
  display: inline-block;
  background: #253EA9;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6em;
  padding: 14px 25px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff !important;
  transition: 0.3s all;
}
.b-btn02 .b-btn02--arrow {
  position: relative;
  display: block;
  padding-right: 2em;
}
.b-btn02 .b-btn02--arrow::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow_white.svg") no-repeat right/contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .b-btn02:hover {
    background: #fff;
    border: 1px solid #253EA9;
    color: #253EA9 !important;
  }
  .b-btn02:hover .b-btn01--arrow::after {
    background: url("../images/ico_arrow_blue.svg") no-repeat right/contain;
  }
}

.b-btn_line {
  position: fixed;
  right: 20px;
  bottom: 210px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
}
@media screen and (max-width: 768px) {
  .b-btn_line {
    right: auto;
    left: 13px;
    bottom: 20px;
  }
}
.b-btn_line.is-show {
  pointer-events: auto;
  opacity: 1;
}
.b-btn_line .b-btn_line__button {
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-btn_line .b-btn_line__button {
    max-width: 130px;
  }
}
.b-btn_line .b-btn_line__button a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: #fff;
  opacity: 0;
  transition: 0.2s all;
}
@media (any-hover: hover) {
  .b-btn_line .b-btn_line__button a:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .b-btn_line .b-btn_line__button a {
    width: 130px;
    height: 130px;
  }
}
.b-btn_line .b-btn_line__button.is-close {
  display: none;
}
.b-btn_line .b-btn_line__button.is-close .b-btn_line__toggle {
  display: none;
}
.b-btn_line .b-btn_line__toggle {
  display: block;
  width: 30px;
  height: 30px;
  background: #1D1D1D;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .b-btn_line .b-btn_line__toggle {
    right: auto;
    left: -7px;
    width: 20px;
    height: 20px;
    top: -7px;
  }
}
.b-btn_line .b-btn_line__toggle::before, .b-btn_line .b-btn_line__toggle::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .b-btn_line .b-btn_line__toggle::before, .b-btn_line .b-btn_line__toggle::after {
    width: 12px;
  }
}
.b-btn_line .b-btn_line__toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.b-top_btn {
  position: fixed;
  width: 90px;
  height: 90px;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
}
.b-top_btn.is-show {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .b-top_btn {
    width: 60px;
    height: 60px;
  }
}

.b-btn03 button,
.b-btn03 a {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  border-radius: 100vh;
  background: #FFCB29;
  border: 1px solid #FFCB29;
  color: #253EA9;
  text-align: center;
  padding: 23px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-btn03 button:hover,
  .b-btn03 a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-btn03 button,
  .b-btn03 a {
    padding: 15px 20px;
    font-size: 1.7rem;
  }
}
.b-btn03.b-btn03--arrow button,
.b-btn03.b-btn03--arrow a {
  position: relative;
}
.b-btn03.b-btn03--arrow button::after,
.b-btn03.b-btn03--arrow a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/ico_arrow_blue.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-btn03.b-btn03--arrow button::after,
  .b-btn03.b-btn03--arrow a::after {
    width: 30px;
    height: 30px;
  }
}
.b-btn03.b-btn03--car button,
.b-btn03.b-btn03--car a {
  position: relative;
}
.b-btn03.b-btn03--car button::after,
.b-btn03.b-btn03--car a::after {
  content: "";
  display: block;
  background: url("../images/ico_car.svg") no-repeat left center/contain;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .b-btn03.b-btn03--car button::after,
  .b-btn03.b-btn03--car a::after {
    width: 35px;
    height: 15px;
  }
}
.b-btn03.b-btn03--blue a::after {
  background: url("../images/ico_arrow_white.svg") no-repeat right/contain;
}
.b-btn03.b-btn03--blue.b-btn03--back button,
.b-btn03.b-btn03--blue.b-btn03--back a {
  background: #253EA9;
  color: #fff;
}
.b-btn03.b-btn03--blue.b-btn03--back button::after,
.b-btn03.b-btn03--blue.b-btn03--back a::after {
  background: url("../images/ico_arrow--back--white.svg") no-repeat center/contain;
}
.b-btn03.b-btn03--back button,
.b-btn03.b-btn03--back a {
  border-color: #253EA9;
  background: #fff;
  position: relative;
}
.b-btn03.b-btn03--back button::after,
.b-btn03.b-btn03--back a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/ico_arrow--back.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-btn03.b-btn03--back button::after,
  .b-btn03.b-btn03--back a::after {
    width: 30px;
    height: 30px;
  }
}
.b-btn03.is-disabled button,
.b-btn03.is-disabled a {
  background: #dedede;
  color: #666;
  border-color: #dedede;
  cursor: auto;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-btn03.is-disabled button:hover,
  .b-btn03.is-disabled a:hover {
    opacity: 1;
  }
}
.b-btn03.is-disabled button::after,
.b-btn03.is-disabled a::after {
  content: none;
}

.b-btn04 button,
.b-btn04 a {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  border-radius: 100vh;
  background: #253EA9;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-btn04 button:hover,
  .b-btn04 a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-btn04 button,
  .b-btn04 a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.b-btn05 {
  display: block;
  background: #fff;
  color: #253EA9 !important;
  border: 1px solid #fff;
  border-radius: 6em;
  padding: 23px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .b-btn05 {
    padding: 10px 20px;
    font-size: 1.7rem;
  }
}
.b-btn05 .b-btn05--arrow {
  position: relative;
  display: block;
}
.b-btn05 .b-btn05--arrow::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow_blue.svg") no-repeat right/contain;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-btn05 .b-btn05--arrow::after {
    width: 1.8em;
    height: 1.8em;
  }
}
@media (any-hover: hover) {
  .b-btn05:hover {
    background: #253EA9;
    color: #fff !important;
  }
  .b-btn05:hover .b-btn05--arrow::after {
    background: url("../images/ico_arrow_white.svg") no-repeat right/contain;
  }
}

.b-btn_2col {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .b-btn_2col {
    flex-direction: column;
    gap: 20px 0;
  }
}
.b-btn_2col .b-btn_2col__unit {
  width: 100%;
  max-width: 380px;
}

/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 768px) {
  .b-sp_m0 {
    margin: 0px !important;
  }
  .b-sp_mt0 {
    margin-top: 0px !important;
  }
  .b-sp_mb0 {
    margin-bottom: 0px !important;
  }
  .b-sp_ml0 {
    margin-left: 0px !important;
  }
  .b-sp_mr0 {
    margin-right: 0px !important;
  }
  .b-sp_p0 {
    padding: 0px !important;
  }
  .b-sp_pt0 {
    padding-top: 0px !important;
  }
  .b-sp_pb0 {
    padding-bottom: 0px !important;
  }
  .b-sp_pl0 {
    padding-left: 0px !important;
  }
  .b-sp_pr0 {
    padding-right: 0px !important;
  }
  .b-sp_m5 {
    margin: 5px !important;
  }
  .b-sp_mt5 {
    margin-top: 5px !important;
  }
  .b-sp_mb5 {
    margin-bottom: 5px !important;
  }
  .b-sp_ml5 {
    margin-left: 5px !important;
  }
  .b-sp_mr5 {
    margin-right: 5px !important;
  }
  .b-sp_p5 {
    padding: 5px !important;
  }
  .b-sp_pt5 {
    padding-top: 5px !important;
  }
  .b-sp_pb5 {
    padding-bottom: 5px !important;
  }
  .b-sp_pl5 {
    padding-left: 5px !important;
  }
  .b-sp_pr5 {
    padding-right: 5px !important;
  }
  .b-sp_m10 {
    margin: 10px !important;
  }
  .b-sp_mt10 {
    margin-top: 10px !important;
  }
  .b-sp_mb10 {
    margin-bottom: 10px !important;
  }
  .b-sp_ml10 {
    margin-left: 10px !important;
  }
  .b-sp_mr10 {
    margin-right: 10px !important;
  }
  .b-sp_p10 {
    padding: 10px !important;
  }
  .b-sp_pt10 {
    padding-top: 10px !important;
  }
  .b-sp_pb10 {
    padding-bottom: 10px !important;
  }
  .b-sp_pl10 {
    padding-left: 10px !important;
  }
  .b-sp_pr10 {
    padding-right: 10px !important;
  }
  .b-sp_m15 {
    margin: 15px !important;
  }
  .b-sp_mt15 {
    margin-top: 15px !important;
  }
  .b-sp_mb15 {
    margin-bottom: 15px !important;
  }
  .b-sp_ml15 {
    margin-left: 15px !important;
  }
  .b-sp_mr15 {
    margin-right: 15px !important;
  }
  .b-sp_p15 {
    padding: 15px !important;
  }
  .b-sp_pt15 {
    padding-top: 15px !important;
  }
  .b-sp_pb15 {
    padding-bottom: 15px !important;
  }
  .b-sp_pl15 {
    padding-left: 15px !important;
  }
  .b-sp_pr15 {
    padding-right: 15px !important;
  }
  .b-sp_m20 {
    margin: 20px !important;
  }
  .b-sp_mt20 {
    margin-top: 20px !important;
  }
  .b-sp_mb20 {
    margin-bottom: 20px !important;
  }
  .b-sp_ml20 {
    margin-left: 20px !important;
  }
  .b-sp_mr20 {
    margin-right: 20px !important;
  }
  .b-sp_p20 {
    padding: 20px !important;
  }
  .b-sp_pt20 {
    padding-top: 20px !important;
  }
  .b-sp_pb20 {
    padding-bottom: 20px !important;
  }
  .b-sp_pl20 {
    padding-left: 20px !important;
  }
  .b-sp_pr20 {
    padding-right: 20px !important;
  }
  .b-sp_m25 {
    margin: 25px !important;
  }
  .b-sp_mt25 {
    margin-top: 25px !important;
  }
  .b-sp_mb25 {
    margin-bottom: 25px !important;
  }
  .b-sp_ml25 {
    margin-left: 25px !important;
  }
  .b-sp_mr25 {
    margin-right: 25px !important;
  }
  .b-sp_p25 {
    padding: 25px !important;
  }
  .b-sp_pt25 {
    padding-top: 25px !important;
  }
  .b-sp_pb25 {
    padding-bottom: 25px !important;
  }
  .b-sp_pl25 {
    padding-left: 25px !important;
  }
  .b-sp_pr25 {
    padding-right: 25px !important;
  }
  .b-sp_m30 {
    margin: 30px !important;
  }
  .b-sp_mt30 {
    margin-top: 30px !important;
  }
  .b-sp_mb30 {
    margin-bottom: 30px !important;
  }
  .b-sp_ml30 {
    margin-left: 30px !important;
  }
  .b-sp_mr30 {
    margin-right: 30px !important;
  }
  .b-sp_p30 {
    padding: 30px !important;
  }
  .b-sp_pt30 {
    padding-top: 30px !important;
  }
  .b-sp_pb30 {
    padding-bottom: 30px !important;
  }
  .b-sp_pl30 {
    padding-left: 30px !important;
  }
  .b-sp_pr30 {
    padding-right: 30px !important;
  }
  .b-sp_m35 {
    margin: 35px !important;
  }
  .b-sp_mt35 {
    margin-top: 35px !important;
  }
  .b-sp_mb35 {
    margin-bottom: 35px !important;
  }
  .b-sp_ml35 {
    margin-left: 35px !important;
  }
  .b-sp_mr35 {
    margin-right: 35px !important;
  }
  .b-sp_p35 {
    padding: 35px !important;
  }
  .b-sp_pt35 {
    padding-top: 35px !important;
  }
  .b-sp_pb35 {
    padding-bottom: 35px !important;
  }
  .b-sp_pl35 {
    padding-left: 35px !important;
  }
  .b-sp_pr35 {
    padding-right: 35px !important;
  }
  .b-sp_m40 {
    margin: 40px !important;
  }
  .b-sp_mt40 {
    margin-top: 40px !important;
  }
  .b-sp_mb40 {
    margin-bottom: 40px !important;
  }
  .b-sp_ml40 {
    margin-left: 40px !important;
  }
  .b-sp_mr40 {
    margin-right: 40px !important;
  }
  .b-sp_p40 {
    padding: 40px !important;
  }
  .b-sp_pt40 {
    padding-top: 40px !important;
  }
  .b-sp_pb40 {
    padding-bottom: 40px !important;
  }
  .b-sp_pl40 {
    padding-left: 40px !important;
  }
  .b-sp_pr40 {
    padding-right: 40px !important;
  }
  .b-sp_m45 {
    margin: 45px !important;
  }
  .b-sp_mt45 {
    margin-top: 45px !important;
  }
  .b-sp_mb45 {
    margin-bottom: 45px !important;
  }
  .b-sp_ml45 {
    margin-left: 45px !important;
  }
  .b-sp_mr45 {
    margin-right: 45px !important;
  }
  .b-sp_p45 {
    padding: 45px !important;
  }
  .b-sp_pt45 {
    padding-top: 45px !important;
  }
  .b-sp_pb45 {
    padding-bottom: 45px !important;
  }
  .b-sp_pl45 {
    padding-left: 45px !important;
  }
  .b-sp_pr45 {
    padding-right: 45px !important;
  }
  .b-sp_m50 {
    margin: 50px !important;
  }
  .b-sp_mt50 {
    margin-top: 50px !important;
  }
  .b-sp_mb50 {
    margin-bottom: 50px !important;
  }
  .b-sp_ml50 {
    margin-left: 50px !important;
  }
  .b-sp_mr50 {
    margin-right: 50px !important;
  }
  .b-sp_p50 {
    padding: 50px !important;
  }
  .b-sp_pt50 {
    padding-top: 50px !important;
  }
  .b-sp_pb50 {
    padding-bottom: 50px !important;
  }
  .b-sp_pl50 {
    padding-left: 50px !important;
  }
  .b-sp_pr50 {
    padding-right: 50px !important;
  }
  .b-sp_m55 {
    margin: 55px !important;
  }
  .b-sp_mt55 {
    margin-top: 55px !important;
  }
  .b-sp_mb55 {
    margin-bottom: 55px !important;
  }
  .b-sp_ml55 {
    margin-left: 55px !important;
  }
  .b-sp_mr55 {
    margin-right: 55px !important;
  }
  .b-sp_p55 {
    padding: 55px !important;
  }
  .b-sp_pt55 {
    padding-top: 55px !important;
  }
  .b-sp_pb55 {
    padding-bottom: 55px !important;
  }
  .b-sp_pl55 {
    padding-left: 55px !important;
  }
  .b-sp_pr55 {
    padding-right: 55px !important;
  }
  .b-sp_m60 {
    margin: 60px !important;
  }
  .b-sp_mt60 {
    margin-top: 60px !important;
  }
  .b-sp_mb60 {
    margin-bottom: 60px !important;
  }
  .b-sp_ml60 {
    margin-left: 60px !important;
  }
  .b-sp_mr60 {
    margin-right: 60px !important;
  }
  .b-sp_p60 {
    padding: 60px !important;
  }
  .b-sp_pt60 {
    padding-top: 60px !important;
  }
  .b-sp_pb60 {
    padding-bottom: 60px !important;
  }
  .b-sp_pl60 {
    padding-left: 60px !important;
  }
  .b-sp_pr60 {
    padding-right: 60px !important;
  }
  .b-sp_m65 {
    margin: 65px !important;
  }
  .b-sp_mt65 {
    margin-top: 65px !important;
  }
  .b-sp_mb65 {
    margin-bottom: 65px !important;
  }
  .b-sp_ml65 {
    margin-left: 65px !important;
  }
  .b-sp_mr65 {
    margin-right: 65px !important;
  }
  .b-sp_p65 {
    padding: 65px !important;
  }
  .b-sp_pt65 {
    padding-top: 65px !important;
  }
  .b-sp_pb65 {
    padding-bottom: 65px !important;
  }
  .b-sp_pl65 {
    padding-left: 65px !important;
  }
  .b-sp_pr65 {
    padding-right: 65px !important;
  }
  .b-sp_m70 {
    margin: 70px !important;
  }
  .b-sp_mt70 {
    margin-top: 70px !important;
  }
  .b-sp_mb70 {
    margin-bottom: 70px !important;
  }
  .b-sp_ml70 {
    margin-left: 70px !important;
  }
  .b-sp_mr70 {
    margin-right: 70px !important;
  }
  .b-sp_p70 {
    padding: 70px !important;
  }
  .b-sp_pt70 {
    padding-top: 70px !important;
  }
  .b-sp_pb70 {
    padding-bottom: 70px !important;
  }
  .b-sp_pl70 {
    padding-left: 70px !important;
  }
  .b-sp_pr70 {
    padding-right: 70px !important;
  }
  .b-sp_m75 {
    margin: 75px !important;
  }
  .b-sp_mt75 {
    margin-top: 75px !important;
  }
  .b-sp_mb75 {
    margin-bottom: 75px !important;
  }
  .b-sp_ml75 {
    margin-left: 75px !important;
  }
  .b-sp_mr75 {
    margin-right: 75px !important;
  }
  .b-sp_p75 {
    padding: 75px !important;
  }
  .b-sp_pt75 {
    padding-top: 75px !important;
  }
  .b-sp_pb75 {
    padding-bottom: 75px !important;
  }
  .b-sp_pl75 {
    padding-left: 75px !important;
  }
  .b-sp_pr75 {
    padding-right: 75px !important;
  }
  .b-sp_m80 {
    margin: 80px !important;
  }
  .b-sp_mt80 {
    margin-top: 80px !important;
  }
  .b-sp_mb80 {
    margin-bottom: 80px !important;
  }
  .b-sp_ml80 {
    margin-left: 80px !important;
  }
  .b-sp_mr80 {
    margin-right: 80px !important;
  }
  .b-sp_p80 {
    padding: 80px !important;
  }
  .b-sp_pt80 {
    padding-top: 80px !important;
  }
  .b-sp_pb80 {
    padding-bottom: 80px !important;
  }
  .b-sp_pl80 {
    padding-left: 80px !important;
  }
  .b-sp_pr80 {
    padding-right: 80px !important;
  }
  .b-sp_m85 {
    margin: 85px !important;
  }
  .b-sp_mt85 {
    margin-top: 85px !important;
  }
  .b-sp_mb85 {
    margin-bottom: 85px !important;
  }
  .b-sp_ml85 {
    margin-left: 85px !important;
  }
  .b-sp_mr85 {
    margin-right: 85px !important;
  }
  .b-sp_p85 {
    padding: 85px !important;
  }
  .b-sp_pt85 {
    padding-top: 85px !important;
  }
  .b-sp_pb85 {
    padding-bottom: 85px !important;
  }
  .b-sp_pl85 {
    padding-left: 85px !important;
  }
  .b-sp_pr85 {
    padding-right: 85px !important;
  }
  .b-sp_m90 {
    margin: 90px !important;
  }
  .b-sp_mt90 {
    margin-top: 90px !important;
  }
  .b-sp_mb90 {
    margin-bottom: 90px !important;
  }
  .b-sp_ml90 {
    margin-left: 90px !important;
  }
  .b-sp_mr90 {
    margin-right: 90px !important;
  }
  .b-sp_p90 {
    padding: 90px !important;
  }
  .b-sp_pt90 {
    padding-top: 90px !important;
  }
  .b-sp_pb90 {
    padding-bottom: 90px !important;
  }
  .b-sp_pl90 {
    padding-left: 90px !important;
  }
  .b-sp_pr90 {
    padding-right: 90px !important;
  }
  .b-sp_m95 {
    margin: 95px !important;
  }
  .b-sp_mt95 {
    margin-top: 95px !important;
  }
  .b-sp_mb95 {
    margin-bottom: 95px !important;
  }
  .b-sp_ml95 {
    margin-left: 95px !important;
  }
  .b-sp_mr95 {
    margin-right: 95px !important;
  }
  .b-sp_p95 {
    padding: 95px !important;
  }
  .b-sp_pt95 {
    padding-top: 95px !important;
  }
  .b-sp_pb95 {
    padding-bottom: 95px !important;
  }
  .b-sp_pl95 {
    padding-left: 95px !important;
  }
  .b-sp_pr95 {
    padding-right: 95px !important;
  }
  .b-sp_m100 {
    margin: 100px !important;
  }
  .b-sp_mt100 {
    margin-top: 100px !important;
  }
  .b-sp_mb100 {
    margin-bottom: 100px !important;
  }
  .b-sp_ml100 {
    margin-left: 100px !important;
  }
  .b-sp_mr100 {
    margin-right: 100px !important;
  }
  .b-sp_p100 {
    padding: 100px !important;
  }
  .b-sp_pt100 {
    padding-top: 100px !important;
  }
  .b-sp_pb100 {
    padding-bottom: 100px !important;
  }
  .b-sp_pl100 {
    padding-left: 100px !important;
  }
  .b-sp_pr100 {
    padding-right: 100px !important;
  }
}
.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

.b-pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-pc_none {
    display: block;
  }
}

.b-sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .b-sp_none {
    display: none;
  }
}

/************************************************

	form

*************************************************/
.b-select {
  position: relative;
}
.b-select::after {
  content: "";
  display: block;
  border-top: 2px solid #253EA9;
  border-right: 2px solid #253EA9;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  transform: translateY(-50%) rotate(135deg);
  top: 45%;
  right: 15px;
  pointer-events: none;
}
.b-select select {
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  appearance: none;
  padding: 12px 14px;
  padding-right: 30px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .b-select select {
    padding: 8px 30px 8px 7px;
  }
}

.b-calenter {
  position: relative;
}
.b-calenter input {
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  padding: 12px 14px;
  padding-right: 40px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .b-calenter input {
    padding: 8px 30px 8px 7px;
  }
}
.b-calenter input::placeholder {
  color: #cfcfcf;
}
.b-calenter button {
  display: block;
  width: 23px;
  height: 20px;
  background: url("/common/images/ico_calender.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-calenter button {
    top: 55%;
  }
}

.b-check {
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .b-check {
    padding-left: 30px;
  }
}
.b-check input {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.b-check input:checked + .b-check__ico {
  background: #253EA9;
}
.b-check input:checked + .b-check__ico::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.b-check .b-check__ico {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #666;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.b-input {
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  appearance: none;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .b-input {
    padding: 8px 7px;
  }
}
.b-input.b-input--short {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .b-input.b-input--short {
    max-width: 100%;
  }
}
.b-input::placeholder {
  color: #cfcfcf;
}

.b-textarea {
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .b-sp_left {
    text-align: left !important;
  }
}

.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-big02 {
  font-size: 1.8rem;
}

.b-bold {
  font-weight: bold;
}

.b-blue {
  color: #253EA9 !important;
}

.b-red {
  color: #FF0000 !important;
}

.b-link {
  color: #253EA9 !important;
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-link:hover {
    opacity: 0.7;
  }
}
.b-link.b-link--file {
  position: relative;
  padding-right: 1.2em;
  margin-right: 0.3em;
}
.b-link.b-link--file::after {
  content: "";
  display: block;
  background: url("../images/ico_file.svg") no-repeat right/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 2px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .b-link.b-link--file::after {
    bottom: 1px;
  }
}

.b-notes {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .b-notes {
    font-size: 1.2rem;
  }
}

.b-error {
  font-size: 1.4rem;
  margin-top: 5px;
  color: #FF0000 !important;
}

.b-lt {
  text-decoration: line-through;
}

.b-w100 {
  width: 100%;
}

/************************************************

	animation

*************************************************/
.b-fade::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 2.5s ease-out;
}
.b-fade.js-fade_in::after {
  opacity: 1;
}

.b-header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}
.b-header .b-header_inner {
  padding: 15px 40px;
}
@media screen and (max-width: 1800px) {
  .b-header .b-header_inner {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .b-header .b-header_inner {
    padding: 10px 15px;
    height: 59px;
    display: flex;
    align-items: center;
  }
}
.b-header .b-header_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.b-header .b-header_col > div:first-child {
  margin-right: 40px;
}
.b-header .b-header_col > div:nth-child(2) {
  margin-top: 20px;
}
.b-header .b-header_col > div:nth-child(3) {
  margin-left: auto;
}
@media screen and (max-width: 1435px) {
  .b-header .b-header_col > div:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1800px) {
  .b-header .b-header_col > div:nth-child(2) {
    display: none;
  }
  .b-header .b-header_col > div:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b-header .b-header_col > div:first-child {
    flex-basis: 200px;
  }
}
.b-header .b-header_sp-btn {
  display: none;
}
@media screen and (max-width: 1800px) {
  .b-header .b-header_sp-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #253EA9;
    width: 80px;
    height: 80px;
    z-index: 9999;
  }
  .b-header .b-header_sp-btn.is-open .b-header_sp-btn__inner span:first-of-type {
    transform: rotate(-45deg) translateY(0);
    top: 45%;
  }
  .b-header .b-header_sp-btn.is-open .b-header_sp-btn__inner span:nth-of-type(2) {
    opacity: 0;
  }
  .b-header .b-header_sp-btn.is-open .b-header_sp-btn__inner span:last-of-type {
    transform: rotate(45deg) translateY(0);
    top: 45%;
  }
  .b-header .b-header_sp-btn .b-header_sp-btn__inner {
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    width: 80px;
    height: 80px;
  }
  .b-header .b-header_sp-btn .b-header_sp-btn__inner span {
    width: 50%;
    height: 2px;
    background: #fff;
    transition: 0.3s all;
    transform: rotate(0deg);
    display: block;
    position: absolute;
    left: 25%;
  }
  .b-header .b-header_sp-btn .b-header_sp-btn__inner span:first-of-type {
    top: 30%;
  }
  .b-header .b-header_sp-btn .b-header_sp-btn__inner span:nth-of-type(2) {
    top: 45%;
    opacity: 1;
  }
  .b-header .b-header_sp-btn .b-header_sp-btn__inner span:last-of-type {
    top: 60%;
  }
}
@media screen and (max-width: 768px) {
  .b-header .b-header_sp-btn {
    width: 59px;
    height: 59px;
  }
  .b-header .b-header_sp-btn .b-header_sp-btn__inner {
    width: 59px;
    height: 59px;
  }
}
.b-header .b-gnav_list, .b-header .b-gnav_list02 {
  display: -webkit-flex;
  display: flex;
}
.b-header .b-gnav_list li, .b-header .b-gnav_list02 li {
  font-weight: bold;
}
.b-header .b-gnav_list li {
  margin-right: 45px;
}
.b-header .b-gnav_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1435px) {
  .b-header .b-gnav_list li {
    margin-right: 25px;
  }
}
@media (any-hover: hover) {
  .b-header .b-gnav_list li a:hover span::after {
    transform: translateY(-40%) rotate(135deg);
  }
}
.b-header .b-gnav_list li span {
  position: relative;
  padding-right: 1.3em;
}
.b-header .b-gnav_list li span::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #253EA9;
  border-right: 2px solid #253EA9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-70%) rotate(135deg);
  transition: 0.3s all;
}
.b-header .b-gnav_list02 {
  display: -webkit-flex;
  display: flex;
}
.b-header .b-gnav_list02 li {
  margin-right: 25px;
}
.b-header .b-gnav_list02 li:nth-child(2) {
  margin-right: 15px;
}
.b-header .b-gnav_list02 li:last-child {
  margin-right: 0;
}
.b-header .b-gnav_list02 .b-gnav_service {
  color: #253EA9;
}
.b-header .b-gnav_list02 .b-gnav_service a {
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-header .b-gnav_list02 .b-gnav_service a:hover {
    opacity: 0.7;
  }
}
.b-header .b-gnav_list02 .b-gnav_service span {
  position: relative;
  padding-left: 1.3em;
}
.b-header .b-gnav_list02 .b-gnav_service span::after {
  content: "";
  display: block;
  background: url("../images/ico_building.svg") no-repeat left center/contain;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b-header .b-gnav_list02 .b-gnav_reserve {
  color: #253EA9;
}
.b-header .b-gnav_list02 .b-gnav_reserve a {
  background: #FFCB29;
  border-radius: 2em;
  padding: 18px 25px;
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-header .b-gnav_list02 .b-gnav_reserve a:hover {
    opacity: 0.7;
  }
}
.b-header .b-gnav_list02 .b-gnav_reserve span {
  position: relative;
  padding-left: 2.3em;
}
.b-header .b-gnav_list02 .b-gnav_reserve span::after {
  content: "";
  display: block;
  background: url("../images/ico_car.svg") no-repeat left center/contain;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b-header .b-gnav_list02 .b-gnav_contact {
  color: #253EA9;
}
.b-header .b-gnav_list02 .b-gnav_contact a {
  border: 1px solid #253EA9;
  border-radius: 2em;
  padding: 18px 25px;
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-header .b-gnav_list02 .b-gnav_contact a:hover {
    opacity: 0.7;
  }
}
.b-header .b-gnav_list02 .b-gnav_contact span {
  position: relative;
  padding-left: 1.5em;
}
.b-header .b-gnav_list02 .b-gnav_contact span::after {
  content: "";
  display: block;
  background: url("../images/ico_tel.svg") no-repeat left center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1800px) {
  .b-header .b-header_sp {
    transition: background 0.2s ease-in-out;
  }
  .b-header .b-header_sp.is-open {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
  }
  .b-header .b-header_sp.is-open .b-header_sp__nav {
    right: 0;
  }
}
.b-header .b-header_sp .b-header_sp__nav {
  position: absolute;
  right: -100%;
}
@media screen and (max-width: 1800px) {
  .b-header .b-header_sp .b-header_sp__nav {
    background: #fff;
    width: 350px;
    height: 100vh;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    transition: right 0.3s;
    padding: 80px 30px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .b-header .b-header_sp .b-header_sp__nav {
    width: 250px;
    padding: 59px 20px 20px 20px;
  }
}
.b-header .b-header_sp .b-header_sp__nav__list li {
  font-weight: bold;
  padding: 10px 0;
}
.b-header .b-header_sp .b-header_sp__nav__list li:last-child {
  margin-right: 0;
}
.b-header .b-header_sp .b-header_sp__nav__list li span {
  position: relative;
  padding-right: 1.3em;
}
.b-header .b-header_sp .b-header_sp__nav__list li span::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #253EA9;
  border-right: 2px solid #253EA9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-70%) rotate(135deg);
}
.b-header .b-header_sp .b-header_sp__nav__list02 {
  margin-top: 10px;
}
.b-header .b-header_sp .b-header_sp__nav__list02 li {
  margin-bottom: 15px;
}
.b-header .b-header_sp .b-header_sp__nav__list02 li:last-child {
  margin-bottom: 0;
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_service--sp {
  color: #253EA9;
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_service--sp a {
  font-weight: bold;
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_service--sp a:hover {
    opacity: 0.7;
  }
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_service--sp span {
  position: relative;
  padding-left: 1.3em;
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_service--sp span::after {
  content: "";
  display: block;
  background: url("../images/ico_building.svg") no-repeat left center/contain;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_reserve--sp {
  color: #253EA9;
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_reserve--sp a {
  display: inline-block;
  background: #FFCB29;
  border-radius: 2em;
  padding: 15px 25px;
  box-sizing: border-box;
  font-weight: bold;
  transition: 0.3s opacity;
  text-align: center;
  width: 13em;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_reserve--sp a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_reserve--sp a {
    padding: 10px 25px;
  }
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_reserve--sp span {
  position: relative;
  padding-left: 2.3em;
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_reserve--sp span::after {
  content: "";
  display: block;
  background: url("../images/ico_car.svg") no-repeat left center/contain;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_contact--sp {
  color: #253EA9;
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_contact--sp a {
  display: inline-block;
  border: 1px solid #253EA9;
  border-radius: 2em;
  padding: 15px 25px;
  box-sizing: border-box;
  font-weight: bold;
  transition: 0.3s opacity;
  text-align: center;
  width: 13em;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_contact--sp a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_contact--sp a {
    padding: 10px 25px;
  }
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_contact--sp span {
  position: relative;
  padding-left: 1.7em;
}
.b-header .b-header_sp .b-header_sp__nav__list02 .b-gnav_contact--sp span::after {
  content: "";
  display: block;
  background: url("../images/ico_mail.svg") no-repeat left center/contain;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.b-footer {
  background: #1D1D1D;
}
.b-footer .b-footer_inner {
  max-width: 1000px;
  padding: 0 10px;
  box-sizing: content-box;
  margin: 0 auto;
}
.b-footer .b-footer_top {
  padding: 80px 0 75px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_top {
    padding: 40px 0 35px;
  }
}
.b-footer .b-footer_bottom {
  background: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 1170px) {
  .b-footer .b-footer_bottom {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_bottom {
    padding-bottom: 15px;
  }
}
.b-footer .b-footer_bottom .b-footer_col {
  justify-content: space-between;
}
.b-footer .b-footer_bottom .b-footer_col > div:last-child {
  flex-basis: 40px;
  flex-shrink: 0;
  margin-top: 5px;
}
.b-footer .b-footer_col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_col {
    display: block;
  }
}
.b-footer .b-footer_col > div {
  margin-right: 13%;
}
.b-footer .b-footer_col > div:last-child {
  margin-right: 0;
  flex-basis: 227px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_col > div {
    margin-right: 0;
  }
  .b-footer .b-footer_col > div:last-child {
    margin-top: 30px;
  }
}
.b-footer .b-footer_col02 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_col02 {
    justify-content: center;
  }
}
.b-footer .b-footer_col02 > div {
  margin-right: 30px;
}
.b-footer .b-footer_col02 > div:last-child {
  margin-right: 0;
}
.b-footer .b-footer_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.b-footer .b-footer_list li {
  color: #fff;
  font-weight: 500;
  margin-right: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_list li {
    margin-right: 1.2em;
    margin-bottom: 0.5em;
  }
}
.b-footer .b-footer_list li a {
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-footer .b-footer_list li a:hover {
    opacity: 0.7;
  }
}
.b-footer .b-footer_list li .b-footer_list--arrow {
  position: relative;
  padding-right: 1.5em;
}
.b-footer .b-footer_list li .b-footer_list--arrow::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow_gray--bold.svg") no-repeat right/contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.b-footer .b-footer_list02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_list02 {
    margin-top: 15px;
  }
}
.b-footer .b-footer_list02 + .b-footer_list02 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_list02 + .b-footer_list02 {
    margin-top: 15px;
  }
}
.b-footer .b-footer_list02 li {
  color: #fff;
  font-size: 1.4rem;
  margin-right: 2.3em;
  margin-bottom: 0.5em;
}
.b-footer .b-footer_list02 li a {
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-footer .b-footer_list02 li a:hover {
    opacity: 0.7;
  }
}
.b-footer .b-footer_list02 li:last-child {
  margin-bottom: 0;
}
.b-footer .b-footer_list02 li .b-footer_list02--arrow {
  position: relative;
  padding-right: 1.5em;
}
.b-footer .b-footer_list02 li .b-footer_list02--arrow::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow_gray.svg") no-repeat right/contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.b-footer .b-footer_list02 li .b-footer_list02--file {
  position: relative;
  padding-right: 1.2em;
}
.b-footer .b-footer_list02 li .b-footer_list02--file::after {
  content: "";
  display: block;
  background: url("../images/ico_file.svg") no-repeat right/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.b-footer .b-footer_btn a {
  display: block;
  border-radius: 2em;
  padding: 18px 25px;
  color: #253EA9;
  text-align: center;
  font-weight: bold;
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-footer .b-footer_btn a:hover {
    opacity: 0.7;
  }
}
.b-footer .b-footer_btn span {
  position: relative;
}
.b-footer .b-footer_btn + .b-footer_btn {
  margin-top: 15px;
}
.b-footer .b-footer_btn.b-footer_btn--reserve a {
  background: #FFCB29;
}
.b-footer .b-footer_btn.b-footer_btn--reserve span {
  padding-left: 2.3em;
}
.b-footer .b-footer_btn.b-footer_btn--reserve span::after {
  content: "";
  display: block;
  background: url("../images/ico_car.svg") no-repeat left center/contain;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b-footer .b-footer_btn.b-footer_btn--contact a {
  background: #fff;
}
.b-footer .b-footer_btn.b-footer_btn--contact span {
  padding-left: 1.5em;
}
.b-footer .b-footer_btn.b-footer_btn--contact span::after {
  content: "";
  display: block;
  background: url("../images/ico_tel.svg") no-repeat left center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b-footer .b-footer_logo a {
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-footer .b-footer_logo a:hover {
    opacity: 0.7;
  }
}
.b-footer .b-footer_copyright {
  font-size: 1.3rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .b-footer .b-footer_copyright {
    text-align: center;
  }
}
.b-footer .b-footer_line {
  transition: 0.3s opacity;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-footer .b-footer_line:hover {
    opacity: 0.7;
  }
}

.p-top {
  /************************************************

  	MV

  *************************************************/
  /************************************************

  	お知らせ

  *************************************************/
  /************************************************

  	レンタカー予約

  *************************************************/
  /************************************************

  	キャンペーン情報

  *************************************************/
  /************************************************

  	キャンペーン情報

  *************************************************/
  /************************************************

  	営業所一覧

  *************************************************/
  /************************************************

  	ご利用案内

  *************************************************/
  /************************************************

  	メニュー

  *************************************************/
}
.p-top .top_mv {
  overflow: hidden;
  height: 550px;
}
@media screen and (max-width: 1240px) {
  .p-top .top_mv {
    height: 491px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_mv {
    height: auto;
  }
}
.p-top .top_mv .top_mv_wrapper {
  max-width: 100%;
  margin: 0 0 0 803px;
}
@media screen and (max-width: 1568px) {
  .p-top .top_mv .top_mv_wrapper {
    margin: 0 0 0 473px;
  }
}
@media screen and (max-width: 1240px) {
  .p-top .top_mv .top_mv_wrapper {
    margin: 0 auto;
  }
}
.p-top .top_mv .top_mv_wrapper .top_slider {
  max-width: 750px;
  /*img {
  	width: 100%;
  }*/
}
@media screen and (max-width: 1240px) {
  .p-top .top_mv .top_mv_wrapper .top_slider {
    margin: 0 auto;
  }
}
.p-top .top_mv .slick-list {
  overflow: visible;
}
.p-top .top_mv .slick-slide a {
  display: block;
}
.p-top .top_mv .slick-slide img {
  width: 100%;
  height: auto;
}
.p-top .top_mv .slick-dots {
  bottom: 10px;
  width: fit-content;
  right: 10px;
}
@media screen and (max-width: 1240px) {
  .p-top .top_mv .slick-dots {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top .top_mv .slick-dots li {
  margin: 0 3px;
}
.p-top .top_mv .slick-dots li button::before {
  color: #fff;
  font-size: 10px;
  width: 15px;
  height: 15px;
}
.p-top .top_box01 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-top .top_box01 {
    margin-top: 30px;
  }
}
.p-top .top_box01 + .top_box01 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top .top_box01 + .top_box01 {
    margin-top: 40px;
  }
}
.p-top .top_ttl01 {
  font-size: 3rem;
  font-weight: bold;
  font-family: var(--font-noto);
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-top .top_ttl01 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.p-top .top_ttl01 .top_ttl01--sub {
  margin-left: 1em;
  font-size: 1.5rem;
  font-weight: normal;
  color: #128CC0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-top .top_ttl01 .top_ttl01--sub {
    font-size: 1.3rem;
  }
}
.p-top .top_news {
  background: #1D1D1D;
  color: #fff;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_news {
    padding: 15px 0;
  }
}
.p-top .top_news .top_news_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top .top_news .top_news_col {
    display: block;
  }
}
.p-top .top_news .top_news_col > div {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 28px;
  margin-right: 40px;
}
.p-top .top_news .top_news_col > div:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_news .top_news_col > div {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.p-top .top_news .top_news_dl {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
}
.p-top .top_news .top_news_dl dt {
  font-size: 1.4rem;
  margin-right: 1em;
  color: #ddd;
}
.p-top .top_news .top_news_dl dd a {
  display: block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-top .top_news .top_news_dl dd a:hover {
    opacity: 0.7;
  }
}
.p-top .top_news .top_news_dl dd a span {
  display: block;
}
.p-top .top_news .top_news_arrow {
  position: relative;
  padding-right: 3rem;
  /*&::before, &::after {
  	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	margin: auto;
  	vertical-align: middle;
  }

  &::before {
  	width: 1em;
  	height: 1em;
  	border-radius: 50%;
  	background: #fff;
  }

  &::after {
  	top: 20%;
  	right: 9px;
  	width: .3em;
  	height: .3em;
  	border-top: 1px solid #222;
  	border-right: 1px solid #222;
  	transform: rotate(45deg) translateY(-50%);

  	@include mq() {
  		top: 15%;
  		right: 8px;
  	}

  }*/
}
.p-top .top_news .top_news_arrow::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow_white02.svg") no-repeat right/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-top .top_merger {
  background-color: #1D1D1D;
  padding: 10px 0;
}
.p-top .top_merger p + p {
  margin-top: 10px;
}
.p-top .top_merger a {
  color: #fff;
  padding-right: 1em;
  text-decoration: underline;
  position: relative;
}
@media (any-hover: hover) {
  .p-top .top_merger a:hover {
    text-decoration: none;
  }
}
.p-top .top_merger a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 5px;
  transform: rotate(45deg);
}
.p-top .top_reserve {
  position: absolute;
  top: 0;
  left: 353px;
}
@media screen and (max-width: 1568px) {
  .p-top .top_reserve {
    left: 23px;
  }
}
@media screen and (max-width: 1240px) {
  .p-top .top_reserve {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 15px;
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.p-top .top_reserve label {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.p-top .top_reserve input {
  border: none;
  width: 100%;
}
.p-top .top_reserve input:focus-visible {
  box-shadow: none;
}
.p-top .top_reserve select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
.p-top .top_reserve .top_reserve_box {
  background: #F5F5F5;
  padding: 25px 20px;
  min-width: 450px;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve .top_reserve_box {
    min-width: inherit;
  }
}
.p-top .top_reserve .top_reserve_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 4px solid #128CC0;
  padding-left: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve .top_reserve_ttl {
    font-size: 2rem;
  }
}
.p-top .top_reserve .top_reserve_txt {
  font-size: 1.4rem;
  margin: 5px 0 15px;
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve .top_reserve_txt {
    font-size: 1.3rem;
  }
}
.p-top .top_reserve .top_reserve_dl01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CFCFCF;
}
.p-top .top_reserve .top_reserve_dl01:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve .top_reserve_dl01 {
    display: block;
  }
}
.p-top .top_reserve .top_reserve_dl01 > dt {
  font-weight: bold;
  padding: 10px;
  flex-basis: 3.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve .top_reserve_dl01 > dt {
    padding: 0 0 10px 0;
  }
}
.p-top .top_reserve .top_reserve_dl01 > dd {
  width: 100%;
}
.p-top .top_reserve .top_reserve_dl02 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.p-top .top_reserve .top_reserve_dl02:last-child {
  margin-bottom: 0;
}
.p-top .top_reserve .top_reserve_dl02 > dt {
  padding: 8px 10px;
  line-height: 1.3;
}
.p-top .top_reserve .top_reserve_dl02 > dt {
  font-size: 1.5rem;
  color: #666;
  flex-basis: 4em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve .top_reserve_dl02 > dt {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top .top_reserve .top_reserve_dl02 > dd {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1240px) {
  .p-top .top_reserve .top_reserve_dl02 > dd {
    flex-wrap: wrap;
  }
}
.p-top .top_reserve .top_reserve_dl02 .b-select {
  max-width: 286px;
}
@media screen and (max-width: 1240px) {
  .p-top .top_reserve .top_reserve_dl02 .b-select {
    max-width: 100%;
  }
}
.p-top .top_reserve .top_reserve_dl02 .b-select select {
  font-size: 1.3rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1240px) {
  .p-top .top_reserve .top_reserve_dl02 .b-select select {
    font-size: 1.6rem;
  }
}
.p-top .top_reserve .top_reserve_dl02 .b-calenter input {
  font-size: 1.3rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1240px) {
  .p-top .top_reserve .top_reserve_dl02 .b-calenter input {
    font-size: 1.6rem;
  }
}
.p-top .top_reserve .top_reserve_dl03 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve .top_reserve_dl03 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top .top_reserve .top_reserve_dl03 > dt {
  font-weight: bold;
  padding: 10px;
  flex-basis: 7.2em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_reserve .top_reserve_dl03 > dt {
    padding: 0 0 10px 0;
    flex-basis: auto;
  }
}
.p-top .top_reserve .top_reserve_dl03 > dd .b-select {
  max-width: 286px;
}
@media screen and (max-width: 1240px) {
  .p-top .top_reserve .top_reserve_dl03 > dd .b-select {
    max-width: 100%;
  }
}
.p-top .top_reserve .top_reserve_dl03 > dd .b-select select {
  font-size: 1.3rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1240px) {
  .p-top .top_reserve .top_reserve_dl03 > dd .b-select select {
    font-size: 1.6rem;
  }
}
.p-top .top_reserve .top_reserve_btn {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.p-top .top_reserve .top_reserve_btn .b-btn01 {
  max-width: 300px;
  width: 100%;
  padding: 11px 25px;
  border: 1px solid #253EA9;
}
.p-top .top_reserve .top_reserve_btn .b-btn01 .b-btn01--arrow::after {
  width: 1.7em;
  height: 1.7em;
  transform: translateY(0);
}
.p-top .top_reserve .top_reserve_link {
  margin-top: 12px;
  text-align: center;
}
.p-top .top_reserve .top_reserve_link a {
  color: #253EA9;
  text-decoration: underline;
  font-size: 1.5rem;
  position: relative;
  padding-right: 1.5em;
}
@media (any-hover: hover) {
  .p-top .top_reserve .top_reserve_link a:hover {
    text-decoration: none;
  }
}
.p-top .top_reserve .top_reserve_link a::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow_blue02.svg") no-repeat right/contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-top .top_model {
  overflow: hidden;
  background: #F9F9F9;
  padding-top: 70px;
  padding-bottom: 80px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_model {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p-top .top_model .top_model_slider_wrapper {
  max-width: 100%;
  margin: 0 0 0 0;
}
.p-top .top_model .top_model_slider {
  max-width: 1200px;
  margin: 0 auto;
}
.p-top .top_model .top_model_slider li {
  text-align: center;
  margin: 0 5px;
}
.p-top .top_model .top_model_slider li a {
  display: block;
  transition: 0.3s all;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-top .top_model .top_model_slider li a:hover picture {
    transition: 0.3s all;
  }
  .p-top .top_model .top_model_slider li a:hover picture::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 67%, rgba(255, 255, 255, 0.2) 100%);
    transition: 0.3s all;
  }
}
.p-top .top_model .top_model_slider li picture {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.3s all;
  display: block;
}
.p-top .top_model .top_model_slider li picture::after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 67%, rgba(128, 128, 128, 0.2) 100%);
  width: 100%;
  height: 150px;
  height: 7.812vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s all;
}
.p-top .top_model .top_model_slider li picture img {
  width: 100%;
  height: auto;
}
.p-top .top_model .top_model_slider .top_model_slider__caption {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top .top_model .top_model_slider .top_model_slider__caption {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.p-top .top_model .top_model_slider .slick-slide {
  opacity: 0.5;
}
.p-top .top_model .top_model_slider .slick-slide.slick-active {
  opacity: 1;
}
.p-top .top_model .top_model_slider .slick-list {
  overflow: visible;
}
.p-top .top_model .top_model_slider .slick-prev, .p-top .top_model .top_model_slider .slick-next {
  width: 55px;
  height: 55px;
  z-index: 8;
  cursor: pointer;
}
.p-top .top_model .top_model_slider .slick-prev::before, .p-top .top_model .top_model_slider .slick-next::before {
  content: none;
}
@media screen and (max-width: 1240px) {
  .p-top .top_model .top_model_slider .slick-prev, .p-top .top_model .top_model_slider .slick-next {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_model .top_model_slider .slick-prev, .p-top .top_model .top_model_slider .slick-next {
    width: 35px;
    height: 35px;
  }
}
.p-top .top_model .top_model_slider .slick-prev {
  left: -55px;
  background: url("../images/img_arrow--left.png") no-repeat center/contain;
}
@media screen and (max-width: 1320px) {
  .p-top .top_model .top_model_slider .slick-prev {
    left: -25px;
    left: -0.781vw;
  }
}
@media screen and (max-width: 1240px) {
  .p-top .top_model .top_model_slider .slick-prev {
    left: 0.52vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_model .top_model_slider .slick-prev {
    left: 1.52vw;
  }
}
.p-top .top_model .top_model_slider .slick-next {
  right: -55px;
  background: url("../images/img_arrow--right.png") no-repeat center/contain;
}
@media screen and (max-width: 1320px) {
  .p-top .top_model .top_model_slider .slick-next {
    right: -25px;
    right: -0.781vw;
  }
}
@media screen and (max-width: 1240px) {
  .p-top .top_model .top_model_slider .slick-next {
    right: 0.52vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_model .top_model_slider .slick-next {
    right: 1.52vw;
  }
}
.p-top .top_campaign {
  background: #253EA9;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_campaign {
    padding: 40px 0;
  }
}
.p-top .top_campaign.top_box01 {
  margin-top: 0;
}
.p-top .top_campaign::before, .p-top .top_campaign:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-top .top_campaign::before {
  background: url("../../images/bg_campaign_right.svg") no-repeat right/contain;
  width: 960px;
  width: 50vw;
  height: 840px;
  height: 43.75vw;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_campaign::before {
    width: 80vw;
    height: 64.75vw;
  }
}
.p-top .top_campaign::after {
  background: url("../../images/bg_campaign_left.svg") no-repeat left/contain;
  width: 960px;
  width: 50vw;
  height: 842px;
  height: 43.85vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_campaign::after {
    width: 80vw;
    height: 65.75vw;
  }
}
.p-top .top_campaign .top_ttl01 {
  text-align: center;
  color: #fff;
}
.p-top .top_campaign .top_ttl01 .top_ttl01--sub {
  display: block;
  color: #FFCB29;
  margin-left: 0;
}
.p-top .top_campaign .top_ttl01.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_campaign .top_ttl01.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.p-top .top_campaign .top_campaign_col {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top .top_campaign .top_campaign_col {
    display: block;
  }
}
.p-top .top_campaign .top_campaign_col > div {
  width: 32%;
  margin-right: 2%;
}
.p-top .top_campaign .top_campaign_col > div:first-child.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_campaign .top_campaign_col > div:first-child.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.p-top .top_campaign .top_campaign_col > div:nth-child(2).js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_campaign .top_campaign_col > div:nth-child(2).js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.p-top .top_campaign .top_campaign_col > div:last-child {
  margin-right: 0;
}
.p-top .top_campaign .top_campaign_col > div:last-child.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_campaign .top_campaign_col > div:last-child.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .p-top .top_campaign .top_campaign_col > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-top .top_campaign .top_campaign_col > div:last-child {
    margin-bottom: 0;
  }
}
.p-top .top_campaign .top_campaign_box {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
.p-top .top_campaign .top_campaign_box a {
  transition: 0.3s all;
}
@media (any-hover: hover) {
  .p-top .top_campaign .top_campaign_box a:hover .top_campaign_thumb img {
    transform: scale(1.1);
  }
  .p-top .top_campaign .top_campaign_box a:hover .top_campaign_detail::before {
    background: url("../images/ico_arrow_blue.svg") no-repeat center/contain;
  }
}
.p-top .top_campaign .top_campaign_box .top_campaign_thumb {
  overflow: hidden;
}
.p-top .top_campaign .top_campaign_box .top_campaign_thumb img {
  display: block;
  width: 100%;
  transition: 0.3s all;
}
.p-top .top_campaign .top_campaign_box .top_campaign_detail {
  padding: 25px 20px 60px;
  position: relative;
}
.p-top .top_campaign .top_campaign_box .top_campaign_detail::before {
  content: "";
  display: block;
  background: url("../images/ico_arrow_white.svg") no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .top_campaign .top_campaign_box .top_campaign_detail {
    padding: 15px 10px 50px;
  }
  .p-top .top_campaign .top_campaign_box .top_campaign_detail::before {
    width: 20px;
    height: 20px;
  }
}
.p-top .top_campaign .top_campaign_btn {
  margin-top: 70px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top .top_campaign .top_campaign_btn {
    margin-top: 40px;
  }
}
.p-top .top_campaign .top_campaign_btn > div {
  max-width: 380px;
  width: 100%;
}
.p-top .top_campaign .top_campaign_btn.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_campaign .top_campaign_btn.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.p-top .top_office .top_ttl01.js-inview {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_office .top_ttl01.js-inview.js-inview_active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.p-top .top_office .top_office_box01 {
  margin-top: -5.5em;
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_box01 {
    margin-top: 0;
  }
}
.p-top .top_office .top_office_box02 {
  overflow: hidden;
  background: #F5F5F5;
  border-radius: 10px;
}
.p-top .top_office .top_office_box02 a {
  transition: 0.3s all;
}
@media (any-hover: hover) {
  .p-top .top_office .top_office_box02 a:hover .top_office_col02 > div:first-child img {
    transform: scale(1.1);
  }
  .p-top .top_office .top_office_box02 a:hover .top_office_col02 > div:last-child::after {
    background: url("../images/ico_arrow_blue.svg") no-repeat center/contain;
  }
}
.p-top .top_office .top_office_btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_btn {
    display: none;
  }
}
.p-top .top_office .top_office_btn.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_office .top_office_btn.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.p-top .top_office .top_office_btn.top_office_btn--sp {
  display: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_btn.top_office_btn--sp {
    display: block;
    margin-top: 25px;
  }
}
.p-top .top_office .top_office_btn.top_office_btn--sp .b-btn02 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_btn.top_office_btn--sp .b-btn02 {
    font-size: 1.7rem;
    width: 100%;
  }
  .p-top .top_office .top_office_btn.top_office_btn--sp .b-btn02 .b-btn02--arrow {
    padding-right: 0;
  }
}
.p-top .top_office .top_office_btn.top_office_btn--sp.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_office .top_office_btn.top_office_btn--sp.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.p-top .top_office .top_office_col {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_col {
    display: block;
  }
}
.p-top .top_office .top_office_col > div {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.p-top .top_office .top_office_col > div:first-child.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_office .top_office_col > div:first-child.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.p-top .top_office .top_office_col > div:nth-child(2).js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_office .top_office_col > div:nth-child(2).js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.p-top .top_office .top_office_col > div:nth-child(3).js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_office .top_office_col > div:nth-child(3).js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.p-top .top_office .top_office_col > div:last-child {
  margin-right: 0;
}
.p-top .top_office .top_office_col > div:last-child.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_office .top_office_col > div:last-child.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}
.p-top .top_office .top_office_col > div:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_col > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-top .top_office .top_office_col > div:last-child {
    margin-bottom: 0;
  }
}
.p-top .top_office .top_office_col02 {
  display: -webkit-flex;
  display: flex;
}
.p-top .top_office .top_office_col02 > div:first-child {
  flex-basis: 350px;
  flex-shrink: 0;
  overflow: hidden;
}
.p-top .top_office .top_office_col02 > div:first-child img {
  display: block;
  transition: 0.3s all;
}
@media screen and (max-width: 1050px) {
  .p-top .top_office .top_office_col02 > div:first-child {
    flex-basis: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_col02 > div:first-child {
    flex-basis: 170px;
  }
}
.p-top .top_office .top_office_col02 > div:last-child {
  width: calc(100% - 350px);
  padding: 30px;
  position: relative;
}
.p-top .top_office .top_office_col02 > div:last-child::after {
  content: "";
  display: block;
  background: url(../images/ico_arrow_white.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 1050px) {
  .p-top .top_office .top_office_col02 > div:last-child {
    width: 100%;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_col02 > div:last-child {
    width: 100%;
    padding: 15px;
  }
  .p-top .top_office .top_office_col02 > div:last-child::after {
    width: 20px;
    height: 20px;
  }
}
.p-top .top_office .top_office_ttl01 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: var(--font-noto);
}
@media screen and (max-width: 768px) {
  .p-top .top_office .top_office_ttl01 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-top .top_office .top_office_ttl01 .top_office_ttl01--sub {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #128CC0;
  letter-spacing: 0.2em;
}
.p-top .top_guide {
  background: url("../../images/bg_guide.jpg") no-repeat left top/cover;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top .top_guide {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-top .top_guide .top_ttl01.js-inview {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_guide .top_ttl01.js-inview.js-inview_active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.p-top .top_guide .top_guide_col {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top .top_guide .top_guide_col {
    display: block;
  }
}
.p-top .top_guide .top_guide_col > div {
  width: 32%;
  margin-right: 2%;
}
.p-top .top_guide .top_guide_col > div:first-child.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_guide .top_guide_col > div:first-child.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.p-top .top_guide .top_guide_col > div:nth-child(2).js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_guide .top_guide_col > div:nth-child(2).js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.p-top .top_guide .top_guide_col > div:last-child {
  margin-right: 0;
}
.p-top .top_guide .top_guide_col > div:last-child.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_guide .top_guide_col > div:last-child.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .p-top .top_guide .top_guide_col > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-top .top_guide .top_guide_col > div:last-child {
    margin-bottom: 0;
  }
}
.p-top .top_guide .top_guide_box {
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.p-top .top_guide .top_guide_box a {
  display: block;
  padding: 60px 10px;
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .p-top .top_guide .top_guide_box a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_guide .top_guide_box a {
    padding: 30px;
  }
}
.p-top .top_guide .top_guide_illust {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .top_guide .top_guide_illust {
    margin-bottom: 20px;
  }
}
.p-top .top_guide .top_guide_ttl {
  font-size: 2rem;
  color: #253EA9;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .top_guide .top_guide_ttl {
    font-size: 1.8rem;
  }
}
.p-top .top_guide .top_guide_ttl .top_guide_ttl--arrow {
  position: relative;
  padding-right: 2.5em;
  display: inline-block;
}
.p-top .top_guide .top_guide_ttl .top_guide_ttl--arrow::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow_blue.svg") no-repeat right/contain;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .top_guide .top_guide_ttl .top_guide_ttl--arrow {
    padding-right: 2.3em;
  }
  .p-top .top_guide .top_guide_ttl .top_guide_ttl--arrow::after {
    width: 1.6em;
    height: 1.6em;
  }
}
.p-top .top_guide .top_guide_btn {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-top .top_guide .top_guide_btn > div {
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .top_guide .top_guide_btn {
    margin-top: 30px;
  }
}
.p-top .top_guide .top_guide_btn .b-btn01 {
  border: none;
}
.p-top .top_guide .top_guide_btn.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_guide .top_guide_btn.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.p-top .top_menu {
  background: #F5F5F5;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top .top_menu {
    padding: 40px 0;
  }
}
.p-top .top_menu .top_menu_col {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.p-top .top_menu .top_menu_col > div {
  width: 32%;
  margin-right: 2%;
}
.p-top .top_menu .top_menu_col > div:first-child.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_menu .top_menu_col > div:first-child.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.p-top .top_menu .top_menu_col > div:nth-child(2).js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_menu .top_menu_col > div:nth-child(2).js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.p-top .top_menu .top_menu_col > div:last-child {
  margin-right: 0;
}
.p-top .top_menu .top_menu_col > div:last-child.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
.p-top .top_menu .top_menu_col > div:last-child.js-inview.js-inview_active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .p-top .top_menu .top_menu_col {
    display: block;
  }
  .p-top .top_menu .top_menu_col > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-top .top_menu .top_menu_col > div:last-child {
    margin-bottom: 0;
  }
}
.p-top .top_menu .top_menu_box {
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.p-top .top_menu .top_menu_box a {
  display: block;
  padding: 45px;
  transition: 0.3s all;
  position: relative;
}
.p-top .top_menu .top_menu_box a::before {
  content: "";
  display: block;
  background: url("../images/ico_arrow_white.svg") no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (any-hover: hover) {
  .p-top .top_menu .top_menu_box a:hover::before {
    background: url("../images/ico_arrow_blue.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top_menu .top_menu_box a {
    padding: 25px 45px 35px;
  }
  .p-top .top_menu .top_menu_box a::before {
    width: 20px;
    height: 20px;
  }
}
.p-top .top_menu .top_menu_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--font-noto);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .top_menu .top_menu_ttl {
    font-size: 2.2rem;
  }
}
.p-top .top_menu .top_menu_ttl .top_menu_ttl--sub {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #128CC0;
  letter-spacing: 0.2em;
  margin-top: 5px;
}

/************************************************

	予約一式で.p-reserveを使用

*************************************************/
.p-reserve .reserve-flow {
  margin: 110px auto 0;
  padding: 0 20px;
  max-width: 836px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-flow {
    max-width: 400px;
    padding: 0 10px;
    margin-top: 80px;
  }
}
.p-reserve .reserve-flow ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-flow ul {
    gap: 0;
    justify-content: space-between;
  }
}
.p-reserve .reserve-flow ul::before {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 2px;
  background: #253EA9;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-flow ul::before {
    height: 1px;
    top: 5px;
    width: calc(100% - 46px);
  }
}
.p-reserve .reserve-flow ul li {
  color: #253EA9;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  padding-top: 40px;
  position: relative;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-flow ul li {
    min-width: 50px;
    font-size: 0.8rem;
    padding-top: 20px;
  }
}
@media screen and (max-width: 349px) {
  .p-reserve .reserve-flow ul li {
    min-width: auto;
  }
}
.p-reserve .reserve-flow ul li::after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #253EA9;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-flow ul li::after {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.p-reserve .reserve-flow ul li.is-currnt::after {
  background: #253EA9;
}
.p-reserve .reserve-title {
  color: #fff;
  background: linear-gradient(to left, #128CC0, #253EA9);
  font-size: 2.6rem;
  font-weight: bold;
  padding: 2px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-title {
    font-size: 2rem;
    padding-left: 45px;
  }
}
.p-reserve .reserve-title::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("/common/images/ico_triangle.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-title::before {
    width: 1em;
    height: 1em;
  }
}
.p-reserve .reserve-title02 {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-title02 {
    font-size: 2rem;
  }
}
.p-reserve .hgroup {
  margin-top: 20px;
  background: #253EA9;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .hgroup {
    padding: 0 10px;
  }
}
.p-reserve .hgroup .hgroup__inner {
  max-width: 1000px;
  padding: 30px 0;
  margin: 0 auto;
  color: #FFCB29;
}
@media screen and (max-width: 768px) {
  .p-reserve .hgroup .hgroup__inner {
    padding: 20px 0;
  }
}
.p-reserve .hgroup .hgroup__inner .hgroup__h {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .hgroup .hgroup__inner .hgroup__h {
    font-size: 2rem;
  }
}
.p-reserve .hgroup .hgroup__inner .hgroup__text {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-reserve .hgroup .hgroup__inner .hgroup__text {
    font-size: 1.3rem;
  }
}
.p-reserve .contents-box {
  padding: 80px 20px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p-reserve .contents-box {
    padding: 30px 10px 0;
  }
}
.p-reserve .contents-box .contents-box__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-reserve .contents-box.contents-box--date {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-reserve .contents-box.contents-box--date {
    padding-bottom: 40px;
  }
}
.p-reserve .contents-box.contents-box--low {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .contents-box.contents-box--low {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-reserve .contents-box.contents-box--white {
  background: #fff;
  padding: 50px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-reserve .contents-box.contents-box--white {
    padding: 20px 10px 0;
  }
}
.p-reserve .emphasis {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .emphasis {
    font-size: 1.8rem;
  }
}
.p-reserve .reserve-box {
  background: #fff;
  border: 2px solid #253EA9;
  padding: 20px;
  border-radius: 5px;
}
.p-reserve .reserve-box.reserve-box--has_arrow {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box.reserve-box--has_arrow {
    margin-top: 30px;
  }
}
.p-reserve .reserve-box.reserve-box--has_arrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: #253EA9;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box.reserve-box--has_arrow::before {
    width: 30px;
    height: 15px;
    top: -24px;
  }
}
.p-reserve .reserve-box .reserve-box__2col {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__2col {
    display: block;
  }
}
.p-reserve .reserve-box .reserve-box__2col .reserve-box__title {
  flex-shrink: 0;
  width: 3em;
  margin-right: 40px;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__2col .reserve-box__title {
    font-size: 2rem;
  }
}
.p-reserve .reserve-box .reserve-box__2col .reserve-box__title::before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #128CC0;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__2col .reserve-box__title::before {
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__2col .b-select {
    margin-top: 5px;
  }
}
.p-reserve .reserve-box .reserve-box__2col .b-select.select--store {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__2col .b-select.select--store {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__2col .b-calenter input {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
  }
}
.p-reserve .reserve-box .reserve-box__2col02 {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__2col02 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-reserve .reserve-box .reserve-box__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 40px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__inputs {
    margin-top: 10px;
    flex-direction: column;
  }
}
.p-reserve .reserve-box .reserve-box__inputs .reserve-box__inputs__unit {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__inputs .reserve-box__inputs__unit {
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-reserve .reserve-box .reserve-box__inputs .reserve-box__inputs__label {
  font-size: 1.8rem;
  flex-shrink: 0;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve-box .reserve-box__inputs .reserve-box__inputs__label {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_lead {
    font-size: 1.4rem;
  }
}
.p-reserve .campaign {
  padding: 100px 50px;
}
@media screen and (max-width: 768px) {
  .p-reserve .campaign {
    padding: 40px 0;
  }
}
.p-reserve .campaign .campaign__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-reserve .campaign .campaign__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .campaign .campaign__title {
    font-size: 2.5rem;
  }
}
.p-reserve .campaign .campaign__title_en {
  font-size: 1.5rem;
  text-align: center;
  color: #128CC0;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-reserve .campaign .campaign__title_en {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.p-reserve .campaign .campaign__slider {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-reserve .campaign .campaign__slider {
    margin-top: 20px;
  }
}
.p-reserve .campaign .campaign__slider .campaign__slider__slide {
  margin: 0 10px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-reserve .campaign .campaign__slider .campaign__slider__slide {
    margin: 0 5px;
    border-radius: 10px;
  }
}
.p-reserve .campaign .campaign__slider .campaign__slider__slide a {
  display: block;
  transition: 0.3s all;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-reserve .campaign .campaign__slider .campaign__slider__slide a:hover .campaign__slider__thumb img {
    transform: scale(1.1);
  }
  .p-reserve .campaign .campaign__slider .campaign__slider__slide a:hover .campaign__slider_detail::before {
    background: url("../images/ico_arrow_blue.svg") no-repeat center/contain;
  }
}
.p-reserve .campaign .campaign__slider .campaign__slider__slide .campaign__slider__thumb {
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-reserve .campaign .campaign__slider .campaign__slider__slide .campaign__slider__thumb::after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 67%, rgba(128, 128, 128, 0.2) 100%);
  width: 100%;
  height: 150px;
  height: 7.812vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s all;
}
.p-reserve .campaign .campaign__slider .campaign__slider__slide .campaign__slider__thumb img {
  width: 100%;
  height: auto;
  transition: 0.3s all;
}
.p-reserve .campaign .campaign__slider .campaign__slider__slide .campaign__slider_detail {
  padding: 15px 15px 50px;
  position: relative;
}
.p-reserve .campaign .campaign__slider .campaign__slider__slide .campaign__slider_detail::before {
  content: "";
  display: block;
  background: url("../images/ico_arrow_white.svg") no-repeat center/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.p-reserve .campaign .campaign__slider .campaign__slider__slide .campaign__slider__ttl {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-reserve .campaign .campaign__slider .slick-prev, .p-reserve .campaign .campaign__slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 8;
  cursor: pointer;
}
.p-reserve .campaign .campaign__slider .slick-prev::before, .p-reserve .campaign .campaign__slider .slick-next::before {
  content: none;
}
.p-reserve .campaign .campaign__slider .slick-prev {
  left: -50px;
  background: url("../images/img_arrow--left.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-reserve .campaign .campaign__slider .slick-prev {
    left: 10px;
  }
}
.p-reserve .campaign .campaign__slider .slick-next {
  right: -50px;
  background: url("../images/img_arrow--right.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-reserve .campaign .campaign__slider .slick-next {
    right: 10px;
  }
}
.p-reserve .reserve_btn {
  margin-top: 40px;
  width: 100%;
  padding: 0 20px;
}
.p-reserve .reserve_btn .b-btn01 {
  max-width: 380px;
  border: 1px solid #253EA9;
  margin: 0 auto;
}
.p-reserve .note {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .note {
    font-size: 1.2rem;
  }
}
.p-reserve.p-step2 .b-footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-step2 .b-footer {
    margin-top: 60px;
  }
}
.p-reserve .step2__2col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-reserve .step2__2col {
    flex-direction: column;
    align-items: center;
  }
}
.p-reserve .step2__2col .step2__2col_l {
  display: flex;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-reserve .step2__2col .step2__2col_l {
    display: block;
    margin-right: 0;
  }
}
.p-reserve .step2__2col .step2__2col__col:first-of-type {
  position: relative;
  margin-right: 55px;
}
@media screen and (max-width: 768px) {
  .p-reserve .step2__2col .step2__2col__col:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-reserve .step2__2col .step2__2col__col:first-of-type::after {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  background: #253EA9;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-reserve .step2__2col .step2__2col__col:first-of-type::after {
    width: 10px;
    height: 20px;
    top: inherit;
    bottom: -27px;
    right: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-reserve .step2__2col .step2__2col__title {
  font-size: 1.8rem;
  color: #253EA9;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .step2__2col .step2__2col__title {
    font-size: 1.6rem;
  }
}
.p-reserve .step2__2col .step2__2col__oneway {
  color: #FF0000;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .step2__2col .step2__2col__oneway {
    font-size: 1.4rem;
  }
}
.p-reserve .step2__2col .step2__dl {
  margin-top: 5px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-reserve .step2__2col .step2__dl {
    font-size: 1.4rem;
  }
}
.p-reserve .step2__2col .step2__dl dt {
  flex-shrink: 0;
}
.p-reserve .step2__2col .b-btn04 {
  flex-shrink: 0;
  margin: auto 20px;
  width: 100%;
  max-width: 160px;
}
.p-reserve .car-select {
  padding: 40px;
  padding-bottom: 80px;
  border-bottom: 2px solid #253EA9;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select {
    padding: 20px 0;
  }
}
.p-reserve .car-select .car-select__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__box {
    display: block;
  }
}
.p-reserve .car-select .car-select__box.is-disabled .car-select__photo_cover {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-reserve .car-select .car-select__box + .car-select__box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #cfcfcf;
}
.p-reserve .car-select .car-select__photo {
  width: 43%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__photo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-reserve .car-select .car-select__photo figure img {
  width: 100%;
}
.p-reserve .car-select .car-select__class {
  font-size: 1.8rem;
  font-weight: bold;
  background: #DEDEDE;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 6px;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__class {
    font-size: 1.6rem;
  }
}
.p-reserve .car-select .car-select__photo_cover {
  display: none;
}
.p-reserve .car-select .car-select__details {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__details {
    width: 100%;
    margin-top: 10px;
  }
}
.p-reserve .car-select .car-select__name {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__name {
    font-size: 1.2rem;
  }
}
.p-reserve .car-select .car-select__name span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__name span {
    font-size: 1.6rem;
  }
}
.p-reserve .car-select .car-select__icons {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-reserve .car-select .car-select__icon {
  border: 1px solid;
  padding: 0 20px;
  font-size: 1.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__icon {
    font-size: 1.2rem;
  }
}
.p-reserve .car-select .car-select__icon.car-select__icon--blue {
  color: #fff;
  font-weight: bold;
  background: #128CC0;
  border-color: #128CC0;
}
.p-reserve .car-select .car-select__icon.car-select__icon--red {
  color: #FF0000;
}
.p-reserve .car-select .car-select__icon.car-select__icon--green {
  color: #168F10;
}
.p-reserve .car-select .car-select__price_box {
  margin-top: 25px;
  background: #F5F5F5;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__price_box {
    margin-top: 15px;
  }
}
.p-reserve .car-select .car-select__price {
  display: flex;
  align-items: baseline;
}
.p-reserve .car-select .car-select__price dt {
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__price dt {
    font-size: 1.4rem;
  }
}
.p-reserve .car-select .car-select__price dd {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__price dd {
    font-size: 1.4rem;
  }
}
.p-reserve .car-select .car-select__price dd span {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__price dd span {
    font-size: 2rem;
  }
}
.p-reserve .car-select .car-select__cp_price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  color: #FF0000;
  margin-top: 10px;
  padding-top: 0;
  border-top: 1px solid #cfcfcf;
}
.p-reserve .car-select .car-select__cp_price dt {
  font-weight: bold;
  margin-right: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__cp_price dt {
    font-size: 1.6rem;
    margin-right: 10px;
  }
}
.p-reserve .car-select .car-select__cp_price dd {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__cp_price dd {
    font-size: 1.4rem;
  }
}
.p-reserve .car-select .car-select__cp_price dd span {
  font-size: 3.6rem;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__cp_price dd span {
    font-size: 2.8rem;
  }
}
.p-reserve .car-select .car-select__hs_note {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__hs_note {
    font-size: 1.2rem;
  }
}
.p-reserve .car-select .car-select__cp_link {
  text-align: right;
  margin-top: 5px;
}
.p-reserve .car-select .car-select__cp_link a {
  display: inline-block;
  color: #253EA9;
  text-decoration: underline;
  font-size: 1.5rem;
  position: relative;
  padding-right: 25px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-reserve .car-select .car-select__cp_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .car-select .car-select__cp_link a {
    font-size: 1.2rem;
  }
}
.p-reserve .car-select .car-select__cp_link a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/common/images/ico_arrow_link.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-reserve.p-outside_hours .b-footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-outside_hours .b-footer {
    margin-top: 50px;
  }
}
.p-reserve.p-outside_hours .outside_hours__text01 {
  text-align: center;
  color: #FF0000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-outside_hours .outside_hours__text01 {
    font-size: 1.4rem;
  }
}
.p-reserve.p-outside_hours .outside_hours__text02 {
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-outside_hours .outside_hours__text02 {
    font-size: 1.2rem;
  }
}
.p-reserve.p-outside_hours .outside_hours__2col {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-outside_hours .outside_hours__2col {
    margin-top: 20px;
    flex-direction: column;
    gap: 0;
  }
}
.p-reserve.p-outside_hours .outside_hours__store {
  color: #fff;
  font-weight: bold;
  background: #253EA9;
  padding: 2px 10px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-outside_hours .outside_hours__store {
    font-size: 1.4rem;
  }
}
.p-reserve.p-outside_hours .outside_hours__tell a {
  font-weight: bold;
  color: #253EA9;
  font-size: 2.4rem;
  display: block;
  position: relative;
  padding-left: 23px;
}
.p-reserve.p-outside_hours .outside_hours__tell a::before {
  content: "";
  display: block;
  background: url(../images/ico_tel.svg) no-repeat left center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-reserve.p-step3 .b-footer {
  margin-top: 120px;
}
.p-reserve.p-step3 .step3_contents-box01 {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-step3 .step3_contents-box01 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p-reserve .reserve_table_dl > dl {
  display: flex;
  border-bottom: 1px solid #CFCFCF;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl > dl {
    display: block;
    border-bottom: none;
  }
}
.p-reserve .reserve_table_dl > dl > dt {
  background: #F5F5F5;
  padding: 15px;
  width: 300px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl > dl > dt {
    width: 100%;
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}
.p-reserve .reserve_table_dl > dl > dt .is-required__ico {
  font-size: 1.3rem;
  background: #FFCB29;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl > dl > dt .is-required__ico {
    font-size: 1.1rem;
  }
}
.p-reserve .reserve_table_dl > dl > dd {
  width: 100%;
  padding: 15px 0 15px 25px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl > dl > dd {
    padding: 10px;
  }
}
.p-reserve .reserve_table_dl > dl.is-total {
  border-bottom: none;
  justify-content: flex-end;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl > dl.is-total {
    border-top: 1px solid #CFCFCF;
    padding-top: 10px;
  }
}
.p-reserve .reserve_table_dl > dl.is-total > dt {
  background: #fff;
  width: auto;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl > dl.is-total > dt {
    justify-content: flex-start;
    font-size: 1.6rem;
  }
}
.p-reserve .reserve_table_dl > dl.is-total > dd {
  padding: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl > dl.is-total > dd {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 0 5px;
    font-size: 1.4rem;
  }
}
.p-reserve .reserve_table_dl > dl.is-total > dd span {
  font-size: 3.6rem;
  font-weight: bold;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl > dl.is-total > dd span {
    line-height: 1.3;
    font-size: 2.6rem;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__note {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__note {
    font-size: 1.2rem;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__2col {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__2col {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__2col.b-mt30 {
    margin-top: 20px !important;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__2col .reserve_table_dl__2col_col {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__2col .reserve_table_dl__2col_col {
    font-size: 1.4rem;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__2col .reserve_table_dl__2col_col:first-child {
  flex-shrink: 0;
  width: 3em;
}
.p-reserve .reserve_table_dl .reserve_table_dl__subtext {
  width: 100%;
  font-size: 1.2rem;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__subtext {
    font-size: 1rem;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__body {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__body {
    padding-left: 0;
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__body + .reserve_table_dl__body {
  border-top: 1px solid #CFCFCF;
  margin-top: 15px;
  padding-top: 15px;
}
.p-reserve .reserve_table_dl .reserve_table_dl__body .reserve_table_dl__body__l {
  margin-right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__body .reserve_table_dl__body__l {
    font-size: 1.4rem;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__body .reserve_table_dl__body__r {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__body .reserve_table_dl__body__r {
    font-size: 1.4rem;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__body.is-no_line {
  border: none;
  padding-top: 0;
  margin-top: -5px;
}
.p-reserve .reserve_table_dl .reserve_table_dl__body .reserve_table_dl__valu {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__body .reserve_table_dl__valu {
    font-size: 1.6rem;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__3item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_table_dl__3item {
    justify-content: flex-end;
    width: 170px;
  }
}
.p-reserve .reserve_table_dl .reserve_table_dl__3item .reserve_table_dl__valu {
  margin-bottom: 0.1em;
}
.p-reserve .reserve_table_dl .reserve_mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl .reserve_mt40 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_table_dl.step3_dl .reserve_table_dl__body__l {
    width: 49%;
    margin-right: 2%;
  }
  .p-reserve .reserve_table_dl.step3_dl .reserve_table_dl__body__r {
    width: 49%;
  }
}
.p-reserve .reserve_attention {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_attention {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.p-reserve .billing_details {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-reserve .billing_details {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-reserve .confirm_contents + .confirm_contents {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents + .confirm_contents {
    margin-top: 40px;
  }
}
.p-reserve .confirm_contents .confirm_contents__title {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__title {
    font-size: 2rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__title02 {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__title02 {
    font-size: 1.8rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__table {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table {
    padding: 15px;
  }
}
.p-reserve .confirm_contents .confirm_contents__table > dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table > dl {
    display: block;
  }
}
.p-reserve .confirm_contents .confirm_contents__table > dl + dl {
  border-top: 1px solid #cfcfcf;
}
.p-reserve .confirm_contents .confirm_contents__table > dl dt {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table > dl dt {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table > dl dt span {
    display: block;
  }
}
.p-reserve .confirm_contents .confirm_contents__table > dl dt span:first-child {
  min-width: 170px;
  display: inline-block;
}
.p-reserve .confirm_contents .confirm_contents__table > dl dt span:last-child {
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table > dl dt span:last-child {
    font-size: 1.4rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__table > dl dd {
  padding: 10px 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table > dl dd {
    text-align: right;
    padding-top: 0;
    font-size: 1.4rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__table > dl dd span {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table > dl dd span {
    font-size: 1.8rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__table > dl.is-total {
  gap: 30px;
  justify-content: flex-end;
  align-items: baseline;
}
.p-reserve .confirm_contents .confirm_contents__table > dl.is-total dt {
  margin: 0;
  min-width: 0;
}
.p-reserve .confirm_contents .confirm_contents__table > dl.is-total dt span:first-child {
  min-width: 0;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table > dl.is-total dt span:first-child {
    font-size: 1.6rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__table > dl.is-total dd {
  margin: 0;
}
.p-reserve .confirm_contents .confirm_contents__table > dl.is-total dd span {
  font-size: 3.6rem;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__table > dl.is-total dd span {
    font-size: 2.6rem;
  }
}
.p-reserve .confirm_contents .confirm_note li {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_note li {
    font-size: 1.4rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment {
  margin-top: 20px;
  background-color: #fff;
  border: 2px solid #253EA9;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment {
    margin-top: 10px;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_head {
  position: relative;
  cursor: pointer;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_head {
    padding: 10px;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_head.is-opend .payment_acc__btn::after {
  transform: translateX(-50%) rotate(90deg);
}
.p-reserve .confirm_contents .confirm_contents__payment .payment__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment__ttl {
    font-size: 1.4rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_acc__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_acc__btn {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_acc__btn::before, .p-reserve .confirm_contents .confirm_contents__payment .payment_acc__btn::after {
  content: "";
  background-color: #253EA9;
  position: absolute;
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_acc__btn::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_acc__btn::before {
    height: 1px;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_acc__btn::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_acc__btn::after {
    width: 1px;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content {
  padding: 25px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_content {
    padding: 15px;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li {
    display: block;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li:nth-child(n+2) {
  border-top: 1px solid #CFCFCF;
  margin-top: 20px;
  padding-top: 20px;
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_content_lists__name {
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0;
  color: #253EA9;
  width: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_content_lists__name {
    width: 100%;
    min-width: auto;
    font-size: 1.4rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_content_lists__detail {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_content_lists__detail {
    font-size: 1.4rem;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_detail_lists {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_detail_lists {
    margin-top: 10px;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_detail_lists li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_detail_lists li {
    width: 60px;
  }
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_detail_lists li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  position: absolute;
  top: 0;
  left: -1px;
}
.p-reserve .confirm_contents .confirm_contents__payment .payment_content .payment_content_lists > li .payment_detail_lists li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.p-reserve .confirm_contents .confirm_contents_cancel .cancel__txt {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents_cancel .cancel__txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.p-reserve .confirm_contents .confirm_contents_cancel .cancel_lists {
  border: 1px solid #CFCFCF;
  max-width: 360px;
}
.p-reserve .confirm_contents .confirm_contents_cancel .cancel_lists .cancel_lists__item {
  display: flex;
  align-items: center;
}
.p-reserve .confirm_contents .confirm_contents_cancel .cancel_lists .cancel_lists__item + .cancel_lists__item {
  border-top: 1px solid #CFCFCF;
}
.p-reserve .confirm_contents .confirm_contents_cancel .cancel_lists .cancel_lists__item dt {
  width: 40%;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents_cancel .cancel_lists .cancel_lists__item dt {
    font-size: 1.4rem;
    width: 35%;
  }
}
.p-reserve .confirm_contents .confirm_contents_cancel .cancel_lists .cancel_lists__item dd {
  width: 60%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_contents .confirm_contents_cancel .cancel_lists .cancel_lists__item dd {
    font-size: 1.4rem;
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .p-reserve .note_noindent li {
    font-size: 1.4rem;
  }
}
.p-reserve .reserve_complete {
  position: relative;
  padding-top: 100px;
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_complete {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.p-reserve .reserve_complete::before {
  content: "";
  background-image: url("../images/ico_check.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_complete::before {
    width: 40px;
    height: 40px;
  }
}
.p-reserve .reserve_complete .reserve_complete__ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #253EA9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_complete .reserve_complete__ttl {
    font-size: 2rem;
  }
}
.p-reserve .reserve_complete .reserve_complete__ttl + .reserve_complete__ttl {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_complete .reserve_complete__ttl + .reserve_complete__ttl {
    margin-top: 0;
  }
}
.p-reserve .reserve_complete .reserve_complete__txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-reserve .reserve_complete .reserve_complete__txt {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.p-reserve .reserve_complete .reserve_complete__txt .txt-blue {
  color: #253EA9;
}
.p-reserve .confirm_txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reserve .confirm_txt {
    font-size: 1.6rem;
  }
}
.p-reserve .complete_attention {
  border: 2px solid #253EA9;
  padding: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-reserve .complete_attention {
    padding: 10px;
    margin-top: 30px;
  }
}
.p-reserve .complete_attention .complete_attention__txt {
  position: relative;
  padding-left: 1.8em;
}
@media screen and (max-width: 768px) {
  .p-reserve .complete_attention .complete_attention__txt {
    font-size: 1.4rem;
    padding-left: 1.5em;
  }
}
.p-reserve .complete_attention .complete_attention__txt::before {
  content: "";
  background-image: url("../images/ico_attention.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-reserve .complete_attention .complete_attention__txt::before {
    width: 15px;
    height: 15px;
  }
}
.p-reserve .complete_attention .txt-blue {
  color: #253EA9;
}
.p-reserve .complete_btn {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-reserve .complete_btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .p-reserve .complete_btn.b-btn_2col {
    flex-direction: column;
  }
}
.p-reserve .complete_btn .b-btn01 {
  border: 1px solid #253EA9;
}
.p-reserve.p-step3 .b-footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-step3 .b-footer {
    margin-top: 50px;
  }
}
.p-reserve.p-step4 .b-footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-step4 .b-footer {
    margin-top: 50px;
  }
}
.p-reserve.p-confirm .b-footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-confirm .b-footer {
    margin-top: 50px;
  }
}
.p-reserve.p-complete .b-footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-reserve.p-complete .b-footer {
    margin-top: 50px;
  }
}
.p-reserve .b-btn_line {
  display: none;
}

.p-campaign .contents_box {
  margin: 80px auto 0;
  max-width: 1620px;
}
@media screen and (max-width: 768px) {
  .p-campaign .contents_box {
    margin-top: 30px;
  }
}
.p-campaign .lead {
  text-align: center;
  color: #253EA9;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-campaign .lead {
    font-size: 1.8rem;
  }
}
.p-campaign .campaign_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 80px 2%;
}
@media screen and (max-width: 768px) {
  .p-campaign .campaign_list {
    margin-top: 20px;
    flex-direction: column;
    gap: 15px 0;
  }
}
.p-campaign .campaign_list li {
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}
@media screen and (max-width: 768px) {
  .p-campaign .campaign_list li {
    width: 100%;
  }
}
.p-campaign .campaign_list li a {
  display: block;
}
@media (any-hover: hover) {
  .p-campaign .campaign_list li a:hover .campaign_list__thumb img {
    transform: scale(1.1);
  }
  .p-campaign .campaign_list li a:hover .campaign_list_detail::before {
    background: url("../images/ico_arrow_blue.svg") no-repeat center/contain;
  }
}
.p-campaign .campaign_list .campaign_list__thumb img {
  width: 100%;
  transition: 0.3s all;
}
.p-campaign .campaign_list .campaign_list_detail {
  padding: 25px 20px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-campaign .campaign_list .campaign_list_detail {
    padding: 15px 10px 50px;
  }
}
.p-campaign .campaign_list .campaign_list_detail::before {
  content: "";
  display: block;
  background: url("../images/ico_arrow_white.svg") no-repeat center/contain;
  width: 29px;
  height: 29px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .p-campaign .campaign_list .campaign_list_detail::before {
    width: 20px;
    height: 20px;
  }
}
.p-campaign .campaign_list .campaign_list__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-campaign .campaign_list .campaign_list__ttl {
    font-size: 1.4rem;
  }
}
.p-campaign .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-campaign .b-footer {
    margin-top: 50px;
  }
}

.p-campaign_detail .hgroup {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .hgroup {
    padding: 0 10px;
  }
}
.p-campaign_detail .hgroup .hgroup__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-campaign_detail .hgroup .hgroup__h {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .hgroup .hgroup__h {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-campaign_detail .hgroup .hgroup__text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .hgroup .hgroup__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}
.p-campaign_detail .visual {
  margin-top: 30px;
  text-align: center;
  background-image: url("../images/campaign_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 45%;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .visual {
    background: none;
  }
}
.p-campaign_detail .contents {
  margin: 80px auto 0;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .contents {
    margin-top: 40px;
  }
}
.p-campaign_detail .term .term__text {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .term .term__text {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.p-campaign_detail .term .term__box {
  margin-top: 20px;
  background: #F5F5F5;
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .term .term__box {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
.p-campaign_detail .term .term__box > * {
  margin-top: 10px;
}
.p-campaign_detail .store {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .store {
    margin-top: 10px;
  }
}
.p-campaign_detail .store li {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .store li {
    font-size: 1.4rem;
  }
}
.p-campaign_detail .store li::after {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.p-campaign_detail .store li:last-child::after {
  display: none;
}
.p-campaign_detail .car-type .car-type__category {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__category {
    margin-top: 20px;
  }
}
.p-campaign_detail .car-type .car-type__box {
  background: #F5F5F5;
  padding: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__box {
    padding: 20px;
    margin-top: 5px;
  }
}
.p-campaign_detail .car-type .car-type__unit {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__unit {
    padding: 15px;
    border-radius: 10px;
  }
}
.p-campaign_detail .car-type .car-type__unit + .car-type__unit {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__unit + .car-type__unit {
    margin-top: 20px;
  }
}
.p-campaign_detail .car-type .car-type__2col {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__2col {
    display: block;
  }
}
.p-campaign_detail .car-type .car-type__photo {
  width: 39.6%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__photo {
    width: 100%;
  }
}
.p-campaign_detail .car-type .car-type__photo img {
  width: 100%;
}
.p-campaign_detail .car-type .car-type__class {
  background: #dedede;
  width: fit-content;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__class {
    font-size: 1.4rem;
  }
}
.p-campaign_detail .car-type .car-type__name {
  font-weight: bold;
  font-size: 1.5rem;
}
.p-campaign_detail .car-type .car-type__name span {
  font-size: 1.8rem;
  margin-right: 0.3em;
}
.p-campaign_detail .car-type .car-type__discription {
  display: flex;
  gap: 6px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__discription {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__discription dl {
    width: 49%;
  }
}
.p-campaign_detail .car-type .car-type__discription dt {
  padding: 3px 20px;
  background: #128CC0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__discription dt {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }
}
.p-campaign_detail .car-type .car-type__discription dd {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__discription dd {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.p-campaign_detail .car-type .car-type__icons {
  margin-top: 17px;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__icons {
    flex-direction: column;
    gap: 10px;
  }
}
.p-campaign_detail .car-type .car-type__icon {
  font-size: 1.4rem;
  padding: 1px 20px;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__icon {
    text-align: center;
  }
}
.p-campaign_detail .car-type .car-type__icon.car-type__icon--red {
  color: #FF0000;
}
.p-campaign_detail .car-type .car-type__icon.car-type__icon--green {
  color: #168F10;
}
.p-campaign_detail .car-type .car-type__table_wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__table_wrapper {
    overflow-x: scroll;
    margin-top: 40px;
  }
}
.p-campaign_detail .car-type .car-type__table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__table {
    width: 700px;
  }
}
.p-campaign_detail .car-type .car-type__table th,
.p-campaign_detail .car-type .car-type__table td {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  padding: 5px;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__table th,
  .p-campaign_detail .car-type .car-type__table td {
    font-size: 1.2rem;
  }
}
.p-campaign_detail .car-type .car-type__table th span,
.p-campaign_detail .car-type .car-type__table td span {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__table th span,
  .p-campaign_detail .car-type .car-type__table td span {
    font-size: 1.4rem;
  }
}
.p-campaign_detail .car-type .car-type__table .car-type__table__head {
  background: #F5F5F5;
}
.p-campaign_detail .car-type .car-type__table .car-type__table__cp {
  color: #FF0000;
}
.p-campaign_detail .car-type .car-type__table .car-type__table__cp th {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__table .car-type__table__cp th {
    font-size: 1.4rem;
  }
}
.p-campaign_detail .car-type .car-type__table .car-type__table__basic th {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__table .car-type__table__basic th {
    font-size: 1.4rem;
  }
}
.p-campaign_detail .car-type .car-type__table__note {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .car-type .car-type__table__note {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.p-campaign_detail .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-campaign_detail .b-footer {
    margin-top: 50px;
  }
}

.p-charge .contents_box {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-charge .contents_box {
    margin-top: 30px;
  }
}
.p-charge .type_wrapper {
  background-color: #F5F5F5;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .p-charge .type_wrapper {
    padding: 40px 10px;
  }
}
.p-charge .type {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.p-charge .type .type__read {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-charge .type .type__read {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-charge .type .type__box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-charge .type .type__box {
    margin-top: 40px;
  }
}
.p-charge .type .type__lists {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-charge .type .type__lists {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.p-charge .type .type__lists li {
  width: 32.5%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-charge .type .type__lists li {
    width: 49%;
  }
}
@media screen and (max-width: 460px) {
  .p-charge .type .type__lists li {
    width: 100%;
  }
}
.p-charge .type .type__lists li a {
  display: block;
  cursor: pointer;
  position: relative;
}
@media (any-hover: hover) {
  .p-charge .type .type__lists li a:hover picture::before {
    right: 5px;
  }
  .p-charge .type .type__lists li a:hover picture::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 67%, rgba(255, 255, 255, 0.2) 100%);
  }
}
.p-charge .type .type__lists li picture {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
}
.p-charge .type .type__lists li picture::before {
  content: "";
  background-image: url("../images/ico_arrow_yellow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .p-charge .type .type__lists li picture::before {
    width: 30px;
    height: 30px;
  }
}
.p-charge .type .type__lists li picture::after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 67%, rgba(128, 128, 128, 0.2) 100%);
  width: 100%;
  height: 150px;
  height: 7.812vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.p-charge .type .type__lists li picture img {
  width: 100%;
  height: auto;
}
.p-charge .type .type__lists li .type__lists_text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-charge .type .type__lists li .type__lists_text {
    font-size: 1.6rem;
  }
}
.p-charge .type .type__lists li .type__lists_text span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-charge .type .type__lists li .type__lists_text span {
    font-size: 1.3rem;
  }
}
.p-charge .fee {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee {
    margin-bottom: 50px;
  }
}
.p-charge .fee .fee__raed {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #253EA9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee__raed {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.p-charge .fee .fee_formula {
  margin: 40px auto 0;
  max-width: 1126px;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.p-charge .fee .fee_formula .fee_formula_top {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula_top {
    display: block;
  }
}
.p-charge .fee .fee_formula .fee_formula__box01 {
  background-color: #E8E8E8;
  padding: 25px;
  border-radius: 5px;
  width: 22.2%;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__box01 {
    width: 100%;
  }
}
.p-charge .fee .fee_formula .fee_formula__box01 p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px;
  background-color: #3870A8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__box01 p {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}
.p-charge .fee .fee_formula .fee_formula__box02 {
  background-color: #E8E8E8;
  padding: 25px;
  border-radius: 5px;
  width: 73.3%;
  display: flex;
  margin-left: 50px;
  gap: 0 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__box02 {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    flex-direction: column;
    gap: 10px 0;
  }
}
.p-charge .fee .fee_formula .fee_formula__box02::before {
  content: "";
  background-image: url("../images/ico_plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__box02::before {
    width: 20px;
    height: 21px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-charge .fee .fee_formula .fee_formula__box02 p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px;
  background-color: #2BA7A3;
  color: #fff;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__box02 p {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}
.p-charge .fee .fee_formula .fee_formula__bottom {
  background-color: #4160E6;
  padding: 16px 10px 23px;
  border-radius: 5px;
  margin-top: 66px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__bottom {
    padding: 10px;
    margin-top: 45px;
  }
}
.p-charge .fee .fee_formula .fee_formula__bottom::before {
  content: "";
  background-color: #FFCB2A;
  width: 130px;
  height: 26px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__bottom::before {
    width: 65px;
    height: 15px;
    top: -30px;
  }
}
.p-charge .fee .fee_formula .fee_formula__bottom p {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__bottom p {
    font-size: 1.6rem;
  }
}
.p-charge .fee .fee_formula .fee_formula__bottom p span {
  font-size: 3rem;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_formula .fee_formula__bottom p span {
    font-size: 1.8rem;
  }
}
.p-charge .fee .fee_box__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_box__wrapper {
    flex-direction: column;
  }
}
.p-charge .fee .fee_box__wrapper .fee_box {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_box__wrapper .fee_box {
    width: 100%;
  }
}
.p-charge .fee .fee_box {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_box {
    margin-top: 40px;
  }
}
.p-charge .fee .fee_box .fee_box_link {
  margin-top: 10px;
}
.p-charge .fee .fee_box .fee_box_link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #253EA9;
  border-radius: 5px;
  position: relative;
}
.p-charge .fee .fee_box .fee_box_link a::after {
  content: "";
  background-image: url("../images/ico_arrow_blue03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_box .fee_box_link a::after {
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 5px;
  }
}
@media (any-hover: hover) {
  .p-charge .fee .fee_box .fee_box_link a:hover::after {
    background-image: url("../images/ico_arrow_white03.svg");
    border: none;
  }
  .p-charge .fee .fee_box .fee_box_link a:hover img {
    transform: scale(1.1);
  }
}
.p-charge .fee .fee_box .fee_box_link a .fee_box_link__img {
  overflow: hidden;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_box .fee_box_link a .fee_box_link__img {
    width: 30%;
  }
}
.p-charge .fee .fee_box .fee_box_link a img {
  border-radius: 5px 0 0 5px;
  transition: transform 0.3s;
  width: 100%;
}
.p-charge .fee .fee_box .fee_box_link a p {
  color: #fff;
  width: 60%;
  padding-right: 56px;
}
@media screen and (max-width: 980px) {
  .p-charge .fee .fee_box .fee_box_link a p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_box .fee_box_link a p {
    width: 65%;
    padding-right: 34px;
  }
}
.p-charge .fee .fee_box .fee_box__read {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_box .fee_box__read {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-charge .fee .fee_box .fee_box__notes {
  margin-top: 20px;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_box .fee_box__notes {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.p-charge .fee .fee_oneway {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_oneway {
    margin-top: 20px;
  }
}
.p-charge .fee .fee_oneway .fee_oneway__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_oneway .fee_oneway__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .p-charge .fee .fee_oneway .fee_oneway_table__wrapper {
    overflow-x: scroll;
  }
}
.p-charge .fee .fee_oneway .fee_oneway_table {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-charge .fee .fee_oneway .fee_oneway_table {
    width: 621px;
  }
}
.p-charge .fee .fee_oneway .fee_oneway_table th {
  background-color: rgba(18, 140, 192, 0.2);
  width: 11%;
  height: 4em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CFCFCF;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_oneway .fee_oneway_table th {
    font-size: 1.4rem;
  }
}
.p-charge .fee .fee_oneway .fee_oneway_table td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_oneway .fee_oneway_table td {
    font-size: 1.4rem;
  }
}
.p-charge .fee .fee_oneway .fee_oneway_table .border {
  border: 1px solid #CFCFCF;
}
.p-charge .fee .fee_oneway .fee_oneway_table .border_none {
  border: none;
}
.p-charge .fee .fee_oneway .fee_oneway_table__notes {
  display: none;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-charge .fee .fee_oneway .fee_oneway_table__notes {
    display: block;
    font-size: 1.1rem;
  }
}
.p-charge .fee .fee_oneway .fee_oneway__notes {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_oneway .fee_oneway__notes {
    font-size: 1.2rem;
  }
}
.p-charge .fee .fee_area {
  margin-top: 20px;
}
.p-charge .fee .fee_area .fee_area__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_area .fee_area__text {
    font-size: 1.2rem;
  }
}
.p-charge .fee .fee_area .fee_area__lists {
  margin-top: 10px;
  display: flex;
}
.p-charge .fee .fee_area .fee_area__lists .fee_area__lists_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #CFCFCF;
  width: 188px;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_area .fee_area__lists .fee_area__lists_item {
    width: 50%;
  }
}
.p-charge .fee .fee_area .fee_area__lists .fee_area__lists_item + .fee_area__lists_item {
  border-left: none;
}
.p-charge .fee .fee_area .fee_area__lists .fee_area__lists_item dt {
  background-color: rgba(18, 140, 192, 0.2);
  font-size: 1.4rem;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_area .fee_area__lists .fee_area__lists_item dt {
    font-size: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 1;
  }
}
.p-charge .fee .fee_area .fee_area__lists .fee_area__lists_item dd {
  font-size: 1.4rem;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .p-charge .fee .fee_area .fee_area__lists .fee_area__lists_item dd {
    font-size: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 1;
  }
}
.p-charge .model_lead {
  max-width: 800px;
  margin: 0 auto;
}
.p-charge .model_lead .model_lead__lists > li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-charge .model_lead .model_lead__lists > li {
    font-size: 1.4rem;
  }
}
.p-charge .model_lead .model_lead__lists > li + li {
  margin-top: 5px;
}
.p-charge .model_lead .model_lead__lists > li::before {
  content: "";
  background-color: #253EA9;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  position: absolute;
  top: 0.35em;
  left: 0;
}
.p-charge .model_lead .model_lead__lists > li .link {
  color: #253EA9;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-charge .model_lead .model_lead__lists > li .link:hover {
    opacity: 0.7;
  }
}
.p-charge .model_high {
  margin-top: 20px;
  background-color: #fff;
  border: 2px solid #253EA9;
}
.p-charge .model_high .model_high_head {
  position: relative;
  cursor: pointer;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-charge .model_high .model_high_head {
    padding: 10px;
  }
}
.p-charge .model_high .model_high_head.is-opend .model_high_acc__btn::after {
  transform: translateX(-50%) rotate(90deg);
}
.p-charge .model_high .model_high__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-charge .model_high .model_high__ttl {
    font-size: 1.4rem;
  }
}
.p-charge .model_high .model_high_acc__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-charge .model_high .model_high_acc__btn {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
.p-charge .model_high .model_high_acc__btn::before, .p-charge .model_high .model_high_acc__btn::after {
  content: "";
  background-color: #253EA9;
  position: absolute;
}
.p-charge .model_high .model_high_acc__btn::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-charge .model_high .model_high_acc__btn::before {
    height: 1px;
  }
}
.p-charge .model_high .model_high_acc__btn::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-charge .model_high .model_high_acc__btn::after {
    width: 1px;
  }
}
.p-charge .model_high .model_high_content {
  padding: 25px 40px 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-charge .model_high .model_high_content {
    padding: 15px;
  }
}
.p-charge .model_high .model_high_content .model_high__txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-charge .model_high .model_high_content .model_high__txt {
    font-size: 1.4rem;
  }
}
.p-charge .model_high .model_high_content table {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-charge .model_high .model_high_content table {
    font-size: 1.4rem;
  }
}
.p-charge .model_high .model_high_content table thead {
  background-color: #F5F5F5;
}
.p-charge .model_high .model_high_content table thead th {
  border: 1px solid #CFCFCF;
  padding: 5px 10px;
  font-weight: normal;
}
.p-charge .model_high .model_high_content table tbody th {
  border: 1px solid #CFCFCF;
  padding: 5px 10px;
  width: 50%;
  font-weight: normal;
  text-align: left;
}
.p-charge .model_high .model_high_content table tbody td {
  border: 1px solid #CFCFCF;
  padding: 5px 10px;
  width: 50%;
  font-weight: bold;
}
.p-charge .car-type {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type {
    margin-top: 40px;
  }
}
.p-charge .car-type .car-type__category {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__category {
    margin-top: 20px;
  }
}
.p-charge .car-type .car-type__box {
  background: #F5F5F5;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__box {
    padding: 20px;
  }
}
.p-charge .car-type .car-type__unit {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__unit {
    padding: 15px;
    border-radius: 10px;
  }
}
.p-charge .car-type .car-type__unit + .car-type__unit {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__unit + .car-type__unit {
    margin-top: 20px;
  }
}
.p-charge .car-type .car-type__2col {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__2col {
    display: block;
  }
}
.p-charge .car-type .car-type__photo {
  width: 39.6%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__photo {
    width: 100%;
  }
}
.p-charge .car-type .car-type__photo img {
  width: 100%;
}
.p-charge .car-type .car-type__class {
  background: #dedede;
  width: fit-content;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__class {
    font-size: 1.4rem;
  }
}
.p-charge .car-type .car-type__name {
  font-weight: bold;
  font-size: 1.5rem;
}
.p-charge .car-type .car-type__name span {
  font-size: 1.8rem;
  margin-right: 0.3em;
}
.p-charge .car-type .car-type__discription {
  display: flex;
  gap: 6px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__discription {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__discription dl {
    width: 49%;
  }
}
.p-charge .car-type .car-type__discription dt {
  padding: 3px 20px;
  background: #128CC0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__discription dt {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }
}
.p-charge .car-type .car-type__discription dd {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__discription dd {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.p-charge .car-type .car-type__icons {
  margin-top: 17px;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__icons {
    flex-direction: column;
    gap: 10px;
  }
}
.p-charge .car-type .car-type__icon {
  font-size: 1.4rem;
  padding: 1px 20px;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__icon {
    text-align: center;
  }
}
.p-charge .car-type .car-type__icon.car-type__icon--red {
  color: #FF0000;
}
.p-charge .car-type .car-type__icon.car-type__icon--green {
  color: #168F10;
}
.p-charge .car-type .car-type__table_wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__table_wrapper {
    overflow-x: scroll;
    margin-top: 40px;
  }
}
.p-charge .car-type .car-type__table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__table {
    width: 700px;
  }
}
.p-charge .car-type .car-type__table th,
.p-charge .car-type .car-type__table td {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  padding: 5px;
  font-weight: normal;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__table th,
  .p-charge .car-type .car-type__table td {
    font-size: 1.2rem;
  }
}
.p-charge .car-type .car-type__table th span,
.p-charge .car-type .car-type__table td span {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__table th span,
  .p-charge .car-type .car-type__table td span {
    font-size: 1.4rem;
  }
}
.p-charge .car-type .car-type__table .car-type__table__head {
  background: #F5F5F5;
}
.p-charge .car-type .car-type__table .car-type__table__cp {
  color: #FF0000;
}
.p-charge .car-type .car-type__table .car-type__table__cp th {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__table .car-type__table__cp th {
    font-size: 1.4rem;
  }
}
.p-charge .car-type .car-type__table .car-type__table__basic th {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__table .car-type__table__basic th {
    font-size: 1.4rem;
  }
}
.p-charge .car-type .car-type__table__note {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-charge .car-type .car-type__table__note {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.p-charge .model_btn {
  margin-top: 80px;
  background-color: #F5F5F5;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-charge .model_btn {
    margin-top: 40px;
    padding: 40px 20px;
  }
}
.p-charge .model_btn .model_btn__txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #253EA9;
}
@media screen and (max-width: 768px) {
  .p-charge .model_btn .model_btn__txt {
    font-size: 1.6rem;
  }
}
.p-charge .model_btn .model_btn_2col {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-charge .model_btn .model_btn_2col {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
.p-charge .model_btn .model_btn_2col p {
  width: 100%;
  max-width: 380px;
}
.p-charge .model_btn .model_btn_2col p .b-btn01 {
  border: 1px solid #253EA9;
}

.p-guide .contents_box {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-guide .contents_box {
    margin-top: 40px;
  }
}
.p-guide .under_section + .under_section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-guide .under_section + .under_section {
    margin-top: 40px;
  }
}
.p-guide .flow .flow__lists {
  list-style-type: none;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow__lists {
    margin-top: 20px;
  }
}
.p-guide .flow .flow__box {
  display: flex;
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-guide .flow .flow__box {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow__box {
    padding: 20px 10px 10px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  }
}
.p-guide .flow .flow__box + .flow__box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow__box + .flow__box {
    margin-top: 30px;
  }
}
.p-guide .flow .flow__box + .flow__box::after {
  content: "";
  background-color: #253EA9;
  width: 40px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow__box + .flow__box::after {
    width: 20px;
    height: 10px;
    top: -20px;
  }
}
.p-guide .flow .flow__num {
  font-size: 2.6rem;
  color: #253EA9;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-right: 3.3%;
  border-right: 1px solid #CFCFCF;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow__num {
    flex-direction: row;
    border-right: none;
    font-size: 2rem;
    padding-right: 0;
  }
}
.p-guide .flow .flow__num span {
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow__num span {
    font-size: 3rem;
    margin-left: 0.2em;
  }
}
.p-guide .flow .flow__img {
  width: 18.3%;
  padding: 0 3%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow__img {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow_textbox {
    width: 100%;
  }
}
.p-guide .flow .flow_textbox .flow_textbox__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #253EA9;
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow_textbox .flow_textbox__title {
    font-size: 1.6rem;
  }
}
.p-guide .flow .flow_textbox .flow_textbox__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow_textbox .flow_textbox__text {
    font-size: 1.3rem;
  }
}
.p-guide .flow .flow_textbox .flow_textbox__notes {
  font-size: 1.4rem;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .flow .flow_textbox .flow_textbox__notes {
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 5px;
  }
}
.p-guide .high_season .high_season__read {
  margin-top: 45px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .high_season .high_season__read {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.p-guide .high_season .high_season_table {
  margin-top: 20px;
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .p-guide .high_season .high_season_table {
    font-size: 1.4rem;
  }
}
.p-guide .high_season .high_season_table thead {
  background-color: #F5F5F5;
}
.p-guide .high_season .high_season_table thead th {
  border: 1px solid #CFCFCF;
  padding: 5px 10px;
  font-weight: normal;
}
.p-guide .high_season .high_season_table tbody th {
  border: 1px solid #CFCFCF;
  padding: 5px 10px;
  width: 50%;
  font-weight: normal;
  text-align: left;
}
.p-guide .high_season .high_season_table tbody td {
  border: 1px solid #CFCFCF;
  padding: 5px 10px;
  width: 50%;
  font-weight: bold;
}
.p-guide .payment .payment_read {
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_read {
    margin-top: 20px;
  }
}
.p-guide .payment .payment_read .payment_read__txt01 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_read .payment_read__txt01 {
    font-size: 1.6rem;
  }
}
.p-guide .payment .payment_read .payment_read__txt02 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_read .payment_read__txt02 {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-guide .payment .payment_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_box {
    margin-top: 30px;
  }
}
.p-guide .payment .payment_box .payment_box_read {
  margin-top: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_box .payment_box_read {
    font-size: 1.4rem;
  }
}
.p-guide .payment .payment_box .payment_box_read .payment_box__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_box .payment_box_read .payment_box__title {
    font-size: 1.4rem;
  }
}
.p-guide .payment .payment_box .payment_box_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_box .payment_box_lists {
    margin-top: 10px;
  }
}
.p-guide .payment .payment_box .payment_box_lists li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_box .payment_box_lists li {
    width: 60px;
  }
}
.p-guide .payment .payment_box .payment_box_lists li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  position: absolute;
  top: 0;
  left: -1px;
}
.p-guide .payment .payment_box .payment_box_lists li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.p-guide .payment .payment_box .payment_box_lists__notes {
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_box .payment_box_lists__notes {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.p-guide .payment .payment_presentation {
  margin-top: 20px;
  background-color: #F5F5F5;
  padding: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_presentation {
    margin-top: 10px;
    padding: 10px;
  }
}
.p-guide .payment .payment_presentation .payment_presentation__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_presentation .payment_presentation__title {
    font-size: 1.4rem;
  }
}
.p-guide .payment .payment_presentation .payment_presentation__lists {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_presentation .payment_presentation__lists {
    font-size: 1.4rem;
  }
}
.p-guide .payment .payment_presentation .payment_presentation__lists sup {
  font-size: 60%;
  vertical-align: top;
}
.p-guide .payment .payment_presentation .payment_presentation__notes {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .payment .payment_presentation .payment_presentation__notes {
    font-size: 1.2rem;
  }
}
.p-guide .compensation .compensation__read {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__read {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation__content {
  background-color: #F5F5F5;
  padding: 40px 20px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__content {
    margin-top: 20px;
    padding: 10px;
    max-width: 520px;
  }
}
.p-guide .compensation .compensation__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__inner {
    flex-direction: column;
    gap: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__attention {
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box {
    margin-top: 30px;
  }
}
.p-guide .compensation .compensation_box .compensation_box__read {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__read {
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation_box .compensation_box__title01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__title01 {
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation_box .compensation_box__notes01 {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__notes01 {
    font-size: 1.3rem;
  }
}
.p-guide .compensation .compensation_box .compensation_box__notes02 {
  margin-top: 30px;
  border-top: 1px solid #CFCFCF;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__notes02 {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__title {
  font-size: 1.8rem;
  font-weight: normal;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__title {
    font-size: 1.6rem;
  }
}
.p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__lists {
  margin-top: 20px;
}
.p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__lists li {
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__lists li {
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__lists li + li {
  margin-top: 20px;
}
.p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__lists li .notes02__num {
  font-weight: bold;
  color: #FF0000;
}
.p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__lists li .notes02__text01 {
  color: #FF0000;
}
.p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__lists li .notes02__text02 {
  font-size: 1.4rem;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__lists li .notes02__text02 {
    font-size: 1.2rem;
  }
}
.p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__notes {
  font-size: 1.4rem;
  color: #FF0000;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__notes02 .notes02__notes {
    font-size: 1.2rem;
  }
}
.p-guide .compensation .compensation_box .compensation_box__notes03 {
  font-size: 1.4rem;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_box .compensation_box__notes03 {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-guide .compensation .table__wrapper {
    overflow-x: auto;
  }
}
.p-guide .compensation .table__notes {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-guide .compensation .table__notes {
    display: block;
    text-align: right;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .table__notes {
    font-size: 1.1rem;
    display: none;
  }
}
@media screen and (max-width: 689px) {
  .p-guide .compensation .table__notes {
    display: block;
  }
}
.p-guide .compensation .compensation__table {
  margin-top: 30px;
  border-collapse: collapse;
  width: 860px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__table {
    margin-top: 15px;
    width: 670px;
  }
}
.p-guide .compensation .compensation__table thead {
  background-color: #2BA7A3;
  line-height: 1.5;
}
.p-guide .compensation .compensation__table thead th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 7px 20px 12px;
  width: 50%;
  max-width: 450px;
  vertical-align: middle;
  border-left: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__table thead th {
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}
.p-guide .compensation .compensation__table thead th:first-child {
  min-width: 100px;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__table thead th:first-child {
    min-width: 90px;
  }
}
.p-guide .compensation .compensation__table tbody {
  background-color: #F5F5F5;
}
.p-guide .compensation .compensation__table tbody tr + tr {
  border-top: 5px solid #fff;
}
.p-guide .compensation .compensation__table tbody th {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__table tbody th {
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation__table tbody td {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
  border-left: 5px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__table tbody td {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}
.p-guide .compensation .compensation__table tbody td span {
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
}
.p-guide .compensation .compensation__table tbody td strong {
  font-size: 3.6rem;
  font-weight: bold;
  color: #FF0000;
  margin-left: 0.5em;
  margin-right: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation__table tbody td strong {
    font-size: 2.6rem;
  }
}
.p-guide .compensation .compensation__table sup {
  font-size: 60%;
  vertical-align: top;
}
.p-guide .compensation .compensation_deductible {
  margin-top: 80px;
  position: relative;
  background-color: rgba(43, 167, 163, 0.1);
  border-radius: 20px;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible {
    margin-top: 60px;
    border-radius: 10px;
    padding: 40px 10px 30px;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #253EA9;
  padding: 5px 17px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__title {
    font-size: 1.8rem;
    padding: 5px 10px;
    min-width: 180px;
    top: -20px;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__title::after {
  content: "";
  background-color: #253EA9;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.p-guide .compensation .compensation_deductible .compensation_deductible__text01 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__text01 {
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__text02 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #FF0000;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__text02 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__text03 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__text03 {
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__text04 {
  font-size: 1.5rem;
}
.p-guide .compensation .compensation_deductible .compensation_deductible__text03, .p-guide .compensation .compensation_deductible .compensation_deductible__text04 {
  display: flex;
  align-items: start;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__text03, .p-guide .compensation .compensation_deductible .compensation_deductible__text04 {
    margin-top: 5px;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__text03 span, .p-guide .compensation .compensation_deductible .compensation_deductible__text04 span {
  background-color: #2BA7A3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  padding-bottom: 3px;
  margin-right: 0.3em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__text03 span, .p-guide .compensation .compensation_deductible .compensation_deductible__text04 span {
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__lists {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__lists {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__item {
  width: 73%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__item {
    width: 100%;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__item + .compensation_deductible__item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__item + .compensation_deductible__item {
    width: 100%;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__sub_title {
  background-color: #2BA7A3;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__sub_title {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__sub_lists {
  padding: 18px 15px 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 660px;
  margin: 0 auto;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__sub_lists {
    flex-direction: column;
    gap: 0;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__sub_lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__sub_lists li {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__sub_lists li + li {
    border-top: 1px solid #CFCFCF;
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__sub_lists li img {
    width: 80px;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__notes {
  max-width: 1000px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__notes {
    margin-top: 15px;
  }
}
.p-guide .compensation .compensation_deductible .compensation_deductible__notes li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_deductible .compensation_deductible__notes li {
    font-size: 1.3rem;
  }
}
.p-guide .compensation .compensation_contact {
  background-color: #253EA9;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 60px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_contact {
    margin-top: 30px;
    padding: 20px;
  }
}
.p-guide .compensation .compensation_contact .compensation_contact__head {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_contact .compensation_contact__head {
    flex-direction: column;
    text-align: center;
  }
}
.p-guide .compensation .compensation_contact .compensation_contact__name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_contact .compensation_contact__name {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-guide .compensation .compensation_contact .compensation_contact__name span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_contact .compensation_contact__name span {
    font-size: 1.4rem;
  }
}
.p-guide .compensation .compensation_contact .compensation_contact__tel {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_contact .compensation_contact__tel {
    font-size: 3rem;
    padding-left: 38px;
  }
}
.p-guide .compensation .compensation_contact .compensation_contact__tel::before {
  content: "";
  background-image: url("../images/ico_fd.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 28px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_contact .compensation_contact__tel::before {
    width: 35px;
    height: 20px;
  }
}
.p-guide .compensation .compensation_contact .compensation_contact__notes {
  font-size: 1.4rem;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .compensation .compensation_contact .compensation_contact__notes {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.p-guide .pet .pet_read {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide .pet .pet_read {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-guide .pet .pet_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-guide .pet .pet_box {
    margin-top: 30px;
  }
}
.p-guide .pet .pet_box .pet_box__read {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-guide .pet .pet_box .pet_box__read {
    font-size: 1.4rem;
  }
}
.p-guide .pet .pet_box .pet_box__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .pet .pet_box .pet_box__title {
    font-size: 1.4rem;
  }
}
.p-guide .pet .pet_box .pet_box__notes {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .pet .pet_box .pet_box__notes {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.p-guide .guide__lists01 {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists01 {
    width: 100%;
  }
}
.p-guide .guide__lists01 > dt {
  background-color: #2BA7A3;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists01 > dt {
    font-size: 1.6rem;
    padding: 5px 0;
  }
}
.p-guide .guide__lists01 > dd {
  background-color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-guide .guide__lists01 > dd .guide__detail {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists01 > dd .guide__detail {
    font-size: 1.4rem;
  }
}
.p-guide .guide__lists01 > dd .guide__detail strong {
  font-size: 3.6rem;
  color: #FF0000;
  font-weight: bold;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists01 > dd .guide__detail strong {
    font-size: 2.6rem;
  }
}
.p-guide .guide__lists01 > dd .guide__detail span {
  font-size: 3rem;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists01 > dd .guide__detail span {
    font-size: 1.8rem;
  }
}
.p-guide .guide__lists01 > dd .guide__tag {
  background-color: rgba(43, 167, 163, 0.1);
  padding: 5px 40px;
  font-weight: bold;
  color: #2BA7A3;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists01 > dd .guide__tag {
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-top: 10px;
  }
}
.p-guide .guide__lists01 > dd .guide__box {
  flex-grow: 1;
  text-align: left;
  margin-top: 12px;
}
.p-guide .guide__lists01 > dd .guide__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists01 > dd .guide__text {
    font-size: 1.2rem;
  }
}
.p-guide .guide__lists01 > dd .guide__notes {
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists01 > dd .guide__notes {
    font-size: 1.1rem;
  }
}
.p-guide .guide__sub_lists {
  text-align: left;
  margin: 12px auto 0;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__sub_lists {
    margin-top: 5px;
  }
}
.p-guide .guide__sub_lists dt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__sub_lists dt {
    font-size: 1.4rem;
  }
}
.p-guide .guide__sub_lists dd > p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__sub_lists dd > p {
    font-size: 1.2rem;
  }
}
.p-guide .guide__sub_lists dd > p > span {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__sub_lists dd > p > span {
    font-size: 1.4rem;
  }
}
.p-guide .guide__sub_lists dd > p > span > strong {
  font-size: 3rem;
  color: #FF0000;
  margin-left: 0.3em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__sub_lists dd > p > span > strong {
    font-size: 2rem;
  }
}
.p-guide .guide_lists02__wrapper {
  display: flex;
  gap: 0 5px;
  max-width: 860px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide_lists02__wrapper {
    flex-direction: column;
    max-width: 500px;
  }
}
.p-guide .guide__lists02 {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists02 {
    width: 100%;
  }
}
.p-guide .guide__lists02 > dt {
  background-color: #2BA7A3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px 10px 12px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists02 > dt {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.p-guide .guide__lists02 > dd {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists02 > dd {
    font-size: 1.4rem;
  }
}
.p-guide .guide__lists02 > dd span {
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
}
.p-guide .guide__lists02 > dd strong {
  font-size: 3.6rem;
  font-weight: bold;
  color: #FF0000;
  margin-left: 0.5em;
  margin-right: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists02 > dd strong {
    font-size: 2.6rem;
  }
}
.p-guide .guide_lists03__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  max-width: 860px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide_lists03__wrapper {
    flex-direction: column;
    max-width: 500px;
    gap: 0;
  }
}
.p-guide .guide__lists03 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists03 {
    flex-direction: column;
  }
}
.p-guide .guide__lists03 > dt {
  background-color: #2BA7A3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists03 > dt {
    font-size: 1.4rem;
    padding: 5px;
    width: 100%;
  }
}
.p-guide .guide__lists03 > dd {
  padding: 20px;
  background-color: #F5F5F5;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists03 > dd {
    font-size: 1.4rem;
  }
}
.p-guide .guide__lists03 > dd span {
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
}
.p-guide .guide__lists03 > dd strong {
  font-size: 3.6rem;
  font-weight: bold;
  color: #FF0000;
  margin-left: 0.5em;
  margin-right: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists03 > dd strong {
    font-size: 2.6rem;
  }
}
.p-guide .guide__lists03 > dd.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__lists03 > dd.sp_center {
    text-align: center;
  }
}
.p-guide .guide__sub_lists03 > li {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__sub_lists03 > li {
    padding-left: 25px;
  }
}
.p-guide .guide__sub_lists03 > li + li {
  margin-top: 10px;
}
.p-guide .guide__sub_lists03 > li::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #253EA9;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__sub_lists03 > li::before {
    width: 15px;
    height: 15px;
  }
}
.p-guide .guide__sub_lists03 > li.notes_icon::after {
  content: "*2";
  font-size: 60%;
  position: absolute;
  top: -14px;
  left: 5px;
}
.p-guide .guide__sub_lists03 > li > sup {
  font-size: 60%;
  vertical-align: top;
}
.p-guide .guide__sub_lists03 .guide__sub_lists03__note {
  font-size: 14px;
  color: #FF0000;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-guide .guide__sub_lists03 .guide__sub_lists03__note {
    font-size: 1.2rem;
  }
}
.p-guide .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-guide .b-footer {
    margin-top: 50px;
  }
}

.p-shop .contents_box {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-shop .contents_box {
    margin-top: 40px;
  }
}
.p-shop .under_section + .under_section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-shop .under_section + .under_section {
    margin-top: 40px;
  }
}
.p-shop .shop .shop__lists {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop__lists {
    margin-top: 20px;
  }
}
.p-shop .shop .shop_box + .shop_box {
  margin-top: 50px;
  border-top: 1px solid #CFCFCF;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box + .shop_box {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.p-shop .shop .shop_box .shop_box__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__flex {
    display: block;
  }
}
.p-shop .shop .shop_box .shop_box__img {
  width: 42%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__img {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-shop .shop .shop_box .shop_box__img img {
  border-radius: 10px;
  width: 100%;
}
.p-shop .shop .shop_box .shop_box__info {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__info {
    width: 100%;
    margin-top: 20px;
  }
}
.p-shop .shop .shop_box .shop_box__name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #253EA9;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__name {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}
.p-shop .shop .shop_box .shop_box__name::before {
  content: "";
  background-color: #253EA9;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 0.5em;
  left: -1em;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__name::before {
    left: 7px;
  }
}
.p-shop .shop .shop_box .shop_box__name span {
  position: relative;
}
.p-shop .shop .shop_box .shop_box__name span.icon-pickup {
  padding-right: 90px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__name span.icon-pickup {
    padding-right: 56px;
  }
}
.p-shop .shop .shop_box .shop_box__name span.icon-pickup::after {
  content: "";
  background-image: url("../images/icon_pickup.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__name span.icon-pickup::after {
    width: 50px;
    height: 16px;
  }
}
.p-shop .shop .shop_box .shop_box__address_wrapper {
  margin-top: 30px;
  display: flex;
  gap: 0 17px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__address_wrapper {
    margin-top: 15px;
    display: block;
  }
}
.p-shop .shop .shop_box .shop_box__address_wrapper .shop_box__address {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__address_wrapper .shop_box__address {
    padding-left: 30px;
    font-size: 1.4rem;
  }
}
.p-shop .shop .shop_box .shop_box__address_wrapper .shop_box__address::before {
  content: "";
  background-image: url("../images/ico_address_shop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 6px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__address_wrapper .shop_box__address::before {
    width: 12px;
    height: 20px;
    top: 3px;
  }
}
.p-shop .shop .shop_box .shop_box__address_wrapper .shop_box__map_btn {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-shop .shop .shop_box .shop_box__address_wrapper .shop_box__map_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__address_wrapper .shop_box__map_btn {
    display: block;
    margin-left: 30px;
    margin-top: 5px;
    width: 130px;
  }
}
.p-shop .shop .shop_box .shop_box__access {
  margin-top: 15px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__access {
    font-size: 1.4rem;
    padding-left: 30px;
    margin-top: 5px;
  }
}
.p-shop .shop .shop_box .shop_box__access::before {
  content: "";
  background-image: url("../images/ico_access_shop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__access::before {
    width: 20px;
    height: 23px;
    top: 0;
  }
}
.p-shop .shop .shop_box .shop_box__tel {
  font-size: 1.8rem;
  font-weight: bold;
  color: #253EA9;
  margin-top: 15px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__tel {
    font-size: 1.6rem;
    padding-left: 30px;
    margin-top: 5px;
  }
}
.p-shop .shop .shop_box .shop_box__tel::before {
  content: "";
  background-image: url("../images/ico_tel_shop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__tel::before {
    width: 20px;
    height: 20px;
  }
}
.p-shop .shop .shop_box .shop_box__open {
  margin-top: 15px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__open {
    font-size: 1.4rem;
    padding-left: 30px;
    margin-top: 5px;
  }
}
.p-shop .shop .shop_box .shop_box__open::before {
  content: "";
  background-image: url("../images/ico_open_shop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__open::before {
    width: 20px;
    height: 20px;
  }
}
.p-shop .shop .shop_box .shop_box__reserve_btn {
  max-width: 220px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box__reserve_btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.p-shop .shop .shop_box .shop_box_oneway {
  margin-top: 30px;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 15px 15px;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box_oneway {
    margin-top: 15px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box_oneway .shop_box_oneway__txt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.p-shop .shop .shop_box .shop_box_oneway .shop_box_oneway__notes {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-shop .shop .shop_box .shop_box_oneway .shop_box_oneway__notes {
    font-size: 1.2rem;
  }
}
.p-shop .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-shop .b-footer {
    margin-top: 50px;
  }
}

.p-option .under__read {
  background-color: #F5F5F5;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .p-option .under__read {
    padding: 10px;
  }
}
.p-option .under__read p {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-option .under__read p {
    font-size: 1.4rem;
  }
}
.p-option .under_section + .under_section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-option .under_section + .under_section {
    margin-top: 40px;
  }
}
.p-option .contents_box {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-option .contents_box {
    margin-top: 30px;
  }
}
.p-option .option_lists01__wrapper {
  display: flex;
  gap: 0 5px;
  max-width: 970px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-option .option_lists01__wrapper {
    flex-direction: column;
    max-width: 500px;
  }
}
.p-option .option__lists01 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-option .option__lists01 > dt {
  background-color: #2BA7A3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-option .option__lists01 > dt {
    font-size: 1.4rem;
    padding: 5px 0;
  }
}
.p-option .option__lists01 > dd {
  text-align: center;
  padding: 20px 10px;
  background-color: #F5F5F5;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-option .option__lists01 > dd {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.p-option .option_lists01__price {
  text-align: center;
  font-size: 1.8rem;
  background-color: #F5F5F5;
  max-width: 970px;
  margin-top: 15px;
  padding-top: 10px;
  line-height: 2;
  border-top: 1px solid #CFCFCF;
}
@media screen and (max-width: 768px) {
  .p-option .option_lists01__price {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-top: 10px;
  }
}
.p-option .option_lists01__price span {
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
}
.p-option .option_lists01__price strong {
  font-size: 3.6rem;
  font-weight: bold;
  color: #FF0000;
  margin-left: 0.5em;
  margin-right: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-option .option_lists01__price strong {
    font-size: 2.6rem;
  }
}
.p-option .option_lists02__wrapper {
  display: flex;
  gap: 0 5px;
  max-width: 860px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-option .option_lists02__wrapper {
    flex-direction: column;
    margin-top: 20px;
    max-width: 500px;
  }
}
.p-option .option_lists02 {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-option .option_lists02 {
    width: 100%;
  }
}
.p-option .option_lists02 > dt {
  background-color: #2BA7A3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px 10px 12px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-option .option_lists02 > dt {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.p-option .option_lists02 > dd {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p-option .option_lists02 > dd {
    font-size: 1.4rem;
  }
}
.p-option .option_lists02 > dd span {
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
}
.p-option .option_lists02 > dd strong {
  font-size: 3.6rem;
  font-weight: bold;
  color: #FF0000;
  margin-left: 0.5em;
  margin-right: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-option .option_lists02 > dd strong {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 900px) {
  .p-option .table__wrapper {
    overflow-x: auto;
  }
}
.p-option .table__notes {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-option .table__notes {
    display: block;
    text-align: right;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-option .table__notes {
    font-size: 1.1rem;
    display: none;
  }
}
@media screen and (max-width: 689px) {
  .p-option .table__notes {
    display: block;
  }
}
.p-option .option__table {
  margin-top: 30px;
  border-collapse: collapse;
  width: 860px;
}
@media screen and (max-width: 768px) {
  .p-option .option__table {
    margin-top: 15px;
    width: 670px;
  }
}
.p-option .option__table thead {
  background-color: #2BA7A3;
  line-height: 1.5;
}
.p-option .option__table thead th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 7px 20px 12px;
  width: 50%;
  max-width: 450px;
  vertical-align: middle;
  border-left: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-option .option__table thead th {
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}
.p-option .option__table thead th:first-child {
  min-width: 100px;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .p-option .option__table thead th:first-child {
    min-width: 90px;
  }
}
.p-option .option__table tbody {
  background-color: #F5F5F5;
}
.p-option .option__table tbody tr + tr {
  border-top: 5px solid #fff;
}
.p-option .option__table tbody th {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-option .option__table tbody th {
    font-size: 1.4rem;
  }
}
.p-option .option__table tbody td {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
  border-left: 5px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-option .option__table tbody td {
    font-size: 1.4rem;
  }
}
.p-option .option__table tbody td span {
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
}
.p-option .option__table tbody td strong {
  font-size: 3.6rem;
  font-weight: bold;
  color: #FF0000;
  margin-left: 0.5em;
  margin-right: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-option .option__table tbody td strong {
    font-size: 2.6rem;
  }
}
.p-option .option__table sup {
  font-size: 60%;
  vertical-align: top;
}
.p-option .option__notes {
  margin-top: 20px;
}
.p-option .option__notes li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-option .option__notes li {
    font-size: 1.3rem;
  }
}
.p-option .option__link {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-option .option__link {
    margin-top: 10px;
  }
}
.p-option .option__link a {
  font-size: 1.5rem;
  color: #253EA9;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 25px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-option .option__link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-option .option__link a {
    font-size: 1.4rem;
    padding-right: 20px;
  }
}
.p-option .option__link a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/common/images/ico_arrow_link.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-option .option__link a::after {
    width: 15px;
    height: 15px;
  }
}
.p-option .carnav .carnav__text {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-option .carnav .carnav__text {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.p-option .carnav .carnav__text img {
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-option .carnav .carnav__text img {
    width: 33px;
    height: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-option .carnav .carnav__notes {
    font-size: 1.3rem;
  }
}
.p-option .seat .seat__read {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-option .seat .seat__read {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.p-option .seat .seat__attention {
  margin-top: 20px;
  padding: 20px;
  background-color: rgba(43, 167, 163, 0.2);
  max-width: 970px;
}
@media screen and (max-width: 768px) {
  .p-option .seat .seat__attention {
    padding: 10px;
  }
}
.p-option .seat .seat__attention > li + li {
  margin-top: 10px;
}
.p-option .seat .seat__attention > li > h3 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-option .seat .seat__attention > li > h3 {
    font-size: 1.4rem;
  }
}
.p-option .seat .seat__attention > li > h3 span {
  color: #2BA7A3;
}
@media screen and (max-width: 768px) {
  .p-option .seat .seat__attention > li p {
    font-size: 1.4rem;
  }
}
.p-option .cdw .cdw_rap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-option .cdw .cdw_rap {
    margin-top: 40px;
  }
}
.p-option .cdw .cdw_rap .cdw_rap__raed {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-option .cdw .cdw_rap .cdw_rap__raed {
    font-size: 1.4rem;
  }
}
.p-option .cdw .cdw_rap .cdw_rap__raed span {
  color: #FF0000;
}
.p-option .winter .winter__read {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-option .winter .winter__read {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.p-option .winter .winter__read span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .p-option .winter .winter__read span {
    font-size: 1.6rem;
  }
}
.p-option .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-option .b-footer {
    margin-top: 50px;
  }
}

.p-corporation .contents_box {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-corporation .contents_box {
    margin-top: 30px;
  }
}
.p-corporation .corporation__title {
  text-align: center;
}
.p-corporation .corporation__title span {
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #253EA9;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-corporation .corporation__title span {
    font-size: 1.6rem;
    padding: 5px 15px;
  }
}
.p-corporation .corporation__title span::after {
  content: "";
  background-color: #253EA9;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.p-corporation .intro {
  background-color: #F5F5F5;
  padding: 70px 20px 60px;
}
@media screen and (max-width: 768px) {
  .p-corporation .intro {
    padding: 30px 10px;
  }
}
.p-corporation .intro .intro__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #253EA9;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}
@media screen and (max-width: 768px) {
  .p-corporation .intro .intro__title {
    font-size: 2rem;
  }
}
.p-corporation .intro .intro__text {
  margin-top: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-corporation .intro .intro__text {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.p-corporation .intro .intro__text .bold {
  font-size: 2.4rem;
  color: #253EA9;
}
@media screen and (max-width: 768px) {
  .p-corporation .intro .intro__text .bold {
    font-size: 1.6rem;
  }
}
.p-corporation .intro .intro__notes {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-corporation .intro .intro__notes {
    font-size: 1.2rem;
  }
}
.p-corporation .mv {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-corporation .mv {
    display: block;
  }
}
.p-corporation .mv .mv__img {
  width: 50%;
  height: 50vw;
  max-width: 960px;
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .p-corporation .mv .mv__img {
    width: 100%;
  }
}
.p-corporation .mv .mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.p-corporation .mv .mv__textbox {
  width: 50%;
  max-width: 625px;
  padding-top: 60px;
  padding-right: 20px;
  margin-left: min(5%, 75px);
}
@media screen and (max-width: 768px) {
  .p-corporation .mv .mv__textbox {
    width: 100%;
    max-width: none;
    padding: 30px 10px 0;
    margin-left: 0;
  }
}
.p-corporation .mv .mv__title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #253EA9;
  padding-bottom: 37px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-corporation .mv .mv__title {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
}
.p-corporation .mv .mv__title::after {
  content: "";
  background-color: #FFCB29;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-corporation .mv .mv__title::after {
    width: 100%;
    height: 2px;
  }
}
.p-corporation .mv .mv__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-corporation .mv .mv__text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.p-corporation .trouble .trouble__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-corporation .trouble .trouble__inner {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    max-width: 500px;
  }
}
.p-corporation .trouble .trouble_box {
  width: 28.333%;
}
@media screen and (max-width: 768px) {
  .p-corporation .trouble .trouble_box {
    width: 100%;
  }
}
.p-corporation .trouble .trouble_box_cont {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-corporation .trouble .trouble_box_cont {
    margin-top: 0;
  }
}
.p-corporation .trouble .trouble_box_cont .trouble_box_cont__title {
  font-size: 2rem;
  font-weight: bold;
  color: #253EA9;
  text-decoration: underline;
  text-decoration-color: #FFCB29;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}
@media screen and (max-width: 768px) {
  .p-corporation .trouble .trouble_box_cont .trouble_box_cont__title {
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
  }
}
.p-corporation .trouble .trouble_box_cont .trouble_box_cont__title .trouble_box_cont__title--ib {
  text-decoration: underline;
  text-decoration-color: #FFCB29;
  text-decoration-thickness: 3px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-corporation .trouble .trouble_box_cont .trouble_box_cont__title .trouble_box_cont__title--ib {
    font-size: 1.6rem;
    text-decoration-thickness: 2px;
  }
}
.p-corporation .trouble .trouble_box_cont .trouble_box_cont__lists {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-corporation .trouble .trouble_box_cont .trouble_box_cont__lists {
    margin-top: 10px;
  }
}
.p-corporation .trouble .trouble_box_cont .trouble_box_cont__lists li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-corporation .trouble .trouble_box_cont .trouble_box_cont__lists li {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}
.p-corporation .trouble .trouble_box_cont .trouble_box_cont__lists li + li {
  margin-top: 5px;
}
.p-corporation .trouble .trouble_box_cont .trouble_box_cont__lists li::before {
  content: "";
  background-image: url("../images/ico_check02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-corporation .trouble .trouble_box_cont .trouble_box_cont__lists li::before {
    width: 16px;
    height: 15px;
    top: 0.2em;
  }
}
.p-corporation .merit {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit {
    margin-top: 40px;
  }
}
.p-corporation .merit .merit__lists {
  list-style-type: none;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit__lists {
    margin: 20px auto 0;
    max-width: 500px;
  }
}
.p-corporation .merit .merit_box {
  display: flex;
  background-color: rgba(43, 167, 163, 0.1);
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit_box {
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  }
}
.p-corporation .merit .merit_box + .merit_box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit_box + .merit_box {
    margin-top: 20px;
  }
}
.p-corporation .merit .merit__num {
  font-size: 2rem;
  color: #fff;
  background-color: #2BA7A3;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  border-radius: 20px 0 0 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit__num {
    flex-direction: row;
    font-size: 2rem;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
  }
}
.p-corporation .merit .merit__num span {
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit__num span {
    font-size: 3rem;
    margin-left: 0.2em;
    margin-bottom: 0.1em;
  }
}
.p-corporation .merit .merit__img {
  padding: 40px 3%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit__img {
    padding: 20px 0 0;
    width: 50%;
  }
}
.p-corporation .merit .merit_textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit_textbox {
    width: 100%;
    padding: 20px;
  }
}
.p-corporation .merit .merit__title {
  font-size: 2rem;
  font-weight: bold;
  color: #253EA9;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit__title {
    font-size: 1.6rem;
  }
}
.p-corporation .merit .merit__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-corporation .merit .merit__text {
    font-size: 1.4rem;
  }
}
.p-corporation .service {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-corporation .service {
    margin-top: 40px;
  }
}
.p-corporation .service .service__read {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-corporation .service .service__read {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.p-corporation .service .service__lists {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-corporation .service .service__lists {
    margin-top: 20px;
  }
}
.p-corporation .service .service_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-corporation .service .service_box {
    flex-direction: column;
    gap: 10px 0;
  }
}
.p-corporation .service .service_box + .service_box {
  margin-top: 30px;
}
.p-corporation .service .service__img {
  width: 42%;
}
@media screen and (max-width: 600px) {
  .p-corporation .service .service__img {
    width: 100%;
  }
}
.p-corporation .service .service__img img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-corporation .service .service__img img {
    border-radius: 10px;
  }
}
.p-corporation .service .service__textbox {
  width: 54%;
}
@media screen and (max-width: 600px) {
  .p-corporation .service .service__textbox {
    width: 100%;
  }
}
.p-corporation .service .service__title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #253EA9;
}
@media screen and (max-width: 768px) {
  .p-corporation .service .service__title {
    font-size: 2rem;
  }
}
.p-corporation .service .service__title .service__title--tag {
  background-color: #2BA7A3;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-corporation .service .service__title .service__title--tag {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.p-corporation .service .service__text {
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-corporation .service .service__text {
    font-size: 1.4rem;
  }
}
.p-corporation .service .service__notes {
  margin-top: 20px;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-corporation .service .service__notes {
    font-size: 1.2rem;
  }
}
.p-corporation .corporation_btn {
  max-width: 380px;
  margin: 80px auto 0;
}
.p-corporation .corporation_btn .b-btn01 {
  border: 1px solid #253EA9;
}
@media screen and (max-width: 768px) {
  .p-corporation .corporation_btn {
    margin-top: 40px;
  }
}
.p-corporation .contact {
  margin-top: 80px;
  background-color: #F5F5F5;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .p-corporation .contact {
    margin-top: 40px;
    padding: 40px 10px;
  }
}
.p-corporation .contact .contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.p-corporation .contact .contact__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #253EA9;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}
@media screen and (max-width: 768px) {
  .p-corporation .contact .contact__title {
    font-size: 2rem;
    text-underline-offset: 7px;
  }
}
.p-corporation .contact .contact__content {
  margin: 40px auto 0;
  border: 1px solid #253EA9;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-corporation .contact .contact__content {
    margin-top: 20px;
    padding: 20px 10px;
    border-radius: 10px;
  }
}
.p-corporation .contact .contact__content .contact__name {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #253EA9;
}
@media screen and (max-width: 768px) {
  .p-corporation .contact .contact__content .contact__name {
    font-size: 1.6rem;
  }
}
.p-corporation .contact .contact__content .contact__box {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-corporation .contact .contact__content .contact__box {
    flex-direction: column;
  }
}
.p-corporation .contact .contact__content .contact__tel {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-corporation .contact .contact__content .contact__tel {
    font-size: 2rem;
  }
}
.p-corporation .contact .contact__content .contact__tel::before {
  content: "";
  background-image: url("../images/ico_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-corporation .contact .contact__content .contact__tel::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-corporation .contact .contact__content .contact__time {
    font-size: 1.4rem;
  }
}

.p-policy .contents_box {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-policy .contents_box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-policy .policy__read {
    font-size: 1.4rem;
  }
}
.p-policy .policy_cont {
  margin-top: 40px;
}
.p-policy .policy__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__title {
    font-size: 1.8rem;
  }
}
.p-policy .policy__text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__text {
    font-size: 1.4rem;
  }
}
.p-policy .policy__text:first-of-type {
  margin-top: 10px;
}
.p-policy .policy__lists {
  margin-top: 20px;
}
.p-policy .policy__lists li {
  display: flex;
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-policy .policy__lists li {
    font-size: 1.4rem;
  }
}
.p-policy .policy_box .policy_box__title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-policy .policy_box .policy_box__title {
    font-size: 1.6rem;
  }
}
.p-policy .policy_contact {
  border: 1px solid #CFCFCF;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
.p-policy .policy_contact .policy_contact__name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-policy .policy_contact .policy_contact__name {
    font-size: 1.6rem;
  }
}
.p-policy .policy_contact .policy_contact__tel {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-policy .policy_contact .policy_contact__tel {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-policy .policy_contact .policy_contact__time {
    font-size: 1.4rem;
  }
}
.p-policy .policy_contact .policy_contact__notes {
  font-size: 1.4rem;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-policy .policy_contact .policy_contact__notes {
    font-size: 1.2rem;
  }
}
.p-policy .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-policy .b-footer {
    margin-top: 50px;
  }
}

.p-transaction .contents_box {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-transaction .contents_box {
    margin-top: 30px;
  }
}
.p-transaction .transaction_cont + .transaction_cont {
  margin-top: 80px;
}
.p-transaction .transaction__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #253EA9;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-transaction .transaction__title {
    font-size: 1.8rem;
  }
}
.p-transaction .transaction_lists {
  margin-top: 20px;
  border-top: 1px solid #CFCFCF;
}
.p-transaction .transaction_lists .transaction_lists__box {
  display: flex;
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .p-transaction .transaction_lists .transaction_lists__box {
    display: block;
    padding: 10px 0;
  }
}
.p-transaction .transaction_lists .transaction_lists__box dt {
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-transaction .transaction_lists .transaction_lists__box dt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-transaction .transaction_lists .transaction_lists__box dd {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-transaction .transaction_lists .transaction_lists__box dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-transaction .transaction_lists .transaction_lists__subbox {
  margin-top: 20px;
}
.p-transaction .transaction_lists02 {
  margin-top: 20px;
  border-top: 1px solid #CFCFCF;
}
.p-transaction .transaction_lists02 .transaction_lists02__box {
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .p-transaction .transaction_lists02 .transaction_lists02__box {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.p-transaction .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-transaction .b-footer {
    margin-top: 50px;
  }
}

.p-company .contents_box {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-company .contents_box {
    margin-top: 30px;
  }
}
.p-company .company + .company {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-company .company + .company {
    margin-top: 40px;
  }
}
.p-company .company__contents {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-company .company__contents {
    margin-top: 20px;
  }
}
.p-company .company_lists__wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-company .company_lists__wrapper {
    margin-top: 20px;
  }
}
.p-company .company__lists {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CFCFCF;
}
@media screen and (max-width: 768px) {
  .p-company .company__lists {
    display: block;
    border-bottom: none;
  }
}
.p-company .company__lists dt, .p-company .company__lists dd {
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .p-company .company__lists dt, .p-company .company__lists dd {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.p-company .company__lists dt {
  width: 25%;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-company .company__lists dt {
    width: 100%;
  }
}
.p-company .company__lists dd {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-company .company__lists dd {
    width: 100%;
  }
}
.p-company .company__lists dd .icon_tab {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.p-company .company__lists dd .icon_tab::after {
  content: "";
  background-image: url("../images/ico_tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-company .company__map {
  margin-top: 60px;
}
.p-company .company__map iframe {
  aspect-ratio: 1200/500;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-company .company__map iframe {
    aspect-ratio: 4/3;
  }
}
.p-company .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-company .b-footer {
    margin-top: 50px;
  }
}

.p-recruit .contents_box {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents_box {
    margin-top: 30px;
  }
}
.p-recruit .recruit__title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #253EA9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit__title {
    font-size: 1.8rem;
  }
}
.p-recruit .recruit__read {
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit__read {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .p-recruit .recruit__read {
    text-align: left;
  }
}
.p-recruit .recruit__subtitle {
  text-align: center;
}
.p-recruit .recruit__subtitle span {
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #253EA9;
  display: inline-block;
  padding: 3px 25px 6px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit__subtitle span {
    font-size: 1.6rem;
    padding: 5px 15px;
    min-width: 150px;
  }
}
.p-recruit .recruit__subtitle span::after {
  content: "";
  background-color: #253EA9;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.p-recruit .recruit__subtitle strong {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit__subtitle strong {
    font-size: 2.2rem;
  }
}
.p-recruit .recruit__bg {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit__bg {
    margin-top: 40px;
  }
}
.p-recruit .recruit__br--pc {
  display: inline;
}
@media screen and (max-width: 500px) {
  .p-recruit .recruit__br--pc {
    display: none;
  }
}
.p-recruit .recruit__br--sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .p-recruit .recruit__br--sp {
    display: block;
  }
}
.p-recruit .work {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-recruit .work {
    margin-top: 40px;
  }
}
.p-recruit .work .work__inner {
  background-color: #F5F5F5;
  border-radius: 20px;
  margin-top: -30px;
  padding: 65px 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit .work .work__inner {
    margin-top: -20px;
    padding: 40px 20px 20px;
    border-radius: 10px;
  }
}
.p-recruit .work .work__read {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-recruit .work .work__read {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .p-recruit .work .work__read {
    text-align: left;
  }
}
.p-recruit .work .work_lists {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .work .work_lists {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px 0;
  }
}
.p-recruit .work .work_lists li {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .p-recruit .work .work_lists li {
    width: 100%;
  }
}
.p-recruit .work .work_lists .work_lists__img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .work .work_lists .work_lists__img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-recruit .work .work_lists .work_lists__text {
  font-size: 2rem;
  font-weight: bold;
  color: #253EA9;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit .work .work_lists .work_lists__text {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.p-recruit .charm {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit .charm {
    margin-top: 40px;
  }
}
.p-recruit .charm .charm_lists {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .charm .charm_lists {
    flex-direction: column;
    gap: 40px 0;
  }
}
.p-recruit .charm .charm_lists li {
  width: 32.16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(43, 167, 163, 0.2);
  border-radius: 20px;
  padding: 0 18px 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit .charm .charm_lists li {
    width: 100%;
    padding-bottom: 30px;
    border-radius: 10px;
  }
}
.p-recruit .charm .charm_lists .charm_lists__num {
  width: 90px;
  height: 90px;
  background-color: #2BA7A3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .p-recruit .charm .charm_lists .charm_lists__num {
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
  }
}
.p-recruit .charm .charm_lists .charm_lists__num span {
  font-size: 3.7rem;
  line-height: 1;
  display: block;
  margin-top: -0.2em;
}
@media screen and (max-width: 768px) {
  .p-recruit .charm .charm_lists .charm_lists__num span {
    font-size: 2.6rem;
  }
}
.p-recruit .charm .charm_lists .charm_lists__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #253EA9;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit .charm .charm_lists .charm_lists__title {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.p-recruit .charm .charm_lists .charm_lists__text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit .charm .charm_lists .charm_lists__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-recruit .message {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit .message {
    margin-top: 40px;
    padding: 0 10px;
  }
}
.p-recruit .message .message__inner {
  background-color: #253EA9;
  border-radius: 20px;
  padding: 80px 20px 100px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-recruit .message .message__inner {
    padding: 30px 10px;
    border-radius: 10px;
  }
}
.p-recruit .message .message__text {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .message .message__text {
    font-size: 1.8rem;
  }
}
.p-recruit .message .message_btn {
  max-width: 450px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .message .message_btn {
    margin-top: 20px;
    max-width: 240px;
  }
}
.p-recruit .description {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit .description {
    margin-top: 40px;
    padding: 0 10px;
  }
}
.p-recruit .description .description__inner {
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p-recruit .description .description__inner {
    max-width: 500px;
  }
}
.p-recruit .description .description__title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .description .description__title {
    font-size: 1.8rem;
  }
}
.p-recruit .description .description__list_wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit .description .description__list_wrapper {
    margin-top: 20px;
  }
}
.p-recruit .description .description__list {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #CFCFCF;
}
@media screen and (max-width: 768px) {
  .p-recruit .description .description__list {
    padding: 10px 0;
    display: block;
  }
}
.p-recruit .description .description__list dt {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-recruit .description .description__list dt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-recruit .description .description__list dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-recruit .description .description__list dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-recruit .description .description__bnr {
  margin-top: 10px;
  display: inline-block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-recruit .description .description__bnr:hover {
    opacity: 0.7;
  }
}
.p-recruit .process {
  margin-top: 20px;
}
.p-recruit .process .process__inner {
  background-color: #F5F5F5;
  border-radius: 20px;
  margin-top: -30px;
  padding: 60px 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit .process .process__inner {
    border-radius: 10px;
    margin-top: -20px;
    padding: 40px 10px 20px;
  }
}
.p-recruit .process .process__list li {
  text-align: center;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .process .process__list li {
    font-size: 1.4rem;
  }
}
.p-recruit .process .process__list li + li {
  margin-top: 10px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit .process .process__list li + li {
    padding-top: 25px;
  }
}
.p-recruit .process .process__list li + li::before {
  content: "";
  background-image: url("../images/ico_arrow_dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-recruit .process .process__list li + li::before {
    width: 3px;
    height: 15px;
  }
}
.p-recruit .process .process__big {
  font-size: 2.2rem;
  color: #253EA9;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-recruit .process .process__big {
    font-size: 1.6rem;
  }
}
.p-recruit .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit .b-footer {
    margin-top: 50px;
  }
}

.p-contact .contents_box {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents_box {
    margin-top: 30px;
  }
}
.p-contact .contact {
  background-color: #F5F5F5;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact {
    padding: 30px 10px;
  }
}
.p-contact .contact .contact__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-contact .confirm .confirm__read {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .confirm__read {
    font-size: 1.4rem;
  }
}
.p-contact .confirm .confirm_btn {
  max-width: 380px;
  margin: 40px auto 0;
}
.p-contact .confirm .confirm_btn .b-btn01 {
  border: 1px solid #253EA9;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .confirm_btn {
    margin-top: 40px;
  }
}
.p-contact .confirm .confirm_cancel {
  margin: 40px auto 0;
  max-width: 1000px;
}
.p-contact .confirm .confirm_cancel .cancel__title {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .confirm_cancel .cancel__title {
    font-size: 1.8rem;
  }
}
.p-contact .confirm .confirm_cancel .cancel__txt {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .confirm_cancel .cancel__txt {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.p-contact .confirm .confirm_cancel .cancel_lists {
  border: 1px solid #CFCFCF;
  max-width: 360px;
}
.p-contact .confirm .confirm_cancel .cancel_lists .cancel_lists__item {
  display: flex;
  align-items: center;
}
.p-contact .confirm .confirm_cancel .cancel_lists .cancel_lists__item + .cancel_lists__item {
  border-top: 1px solid #CFCFCF;
}
.p-contact .confirm .confirm_cancel .cancel_lists .cancel_lists__item dt {
  width: 40%;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .confirm_cancel .cancel_lists .cancel_lists__item dt {
    font-size: 1.4rem;
    width: 35%;
  }
}
.p-contact .confirm .confirm_cancel .cancel_lists .cancel_lists__item dd {
  width: 60%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .confirm_cancel .cancel_lists .cancel_lists__item dd {
    font-size: 1.4rem;
    width: 65%;
  }
}
.p-contact .others {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-contact .others {
    margin-top: 40px;
  }
}
.p-contact .others .others_contact {
  margin: 40px auto 0;
  border: 1px solid #253EA9;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-contact .others .others_contact {
    margin-top: 20px;
    padding: 20px 10px;
    border-radius: 10px;
  }
}
.p-contact .others .others_contact .others_contact__title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #253EA9;
}
@media screen and (max-width: 768px) {
  .p-contact .others .others_contact .others_contact__title {
    font-size: 1.6rem;
  }
}
.p-contact .others .others_contact .others_contact__box {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-contact .others .others_contact .others_contact__box {
    flex-direction: column;
  }
}
.p-contact .others .others_contact .others_contact__tel {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-contact .others .others_contact .others_contact__tel {
    font-size: 2rem;
  }
}
.p-contact .others .others_contact .others_contact__tel::before {
  content: "";
  background-image: url("../images/ico_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-contact .others .others_contact .others_contact__tel::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .others .others_contact .others_contact__time {
    font-size: 1.4rem;
  }
}
.p-contact .others .others_contact .others_contact__notes {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .others .others_contact .others_contact__notes {
    font-size: 1.2rem;
  }
}
.p-contact .line .line__title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #06C755;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .line .line__title {
    font-size: 2.2rem;
  }
}
.p-contact .line .line__text {
  margin-top: 20px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .line .line__text {
    font-size: 1.6rem;
  }
}
.p-contact .line .line__btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .line .line__btn {
    margin-top: 20px;
  }
}
.p-contact .line .line__btn a {
  display: inline-block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-contact .line .line__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .line .line__btn a {
    max-width: 140px;
  }
}
.p-contact .b-footer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact .b-footer {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */
