@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
@media (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

.pc-none {
  display: none !important;
}

@media (max-width: 750px) {
  .pc-none {
    display: block !important;
  }
}

/*--------------------------
reset
--------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

select,
input,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  font-size: 0;
  vertical-align: middle;
  line-height: 1;
}

a {
  overflow: hidden;
  outline: none;
}

body {
  font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

/*font
--------------------*/
body {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

@font-face {
  font-family: 'Kinto-Bold';
  src: url("../fonts/KintoSans-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Kinto-Medium';
  src: url("../fonts/KintoSans-Regular.woff") format("woff");
}

.kinto-b, body, .office-content .office-table table tbody tr .price, .contact-conversion .tell a, .workspace-list li a .content .price, .base-list li .content table td .price, .notation_content .notation-list .info-inner, .faq_content .faq-list .info-inner, .option_list li .content .price p {
  font-family: 'Kinto-Bold';
}

.kinto-r, .key-visual-list ul li a .text h3 span, .about-description, .compare p, .news-list li a .date, .news-list li a .text, .content-block .date, .service-list li .service-content p, .contact-conversion .tell, .plan_key-visual--title p, .plan_about .description, .plan_price-list li, .plan_flow p, .plan_service-list li, .plan_service-tag .tag, .plan_inner.max .plan_service-list li, .plan_all-list li .content table, .plan_all-list li .content p, .footer .copy, .footer-bottom ul li a, .section-title p, .workspace-list li a .content h3 span, .workspace-list li a .content th,
.workspace-list li a .content td, .workspace-list li.solo h3::before, .search-condition .price-wrap, .base-list li .tag, .base-list li .content table th.drop, .base-list li .content table td, .flow_flow p, .flow_step p, .other_content p, .other_content h3 span, .identity_content p, .notation_content .notation-list .info, .notation_content .notation-list .info-inner-text, .faq_toc .link, .faq_content .faq-list .info, .faq_content .faq-list .info-inner-text, .faq_content .acd-content .text, .option_content p, .search-index .search-result li a h3 span {
  font-family: 'Kinto-Medium';
}

.int {
  font-family: 'Inter';
  font-weight: 700;
}

.header {
  position: fixed;
  width: 100vw;
  height: calc(100 / 1280 *100vw);
  z-index: 100;
  background: #fff;
  top: 0;
}

@media (max-width: 750px) {
  .header {
    height: calc(60 / 375 *100vw);
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .header-inner {
    height: calc(60 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }
}

.header-inner .nav-icon {
  width: calc(30 / 375 * 100vw);
}

.header-logo {
  margin-left: calc(40 / 1280 * 100vw);
  width: calc(200 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .header-logo {
    width: calc(128 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
  }
}

.header-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-right .menu-list {
  display: flex;
}

.header-right .menu-list li {
  margin-right: 40px;
}

.header-right .menu-list li a {
  text-decoration: none;
  color: #001948;
  font-size: calc(18 / 1280 * 100vw);
}

.header-right .conversion-list {
  display: flex;
  height: 100%;
}

.header-right .conversion-list li {
  background: #001948;
  height: 100%;
  width: calc(100 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .header-right .conversion-list li {
    width: calc(60 / 375 * 100vw);
  }
}

.header-right .conversion-list li a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: calc(14 / 1280 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 750px) {
  .header-right .conversion-list li a {
    padding: calc(6 / 375 * 100vw) 0;
    font-size: calc(14 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .header-right .conversion-list li:nth-child(1) {
    background: #e8ecf0;
  }
}

.header-right .conversion-list li:nth-child(2) {
  background: #007b8c;
}

@media (max-width: 750px) {
  .header-right .conversion-list li:nth-child(2) {
    background: #001948;
  }
}

@media (max-width: 750px) {
  .header-right .conversion-list li:nth-child(3) {
    background: #007b8c;
  }
}

.header-right .conversion-list li.tel img {
  display: block;
  width: calc(20 / 375 * 100vw);
}

.header-right .conversion-list li.tel a {
  display: flex;
  flex-direction: column;
  color: #001948;
  font-size: calc(12 / 375 * 100vw);
}

.key-visual {
  position: relative;
}

.key-visual p {
  text-align: center;
  color: #fff;
  background: #001948;
  font-size: calc(32 / 1280 * 100vw);
  height: calc(100 / 1280 * 100vw);
  line-height: calc(100 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .key-visual p {
    font-size: calc(18 / 375 * 100vw);
    height: calc(80 / 375 *100vw);
    line-height: calc(24 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) 0;
  }
}

.key-visual p .number {
  font-size: calc(48 / 1280 * 100vw);
  font-family: Inter;
}

@media (max-width: 750px) {
  .key-visual p .number {
    font-size: calc(32 / 375 * 100vw);
  }
}

.key-visual-list {
  margin-top: calc(-90 / 1280 * 100vw);
  padding-bottom: calc(50 / 1280 * 100vw);
  position: relative;
  z-index: 10;
}

@media (max-width: 750px) {
  .key-visual-list {
    margin-top: calc(-50 / 375 * 100vw);
  }
}

.key-visual-list.plan {
  margin-top: 0;
  padding-top: calc(80 / 1280 * 100vw);
}

.key-visual-list ul {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 750px) {
  .key-visual-list ul {
    flex-direction: column;
  }
}

.key-visual-list ul li {
  width: calc((100% - (40 / 1280 * 100vw)) / 2);
  height: calc(180 / 1280 * 100vw);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@media (max-width: 750px) {
  .key-visual-list ul li {
    width: 100%;
    margin-top: calc(15 / 375 * 100vw);
    height: auto;
  }
}

.key-visual-list ul li:nth-child(2n) {
  margin-left: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .key-visual-list ul li:nth-child(2n) {
    margin-left: 0;
  }
}

.key-visual-list ul li:nth-child(n + 3) {
  margin-top: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .key-visual-list ul li:nth-child(n + 3) {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.key-visual-list ul li a {
  display: flex;
  color: #001948;
  text-decoration: none;
}

.key-visual-list ul li a img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

@media (max-width: 750px) {
  .key-visual-list ul li a img {
    width: 45%;
    height: calc(120 / 375 * 100vw);
  }
}

.key-visual-list ul li a .text {
  width: 50%;
  padding: calc(25 / 1280 * 100vw);
  display: flex;
  align-items: center;
}

@media (max-width: 750px) {
  .key-visual-list ul li a .text {
    width: 55%;
    padding: calc(20 / 375 * 100vw);
  }
}

.key-visual-list ul li a .text h3 {
  font-size: calc(24 / 1280 * 100vw);
  line-height: 1;
  font-family: Inter;
  font-weight: 700;
}

@media (max-width: 750px) {
  .key-visual-list ul li a .text h3 {
    font-size: calc(16 / 375 * 100vw);
  }
}

.key-visual-list ul li a .text h3 span {
  background: none;
  color: #001948;
  padding: 0;
  text-align: left;
  font-size: calc(16 / 1280 * 100vw);
  font-weight: bold;
}

@media (max-width: 750px) {
  .key-visual-list ul li a .text h3 span {
    font-size: calc(16 / 375 * 100vw);
  }
}

.key-visual-list .more-link {
  margin-top: calc(50 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .key-visual-list .more-link {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.key-visual .slider-wrap {
  overflow-x: hidden;
}

.key-visual-slider {
  padding-bottom: calc(80 / 1280 * 100vw);
}

.key-visual-slider .slick-list {
  position: relative;
  width: 100%;
}

.key-visual-slider .slick-slide {
  margin: 0 calc(20 / 1280 * 100vw);
}

.key-visual-slider .slick-dots {
  bottom: calc(30 / 1280 * 100vw);
  z-index: 10;
}

@media (max-width: 750px) {
  .key-visual-slider .slick-dots {
    top: 90%;
    bottom: 0;
  }
}

.key-visual-slider .slick-dots li {
  width: calc(20 / 1280 * 100vw);
  height: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .key-visual-slider .slick-dots li {
    width: calc(10 / 641 * 100vw);
    height: calc(10 / 641 * 100vw);
    margin: 0 4px;
  }
}

.key-visual-slider .slick-dots li button {
  width: calc(20 / 1280 * 100vw);
  height: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .key-visual-slider .slick-dots li button {
    width: calc(10 / 641 * 100vw);
    height: calc(10 / 641 * 100vw);
  }
}

.key-visual-slider .slick-dots li button:before {
  width: calc(20 / 1280 * 100vw);
  height: calc(20 / 1280 * 100vw);
  font-size: calc(10 / 1280 * 100vw);
  color: #e5e5e5;
  opacity: 0.5;
}

@media (max-width: 750px) {
  .key-visual-slider .slick-dots li button:before {
    width: calc(10 / 641 * 100vw);
    height: calc(10 / 641 * 100vw);
    font-size: calc(10 / 641 * 100vw);
  }
}

.key-visual-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.key-visual .chat-link {
  width: calc(400 / 1280 * 100vw);
  position: absolute;
  right: 0;
  transform: translateY(-60%);
  z-index: 1;
}

.about {
  padding: calc(30 / 1280 * 100vw) 0 0;
}

@media (max-width: 750px) {
  .about {
    padding: calc(30 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }
}

.about h2 {
  color: #001948;
  font-size: calc(32 / 1280 * 100vw);
  text-align: center;
}

@media (max-width: 750px) {
  .about h2 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.about-main {
  margin-top: calc(0 / 1280 * 100vw);
}

.about-description {
  font-size: calc(18 / 1280 * 100vw);
  max-width: calc(660 / 1280 * 100vw);
  margin: calc(40 / 1280 * 100vw) auto 0;
}

@media (max-width: 750px) {
  .about-description {
    font-size: calc(16 / 375 * 100vw);
    max-width: 100%;
  }
}

.about-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto calc(30 / 1280 * 100vw);
  height: calc(200 / 1280 * 100vw);
  width: calc(768 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-list {
    margin-top: 30px;
    height: unset;
    width: unset;
    flex-wrap: wrap;
  }
}

.about-list li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

@media (max-width: 750px) {
  .about-list li {
    width: 48%;
    height: calc(170 / 375 * 100vw);
  }
}

.about-list li img {
  max-width: calc(120 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-list li img {
    max-width: calc(120 / 375 * 100vw);
  }
}

.about-list li:first-child img {
  max-width: calc(95 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-list li:first-child img {
    max-width: calc(95 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .about-list li:nth-child(n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .about-list li:last-child img {
    max-width: calc(110 / 375 * 100vw);
  }
}

.about-list li p {
  color: #001948;
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-list li p {
    font-size: calc(18 / 375 * 100vw);
  }
}

.slider_banner {
  position: fixed;
  z-index: 1000;
  right: 0.5%;
  width: 360px;
  top: 310px;
}

@media (max-width: 750px) {
  .slider_banner {
    padding: 0 13px 0 17px;
    width: 100%;
    top: 500px;
    position: fixed;
  }
}

.compare {
  margin: 0 auto 40px;
}

@media (max-width: 750px) {
  .compare {
    margin: 20px auto;
    margin-top: 0;
  }
}

.compare h2.compare-title {
  text-align: center;
  font-size: calc(24 / 1280 * 100vw);
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .compare h2.compare-title {
    font-size: calc(20 / 375 * 100vw);
  }
}

.compare .tb-wrap {
  width: 100%;
  overflow-x: scroll;
}

.compare table {
  border-collapse: collapse;
  width: 1080px;
  margin: 0 auto;
}

.compare p {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .compare p {
    width: 100%;
  }
}

.compare .tb01 th,
.compare .tb01 td {
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  box-sizing: border-box;
}

.compare .tb01 th {
  background: #fff;
  color: #3f3d3d;
  border-right: 1px solid #e5e5e5;
  min-height: 3.5em;
}

.compare td {
  color: #3f3d3d;
}

.compare td:nth-of-type(2n+1) {
  background: #F9FCFF;
}

.compare td:nth-of-type(2n+1).even {
  background: #F9FCFF;
}

.compare td:nth-of-type(2n) {
  background: #D3F0F4;
}

.compare td:nth-of-type(2n).odd {
  background: #D3F0F4;
}

.compare .tb_head th {
  background: none;
  border: none;
  border-top: 1px solid #e5e5e5;
}

.compare .tb_head td {
  color: #fff;
}

.compare .tb_head td:nth-child(2n) {
  background: #001948;
}

.compare .tb_head td:nth-child(2n + 1) {
  background: #007b8c;
}

.compare .tb01 .throw {
  background: #e8ecf0;
  min-height: 3.5em;
}

.compare .tb01 + p {
  width: 1080px;
  margin: 0 auto;
}

.office-description {
  overflow: hidden;
}

.office-description .office-head {
  background: #e8ecf0;
  height: 100px;
}

.office-description .office-head h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 0em;
  text-align: center;
  color: #001948;
}

@media (max-width: 750px) {
  .office-description .office-head h1 {
    font-size: 18px;
  }
}

.office-description .office-kv img {
  width: calc(820 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .office-description .office-kv img {
    width: 100%;
  }
}

.office-description .office-detail {
  display: flex;
  padding: 8px calc(230 / 1280 * 100vw) 18px;
  background: #e8ecf0;
}

@media (max-width: 750px) {
  .office-description .office-detail {
    flex-direction: column;
    padding: 0;
    padding-bottom: 10px;
  }
}

.office-description .office-detail .content {
  width: 480px;
}

@media (max-width: 750px) {
  .office-description .office-detail .content {
    width: 100%;
  }
}

.office-description .office-detail .content th {
  width: 50px;
  padding-top: 10px;
  vertical-align: top;
}

@media (max-width: 750px) {
  .office-description .office-detail .content th {
    width: 35px;
  }
}

.office-description .office-detail .content th img {
  width: calc(16.5 / 1280 * 100vw);
  margin: 0 10px;
}

@media (max-width: 750px) {
  .office-description .office-detail .content th img {
    width: 20px;
  }
}

.office-description .office-detail .content td {
  width: 400px;
  padding-top: 10px;
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  height: auto;
}

@media (max-width: 750px) {
  .office-description .office-detail .content td {
    width: calc(100% - 60px);
    word-break: break-all;
  }
}

.office-description .office-detail .open-date {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin: 10px;
  word-break: keep-all;
}

.office-description .office-detail .open-date strong {
  font-weight: bold;
}

.office-description .office-detail .open-date a {
  color: #007b8c;
}

@media (max-width: 750px) {
  .office-description .office-detail .open-date {
    width: 100vw;
  }
}

.office-description .office-detail .office-download {
  margin-left: 50px;
}

@media (max-width: 750px) {
  .office-description .office-detail .office-download {
    margin: 0;
  }
}

.office-description .office-detail .office-download ul {
  display: flex;
}

@media (max-width: 750px) {
  .office-description .office-detail .office-download ul {
    justify-content: space-around;
  }
}

.office-description .office-detail .office-download ul li {
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 750px) {
  .office-description .office-detail .office-download ul li {
    width: 48%;
    border-radius: 0;
    height: 40px;
    border-radius: 8px;
  }
}

.office-description .office-detail .office-download ul li a {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  display: block;
  align-items: center;
  text-decoration: none;
  color: #001948;
}

.office-description .office-copy {
  margin: 80px auto 40px;
  width: calc(820 / 1280 * 100vw);
  background: #e7f3f4;
  border-radius: 8px;
  padding: 20px 60px;
}

@media (max-width: 750px) {
  .office-description .office-copy {
    width: calc(100% - 40px);
    margin: 20px auto 20px;
    padding: 20px 40px;
  }
}

.office-description .office-copy ul {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #001948;
}

.office-description .office-copy ul li {
  list-style: disc;
}

@media (max-width: 750px) {
  .office-description .office-copy ul {
    font-size: 18px;
    line-height: 1.5;
  }
}

.office-description .office-text {
  width: calc(820 / 1280 * 100vw);
  margin: 0px auto 40px;
}

@media (max-width: 750px) {
  .office-description .office-text {
    width: calc(100% - 40px);
    margin: 20px auto 20px;
  }
}

.office-description .office-text p {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #3f3d3d;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .office-description .office-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.office-description .office-text span {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #3f3d3d;
}

.office-plan_flow {
  width: calc(820 / 1280 * 100vw);
  margin: 0 auto calc(100 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .office-plan_flow {
    width: 100%;
    padding: 15px;
    margin: 0 auto calc(20 / 375 * 100vw);
  }
}

.office-plan_flow img {
  width: 100%;
}

.office-content .plan_inner {
  max-width: calc(820 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .office-content .plan_inner {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.office-content .plan_inner li {
  width: 100%;
}

.office-content h2 {
  width: 660px;
  height: 30px;
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #001948;
  margin: 40px auto 20px;
}

@media (max-width: 750px) {
  .office-content h2 {
    width: 100vw;
    margin: 40px auto 20px;
  }
}

.office-content .dropdwn_menu_list a {
  text-decoration: none;
}

.office-content .dropdwn_menu_list .dropdwn_menu {
  margin: 20px auto;
  height: 100px;
  background: #e8ecf0;
  display: flex;
  width: calc(820 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .office-content .dropdwn_menu_list .dropdwn_menu {
    justify-content: space-between;
    margin: 15px;
    width: calc(100% - 30px);
    height: 60px;
  }
}

.office-content .dropdwn_menu_list .dropdwn_menu button {
  background: #001948;
  border: none;
  width: calc(100 / 1280 * 100vw);
  justify-content: center;
  align-items: center;
  font: none;
}

@media (max-width: 750px) {
  .office-content .dropdwn_menu_list .dropdwn_menu button {
    width: 60px;
  }
}

.office-content .dropdwn_menu_list .dropdwn_menu button img {
  width: 16px;
}

.office-content .dropdwn_menu_list .dropdwn_menu button.is_active img {
  transform: rotate(180deg);
}

.office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan {
  width: calc(720 / 1280 * 100vw);
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* or 133% */
  padding: calc(20 / 1280 * 100vw);
  display: flex;
  align-items: center;
  color: #001948;
}

@media (max-width: 750px) {
  .office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan {
    width: 285px;
    padding: 0 5px;
    font-size: 18px;
  }
}

.office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan h3 {
  line-height: 1;
  font-weight: bold;
}

.office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan span {
  font-size: 18px;
  font-weight: normal;
  padding: 0 20px;
}

@media (max-width: 750px) {
  .office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan span {
    font-size: 12px;
    line-height: 1;
  }
}

.office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan span.plan_name {
  padding: 0;
}

.office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan span.campaign {
  display: inline-block;
  margin-left: auto;
  font-weight: bold;
  color: #df0000;
}

@media (max-width: 750px) {
  .office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan span.campaign {
    padding: 0;
    line-height: 1;
  }
}

.office-content .dropdwn_menu_list .dropdwn_menu .dropdwn_plan span.campaign {
  display: inline-block;
  margin-left: auto;
  font-weight: bold;
  color: #df0000;
}

.office-content .office-table {
  overflow: auto;
}

.office-content .office-table h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 1em;
  color: #001948;
}

@media (max-width: 750px) {
  .office-content .office-table h3 {
    line-height: 1;
    margin: 15px 0 30px;
  }
}

@media (max-width: 750px) {
  .office-content .office-table .table-wrap {
    width: 90%;
    /*overflow-x: scroll; */
    overflow: auto;
    margin-left: 20px;
  }
}

.office-content .office-table table {
  margin: 40px auto;
  width: calc(820 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .office-content .office-table table {
    width: 90%;
    margin: 0 0 40px;
  }
}

.office-content .office-table table thead tr td {
  background: #001948;
  color: #fff;
  height: 40px;
  text-align: center;
}

@media (max-width: 750px) {
  .office-content .office-table table thead tr td {
    width: 100px;
  }
}

@media (max-width: 750px) {
  .office-content .office-table table thead {
    display: block;
  }
}

.office-content .office-table table tbody tr th {
  background: #001948;
  color: #fff;
  height: 40px;
  text-align: center;
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr th {
    width: 100px;
  }
}

@media (max-width: 750px) {
  .office-content .office-table table tbody {
    display: block;
  }
}

@media (max-width: 750px) {
  .office-content .office-table table tbody {
    display: block;
  }
}

.office-content .office-table table tbody tr {
  text-align: center;
  height: 50px;
}

.office-content .office-table table tbody tr:nth-child(even) {
  background: #e8ecf0;
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr:nth-child(even) {
    background: #fff;
  }
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr {
    width: 100px;
  }
}

.office-content .office-table table tbody tr .room-photo {
  width: 125px;
  padding: 5px;
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr .room-photo {
    width: 150px;
  }
}

.office-content .office-table table tbody tr .room-photo img {
  width: 42px;
  padding: 30px 10px;
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr td {
    text-align: center;
    min-width: 150px;
    width: 70%;
  }
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr th {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #001948;
    color: #fff;
    min-width: 100px;
    text-align: center;
    padding: 10px;
  }
}

.office-content .office-table table tbody tr .menber {
  width: 100px;
}

.office-content .office-table table tbody tr .price {
  width: 150px;
  color: #df0000;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr .price {
    width: 70%;
  }
}

.office-content .office-table table tbody tr .price span {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

.office-content .office-table table tbody tr .price span.number {
  color: #df0000;
  font-size: 16px;
  font-weight: 700;
  font-family: Inter;
}

.office-content .office-table table tbody tr .manage_cost {
  width: 125px;
  font-size: 16px;
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr .manage_cost {
    width: 70%;
  }
}

.office-content .office-table table tbody tr .content {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  padding: 15px;
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr .content {
    width: 70%;
  }
}

.office-content .office-table table tbody tr .estimate {
  min-width: 75px;
}

@media (max-width: 750px) {
  .office-content .office-table table tbody tr .estimate {
    width: 150px;
  }
}

.office-content .office-table table tbody tr .estimate img {
  width: 18px;
}

.office-content .office-info {
  display: none;
}

.office-content .is_active {
  display: block;
  opacity: 1;
}

.office-content .waiting_text {
  margin: calc(10 / 1280 * 100vw) auto;
  width: calc(820 / 1280 * 100vw);
  text-align: center;
}

@media (max-width: 750px) {
  .office-content .waiting_text {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    font-size: 10px;
    word-break: keep-all;
  }
}

.office-content .waiting_button {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 240px;
}

.office-content .waiting_button a {
  background: #001948;
  border-radius: 8px;
  padding: 20px;
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .office-content .waiting_button a {
    font-size: 17px;
  }
}

.floor {
  width: calc(820 / 1280 * 100vw);
  margin: 30px auto 0;
}

@media (max-width: 750px) {
  .floor {
    width: 100vw;
  }
}

.floor .floor-header {
  display: flex;
  position: relative;
}

@media (max-width: 750px) {
  .floor .floor-header {
    flex-direction: column;
  }
}

.floor .floor-header h3 {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: #001948;
}

.floor .floor-header ul {
  display: flex;
  align-items: center;
  padding: 1em 0;
  flex-wrap: wrap;
  max-width: 520px;
}

@media (max-width: 750px) {
  .floor .floor-header ul {
    position: relative;
    padding: 15px;
    justify-content: center;
  }
}

.floor .floor-header ul li {
  width: 60px;
  margin-right: 5px;
  border-radius: 4px;
  background: #b6c1cf;
  color: #fff;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  padding: 7px 10px;
  margin-bottom: 10px;
}

.floor .floor-header ul li.is_choiced {
  background: #001948;
}

.floor .floor-content .floor-img {
  display: none;
}

.floor .floor-content .floor-img_s {
  display: none;
}

.floor .floor-content .floor-img_v {
  display: none;
}

.floor .floor-content img.is_choiced {
  display: block;
}

.info-all .plan_price {
  padding-top: 0;
}

.office-floating {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 20%;
  padding: calc(20 / 1280 * 100vw);
  background: #001948;
  text-align: center;
  border-radius: 10px 0 0 10px;
}

.office-floating p {
  color: #fff;
  font-size: calc(18 / 1280 * 100vw);
}

.office-floating ul {
  margin-top: calc(20 / 1280 * 100vw);
}

.office-floating ul li {
  background: #fff;
  border-radius: calc(8 / 1280 * 100vw);
}

.office-floating ul li a {
  width: calc(160 / 1280 * 100vw);
  height: calc(50 / 1280 * 100vw);
  line-height: calc(50 / 1280 * 100vw);
  color: #001948;
  text-decoration: none;
  font-size: calc(16 / 1280 * 100vw);
}

.office-floating ul li:not(:first-child) {
  margin-top: calc(15 / 1280 * 100vw);
}

.office-floating ul li:last-child {
  display: flex;
}

.office-floating ul li:last-child img {
  width: calc(18 / 1280 * 100vw);
  margin-right: 10px;
}

.office-price-image {
  display: block;
  margin: 0 auto;
  margin-bottom: calc(40 / 1280 * 100vw);
  width: calc(660 / 1280 * 100vw);
}

.office-price-image.private {
  width: calc(900 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .office-price-image.private {
    width: 95%;
  }
}

@media (max-width: 750px) {
  .office-price-image {
    margin: calc(40 / 375 * 100vw) auto;
    width: 95%;
  }
}

.search-reopen {
  display: none;
}

@media (max-width: 750px) {
  .search-reopen {
    margin: 20px 0 0;
  }
}

.network-head {
  background: #e8ecf0;
  height: 160px;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 50px;
}

@media (max-width: 750px) {
  .network-head {
    height: 90px;
  }
}

.network-head h1 {
  font-size: 32px;
  color: #001948;
  padding-top: 40px;
}

@media (max-width: 750px) {
  .network-head h1 {
    font-size: 24px;
    padding-top: 0px;
  }
}

.network-head p {
  font-size: 16px;
  color: #4a6a8f;
}

.news {
  padding: calc(40 / 1280 * 100vw) 0 0;
}

@media (max-width: 750px) {
  .news {
    padding: calc(40 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }
}

.news h2 {
  font-size: calc(32 / 1280 * 100vw);
  text-align: center;
}

@media (max-width: 750px) {
  .news h2 {
    font-size: calc(32 / 375 * 100vw);
  }
}

.news-content ul {
  padding-left: 1em;
}

.news-content ul li {
  list-style: disc;
}

.news-content .wp-block-quote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}

.news-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: calc(10 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .news-list {
    flex-direction: column;
  }
}

.news-list li {
  width: calc((100% - 40px) / 2);
  border-bottom: 1px solid #e5e5e5;
  margin-top: calc(10 / 1280 * 100vw);
  padding-bottom: calc(15 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .news-list li {
    width: 100%;
  }
}

.news-list li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-list li a .content {
  width: calc(500 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .news-list li a .content {
    width: 100%;
  }
}

.news-list li a .date {
  color: #4a6a8f;
  font-size: calc(12 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .news-list li a .date {
    font-size: calc(12 / 375 * 100vw);
  }
}

.news-list li a .title {
  color: #001948;
  font-size: calc(16 / 1280 * 100vw);
  margin-top: calc(10 / 1280 * 100vw);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 750px) {
  .news-list li a .title {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.news-list li a .text {
  color: #3f3d3d;
  margin-top: calc(10 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .news-list li a .text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    margin-top: calc(10 / 375 * 100vw);
  }
}

.news-list li a .arrow {
  width: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .news-list li a .arrow {
    display: none;
  }
}

.news .inner {
  display: flex;
}

@media (max-width: 750px) {
  .news .inner {
    flex-direction: column;
  }
}

#news .inner {
  display: block;
}

.content-block {
  width: calc(660 / 1280 * 100vw);
  margin-right: calc(108 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .content-block {
    width: 100%;
  }
}

.content-block .date {
  color: #4a6a8f;
  font-size: calc(12 / 1280 * 100vw);
  margin-bottom: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .content-block .date {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.content-block h1 {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: calc(32 / 1280 * 100vw);
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #001948;
  margin-bottom: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .content-block h1 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.content-block p {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #3f3d3d;
}

.content-block .content {
  margin-bottom: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .content-block .content {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.content-block .list-col li {
  width: 100%;
}

.content-block .list-col li .date {
  margin-bottom: calc(10 / 1280 * 100vw);
}

.content-block .list-col li .content {
  margin-bottom: 0;
  width: calc(660 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .content-block .list-col li .content {
    width: 100%;
  }
}

.content-wrap {
  width: calc(1010 / 1280 * 100vw);
  display: flex;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .content-wrap {
    flex-direction: column;
    width: 90%;
  }
}

@media (max-width: 750px) {
  aside {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}

aside h3 {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: calc(18 / 1280 * 100vw);
  line-height: 100%;
  color: #001948;
  padding: calc(20 / 1280 * 100vw) 0;
}

@media (max-width: 750px) {
  aside h3 {
    font-size: calc(18 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) 0;
  }
}

aside ul li a {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: normal;
  font-size: calc(14 / 1280 * 100vw);
  padding: calc(20 / 1280 * 100vw) 0;
  color: #4a6a8f;
  text-decoration: none;
}

@media (max-width: 750px) {
  aside ul li a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.75;
  }
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.news-content strong {
  font-weight: bold;
  font-family: 'Kinto-Bold';
}

.service-title {
  background: #e8ecf0;
  color: #001948;
  text-align: center;
  padding: calc(30 / 1280 * 100vw) 0;
  font-size: calc(32 / 1280 * 100vw);
  margin-top: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .service-title {
    margin-top: 0;
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }
}

.service-list li {
  display: flex;
}

@media (max-width: 750px) {
  .service-list li {
    flex-direction: column-reverse;
  }
}

.service-list li .service-content {
  position: relative;
  width: calc(500 / 1280 * 100vw);
  height: calc(360 / 1280 * 100vw);
  padding: calc(75 / 1280 * 100vw) 0 calc(80 / 1280 * 100vw) calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .service-list li .service-content {
    width: 100%;
    height: unset;
    padding: calc(20 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}

.service-list li .service-content:after {
  position: absolute;
  content: '';
  right: 10px;
  top: 0;
  transform: translateX(100%);
  z-index: 10;
  width: 10px;
  height: 0;
  border-style: solid;
  border-width: calc(360 / 1280 * 100vw) calc(140 / 1280 * 100vw) 0 0px;
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 750px) {
  .service-list li .service-content:after {
    display: none;
  }
}

.service-list li .service-content h3 {
  font-size: calc(26 / 1280 * 100vw);
  color: #001948;
  font-family: Inter;
  font-weight: 700;
}

@media (max-width: 750px) {
  .service-list li .service-content h3 {
    font-size: calc(36 / 375 * 100vw);
  }
}

.service-list li .service-content p {
  font-size: calc(17 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .service-list li .service-content p {
    font-size: calc(15 / 375 * 100vw);
  }
}

.service-list li .service-content .price {
  font-weight: bold;
  font-size: calc(24 / 1280 * 100vw);
}

.service-list li .service-content .price span {
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .service-list li .service-content .price span {
    font-size: calc(20 / 375 * 100vw);
  }
}

.service-list li .service-content .price span.number {
  font-size: calc(24 / 1280 * 100vw);
  font-family: Inter;
}

@media (max-width: 750px) {
  .service-list li .service-content .price span.number {
    font-size: calc(20 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .service-list li .service-content .price {
    font-size: calc(20 / 375 * 100vw);
  }
}

.service-list li .service-content .links {
  display: flex;
  align-items: center;
  margin-top: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .service-list li .service-content .links {
    justify-content: space-between;
  }
}

.service-list li .service-content .links a {
  text-decoration: none;
  color: #001948;
  background: #e8ecf0;
  width: calc(140 / 1280 * 100vw);
  height: calc(40 / 1280 * 100vw);
  line-height: calc(40 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
  text-align: center;
  border-radius: 8px;
  margin-right: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .service-list li .service-content .links a {
    margin-right: 0;
    width: 48%;
    height: calc(40 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.service-list li .service-image {
  width: calc(780 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .service-list li .service-image {
    width: 100%;
  }
}

.service-list li:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 750px) {
  .service-list li:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.service-list li:nth-child(2n) .service-content {
  background: #001948;
  color: #fff;
  padding: calc(80 / 1280 * 100vw) calc(70 / 1280 * 100vw) calc(80 / 1280 * 100vw) calc(45 / 1280 * 100vw);
}

.service-list li:nth-child(2n) .service-content h3 {
  color: #fff;
}

.service-list li:nth-child(2n) .service-content:after {
  border-color: #001948 transparent transparent transparent;
  border-width: calc(360 / 1280 * 100vw) 0px 0 calc(140 / 1280 * 100vw);
  left: 10px;
  right: unset;
  transform: translateX(-100%);
}

.contact {
  background: #001948;
  padding: calc(40 / 1280 * 100vw) calc(50 / 1280 * 100vw) calc(50 / 1280 * 100vw);
  margin-top: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .contact {
    padding: calc(15 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}

.contact .section-title p {
  color: #fff;
}

.contact-guide {
  color: #fff;
  text-align: center;
  font-size: calc(18 / 1280 * 100vw);
  margin-top: calc(30 / 1280 * 100vw);
}

.contact-conversion {
  margin: calc(30 / 1280 * 100vw) auto 0;
  background: #fff;
  display: flex;
  align-items: center;
  padding: calc(30 / 1280 * 100vw);
  width: calc(900 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .contact-conversion {
    width: 100%;
    flex-direction: column;
  }
}

.contact-conversion .tell {
  color: #3f3d3d;
  margin-right: calc(50 / 1280 * 100vw);
  text-align: center;
  font-weight: normal;
  font-size: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .contact-conversion .tell {
    font-size: calc(20 / 375 * 100vw);
    margin-right: 0;
  }
}

.contact-conversion .tell a {
  color: #3f3d3d;
  font-size: calc(36 / 1280 * 100vw);
  font-weight: bold;
  letter-spacing: 0;
}

@media (max-width: 750px) {
  .contact-conversion .tell a {
    font-size: calc(36 / 375 * 100vw);
  }
}

.contact-conversion .contact-button,
.contact-conversion .reserve-button {
  width: calc(240 / 1280 * 100vw);
  height: calc(60 / 1280 * 100vw);
  line-height: calc(60 / 1280 * 100vw);
  font-size: calc(20 / 1280 * 100vw);
  text-align: center;
  color: #fff;
  background: #001948;
  border-radius: 8px;
  text-decoration: none;
}

@media (max-width: 750px) {
  .contact-conversion .contact-button,
  .contact-conversion .reserve-button {
    width: calc(240 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    line-height: calc(60 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}

.contact-conversion .reserve-button {
  margin-left: calc(20 / 1280 * 100vw);
  background: #007b8c;
}

@media (max-width: 750px) {
  .contact-conversion .reserve-button {
    margin-left: 0;
  }
}

.plan_inner {
  max-width: calc(660 / 1280 * 100vw);
  margin: 0 auto;
}

.plan_inner.max {
  max-width: calc(750 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_inner.max {
    max-width: calc(345 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .plan_inner {
    max-width: calc(345 / 375 * 100vw);
  }
}

.plan_menu {
  position: absolute;
  top: calc(680 / 1280 * 100vw);
  left: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_menu {
    display: none;
  }
}

.plan_menu.is-fixed {
  position: fixed;
  top: calc(120 / 1280 * 100vw);
  left: calc(40 / 1280 * 100vw);
  z-index: 2;
  width: 100%;
}

.plan_menu-list li {
  margin-top: calc(20 / 1280 * 100vw);
}

.plan_menu-list li a {
  text-decoration: none;
  color: #001948;
}

.plan_key-visual {
  position: relative;
  height: calc(500 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_key-visual {
    height: unset;
  }
}

.plan_key-visual--title {
  position: absolute;
  width: calc(540 / 1280 * 100vw);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 8px 8px 0;
  color: #001948;
  padding: calc(7 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  left: 0;
  bottom: calc(60 / 1280 * 100vw);
  z-index: 10;
}

@media (max-width: 750px) {
  .plan_key-visual--title {
    display: flex;
    width: auto;
    padding: calc(7 / 375 * 100vw) calc(15 / 375 * 100vw);
    align-items: flex-end;
  }
}

.plan_key-visual--title h2 {
  font-size: calc(32 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_key-visual--title h2 {
    font-size: calc(18 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
  }
}

.plan_key-visual--title p {
  font-size: calc(18 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_key-visual--title p {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.plan_key-visual--slider .slick-dots {
  bottom: calc(-40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_key-visual--slider .slick-dots {
    bottom: calc(-20 / 375 * 100vw);
  }
}

.plan_key-visual--slider .slick-dots li {
  margin: 0;
  width: calc(20 / 1280 * 100vw);
  height: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_key-visual--slider .slick-dots li {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    margin: 0 4px;
  }
}

.plan_key-visual--slider .slick-dots li button {
  width: calc(20 / 1280 * 100vw);
  height: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_key-visual--slider .slick-dots li button {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}

.plan_key-visual--slider .slick-dots li button:before {
  width: calc(20 / 1280 * 100vw);
  height: calc(20 / 1280 * 100vw);
  font-size: calc(10 / 1280 * 100vw);
  color: #e8ecf0;
  opacity: 1;
}

@media (max-width: 750px) {
  .plan_key-visual--slider .slick-dots li button:before {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}

.plan_key-visual--slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.plan_key-visual--slider .arrows {
  display: none;
}

@media (max-width: 750px) {
  .plan_key-visual--slider .arrows {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 100%;
    display: flex;
    padding: 0 calc(10 / 375 * 100vw);
    justify-content: space-between;
    z-index: 100;
  }
}

@media (max-width: 750px) {
  .plan_key-visual--slider .arrows .slide-arrow {
    width: 10px;
  }
}

@media (max-width: 750px) {
  .plan_key-visual--slider .arrows .slick-next {
    width: 10px;
  }
}

.plan_about {
  padding: calc(40 / 1280 * 100vw) 0 calc(30 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_about {
    padding: calc(20 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
}

.plan_about .section-title {
  color: #001948;
}

.plan_about .description {
  font-size: calc(18 / 1280 * 100vw);
  margin-top: calc(30 / 1280 * 100vw);
  line-height: 1.55555;
}

@media (max-width: 750px) {
  .plan_about .description {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    line-height: 2.2857;
  }
}

.plan_feature {
  padding: calc(80 / 1280 * 100vw) 0;
  background: #e8ecf0;
}

@media (max-width: 750px) {
  .plan_feature {
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
}

.plan_feature h2 {
  font-size: calc(32 / 1280 * 100vw);
  color: #001948;
  text-align: center;
}

@media (max-width: 750px) {
  .plan_feature h2 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.plan_feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 750px) {
  .plan_feature-list {
    align-items: stretch;
  }
}

.plan_feature-list li {
  width: calc((100% - (60 / 1280 * 100vw)) / 3);
  border-radius: 10px;
  margin-top: calc(40 / 1280 * 100vw);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media (max-width: 750px) {
  .plan_feature-list li {
    width: calc((100% - (15 / 375 * 100vw)) / 2);
    margin-top: calc(20 / 375 * 100vw);
  }
}

.plan_feature-list li img {
  width: calc(200 / 1280 * 100vw);
  height: calc(160 / 1280 * 100vw);
  object-fit: cover;
}

@media (max-width: 750px) {
  .plan_feature-list li img {
    width: calc(165 / 375 * 100vw);
    height: calc(120 / 375 * 100vw);
  }
}

.plan_feature-list li h3 {
  background: #fff;
  color: #001948;
  padding: calc(20 / 1280 * 100vw);
  border-radius: 0 0 10px 10px;
  font-size: calc(16 / 1280 * 100vw);
  height: calc(110 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_feature-list li h3 {
    padding: calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    height: 100%;
  }
}

.plan_price {
  padding: calc(40 / 1280 * 100vw) 0;
}

@media (max-width: 750px) {
  .plan_price {
    padding: calc(40 / 375 * 100vw) 0 calc(16 / 375 * 100vw);
  }
}

.plan_price .section-title {
  color: #001948;
}

.plan_price .section-title h3 {
  font-size: calc(32 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_price .section-title h3 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.plan_price-list {
  margin-top: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_price-list {
    margin-top: calc(24 / 375 * 100vw);
  }
}

.plan_price-list li {
  text-align: left;
  width: calc(660 / 1280 * 100vw);
  height: calc(80 / 1280 * 100vw);
  display: flex;
  align-items: center;
  padding: 0 calc(20 / 1280 * 100vw);
  background: #e9edf1;
  font-size: calc(18 / 1280 * 100vw);
  color: #3f3d3d;
}

.plan_price-list li.even {
  background: #fff;
}

@media (max-width: 750px) {
  .plan_price-list li {
    width: calc(345 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.plan_price-list li .info {
  position: relative;
  margin-left: calc(10 / 1280 * 100vw);
  width: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_price-list li .info {
    width: calc(20 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
  }
}

.plan_price-list li .info .description {
  display: none;
  position: absolute;
  top: calc(30 / 1280 * 100vw);
  left: 0;
  width: calc(400 / 1280 * 100vw);
  padding: calc(20 / 1280 * 100vw);
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 10;
}

@media (max-width: 750px) {
  .plan_price-list li .info .description {
    width: calc(200 / 375 * 100vw);
    top: calc(30 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
  }
}

.plan_price-list li .info .description h4 {
  color: #001948;
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_price-list li .info .description h4 {
    font-size: calc(14 / 375 * 100vw);
  }
}

.plan_price-list li .info .description p {
  color: #3f3d3d;
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_price-list li .info .description p {
    font-size: calc(12 / 375 * 100vw);
  }
}

.plan_price-list li .info-icon:hover + .description {
  display: inline-block;
}

.plan_price-list li .price-inner-wrap {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.plan_price-list li .price {
  margin-left: auto;
  color: #001948;
  font-size: calc(14 / 1280 * 100vw);
  font-weight: bold;
}

@media (max-width: 750px) {
  .plan_price-list li .price {
    font-size: calc(14 / 375 * 100vw);
  }
}

.plan_price-list li .price .number {
  font-size: calc(20 / 1280 * 100vw);
  margin-right: calc(5 / 1280 * 100vw);
  font-family: Inter;
}

.plan_price-list li .price .number .discount {
  color: #DF0000;
  padding-right: 10px;
}

@media (max-width: 750px) {
  .plan_price-list li .price .number {
    margin-right: calc(5 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
}

.plan_price-list li .util {
  font-size: calc(14 / 1280 * 100vw);
  color: #001948;
}

@media (max-width: 750px) {
  .plan_price-list li .util {
    font-size: calc(12 / 375 * 100vw);
  }
}

.plan_flow {
  max-width: calc(660 / 1280 * 100vw);
  margin: 0 auto;
  padding-bottom: calc(110 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_flow {
    max-width: 100%;
    padding-bottom: calc(46 / 375 * 100vw);
  }
}

.plan_flow p {
  text-align: center;
  margin-top: calc(100 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
  color: #4a6a8f;
}

@media (max-width: 750px) {
  .plan_flow p {
    margin: 0 auto;
    width: calc(305 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.plan_flow-link {
  display: flex;
  justify-content: space-between;
  margin-top: calc(25 / 1280 * 100vw);
  margin-bottom: calc(25 / 1280 * 100vw);
}

.plan_flow-link.all {
  justify-content: space-evenly;
}

@media (max-width: 750px) {
  .plan_flow-link {
    flex-direction: column;
    gap: calc(20 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}

.plan_flow-link a {
  width: calc(320 / 1280 * 100vw);
  height: calc(70 / 1280 * 100vw);
  line-height: calc(70 / 1280 * 100vw);
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #033065;
  font-size: calc(18 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_flow-link a {
    width: calc(305 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    margin: 0 auto;
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(60 / 375 * 100vw);
  }
}

.plan_service .section-title {
  margin-top: 30px;
  color: #001948;
}

.plan_service .section-title h3 {
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_service .section-title h3 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.plan_service .section-title p {
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_service .section-title p {
    font-size: calc(14 / 375 * 100vw);
  }
}

.plan_service-list {
  margin: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.plan_service-list.center {
  justify-content: center;
}

.plan_service-list li {
  width: calc((100% - (70 / 1280 * 100vw)) / 8);
  font-size: calc(10 / 1280 * 100vw);
  margin-top: calc(10 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_service-list li {
    width: calc((100% - (30 / 375 * 100vw)) / 4);
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.plan_service-list li:not(:first-child) {
  margin-left: calc(10 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_service-list li:not(:first-child) {
    margin-left: calc(10 / 375 * 100vw);
  }
}

.plan_service-list li:nth-child(9) {
  margin-left: 0;
}

@media (max-width: 750px) {
  .plan_service-list li:nth-child(4n + 1) {
    margin-left: 0;
  }
}

.plan_service-list li img {
  max-width: calc(50 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_service-list li img {
    max-width: calc(40 / 375 * 100vw);
  }
}

.plan_service-list li p {
  white-space: nowrap;
}

.plan_service-tag {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: calc(20 / 1280 * 100vw);
  gap: calc(15 / 1280 * 100vw);
  margin-top: 0;
}

@media (max-width: 750px) {
  .plan_service-tag {
    padding-bottom: 0;
    gap: calc(15 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.plan_service-tag .tag {
  display: inline-block;
  height: calc(40 / 1280 * 100vw);
  padding: 0 calc(18 / 1280 * 100vw);
  border: 1px solid #e5e5e5;
  border-radius: calc(20 / 1280 * 100vw);
  line-height: calc(38 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
  color: #3f3d3d;
}

@media (max-width: 750px) {
  .plan_service-tag .tag {
    padding-bottom: 0;
    height: calc(38 / 375 * 100vw);
    padding: 0 calc(18 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    gap: calc(15 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.plan_inner.max .plan_service-list {
  margin: calc(20 / 1280 * 100vw) 0 calc(20 / 1280 * 100vw);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.plan_inner.max .plan_service-list li {
  width: calc((100% - (90 / 1280 * 100vw)) / 9);
  font-size: calc(10 / 1280 * 100vw);
  margin-top: calc(10 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_inner.max .plan_service-list li {
    width: calc((100% - (30 / 375 * 100vw)) / 4);
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.plan_inner.max .plan_service-list li:not(:first-child) {
  margin-left: calc(10 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_inner.max .plan_service-list li:not(:first-child) {
    margin-left: calc(10 / 375 * 100vw);
  }
}

.plan_inner.max .plan_service-list li:nth-child(10) {
  margin-left: 0;
}

@media (max-width: 750px) {
  .plan_inner.max .plan_service-list li:nth-child(4n + 1) {
    margin-left: 0;
  }
}

.plan_banner {
  height: calc(456 / 1280 * 100vw);
}

.plan.search h2 {
  display: none;
}

@media (max-width: 750px) {
  .plan.search h2 {
    display: block;
  }
}

.plan.search h2.section-title_plan {
  display: block;
}

.plan.news h2 {
  text-align: left;
}

@media (max-width: 750px) {
  .plan.news h2 {
    text-align: center;
  }
}

.plan_all-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(50 / 1280 * 100vw);
}

.plan_all-list li {
  margin-top: calc(30 / 1280 * 100vw);
  width: calc((100% - (60 / 1280 * 100vw)) / 3);
}

@media (max-width: 750px) {
  .plan_all-list li {
    width: calc((100% - (30 / 375 * 100vw)) / 2);
  }
}

.plan_all-list li:not(:first-child) {
  margin-left: calc(30 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_all-list li:not(:first-child) {
    margin-left: calc(15 / 375 * 100vw);
  }
}

.plan_all-list li:nth-child(3n + 1) {
  margin-left: 0;
}

@media (max-width: 750px) {
  .plan_all-list li:nth-child(3n + 1) {
    margin-left: calc(15 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .plan_all-list li:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.plan_all-list li .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan_all-list li .content h4 {
  color: #001948;
  font-size: calc(18 / 1280 * 100vw);
  margin-top: calc(15 / 1280 * 100vw);
  margin-bottom: calc(5 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_all-list li .content h4 {
    font-size: calc(14 / 375 * 100vw);
  }
}

.plan_all-list li .content h4 span {
  font-size: calc(12 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_all-list li .content h4 span {
    font-size: calc(12 / 375 * 100vw);
  }
}

.plan_all-list li .content table {
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_all-list li .content table {
    font-size: calc(12 / 375 * 100vw);
  }
}

.plan_all-list li .content table th {
  padding-right: calc(10 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_all-list li .content table th {
    padding-right: calc(10 / 375 * 100vw);
  }
}

.plan_all-list li .content p {
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .plan_all-list li .content p {
    font-size: calc(12 / 375 * 100vw);
  }
}

.footer {
  background: #001948;
  text-align: center;
}

.footer .inner {
  padding-top: calc(30 / 1280 * 100vw);
  padding-bottom: calc(30 / 1280 * 100vw);
}

.footer-logo {
  max-width: calc(189 / 1280 * 100vw);
}

.footer-content {
  color: #fff;
  text-align: left;
  display: flex;
}

.footer-menu {
  display: flex;
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .footer-menu {
    flex-wrap: wrap;
    font-size: calc(14 / 375 * 100vw);
  }
}

.footer-menu ul {
  margin-right: calc(90 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .footer-menu ul {
    margin-right: 0;
    width: 50%;
    margin-top: calc(20 / 375 * 100vw);
  }
}

.footer-menu ul li:not(:first-child) {
  margin-top: calc(10 / 1280 * 100vw);
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-link {
  display: flex;
}

.footer-link li {
  width: calc(200 / 1280 * 100vw);
}

.footer-link li:not(:first-child) {
  margin-left: calc(30 / 1280 * 100vw);
}

.footer .copy {
  color: #fff;
  font-size: 10px;
}

.footer .sns-links {
  display: flex;
}

.footer .sns-links li {
  width: 48px;
  margin-top: 0 !important;
}

.footer-bottom {
  background: #4a6a8f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(20 / 1280 * 100vw) calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .footer-bottom {
    flex-direction: column-reverse;
  }
}

.footer-bottom ul {
  display: flex;
}

@media (max-width: 750px) {
  .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.footer-bottom ul li {
  margin-right: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .footer-bottom ul li {
    margin-right: calc(20 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.footer-bottom ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .footer-bottom ul li a {
    font-size: calc(12 / 375 * 100vw);
  }
}

.mobile-navigation {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 0.6s;
  width: 100vw;
  z-index: 999;
}

.mobile-navigation.hidden {
  opacity: 0;
  transition-duration: 0.3s;
  z-index: -2000;
}

.mobile-navigation__inner {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100vw;
  text-align: center;
  padding-top: calc(100 / 375 * 100vw);
}

.mobile-navigation__inner__close-button {
  display: none;
  background-position: center;
  background-image: url("../img/icon/menu-close.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(30 / 375 * 100vw);
  width: calc(30 / 375 * 100vw);
  opacity: 0;
}

.mobile-navigation__inner__close-button.display {
  position: absolute;
  display: block;
  opacity: 1;
  transition-duration: 0.3s;
  z-index: 1000;
}

.mobile-navigation__inner__menu-item {
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #001948;
  font-size: 20px;
  display: block;
}

.mobile-navigation__inner__menu-item__image {
  height: 20px;
}

.mobile-navigation__inner__sns-list {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0;
  width: 70%;
}

.mobile-navigation__inner__sns-list__item {
  margin: 0 20px 0 0;
}

.mobile-navigation__inner__sns-list__item__image {
  height: 50px;
  width: 50px;
}

.mobile-navigation__inner__bottom {
  position: absolute;
  bottom: 0;
  background: #e8ecf0;
  width: 100%;
  padding: calc(60 / 375 * 100vw) 0;
}

.hidden {
  display: none;
}

img {
  width: 100%;
}

body {
  padding-top: calc(100 / 1280 *100vw);
}

@media (max-width: 750px) {
  body {
    padding-top: calc(60 / 375 *100vw);
  }
}

.inner {
  max-width: calc(1080 / 1280 * 100vw);
  margin: 0 auto;
}

@media (max-width: 750px) {
  .inner {
    max-width: 100%;
    padding: 0 15px;
  }
}

.section-title {
  position: relative;
  text-align: center;
  color: #fff;
}

.section-title h2 {
  font-size: calc(32 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .section-title h2 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.section-title h3 {
  font-size: calc(24 / 375 * 100vw);
}

.section-title p {
  font-size: calc(16 / 1280 * 100vw);
  color: #4a6a8f;
}

@media (max-width: 750px) {
  .section-title p {
    font-size: calc(16 / 375 * 100vw);
  }
}

.to-top {
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 50px;
  width: 100px;
}

@media (max-width: 750px) {
  .to-top {
    right: 0;
  }
}

.to-top img {
  width: 100%;
}

.to-top:hover {
  cursor: pointer;
  position: fixed;
}

.more-link {
  display: block;
  margin-top: calc(20 / 1280 * 100vw);
  text-align: right;
  color: #007b8c;
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .more-link {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

a:hover {
  position: static;
  opacity: 0.7;
  z-index: 1000;
}

@media (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

.pc-none {
  display: none;
}

@media (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

.area {
  background: #b6c1cf;
  color: #001948;
  padding: calc(30 / 1280 * 100vw) 0;
}

.area .wrap {
  display: flex;
}

.area h2 {
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .area h2 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.area-wrap {
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .area-wrap {
    font-size: calc(14 / 375 * 100vw);
    font-weight: normal;
    padding: calc(5 / 375 * 100vw);
  }
}

.area-wrap a {
  color: #001948;
  text-decoration: none;
}

.area-wrap .top {
  display: flex;
  margin-top: calc(15 / 1280 * 100vw);
}

.area-wrap .top .head {
  margin-right: calc(30 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .area-wrap .top .head {
    min-width: 50px;
  }
}

.area-wrap .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: calc(700 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .area-wrap .bottom {
    max-width: 100%;
    flex-direction: column;
  }
}

.area-wrap .bottom .wrap {
  width: 33%;
  margin-top: calc(15 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .area-wrap .bottom .wrap {
    width: 100%;
  }
}

.area-wrap .bottom .wrap .head {
  margin-right: calc(30 / 1280 * 100vw);
}

.area-wrap .bottom .wrap .head.min {
  margin-right: calc(15 / 1280 * 100vw);
}

.banner-list {
  display: flex;
  justify-content: space-between;
  padding: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .banner-list {
    flex-direction: column;
  }
}

.banner-list li {
  width: calc((100% - 60px) / 4);
}

@media (max-width: 750px) {
  .banner-list li {
    width: 100%;
    margin-top: calc(10 / 375 * 100vw);
  }
}

.workspace {
  margin-top: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .workspace {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.workspace .section-title {
  color: #001948;
}

.workspace-list {
  margin-top: calc(40 / 1280 * 100vw);
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 750px) {
  .workspace-list {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.workspace-list li {
  width: calc((100% - (40 / 1280 * 100vw)) / 2);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}

.workspace-list li:nth-child(2n) {
  margin-left: calc(40 / 1280 * 100vw);
}

.workspace-list li:nth-child(n + 3) {
  margin-top: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .workspace-list li.new h3 {
    max-width: 60%;
  }
}

@media (max-width: 750px) {
  .workspace-list li.front h3 {
    max-width: 60%;
  }
}

.workspace-list li a {
  display: flex;
  text-decoration: none;
  color: #3f3d3d;
}

@media (max-width: 750px) {
  .workspace-list li a {
    display: flex;
    flex-direction: column;
  }
}

.workspace-list li a .thumbnail {
  width: 50%;
  object-fit: cover;
}

@media (max-width: 750px) {
  .workspace-list li a .thumbnail {
    width: 100%;
    height: calc(92 / 375 * 100vw);
  }
}

.workspace-list li a .content {
  padding: calc(20 / 1280 * 100vw);
  width: 50%;
}

@media (max-width: 750px) {
  .workspace-list li a .content {
    width: 100%;
    padding: calc(10 / 375 * 100vw);
  }
}

.workspace-list li a .content h3 {
  font-size: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .workspace-list li a .content h3 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.workspace-list li a .content h3 span {
  display: inline-block;
  font-size: calc(18 / 1280 * 100vw);
  color: #3f3d3d;
  text-align: center;
  padding: 0 calc(15 / 1280 * 100vw);
  border: 1px solid #e5e5e5;
  border-radius: calc(15 / 1280 * 100vw);
  margin-left: 5px;
}

@media (max-width: 750px) {
  .workspace-list li a .content h3 span {
    font-size: calc(13 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}

.workspace-list li a .content th,
.workspace-list li a .content td {
  padding: calc(5 / 1280 * 100vw) 0;
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .workspace-list li a .content th,
  .workspace-list li a .content td {
    padding: calc(5 / 375 * 100vw) 0;
    font-size: calc(12 / 375 * 100vw);
  }
}

.workspace-list li a .content th {
  width: calc(18 / 1280 * 100vw);
  display: inline-block;
  vertical-align: top;
  margin-right: calc(5 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .workspace-list li a .content th {
    width: calc(18 / 375 * 100vw);
    margin-right: calc(12 / 375 * 100vw);
  }
}

.workspace-list li a .content th.finance {
  vertical-align: middle;
}

@media (max-width: 750px) {
  .workspace-list li a .content tr:last-child th,
  .workspace-list li a .content tr:last-child td {
    padding: calc(2.5 / 375 * 100vw) 0;
  }
}

.workspace-list li a .content .price {
  font-size: calc(20 / 1280 * 100vw);
}

.workspace-list li.solo h3 {
  position: relative;
}

.workspace-list li.solo h3::before {
  content: 'Solo';
  display: block;
  position: absolute;
  top: 0px;
  right: calc(-10 / 1280 * 100vw);
  background: #fff;
  color: #3f3d3d;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 750px) {
  .workspace-list li.solo h3::before {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}

.workspace-list li.new {
  position: relative;
}

.workspace-list li.new::after {
  content: 'NEW';
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  color: #007b8c;
  font-size: 14px;
  text-align: center;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9);
  width: 35px;
  border-radius: 3px;
  z-index: 0;
}

@media (max-width: 750px) {
  .workspace-list li.new::after {
    width: 24px;
    text-align: center;
    background: unset;
    top: calc(105 / 375 * 100vw);
    font-size: 10px;
    padding: 0;
    border-radius: 0;
    border-top: 2px solid #007b8c;
    border-bottom: 2px solid #007b8c;
    right: calc(10 / 375 * 100vw) !important;
    left: unset;
  }
}

@media (max-width: 750px) {
  .workspace-list li tr.rounge {
    line-height: 2;
  }
}

.workspace-list li.front {
  position: relative;
}

.workspace-list li.front::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 10px;
  color: #007b8c;
  font-size: 14px;
  text-align: center;
  background-image: url(../img/icon/front-color.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 750px) {
  .workspace-list li.front::before {
    top: calc(105 / 375 * 100vw);
    width: 20px;
    height: 20px;
  }
}

.workspace-list li.front.new::after {
  right: 45px;
}

.search .section-title {
  padding: calc(40 / 1280 * 100vw);
  background: #e8ecf0;
  color: #001948;
}

@media (max-width: 750px) {
  .search .section-title {
    padding: calc(20 / 375 * 100vw);
  }
}

.search .section-title_plan {
  display: none;
}

.search-button {
  text-align: center;
  background: #e8ecf0;
  padding: calc(40 / 1280 * 100vw) calc(270 / 1280 * 100vw);
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
}

@media (max-width: 750px) {
  .search-button {
    padding: calc(20 / 375 * 100vw) 0;
    align-items: center;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-around;
  }
}

.search-button button {
  width: calc(300 / 1280 * 100vw);
  height: calc(60 / 1280 * 100vw);
  line-height: calc(60 / 1280 * 100vw);
  font-size: calc(18 / 1280 * 100vw);
  color: #fff;
  background: #001948;
  border-radius: calc(8 / 1280 * 100vw);
  border: none;
}

@media (max-width: 750px) {
  .search-button button {
    width: calc(300 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
  }
}

.search-button button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.search-button .caution {
  color: #df0000;
  font-weight: normal;
  font-size: calc(14 / 1280 * 100vw);
  margin-top: calc(-20 / 1280 * 100vw);
  margin-bottom: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search-button .caution {
    font-size: calc(12 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .search-detail {
    background: #e8ecf0;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .search-detail summary {
    position: relative;
    list-style: none;
    padding: calc(15 / 375 * 100vw);
    cursor: pointer;
    font-size: calc(18 / 375 * 100vw);
    background-color: #fff;
  }
}

@media (max-width: 750px) {
  .search-detail summary:after {
    content: '';
    position: absolute;
    display: inline-block;
    border-bottom: calc(3 / 375 * 100vw) solid #001948;
    border-left: calc(3 / 375 * 100vw) solid #001948;
    height: calc(8 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    top: calc(50% - 8px);
    right: calc(20 / 375 * 100vw);
    transform: rotate(-45deg);
  }
}

@media (max-width: 750px) {
  .search-detail .detail-wrap {
    height: calc(481 / 375 * 100vw);
  }
}

.search-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 750px) {
  .search-wrap {
    padding-bottom: 15px;
    background: #e8ecf0;
    position: relative;
    flex-direction: column;
  }
}

.search-area {
  width: calc(780 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search-area {
    width: 100%;
  }
}

.search-condition {
  width: calc(480 / 1280 * 100vw);
  padding: calc(40 / 1280 * 100vw) calc(60 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search-condition {
    background: #fff;
    width: 100%;
    order: 1;
  }
}

.search-condition h3 {
  position: relative;
  color: #001948;
  margin-bottom: calc(20 / 1280 * 100vw);
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search-condition h3 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.search-condition h3 img {
  position: absolute;
  width: 20px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 750px) {
  .search-condition .conditions {
    display: none;
  }
}

.search-condition.active h3 img {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 750px) {
  .search-condition.active .conditions {
    display: block;
  }
}

.search-condition label {
  font-size: calc(16 / 1280 * 100vw);
  color: #3f3d3d;
}

@media (max-width: 750px) {
  .search-condition label {
    font-size: calc(16 / 375 * 100vw);
  }
}

.search-condition .price-label {
  display: block;
  margin-top: calc(20 / 1280 * 100vw);
}

.search-condition .price-wrap {
  margin-top: calc(20 / 1280 * 100vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search-condition .price-wrap {
    flex-wrap: wrap;
    font-size: calc(16 / 375 * 100vw);
  }
}

.search-condition .price-wrap select {
  width: calc(160 / 1280 * 100vw);
  height: calc(40 / 1280 * 100vw);
  border-radius: calc(4 / 1280 * 100vw);
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

@media (max-width: 750px) {
  .search-condition .price-wrap select {
    width: calc(140 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
}

.search-condition .price-wrap .radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.search-condition .price-wrap .radio-inline__label {
  display: inline-block;
  border-radius: 3px;
  transition: all 0.2s;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #3f3d3d;
  font-size: 16px;
  text-align: center;
  background: #e5e5e5;
  width: calc((100% - 30px) / 4);
  height: calc(40 / 1280 * 100vw);
  line-height: calc(40 / 1280 * 100vw);
  white-space: nowrap;
  font-family: 'Inter';
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 750px) {
  .search-condition .price-wrap .radio-inline__label {
    width: 48%;
    height: calc(40 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-top: 10px;
    font-size: initial;
  }
}

.search-condition .price-wrap .radio-inline__input:checked + .radio-inline__label {
  background: #001948;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.search-condition .price-wrap .radio-inline__input:focus + .radio-inline__label {
  outline-color: #4d90fe;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

.search-condition-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(15 / 1280 * 100vw);
}

.search-condition-list li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: calc(15 / 1280 * 100vw);
}

.search-condition-list li label {
  cursor: pointer;
  padding-left: calc(35 / 1280 * 100vw);
  position: relative;
}

@media (max-width: 750px) {
  .search-condition-list li label {
    padding-left: calc(30 / 375 * 100vw);
  }
}

.search-condition-list li label:before, .search-condition-list li label:after {
  content: '';
  display: block;
  position: absolute;
}

.search-condition-list li label:before {
  background-color: #fff;
  border-radius: calc(4 / 1280 * 100vw);
  border: 1px solid #e5e5e5;
  width: calc(20 / 1280 * 100vw);
  height: calc(20 / 1280 * 100vw);
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

@media (max-width: 750px) {
  .search-condition-list li label:before {
    border-radius: calc(4 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.search-condition-list li label:after {
  border-bottom: calc(2 / 1280 * 100vw) solid #001948;
  border-left: calc(2 / 1280 * 100vw) solid #001948;
  opacity: 0;
  height: calc(5 / 1280 * 100vw);
  width: calc(10 / 1280 * 100vw);
  transform: rotate(-45deg);
  top: calc(6 / 1280 * 100vw);
  left: calc(9 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search-condition-list li label:after {
    border-bottom: calc(2 / 375 * 100vw) solid #001948;
    border-left: calc(2 / 375 * 100vw) solid #001948;
    height: calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
    top: calc(5 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
  }
}

.search-condition-list li input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.search-condition-list li input:checked + label:after {
  opacity: 1;
}

@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.search input[type='radio'] {
  display: none;
}

.search .tab-area {
  display: flex;
}

@media (max-width: 750px) {
  .search .tab-area {
    width: 100%;
    overflow-x: auto;
  }
}

.search .tab-area label {
  position: relative;
  max-width: calc(140 / 1280 * 100vw);
  width: 100%;
  display: block;
  padding: calc(10 / 1280 * 100vw) calc(12 / 1280 * 100vw);
  color: #001948;
  background: #b6c1cf;
  text-align: center;
  font-size: calc(14 / 1280 * 100vw);
  cursor: pointer;
  transition: ease 0.2s opacity;
}

.search .tab-area label:nth-of-type(n + 3) {
  max-width: calc(100 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search .tab-area label:nth-of-type(n + 3) {
    max-width: unset;
  }
}

@media (max-width: 750px) {
  .search .tab-area label {
    font-size: calc(14 / 375 * 100vw);
    min-width: 150px;
    padding: calc(10 / 375 * 100vw) calc(15 / 375 * 100vw);
    max-width: unset;
  }
}

.search .tab-panel {
  width: 100%;
  opacity: 0;
  display: none;
}

.search .panel-area {
  background: #fff;
  position: relative;
}

.search .panel-area .map-select-btn {
  position: absolute;
  top: calc(20 / 1280 * 100vw);
  left: calc(20 / 1280 * 100vw);
  z-index: 1;
  background: #ffffff;
  font-size: calc(14 / 1280 * 100vw);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  padding: calc(15 / 1280 * 100vw) calc(40 / 1280 * 100vw) 0;
  line-height: calc(30 / 1280 * 100vw);
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 750px) {
  .search .panel-area .map-select-btn {
    top: calc(10 / 375 * 100vw);
    left: calc(15 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) calc(10 / 375 * 100vw) 0;
    line-height: calc(30 / 375 * 100vw);
  }
}

.search .panel-area .map-select-btn_text {
  height: calc(20 / 1280 * 100vw);
  margin-bottom: calc(15 / 1280 * 100vw);
  color: #001948;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
}

.search .panel-area .map-select-btn_text:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 750px) {
  .search .panel-area .map-select-btn_text {
    height: calc(20 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.search .panel-area .map-select-btn_table {
  border-top: 1px solid #e5e5e5;
  width: calc(660 / 1280 * 100vw);
  margin-bottom: calc(15 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search .panel-area .map-select-btn_table {
    width: calc(300 / 375 * 100vw);
  }
}

.search .panel-area .map-select-btn_table-close {
  display: none;
  visibility: hidden;
  transition: 0.6s;
}

.search .panel-area .map-select-btn_table-open {
  display: block;
  visibility: visible;
  transition: 0.6s;
}

.search .panel-area .map-select-btn_table_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: calc(50 / 1280 * 100vw);
  padding: calc(10 / 1280 * 100vw) 0;
}

@media (max-width: 750px) {
  .search .panel-area .map-select-btn_table_row {
    min-height: calc(50 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) 0;
    align-items: baseline;
  }
}

.search .panel-area .map-select-btn_table_row_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(160 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search .panel-area .map-select-btn_table_row_title {
    width: calc(160 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.search .panel-area .map-select-btn_table_row_right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(8 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search .panel-area .map-select-btn_table_row_right {
    gap: calc(8 / 375 * 100vw);
  }
}

.search .panel-area .map-select-btn_table_row_right_cell {
  border: 1px solid #e5e5e5;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(24 / 1280 * 100vw);
  padding: calc(6 / 1280 * 100vw);
  line-height: calc(12 / 1280 * 100vw);
  border-radius: calc(12 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .search .panel-area .map-select-btn_table_row_right_cell {
    height: calc(24 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw);
    line-height: calc(12 / 375 * 100vw);
    border-radius: calc(12 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.search .panel-area .map-select-btn_table_row_right_cell:hover {
  background: #e5e5e5;
  transition: 0.3s;
  cursor: pointer;
}

.search .panel-area .check_inline__input {
  display: none;
}

.search .panel-area .check_inline__input:checked + label {
  background: #001948;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.search #tab1:checked ~ .panel-area #panel1 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

.search #tab2:checked ~ .panel-area #panel2 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

.search #tab3:checked ~ .panel-area #panel3 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

.search #tab4:checked ~ .panel-area #panel4 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

.search #tab5:checked ~ .panel-area #panel5 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

.search #tab6:checked ~ .panel-area #panel6 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

.search #tab7:checked ~ .panel-area #panel7 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

.tab-label, .search #tab1:checked ~ .tab-area .tab1-label, .search #tab2:checked ~ .tab-area .tab2-label, .search #tab3:checked ~ .tab-area .tab3-label, .search #tab4:checked ~ .tab-area .tab4-label, .search #tab5:checked ~ .tab-area .tab5-label, .search #tab6:checked ~ .tab-area .tab6-label, .search #tab7:checked ~ .tab-area .tab7-label {
  background: #001948;
  color: #fff;
}

.base {
  padding: calc(100 / 1280 * 100vw) 0;
}

@media (max-width: 750px) {
  .base {
    padding: calc(30 / 375 * 100vw) 0;
  }
}

.base .inner {
  max-width: calc(1000 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .base .inner {
    max-width: calc(700 / 375 * 100vw);
  }
}

.base .section-title {
  color: #001948;
}

.base .section-title h3 {
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .base .section-title h3 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.base-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .base-list {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.base-list li {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-right: calc(20 / 1280 * 100vw);
  width: calc((100% - (40 / 1280 * 100vw)) / 3);
}

@media (max-width: 750px) {
  .base-list li {
    margin-right: calc(15 / 375 * 100vw);
    width: calc((100% - (15 / 375 * 100vw)) / 2);
  }
}

.base-list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 750px) {
  .base-list li:nth-child(3n) {
    margin-right: calc(15 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .base-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .base-list li:nth-child(n + 3) {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.base-list li:nth-child(n + 4) {
  margin-top: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .base-list li:nth-child(n + 4) {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.base-list li .thumbnail {
  width: 100%;
  height: calc(200 / 1280 * 100vw);
  object-fit: cover;
}

@media (max-width: 750px) {
  .base-list li .thumbnail {
    height: calc(92 / 375 * 100vw);
  }
}

.base-list li .tag {
  position: absolute;
  top: calc(160 / 1280 * 100vw);
  right: calc(10 / 1280 * 100vw);
  display: inline-block;
  padding: calc(6 / 1280 * 100vw) calc(13 / 1280 * 100vw);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  font-size: calc(12 / 1280 * 100vw);
  color: #001948;
}

.base-list li .content {
  padding: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .base-list li .content {
    padding: calc(10 / 375 * 100vw);
  }
}

.base-list li .content h3 {
  color: #001948;
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .base-list li .content h3 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.base-list li .content table {
  margin-top: calc(10 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .base-list li .content table {
    margin-top: calc(14 / 375 * 100vw);
  }
}

.base-list li .content table tr.price th,
.base-list li .content table tr.price td {
  padding: calc(10 / 1280 * 100vw) 0;
}

@media (max-width: 750px) {
  .base-list li .content table tr.price th,
  .base-list li .content table tr.price td {
    margin-top: calc(14 / 375 * 100vw);
  }
}

.base-list li .content table th {
  width: calc(20 / 1280 * 100vw);
  padding: calc(4 / 1280 * 100vw) 0;
  vertical-align: top;
}

@media (max-width: 750px) {
  .base-list li .content table th {
    width: calc(18 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) 0;
  }
}

.base-list li .content table th.finance {
  vertical-align: middle;
}

.base-list li .content table th.drop {
  width: calc(45 / 1280 * 100vw);
  font-size: calc(11 / 1280 * 100vw);
}

.base-list li .content table td {
  font-size: calc(14 / 1280 * 100vw);
  padding-left: calc(5 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .base-list li .content table td {
    font-size: calc(12 / 375 * 100vw);
    padding-left: calc(12 / 375 * 100vw);
  }
}

.base-list li .content table td.finance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.base-list li .content table td .price {
  font-size: calc(20 / 1280 * 100vw);
  padding-left: calc(5 / 1280 * 100vw);
}

.base-list li .content .more-link {
  color: #001948;
  margin-top: calc(5 / 1280 * 100vw);
}

.base-list li.new .content {
  position: relative;
}

.base-list li.new .content::after {
  content: 'NEW';
  display: block;
  position: absolute;
  top: calc(10 / 1280 * 100vw);
  right: calc(20 / 1280 * 100vw);
  color: #007b8c;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 750px) {
  .base-list li.new .content::after {
    top: calc(105 / 375 * 100vw);
    font-size: 10px;
  }
}

.bottom_page_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(160 / 1280 * 100vw);
  background-color: #e8ecf0;
}

@media (max-width: 750px) {
  .bottom_page_title {
    height: calc(90 / 375 * 100vw);
  }
}

.bottom_page_title h2 {
  color: #001948;
}

@media (max-width: 750px) {
  .bottom_page_title.identity {
    height: calc(120 / 375 * 100vw);
  }
}

.bottom_page_inner {
  max-width: calc(660 / 1280 * 100vw);
  margin: 0 auto;
}

@media (max-width: 750px) {
  .bottom_page_inner {
    max-width: 100%;
    padding: 0px 15px;
  }
}

.error_page {
  text-align: center;
  color: #001948;
  padding: calc(100 / 1280 * 100vw) 0;
}

.error_page h3 {
  font-size: calc(36 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .error_page h3 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.error_page p {
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .error_page p {
    font-size: calc(12 / 375 * 100vw);
  }
}

.error_page a {
  display: inline-block;
  width: calc(240 / 1280 * 100vw);
  height: calc(60 / 1280 * 100vw);
  line-height: calc(60 / 1280 * 100vw);
  background: #001948;
  color: #fff;
  text-decoration: none;
  font-size: calc(20 / 1280 * 100vw);
  border-radius: 10px;
  margin-top: calc(100 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .error_page a {
    width: calc(200 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

ul.p-pager__list {
  display: flex;
  justify-content: center;
}

ul.p-pager__list li.p-pager__item {
  width: 40px;
  height: 40px;
  margin: 65px 0 65px 10px;
}

ul.p-pager__list li.p-pager__item a {
  width: 40px;
  height: 40px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  color: #001948;
  background: #e7f3f4;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  flex-direction: column;
}

ul.p-pager__list li.p-pager__item .-active {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background: #007b8c;
  border-radius: 8px;
  text-decoration: none;
  flex-direction: column;
}

ul.p-pager__list p.p-pager__arrow {
  margin: 65px 10px;
  display: flex;
  align-items: center;
}

ul.p-pager__list .-prev {
  transform: scale(-1, 1);
}

.p-kv-img {
  width: calc(260 / 1280 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(216 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .p-kv-img {
    aspect-ratio: 165 / 92;
    height: auto;
    width: 100%;
  }
}

a {
  text-decoration: none !important;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sec-title {
  width: 100%;
  padding: 0 25px;
}

.sec-title--bgBlue {
  padding-top: 49px;
  padding-bottom: 50px;
  background: #E8ECF0;
}

@media screen and (max-width: 767px) {
  .sec-title--bgBlue {
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}

.sec-title_ja {
  display: block;
  font-family: 'Kinto-Medium';
  font-size: calc(32 / 1280 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: calc(32 / 1280 * 100vw);
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-title_ja {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.sec-title_en {
  margin-top: 10px;
  display: block;
  color: #4A6A8F;
  font-family: Inter;
  font-size: calc(16 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: calc(19 / 1280 * 100vw);
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-title_en {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
  }
}

.breadcrumb {
  padding: 11px 0 22px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 12px;
  }
}

.breadcrumb_in {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .breadcrumb_in {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.breadcrumb_in_wrap::after {
  width: 6px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  content: '';
  background: url(../img/icon/breadcrumb-arrow.svg) center/contain no-repeat;
}

.breadcrumb_in_wrap:last-child::after {
  display: none;
}

.breadcrumb_in_wrap a,
.breadcrumb_in_wrap span {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}

.breadcrumb_in_wrap a {
  color: #007B8C;
  text-decoration: none;
}

.breadcrumb_in_wrap span {
  color: #3F3D3D;
}

.inquiries {
  width: calc(700 / 1280 * 100vw);
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .inquiries {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inquiries_before {
  width: 100%;
  background: #E8ECF0;
  border-radius: 8px;
  padding-top: calc(25 / 1280 * 100vw);
  padding-bottom: calc(30 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .inquiries_before {
    padding-top: calc(25 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}

.inquiries_tel {
  width: 100%;
  margin-bottom: 80px;
  padding-top: calc(20 / 1280 * 100vw);
  padding-bottom: calc(40 / 1280 * 100vw);
  background: #E8ECF0;
  border-radius: 8px;
}

@media (max-width: 750px) {
  .inquiries_tel {
    margin-bottom: 40px;
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}

.inquiries_tel_txt {
  margin-bottom: calc(40 / 1280 * 100vw);
  color: #001948;
  font-family: 'Kinto-Medium';
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: calc(27 / 1280 * 100vw);
  letter-spacing: 0em;
  text-align: center;
}

@media (max-width: 750px) {
  .inquiries_tel_txt {
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.inquiries_tel_btn {
  max-width: calc(240 / 1280 * 100vw);
  margin: 0 auto calc(20 / 1280 * 100vw);
  padding: calc(15 / 1280 * 100vw) 0;
  display: block;
  background: #001948;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Kinto-Medium';
  font-size: calc(16 / 1280 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: calc(16 / 1280 * 100vw);
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 750px) {
  .inquiries_tel_btn {
    max-width: calc(245 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) 0;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}

.inquiries_tel_btn .icon {
  margin-right: calc(29 / 240 * 100%);
  display: block;
  flex: 0 0 calc(18 / 240 * 100%);
  align-self: self-start;
  max-height: 19px;
  position: relative;
}

.inquiries_tel_btn .icon svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.inquiries_tel_num {
  margin-bottom: calc(10 / 1280 * 100vw);
  color: #3F3D3D;
  font-family: Inter;
  font-size: calc(36 / 1280 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: calc(44 / 1280 * 100vw);
  letter-spacing: 0em;
  text-align: center;
}

.inquiries_tel_num a {
  color: #3F3D3D;
}

.inquiries_tel_num a:link, .inquiries_tel_num a:visited {
  color: #3F3D3D;
}

@media (max-width: 750px) {
  .inquiries_tel_num {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(36 / 375 * 100vw);
    line-height: calc(44 / 375 * 100vw);
  }
}

.inquiries_tel_small {
  font-family: Kinto Sans, Inter;
  font-size: calc(20 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: calc(20 / 1280 * 100vw);
  letter-spacing: 0em;
  text-align: center;
}

@media (max-width: 750px) {
  .inquiries_tel_small {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}

.inquiries_form {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media (max-width: 750px) {
  .inquiries_form {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.inquiries_form_wrap {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .inquiries_form_wrap {
    margin-bottom: 20px;
  }
}

.inquiries_form_wrap:last-child {
  margin-bottom: 0;
}

.inquiries_form_submit {
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 750px) {
  .inquiries_form_submit {
    margin-top: 40px;
    flex-direction: column;
  }
}

.inquiries-txt {
  margin-top: 20px;
  color: #4A6A8F;
  font-family: 'Kinto-Medium';
  font-size: calc(14 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .inquiries-txt {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}

.mwform-radio-field label {
  display: flex;
}

.mwform-checkbox-field label {
  display: flex;
  align-items: center;
}

.form-item-name {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .form-item-name {
    display: block;
  }
}

.form-item-name_wrap {
  width: calc(320 / 660 * 100%);
  flex: 0 0 calc(320 / 660 * 100%);
}

@media screen and (max-width: 767px) {
  .form-item-name_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.form-item-tel {
  display: flex;
  justify-content: flex-start;
}

.form-item-tel_wrap {
  width: calc(170 / 660 * 100%);
  flex: 0 0 calc(170 / 660 * 100%);
  margin-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form-item-tel_wrap {
    width: calc(121 / 375 * 100vw);
    flex: 0 0 calc(121 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
  .form-item-tel_wrap .form-item-input {
    flex: 0 0 calc(105 / 375 * 100vw);
  }
  .form-item-tel_wrap:first-child {
    width: calc(101 / 375 * 100vw);
    flex: 0 0 calc(101 / 375 * 100vw);
  }
  .form-item-tel_wrap:first-child .form-item-input {
    flex: 0 0 calc(85 / 375 * 100vw);
  }
  .form-item-tel_wrap:last-child {
    width: calc(105 / 375 * 100vw);
    flex: 0 0 calc(105 / 375 * 100vw);
    margin-left: -1px;
  }
}

.form-item-tel_wrap::after {
  width: calc(10 / 1280 * 100vw);
  height: 1px;
  margin-left: calc(10 / 1280 * 100vw);
  display: block;
  background: #3F3D3D;
  content: '';
}

@media screen and (max-width: 767px) {
  .form-item-tel_wrap::after {
    width: calc(6 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
  }
}

.form-item-tel_wrap:last-of-type {
  margin-right: 0;
}

.form-item-tel_wrap:last-of-type::after {
  display: none;
}

.form-item-method {
  margin-top: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-item-method_wrap {
  width: calc(81 / 660 * 100%);
  flex: 0 0 calc(81 / 660 * 100%);
  margin-right: calc(40 / 660 * 100%);
}

@media screen and (max-width: 767px) {
  .form-item-method_wrap {
    width: calc(81 / 345 * 100%);
    flex: 0 0 calc(81 / 345 * 100%);
  }
}

.form-item-label {
  margin-bottom: calc(11 / 1280 * 100vw);
  font-family: 'Kinto-Medium';
  font-size: calc(16 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-label {
    margin-bottom: calc(11 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.form-item-label_mand {
  margin-right: 5px;
  padding: 3px 9px;
  display: inline-block;
  background: #DF0000;
  border-radius: 4px;
  color: #fff;
  font-family: 'Kinto-Medium';
  font-size: calc(14 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-item-label_mand {
    font-size: calc(14 / 375 * 100vw);
  }
}

.form-item-label_small {
  font-family: 'Kinto-Medium';
  font-size: calc(12 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-label_small {
    font-size: calc(12 / 375 * 100vw);
  }
}

.form-item-input {
  width: 100%;
  padding: 15px 20px;
  background: #E8ECF0;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  color: #3F3D3D;
  font-family: 'Kinto-Medium';
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-input {
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 17px;
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-input::placeholder {
  color: #BDBDBD;
}

.form-item-input:focus-visible {
  outline: none;
}

.form-item-radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.form-item-radio_input {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin-right: 10px;
  display: block;
  border: 1px solid #001948;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.form-item-radio_input:checked {
  background: #001948;
}

.form-item-radio_input:checked::after {
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border: 3px solid #fff;
}

.form-item-radio_txt {
  flex: 0 0 auto;
  color: #3F3D3D;
  font-family: 'Kinto-Medium';
  font-size: calc(16 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-radio_txt {
    font-size: calc(16 / 375 * 100vw);
  }
}

.form-item-textarea {
  width: 100%;
  padding: 15px 20px;
  background: #E8ECF0;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  color: #3F3D3D;
  font-family: 'Kinto-Medium';
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-textarea {
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 17px;
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-textarea::placeholder {
  color: #BDBDBD;
}

.form-item-textarea:focus-visible {
  outline: none;
}

.form-item-checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.form-item-checkbox_input {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #E8ECF0;
  border-radius: 4px;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.form-item-checkbox_input::before {
  width: 16px;
  height: 10px;
  margin: auto;
  display: none;
  border-left: 3px solid #001948;
  border-bottom: 3px solid #001948;
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  bottom: 0;
}

.form-item-checkbox_txt {
  font-family: Inter;
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .form-item-checkbox_txt {
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-select {
  width: 100%;
  position: relative;
}

.form-item-select_form {
  width: 100%;
  min-width: max-content;
  padding: 20px 30px 20px 20px;
  background: #E8ECF0;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
  font-family: Inter;
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-select_form {
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-select_form:focus {
  outline: none;
}

.form-item-select_arrow {
  width: 8px;
  height: 4px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.form-item-select_arrow svg {
  position: absolute;
  top: 0;
  right: 0;
  user-select: none;
  pointer-events: none;
}

.form-item-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-item-checkbox_input {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  transition: .35s ease;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-item-checkbox_input {
    width: 30px;
    height: 30px;
    background: #E8ECF0;
    border-color: #E8ECF0;
  }
}

.form-item-checkbox_input::after {
  width: 10px;
  height: 4px;
  margin: auto;
  display: block;
  border-left: 3px solid #3F3D3D;
  border-bottom: 3px solid #3F3D3D;
  transform: rotate(-45deg) translate(2px, -2px);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.form-item-checkbox_input:checked::after {
  opacity: 1;
}

.form-item-checkbox_label {
  margin-left: 5px;
  display: block;
  color: #3F3D3D;
  font-family: Inter;
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form-item-checkbox_label {
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-submit, .form-item-back {
  width: calc(240 / 660 * 100%);
  padding: 18px 10px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #001948;
  border-radius: 8px;
  color: #fff;
  font-family: 'Kinto-Medium';
  font-size: calc(20 / 1280 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form-item-submit, .form-item-back {
    font-size: calc(20 / 375 * 100vw);
    width: calc(245 / 345 * 100%);
  }
}

.form-item-back {
  background: #E7ECF0;
  color: #001948;
  margin: 0 20px 0 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form-item-back {
    font-size: calc(20 / 375 * 100vw);
    width: calc(245 / 345 * 100%);
    margin: 0 0 10px 0;
  }
}

.form-item-num-of-users {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-item-num-of-users_wrap {
  width: 80px;
  flex: 0 0 80px;
}

.form-item-num-of-users_wrap--script {
  width: auto;
  flex: 0 0 auto;
  margin: 0 10px;
  text-align: center;
  color: #3F3D3D;
  font-family: Inter;
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-num-of-users_wrap--script {
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-move-in-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 0;
}

.form-item-move-in-date_wrap {
  width: 80px;
  flex: 0 0 80px;
  color: #3F3D3D;
  font-family: Inter;
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap {
    width: 70px;
    flex: 0 0 70px;
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-move-in-date_wrap--script {
  width: auto;
  flex: 0 0 auto;
  margin: 0 10px;
  text-align: center;
}

.form-item-move-in-date_wrap--year {
  width: 120px;
  flex: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap--year {
    width: 95px;
    flex: 0 0 95px;
  }
}

.form-item-move-in-date_wrap--undecided {
  width: auto;
  flex: 0 0 auto;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap--undecided {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap:nth-child(6) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap:nth-child(7) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap:nth-child(7), .form-item-move-in-date_wrap:nth-child(8) {
    margin-top: 15px;
  }
}

.form-item-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 0;
}

.form-item-date_wrap {
  min-width: max-content;
  width: 100px;
  flex: 0 0 100px;
  color: #3F3D3D;
  font-family: Inter;
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form-item-date_wrap {
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-date_wrap--script {
  width: auto;
  flex: 0 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.form-item-date_wrap--undecided {
  width: auto;
  flex: 0 0 auto;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .form-item-date_wrap:nth-child(7) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .form-item-date_wrap:nth-child(7), .form-item-date_wrap:nth-child(8), .form-item-date_wrap:nth-child(9), .form-item-date_wrap:nth-child(10) {
    margin-top: 15px;
  }
}

.form-item-select {
  width: 100%;
  position: relative;
}

.form-item-select_form {
  width: 100%;
  padding: 20px 20px;
  background: #E8ECF0;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
  font-family: Inter;
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-select_form {
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-select_form:focus {
  outline: none;
}

.form-item-select_arrow {
  width: 8px;
  height: 4px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.form-item-select_arrow svg {
  position: absolute;
  top: 0;
  right: 0;
  user-select: none;
  pointer-events: none;
}

.form-item-move-in-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.form-item-move-in-date_wrap {
  width: 80px;
  flex: 0 0 80px;
  color: #3F3D3D;
  font-family: Inter;
  font-size: calc(18 / 1280 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap {
    width: 70px;
    flex: 0 0 70px;
    font-size: calc(18 / 375 * 100vw);
  }
}

.form-item-move-in-date_wrap--script {
  width: auto;
  flex: 0 0 auto;
  margin: 0 10px;
  text-align: center;
}

.form-item-move-in-date_wrap--year {
  width: 120px;
  flex: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap--year {
    width: 95px;
    flex: 0 0 95px;
  }
}

.form-item-move-in-date_wrap--undecided {
  width: auto;
  flex: 0 0 auto;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap:nth-child(6) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap:nth-child(7) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .form-item-move-in-date_wrap:nth-child(7), .form-item-move-in-date_wrap:nth-child(8) {
    margin-top: 15px;
  }
}

.flow_inner {
  max-width: calc(660 / 1280 * 100vw);
  margin: 0 auto;
}

.flow_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(160 / 1280 * 100vw);
  background-color: #e8ecf0;
}

.flow_title h2 {
  color: #001948;
}

.flow_flow {
  padding: calc(80 / 1280 * 100vw) 0;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 750px) {
  .flow_flow {
    padding: calc(40 / 375 * 100vw) 0;
  }
}

.flow_flow h2 {
  color: #001948;
  margin-bottom: calc(32 / 1280 * 100vw);
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_flow h2 {
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
}

.flow_flow p {
  margin-top: calc(70 / 1280 * 100vw);
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_flow p {
    text-align: left;
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .flow_flow p span {
    font-size: calc(11 / 375 * 100vw);
  }
}

.flow_step .step-title {
  display: flex;
  width: calc(320 / 1280 * 100vw);
  justify-content: space-around;
  margin: 0 auto calc(42 / 1280 * 100vw);
  padding: calc(10 / 1280 * 100vw) 0;
  background-color: #007b8c;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_step .step-title {
    width: calc(180 / 375 * 100vw);
    justify-content: space-around;
    margin: 0 auto calc(20 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) 0;
    background-color: #007b8c;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    font-size: calc(18 / 375 * 100vw);
  }
}

.flow_step .step-title-sp {
  text-align: center;
  font-size: calc(18 / 375 * 100vw);
  position: relative;
  margin-bottom: calc(40 / 375 * 100vw);
  color: #001948;
  margin-top: calc(30 / 375 * 100vw);
}

.flow_step .step-title-sp:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #001948;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%);
}

.flow_step p {
  font-size: calc(16 / 1280 * 100vw);
  margin-bottom: calc(30 / 1280 * 100vw);
  line-height: 1.75;
}

.flow_step p .link {
  color: #ff0f1c;
}

@media (max-width: 750px) {
  .flow_step p {
    font-size: calc(14 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .flow_step p span {
    font-size: calc(11 / 375 * 100vw);
  }
}

.flow_step .step-contact {
  background-color: #e8ecf0;
  padding-bottom: calc(66 / 1280 * 100vw);
}

.flow_step .step-contact .links {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20 / 1280 * 100vw);
  margin: 0 auto;
  padding: calc(40 / 1280 * 100vw) calc(120 / 1280 * 100vw);
  background-color: #fff;
}

@media (max-width: 750px) {
  .flow_step .step-contact .links {
    padding: calc(15 / 375 * 100vw);
  }
}

.flow_step .step-contact .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(200 / 1280 * 100vw);
  padding: calc(16 / 1280 * 100vw) 0;
  background-color: #001948;
  border-radius: 10px;
  color: #fff;
  font-size: calc(16 / 1280 * 100vw);
  text-decoration: none;
}

@media (max-width: 750px) {
  .flow_step .step-contact .links a {
    width: 49%;
    padding: calc(16 / 375 * 100vw) 0;
    font-size: calc(14 / 375 * 100vw);
  }
}

.flow_step .step-contact .links a .icon-wrap {
  width: calc(18 / 1280 * 100vw);
  margin-right: calc(10 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_step .step-contact .links a .icon-wrap {
    width: calc(18 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
}

.flow_step .step-contact .links a .icon-wrap.home {
  width: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_step .step-contact .links a .icon-wrap.home {
    width: calc(20 / 375 * 100vw);
  }
}

.flow_step .step-contact .links a .icon-wrap .icon {
  width: 100%;
  height: auto;
}

.flow_step .step-tour {
  padding-bottom: calc(52 / 1280 * 100vw);
}

.flow_step .step-application {
  background-color: #e8ecf0;
  padding-bottom: calc(25 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_step .step-application {
    padding-bottom: calc(25 / 375 * 100vw);
  }
}

.flow_step .step-application h3 {
  width: calc(60 / 1280 * 100vw);
  margin: 0 auto calc(40 / 1280 * 100vw);
  padding-bottom: calc(20 / 1280 * 100vw);
  font-size: calc(24 / 1280 * 100vw);
  text-align: center;
  border-bottom: solid 1px #4a6a8f;
  color: #001948;
}

.flow_step .step-application h4 {
  font-size: calc(18 / 1280 * 100vw);
  color: #001948;
  text-align: center;
}

@media (max-width: 750px) {
  .flow_step .step-application h4 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.flow_step .step-application .contract-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: calc(15 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_step .step-application .contract-wrap {
    flex-direction: column;
    margin-top: 0;
  }
}

.flow_step .step-application .contract-wrap .contract {
  width: calc(320 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_step .step-application .contract-wrap .contract {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
  }
}

.flow_step .step-application .contract-wrap .contract-name {
  padding: calc(3 / 1280 * 100vw) 0 calc(6 / 1280 * 100vw);
  background-color: #001948;
  color: #fff;
  font-size: calc(18 / 1280 * 100vw);
  text-align: center;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 750px) {
  .flow_step .step-application .contract-wrap .contract-name {
    padding: calc(5 / 375 * 100vw) 0 calc(6 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
}

.flow_step .step-application .contract-wrap .contract-text {
  padding: calc(20 / 1280 * 100vw);
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}

@media (max-width: 750px) {
  .flow_step .step-application .contract-wrap .contract-text {
    padding: calc(20 / 375 * 100vw);
  }
}

.flow_step .step-application .contract-wrap .contract-text p {
  font-size: calc(14 / 1280 * 100vw);
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .flow_step .step-application .contract-wrap .contract-text p {
    font-size: calc(14 / 375 * 100vw);
  }
}

.flow_step .step-application .contract-wrap .contract-text p.contract-caution {
  font-size: calc(12 / 1280 * 100vw);
  line-height: 2;
}

@media (max-width: 750px) {
  .flow_step .step-application .contract-wrap .contract-text p.contract-caution {
    font-size: calc(12 / 375 * 100vw);
  }
}

.flow_step .step-application .contract-wrap .contract-text p .link {
  color: #007b8c;
  border-bottom: solid 1px #007b8c;
}

.flow_step .step-application .caution {
  padding-left: calc(20 / 1280 * 100vw);
  margin: calc(10 / 1280 * 100vw) 0 calc(55 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_step .step-application .caution {
    padding: 0;
    font-size: calc(11 / 375 * 100vw);
  }
}

.flow_step .step-application .form-button {
  display: block;
  text-align: center;
  width: calc(240 / 1280 * 100vw);
  height: calc(60 / 1280 * 100vw);
  line-height: calc(60 / 1280 * 100vw);
  margin: 0 auto calc(60 / 1280 * 100vw);
  background-color: #001948;
  color: #fff;
  font-size: calc(20 / 1280 * 100vw);
  border-radius: 8px;
  text-decoration: none;
}

@media (max-width: 750px) {
  .flow_step .step-application .form-button {
    width: calc(245 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    line-height: calc(50 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
}

.flow_step .step-contract {
  padding-bottom: calc(90 / 1280 * 100vw);
}

.flow_step .step-contract .contract-flow {
  padding: calc(40 / 1280 * 100vw);
  background-color: #e8ecf0;
  border-radius: 8px;
}

.flow_step .step-contract .contract-flow h3 {
  color: #001948;
  font-size: calc(14 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .flow_step .step-contract .contract-flow h3 {
    font-size: calc(14 / 375 * 100vw);
  }
}

.flow_step .step-contract .contract-flow h3:not(:first-child) {
  margin-top: calc(20 / 1280 * 100vw);
}

.flow_step .step-contract .contract-flow p {
  font-size: calc(14 / 1280 * 100vw);
  margin: 0;
}

@media (max-width: 750px) {
  .flow_step .step-contract .contract-flow p {
    font-size: calc(14 / 375 * 100vw);
  }
}

.flow_step .step-start {
  background-color: #e8ecf0;
  padding-bottom: calc(25 / 1280 * 100vw);
}

.other_inner {
  max-width: calc(660 / 1280 * 100vw);
  margin: 0 auto;
}

.other_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(160 / 1280 * 100vw);
  background-color: #e8ecf0;
}

@media (max-width: 750px) {
  .other_title {
    height: calc(90 / 375 * 100vw);
  }
}

.other_title h2 {
  color: #001948;
}

.other_content {
  padding: calc(80 / 1280 * 100vw) 0 calc(54 / 1280 * 100vw);
}

.other_content p {
  margin-bottom: calc(30 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
  line-height: 2;
  color: #3f3d3d;
}

@media (max-width: 750px) {
  .other_content p {
    font-size: calc(16 / 375 * 100vw);
  }
}

.other_content p:last-child {
  margin-bottom: 0;
}

.other_content p .link {
  color: #007b8c;
  border-bottom: solid 1px #007b8c;
}

.other_content h3 {
  color: #3f3d3d;
  margin-top: calc(10 / 1280 * 100vw);
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .other_content h3 {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }
}

.other_content h3 span {
  margin-left: calc(10 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .other_content h3 span {
    margin-left: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.other_content .description {
  margin-bottom: calc(45 / 1280 * 100vw);
}

.other_content .plan {
  margin-bottom: calc(80 / 1280 * 100vw);
}

.identity_content {
  padding: calc(80 / 1280 * 100vw) 0 calc(130 / 1280 * 100vw);
}

.identity_content p {
  margin-bottom: calc(60 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
  line-height: 2;
  color: #3f3d3d;
}

@media (max-width: 750px) {
  .identity_content p {
    font-size: calc(16 / 375 * 100vw);
  }
}

.identity_content p:last-child {
  margin-bottom: 0;
}

.identity_content p.accent {
  color: #e90b18;
}

.identity_content p .link {
  color: #e90b18;
  border-bottom: solid 1px #e90b18;
}

.identity_content h3 {
  color: #3f3d3d;
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .identity_content h3 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.identity_content .description {
  margin-bottom: calc(80 / 1280 * 100vw);
}

.notation_content {
  padding: calc(80 / 1280 * 100vw) 0 calc(54 / 1280 * 100vw);
}

.notation_content .notation-list li {
  padding: calc(20 / 1280 * 100vw);
  display: flex;
  justify-content: space-between;
  font-size: calc(14 / 1280 * 100vw);
  color: #3f3d3d;
  line-height: 1.7;
}

@media (max-width: 750px) {
  .notation_content .notation-list li {
    padding: calc(10 / 375 * 100vw);
    align-items: center;
    font-size: calc(14 / 375 * 100vw);
  }
}

.notation_content .notation-list li:nth-child(odd) {
  background-color: #e8ecf0;
}

.notation_content .notation-list .info {
  width: calc(420 / 1280 * 100vw);
  margin-left: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .notation_content .notation-list .info {
    margin-left: 0;
    width: 70%;
  }
}

.notation_content .notation-list .info-inner {
  margin-bottom: calc(20 / 1280 * 100vw);
}

.notation_content .notation-list .info .link {
  color: #007b8c;
  border-bottom: solid 1px #007b8c;
}

.notation_content .notation-list .info li {
  padding: 0;
}

.faq_inner {
  max-width: calc(660 / 1280 * 100vw);
  margin: 0 auto;
}

.faq_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(160 / 1280 * 100vw);
  background-color: #e8ecf0;
}

.faq_title h2 {
  color: #001948;
}

.faq_toc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(80 / 1280 * 100vw) auto 0;
  padding: calc(40 / 1280 * 100vw);
  background-color: #e8ecf0;
  border-radius: 8px;
}

@media (max-width: 750px) {
  .faq_toc {
    width: 100%;
  }
}

.faq_toc .link {
  display: flex;
  align-items: center;
  width: calc(270 / 1280 * 100vw);
  height: calc(64 / 1280 * 100vw);
  color: #001948;
  border-bottom: 1px solid #b6c1cf;
  text-decoration: none;
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .faq_toc .link {
    width: 100%;
    height: calc(45 / 375 * 100vw);
    justify-content: space-between;
    font-size: calc(16 / 375 * 100vw);
  }
  .faq_toc .link:first-child {
    border-top: 1px solid #b6c1cf;
  }
}

.faq_toc .link:after {
  content: '';
  display: inline-block;
  width: calc(20 / 1280 * 100vw);
  height: calc(14 / 1280 * 100vw);
  background-image: url(../img/icon/arrow-right-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 750px) {
  .faq_toc .link:after {
    width: calc(20 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
  }
}

.faq_toc .link .toc-text {
  display: inline-block;
  width: calc(240 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .faq_toc .link .toc-text {
    width: 90%;
  }
}

.faq_content {
  padding-bottom: calc(80 / 1280 * 100vw);
}

.faq_content h3 {
  margin: calc(80 / 1280 * 100vw) 0 calc(40 / 1280 * 100vw);
  text-align: center;
  font-size: calc(32 / 1280 * 100vw);
  color: #001948;
}

@media (max-width: 750px) {
  .faq_content h3 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.faq_content .faq-list li {
  padding: calc(20 / 1280 * 100vw);
  display: flex;
  justify-content: space-between;
  font-size: calc(14 / 1280 * 100vw);
  color: #3f3d3d;
  line-height: 1.7;
}

.faq_content .faq-list li:nth-child(2n) {
  background-color: #e8ecf0;
}

.faq_content .faq-list .info {
  width: calc(420 / 1280 * 100vw);
  margin-left: calc(40 / 1280 * 100vw);
}

.faq_content .faq-list .info-inner {
  margin-bottom: calc(20 / 1280 * 100vw);
}

.faq_content .faq-list .info .link {
  color: #007b8c;
  border-bottom: solid 1px #007b8c;
}

.faq_content .acd-check {
  display: none;
}

.faq_content .acd-label {
  color: #001948;
  display: block;
  margin-bottom: 1px;
  padding: 20px;
  position: relative;
  border-top: 1px solid #e5e5e5;
  font-size: 18px;
}

@media (max-width: 750px) {
  .faq_content .acd-label {
    padding-left: 0;
    padding-right: 40px;
  }
}

.faq_content .acd-label.last {
  border-bottom: 1px solid #e5e5e5;
}

.faq_content .acd-label:before {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  width: 2px;
  height: 20px;
  background: #001948;
  transform: translateY(-50%);
}

.faq_content .acd-label:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  width: 2px;
  height: 20px;
  background: #001948;
  transform: translateY(-50%) rotate(-90deg);
}

.faq_content .acd-content {
  background: #e8ecf0;
  display: flex;
  align-items: center;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}

.faq_content .acd-content .answer {
  color: #007b8c;
  font-size: 30px;
  margin-right: 15px;
}

.faq_content .acd-content .text {
  font-size: 18px;
}

.faq_content .acd-content .text a {
  color: #d7092f;
  text-decoration: none;
}

.faq_content .acd-content .text .comment {
  margin-left: 14px;
}

.faq_content .acd-content .text .faq-sub-list li:before {
  content: '◆';
}

.faq_content .acd-check:checked + .acd-label:before {
  display: none;
}

.faq_content .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.faq .form-item-tel_wrap:nth-child(3)::after {
  opacity: 0;
}

.option_content {
  padding: calc(80 / 1280 * 100vw) 0 calc(54 / 1280 * 100vw);
}

.option_content p {
  margin-bottom: calc(30 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
  line-height: 2;
  color: #3f3d3d;
}

@media (max-width: 750px) {
  .option_content p {
    font-size: calc(16 / 375 * 100vw);
  }
}

.option_content .description {
  margin-bottom: calc(45 / 1280 * 100vw);
}

.option_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: calc(1090 / 1280 * 100vw);
  margin: 0 auto;
}

@media (max-width: 750px) {
  .option_list {
    flex-direction: column;
  }
}

.option_list li {
  background: #e8ecf0;
  width: calc(50% - (25 / 1280 * 100vw));
  margin-top: calc(40 / 1280 * 100vw);
  border-radius: 10px;
}

@media (max-width: 750px) {
  .option_list li {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
  }
}

.option_list li h3 {
  background: #001948;
  color: #fff;
  padding: calc(15 / 1280 * 100vw) calc(20 / 1280 * 100vw);
  font-size: calc(20 / 1280 * 100vw);
  display: flex;
  align-items: center;
}

@media (max-width: 750px) {
  .option_list li h3 {
    padding: calc(15 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.option_list li h3 span {
  width: calc(70 / 1280 * 100vw);
  height: calc(70 / 1280 * 100vw);
  margin-right: calc(10 / 1280 * 100vw);
  margin-top: calc(-30 / 1280 * 100vw);
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #001948;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 750px) {
  .option_list li h3 span {
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    margin-top: 0;
  }
}

.option_list li h3 span img {
  max-width: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .option_list li h3 span img {
    max-width: calc(30 / 375 * 100vw);
  }
}

.option_list li h3 span img.min {
  max-width: calc(25 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .option_list li h3 span img.min {
    max-width: calc(20 / 375 * 100vw);
  }
}

.option_list li .content {
  padding: calc(20 / 1280 * 100vw);
  height: calc(174 / 1280 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 750px) {
  .option_list li .content {
    padding: calc(15 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
  }
}

.option_list li .content p {
  font-size: calc(16 / 1280 * 100vw);
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .option_list li .content p {
    font-size: calc(14 / 375 * 100vw);
  }
}

.option_list li .content .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option_list li .content .price p {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: calc(24 / 1280 * 100vw);
  color: #001948;
  font-weight: bold;
}

@media (max-width: 750px) {
  .option_list li .content .price p {
    font-size: calc(18 / 375 * 100vw);
  }
}

.option_list li .content .price a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(160 / 1280 * 100vw);
  height: calc(50 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
  background: #001948;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 750px) {
  .option_list li .content .price a {
    width: calc(160 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.option_list li .content .price a img {
  width: calc(24 / 1280 * 100vw);
  height: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .option_list li .content .price a img {
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }
}

.search-index {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .search-index {
    width: 100%;
  }
}

.search-index h2 {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #001948;
  margin: 48px 0 24px;
}

@media (max-width: 750px) {
  .search-index h2 {
    padding: 15px;
  }
}

.search-index .tag_list {
  display: flex;
  margin: 40px 0;
}

@media (max-width: 750px) {
  .search-index .tag_list {
    margin: 40px 20px;
    flex-wrap: wrap;
  }
}

.search-index .tag_list li {
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #3f3d3d;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 8px 16px;
  margin-right: 10px;
}

@media (max-width: 750px) {
  .search-index .tag_list li {
    width: auto;
    margin-bottom: 10px;
  }
}

.search-index .sort_list {
  position: absolute;
  right: 0;
  top: 0;
  background: #E8ECF0;
  border: none;
  width: 180px;
  border-radius: 8px;
  padding: 5px 10px;
}

.search-index .search-result {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (max-width: 750px) {
  .search-index .search-result {
    padding: 7.5px;
  }
}

.search-index .search-result li {
  width: calc(100% / 3);
  padding: 10px;
  border-radius: 8px;
}

@media (max-width: 750px) {
  .search-index .search-result li {
    width: 50%;
    padding: 7.5px;
  }
}

.search-index .search-result li a {
  height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #3f3d3d;
  border: #e5e5e5 1px solid;
  border-radius: 8px;
}

@media (max-width: 750px) {
  .search-index .search-result li a {
    width: 100%;
    height: auto;
  }
}

.search-index .search-result li a h3 {
  font-size: calc(20 / 1280 * 100vw);
  color: #001948;
  padding: 10px 0px;
}

@media (max-width: 750px) {
  .search-index .search-result li a h3 {
    font-size: 18px;
    padding: 10px 0;
  }
}

.search-index .search-result li a h3 span {
  display: inline-block;
  font-size: calc(18 / 1280 * 100vw);
  color: #3f3d3d;
  text-align: center;
  padding: 0 calc(15 / 1280 * 100vw);
  border: 1px solid #e5e5e5;
  border-radius: calc(15 / 1280 * 100vw);
  margin-left: 5px;
}

@media (max-width: 750px) {
  .search-index .search-result li a h3 span {
    font-size: calc(13 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}

.search-index .search-result li a > img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: calc(211 / 1280 * 100vw);
  object-fit: cover;
}

@media screen and (min-width: 1281px) {
  .search-index .search-result li a > img {
    height: 211px;
  }
}

@media screen and (max-width: 750px) {
  .search-index .search-result li a > img {
    width: 100%;
    height: calc(92 / 375 * 100vw);
  }
}

.search-index .search-result li a > img.p-kv-img {
  width: 100%;
  height: auto;
}

.search-index .search-result li a .content {
  padding: 0 20px 20px;
}

@media (max-width: 750px) {
  .search-index .search-result li a .content {
    padding: 0 10px 20px;
  }
}

.search-index .search-result li a .content tr {
  display: flex;
  align-items: self-start;
  text-align: center;
  justify-content: left;
  padding-bottom: 8px;
}

.search-index .search-result li a .content th {
  padding: 0;
  width: 30px;
  object-fit: contain;
  display: flex;
  justify-content: left;
  align-items: start;
}

.search-index .search-result li a .content th img {
  width: 20px;
}

@media (max-width: 750px) {
  .search-index .search-result li a .content th img {
    width: 20px;
  }
}

.search-index .search-result li a .content td {
  width: calc(100% - 30px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #3F3D3D;
  font-family: 'Kinto';
}

@media (max-width: 750px) {
  .search-index .search-result li a .content td {
    font-size: 12px;
  }
}

.estimate-block {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .estimate-block {
    padding-top: 30px;
  }
}

.estimate-block--mt {
  margin-top: 40px;
}

.estimate-block_ttl {
  margin-bottom: 40px;
  color: #001948;
}

.estimate-block_wrap {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .estimate-block_wrap {
    max-height: 80px;
  }
}

.estimate-block_wrap:nth-of-type(odd) {
  background: #E8ECF0;
}

.estimate-block_wrap:nth-of-type(odd).estimate-block_wrap--sum {
  background: #001948;
}

.estimate-block_wrap--col3 {
  padding-top: 0;
  padding-bottom: 0;
}

.estimate-block_wrap--sum {
  background: #001948;
}

.estimate-block_wrap dt {
  flex: 0 0 auto;
  color: #3F3D3D;
  font-size: calc(18 / 1280 * 100vw);
  font-family: 'Kinto-Medium';
  font-style: normal;
  font-weight: 400;
  line-height: 1.333;
}

@media screen and (max-width: 767px) {
  .estimate-block_wrap dt {
    font-size: calc(14 / 375 * 100vw);
  }
}

.estimate-block_wrap dt.clr-white {
  color: #fff;
}

.estimate-block_wrap dd {
  flex: 0 0 auto;
  line-height: 1;
  color: #001948;
  font-size: calc(24 / 1280 * 100vw);
  font-family: 'Kinto-Medium';
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .estimate-block_wrap dd {
    font-size: calc(18 / 375 * 100vw);
  }
}

.estimate-block_wrap dd.clr-white {
  color: #fff;
}

.estimate-block_wrap dd.darkblue {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: calc(47 / 1280 * 100vw);
  padding-bottom: 30px;
  background: #B6C1CF;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .estimate-block_wrap dd.darkblue {
    max-height: 80px;
    padding-top: 25px;
    padding-left: calc(20 / 375 * 100vw);
    padding-bottom: 25px;
  }
}

.estimate-block_wrap dd.num-of-unit {
  margin-right: 10px;
  margin-left: 10px;
  padding-left: calc(125 / 1280 * 100vw);
  line-height: 3;
}

.estimate-block_wrap dd.num-of-unit select.ip-phone {
  width: 2.5em;
  text-align: center;
  border: none;
  background: none;
  margin-right: 10px;
}

.estimate-block_wrap dd .block {
  margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
  .estimate-block_wrap dd .block {
    margin-bottom: 5px;
  }
}

.estimate-block_wrap dd .ta-r {
  text-align: right;
}

.estimate-block_wrap dd small {
  font-size: calc(14 / 1280 * 100vw);
}

@media screen and (max-width: 767px) {
  .estimate-block_wrap dd small {
    font-size: calc(12 / 375 * 100vw);
  }
}

.estimate-block_wrap dd em {
  color: #DF0000;
}

.estimate-block_wrap dd em.mr {
  margin-right: 10px;
}

.estimate-block_wrap dd s {
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .estimate-block_wrap dd .sp-block {
    display: block;
    text-align: right;
  }
  .estimate-block_wrap dd .sp-block .mr {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .estimate-block_wrap dd .sp-block_mb {
    display: inline-block;
    margin-bottom: 5px;
  }
}

.estimate-checkitems {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.estimate-checkitems_wrap {
  flex: 0 0 33.333%;
  margin-bottom: 20px;
  display: flex;
}

@media screen and (max-width: 750px) {
  .estimate-checkitems_wrap {
    flex: 0 0 50%;
    padding-right: 20px;
  }
}

.panel-point {
  width: calc(12 / 1280 * 100vw);
  height: calc(12 / 1280 * 100vw);
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .panel-point {
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
  }
}

.panel-point--tokyo {
  top: calc(342.5 / 1280 * 100vw);
  left: calc(635.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--tokyo {
    top: calc(165 / 375 * 100vw);
    left: calc(305.5 / 375 * 100vw);
  }
}

.panel-point--yurakucho {
  top: calc(385 / 1280 * 100vw);
  left: calc(617 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--yurakucho {
    top: calc(185 / 375 * 100vw);
    left: calc(296.5 / 375 * 100vw);
  }
}

.panel-point--shiodome {
  top: calc(417 / 1280 * 100vw);
  left: calc(594 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--shiodome {
    top: calc(200.5 / 375 * 100vw);
    left: calc(285.5 / 375 * 100vw);
  }
}

.panel-point--hamamatucho {
  top: calc(443 / 1280 * 100vw);
  left: calc(566 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--hamamatucho {
    top: calc(212.5 / 375 * 100vw);
    left: calc(271.5 / 375 * 100vw);
  }
}

.panel-point--tamachi {
  top: calc(465 / 1280 * 100vw);
  left: calc(533 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--tamachi {
    top: calc(223 / 375 * 100vw);
    left: calc(256 / 375 * 100vw);
  }
}

.panel-point--takanawa {
  top: calc(482 / 1280 * 100vw);
  left: calc(483 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--takanawa {
    top: calc(232 / 375 * 100vw);
    left: calc(232 / 375 * 100vw);
  }
}

.panel-point--shinagawa {
  top: calc(485 / 1280 * 100vw);
  left: calc(404 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--shinagawa {
    top: calc(233 / 375 * 100vw);
    left: calc(194 / 375 * 100vw);
  }
}

.panel-point--osaki {
  top: calc(473 / 1280 * 100vw);
  left: calc(359 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--osaki {
    top: calc(227 / 375 * 100vw);
    left: calc(172.5 / 375 * 100vw);
  }
}

.panel-point--gotanda {
  top: calc(455 / 1280 * 100vw);
  left: calc(326.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--gotanda {
    top: calc(219 / 375 * 100vw);
    left: calc(156.5 / 375 * 100vw);
  }
}

.panel-point--ebisu {
  top: calc(402 / 1280 * 100vw);
  left: calc(269 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ebisu {
    top: calc(193 / 375 * 100vw);
    left: calc(129 / 375 * 100vw);
  }
}

.panel-point--shibuya {
  top: calc(357 / 1280 * 100vw);
  left: calc(243 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--shibuya {
    top: calc(171.5 / 375 * 100vw);
    left: calc(117 / 375 * 100vw);
  }
}

.panel-point--yoyogi {
  top: calc(274 / 1280 * 100vw);
  left: calc(229 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--yoyogi {
    top: calc(131.5 / 375 * 100vw);
    left: calc(110 / 375 * 100vw);
  }
}

.panel-point--shinjuku {
  top: calc(222 / 1280 * 100vw);
  left: calc(237 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--shinjuku {
    top: calc(106.5 / 375 * 100vw);
    left: calc(113.5 / 375 * 100vw);
  }
}

.panel-point--takadanobaba {
  top: calc(187 / 1280 * 100vw);
  left: calc(250 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--takadanobaba {
    top: calc(89 / 375 * 100vw);
    left: calc(149 / 375 * 100vw);
  }
}

.panel-point--ikebukuro {
  top: calc(159 / 1280 * 100vw);
  left: calc(268 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ikebukuro {
    top: calc(76.5 / 375 * 100vw);
    left: calc(129 / 375 * 100vw);
  }
}

.panel-point--otsuka {
  top: calc(125 / 1280 * 100vw);
  left: calc(297 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--otsuka {
    top: calc(60 / 375 * 100vw);
    left: calc(142.5 / 375 * 100vw);
  }
}

.panel-point--ueno {
  top: calc(135 / 1280 * 100vw);
  left: calc(589 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ueno {
    top: calc(65 / 375 * 100vw);
    left: calc(282.5 / 375 * 100vw);
  }
}

.panel-point--akihabara {
  top: calc(203 / 1280 * 100vw);
  left: calc(631 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--akihabara {
    top: calc(98 / 375 * 100vw);
    left: calc(303.5 / 375 * 100vw);
  }
}

.panel-point--bakuroyokoyama {
  top: calc(224 / 1280 * 100vw);
  left: calc(694 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--bakuroyokoyama {
    top: calc(107.5 / 375 * 100vw);
    left: calc(333.5 / 375 * 100vw);
  }
}

.panel-point--kanda {
  top: calc(274 / 1280 * 100vw);
  left: calc(646 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--kanda {
    top: calc(131.5 / 375 * 100vw);
    left: calc(310.5 / 375 * 100vw);
  }
}

.panel-point--ogawacho {
  top: calc(272 / 1280 * 100vw);
  left: calc(589 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ogawacho {
    top: calc(131 / 375 * 100vw);
    left: calc(283 / 375 * 100vw);
  }
}

.panel-point--otemachi {
  top: calc(321 / 1280 * 100vw);
  left: calc(604 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--otemachi {
    top: calc(134 / 375 * 100vw);
    left: calc(268 / 375 * 100vw);
  }
}

.panel-point--mita {
  top: calc(442 / 1280 * 100vw);
  left: calc(507 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--mita {
    top: calc(213 / 375 * 100vw);
    left: calc(244 / 375 * 100vw);
  }
}

.panel-point--tranomon {
  top: calc(369 / 1280 * 100vw);
  left: calc(466 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--tranomon {
    top: calc(177 / 375 * 100vw);
    left: calc(224 / 375 * 100vw);
  }
}

.panel-point--tameikesannou {
  top: calc(351 / 1280 * 100vw);
  left: calc(423 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--tameikesannou {
    top: calc(168.5 / 375 * 100vw);
    left: calc(203 / 375 * 100vw);
  }
}

.panel-point--azabujuban {
  top: calc(407 / 1280 * 100vw);
  left: calc(428 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--azabujuban {
    top: calc(195.5 / 375 * 100vw);
    left: calc(206 / 375 * 100vw);
  }
}

.panel-point--kojimachi {
  top: calc(273 / 1280 * 100vw);
  left: calc(384 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--kojimachi {
    top: calc(131 / 375 * 100vw);
    left: calc(184.5 / 375 * 100vw);
  }
}

.panel-point--akasakamitsuke {
  top: calc(338 / 1280 * 100vw);
  left: calc(410 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--akasakamitsuke {
    top: calc(162.5 / 375 * 100vw);
    left: calc(197 / 375 * 100vw);
  }
}

.panel-point--roppomgiichoume {
  top: calc(379 / 1280 * 100vw);
  left: calc(425 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--roppomgiichoume {
    top: calc(182 / 375 * 100vw);
    left: calc(204 / 375 * 100vw);
  }
}

.panel-point--roppongi {
  top: calc(388 / 1280 * 100vw);
  left: calc(383 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--roppongi {
    top: calc(186 / 375 * 100vw);
    left: calc(184 / 375 * 100vw);
  }
}

.panel-point--akasaka {
  top: calc(335 / 1280 * 100vw);
  left: calc(356 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--akasaka {
    top: calc(160.5 / 375 * 100vw);
    left: calc(171 / 375 * 100vw);
  }
}

.panel-point--hiroo {
  top: calc(390 / 1280 * 100vw);
  left: calc(344 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--hiroo {
    top: calc(187.5 / 375 * 100vw);
    left: calc(165 / 375 * 100vw);
  }
}

.panel-point--omotesando {
  top: calc(335 / 1280 * 100vw);
  left: calc(288 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--omotesando {
    top: calc(161 / 375 * 100vw);
    left: calc(138.5 / 375 * 100vw);
  }
}

.panel-point--gyoenmae {
  top: calc(245.5 / 1280 * 100vw);
  left: calc(303 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--gyoenmae {
    top: calc(118 / 375 * 100vw);
    left: calc(145.5 / 375 * 100vw);
  }
}

.panel-point--iidabashi {
  top: calc(214 / 1280 * 100vw);
  left: calc(399 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--iidabashi {
    top: calc(102.5 / 375 * 100vw);
    left: calc(192 / 375 * 100vw);
  }
}

.panel-point--yotsuya {
  top: calc(267 / 1280 * 100vw);
  left: calc(359 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--yotsuya {
    top: calc(128 / 375 * 100vw);
    left: calc(172.5 / 375 * 100vw);
  }
}

.panel-point--funabashi {
  top: calc(203 / 1280 * 100vw);
  left: calc(726 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--funabashi {
    top: calc(98 / 375 * 100vw);
    left: calc(341 / 375 * 100vw);
  }
}

.panel-point--ogikubo {
  top: calc(222.5 / 1280 * 100vw);
  left: calc(184 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ogikubo {
    top: calc(107 / 375 * 100vw);
    left: calc(88.5 / 375 * 100vw);
  }
}

.panel-point--kichijouji {
  top: calc(222.5 / 1280 * 100vw);
  left: calc(123 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--kichijouji {
    top: calc(107 / 375 * 100vw);
    left: calc(59.5 / 375 * 100vw);
  }
}

.panel-point--mitaka {
  top: calc(222.5 / 1280 * 100vw);
  left: calc(143 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--mitaka {
    top: calc(107 / 375 * 100vw);
    left: calc(68.5 / 375 * 100vw);
  }
}

.panel-point--tachikawa {
  top: calc(222.5 / 1280 * 100vw);
  left: calc(67 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--tachikawa {
    top: calc(107 / 375 * 100vw);
    left: calc(32 / 375 * 100vw);
  }
}

.panel-point--kashiwa {
  top: calc(28 / 1280 * 100vw);
  left: calc(713 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--kashiwa {
    top: calc(13.5 / 375 * 100vw);
    left: calc(343 / 375 * 100vw);
  }
}

.panel-point--kitasenju {
  top: calc(98 / 1280 * 100vw);
  left: calc(632 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--kitasenju {
    top: calc(49 / 375 * 100vw);
    left: calc(272.5 / 375 * 100vw);
  }
}

.panel-point--omiya {
  top: calc(5.5 / 1280 * 100vw);
  left: calc(437.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--omiya {
    top: calc(2.5 / 375 * 100vw);
    left: calc(210 / 375 * 100vw);
  }
}

.panel-point--akabane {
  top: calc(36 / 1280 * 100vw);
  left: calc(437 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--akabane {
    top: calc(17.5 / 375 * 100vw);
    left: calc(210 / 375 * 100vw);
  }
}

.panel-point--nishishinjuku {
  top: calc(206 / 1280 * 100vw);
  left: calc(230 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--nishishinjuku {
    top: calc(99 / 375 * 100vw);
    left: calc(110.5 / 375 * 100vw);
  }
}

.panel-point--nihonbashi {
  top: calc(316.5 / 1280 * 100vw);
  left: calc(688.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--nihonbashi {
    top: calc(152 / 375 * 100vw);
    left: calc(331 / 375 * 100vw);
  }
}

.panel-point--kyobashi {
  top: calc(359 / 1280 * 100vw);
  left: calc(659 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--kyobashi {
    top: calc(173.5 / 375 * 100vw);
    left: calc(316.5 / 375 * 100vw);
  }
}

.panel-point--ginza {
  top: calc(392 / 1280 * 100vw);
  left: calc(654 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ginza {
    top: calc(188.5 / 375 * 100vw);
    left: calc(314 / 375 * 100vw);
  }
}

.panel-point--ariake {
  top: calc(452 / 1280 * 100vw);
  left: calc(662 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ariake {
    top: calc(217 / 375 * 100vw);
    left: calc(318 / 375 * 100vw);
  }
}

.panel-point--fuchu {
  top: calc(287.5 / 1280 * 100vw);
  left: calc(138 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--fuchu {
    top: calc(138 / 375 * 100vw);
    left: calc(66.5 / 375 * 100vw);
  }
}

.panel-point--machida {
  top: calc(344.5 / 1280 * 100vw);
  left: calc(15.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--machida {
    top: calc(166 / 375 * 100vw);
    left: calc(7 / 375 * 100vw);
  }
}

.panel-point--shimokitazawa {
  top: calc(332 / 1280 * 100vw);
  left: calc(183 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--shimokitazawa {
    top: calc(158.5 / 375 * 100vw);
    left: calc(109 / 375 * 100vw);
  }
}

.panel-point--mizonokuchi {
  top: calc(403 / 1280 * 100vw);
  left: calc(152 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--mizonokuchi {
    top: calc(193.5 / 375 * 100vw);
    left: calc(73 / 375 * 100vw);
  }
}

.panel-point--yokohama {
  top: calc(510.5 / 1280 * 100vw);
  left: calc(97.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--yokohama {
    top: calc(245.5 / 375 * 100vw);
    left: calc(47 / 375 * 100vw);
  }
}

.panel-point--kawasaki {
  top: calc(510 / 1280 * 100vw);
  left: calc(208.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--kawasaki {
    top: calc(245.5 / 375 * 100vw);
    left: calc(100.5 / 375 * 100vw);
  }
}

.panel-point--sakuragicho {
  top: calc(510 / 1280 * 100vw);
  left: calc(54.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--sakuragicho {
    top: calc(245.5 / 375 * 100vw);
    left: calc(26.5 / 375 * 100vw);
  }
}

.panel-point--kannai {
  top: calc(510 / 1280 * 100vw);
  left: calc(16.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--kannai {
    top: calc(245.5 / 375 * 100vw);
    left: calc(7 / 375 * 100vw);
  }
}

.panel-point--ex-tachikawa {
  width: calc(35 / 1280 * 100vw);
  height: calc(35 / 1280 * 100vw);
  top: calc(130 / 1280 * 100vw);
  left: calc(180 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-tachikawa {
    width: calc(17 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    top: calc(62.5 / 375 * 100vw);
    left: calc(87 / 375 * 100vw);
  }
}

.panel-point--ex-kichijouji {
  width: calc(35 / 1280 * 100vw);
  height: calc(35 / 1280 * 100vw);
  top: calc(130 / 1280 * 100vw);
  left: calc(453 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-kichijouji {
    width: calc(17 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    top: calc(62.5 / 375 * 100vw);
    left: calc(218 / 375 * 100vw);
  }
}

.panel-point--ex-machida {
  width: calc(26 / 1280 * 100vw);
  height: calc(26 / 1280 * 100vw);
  top: calc(496 / 1280 * 100vw);
  left: calc(97.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-machida {
    width: calc(17 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    top: calc(239 / 375 * 100vw);
    left: calc(45.5 / 375 * 100vw);
  }
}

.panel-point--ex-mizonokuchi {
  width: calc(26 / 1280 * 100vw);
  height: calc(26 / 1280 * 100vw);
  top: calc(96 / 1280 * 100vw);
  left: calc(533 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-mizonokuchi {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    top: calc(45 / 375 * 100vw);
    left: calc(256.5 / 375 * 100vw);
  }
}

.panel-point--ex-kannai {
  width: calc(26 / 1280 * 100vw);
  height: calc(26 / 1280 * 100vw);
  top: calc(360 / 1280 * 100vw);
  left: calc(63.5 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-kannai {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    top: calc(173.5 / 375 * 100vw);
    left: calc(30.5 / 375 * 100vw);
  }
}

.panel-point--ex-sakuragicho {
  width: calc(26 / 1280 * 100vw);
  height: calc(26 / 1280 * 100vw);
  top: calc(360 / 1280 * 100vw);
  left: calc(245 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-sakuragicho {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    top: calc(173.5 / 375 * 100vw);
    left: calc(116.5 / 375 * 100vw);
  }
}

.panel-point--ex-yokohama {
  width: calc(26 / 1280 * 100vw);
  height: calc(26 / 1280 * 100vw);
  top: calc(360 / 1280 * 100vw);
  left: calc(440 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-yokohama {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    top: calc(173.5 / 375 * 100vw);
    left: calc(212.5 / 375 * 100vw);
  }
}

.panel-point--ex-kawasaki {
  width: calc(26 / 1280 * 100vw);
  height: calc(26 / 1280 * 100vw);
  top: calc(360 / 1280 * 100vw);
  left: calc(676 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-kawasaki {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    top: calc(173.5 / 375 * 100vw);
    left: calc(324.5 / 375 * 100vw);
  }
}

.panel-point--ex-oomiya {
  width: calc(39 / 1280 * 100vw);
  height: calc(39 / 1280 * 100vw);
  top: calc(195 / 1280 * 100vw);
  left: calc(407 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-oomiya {
    width: calc(19 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
    top: calc(94 / 375 * 100vw);
    left: calc(195.5 / 375 * 100vw);
  }
}

.panel-point--ex-kashiwa {
  width: calc(33 / 1280 * 100vw);
  height: calc(33 / 1280 * 100vw);
  top: calc(127.5 / 1280 * 100vw);
  left: calc(330 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-kashiwa {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    top: calc(61 / 375 * 100vw);
    left: calc(158.5 / 375 * 100vw);
  }
}

.panel-point--ex-marunouchi {
  width: calc(22 / 1280 * 100vw);
  height: calc(22 / 1280 * 100vw);
  top: calc(293 / 1280 * 100vw);
  left: calc(342 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-marunouchi {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    top: calc(141 / 375 * 100vw);
    left: calc(164.5 / 375 * 100vw);
  }
}

.panel-point--ex-shinsaibashi {
  width: calc(22 / 1280 * 100vw);
  height: calc(22 / 1280 * 100vw);
  top: calc(383.5 / 1280 * 100vw);
  left: calc(263 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-shinsaibashi {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    top: calc(184.5 / 375 * 100vw);
    left: calc(126.5 / 375 * 100vw);
  }
}

.panel-point--ex-yodoyabashi {
  width: calc(22 / 1280 * 100vw);
  height: calc(22 / 1280 * 100vw);
  top: calc(343 / 1280 * 100vw);
  left: calc(263 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-yodoyabashi {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    top: calc(165.5 / 375 * 100vw);
    left: calc(126.5 / 375 * 100vw);
  }
}

.panel-point--ex-esaka {
  width: calc(22 / 1280 * 100vw);
  height: calc(22 / 1280 * 100vw);
  top: calc(136 / 1280 * 100vw);
  left: calc(263 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-esaka {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    top: calc(65.5 / 375 * 100vw);
    left: calc(126.5 / 375 * 100vw);
  }
}

.panel-point--ex-shijoukarasuma {
  width: calc(22 / 1280 * 100vw);
  height: calc(22 / 1280 * 100vw);
  top: calc(78 / 1280 * 100vw);
  left: calc(484 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point--ex-shijoukarasuma {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    top: calc(37.5 / 375 * 100vw);
    left: calc(233 / 375 * 100vw);
  }
}

.panel-point input {
  width: calc(12 / 1280 * 100vw);
  height: calc(12 / 1280 * 100vw);
  background: #007B8C;
  border-radius: 50%;
  transition: .15s ease;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .panel-point input {
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
  }
}

.panel-point input:checked {
  background: #DF0000;
  transform: scale(1.5);
}

.panel-point input:focus-visible {
  outline: none;
}

.panel-point input.ex {
  width: calc(35 / 1280 * 100vw);
  height: calc(35 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point input.ex {
    width: calc(17 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
}

.panel-point input.ex2 {
  width: calc(26 / 1280 * 100vw);
  height: calc(26 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point input.ex2 {
    width: calc(13 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
  }
}

.panel-point input.ex3 {
  width: calc(39 / 1280 * 100vw);
  height: calc(39 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point input.ex3 {
    width: calc(19 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
  }
}

.panel-point input.ex4 {
  width: calc(33 / 1280 * 100vw);
  height: calc(33 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point input.ex4 {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.panel-point input.ex5 {
  width: calc(22 / 1280 * 100vw);
  height: calc(22 / 1280 * 100vw);
}

@media screen and (max-width: 750px) {
  .panel-point input.ex5 {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}
