@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* メインフォント */
/* サブフォント */
/* 文字色 */
.slick-slider * {
  outline: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 6px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  content: "";
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
}

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute;
}

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__item {
  right: 0;
  bottom: 0;
}

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
.c-blueBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media print, screen and (max-width: 767px) {
  .c-blueBtn {
    width: 100%;
    max-width: 343px;
  }
}
.c-blueBtn_link {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3475D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .c-blueBtn_link {
    font-size: 2.4rem;
    padding: 21.5px 120px;
    border-radius: 90px;
    line-height: 1;
  }
}
@media print, screen and (max-width: 767px) {
  .c-blueBtn_link {
    width: 100%;
    font-size: 2.4rem;
    padding: 21.5px 20px;
    border-radius: 90px;
    line-height: 1;
  }
}
@media (hover: hover) {
  .c-blueBtn_link:hover {
    background-color: color-mix(in srgb, #3475D0 80%, transparent);
  }
}
.c-wrapper {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .c-wrapper {
    width: 92%;
    max-width: 1120px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-wrapper {
    width: calc(100% - 32px);
  }
}
.c-sectionTitle {
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .c-sectionTitle {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
}
@media print, screen and (max-width: 767px) {
  .c-sectionTitle {
    font-size: 2.4rem;
    line-height: 1.4375;
  }
}
.c-threeColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .c-threeColumn {
    gap: 20px;
    width: 100%;
    max-width: 1040px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumn {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: calc(100% - 23px);
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumn-spFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumn-spFlex .c-threeColumnNode {
    gap: 16px;
    width: calc(33.3333333333% - 10.6666666667px);
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumn-List {
    gap: 16px;
    width: 100%;
  }
}
.c-threeColumnNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .c-threeColumnNode {
    gap: 16px;
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumnNode {
    gap: 16px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-threeColumnNode-narrowGap {
    gap: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumnNode-narrowGap {
    gap: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumn-spWide {
    width: calc(100% - 10px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-threeColumnNode-wide {
    width: 100%;
  }
}
.c-threeColumnNode_title {
  color: #3475D0;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .c-threeColumnNode_title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumnNode_title {
    font-size: 1.6rem;
    line-height: 1.22;
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumnNode_title-spSmall {
    font-size: 1.6rem;
  }
}
.c-threeColumnNode_title-al {
  text-align: left;
}

.c-threeColumnNode_title-blk {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .c-threeColumnNode_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumnNode_text {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.c-threeColumnNode_img {
  margin: 0 auto;
}

.c-threeColumnNode_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .c-threeColumnNode_list {
    gap: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .c-threeColumnNode_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.c-threeColumnNode_list_node {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-threeColumnNode_list_node::before {
  content: "・";
}

.c-sixColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .c-sixColumn {
    gap: 40px;
    margin: 36px auto 0;
    max-width: 1040px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (max-width: 767px) {
  .c-sixColumn {
    gap: 16px;
    width: calc(100% - 10px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-sixColumn-spNarrow {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-sixColumnNode {
    width: calc(16.6666666667% - 33.3333333333px);
  }
}
@media print, screen and (max-width: 767px) {
  .c-sixColumnNode {
    width: calc(33.3333333333% - 10.6666666667px);
  }
}
.c-sixColumnNode_img img {
  width: 100%;
}

.c-cta {
  background-color: #EEF4F8;
}

@media print, screen and (min-width: 768px) {
  .c-cta {
    padding: 108px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-cta {
    padding: 40px 0;
  }
}
.c-cta_text {
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .c-cta_text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 767px) {
  .c-cta_text {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
@media print, screen and (min-width: 768px) {
  .c-cta_btn {
    margin: 24px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-cta_btn {
    margin: 24px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  #footer-conversion {
    margin-top: 0;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .dn-sp_tab {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-strengthText {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 767px) {
  .c-strengthText {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.strengthFv {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .strengthFv {
    padding: 98px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthFv {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthFv_bg {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthFv_bg {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.strengthFv_bg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.strengthFv_inner {
  background-color: rgba(0, 0, 0, 0.4);
}

@media print, screen and (min-width: 768px) {
  .strengthFv_inner {
    width: 92%;
    margin: 0 auto;
    max-width: 954px;
    padding: 80px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthFv_inner {
    padding: 80px 16px;
  }
}
.strengthFv_inner_title {
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .strengthFv_inner_title {
    font-size: 4.8rem;
    line-height: 1.46;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthFv_inner_title {
    font-size: 3.2rem;
    line-height: 1.1875;
  }
}
.strengthFv_inner_text {
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .strengthFv_inner_text {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 16px 0 0 0;
    color: #fff;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthFv_inner_text {
    font-size: 2rem;
    line-height: 1.2;
    margin: 16px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthFv_inner_btn {
    margin: 40px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthFv_inner_btn {
    margin: 40px auto 0;
  }
}
.strengthFv_inner_linkText {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .strengthFv_inner_linkText {
    margin: 11px 0 -2px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthFv_inner_linkText {
    margin: 12px 0 0 0;
  }
}
.strengthFvTextLink {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .strengthFvTextLink {
    font-size: 2rem;
    color: #fff;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthFvTextLink {
    font-size: 2rem;
    color: #3475D0;
  }
}
@media (hover: hover) {
  .strengthFvTextLink:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthReason {
    margin: 80px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthReason {
    margin: 80px 0 0 0;
  }
}
.strengthReasonContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .strengthReasonContent {
    width: 100%;
    max-width: 720px;
    margin: 40px auto 0;
    gap: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthReasonContent {
    width: 100%;
    margin: 40px auto 0;
    gap: 16px;
  }
}
.strengthReasonNode {
  background-color: #EEF4F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #3475D0;
}

@media print, screen and (min-width: 768px) {
  .strengthReasonNode {
    padding: 16px 16px;
    gap: 16px;
    font-size: 2.4rem;
    line-height: 1.45;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthReasonNode {
    padding: 16px 16px;
    gap: 16px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthAbout {
    margin: 120px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAbout {
    margin: 120px 0 0 0;
  }
}
.strengthAboutNum {
  font-weight: 700;
  color: #3475D0;
}

@media print, screen and (min-width: 768px) {
  .strengthAboutNum {
    font-size: 6rem;
    line-height: 1.2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutNum {
    font-size: 6rem;
    line-height: 1.2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthAboutTitle {
    margin: 8px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutTitle {
    margin: 8px 0 0 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthAboutText {
    margin: 40px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutText {
    margin: 40px 0 0 0;
  }
}
.strengthAboutTopic {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .strengthAboutTopic {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.4rem;
    margin: 40px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutTopic {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.8rem;
    margin: 40px auto 0;
  }
}
.strengthAboutImgContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .strengthAboutImgContent {
    margin: 24px auto 0;
    width: 100%;
    max-width: 896px;
    gap: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutImgContent {
    margin: 24px auto 0;
    width: 100%;
    gap: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthAboutImgContent_img {
    width: 160px;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutImgContent_img {
    width: 160px;
  }
}
.strengthAboutImgContent_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media print, screen and (min-width: 768px) {
  .strengthAboutImg {
    width: 100%;
    margin: 40px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutImg {
    width: 100%;
    margin: 40px auto 0;
  }
}
.strengthAboutImg img {
  width: 100%;
}

.strengthAboutOccupation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .strengthAboutOccupation {
    gap: 40px;
    margin: 40px auto 0;
    width: 100%;
    max-width: 840px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutOccupation {
    gap: 40px;
    margin: 40px auto 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthAboutOccupationNode {
    gap: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutOccupationNode {
    width: 100%;
    max-width: 280px;
  }
}
.strengthAboutOccupationNode_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .strengthAboutOccupationNode_content {
    gap: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutOccupationNode_content {
    gap: 8px;
  }
}
.strengthAboutOccupationNode_content_name {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .strengthAboutOccupationNode_content_name {
    font-size: 2rem;
    line-height: 1.22;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutOccupationNode_content_name {
    font-size: 1.6rem;
    line-height: 1.22;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthAboutOccupationNode_content_title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .strengthCta {
    margin: 80px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .strengthCta {
    margin: 80px 0 0 0;
  }
}


