@charset "UTF-8";
body {
  color: #000;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding-top: 0;
}

/* -----------------------------------------
		common
----------------------------------------- */
.dPc {
  display: block;
}

.dSp {
  display: none;
}

.dPcinline {
  display: inline-block;
}

.dSpinline {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .dPc {
    display: none;
  }

  .dSp {
    display: block;
  }

  .dPcinline {
    display: none;
  }

  .dSpinline {
    display: inline-block;
  }
}
br {
  line-height: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 20px;
  }
}

h1, h2, h3, h4, p, span, strong, li, dt, dd {
  font-feature-settings: "palt" 1;
  letter-spacing: 2px;
}

p, li, dt, dd {
  letter-spacing: 2px;
}

strong {
  font-weight: inherit;
}

.contentBox01 {
  padding: 120px 0;
}
.contentBox01.blue {
  background: #044799;
}
.contentBox01.gray {
  background: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .contentBox01 {
    padding: 13vw 0;
  }
}

.td__marker--yellow {
  font-weight: inherit;
}

.title-common01 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 50px;
  letter-spacing: 4px;
}
.title-common01 strong {
  color: #044799;
}
.title-common01 i {
  font-style: normal;
  position: relative;
}
.title-common01 i:before {
  width: 11px;
  height: 11px;
  background: #044799;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5.5px;
  content: "";
}
.title-common01.center {
  text-align: center;
}
.title-common01.white {
  color: #fff;
}
.title-common01.white strong {
  color: #f2e844;
}
.title-common01.b {
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 70px;
}
@media screen and (max-width: 767.98px) {
  .title-common01 {
    font-size: 8vw;
    letter-spacing: 1vw;
    margin: 0 0 7vw;
  }
  .title-common01 i:before {
    width: 2vw;
    height: 2vw;
    top: -2vw;
    margin-left: -1vw;
  }
  .title-common01.b {
    font-size: 20px;
    margin: 0 0 30px;
    letter-spacing: 1px;
  }
}

.title-common02 {
  font-size: 76px;
  font-family: hiragino-mincho-pron, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 50px;
}
.title-common02 strong {
  color: #0082cd;
}
.title-common02 span {
  font-size: 32px;
  font-weight: 700;
  display: block;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.title-common02 + p {
  text-align: center;
  font-size: 18px;
  margin: 0 0 50px;
}
@media screen and (max-width: 767.98px) {
  .title-common02 {
    font-size: 10vw;
    margin: 0 0 6vw;
    line-height: 1.4;
  }
  .title-common02 span {
    font-size: 4vw;
    margin: 3vw 0 0;
    line-height: 1.6;
  }
  .title-common02 + p {
    font-size: 14px;
    text-align: left;
    margin: 0 0 32px;
  }
}

.list-common01 {
  padding: 0 80px;
}
.list-common01 li {
  position: relative;
  font-size: 23px;
  line-height: 2.6em;
  padding: 0 0 0 1.4em;
}
.list-common01 li:before {
  width: 15px;
  height: 15px;
  background: #044799;
  position: absolute;
  top: 1em;
  left: 0;
  content: "";
}
.list-common01 li span {
  color: #0082cd;
}
@media screen and (max-width: 767.98px) {
  .list-common01 {
    padding: 0;
  }
  .list-common01 li {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 17px;
    padding: 0 0 0 20px;
  }
  .list-common01 li:before {
    width: 10px;
    height: 10px;
    left: 0;
    top: 7px;
  }
}

.list-indent01 li {
  text-indent: -2.5em;
  padding-left: 2.3em;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .list-indent01 li {
    font-size: 14px;
  }
}

.list-flow li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  margin: 0 0 35px;
}
.list-flow li dl dt, .list-flow li dl dd {
  padding: 0 0 0 60px;
  position: relative;
}
.list-flow li dl dt:before, .list-flow li dl dd:before {
  position: absolute;
  width: 38px;
  height: 38px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 900;
  content: "S";
  padding: 0 0 6px;
  left: 0;
  top: 2px;
}
.list-flow li dl dt {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 13px 2px;
}
.list-flow li dl dt:before {
  content: "Q";
  background: #044799;
}
.list-flow li dl dd {
  font-size: 18px;
}
.list-flow li dl dd:before {
  content: "A";
  background: #f2e844;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .list-flow li {
    padding: 20px;
    margin: 0 0 20px;
  }
  .list-flow li dl dt, .list-flow li dl dd {
    padding: 0 0 0 42px;
  }
  .list-flow li dl dt:before, .list-flow li dl dd:before {
    padding: 0 0 4px 1px;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .list-flow li dl dt {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .list-flow li dl dd {
    font-size: 14px;
  }
}

.tabs {
  display: flex;
  justify-content: center;
  padding: 0;
}
.tabs li {
  cursor: pointer;
  background: #dadada;
  margin-right: 5px;
  font-size: 30px;
  font-weight: 700;
  width: 48%;
  padding: 1rem 2rem;
  text-align: center;
}
.tabs li span {
  position: relative;
  padding: 0 43px 0 0;
}
.tabs li span:after {
  width: 32px;
  height: 32px;
  background: url("../images/index/arrow02@2x.webp") no-repeat center top/cover;
  position: absolute;
  right: 0;
  top: 8px;
  content: "";
}
.tabs li.active {
  background: #0082cd;
  color: #fff;
}
.tabs li.active span:after {
  background: url("../images/index/arrow01@2x.webp") no-repeat center top/cover;
}
@media screen and (max-width: 767.98px) {
  .tabs {
    flex-direction: column;
    margin: 0 0 10px;
  }
  .tabs li {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 20px 12px;
    margin: 0;
  }
  .tabs li span {
    padding: 0 25px 0 0;
  }
  .tabs li span:after {
    width: 18px;
    height: 18px;
    top: 5px;
  }
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.box-common01 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 50px;
  background: #fff;
}
.box-common01 .title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
.box-common01 .title dt {
  background: #0082cd;
  font-size: 24px;
  font-weight: 700;
  width: 250px;
  color: #fff;
  text-align: center;
  padding: .6rem 2rem .8rem;
}
.box-common01 .title dd {
  background: #044799;
  font-size: 24px;
  font-weight: 700;
  flex: 1;
  width: 100%;
  color: #fff;
  padding: .6rem 2rem .8rem;
}
.box-common01 .content {
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
.box-common01 .content .text {
  flex: 1;
  width: 100%;
}
.box-common01 .content .text .how {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 17px;
}
.box-common01 .content .text .how span {
  color: #fff;
  font-weight: 700;
  background: #044799;
  padding: .2rem 1rem .4rem;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.box-common01 .content .text ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.box-common01 .content .text ul li {
  width: 50%;
}
.box-common01 .content .text ul li dl dt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: .4rem 2rem;
}
.box-common01 .content .text ul li dl dd {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 140px;
}
.box-common01 .content .text ul li.how01 {
  background: #e8e8e8;
}
.box-common01 .content .text ul li.how01 dl dt {
  background: #737373;
}
.box-common01 .content .text ul li.how02 {
  background: #fff2e2;
}
.box-common01 .content .text ul li.how02 dl dt {
  background: #eb9328;
}
.box-common01 .content .text ul li.how02 dl dd {
  font-weight: 700;
}
.box-common01 .content > dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
.box-common01 .content > dl dt {
  border: 1px solid #044799;
  color: #044799;
  min-width: 310px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}
.box-common01 .content.type02 {
  gap: 1rem;
}
.box-common01:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .box-common01 .title {
    flex-direction: column;
  }
  .box-common01 .title dt {
    width: 100%;
    font-size: 18px;
    padding: 3px 10px;
  }
  .box-common01 .title dd {
    font-size: 14px;
    padding: 10px 20px;
  }
  .box-common01 .title dd br {
    display: none;
  }
  .box-common01 .content {
    gap: 20px;
    padding: 20px;
  }
  .box-common01 .content .img {
    text-align: center;
    width: 100%;
  }
  .box-common01 .content .img img {
    width: 50vw;
  }
  .box-common01 .content .text .how {
    gap: 10px;
    margin: 0 0 20px;
    flex-direction: column;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  .box-common01 .content .text .how span {
    font-size: 14px;
    padding: 5px 18px;
  }
  .box-common01 .content .text ul {
    gap: 10px;
    flex-direction: column;
  }
  .box-common01 .content .text ul li {
    width: 100%;
  }
  .box-common01 .content .text ul li dl dt {
    font-size: 16px;
  }
  .box-common01 .content .text ul li dl dd {
    min-height: auto;
    font-size: 14px;
    line-height: 1.6;
  }
  .box-common01 .content .text ul li dl dd br {
    display: none;
  }
  .box-common01 .content > p {
    font-size: 14px;
  }
  .box-common01 .content > dl {
    flex-direction: column;
    margin: 0 0 10px;
    gap: 6px;
  }
  .box-common01 .content > dl dt {
    min-width: 100%;
    padding: 10px 14px 10px;
  }
  .box-common01 .content > dl dd {
    font-size: 14px;
  }
  .box-common01:last-of-type {
    margin-bottom: 48px;
  }
}

.scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ccc;
  padding-bottom: 40px;
  /* アイコンスペース */
  padding: 30px 20px;
}

.scroll-container img {
  height: auto;
  display: inline-block;
  max-width: none;
  /* 画像が折り返さないように */
}

.scroll-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  display: block;
  z-index: 10;
}

#floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 2;
}
#floating ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #0082cd;
  background-blend-mode: multiply !important;
  padding: 10px;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
}
#floating ul li a {
  background: white;
  border-radius: 10rem;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 310px;
  justify-content: center;
  min-height: 74px;
  transition: .3s;
}
#floating ul li a span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}
#floating ul li a span small {
  display: block;
  font-size: 12px;
  color: #555;
  font-weight: normal;
  margin-top: 2px;
}
#floating ul li a:before {
  font-family: "Material Icons";
  color: #0082cd;
  font-size: 30px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#floating ul li a:hover {
  filter: brightness(1.2);
}
#floating ul li:nth-child(1) a:before {
  content: "phone";
}
#floating ul li:nth-child(2) a:before {
  content: "email";
}
#floating ul li:nth-child(3) a:before {
  content: "";
  display: block;
  background: url("../images/common/icon-line.webp") no-repeat center top/cover;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  top: 0;
}
@media screen and (max-width: 1020px) {
  #floating ul {
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
  }
  #floating ul li {
    width: 100%;
  }
  #floating ul li a {
    background: none;
    color: #fff;
  }
  #floating ul li a span small {
    color: #fff;
  }
  #floating ul li a:before {
    color: #fff;
  }
  #floating ul li:nth-child(2) {
    background: #044799;
    width: 50%;
  }
  #floating ul li:nth-child(3) {
    background: #00c200;
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  #floating ul li a {
    padding: 2vw 5vw;
    min-width: 100%;
    min-height: 15vw;
  }
  #floating ul li a span {
    font-size: 3.5vw;
    letter-spacing: 0;
  }
  #floating ul li a span small {
    margin-top: .3vw;
    font-size: 2.4vw;
    line-height: 1;
  }
  #floating ul li a:before {
    font-size: 6vw;
    top: .8vw;
  }
  #floating ul li:nth-child(1) a span {
    font-size: 4.5vw;
  }
  #floating ul li:nth-child(3) a:before {
    width: 9vw;
    height: 9vw;
    margin-right: 1vw;
  }
}

@media screen and (max-width: 767.98px) {
  .return-top {
    bottom: 33vw;
  }
}

/* -----------------------------------------
		pages
----------------------------------------- */
.hdr.disp-noani {
  position: static !important;
}
.hdr .hdr-main__btn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .hdr {
    position: fixed !important;
  }
}

.kv {
  background: url("../images/index/mv-photo@2x.webp") no-repeat right bottom/756px auto, url("../images/index/mv-bg@2x.webp") no-repeat center top/cover;
  min-height: 790px;
}
.kv .container .kv__txtarea {
  align-items: flex-start;
  min-height: 790px;
  justify-content: center;
  min-width: 100%;
}
.kv .container .kv__txtarea .title {
  font-size: 42px;
  font-weight: 800;
  display: inline-block;
  background: #fff;
  margin: 0 0 10px;
  line-height: 1.4;
  padding: 0 12px 5px;
  letter-spacing: 1px;
}
.kv .container .kv__txtarea .title strong {
  line-height: 1.4;
  color: #044799;
}
.kv .container .kv__txtarea h1 {
  color: #fff;
  font-weight: 900;
  font-size: 84px;
  line-height: .6;
  margin-bottom: 10px;
}
.kv .container .kv__txtarea h1 span {
  font-size: 67px;
}
.kv .container .kv__txtarea h1 strong {
  display: block;
  line-height: 1;
  margin: 19px 0 -44px -28px;
}
.kv .container .kv__txtarea h1 b {
  color: #e4b90c;
}
.kv .container .kv__telarea {
  margin-top: 1em;
  color: #fff;
}
.kv .container .kv__telarea a {
  color: #fff;
}
.kv .container .kv__telarea a span {
  color: #fff;
}
.kv .container .kv__telarea .kv__tel-txt {
  font-size: 11px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767.98px) {
  .kv {
    background-size: 79vw auto , cover;
    min-height: 165vw;
    background-position: center bottom -9vw , center top;
  }
  .kv .container {
    min-height: 165vw;
    padding: 0 4vw;
  }
  .kv .container .kv__txtarea {
    padding: 9vw 0 0;
    justify-content: center;
    text-align: center;
    min-height: auto;
  }
  .kv .container .kv__txtarea .title {
    letter-spacing: 0;
    font-size: 6.2vw;
    margin: 0 0 2vw;
    padding: 0 2vw .8vw;
  }
  .kv .container .kv__txtarea .title strong {
    letter-spacing: 0;
  }
  .kv .container .kv__txtarea h1 {
    font-size: 9vw;
    letter-spacing: 0vw;
    margin: 2vw 0 -3vw;
    width: 100%;
  }
  .kv .container .kv__txtarea h1 span {
    font-size: 7vw;
  }
  .kv .container .kv__txtarea h1 strong {
    width: 40vw;
    margin: 2vw auto -4vw;
  }
}

#top-distress {
  background: #f4f4f4 url("../images/index/distress-bg@2x.webp") no-repeat center top/100% auto;
  padding-bottom: 0;
}
#top-distress .container {
  background: url("../images/index/distress-img@2x.webp") no-repeat right top/467px auto;
}
#top-distress .container h2 {
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 50px;
  line-height: 1.4;
}
#top-distress .container h2 strong {
  color: #044799;
  line-height: 1;
}
#top-distress .container ul {
  width: fit-content;
  padding: 0 0 60px;
}
#top-distress .container ul li {
  font-family: hiragino-mincho-pron, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  border-bottom: 1px solid #000;
  padding: 30px 40px 30px 0;
}
#top-distress .container ul li strong {
  color: #044799;
  letter-spacing: 0;
  line-height: 1;
}
#top-distress .container ul li:last-of-type {
  border: none;
}
#top-distress .container .message {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#top-distress .container .message h3 {
  background: #044799;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  padding: 26px 20px 29px;
}
#top-distress .container .message h3 strong {
  color: #f2e844;
}
#top-distress .container .message .text {
  padding: 60px;
  background: url("../images/index/bg-connect@2x.webp") no-repeat right top/46% auto;
}
#top-distress .container .message .text h4 {
  text-align: center;
  font-family: hiragino-mincho-pron, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 42px;
}
#top-distress .container .message .text h4 span {
  display: block;
  font-size: 18px;
}
#top-distress .container .message .text h4 strong {
  color: #044799;
}
#top-distress .container .message .text p {
  margin: 0 0 30px;
}
#top-distress .container .message .text p strong {
  color: #0082cd;
}
#top-distress .container .message .text p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  #top-distress {
    background-size: cover;
  }
  #top-distress .container {
    background-position: right -20vw top;
    background-size: 57vw auto;
    padding-bottom: 10vw;
  }
  #top-distress .container h2 {
    font-size: 7vw;
    padding: 0 12vw 0 0;
    line-height: 1.4;
    margin: 0 0 2vw;
  }
  #top-distress .container ul {
    padding: 0 0 28px;
  }
  #top-distress .container ul li {
    font-size: 4vw;
    padding: 4vw 0;
    margin-right: 33vw;
  }
  #top-distress .container .message h3 {
    font-size: 5vw;
    padding: 10px 7px 10px 10px;
    line-height: 1.6;
  }
  #top-distress .container .message h3 strong {
    line-height: 1.6;
  }
  #top-distress .container .message .text {
    padding: 20px;
  }
  #top-distress .container .message .text h4 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 1.4;
  }
  #top-distress .container .message .text h4 span {
    font-size: 10px;
    line-height: 1.4;
    display: block;
    margin: 10px 0 0;
  }
  #top-distress .container .message .text p {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

#top-case {
  background: #f4f4f4;
}

#top-benefit {
  background: #044799 url("../images/index/bg-connect2@2x.webp") no-repeat center top/100% auto;
}
#top-benefit .container h2 {
  margin: 0 0 20px;
}
#top-benefit .container h2 + p {
  text-align: center;
  margin: 0 0 80px;
}
#top-benefit .container h2 + p span {
  background: #fff;
  border-radius: 100px;
  font-weight: 700;
  padding: .4rem 2rem .6rem;
  font-size: 20px;
}
#top-benefit .container ul {
  margin: 0 0 80px;
}
#top-benefit .container ul li {
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
}
#top-benefit .container ul li i {
  font-style: normal;
  font-family: din-2014, "futura-pt", sans-serif;
  font-size: 120px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}
#top-benefit .container ul li .text {
  background: #fff;
  padding: 50px;
  flex: 1;
}
#top-benefit .container ul li .text dl dt {
  font-size: 36px;
  font-weight: 900;
  color: #0082cd;
}
#top-benefit .container ul li .text dl dd {
  font-size: 18px;
  font-weight: 700;
}
#top-benefit .container .copy01 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 50px;
  color: #fff;
}
#top-benefit .container .copy02 {
  font-family: hiragino-mincho-pron, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
#top-benefit .container .copy02 strong {
  line-height: 1.4;
  color: #f2e844;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  #top-benefit .container h2 {
    line-height: 1.4;
    margin: 0 0 12px;
  }
  #top-benefit .container h2 strong {
    line-height: 1.4;
  }
  #top-benefit .container h2 + p {
    margin: 0 0 10px;
  }
  #top-benefit .container h2 + p span {
    font-size: 3.6vw;
    padding: 2vw 5vw;
    letter-spacing: 0;
    margin: 0;
  }
  #top-benefit .container ul {
    margin: 0 0 40px;
  }
  #top-benefit .container ul li {
    flex-direction: column;
    align-items: center;
    margin: 0 0 10px;
  }
  #top-benefit .container ul li i {
    width: 100%;
    font-size: 70px;
    line-height: 1.4;
  }
  #top-benefit .container ul li .text {
    padding: 20px;
  }
  #top-benefit .container ul li .text dl dt {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  #top-benefit .container ul li .text dl dd {
    font-size: 14px;
  }
  #top-benefit .container .copy01 {
    margin: 0 0 30px;
    font-size: 16px;
    text-align: left;
  }
  #top-benefit .container .copy02 {
    font-size: 22px;
    text-align: left;
    line-height: 1.6;
    font-weight: 300;
  }
  #top-benefit .container .copy02 strong {
    line-height: 1.6;
    font-weight: 300;
  }
}

#top-plan .container .title {
  text-align: center;
  margin: 0 0 18px;
}
#top-plan .container .wrap {
  border: 5px solid #0082cd;
  padding: 70px 50px;
  margin: 0 0 50px;
}
#top-plan .container .wrap .img {
  margin: 0 0 3rem;
}
#top-plan .container .wrap .copy {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 60px 0 30px;
}
#top-plan .container .wrap .copy strong {
  font-size: 52px;
  color: #e9871c;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  #top-plan .container .title {
    width: 60%;
    margin: 0 auto 14px;
  }
  #top-plan .container .wrap {
    padding: 30px 20px;
    margin: 0 0 50px;
  }
  #top-plan .container .wrap .img {
    margin: 0 0 20px;
  }
  #top-plan .container .wrap .copy {
    margin: 30px 0 10px;
    font-size: 18px;
    line-height: 1.6;
  }
  #top-plan .container .wrap .copy strong {
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 0;
  }
}

#top-merit {
  margin: 0 0 120px;
}
#top-merit .container h2 {
  margin: 0 0 20px;
}
#top-merit .container h2 + p {
  margin: 0 0 80px;
}
#top-merit .container h2 + p strong {
  color: #0082cd;
}
#top-merit .container .center {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  #top-merit {
    margin: 0 0 50px;
  }
  #top-merit .container h2 {
    font-size: 10vw !important;
    line-height: 1.4;
  }
  #top-merit .container h2 span {
    margin: 3vw 0 2vw;
  }
  #top-merit .container h2 strong {
    line-height: 1.2;
  }
  #top-merit .container h2 + p {
    margin: 0 0 40px;
  }
}

#top-plasa .container h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #044799;
  padding: 24px 10px;
}
#top-plasa .container .content {
  border: 5px solid #044799;
  border-top: none;
  padding: 50px;
}
#top-plasa .container .content .wrap {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  margin: 0 0 30px;
}
#top-plasa .container .content .wrap .text {
  flex: 1;
}
#top-plasa .container .content .wrap .text h3 {
  font-size: 38px;
  font-family: hiragino-mincho-pron, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  margin: 0 0 20px;
}
#top-plasa .container .content .wrap .text p {
  margin: 0 0 30px;
}
#top-plasa .container .content .wrap .text p strong {
  color: #0082cd;
  font-weight: 700;
}
#top-plasa .container .content .wrap .text .media dl dt {
  background: #044799;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 8px 10px 10px;
  margin: 0 0 20px;
}
#top-plasa .container .content .about-plasa dl {
  background: #f4f4f4;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  gap: 46px;
  align-items: center;
}
#top-plasa .container .content .about-plasa dl dt {
  font-size: 34px;
  font-weight: 900;
  white-space: nowrap;
}
#top-plasa .container .content .about-plasa dl dt strong {
  color: #044799;
}
@media screen and (max-width: 767.98px) {
  #top-plasa .container h2 {
    font-size: 18px;
    padding: 17px 10px;
  }
  #top-plasa .container .content {
    padding: 20px;
  }
  #top-plasa .container .content .wrap {
    gap: 10px;
    margin: 0 0 20px;
    flex-direction: column;
  }
  #top-plasa .container .content .wrap .img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  #top-plasa .container .content .wrap .img img {
    width: 60vw;
  }
  #top-plasa .container .content .wrap .text h3 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px;
  }
  #top-plasa .container .content .wrap .text p {
    font-size: 14px;
    margin: 0 0 20px;
  }
  #top-plasa .container .content .wrap .text .media dl dt {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 20px 12px;
  }
  #top-plasa .container .content .about-plasa dl {
    flex-direction: column;
    gap: 0;
    padding: 20px;
  }
  #top-plasa .container .content .about-plasa dl dt {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #top-plasa .container .content .about-plasa dl dd {
    font-size: 14px;
  }
}

#top-benefit2 {
  background: #044799 url("../images/index/bg-benefit2@2x.webp") no-repeat center top/100% auto;
}
#top-benefit2 .container h2 {
  margin: 0 0 96px;
}
#top-benefit2 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-benefit2 .container ul li {
  width: 31%;
  margin: 0 0 5%;
  background: #fff;
  position: relative;
  padding: 52px 26px 28px;
}
#top-benefit2 .container ul li i {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0082cd;
  color: #fff;
  font-family: din-2014, "futura-pt", sans-serif;
  font-size: 32px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px;
}
#top-benefit2 .container ul li h3 {
  font-size: 22px;
  font-weight: 900;
  color: #0082cd;
  text-align: center;
  margin: 0 0 16px;
}
@media screen and (max-width: 767.98px) {
  #top-benefit2 .container h2 {
    margin: 0 0 60px;
  }
  #top-benefit2 .container ul {
    flex-direction: column;
  }
  #top-benefit2 .container ul li {
    width: 100%;
    padding: 36px 20px 20px;
    margin: 0 0 14%;
  }
  #top-benefit2 .container ul li i {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: -25px;
    font-size: 23px;
  }
  #top-benefit2 .container ul li h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #top-benefit2 .container ul li p {
    font-size: 14px;
  }
  #top-benefit2 .container ul li:last-of-type {
    margin: 0;
  }
}

#top-price {
  padding: 120px 5rem 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #top-price {
    padding: 60px 3vw 0;
  }
  #top-price img {
    width: 700px;
  }
}

.case {
  background: url("../images/index/case_bg-lg.jpg") no-repeat top center/100% auto;
  margin: 120px 0 0;
}
.case .case__inner {
  padding: 120px 0;
}
@media screen and (max-width: 767.98px) {
  .case {
    margin: 50px 0 0;
  }
  .case .case__inner {
    padding: 40px 0;
  }
}

#top-flow {
  padding: 120px 5rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #top-flow {
    padding: 60px 3vw;
  }
}

.section-arrow {
  margin: 120px 0 0;
}
@media screen and (max-width: 767.98px) {
  .section-arrow {
    margin: 60px 0 0;
  }
}
