@charset "UTF-8";
/*----------------------------------------------------------
 Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://use.typekit.net/oqz2ivd.css");
body, div, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
span, time, figure, figcaption,
p, blockquote, pre, address, code,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, button,
table, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  word-break: break-all;
}

header, main, aside, footer, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, th, td, small {
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
select {
  vertical-align: middle;
}

em {
  font-style: normal;
}

button {
  background: none;
  border: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*----------------------------------------------------
	setting
----------------------------------------------------*/
/*
  mixin
*/
/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(14px, 2.2857142857vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    height: 100%;
  }
}

* {
  box-sizing: border-box;
}

a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:hover {
  color: #222;
}
a:active {
  color: #222;
}

*[data-show="sp"] {
  display: none;
}
@media screen and (max-width: 768px) {
  *[data-show="sp"] {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  *[data-show="pc"] {
    display: none;
  }
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  z-index: 10001;
}
.header__logo {
  position: absolute;
  display: flex;
  align-items: center;
}
.header__logo a {
  display: block;
}
.header__logo a:nth-of-type(1) {
  width: 160px;
}
.header__logo span {
  display: block;
  margin-left: 17px;
  padding: 12px 26px;
  border: 1px solid #EB6200;
  text-align: center;
  color: #EB6200;
  line-height: 1;
  white-space: nowrap;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .header .nav-btn {
    display: none;
  }
  .header .nav-inner {
    display: flex;
    flex-direction: column;
  }
  .header .nav-list {
    order: 2;
    display: flex;
    justify-content: center;
  }
  .header .nav-list > li {
    margin: 0 20px;
    font-size: 16px;
    font-size: 1rem;
    font-size: 16px;
    font-size: 1rem;
    font-size: clamp(14px, 1.1428571429vw, 16px);
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .header .nav-list > li {
    font-size: clamp(14px, 2.2857142857vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .header .nav-list > li ul {
    display: none;
  }
  .header .nav-list > li a.-active {
    color: #EB6200;
  }
  .header .nav-utility {
    display: none;
  }
  .header .nav-contact {
    order: 1;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .header .nav-contact dt {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666;
    font-weight: 600;
  }
  .header .nav-contact dd {
    display: flex;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    line-height: 1;
  }
  .header .nav-tel {
    order: 1;
    display: flex;
    align-items: center;
  }
  .header .nav-tel a {
    display: inline-flex;
    align-items: center;
    font-size: 28px;
    font-size: 1.75rem;
    font-size: 28px;
    font-size: 1.75rem;
    font-size: clamp(20px, 2vw, 28px);
    font-family: 'arial';
    font-weight: 900;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .header .nav-tel a {
    font-size: clamp(20px, 4vw, 28px);
  }
}
@media screen and (min-width: 769px) {
  .header .nav-tel a:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 23px;
    margin-right: 10px;
    background: url(../img/tel.svg) no-repeat;
    background-size: contain;
  }
  .header .nav-tel a span {
    display: inline-block;
    margin-left: 14px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Noto Sans JP';
  }
  .header .nav-form {
    order: 2;
  }
  .header .nav-form a {
    display: block;
    margin-left: 12px;
    padding: 12px 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    background: #EB6200;
    line-height: 1;
  }
  .header.fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .header.fixed .header__logo {
    position: static;
  }
  .header.fixed .nav-contact {
    display: none;
  }
  .header.fixed .nav-list {
    justify-content: flex-end;
  }
  .header.fixed .nav-list > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1434px) {
  .header__logo a {
    width: 120px;
  }
  .header__logo span {
    margin-left: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .header__logo a {
    width: 120px;
  }
  .header__logo span {
    margin-left: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: clamp(10px, 1vw, 14px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) and (max-width: 768px) {
  .header__logo span {
    font-size: clamp(10px, 2vw, 14px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .header .nav-list > li {
    margin: 0 10px;
  }
  .header .nav-contact dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .header .nav-contact dt span {
    display: block;
  }
  .header .nav-form a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .header .nav-tel a {
    display: block;
  }
  .header .nav-tel a:before {
    width: 24px;
    height: 15px;
    margin-right: 5px;
  }
  .header .nav-tel a span {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0;
    z-index: 1000;
    transition: background .3s;
    border-bottom: 1px solid #ddd;
  }
  .header__logo {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 64px;
    padding-left: 15px;
  }
  .header__logo a {
    width: 120px;
  }
  .header__logo span {
    margin-left: 8px;
    padding: 6px 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .header .nav-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 64px;
    padding: 10px 0;
    background: #EB6200;
    color: #fff;
    aspect-ratio: 1 / 1;
    font-weight: bold;
    text-align: center;
  }
  .header .nav-btn span:before, .header .nav-btn:before, .header .nav-btn:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  .header .nav-btn:before {
    top: 34px;
  }
  .header .nav-btn span:before {
    top: 41px;
  }
  .header .nav-btn:after {
    top: 48px;
  }
  .header .nav.-active .nav-btn span:before {
    opacity: 0;
  }
  .header .nav.-active .nav-btn:before {
    top: 42px;
    transform: translateX(-50%) rotate(18deg);
  }
  .header .nav.-active .nav-btn:after {
    top: 42px;
    transform: translateX(-50%) rotate(-18deg);
  }
  .header .nav-inner {
    display: none;
    width: 100%;
    height: calc(100vh - 64px);
    padding: 0 20px 40px;
    overflow-y: auto;
  }
  .header .nav-list li, .header .nav-utility li {
    border-bottom: 1px solid #ddd;
  }
  .header .nav-list li a, .header .nav-utility li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .header .nav-list li a:after, .header .nav-utility li a:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/icon_arrow.svg) center no-repeat;
    background-size: contain;
  }
  .header .nav-list li a[target="_blank"]:after, .header .nav-utility li a[target="_blank"]:after {
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_blank.svg);
  }
  .header .nav-list li ul, .header .nav-utility li ul {
    display: none;
  }
  .header .nav-contact {
    margin-top: 30px;
  }
  .header .nav-contact dt {
    display: none;
  }
  .header .nav-contact a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    padding: 5px;
    background: #EB6200;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  .header .nav-form {
    margin-bottom: 20px;
  }
  .header .nav-tel a {
    font-size: 18px;
    font-size: 1.125rem;
    background: #000;
    font-family: 'arial';
    font-weight: 900;
    line-height: 1;
  }
  .header .nav-tel a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 13px;
    margin-right: 8px;
    background: url(../img/tel_f.svg) no-repeat;
    background-size: contain;
  }
  .header .nav-tel a span {
    display: block;
    width: 100%;
    margin-top: -1em;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 1;
    font-family: 'Noto Sans JP';
  }
  .header.-active {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-btn {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    width: 64px;
    padding: 9px;
    aspect-ratio: 1 / 1;
    background: #009F36;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
  }
  .header-btn span {
    margin: auto auto 0;
  }
  .header-btn:before, .header-btn:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background: #fff;
    transition: .3s;
  }
  .header-btn:before {
    top: 14px;
  }
  .header-btn:after {
    top: 28px;
  }
  .header-btn.-active:before {
    top: 20px;
    transform: translateX(-50%) rotate(45deg);
  }
  .header-btn.-active:after {
    top: 20px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header-inner {
    display: none;
    width: 320px;
    height: 100%;
    margin-left: auto;
    background: #fff;
  }
  .header-title {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 0 20px;
    font-family: 'Montserrat';
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  padding: 60px 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(auto-fit, minmax(42px, max-content));
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.footer__logo {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.footer__logo a {
  display: block;
  width: 160px;
}
.footer__logo span {
  display: block;
  margin-left: 17px;
  padding: 12px 26px;
  border: 1px solid #EB6200;
  text-align: center;
  color: #EB6200;
  line-height: 1;
}
.footer-address {
  grid-column: 1;
  grid-row: 2;
}
.footer-address dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.footer-nav {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  margin-bottom: 60px;
}
.footer-nav ul {
  margin-left: 60px;
}
.footer-nav ul li {
  margin-bottom: 8px;
}
.footer-nav ul li a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer-nav ul li a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 10px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
}
.footer-nav ul li a[target="_blank"]:after {
  width: 10px;
  height: 10px;
  background-image: url(../img/icon_blank.svg);
}
.footer-nav ul li ul {
  margin: 8px 0 0;
}
.footer-nav-related {
  grid-column: 1 / 3;
  grid-row: 3;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.footer-nav-related li {
  margin: 0 15px;
}
.footer-nav-related li a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer-nav-related li a[target="_blank"]:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url(../img/icon_blank.svg) center no-repeat;
  background-size: contain;
}
.footer .copyright {
  grid-column: 1 / 3;
  grid-row: 4;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
  .footer-inner {
    display: block;
    padding: 0 20px;
  }
  .footer__logo {
    margin-bottom: 18px;
  }
  .footer__logo a {
    width: 120px;
  }
  .footer__logo span {
    display: block;
    margin-left: 8px;
    padding: 6px 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer-address dt {
    margin-bottom: 10px;
  }
  .footer-address dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer-nav {
    display: none;
  }
  .footer-nav-related {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px -7.5px;
    padding: 30px 0 10px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
  }
  .footer-nav-related li {
    margin: 0 7.5px 20px;
  }
  .footer-nav-related li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer-nav-related li a[target="_blank"]:after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .footer .copyright {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/*----------------------------------------------------
	0.basic
----------------------------------------------------*/
.is-left {
  text-align: left;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.mainvisual {
  position: relative;
  padding: 6.93% 0 365px;
  background: url(../img/top/mainvisual.jpg) center no-repeat;
  background-size: cover;
}
.mainvisual-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(12px, 1.4285714286vw, 20px);
}
@media screen and (max-width: 768px) {
  .mainvisual-text {
    font-size: clamp(12px, 2.8571428571vw, 20px);
  }
}
.mainvisual-text .title {
  margin-bottom: calc(28px - (((54px * 1.5) - 54px) / 2));
  font-size: 54px;
  font-size: 3.375rem;
  font-size: 54px;
  font-size: 3.375rem;
  font-size: clamp(28px, 3.8571428571vw, 54px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mainvisual-text .title {
    font-size: clamp(28px, 7.7142857143vw, 54px);
  }
}
.mainvisual-text .sub-title {
  margin-bottom: calc(47px - (((32px * 1.5) - 32px) / 2));
  font-size: 32px;
  font-size: 2rem;
  font-size: 32px;
  font-size: 2rem;
  font-size: clamp(16px, 2.2857142857vw, 32px);
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .mainvisual-text .sub-title {
    font-size: clamp(16px, 4.5714285714vw, 32px);
  }
}
.mainvisual-text p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding: 45px 20px 340px;
    background: url(../img/top/mainvisual_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .mainvisual-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .mainvisual-text .title {
    margin-bottom: calc(20px - (((28px * 1.5) - 28px) / 2));
    font-size: 28px;
    font-size: 1.75rem;
  }
  .mainvisual-text .sub-title {
    margin-bottom: calc(16px - (((16px * 1.5) - 16px) / 2));
    font-size: 16px;
    font-size: 1rem;
  }
}

.contents {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 20px;
  }
}

.t-section {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 60px 0;
}
.t-section__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(14px, 1.2857142857vw, 18px);
  color: #EB6200;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .t-section__title {
    font-size: clamp(14px, 2.5714285714vw, 18px);
  }
}
.t-section__headline {
  margin-bottom: 32px;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(24px, 2vw, 28px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-section__headline {
    font-size: clamp(24px, 4vw, 28px);
  }
}
.t-section.-column .contents {
  display: grid;
  grid-template-columns: auto 62.5%;
  grid-template-rows: calc(50% - 20px) calc(50% + 20px);
}
.t-section.-column .t-section__title {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(24px, 2vw, 28px);
  color: inherit;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .t-section.-column .t-section__title {
    font-size: clamp(24px, 4vw, 28px);
  }
}
.t-section.-column .column-detail {
  grid-column: 2;
  grid-row: 1 / 3;
}
.t-section.-column .column-detail + .btn {
  grid-column: 1;
  grid-row: 2;
}
.t-section.-column .column-detail + .btn a {
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .t-section {
    padding: 50px 0;
  }
  .t-section__title {
    margin-bottom: calc(14px - (((14px * 1.5) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
  }
  .t-section__headline {
    margin-bottom: calc(30px - (((24px * 1.5) - 24px) / 2));
    font-size: 24px;
    font-size: 1.5rem;
  }
  .t-section.-column .contents {
    display: block;
  }
  .t-section.-column .t-section__title {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(16px, 1.2857142857vw, 18px);
  border-radius: 50px;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: clamp(16px, 2.5714285714vw, 18px);
  }
}
.btn a:hover {
  opacity: .8;
}
.btn a.btn__back {
  min-width: 300px;
  background: #666;
}
.btn__back {
  display: inline-block;
  min-width: 300px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 50px;
  transition: .3s;
  background: #666;
}
.btn__back:hover {
  cursor: pointer;
  opacity: .8;
}
.btn__submit {
  display: inline-block;
  min-width: 300px;
  margin: 0 auto;
  padding: 20px;
  background: #EB6200;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 50px;
  transition: .3s;
}
.btn__submit:hover {
  cursor: pointer;
  opacity: .8;
}
.btn__confirm {
  display: inline-block;
  min-width: 300px;
  margin: 0 auto;
  padding: 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 50px;
  transition: .3s;
}
.btn__confirm:hover {
  cursor: pointer;
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .btn a {
    display: block;
    min-width: unset;
    width: 88.06%;
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .btn__submit, .btn__confirm, .btn__back {
    display: block;
    min-width: unset;
    width: 88.06%;
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.main-contents {
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}
.main-contents-header {
  margin: 80px 0 0;
  text-align: center;
}
.main-contents-header__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-contents-header__title {
    font-size: clamp(18px, 4vw, 28px);
  }
}
.main-contents-header__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(18px, 1.7142857143vw, 24px);
}
@media screen and (max-width: 768px) {
  .main-contents-header__text {
    font-size: clamp(18px, 3.4285714286vw, 24px);
  }
}
.main-contents-header__text + p {
  margin-top: 28px;
}
.main-contents-header p {
  line-height: 1.7;
}
.main-contents-header small {
  display: block;
  text-align: right;
  font-size: smaller;
}
.main-contents-header__img {
  flex-shrink: 0;
  width: 41.67%;
  margin-left: 50px;
}
.main-contents-header.-column {
  display: flex;
  align-items: center;
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main-contents {
    margin-bottom: 50px;
  }
  .main-contents-header {
    margin: 25px 0 30px;
    text-align: left;
  }
  .main-contents-header__title {
    margin-bottom: calc(20px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
  .main-contents-header__text {
    margin-bottom: calc(20px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .main-contents-header__text + p {
    margin-top: 0;
  }
  .main-contents-header-detail {
    margin-bottom: 20px;
  }
  .main-contents-header__img {
    width: 100%;
    margin: 0;
  }
  .main-contents-header.-column {
    display: block;
    margin-top: 25px;
  }
  .main-contents-header + .section {
    padding-top: 20px;
  }
}

.page-top .main-contents {
  margin-bottom: 0;
}

.top-market {
  margin-top: -15%;
  padding: 0;
}
.top-market .contents {
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  background: #fff;
}
.top-market .t-section__title,
.top-market .t-section__headline {
  width: 100%;
}
.top-market .text {
  width: 60%;
  padding-right: 3.92%;
}
.top-market .text p {
  line-height: 1.7;
}
.top-market .text b {
  font-weight: bold;
}
.top-market .text small {
  display: block;
  text-align: right;
  font-size: smaller;
}
.top-market .img {
  width: 40%;
}
.top-market .btn {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-market {
    margin-top: 0;
    padding: 50px 0;
  }
  .top-market .contents {
    display: block;
    padding: 0 20px;
  }
  .top-market .text {
    width: 100%;
    padding: 0;
  }
  .top-market .img {
    width: 88.06%;
    margin: 30px auto 0;
  }
  .top-market .btn {
    width: 100%;
    margin-top: 30px;
  }
}

.top-advantage {
  position: relative;
  z-index: 1;
  margin: 0;
  background: url(../img/top/bg_advantage.jpg) no-repeat;
  background-size: auto 62%;
  text-align: center;
  color: #fff;
}
.top-advantage-img-list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 40px;
}
.top-advantage-img-list li {
  width: calc(100% / 4 - (120px / 4));
  text-align: center;
  font-weight: bold;
  color: #000;
}
.top-advantage-img-list li img {
  margin-bottom: 20px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-advantage {
    padding-top: 0;
    background: none;
    color: inherit;
    text-align: left;
  }
  .top-advantage .title-group {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 -20px 30px;
    padding: 40px 20px;
    background: url(../img/top/bg_advantage_sp.jpg) no-repeat;
    background-size: cover;
    text-align: center;
  }
  .top-advantage .title-group .t-section__title,
  .top-advantage .title-group .t-section__headline {
    position: relative;
    z-index: 1;
  }
  .top-advantage .title-group .t-section__headline {
    margin-bottom: 0;
    color: #fff;
  }
  .top-advantage-img-list {
    flex-wrap: wrap;
    margin: 20px 0 15px;
  }
  .top-advantage-img-list li {
    width: calc(100% / 2 - 5px);
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .top-advantage-img-list li img {
    margin-bottom: 5px;
    border: 0;
  }
}

.top-plan {
  background: url(../img/top/bg_plan.jpg) no-repeat;
  background-size: cover;
}
.top-plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top-plan-list .item {
  width: calc(100% / 3 - (60px / 3));
  margin-top: 30px;
  background: #fff;
}
.top-plan-list .item .item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  padding: 7.89%;
}
.top-plan-list .item .item-header-text {
  padding: 14px;
  background: #EB6200;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(13px, 1.2857142857vw, 18px);
}
@media screen and (max-width: 768px) {
  .top-plan-list .item .item-header-text {
    font-size: clamp(13px, 2.5714285714vw, 18px);
  }
}
.top-plan-list .item .type {
  max-width: 100px;
  min-width: calc(3em + 24px);
  width: 33%;
  margin-right: 18px;
  padding: 12px;
  text-align: center;
  background: #EB6200;
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(14px, 1.2857142857vw, 18px);
}
@media screen and (max-width: 768px) {
  .top-plan-list .item .type {
    font-size: clamp(14px, 2.5714285714vw, 18px);
  }
}
.top-plan-list .item .name {
  font-size: 32px;
  font-size: 2rem;
  font-size: 32px;
  font-size: 2rem;
  font-size: clamp(18px, 2.2857142857vw, 32px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-plan-list .item .name {
    font-size: clamp(18px, 4.5714285714vw, 32px);
  }
}
.top-plan-list .item .name span {
  font-size: 60px;
  font-size: 3.75rem;
  font-size: 60px;
  font-size: 3.75rem;
  font-size: clamp(30px, 4.2857142857vw, 60px);
}
@media screen and (max-width: 768px) {
  .top-plan-list .item .name span {
    font-size: clamp(30px, 8.5714285714vw, 60px);
  }
}
.top-plan-list .item .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #ddd;
}
.top-plan-list .item .detail dl {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 24px;
}
.top-plan-list .item .detail dl dt {
  margin-right: 1em;
  color: #666;
}
.top-plan-list .item .detail dl dd {
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(14px, 1.2857142857vw, 18px);
}
@media screen and (max-width: 768px) {
  .top-plan-list .item .detail dl dd {
    font-size: clamp(14px, 2.5714285714vw, 18px);
  }
}
.top-plan-list .item .detail .btn a {
  min-width: 160px;
  padding: 6px;
  background: none;
  color: #EB6200;
  border: 2px solid #EB6200;
  font-size: 16px;
  font-size: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(14px, 1.1428571429vw, 16px);
}
@media screen and (max-width: 768px) {
  .top-plan-list .item .detail .btn a {
    font-size: clamp(14px, 2.2857142857vw, 16px);
  }
}
.top-plan-list .item.-wide {
  width: calc(100% / 2 - 15px);
}
.top-plan-list .item.-wide .name span {
  font-size: 48px;
  font-size: 3rem;
  font-size: 48px;
  font-size: 3rem;
  font-size: clamp(26px, 3.4285714286vw, 48px);
}
@media screen and (max-width: 768px) {
  .top-plan-list .item.-wide .name span {
    font-size: clamp(26px, 6.8571428571vw, 48px);
  }
}
.top-plan-list .item.-wide .detail {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-plan-list .item.-wide .detail dl {
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 969px) {
  .top-plan-list {
    margin-bottom: 30px;
  }
  .top-plan-list .item.-wide .detail {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
  .top-plan-list .item.-wide .detail dl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-plan {
    background-image: url(../img/top/bg_plan_sp.jpg);
  }
  .top-plan-list {
    display: block;
  }
  .top-plan-list .item {
    width: 100%;
    margin-top: 15px;
  }
  .top-plan-list .item > a {
    display: block;
  }
  .top-plan-list .item > a .item-header {
    position: relative;
  }
  .top-plan-list .item > a .item-header:after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    background: url(../img/icon_arrow2.svg) center no-repeat;
    background-size: contain;
  }
  .top-plan-list .item .item-header {
    justify-content: flex-start;
    padding: 15px;
  }
  .top-plan-list .item .item-header-text {
    padding: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .top-plan-list .item .type {
    width: 80px;
    margin-right: 15px;
    padding: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .top-plan-list .item .name {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .top-plan-list .item .name span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .top-plan-list .item .detail {
    padding: 15px;
  }
  .top-plan-list .item .detail dl {
    margin-right: auto;
    margin-bottom: 12px;
  }
  .top-plan-list .item .detail dl dd {
    font-size: 16px;
    font-size: 1rem;
  }
  .top-plan-list .item .detail .btn {
    display: none;
  }
  .top-plan-list .item.-wide {
    width: 100%;
  }
  .top-plan-list .item.-wide .name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .top-plan-list .item.-wide .name span {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .top-plan-list .item.-wide .detail {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .top-plan-list .item.-wide .detail dl {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-owner .contents {
    padding: 0;
  }
  .top-owner .owner-list li {
    margin-bottom: 0;
  }
  .top-owner .btn {
    padding: 0 20px;
  }
}

.owner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.owner-list li {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 2 - 15px);
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #bbb;
}
.owner-list li .img {
  flex-shrink: 0;
  width: 44.04%;
  margin-right: 18px;
}
.owner-list li .text {
  width: calc(100% - 44.04% - 18px);
}
.owner-list li .text .title {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.owner-list li .text .store {
  margin-bottom: 1em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  line-height: 1;
}
.owner-list li .btn {
  width: 100%;
  margin-top: auto;
  text-align: right;
}
.owner-list li .btn a {
  min-width: unset;
  padding: 12px 40px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .owner-list {
    display: block;
    margin-bottom: 30px;
  }
  .owner-list li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .owner-list li .img {
    width: 100%;
    margin: 0;
  }
  .owner-list li .text {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .owner-list li .text .title {
    margin-bottom: 10px;
    text-align: left;
  }
  .owner-list li .btn {
    padding: 0 15px 15px 0;
  }
  .owner-list li .btn a {
    display: inline-flex;
    align-items: center;
    min-width: unset;
    width: auto;
    padding: 0;
    background: none;
    border: 0px;
    color: #000;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .owner-list li .btn a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-left: 5px;
    background: url(../img/icon_arrow.svg) no-repeat;
    background-size: contain;
  }
  .owner-list .slick-slide {
    margin-right: 8.5px;
    margin-left: 8.5px;
  }
  .owner-list .slick-arrow {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgba(235, 98, 0, 0.8) url(../img/arrow_left.svg) center no-repeat;
    background-size: 8px;
    font-size: 0;
    z-index: 10;
  }
  .owner-list .slick-next {
    left: unset;
    right: 5px;
    background-image: url(../img/arrow_right.svg);
  }
}

.top-flow {
  background: url(../img/top/bg_flow.jpg) center no-repeat;
  background-size: cover;
}
.top-flow .t-section__title {
  color: #fff !important;
}
.top-flow .btn a {
  background: none;
  border: 1px solid #fff;
}
.top-flow .column-detail {
  padding: 40px;
  background: #fff;
}
.top-flow .column-detail dl {
  display: grid;
  grid-template-columns: 28.36% auto;
  grid-gap: 20px 0;
}
.top-flow .column-detail dl dt {
  padding-right: 18px;
}
.top-flow .column-detail dl dt span {
  display: block;
  padding: 8px;
  border: 1px solid #707070;
  text-align: center;
}
.top-flow .column-detail dl dd {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.top-flow .column-detail dl dd span {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-family: 'arial';
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-flow {
    background: #222 url(../img/top/bg_flow_sp.jpg) center top no-repeat;
    background-size: contain;
  }
  .top-flow .column-detail {
    padding: 34px 15px 20px;
  }
  .top-flow .column-detail dl {
    position: relative;
    display: grid;
    grid-template-columns: 28.36% auto;
    grid-gap: 15px 0;
  }
  .top-flow .column-detail dl:before {
    position: absolute;
    left: calc(14.18% - 7px);
    top: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #707070;
  }
  .top-flow .column-detail dl dt {
    position: relative;
    z-index: 1;
    padding-right: 10px;
  }
  .top-flow .column-detail dl dt span {
    font-size: 10px;
    font-size: 0.625rem;
    background: #fff;
  }
  .top-flow .column-detail dl dd {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .top-flow .column-detail dl dd span {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .top-flow .btn {
    padding: 0 15px 40px;
    background: #fff;
  }
  .top-flow .btn a {
    background: #000;
  }
}

.top-faq-list li {
  margin-bottom: 20px;
  border: 1px solid #bbb;
}
.top-faq-list li a {
  position: relative;
  display: block;
  padding: 20px;
}
.top-faq-list li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top-faq-list {
    margin-bottom: 30px;
  }
  .top-faq-list li {
    margin-bottom: 15px;
  }
}

.topics {
  background: url(../img/top/bg_topics.jpg) center no-repeat;
  background-size: cover;
}
.topics__title {
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
}
.topics-slider li .img {
  margin-bottom: 10px;
}
.topics-slider li .category {
  margin-bottom: 10px;
}
.topics-slider li .category span {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.topics-slider li .category.studio span {
  background: #000;
}
.topics-slider li .category.online span {
  background: #EB6200;
}
.topics-slider li .category.youtube span {
  background: #DD0000;
}
.topics-slider li .category.youtube2 span {
  background: #DD0000;
}
.topics-slider li .category.useful span {
  background: #04A37F;
}
.topics-slider li .category.dodogolf span {
  background: #009f36;
}
.topics-slider li .title {
  font-weight: bold;
}
.topics-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .topics__title {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .topics-slider li .title {
    font-size: 16px;
    font-size: 1rem;
  }
  .topics-slider .slick-slide {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .topics-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgba(235, 98, 0, 0.8) url(../img/arrow_left.svg) center no-repeat;
    background-size: 8px;
    font-size: 0;
    z-index: 10;
  }
  .topics-slider .slick-next {
    left: unset;
    right: 5px;
    background-image: url(../img/arrow_right.svg);
  }
}

.floating-nav {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .floating-nav .reserve-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    z-index: 1000;
  }
  .floating-nav .reserve-link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 150px;
    background: #EB6200;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    transition: .3s;
  }
  .floating-nav .reserve-link a:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    background: url(../img/mail.svg) center no-repeat;
    background-size: contain;
  }
  .floating-nav .reserve-link a:hover {
    opacity: .8;
  }
  .floating-nav .reserve-link a span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .floating-nav .floating-tel {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .floating-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 100;
  }
  .floating-nav > div {
    width: 50%;
  }
  .floating-nav > div a {
    display: block;
    height: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
  }
  .floating-nav .reserve-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EB6200;
  }
  .floating-nav .floating-tel {
    background: #000;
  }
  .floating-nav .floating-tel a {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'arial';
    font-weight: 900;
  }
  .floating-nav .floating-tel a span {
    font-size: 10px;
    font-size: 0.625rem;
    font-family: 'Roboto';
  }
  .floating-nav .floating-tel a small {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-family: 'Noto Sans JP';
  }
}

.contact-infomation {
  padding: 40px 0;
  background: #EB6200;
  color: #fff;
}
.contact-infomation__title {
  margin-bottom: calc(40px - (((28px * 1.5) - 28px) / 2));
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(18px, 2vw, 28px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-infomation__title {
    font-size: clamp(18px, 4vw, 28px);
  }
}
.contact-infomation-detail {
  display: flex;
}
.contact-infomation-detail > div {
  display: flex;
  align-items: center;
  width: 50%;
}
.contact-infomation-detail > div + div {
  margin-left: 44px;
  border-left: 1px solid #fff;
}
.contact-infomation-detail > div dt {
  flex-shrink: 0;
  width: 40%;
  text-align: center;
}
.contact-infomation-detail > div dd {
  width: 60%;
  text-align: center;
}
.contact-infomation-detail .tel dt {
  width: 30%;
}
.contact-infomation-detail .tel dd {
  width: 70%;
}
.contact-infomation-detail .tel a {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-size: clamp(28px, 2.8571428571vw, 40px);
  font-family: 'arial';
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-infomation-detail .tel a {
    font-size: clamp(28px, 5.7142857143vw, 40px);
  }
}
.contact-infomation-detail .tel a:before {
  content: "";
  display: inline-block;
  width: 48px;
  width: 6.8571428571vw;
  width: 13.33%;
  max-width: 48px;
  aspect-ratio: 48 / 32;
  margin-right: 18px;
  margin-right: 5%;
  background: url(../img/tel_f.svg) no-repeat;
  background-size: contain;
}
.contact-infomation-detail .tel small {
  display: block;
  margin-top: 5px;
  text-align: center;
  padding-left: 18.33%;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(12px, 1.1428571429vw, 16px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-infomation-detail .tel small {
    font-size: clamp(12px, 2.2857142857vw, 16px);
  }
}
.contact-infomation-detail .web .btn a {
  min-width: unset;
  width: 100%;
  background: #fff;
  color: #EB6200;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(14px, 1.4285714286vw, 28px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-infomation-detail .web .btn a {
    font-size: clamp(14px, 2.8571428571vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .contact-infomation {
    padding: 40px 0;
  }
  .contact-infomation__title {
    margin-bottom: calc(30px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .contact-infomation-detail {
    display: block;
  }
  .contact-infomation-detail > div {
    display: block;
    width: 100%;
  }
  .contact-infomation-detail > div + div {
    margin: 30px 0 0;
    padding-top: 30px;
    border: 0;
    border-top: 1px solid #fff;
  }
  .contact-infomation-detail > div dt {
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1rem;
  }
  .contact-infomation-detail > div dd {
    width: 100%;
  }
  .contact-infomation-detail .tel dt {
    width: 100%;
  }
  .contact-infomation-detail .tel dd {
    width: 100%;
  }
  .contact-infomation-detail .tel a {
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    white-space: nowrap;
  }
  .contact-infomation-detail .tel a:before {
    width: 34px;
    height: 22px;
    margin-right: 10px;
  }
  .contact-infomation-detail .tel small {
    margin-top: 5px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .contact-infomation-detail .web .btn a {
    width: 88.06%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* タイトル */
.page-header {
  display: flex;
  flex-direction: column;
  padding: 20px 60px 50px;
  height: 196px;
  justify-content: center;
  align-items: center;
  background: url(../img/bg_page_header.jpg) center no-repeat;
  background-size: cover;
}
.page-header .page-title {
  order: 2;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  font-size: 48px;
  font-size: 3rem;
  font-size: 48px;
  font-size: 3rem;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-header .page-title {
    font-size: clamp(24px, 6.8571428571vw, 48px);
  }
}
.page-header .page-title span {
  display: block;
  margin-bottom: calc(10px - (((16px * 1.5) - 16px) / 2));
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.page-header .breadcrumb {
  order: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto auto;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-header .breadcrumb ol {
  display: flex;
}
.page-header .breadcrumb ol li {
  color: #fff;
}
.page-header .breadcrumb ol li:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}
.page-header .breadcrumb ol li:last-child:after {
  display: none;
}
.page-header .breadcrumb ol li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 120px;
    padding: 10px 20px 20px;
  }
  .page-header .page-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .page-header .page-title span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .page-header .breadcrumb {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.title-l3 {
  display: flex;
  margin-bottom: calc(50px - (((28px * 1.5) - 28px) / 2));
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .title-l3 {
    font-size: clamp(20px, 4vw, 28px);
  }
}
.title-l3:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-top: .5em;
  margin-right: 15px;
  border-radius: 100%;
  background: #EB6200;
}
@media screen and (max-width: 768px) {
  .title-l3 {
    margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
    font-size: 20px;
    font-size: 1.25rem;
  }
  .title-l3:before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}

.title-l4 {
  margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(18px, 1.4285714286vw, 20px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .title-l4 {
    font-size: clamp(18px, 2.8571428571vw, 20px);
  }
}
.title-l4.-num {
  display: flex;
  align-items: center;
  margin-bottom: calc(30px - (((24px * 1.5) - 24px) / 2));
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(20px, 1.7142857143vw, 24px);
}
@media screen and (max-width: 768px) {
  .title-l4.-num {
    font-size: clamp(20px, 3.4285714286vw, 24px);
  }
}
.title-l4.-num span {
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 50px;
  font-size: 3.125rem;
  font-size: 50px;
  font-size: 3.125rem;
  font-size: clamp(40px, 3.5714285714vw, 50px);
  font-family: 'Roboto';
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .title-l4.-num span {
    font-size: clamp(40px, 7.1428571429vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .title-l4 {
    margin-bottom: calc(20px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .title-l4.-num {
    margin-bottom: calc(20px - (((20px * 1.5) - 20px) / 2));
    font-size: 20px;
    font-size: 1.25rem;
  }
  .title-l4.-num span {
    margin-right: 10px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.title-l5 {
  margin-top: calc(34px - (((20px * 1.5) - 20px) / 2));
  margin-bottom: calc(20px - (((20px * 1.5) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .title-l5 {
    margin-top: calc(23px - (((18px * 1.5) - 18px) / 2));
    margin-bottom: calc(16px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.link {
  display: inline-flex;
  align-items: center;
  color: #EB6200 !important;
}
.link[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 10px;
  background: url(../img/icon_blank.svg) no-repeat;
  background-size: contain;
}

.list-att li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: calc(15px - (((1rem * 1.5) - 1rem) / 2));
}

.page-nav {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  padding: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-nav li {
  margin: 0 25px;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(16px, 1.2857142857vw, 18px);
}
@media screen and (max-width: 768px) {
  .page-nav li {
    font-size: clamp(16px, 2.5714285714vw, 18px);
  }
}
.page-nav li a {
  display: flex;
  align-items: center;
}
.page-nav li a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url(../img/icon_arrow_down.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page-nav {
    display: block;
    margin-top: 30px;
    padding: 30px 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .page-nav li {
    margin: 0 0 24px;
    margin-bottom: calc(24px - (((16px * 1.5) - 16px) / 2));
  }
  .page-nav li:last-child {
    margin-bottom: 0;
  }
  .page-nav li a {
    justify-content: space-between;
  }
  .page-nav li a:after {
    width: 16px;
    height: 16px;
  }
}

.related {
  padding: 50px 0;
  background: url(../img/bg_related_pc.jpg) center top no-repeat;
  background-size: cover;
}
.related__title {
  margin-bottom: calc(30px - (((28px * 1.5) - 28px) / 2));
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(18px, 2vw, 28px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .related__title {
    font-size: clamp(18px, 4vw, 28px);
  }
}
.related-list {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
}
.related-list li {
  flex: 1;
  margin: 0 10px;
}
.related-list li a {
  position: relative;
  display: block;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  font-weight: bold;
}
.related-list li a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(../img/icon_arrow.svg) center no-repeat;
  background-size: contain;
}
.related-list.-plan li a {
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-rows: max-content 1fr;
  padding: 15px;
  text-align: left;
  font-weight: normal;
}
.related-list.-plan li a:after {
  background-image: url(../img/icon_arrow2.svg);
}
.related-list.-plan li a .type {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #EB6200;
  color: #fff;
}
.related-list.-plan li a .name {
  grid-column: 2;
  grid-row: 1;
  font-weight: bold;
}
.related-list.-plan li a .name span {
  font-size: 30px;
  font-size: 1.875rem;
}
.related-list.-plan li a .spec {
  grid-column: 2;
  grid-row: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
.related-list.-plan li a .spec span {
  margin-right: 5px;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}
.related-list.-plan li.practice a .name span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .related {
    padding: 30px 0;
    background-image: url(../img/bg_related_sp.jpg);
  }
  .related__title {
    margin-bottom: calc(23px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .related-list {
    display: block;
    margin: 0;
  }
  .related-list li {
    flex: 1;
    margin: 0 0 15px;
  }
  .related-list li:last-child {
    margin-bottom: 0;
  }
  .related-list li a {
    padding: 20px;
    text-align: left;
  }
}

.section {
  padding: 80px 0;
  border-bottom: 1px solid #ddd;
}
.section:nth-last-of-type(1) {
  border-bottom: 0;
}
.section:last-child {
  padding-bottom: 0;
}
.section figure {
  text-align: center;
}
.section figure figcaption {
  margin-top: 23px;
}
.section figure + p {
  margin-top: 50px;
}
.section p {
  line-height: 1.7;
}
.section p + p {
  margin-top: 15px;
}
.section .caption {
  margin-top: 23px;
}
.section .column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.section .column .text {
  width: 100%;
}
.section .column .img {
  flex-shrink: 0;
  width: 41.67%;
  margin-left: 50px;
}
.section .column.-imgL {
  flex-direction: row-reverse;
}
.section .column.-imgL .img {
  margin-left: 0;
  margin-right: 50px;
}
.section .column:last-child {
  margin-bottom: 0;
}
.section .img-group {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.section .img-group img {
  width: calc(100% / 2 - 25px);
}
.section .img-group:last-child {
  margin-bottom: 0;
}
.section .text-att {
  margin-top: calc(15px - (((14px * 1.5) - 14px) / 2));
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
  .section figure figcaption {
    text-indent: -1em;
    margin-top: 15px;
    padding-left: 1em;
    text-align: left;
  }
  .section figure + p {
    margin-top: 15px;
  }
  .section p + p {
    margin-top: 15px;
  }
  .section .caption {
    text-indent: -1em;
    margin-top: 15px;
    padding-left: 1em;
    text-align: left;
  }
  .section .column {
    display: block;
    margin-bottom: 55px;
  }
  .section .column .img {
    width: 100%;
    margin: 20px 0 0;
  }
  .section .column.-imgL .img {
    margin: 20px 0 0;
  }
  .section .img-group {
    margin: 20px 0;
  }
  .section .img-group img {
    width: calc(100% / 2 - 4px);
  }
  .section .text-att {
    margin-top: calc(10px - (((12px * 1.5) - 12px) / 2));
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.advantage-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage-support .item {
  width: calc(100% / 3 - 20px);
  text-align: center;
  padding: 40px 20px;
  background: #F6F6F6;
}
.advantage-support .item:nth-of-type(1), .advantage-support .item:nth-of-type(2) {
  width: calc(100% / 2 - 25px);
  margin-bottom: 50px;
  padding: 40px 40px 30px;
}
.advantage-support .item:nth-of-type(1) .title, .advantage-support .item:nth-of-type(2) .title {
  margin-bottom: calc(27px - (((22px * 1.5) - 22px) / 2));
}
.advantage-support .item .title {
  margin-bottom: calc(17px - (((22px * 1.5) - 22px) / 2));
  font-size: 22px;
  font-size: 1.375rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(18px, 1.5714285714vw, 22px);
}
@media screen and (max-width: 768px) {
  .advantage-support .item .title {
    font-size: clamp(18px, 3.1428571429vw, 22px);
  }
}
.advantage-support .item .img {
  margin-top: 48px;
}
.advantage-support .item .note {
  margin-top: calc(14px - (((12px * 1.5) - 12px) / 2));
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .advantage-support {
    display: block;
  }
  .advantage-support .item {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding: 20px;
  }
  .advantage-support .item:nth-of-type(1), .advantage-support .item:nth-of-type(2) {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .advantage-support .item:nth-of-type(1) .title, .advantage-support .item:nth-of-type(2) .title {
    margin-bottom: calc(22px - (((18px * 1.5) - 18px) / 2));
  }
  .advantage-support .item .title {
    margin-bottom: calc(22px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .advantage-support .item .img {
    margin-top: 18px;
  }
  .advantage-support .item .note {
    margin-top: calc(8px - (((10px * 1.5) - 10px) / 2));
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.plan-header {
  padding-top: 80px;
  border-top: 1px solid #ddd;
}
.plan-header-section__title {
  margin-bottom: calc(50px - (((28px * 1.5) - 28px) / 2));
  font-size: 28px;
  font-size: 1.75rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(18px, 2vw, 28px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-header-section__title {
    font-size: clamp(18px, 4vw, 28px);
  }
}
.plan-header-section + .plan-header-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .plan-header {
    padding-top: 50px;
  }
  .plan-header-section__title {
    margin-bottom: calc(30px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .plan-header-section + .plan-header-section {
    margin-top: 50px;
  }
}

.plan-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.plan-table th, .plan-table td {
  padding: 23px;
  padding-top: calc(23px - (((1rem * 1.5) - 1rem) / 2));
  padding-bottom: calc(23px - (((1rem * 1.5) - 1rem) / 2));
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
.plan-table th {
  background: #444;
  color: #fff;
  font-weight: normal;
}
.plan-table th:nth-of-type(1) {
  width: 19.17%;
}
.plan-table th.plan-table-header {
  padding: 0;
  font-weight: bold;
}
.plan-table th.plan-table-header a {
  display: flex;
  align-items: center;
  padding: 30px;
  padding: 30px 7.89%;
  background: #EB6200;
  color: #fff;
}
.plan-table th.plan-table-header a:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin-left: auto;
  background: url(../img/icon_arrow_f.svg) center no-repeat;
  background-size: contain;
}
.plan-table th.plan-table-header .type {
  max-width: 100px;
  min-width: calc(3em + 24px);
  width: 33%;
  margin-right: 15px;
  padding: 12px;
  text-align: center;
  background: #fff;
  color: #EB6200;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(14px, 1.1428571429vw, 16px);
}
@media screen and (max-width: 768px) {
  .plan-table th.plan-table-header .type {
    font-size: clamp(14px, 2.2857142857vw, 16px);
  }
}
.plan-table th.plan-table-header .name {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(14px, 1.4285714286vw, 20px);
}
@media screen and (max-width: 768px) {
  .plan-table th.plan-table-header .name {
    font-size: clamp(14px, 2.8571428571vw, 20px);
  }
}
.plan-table th.plan-table-header .name span {
  font-size: 40px;
  font-size: 2.5rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-size: clamp(24px, 2.8571428571vw, 40px);
}
@media screen and (max-width: 768px) {
  .plan-table th.plan-table-header .name span {
    font-size: clamp(24px, 5.7142857143vw, 40px);
  }
}
.plan-table td {
  font-weight: bold;
}
.plan-table.inshop th.plan-table-header .name span {
  font-size: 30px;
  font-size: 1.875rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-size: clamp(20px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 768px) {
  .plan-table.inshop th.plan-table-header .name span {
    font-size: clamp(20px, 4.2857142857vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .plan-table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .plan-table th, .plan-table td {
    padding: 18px 14;
    padding-top: calc(18px - (((1rem * 1.5) - 1rem) / 2));
    padding-bottom: calc(18px - (((1rem * 1.5) - 1rem) / 2));
    font-size: 14px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .plan-table th {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .plan-table th:nth-of-type(1) {
    width: 100px;
  }
  .plan-table th.plan-table-header a {
    padding: 15px;
  }
  .plan-table th.plan-table-header a:after {
    margin-left: 50px;
  }
  .plan-table th.plan-table-header .type {
    width: 60px;
    padding: 7px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .plan-table th.plan-table-header .name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .plan-table th.plan-table-header .name span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .plan-table.inshop th.plan-table-header a:after {
    margin-left: 45px;
  }
  .plan-table.inshop th.plan-table-header .name span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.plan-section {
  display: grid;
  grid-template-columns: auto 45.83%;
  grid-template-rows: max-content max-content 1fr;
}
.plan-section .title-l3 {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: calc(30px - (((28px * 1.5) - 28px) / 2));
}
.plan-section .text {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .plan-section .text {
    font-size: clamp(14px, 2.2857142857vw, 16px);
  }
}
.plan-section .img {
  grid-column: 2;
  grid-row: 1 / 4;
  padding-left: 50px;
}
.plan-section .btn {
  grid-column: 1;
  grid-row: 3;
  text-align: left;
}
.plan-section .btn a {
  max-width: 300px;
  min-width: unset;
  width: 100%;
  padding-top: calc(20px - (((1rem * 1.5) - 1rem) / 2));
  padding-bottom: calc(20px - (((1rem * 1.5) - 1rem) / 2));
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-section {
    display: block;
  }
  .plan-section .title-l3 {
    margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
  }
  .plan-section .text {
    margin-bottom: calc(30px - (((16px * 1.5) - 16px) / 2));
    font-size: 16px;
    font-size: 1rem;
  }
  .plan-section .img {
    margin-bottom: 30px;
    padding: 0;
  }
  .plan-section .btn {
    text-align: center;
  }
  .plan-section .btn a {
    width: 88.06%;
    margin: 0 auto;
    padding-top: calc(15px - (((1rem * 1.5) - 1rem) / 2));
    padding-bottom: calc(15px - (((1rem * 1.5) - 1rem) / 2));
  }
}

.plan-detail-header {
  justify-content: space-between;
}
.plan-detail-header .main-contents-header__text {
  font-weight: bold;
  line-height: 2;
}
.plan-detail-header .slider .slick-dots {
  position: absolute;
  right: 0;
  top: 342px;
  display: flex;
}
.plan-detail-header .slider .slick-dots li {
  margin-left: 10px;
}
.plan-detail-header .slider .slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ddd;
}
.plan-detail-header .slider .slick-dots li.slick-active button {
  background: #000;
}
.plan-detail-header .slider .slick-dots li:only-child {
  display: none;
}
.plan-detail-header .slider dl dt {
  margin-top: calc(10px - (((1rem * 1.5) - 1rem) / 2));
  margin-bottom: calc(10px - (((1rem * 1.5) - 1rem) / 2));
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.plan-detail-header .slider dl dd {
  font-weight: bold;
}
.plan-detail-header .slider dl dd a {
  display: inline-flex;
  align-items: center;
}
.plan-detail-header .slider dl dd a:after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  margin-left: 10px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
}
.plan-detail-section .title-l3 {
  margin-bottom: calc(50px - (((28px * 1.5) - 28px) / 2));
}
.plan-detail-section .title-l4 {
  margin-top: calc(50px - (((20px * 1.5) - 20px) / 2));
}
.plan-detail-section p {
  margin-bottom: calc(30px - (((1rem * 1.5) - 1rem) / 2));
}
.plan-detail-section p:last-child {
  margin-bottom: 0;
}
.plan-detail-section .graph {
  text-align: center;
}
.plan-detail-section .graph img {
  width: 77.5%;
}
.plan-detail-section .area dt {
  margin-bottom: .5em;
  font-weight: bold;
}
.plan-detail-section dl.area {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
}
.plan-detail-section .owner-list li .btn a {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: none;
  border: 0;
  color: #EB6200;
  font-size: 14px;
  font-size: 0.875rem;
}
.plan-detail-section .owner-list li .btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin-left: 10px;
  background: url(../img/icon_arrow2.svg) no-repeat;
  background-size: contain;
}
.plan-detail-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.plan-detail-table th, .plan-detail-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.plan-detail-table th {
  width: 22%;
  background: #EEEEEE;
}
.plan-detail-table td span {
  color: #D30C0C;
}
.plan-detail-table td span.note {
  color: #444;
  margin-left: 30px;
}
.plan-detail-table td b {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(18px, 1.4285714286vw, 20px);
  font-weight: normal;
  font-family: 'Roboto';
}
@media screen and (max-width: 768px) {
  .plan-detail-table td b {
    font-size: clamp(18px, 2.8571428571vw, 20px);
  }
}
.plan-detail-table + .table-att {
  margin-top: 16px;
}
.plan-detail-table + .table-att li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: calc(10px - (((14px * 1.5) - 14px) / 2));
  font-size: 14px;
  font-size: 0.875rem;
}
.plan-detail-table + .table-att li a {
  color: #EB6200;
  text-decoration: underline;
}
.plan-detail-table + .table-att li a:hover {
  text-decoration: none;
}
.plan-detail-table + .table-att + .plan-detail-table {
  margin-top: 50px;
}
.plan-detail-table-wrap {
  margin-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
}
.plan-detail-table-wrap table th {
  width: auto;
}
.plan-detail-table-wrap table th:nth-of-type(1) {
  width: 13.42%;
}
.plan-detail-table-wrap table td {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(14px, 1.4285714286vw, 20px);
  white-space: nowrap;
  font-weight: normal;
  font-family: 'Roboto';
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-detail-table-wrap table td {
    font-size: clamp(14px, 2.8571428571vw, 20px);
  }
}
.plan-detail-table-wrap + .table-note {
  margin-top: 15px;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .plan-detail-header .slider .slick-dots {
    top: calc(80% + 10px);
  }
  .plan-detail-header .slider .slick-dots li {
    margin-left: 8px;
  }
  .plan-detail-header .slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .plan-detail-section .title-l3 {
    margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
  }
  .plan-detail-section .title-l4 {
    margin-top: calc(30px - (((20px * 1.5) - 20px) / 2));
  }
  .plan-detail-section .graph img {
    width: 100%;
  }
  .plan-detail-section .area {
    margin-bottom: 1em;
  }
  .plan-detail-section dl.area {
    margin-bottom: 10px;
    padding: 10px;
  }
  .plan-detail-section dl.area dt {
    margin-bottom: 5px;
  }
  .plan-detail-section .owner-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .plan-detail-section .owner-list li .img {
    flex-shrink: 0;
    width: 33.5%;
    margin-right: 12px;
  }
  .plan-detail-section .owner-list li .text {
    width: calc(100% - 33.5% - 12px);
    padding: 0;
    text-align: left;
  }
  .plan-detail-section .owner-list li .text .store {
    margin-bottom: calc(5px - (((10px * 1.5) - 10px) / 2));
    font-size: 10px;
    font-size: 0.625rem;
  }
  .plan-detail-section .owner-list li .btn {
    padding: 10px 0 0;
  }
  .plan-detail-section .owner-list li .btn a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .plan-detail-section .owner-list li .btn a:after {
    width: 5px;
    height: 9px;
    margin-left: 8px;
  }
  .plan-detail-table:not(.-model) {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 0px;
  }
  .plan-detail-table:not(.-model) tbody, .plan-detail-table:not(.-model) thead, .plan-detail-table:not(.-model) tr, .plan-detail-table:not(.-model) th, .plan-detail-table:not(.-model) td {
    display: block;
    width: 100%;
  }
  .plan-detail-table:not(.-model) th, .plan-detail-table:not(.-model) td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-right: 0;
    text-align: left;
  }
  .plan-detail-table:not(.-model) th {
    width: 100%;
    border-bottom: 0;
  }
  .plan-detail-table:not(.-model) td span.note {
    display: block;
    margin: 5px 0 0;
  }
  .plan-detail-table:not(.-model) td b {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .plan-detail-table:not(.-model) + .table-att {
    margin-top: 10px;
  }
  .plan-detail-table:not(.-model) + .table-att li {
    margin-bottom: calc(8px - (((12px * 1.5) - 12px) / 2));
    font-size: 12px;
    font-size: 0.75rem;
  }
  .plan-detail-table:not(.-model) + .table-att + .plan-detail-table {
    margin-top: 30px;
  }
  .plan-detail-table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .plan-detail-table-wrap table th, .plan-detail-table-wrap table td {
    white-space: nowrap;
  }
  .plan-detail-table-wrap table td {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .plan-detail-table-wrap + .table-note {
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.plan-feature {
  margin: 80px 0;
}
.plan-feature__headline {
  margin-bottom: calc(40px - (((20px * 1.5) - 20px) / 2));
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}
.plan-feature__headline span {
  font-weight: bold;
}
.plan-feature-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.plan-feature-list li {
  width: calc(100% / 3 - 20px);
  padding: 30px;
  padding-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  padding-bottom: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  background: #EB620026;
  border-radius: 10px;
  text-align: center;
  line-height: 1.7;
}
.plan-feature-recommend {
  position: relative;
  margin-bottom: 50px;
  padding: 30px;
  padding-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  padding-bottom: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  background: #EEEEEE;
  text-align: center;
}
.plan-feature-recommend:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 75px;
  height: 20px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #EEEEEE;
}
.plan-feature-recommend dt {
  margin-bottom: calc(24px - (((1rem * 1.5) - 1rem) / 2));
}
.plan-feature-recommend dd ul {
  display: flex;
  justify-content: space-between;
}
.plan-feature-recommend dd ul li {
  width: calc(100% / 2 - 20px);
  padding-top: calc(25px - (((1rem * 1.5) - 1rem) / 2));
  padding-bottom: calc(25px - (((1rem * 1.5) - 1rem) / 2));
  border-radius: 10px;
  background: #fff;
  line-height: 1.7;
}
.plan-feature__text {
  color: #EB6200;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .plan-feature {
    margin: 50px 0;
  }
  .plan-feature__headline {
    margin-bottom: calc(26px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .plan-feature__headline span {
    display: block;
  }
  .plan-feature-list {
    display: block;
  }
  .plan-feature-list li {
    width: 100%;
    margin: 0 0 15px;
    padding: 25px;
    padding-top: calc(25px - (((1rem * 1.5) - 1rem) / 2));
    padding-bottom: calc(25px - (((1rem * 1.5) - 1rem) / 2));
  }
  .plan-feature-recommend {
    width: calc(100% + 40px);
    margin: 0 -20px 50px;
    padding: 30px 20px;
    padding-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
    padding-bottom: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  }
  .plan-feature-recommend dt {
    margin-bottom: calc(20px - (((1rem * 1.5) - 1rem) / 2));
  }
  .plan-feature-recommend dd ul {
    display: block;
  }
  .plan-feature-recommend dd ul li {
    width: 100%;
    margin-bottom: 10px;
    padding-top: calc(15px - (((1rem * 1.5) - 1rem) / 2));
    padding-bottom: calc(15px - (((1rem * 1.5) - 1rem) / 2));
  }
  .plan-feature__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.owner-index {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .owner-index {
    margin: 0 0 50px;
  }
}

.owner-detail-header {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.owner-detail-header__img {
  flex-shrink: 0;
  width: 41.67%;
  margin-right: 50px;
}
.owner-detail-header-text .title {
  margin-bottom: calc(30px - (((24px * 1.5) - 24px) / 2));
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
}
.owner-detail-header-text .store {
  margin-bottom: calc(20px - (((20px * 1.5) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
  color: #666;
  font-weight: bold;
}
.owner-detail-header-text .store-info {
  margin-bottom: calc(20px - (((1rem * 1.5) - 1rem) / 2));
}
.owner-detail-header-text .tag {
  display: flex;
}
.owner-detail-header-text .tag li {
  margin-right: 10px;
  padding: 10px 15px;
  padding-top: calc(10px - (((14px * 1.5) - 14px) / 2));
  padding-bottom: calc(10px - (((14px * 1.5) - 14px) / 2));
  font-size: 14px;
  font-size: 0.875rem;
  background: #F2F2F2;
}
.owner-detail-header-profile {
  width: 100%;
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #ddd;
}
.owner-detail-header-profile dt {
  margin-bottom: calc(20px - (((20px * 1.5) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.owner-detail-header-profile dd ul li {
  display: flex;
  margin-bottom: calc(20px - (((1rem * 1.5) - 1rem) / 2));
}
.owner-detail-header-profile dd ul li span {
  width: 6em;
  color: #666;
}
@media screen and (max-width: 768px) {
  .owner-detail-header {
    display: block;
    margin-top: 25px;
  }
  .owner-detail-header__img {
    width: 100%;
    margin: 0 0 20px;
  }
  .owner-detail-header-text .title {
    margin-bottom: calc(20px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .owner-detail-header-text .store {
    margin-bottom: calc(10px - (((16px * 1.5) - 16px) / 2));
    font-size: 16px;
    font-size: 1rem;
  }
  .owner-detail-header-text .store-info {
    margin-bottom: calc(20px - (((1rem * 1.5) - 1rem) / 2));
  }
  .owner-detail-header-text .tag {
    display: flex;
  }
  .owner-detail-header-text .tag li {
    margin-right: 10px;
    padding: 8px 10px;
    padding-top: calc(8px - (((12px * 1.5) - 12px) / 2));
    padding-bottom: calc(8px - (((12px * 1.5) - 12px) / 2));
    font-size: 12px;
    font-size: 0.75rem;
    background: #F2F2F2;
  }
  .owner-detail-header-profile {
    padding: 20px;
  }
  .owner-detail-header-profile dt {
    margin-bottom: calc(15px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .owner-detail-header-profile dd ul li {
    display: block;
    margin-bottom: calc(14px - (((1rem * 1.5) - 1rem) / 2));
  }
  .owner-detail-header-profile dd ul li span {
    display: block;
    width: auto;
  }
}

.owner-detail-section p + p {
  margin-top: 2em;
}
.owner-detail-section .img span {
  display: block;
  margin-top: calc(15px - (((14px * 1.5) - 14px) / 2));
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .owner-detail-section .title-l3 {
    margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
  }
  .owner-detail-section p + p {
    margin-top: 1.5em;
  }
  .owner-detail-section figure figcaption {
    margin-top: calc(10px - (((14px * 1.5) - 14px) / 2));
  }
}

.owner-store {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.owner-store-item {
  width: calc(100% / 2 - 25px);
}
.owner-store-item .store-name {
  margin-top: calc(30px - (((20px * 1.5) - 20px) / 2));
  margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
}
.owner-store-item .store-name a {
  display: inline-flex;
  align-items: center;
}
.owner-store-item .store-name a:after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  margin-left: 10px;
  background: url(../img/icon_arrow.svg) center no-repeat;
  background-size: contain;
}
.owner-store-item .plan {
  margin-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
}
.owner-store-item .plan dt {
  margin-top: calc(30px - (((20px * 1.5) - 20px) / 2));
  margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.owner-store-item .plan dd a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #bbb;
}
.owner-store-item .plan dd a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(../img/icon_arrow2.svg) center no-repeat;
  background-size: contain;
}
.owner-store-item .plan dd a .type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #EB6200;
  color: #fff;
}
.owner-store-item .plan dd a .name {
  font-weight: bold;
}
.owner-store-item .plan dd a .name span {
  font-size: 30px;
  font-size: 1.875rem;
}
.owner-store-item .plan dd a .spec {
  margin-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.owner-store-item .plan dd a .spec span {
  margin-right: 5px;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .owner-store {
    display: block;
    margin-bottom: 50px;
  }
  .owner-store-item {
    width: 100%;
  }
  .owner-store-item + .owner-store-item {
    margin-top: 30px;
  }
  .owner-store-item .store-name {
    margin-top: calc(20px - (((18px * 1.5) - 18px) / 2));
    margin-bottom: calc(20px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .owner-store-item .plan {
    margin-top: calc(20px - (((1rem * 1.5) - 1rem) / 2));
  }
  .owner-store-item .plan dt {
    margin-top: calc(20px - (((18px * 1.5) - 18px) / 2));
    margin-bottom: calc(20px - (((18px * 1.5) - 18px) / 2));
    font-size: 18px;
    font-size: 1.125rem;
  }
  .owner-store-item .plan dd a {
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-rows: max-content 1fr;
  }
  .owner-store-item .plan dd a .type {
    grid-column: 1;
    grid-row: 1 / 3;
    margin-right: 10px;
    padding: 10px;
  }
  .owner-store-item .plan dd a .spec {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-flow .section .column {
    margin-bottom: 30px;
  }
}

.flow-section {
  display: flex;
  margin-bottom: 50px;
}
.flow-section .term {
  width: 4.17%;
  margin-right: 30px;
}
.flow-section .term__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 30px);
  padding: 15px;
  background: #333;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(16px, 1.4285714286vw, 20px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .flow-section .term__text {
    font-size: clamp(16px, 2.8571428571vw, 20px);
  }
}
.flow-section .term__text:after {
  position: absolute;
  left: 0;
  bottom: -29px;
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #333;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.flow-section .term span {
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.flow-section-detail {
  display: grid;
  grid-template-columns: 27.86% auto 26.79%;
  grid-template-rows: auto auto auto;
  grid-gap: 0 30px;
  padding: 50px;
  background: #F6F6F6;
}
.flow-section-detail .title {
  display: flex;
  align-items: center;
  grid-column: 1 / 4;
  grid-row: 1;
  margin-bottom: calc(30px - (((24px * 1.5) - 24px) / 2));
  padding-bottom: calc(30px - (((24px * 1.5) - 24px) / 2));
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(18px, 1.7142857143vw, 24px);
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  .flow-section-detail .title {
    font-size: clamp(18px, 3.4285714286vw, 24px);
  }
}
.flow-section-detail .title span {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  max-width: 46px;
  width: 7%;
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-family: 'arial';
  font-weight: 900;
  background: #000;
  border-radius: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flow-section-detail .title span {
    font-size: clamp(20px, 3.4285714286vw, 24px);
  }
}
.flow-section-detail .list {
  grid-column: 1;
  grid-row: 2;
}
.flow-section-detail .list li {
  position: relative;
  margin-bottom: 15px;
  padding-top: calc(22px - (((1rem * 1.5) - 1rem) / 2));
  padding-bottom: calc(22px - (((1rem * 1.5) - 1rem) / 2));
  border: 1px solid #000;
  text-align: center;
}
.flow-section-detail .list li:after {
  position: absolute;
  left: 50%;
  bottom: -16px;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
}
.flow-section-detail .list li:last-child:after {
  display: none;
}
.flow-section-detail .text {
  grid-column: 2;
  grid-row: 2;
}
.flow-section-detail .text .headline {
  margin-bottom: calc(15px - (((1rem * 1.5) - 1rem) / 2));
}
.flow-section-detail .img {
  grid-column: 3;
  grid-row: 2;
}
.flow-section:last-child {
  margin-bottom: 0;
}
.flow-section:last-child .term__text {
  height: 100%;
}
.flow-section:last-child .term__text:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow-section {
    display: block;
    margin-bottom: 20px;
  }
  .flow-section .term {
    width: 100%;
    margin: 0 0 10px;
  }
  .flow-section .term__text {
    display: block;
    height: auto;
    padding: 12px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  .flow-section .term__text:after {
    display: none;
  }
  .flow-section .term span {
    text-orientation: unset;
    writing-mode: unset;
  }
  .flow-section-detail {
    display: block;
    padding: 20px;
  }
  .flow-section-detail .title {
    justify-content: center;
    margin-bottom: calc(20px - (((18px * 1.5) - 18px) / 2));
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    border: 0;
  }
  .flow-section-detail .title span {
    width: 30px;
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .flow-section-detail .list {
    margin-bottom: 20px;
  }
  .flow-section-detail .list li {
    margin-bottom: 5px;
    padding-top: calc(15px - (((1rem * 1.5) - 1rem) / 2));
    padding-bottom: calc(15px - (((1rem * 1.5) - 1rem) / 2));
  }
  .flow-section-detail .list li:after {
    bottom: -6px;
    height: 5px;
  }
  .flow-section-detail .text .headline {
    margin-bottom: calc(10px - (((1rem * 1.5) - 1rem) / 2));
    font-size: 16px;
    font-size: 1rem;
  }
  .flow-section-detail .img {
    margin-top: 20px;
  }
}

.faq-list {
  margin: 80px 0;
  border-bottom: 1px solid #ddd;
}
.faq-list dt, .faq-list dd {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(18px, 1.4285714286vw, 20px);
}
@media screen and (max-width: 768px) {
  .faq-list dt, .faq-list dd {
    font-size: clamp(18px, 2.8571428571vw, 20px);
  }
}
.faq-list dt:before, .faq-list dd:before {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(18px, 1.7142857143vw, 24px);
  font-family: 'arial';
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  margin-top: calc((1lh - 52px) / 2);
}
@media screen and (max-width: 768px) {
  .faq-list dt:before, .faq-list dd:before {
    font-size: clamp(18px, 3.4285714286vw, 24px);
  }
}
.faq-list dt {
  padding: 25px 0;
  font-weight: bold;
  border-top: 1px solid #ddd;
}
.faq-list dt:hover {
  cursor: pointer;
}
.faq-list dt:before {
  content: "Q";
  background: #000;
}
.faq-list dt:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background: url(../img/icon_plus.svg) center no-repeat;
  background-size: contain;
  margin-top: calc((1lh - 12px) / 2);
}
.faq-list dt.-active:after {
  background-image: url(../img/icon_minus.svg);
}
.faq-list dd {
  margin-top: -10px;
  padding: 10px 0 34px;
  line-height: 1.7;
}
.faq-list dd:before {
  content: "A";
  background: #EB6200;
}
@media screen and (max-width: 768px) {
  .faq-list {
    margin: 25px 0 70px;
  }
  .faq-list dt:before, .faq-list dd:before {
    width: 30px;
    height: 30px;
    margin-top: calc((1lh - 34px) / 2);
    font-size: 18px;
    font-size: 1.125rem;
  }
  .faq-list dt {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .faq-list dt:after {
    width: 20px;
    height: 20px;
    margin-top: calc((1lh - 20px) / 2);
  }
  .faq-list dd {
    padding: 10px 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.property-location dt {
  margin-bottom: calc(20px - (((18px * 1.5) - 18px) / 2));
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(16px, 1.2857142857vw, 18px);
  font-weight: bold;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .property-location dt {
    font-size: clamp(16px, 2.5714285714vw, 18px);
  }
}
.property-location dd {
  margin-bottom: calc(20px - (((16px * 1.5) - 16px) / 2));
  align-self: center;
}
.property-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.property-table th, .property-table td {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.property-table th {
  background: #eee;
  font-weight: bold;
}
.property-table th:nth-of-type(1) {
  width: 20.83%;
}
.property-table td {
  font-family: 'Roboto';
}
.property-table thead th {
  padding: 15px;
}
.property-table-wrap + .table-att {
  margin-top: 20px;
}
.property-table-wrap + .table-att li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: calc(15px - (((1rem * 1.5) - 1rem) / 2));
}
.property-table-wrap + .table-att li .link {
  text-indent: 0;
  padding-left: 0;
  margin-left: 10px;
}
.property-contact {
  padding: 50px;
  background: #F6F6F6;
  text-align: center;
}
.property-contact .pic {
  margin-bottom: 3.64%;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(20px, 1.7142857143vw, 24px);
}
@media screen and (max-width: 768px) {
  .property-contact .pic {
    font-size: clamp(20px, 3.4285714286vw, 24px);
  }
}
.property-contact .tel {
  margin-bottom: 4.55%;
}
.property-contact .tel a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-size: 2.5rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-size: clamp(32px, 2.8571428571vw, 40px);
  font-family: 'arial';
  font-weight: 900;
  color: #000;
}
@media screen and (max-width: 768px) {
  .property-contact .tel a {
    font-size: clamp(32px, 5.7142857143vw, 40px);
  }
}
.property-contact .tel a small {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  margin-left: 66px;
}
@media screen and (max-width: 768px) {
  .property-contact .tel a small {
    font-size: clamp(14px, 2.2857142857vw, 16px);
  }
}
.property-contact .tel a:before {
  content: "";
  display: block;
  aspect-ratio: 48 / 31;
  max-width: 48px;
  width: 7%;
  margin-right: 1.64%;
  background: url(../img/tel.svg) center no-repeat;
  background-size: contain;
}
.property-contact .contact-form p {
  margin-bottom: calc(30px - (((20px * 1.5) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(14px, 1.4285714286vw, 20px);
}
@media screen and (max-width: 768px) {
  .property-contact .contact-form p {
    font-size: clamp(14px, 2.8571428571vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .property-location dt {
    margin-bottom: calc(20px - (((16px * 1.5) - 16px) / 2));
    font-size: 16px;
    font-size: 1rem;
  }
  .property-location dd {
    margin-bottom: calc(20px - (((14px * 1.5) - 14px) / 2));
  }
  .property-table {
    width: 100%;
  }
  .property-table th, .property-table td {
    padding: 15px;
    white-space: nowrap;
  }
  .property-table th:nth-of-type(1) {
    width: 20.83%;
  }
  .property-table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .property-table-wrap + .table-att li {
    margin-bottom: calc(10px - (((1rem * 1.5) - 1rem) / 2));
  }
  .property-contact {
    padding: 30px 20px;
  }
  .property-contact .pic {
    margin-bottom: calc(28px - (((16px * 1.5) - 16px) / 2));
    font-size: 16px;
    font-size: 1rem;
  }
  .property-contact .tel {
    margin-bottom: 30px;
  }
  .property-contact .tel a {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .property-contact .tel a small {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
  }
  .property-contact .tel a:before {
    width: 34px;
    height: 22px;
    margin-right: 10px;
  }
  .property-contact .contact-form p {
    margin-bottom: calc(20px - (((14px * 1.5) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#condition .link {
  text-indent: 0;
  padding-left: 0;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #condition .link {
    margin-left: 0;
  }
}

.page-shop .page-title {
  background-image: url(../img/bg_title_shop.jpg);
}

.shop-list {
  border-top: 1px solid #ccc;
}
.shop-list > li {
  display: grid;
  grid-template-columns: 18.57% auto auto;
  grid-template-rows: calc(1.5rem + 8px) auto;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
.shop-list > li .img {
  grid-column: 1;
  grid-row: 1 / 3;
  padding-right: 28px;
}
.shop-list > li .name {
  grid-column: 2;
  grid-row: 1;
  font-size: 16px;
  font-size: 1rem;
}
.shop-list > li .name a {
  color: #009F36;
}
.shop-list > li .text {
  grid-column: 2;
  grid-row: 2;
}
.shop-list > li .icon {
  grid-column: 3;
  grid-row: 1 / 3;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  align-self: center;
}
.shop-list > li .icon li {
  width: 60px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .shop-list > li {
    grid-template-columns: 23.66% auto;
    grid-template-rows: auto auto;
    padding: 20px 0;
  }
  .shop-list > li .img {
    grid-column: 1;
    grid-row: 1;
    padding-right: 12px;
  }
  .shop-list > li .name {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  .shop-list > li .text {
    grid-column: 1 / 3;
    grid-row: 2;
    margin: 8px 0 16px;
    line-height: 1.7;
  }
  .shop-list > li .icon {
    grid-column: 1 / 3;
    grid-row: 3;
    justify-content: flex-start;
    margin-left: 0;
  }
  .shop-list > li .icon li {
    width: 48px;
    margin: 0 8px 0 0;
  }
}

.page-news .page-title {
  background-image: url(../img/bg_title_news.jpg);
}

.news-list {
  border-top: 1px solid #ccc;
}
.news-list li {
  border-bottom: 1px solid #ccc;
}
.news-list li a {
  display: flex;
  padding: 24px 20px;
  font-weight: bold;
}
.news-list li a:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background: url(../img/icon_link.svg) no-repeat;
  background-size: contain;
}
.news-list li .text {
  margin-right: 40px;
}
.news-list li .date {
  flex-shrink: 0;
  margin-right: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .news-list li a {
    flex-wrap: wrap;
    padding: 14px 0;
  }
  .news-list li a:after {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
  .news-list li .text {
    width: calc(100% - 34px);
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-list li .date {
    width: 100%;
    margin: 0 0 4px;
  }
}

.form {
  width: 100%;
  border-top: 1px solid #ddd;
}
.form-flow {
  display: flex;
  margin: 80px 0;
  background: #eee;
  overflow: hidden;
}
.form-flow li {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-align: center;
  color: #666;
  font-weight: bold;
  padding-left: 26px;
}
.form-flow li span {
  display: inline-block;
  margin-top: .3em;
  margin-right: 10px;
  font-family: 'arial';
}
.form-flow li:before, .form-flow li:after {
  position: absolute;
  top: -1px;
  right: -25px;
  content: "";
  display: block;
  width: 26px;
  height: 52px;
  background: #eee;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.form-flow li:before {
  z-index: 1;
  right: -27px;
  background: #fff;
}
.form-flow li:after {
  z-index: 2;
}
.form-flow li.active {
  background: #000;
  color: #fff;
}
.form-flow li.active:after {
  background: #000;
}
.form-flow li.done {
  background: #666;
  color: #fff;
}
.form-flow li.done:after {
  background: #666;
}
.form-flow li:first-child {
  padding-left: 0;
}
.form-flow li:last-child:before, .form-flow li:last-child:after {
  display: none;
}
.form-lead {
  margin-bottom: 50px;
  text-align: center;
}
.form th, .form td {
  border-bottom: 1px solid #ddd;
}
.form .for-company {
  display: none;
}
.form th {
  padding: 20px 0;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.form td {
  width: 66.67%;
  padding: 15px 0;
  vertical-align: center;
}
.form td .form-parts, .form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #EAEAEA;
  background: #F6F6F6;
  border-radius: 2px;
}
.form td .form-parts::placeholder, .form td input[type="text"]::placeholder, .form td input[type="email"]::placeholder, .form td input[type="tel"]::placeholder, .form td select::placeholder {
  color: #aaa;
  font-size: 14px;
  font-size: 0.875rem;
}
.form td input[type="email"] {
  width: 73%;
}
.form td input[type="tel"] {
  width: 22.5%;
}
.form td input[type="radio"] {
  appearance: none;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.form td input[type="radio"]:checked {
  border-color: #EB6200;
}
.form td input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 12px;
  background: #EB6200;
  border-radius: 100%;
}
.form td input[type="radio"]:hover {
  cursor: pointer;
}
.form td textarea {
  height: 250px;
}
.form td select {
  width: auto;
  color: #aaa;
}
.form td select + .form-note {
  display: block;
  margin: 16px 0 0;
  color: #D30C0C;
}
.form td select option {
  color: #000;
}
.form td select option:disabled {
  color: #aaa;
}
.form td select.selected {
  color: #000;
}
.form td .list-att {
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}
.form td .list-att li {
  margin-bottom: calc(10px - (((1rem * 1.5) - 1rem) / 2));
}
.form-input-list {
  display: flex;
  margin: 5px 0;
}
.form-input-list li {
  margin-right: 24px;
}
.form-input-list li label:hover {
  cursor: pointer;
}
.form-note {
  margin-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}
.form + .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.form + .btn .btn__back {
  margin-top: 30px;
}
.form-message {
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .form-flow {
    margin: 30px 0;
  }
  .form-flow li {
    flex-direction: column;
    height: 40px;
    line-height: 1;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 20px;
  }
  .form-flow li span {
    margin: 0;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1;
  }
  .form-flow li:before, .form-flow li:after {
    top: -1px;
    right: -20px;
    width: 22px;
    height: 42px;
  }
  .form-flow li:before {
    right: -22px;
    background: #fff;
  }
  .form-flow li:first-child {
    padding-left: 0;
  }
  .form-lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .form thead, .form tbody, .form tr, .form th, .form td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
  }
  .form tr {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }
  .form tr.for-company {
    display: block;
  }
  .form th {
    margin-bottom: calc(25px - (((1rem * 1.5) - 1rem) / 2));
    font-size: 16px;
    font-size: 1rem;
  }
  .form td {
    font-size: 16px;
    font-size: 1rem;
  }
  .form td input[type="email"] {
    width: 100%;
  }
  .form td input[type="tel"] {
    width: 100%;
  }
  .form td .form-select {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .form td .form-select:after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-135deg);
    pointer-events: none;
  }
  .form td select {
    -webkit-appearance: none;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .form-input-list {
    display: block;
    margin: 0;
  }
  .form-input-list li {
    margin-bottom: 20px;
  }
  .form-input-list li:last-child {
    margin: 0;
  }
  .form-note {
    display: block;
    margin: 0 0;
    margin-top: calc(20px - (((14px * 1.5) - 14px) / 2));
  }
  .form + .btn {
    margin-top: 50px;
  }
  .form-message {
    margin-bottom: 50px;
    text-align: left;
  }
}

.for_confirm {
  display: none;
}

.mw_wp_form_confirm .for_confirm {
  display: block;
}

.mw_wp_form_confirm .for_base,
.mw_wp_form_confirm .form-note,
.mw_wp_form_confirm .list-att {
  display: none;
}

.mw_wp_form .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.mw_wp_form .btn .btn__back {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .btn {
    margin-top: 50px;
  }
}

.policy {
  margin: 80px 0;
}
.policy__title {
  margin-bottom: 50px;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
}
.policy-text {
  margin-bottom: 50px;
  height: 350px;
  padding: 40px 50px;
  overflow-y: auto;
  border: 1px solid #ddd;
}
.policy-text h3 {
  margin-bottom: calc(10px - (((20px * 1.5) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
}
.policy-text p {
  margin-bottom: calc(30px - (((1rem * 1.5) - 1rem) / 2));
}
.policy-text dl {
  margin-bottom: calc(30px - (((1rem * 1.5) - 1rem) / 2));
}
.policy-text dl dt {
  font-weight: bold;
}
.policy-text ol {
  margin-bottom: calc(30px - (((1rem * 1.5) - 1rem) / 2));
}
.policy-text ol li {
  counter-increment: counter;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.policy-text ol li:before {
  content: "(" counter(counter) ")";
  margin-right: .3em;
}
.policy-check {
  text-align: center;
}
.policy-check input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -2px;
  border: 1px solid #ddd;
}
.policy-check input[type="checkbox"]:checked {
  background: #EB6200;
}
.policy-check input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.policy-check input[type="checkbox"]:hover {
  cursor: pointer;
}
.policy-check label:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .policy {
    margin: 30px 0;
  }
  .policy__title {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .policy-text {
    margin-bottom: 30px;
    height: 250px;
    padding: 20px;
  }
  .policy-text h3 {
    margin-bottom: calc(10px - (((16px * 1.5) - 16px) / 2));
    font-size: 16px;
    font-size: 1rem;
  }
  .policy-check {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}

.page_contact .floating-nav {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.error-text {
  margin-top: 80px;
  text-align: center;
}
.error-text p {
  line-height: 1.7;
}
.error-text .btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .error-text {
    margin-top: 25px;
    text-align: left;
  }
  .error-text .btn {
    margin-top: 50px;
  }
}

/* リスト */
.list-ul {
  margin-bottom: 2em;
}
.list-ul li {
  padding-left: 1em;
}
.list-ul li:before {
  content: "・";
  margin-left: -1em;
}

.list-ol {
  margin-bottom: 2em;
}
.list-ol li {
  counter-increment: entry-ol;
  margin-bottom: 10px;
  padding-left: 1em;
}
.list-ol li:before {
  content: counter(entry-ol);
  margin-right: .2em;
  margin-left: -.8em;
}

.access-address {
  padding: 10px;
  background: #736357;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
}
.access .googlemap {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.access .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .access {
    /* ---------------------------SP */
  }
  .access-address {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .access .googlemap {
    height: 300px;
  }
}

/*# sourceMappingURL=page.css.map */
