@charset "UTF-8";

:root {
  --malmo-gray: #707070;
  --malmo-orange: #FEB900;
  --malmo-blue: #005B96;
  --malmo-green: #069600;
  --malmo-beige: #FFFBEF;
}


html {
  font-family: "Lato";
}
body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}

p + p {
  margin-top: 3rem;
}

a:hover {
  opacity: .8;
}

table {
  font-family: "MFW-HiraKakuProN-W5", "ヒラギノ角ゴ ProN W5", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 3rem;
  width: 100%;
  font-weight: 500;
}
table tr th {
  padding: 1.5rem 0;
  font-weight: 500;
  border-bottom: 1px dotted #A1B9C9;
}
table tr td {
  padding: 1.5rem;
  border-bottom: 1px dotted #A1B9C9;
}

@media screen and (min-width: 812px) {
  .l-inner {
    max-width: 1110px;
  }
}
@media screen and (max-width: 811px) {
  table tr th {
    padding: 1rem .5rem;
    width: 110px;
  }
  table tr td {
    padding: 1rem .5rem;
  }
  .l-footer__inner {
    padding-top: 0 !important;
  }
}

h1, h2, h3, h4 {
  font-family: "MFW-HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

h4 {
  font-size: 19px;
  font-weight: 700;
}

@media screen and (max-width: 811px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 4.4vw;
  }
  h4 {
    font-size: 16px;
  }
}

.en {
  font-family: "Lato", sans-serif;
}


.sec-hero--malmo {
  width: 100%;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
}
.sec-hero--malmo picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec-hero--malmo picture img {
  width: auto;
  min-height: 100%;
  object-fit: cover;
}

.sec-hero--malmo__copy h1 {
  max-width: 977px;
  margin-left: auto;
  margin-right: auto;
}

.sec-hero--malmo__copy p {
  color: white;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 811px) {
  .sec-hero--malmo {
    padding: 120px 0 55px;
  }
  .sec-hero--malmo .u-flex {
    flex-direction: column;
    align-items: center;
  }
  .sec-hero--malmo__copy {
    padding-bottom: 25px;
  }
  .sec-hero--malmo__copy p  {
    font-size: 6vw;
  }
  .sec-hero--malmo picture img {
    width: 100%;
  }
  .sec-hero--malmo__btn {
    display: block;
    width: 100%;
  }
  .c-fuxed__btn {
    width: 95%;
    margin: auto;
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
  }
  .c-fuxed__btn.is-block:not(.is-hidden) {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }
  .l-pagetop.is-block:not(.is-hidden) {
    bottom: 74px;
  }
  .sec-hero--malmo__btn a,
  .c-fuxed__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 .5rem;
    width: 100%;
    padding: 1rem;
    color: white;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 32px;
    background: #004F83;
    background: linear-gradient(0deg,rgba(0, 79, 131, 1) 0%, rgba(0, 132, 216, 1) 100%);
    text-align: center;
  }
  .sec-hero--malmo__btn a span,
  .c-fuxed__btn a span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

.js-accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.js-accordion-content {
    display: none;
}
.toggle-icon {
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iSWNvbl8tX0Fycm93VXBfLV9TbWFsbCIgZGF0YS1uYW1lPSJJY29uIC0gQXJyb3dVcCAtIFNtYWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjQiIGhlaWdodD0iNi4xIiB2aWV3Qm94PSIwIDAgOS40IDYuMSI+IDxwYXRoIGlkPSLjg5HjgrlfMzYiIGRhdGEtbmFtZT0i44OR44K5IDM2IiBkPSJNNC43LDYuMSwwLDEuNCwxLjQsMCw0LjcsMy4zLDgsMCw5LjQsMS40WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS40IDYuMSkgcm90YXRlKDE4MCkiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}
.toggle-icon.bi-caret-down-fill {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjQiIGhlaWdodD0iNi4xIiB2aWV3Qm94PSIwIDAgOS40IDYuMSI+IDxnIGlkPSJJY29uXy1fQXJyb3dVcF8tX1NtYWxsIiBkYXRhLW5hbWU9Ikljb24gLSBBcnJvd1VwIC0gU21hbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuNCA2LjEpIHJvdGF0ZSgxODApIj4gPHBhdGggaWQ9IuODkeOCuV8zNiIgZGF0YS1uYW1lPSLjg5HjgrkgMzYiIGQ9Ik00LjcsNi4xLDAsMS40LDEuNCwwLDQuNywzLjMsOCwwLDkuNCwxLjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjQgNi4xKSByb3RhdGUoMTgwKSIgZmlsbD0iI2ZmZiIvPiA8L2c+PC9zdmc+");
}

.blc-malmo__process {
  background-color: white;
  position: relative;
  z-index: 1;
}
.blc-malmo__process__title {
  font-family: "MFW-HiraKakuProN-W6", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 2rem;
  background-color: var(--malmo-blue);
  color: white;
  font-weight: 700;
}
.blc-malmo__process__body {
  padding: 0 4rem;
}
.blc-malmo__process__body_list {
  position: relative;
}
.blc-malmo__process__body dl {
  padding: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0 5rem;
  border-bottom: 1px solid #E1E1E1;
}
.blc-malmo__process__body dt {
  width: calc(100% / 3);
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0 1rem;
}
.blc-malmo__process__body dt .tag {
  padding: .5rem;
  max-width: 124px;
  width: 100%;
  font-size: 1.4rem;
  color: white;
  background-color: var(--malmo-blue);
  text-align: center;
}
.blc-malmo__process__body dt .date {
  min-width: 114px;
  display: flex;
  align-items: center;
  gap: 0 .5rem;
  font-size: 1.8rem;
  color: #707F89;
}
.blc-malmo__process__body dt .date span {
  padding: .75rem;
  border-radius: 50%;
  color: white;
  background-color: var(--malmo-blue);
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
}

.blc-malmo__process__body dd {
  flex: 1;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  line-height: 1.6;
  color: #707F89;
}
.blc-malmo__process__body dd .u-pc {
  width: 50%;
}

.blc-malmo__process__body dd p + p {
  margin-top: 0;
}

.blc-malmo__process__btn {
  text-align: center;
}
.blc-malmo__process__btn a {
  display: inline-block;
  padding: 1.5rem;
  max-width: 960px;
  width: 100%;
  background-color: white;
  color: #005B96;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #005B96;
}
.blc-malmo__process__btn a span {
  margin-left: 10px;
}

.sec-malmo__form {
  padding-top: 10rem;
  font-size: 1.6rem;
  background-color: white;
  position: relative;
  z-index: 1;
}
.sec-malmo__form__step__item {
  border: 1px solid #005B96;
}
.sec-malmo__form__step__item .nub {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 .5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  background-color: #005B96;
  line-height: 1;
}
.sec-malmo__form__step__item .nub span {
  font-size: 2.8rem;
}
.sec-malmo__form__step__item .inner-text {
  padding: 2rem;
  color: #707F89;
}
.note__text {
  margin: 2rem auto 4rem;
  color: #CC3204;
}

@media screen and (max-width: 811px) {

  .blc-malmo__process__title {
    padding: 1rem 1.5rem;
  }
  .blc-malmo__process__body {
    padding: 1.5rem 1.5rem 5rem;
    background-position: 98% 98%;
    background-size: 70px auto;
  }
  .blc-malmo__process__body_list::before {
    content: '';
    width: 1px;
    height: 100%;
    border: 1px dashed #707F89;
    position: absolute;
    top: 0;
    left: calc(100% / 2.5);
  }
  .blc-malmo__process__body dl {
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 0 3rem;
    border-bottom: none;
  }
  .blc-malmo__process__body dt {
    width: calc(100% /2.8);
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0 1rem;
  }
  .blc-malmo__process__body dt .tag {
    white-space: nowrap;
    font-size: 1.1rem;
  }
  .blc-malmo__process__body dt .date {
    min-width: inherit;
    gap: 0;
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  .blc-malmo__process__body dt .date span {
    padding: 2px;
    width: 16px;
    height: 16px;
    font-size: 1.1rem;
  }

  .blc-malmo__process__body dd {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .blc-malmo__process__body dd .u-pc {
    width: 50%;
  }

  .blc-malmo__process__btn {
    padding: 0 0 1rem;
  }
  .blc-malmo__process__btn a {
    padding: 1rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 .5rem;
  }
  .blc-malmo__process__btn a span {
    display: inline-block;
    width: 22px;
    line-height: 1;
  }

  .sec-malmo__form {
    padding-top: 50px;
    font-size: 1.4rem;
  }
  .sec-malmo__form__step {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 2rem 0 !important;
  }

  .sec-malmo__form__step__item {
    display: flex;
  }
  .sec-malmo__form__step__item .nub {
    width: 70px;
    flex-direction: column;
    gap: .5rem;
    flex-shrink: 0;
  }
  .sec-malmo__form__step__item .nub span {
    font-size: 2.8rem;
  }
  .sec-malmo__form__step__item .inner-text {
    padding: 2rem;
    color: #707F89;
  }
  .sec-malmo__form__step__item .inner-text h4 {
    text-align: left;
    margin-bottom: .5rem;
  }
  .sec-malmo__form__step__item .inner-text p {
    line-height: 1.6;
  }
  .blc-malmo__process__body dl:first-child {
    padding-top: 0;
  }
  .note__text {
    margin: 2rem auto 4rem;
    color: #CC3204;
  }
  .sec-malmo__form .l-inner {
    padding-bottom: 0;
  }
}





.sec-malmo__intro {
  padding: 60px 0 100px;
  margin: auto;
  width: 100%;
  background: #EAEFF2 url(../img/malmo/intro_bg.png) no-repeat right bottom;
  background-size: 300px auto;
}

.sec-malmo__intro p {
  font-size: 1.5em;
}

.sec-malmo__charm .u-justify--center {
  column-gap: 6rem;
}
.sec-malmo__charm h3.u-justify--center {
  column-gap: 1rem;
}

.sec-malmo__charm h3.u-justify--center > span:first-child {
  width: 42px;
  height: auto;
}

.sec-malmo__charm .flex-item {
  max-width: 240px;
  text-align: center;
  letter-spacing: 0;
  position: relative;
}
.sec-malmo__charm .flex-item p {
  line-height: 2;
}

.malmo-profile {
  margin: auto;
  max-width: 800px;
  justify-content: center;
  gap: 2rem 4rem;
}
.malmo-profile .inner-text {
  font-size: 14px;
}
.malmo-profile .inner-text h4.name {
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.gradient-box {
  padding: 3rem 6rem;
  background: url(../img/malmo/gradient_bg.jpg) no-repeat center/cover;
  color: white;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}
.gradient-box h3 {
  border-bottom: 1px solid white;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.inner-text .tag {
  display: inline-block;
  padding: .5rem 1rem;
  color: white;
  background-color: #3B4043;
  line-height: 1;
}

.sec-malmo__point {
  background-color: var(--malmo-beige);
}
.sec-malmo__point h3 {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}
.sec-malmo__point h3 em {
  font-family: "Lato", sans-serif;
  font-size: 48px;
}

.sec-malmo__point .sec-malmo__point__01 h3 {
  column-gap: 1rem;
}

.sec-malmo__point p {
  line-height: 2.6;
}

.sec-malmo__point .u-flex {
  gap: 0 3rem;
}
.sec-malmo__point .u-flex:not(:last-child) {
  margin-bottom: 6rem;
}

.box-link {
  padding: 2rem 2rem 1rem;
  border: 1px solid var(--malmo-gray);
  position: relative;
}
.box-link .title {
  padding: 0 1rem;
  display: inline-block;
  background-color: var(--malmo-beige);
  position: absolute;
  top: -15px;
  left: 10px;
}
.box-link a {
  text-decoration: underline;
}

.title-bar h2 {
  padding: 1rem 4rem;
  display: inline-block;
  color: white;
  background-color: var(--malmo-blue);
  border-radius: 60px;
}

.sec-malmo__info .l-inner {
  max-width: 630px;
}

.price-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--malmo-blue);
}
.raundbox {
  padding: 5rem;
  background-color:#E6E6E6; 
  border-radius: 31px;
}

.fixed-btn {
  position: fixed;
  bottom: 12rem;
  right: 4rem;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fixed-btn a {
  display: block;
  width: 160px;
  height: 160px;
}
.fixed-btn.is-hidden {
  opacity: 0;
  pointer-events: none; 
}

@media screen and (max-width: 811px) {
  
  .sec-malmo__intro {
    padding-bottom: 40px;
  }

  .sec-malmo__intro p {
    padding-left: 2rem;
    margin-right: 2rem;
    font-size: 1.1em;
  }

  .sec-malmo__charm h3.u-justify--center > span:first-child {
    width: 32px;
    height: auto;
  }

  .sec-malmo__charm h3.u-justify--center {
    align-items: flex-start;
  }

  .sec-malmo__charm .page-link {
    flex-direction: column;
    align-items: center;
    gap: 4rem 0;
  }
  .sec-malmo__charm .page-link figure {
    margin-bottom: 1rem;
    position: relative;
  }

  .sec-malmo__charm .u-grid--columns__2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem 0;
  }

  .malmo-profile {
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
  }

  .sec-malmo__charm__02 .u-font--sm.u-my--3 {
    margin-top: 1rem !important;
  }

  .gradient-box {
    padding: 3rem;
    border-radius: 20px;
    background-image: url(../img/malmo/gradient_bg_sp.jpg);
  }

  .malmo_pic__round {
    border-radius: 40px;
  }

  .sec-malmo__point .u-flex .malmo_pic__round {
    max-width: 45%;
  }

  .sec-malmo__point .u-flex {
    column-gap: 2rem;
  }

  .sec-malmo__point .u-flex:not(:last-child) {
    margin-bottom: 3rem;
  }

  .sec-malmo__point h2 {
    margin-bottom: 0 !important;
  }

  .sec-malmo__point h3 {
    font-size: 4.4vw;
    margin-bottom: 1rem !important;
    text-align: left;
  }

  .sec-malmo__point p {
    line-height: 2;
  }

  .sec-malmo__point__01 p.u-my--3,
  .sec-malmo__point__02 p.u-my--3,
  .sec-malmo__point__03 p.u-my--3 {
    margin-top: 1rem;
  }

  .sec-malmo__point__01 .u-flex {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .sec-malmo__point__01 .u-flex--row-reverse {
    flex-direction: row;
  }

  .sec-malmo__point__03 .u-flex {
    gap: 0 1rem;
  }
  .sec-malmo__point__04 .u-flex {
    margin-bottom: 0 !important;
  }
  .sec-malmo__point__04 .u-grid .malmo_pic__round {
    border-radius: 20px;
  }

  .sec-malmo__info .u-mb--5 {
    margin-bottom: 3rem;
  }
  .sec-malmo__info .u-mt--0 {
    font-size: 3vw;
  }

  .raundbox {
    margin-top: 1rem !important;
    padding: 2rem;
    border-radius: 0;
  }

  .box-link {
    padding: 2rem 1.5rem 1.5rem;
  }
  .box-link .title {
    left: 50%;
    transform: translateX(-50%);
  }
  .box-link p {
    font-size: 2.8vw;
  }
  

  .fixed-btn {
    display: none;
  }
}


/* common */
.malmo_pic img {
  width: 50%;
}
.malmo_pic__round {
  border-radius: 47px;
  overflow: hidden;
}
.malmo_pic__round img {
  width: 100%;
  object-fit: cover;
}

/* text */
.text-gray {
  color: var(--malmo-gray);
}
.text-blue {
  color: var(--malmo-blue);
}
.text-orange {
  color: var(--malmo-orange);
}
.text-green {
  color: var(--malmo-green);
}

.text-b--dot {
  border-bottom: 4px dotted var(--malmo-orange);
}
.text-b--bg {
  padding-bottom: 5px;
  background: url(../img/malmo/strp.svg)repeat-x bottom;
  background-size: contain;
}
h3:has(> .text-b--dot) {
  column-gap: 2rem;
}

@media screen and (min-width: 812px) {
  .text-b--dot {
    font-size: 26px;
  }
}


/* utility */
.u-w--sm {
  max-width: 780px;
}
.u-w--md {
  max-width: 1000px;
}

.u-font--bold {
  font-family: "MFW-HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.u-font--sm {
  font-size: 14px
}

.u-font--lg {
  font-size: 26px
}

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

/* margin */
.u-my--1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.u-my--2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.u-my--3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.u-my--4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.u-my--5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-mt--0 {
  margin-top: 0;
}
.u-mt--1 {
  margin-top: 1rem;
}
.u-mt--2 {
  margin-top: 2rem;
}
.u-mt--25 {
  margin-top: 2.5rem;
}
.u-mt--3 {
  margin-top: 3rem;
}
.u-mt--4 {
  margin-top: 4rem;
}
.u-mt--5 {
  margin-top: 5rem;
}
.u-mt--6 {
  margin-top: 6rem;
}

.u-mb--0 {
  margin-bottom: 0;
}
.u-mb--1 {
  margin-bottom: 1rem;
}
.u-mb--2 {
  margin-bottom: 2rem;
}
.u-mb--3 {
  margin-bottom: 3rem;
}
.u-mb--4 {
  margin-bottom: 4rem;
}
.u-mb--5 {
  margin-bottom: 5rem;
}

/* padding */
.u-py--1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.u-py--2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.u-py--3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.u-py--4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.u-py--5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.u-py--6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.u-py--7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.u-py--8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.u-py--9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.u-pt--0 {
  padding-top: 0;
}
.u-pt--1 {
  padding-top: 1rem;
}
.u-pt--2 {
  padding-top: 2rem;
}
.u-pt-3 {
  padding-top: 3rem;
}
.u-pt-4 {
  padding-top: 4rem;
}
.u-pt-5 {
  padding-top: 5rem;
}

.u-pb--0 {
  padding-bottom: 0;
}
.u-pb--1 {
  padding-bottom: 1rem;
}
.u-pb--2 {
  padding-bottom: 2rem;
}
.u-pb--3 {
  padding-bottom: 3rem;
}
.u-pb--4 {
  padding-bottom: 4rem;
}
.u-pb--5 {
  padding-bottom: 5rem;
}


.u-flex {
  display: flex;
}
.u-flex > .inner-text {
  flex: 1;
}

.u-flex--row-reverse {
  flex-direction: row-reverse;
}

.u-items--center {
  align-items: center;
}
.u-items--end {
  align-items: end;
}

.u-justify--center {
  justify-content: center;
}

.u-justify--between {
  justify-content: space-between;
}

.u-grid {
  display: grid;
}
.u-grid--columns__2 {
  gap: 0 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.u-grid--columns__3 {
  gap: 0 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.u-sp {
  display: none;
}

@media screen and (max-width: 811px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }

  section.u-py--9 {
    padding: 5rem 0;
  }
}