@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* スクロールバーの幅を常に確保 */
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-weight: 400;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

img {
  display: block;
}

hr {
  border: none !important;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  color: #000;
}

body {
  position: relative;
  width: 100%;
  margin: initial;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
body.active {
  overflow: hidden;
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  body.is-menu-open {
    overflow: hidden;
  }
}
.main {
  position: relative;
  width: 100%;
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
.atomSquareButton {
  width: min(350px, 100%);
  padding: 1em 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  border-radius: 8px;
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  gap: 0.7em;
  border: solid 2px #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.atomSquareButton img {
  display: block;
  max-height: 2em;
}
.atomSquareButton--color01 {
  background-color: #1F4E94;
  color: #fff;
}
.atomSquareButton--color01:hover {
  background-color: #0E63E6;
  color: #fff;
}
.atomSquareButton--color02 {
  background-color: #0E63E6;
  color: #fff;
}
.atomSquareButton--color02:hover {
  background-color: #1F4E94;
  color: #fff;
}
.atomSquareButton--white {
  background-color: #fff;
  color: #1F4E94;
}
.atomSquareButton--white:hover {
  color: #fff;
  background-color: #0E63E6;
}

.atomRoundButton {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 2px #1F4E94;
  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;
  position: relative;
  border-radius: 100px;
  line-height: 1;
  padding: 1.3em 3em;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  color: #1F4E94;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.atomRoundButton:hover {
  color: #fff;
  background-color: #1F4E94;
}
.atomRoundButton:focus {
  color: #1F4E94 !important;
}
.atomRoundButton img {
  display: block;
  width: 1em;
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 1em;
  margin: auto;
}

.atomBigTitle {
  width: 100%;
  position: relative;
  border-bottom: solid 2px #BEBEBE;
  margin-top: 100px;
}
@media (max-width: 800px) {
  .atomBigTitle {
    margin-top: 70px;
  }
}
.atomBigTitle::after {
  content: "";
  display: block;
  width: 20%;
  height: 4px;
  background-color: #0E63E6;
  position: absolute;
  top: intial;
  bottom: -3px;
  left: 0px;
  right: intial;
  margin: auto;
  border-radius: 0px 3px 3px 0px;
}
.atomBigTitle h2 {
  font-size: clamp(24px, 19.1538461538px + 0.0134615385 * 100vw, 38px);
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.4em;
  line-height: 1.4;
}
.atomBigTitle h2 span {
  color: #1F4E94;
  font-weight: 500;
}

.atomSubTitle h2 {
  font-size: clamp(24px, 19.1538461538px + 0.0134615385 * 100vw, 38px);
  text-align: center;
  position: relative;
}
.atomSubTitle h2::after {
  content: "";
  display: block;
  width: 145px;
  height: 4px;
  border-radius: 4px;
  background-color: #0E63E6;
  margin: 0 auto;
  margin-top: 0.5em;
}
@media (max-width: 800px) {
  .atomSubTitle h2::after {
    width: 84px;
  }
}

.atomIndicator {
  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;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.atomIndicator span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #BEBEBE;
  border-radius: 100%;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}
.atomIndicator span.--active {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #0E63E6;
}
.atomIndicator span:hover {
  opacity: 0.8;
}
.atomIndicator button {
  display: block;
  background: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  cursor: pointer;
}

.atomBigSlide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 800px) {
  .atomBigSlide {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.atomBigSlide div {
  width: 48%;
}
@media (max-width: 800px) {
  .atomBigSlide div {
    width: 100%;
    margin-top: 20px;
  }
}
.atomBigSlide div .atomBigSlide__category {
  display: block;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.2em;
  background-color: #F0F2F5;
  color: #1F4E94;
  border-radius: 3em;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
}
.atomBigSlide div .atomBigSlide__title {
  font-size: clamp(18px, 16.6153846154px + 0.0038461538 * 100vw, 22px);
  margin-top: 0.3em;
  margin-bottom: 1em;
  font-weight: 500;
}
.atomBigSlide div .atomBigSlide__position {
  font-size: clamp(12px, 11.3076923077px + 0.0019230769 * 100vw, 14px);
  margin-bottom: 2em;
}
.atomBigSlide div .atomBigSlide__subTitle {
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  color: #1F4E94;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.atomBigSlide div .atomBigSlide__text {
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  line-height: 2;
  word-break: normal;
}
.atomBigSlide img {
  display: block;
  width: 50%;
  height: auto;
}
@media (max-width: 800px) {
  .atomBigSlide img {
    width: 100%;
  }
}

.atomQA {
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 2px #BEBEBE;
}
.atomQA:first-child {
  border-top: solid 2px #BEBEBE;
}
.atomQA .atomQA__q,
.atomQA .atomQA__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3em 20px;
}
@media (max-width: 800px) {
  .atomQA .atomQA__q,
  .atomQA .atomQA__a {
    padding: 1.3em 0px;
  }
}
.atomQA .atomQA__q p,
.atomQA .atomQA__a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  color: #1F4E94;
  gap: 0.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  word-break: normal;
  font-weight: 500;
}
.atomQA .atomQA__q p span,
.atomQA .atomQA__a p span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: clamp(24px, 21.2307692308px + 0.0076923077 * 100vw, 32px);
  line-height: 1;
}
.atomQA .atomQA__q {
  cursor: pointer;
}
.atomQA .atomQA__q div {
  background-color: #1F4E94;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
}
.atomQA .atomQA__q div hr {
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.atomQA .atomQA__q div hr:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.atomQA .atomQA__q div.--open hr:last-child {
  opacity: 0;
}
.atomQA .atomQA__a {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease, -ms-grid-rows 0.35s ease;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.atomQA .atomQA__a .atomQA__aInner {
  overflow: hidden;
}
.atomQA .atomQA__a.--open {
  visibility: visible;
  grid-template-rows: 1fr;
  opacity: 1;
  padding-bottom: 1.3em;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.atomArticleSlide {
  width: 31%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.atomArticleSlide:hover {
  -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.36);
}
.atomArticleSlide a {
  display: block;
  padding-bottom: 30px;
}
.atomArticleSlide .atomArticleSlide__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9/5;
}
.atomArticleSlide .atomArticleSlide__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atomArticleSlide .atomArticleSlide__main {
  width: 94%;
  margin: 0 auto;
}
.atomArticleSlide .atomArticleSlide__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(12px, 11.3076923077px + 0.0019230769 * 100vw, 14px);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.atomArticleSlide .atomArticleSlide__status p {
  display: block;
  line-height: 1;
  padding: 0.4em 1.2em;
  background-color: #F0F2F5;
  color: #1F4E94;
  font-weight: 500;
  border-radius: 2em;
}
.atomArticleSlide .atomArticleSlide__status time {
  color: #BEBEBE;
  font-weight: 600;
}
.atomArticleSlide .atomArticleSlide__content {
  font-weight: 600;
  word-break: normal;
  height: 8em;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
}
.atomArticleSlide .atomArticleSlide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #1F4E94;
  font-weight: 500;
}

.atomLogosilider {
  padding: 40px 0px;
  border-top: solid 1px #F0F2F5;
  border-bottom: solid 1px #F0F2F5;
}
@media (max-width: 800px) {
  .atomLogosilider {
    border: none;
    padding: 40px 0px 0px 0px;
  }
}
.atomLogosilider .lo03__swiper {
  width: 100%;
  pointer-events: none;
}
.atomLogosilider .lo03__swiper--reverse {
  margin-top: 24px;
}
.atomLogosilider .lo03__swiper::part(wrapper) {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.atomLogosilider swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
.atomLogosilider img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.header {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 80px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .header {
    height: 50px;
    background-color: #fff;
  }
}
.header .header__logo {
  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;
  width: 210px;
  height: 100%;
  background-color: #fff;
  border-radius: 0px 0px 30px 0px;
}
@media (max-width: 800px) {
  .header .header__logo {
    width: 130px;
    margin-left: 3%;
  }
}
.header .header__logo img {
  width: 80%;
  height: auto;
}
@media (max-width: 800px) {
  .header .header__logo img {
    width: 100%;
  }
}
.header .header__hum {
  display: block;
  height: 80px;
  aspect-ratio: 1/1;
  background-color: #1F4E94;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 800px) {
  .header .header__hum {
    height: 100%;
  }
}
.header .header__hum hr {
  display: block;
  width: 45%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 800px) {
  .header .header__hum hr {
    height: 2px;
  }
}
.header .header__hum hr:nth-child(1) {
  position: absolute;
  top: 28%;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
.header .header__hum hr:nth-child(2) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.header .header__hum hr:nth-child(3) {
  position: absolute;
  top: initial;
  bottom: 28%;
  left: 0px;
  right: 0px;
  margin: auto;
}
.header .header__hum--active {
  background-color: #fff;
}
.header .header__hum--active hr {
  width: 80%;
  height: 2px;
  background-color: #1F4E94;
}
.header .header__hum--active hr:nth-child(1) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header .header__hum--active hr:nth-child(2) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
}
.header .header__hum--active hr:nth-child(3) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.headerMenu {
  overflow-y: auto;
  position: absolute;
  top: 0px;
  bottom: initial;
  left: initial;
  right: 0px;
  margin: auto;
  background-color: #fff;
  width: 410px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 800px) {
  .headerMenu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding-bottom: 60px;
    max-height: 100vh;
  }
}
.headerMenu--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.headerMenu .headerMenu__logo {
  display: block;
  width: 230px;
  height: auto;
}
.headerMenu .headerMenu__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.headerMenu h2 {
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  margin-top: 1em;
}
.headerMenu nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.headerMenu nav a {
  display: block;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  border-bottom: solid 1px #F0F2F5;
  padding: 1em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerMenu nav a::after {
  content: "";
  width: 0.4em;
  height: 100%;
  background-color: #1F4E94;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: initial;
  margin: auto;
  z-index: -1;
}
.headerMenu nav a:hover {
  color: #fff;
}
.headerMenu nav a:hover::after {
  width: 100%;
}
.headerMenu .atomSquareButton {
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .headerMenu .atomSquareButton {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.footer {
  padding-top: 60px;
  background-color: #F0F2F5 !important;
}
.footer ul {
  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;
  gap: 50px;
  width: min(1300px, 90%);
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: solid 1px #BEBEBE;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .footer ul {
    width: min(800px, 90%);
  }
}
@media (max-width: 800px) {
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10%;
  }
}
@media (max-width: 800px) {
  .footer ul li {
    width: 45%;
    margin-bottom: 20px;
  }
}
.footer ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer ul li a:hover {
  color: #0E63E6 !important;
}
.footer ul li h2 {
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 500;
}
.footer ul li nav a {
  display: block;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  line-height: 1.3;
  margin-bottom: 0.8em;
  word-break: normal;
}
.footer ul li nav a::first-letter {
  margin-left: -2em;
}
.footer ul li nav a.--blue {
  color: #1F4E94;
  text-decoration: underline;
}
.footer ul li nav div {
  padding-left: 1em;
}
.footer .footer__bottom {
  width: min(1300px, 90%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0px;
}
@media (max-width: 800px) {
  .footer .footer__bottom {
    display: block;
    padding: 20px 0px;
  }
}
.footer .footer__bottom .footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  gap: 40px;
}
@media (max-width: 800px) {
  .footer .footer__bottom .footer__address {
    display: block;
    width: 100%;
  }
}
.footer .footer__bottom .footer__address a {
  display: block;
  width: 270px;
  height: auto;
}
@media (max-width: 800px) {
  .footer .footer__bottom .footer__address a {
    width: 200px;
  }
}
.footer .footer__bottom .footer__address a img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .footer__bottom .footer__address p {
  font-size: clamp(12px, 11.3076923077px + 0.0019230769 * 100vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
@media (max-width: 800px) {
  .footer .footer__bottom .footer__address p {
    margin-top: 1em;
  }
}
.footer .footer__bottom .footer__pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  gap: 20px;
}
@media (max-width: 800px) {
  .footer .footer__bottom .footer__pp {
    border-top: solid 1px #BEBEBE;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.footer .footer__bottom .footer__pp div {
  display: block;
  width: 70px;
  height: auto;
}
.footer .footer__bottom .footer__pp p {
  display: block;
  font-size: clamp(12px, 11.3076923077px + 0.0019230769 * 100vw, 14px);
  word-break: normal !important;
}
.footer .footer__copy {
  background: #02211E;
}
.footer .footer__copy p {
  color: #fff;
  text-align: center;
  padding: 25px 0px;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
}

body.contact .footer,
body.contact_finish .footer,
body.document .footer,
body.document_finish .footer,
body.estimate .footer,
body.estimate_finish .footer {
  padding-top: 0;
  margin-top: 120px;
}
@media (max-width: 800px) {
  body.contact .footer,
  body.contact_finish .footer,
  body.document .footer,
  body.document_finish .footer,
  body.estimate .footer,
  body.estimate_finish .footer {
    margin-top: 60px;
  }
}

.moleculesCv {
  width: max(100% - 60px - 60px, 94%);
  margin: 0 auto;
  background-color: #1F4E94;
  padding: 60px 5% 60px 5%;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .moleculesCv {
    padding: 40px 5%;
  }
}
.moleculesCv h3 {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
}
.moleculesCv .lo013__button {
  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;
  gap: 45px;
  margin-top: 45px;
}
@media (max-width: 800px) {
  .moleculesCv .lo013__button {
    margin-top: 15px;
    display: block;
  }
  .moleculesCv .lo013__button .atomSquareButton {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.moleculesService {
  background-color: #F0F2F5;
  padding: 110px 0px;
}
@media (max-width: 800px) {
  .moleculesService {
    padding: 40px 0px;
  }
}
.moleculesService .molecules_service__text {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.moleculesService nav {
  width: min(1000px, 94%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .moleculesService nav {
    display: block;
  }
}
.moleculesService nav a {
  display: block;
  width: calc(33.3333333333% - 16.6666666667px);
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.moleculesService nav a:hover {
  -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.16);
}
@media (max-width: 800px) {
  .moleculesService nav a {
    width: min(320px, 100%);
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.moleculesService nav a .molecules_service__icon {
  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;
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #adb9c7;
  padding: 20px 0px;
}
.moleculesService nav a .molecules_service__icon .molecules_service__logo {
  width: 180px;
  height: auto;
  margin-left: -15%;
}
.moleculesService nav a .molecules_service__icon .molecules_service__arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
}
.moleculesService nav a p {
  text-align: center;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  padding: 20px 0px;
  width: 90%;
  margin: 0 auto;
}

.lo011 {
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .lo011 {
    margin-bottom: 50px;
  }
}
.lo011 .atomSubTitle {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .lo011 .atomSubTitle {
    margin-bottom: 25px;
  }
}
.lo011 .lo011__swiper {
  width: min(1200px, 94%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
.lo011 .lo011__swiper::part(container) {
  overflow-y: visible;
  padding: 16px;
}
.lo011 .atomRoundButton {
  margin: 0 auto;
}

.lo013 {
  margin-top: 100px;
}
@media (max-width: 800px) {
  .lo013 {
    margin-top: 60px;
  }
}
.lo013 .lo013__sns {
  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;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

body.usal-hide [data-usal] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

[data-usal] {
  opacity: 1 !important;
  visibility: visible;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.lo01 {
  height: auto;
  position: relative;
}
.lo01 .lo01__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 100px 0px;
}
@media (max-width: 800px) {
  .lo01 .lo01__bg {
    height: 88%;
    position: absolute;
    top: 0px;
    bottom: initial;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 0px 0px 40px 0px;
  }
}
.lo01 .lo01__content {
  width: min(1000px, 90%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 0px 60px 0px;
}
@media (max-width: 800px) {
  .lo01 .lo01__content {
    display: block;
    width: 100%;
    padding: 90px 0px 0px 0px;
  }
}
.lo01 .lo01__content div {
  width: 50%;
}
@media (max-width: 800px) {
  .lo01 .lo01__content div {
    width: 100%;
  }
}
.lo01 .lo01__content div h1 span {
  font-size: clamp(24px, 21.2307692308px + 0.0076923077 * 100vw, 32px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 0px 0px 0.8em 0px;
  color: #1F4E94;
  line-height: 1;
  padding: 0.4em 1em 0.4em 0.4em;
  margin-bottom: 0.25em;
  font-weight: 600;
  white-space: nowrap;
}
.lo01 .lo01__content div h1 span.--small {
  font-size: clamp(20px, 17.2307692308px + 0.0076923077 * 100vw, 28px);
}
.lo01 .lo01__content div p {
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  margin-top: 2em;
  line-height: 2.2;
}
@media (max-width: 800px) {
  .lo01 .lo01__content div p {
    width: 94%;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.lo01 .lo01__content .lo01__kvImg {
  display: block;
  width: 50%;
  height: auto;
}
@media (max-width: 800px) {
  .lo01 .lo01__content .lo01__kvImg {
    width: min(300px, 90%);
    margin: 0 auto;
  }
}
.lo01--kv .lo01__bg {
  border-radius: 0px;
}
@media (max-width: 800px) {
  .lo01--kv .lo01__bg {
    height: 100%;
  }
}
.lo01--kv .lo01__content {
  border-radius: 0px;
}
@media (max-width: 800px) {
  .lo01--kv .lo01__content {
    padding-bottom: 40px;
  }
}
.lo01--kv .lo01__content div p {
  color: #fff !important;
  margin-bottom: 0em;
}
.lo01--kv .lo01__content div .lo01__kvImg--wide {
  width: 70%;
  margin-right: -15%;
}
@media (max-width: 800px) {
  .lo01--kv .lo01__content div .lo01__kvImg--wide {
    width: 90%;
    margin: 0 auto;
    margin-right: auto;
  }
}
.lo01--kv .lo01__content div .atomSquareButton {
  margin-top: 2em;
}
@media (max-width: 800px) {
  .lo01--kv .lo01__content div .atomSquareButton {
    margin: 0 auto;
    margin-top: 0px;
  }
}
.lo01--kv .lo01__content .lo01__kvLogo {
  position: absolute;
  top: initial;
  bottom: 60px;
  left: initial;
  right: 60px;
  margin: auto;
}
@media (max-width: 800px) {
  .lo01--kv .lo01__content .lo01__kvLogo {
    display: none;
  }
}

.lo02 {
  padding: 50px 0px;
}
@media (max-width: 800px) {
  .lo02 {
    padding: 25px 0px 0px 0px;
  }
}
.lo02 .lo02__logo {
  width: 287px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.lo02 .atomSquareButton {
  margin: 0 auto;
}

.lo04 {
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .lo04 {
    margin-bottom: 50px;
  }
}
.lo04 .lo04__text {
  width: min(600px, 94%);
  margin: 0 auto;
  text-align: center;
  line-height: 2.3;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (max-width: 800px) {
  .lo04 .lo04__text {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.lo04 .lo04__main {
  background-color: #F0F2F5;
  width: min(1000px, 94%);
  margin: 0 auto;
  padding: 80px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .lo04 .lo04__main {
    padding: 24px 10px;
  }
}
.lo04 .lo04__main li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 25px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 800px) {
  .lo04 .lo04__main li {
    padding: 25px 4px;
    gap: 5%;
  }
}
.lo04 .lo04__main li::after {
  content: "";
  display: block;
  width: 40px;
  height: 13px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #1F4E94;
  z-index: 1;
  position: absolute;
  top: initial;
  bottom: -13px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.lo04 .lo04__main li:last-child::after {
  display: none;
}
.lo04 .lo04__main li h3 {
  color: #0E63E6;
  font-size: clamp(24px, 21.2307692308px + 0.0076923077 * 100vw, 32px);
  display: block;
  width: 5em;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 800px) {
  .lo04 .lo04__main li h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 0.4em;
    bottom: initial;
    left: 0.4em;
    right: initial;
    margin: auto;
  }
}
@media (max-width: 800px) {
  .lo04 .lo04__main li div {
    width: min(50%, 90px);
    min-width: min(50%, 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    margin-left: 2%;
  }
}
.lo04 .lo04__main li div img {
  display: block;
  width: 110px;
  height: auto;
}
@media (max-width: 800px) {
  .lo04 .lo04__main li div img {
    width: min(110px, 100%);
    height: auto;
  }
}
.lo04 .lo04__main li p {
  padding-left: 1em;
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .lo04 .lo04__main li p {
    width: max(50%, 100% - 90px);
    padding-left: 0em;
    padding-right: 1em;
  }
}
.lo04 .lo04__main li p span {
  display: block;
  background-color: #0E63E6;
  border-radius: 3em;
  line-height: 1;
  padding: 0.4em 1em;
  color: #fff;
  margin-bottom: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(16px, 15.3076923077px + 0.0019230769 * 100vw, 18px);
}
.lo04 .lo04__logo {
  display: block;
  width: min(811px, 90%);
  margin: 0 auto;
  margin-top: 55px;
}
@media (max-width: 800px) {
  .lo04 .lo04__logo {
    width: min(400px, 90%);
  }
}

.lo05 .atomBigTitle {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .lo05 .atomBigTitle {
    margin-bottom: 0px;
  }
}
.lo05 ul {
  width: min(1000px, 94%);
  margin: 0 auto;
  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;
  gap: 50px;
  row-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .lo05 ul {
    margin-bottom: 60px;
    gap: 0px;
  }
}
.lo05 ul li {
  display: block;
  width: calc(50% - 25px);
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 50px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .lo05 ul li {
    width: 100%;
    padding: 20px 10px;
    border-radius: 0px;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    border-top: solid 2px #F0F2F5;
  }
  .lo05 ul li.--noborder {
    border: none;
  }
}
.lo05 ul li h2 {
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  word-break: normal;
  font-weight: 500;
}
.lo05 ul li h2 img {
  display: block;
  height: 1.3em;
  width: auto;
  margin-top: 0.3em;
}
.lo05 ul li .lo05__img {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 90%;
  height: auto;
}
.lo05 ul li.--wide {
  width: 100%;
}
.lo05 ul li.--wide h2 {
  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;
}
@media (max-width: 800px) {
  .lo05 ul li.--wide h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lo05 h3 {
  font-size: clamp(24px, 21.2307692308px + 0.0076923077 * 100vw, 32px);
  text-align: center;
  color: #0E63E6;
  margin-bottom: 1em;
}

.lo06 {
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .lo06 {
    margin-bottom: 60px;
  }
}
.lo06 .atomBigTitle {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .lo06 .atomBigTitle {
    margin-bottom: 0px;
  }
}
.lo06 ul {
  width: min(1000px, 94%);
  margin: 0 auto;
}
.lo06 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #BEBEBE;
  height: 150px;
  gap: 2%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 800px) {
  .lo06 ul li {
    gap: 1em;
    min-height: 110px;
    height: auto;
    padding: 1em 0px;
  }
}
.lo06 ul li div {
  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;
  height: auto;
  width: 165px;
  position: relative;
}
.lo06 ul li div img {
  display: block;
  height: 70%;
  width: 70%;
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 800px) {
  .lo06 ul li div img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 800px) {
  .lo06 ul li div {
    width: min(150px, 20%);
  }
}
.lo06 ul li p {
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  display: block;
  width: calc(98% - 175px);
  word-break: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .lo06 ul li p {
    width: max(70%, 100% - 150px);
  }
}

.lo07 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .lo07 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lo07 .lo07__table {
  width: 94%;
  margin: 0 auto;
}
.lo07 .lo07__table .lo07__main {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 500px;
}
.lo07 .lo07__table--thin .lo07__main {
  max-width: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 800px) {
  .lo07 .lo07__table--wide {
    width: 97%;
    position: relative;
    overflow-x: scroll;
    margin-right: 0%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .lo07 .lo07__table--wide::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 800px) {
  .lo07 .lo07__table--wide .lo07__main {
    width: auto;
  }
}
.lo07 .lo07__table--wide .lo07__scrollable {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: min(280px, 60%);
  -webkit-animation: scrollable 3s linear;
          animation: scrollable 3s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes scrollable {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrollable {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.lo07 .lo07__message h2 {
  text-align: center;
  font-size: clamp(18px, 16.6153846154px + 0.0038461538 * 100vw, 22px);
  margin-top: 1em;
}
.lo07 .lo07__message h2 span {
  display: block;
  color: #0E63E6;
  font-weight: 500;
  font-size: clamp(24px, 21.2307692308px + 0.0076923077 * 100vw, 32px);
}

@-webkit-keyframes lo07SwipeHint {
  0%, 100% {
    opacity: 0.4;
    -webkit-transform: translateX(-50%) translateY(2px);
            transform: translateX(-50%) translateY(2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes lo07SwipeHint {
  0%, 100% {
    opacity: 0.4;
    -webkit-transform: translateX(-50%) translateY(2px);
            transform: translateX(-50%) translateY(2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.lo08 {
  width: min(1000px, 94%);
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .lo08 {
    margin-bottom: 50px;
  }
}
.lo08 .lo08__swiper {
  margin-top: 100px;
}
@media (max-width: 800px) {
  .lo08 .lo08__swiper {
    margin-top: 50px;
  }
}
.lo08 .atomRoundButton {
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 800px) {
  .lo08 .atomRoundButton {
    margin-top: 0px;
  }
}

.lo09 {
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .lo09 {
    margin-bottom: 50px;
  }
}
.lo09 ul {
  width: min(1000px, 94%);
  margin: 0 auto;
  margin-top: 50px;
}

.lo010 {
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .lo010 {
    margin-bottom: 50px;
  }
}
.lo010 .atomSubTitle {
  margin-bottom: 70px;
}
@media (max-width: 800px) {
  .lo010 .atomSubTitle {
    margin-bottom: 40px;
  }
}
.lo010 ul {
  width: min(1000px, 94%);
  margin: 0 auto;
  border: solid 2px #BEBEBE;
}
.lo010 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 55px;
  position: relative;
}
@media (max-width: 800px) {
  .lo010 ul li {
    width: 94%;
    margin: 0 auto;
    padding: 50px 0px;
  }
}
.lo010 ul li img {
  display: block;
}
.lo010 ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .lo010 ul li div {
    display: block;
    margin-left: 5%;
  }
}
.lo010 ul li div h3 {
  font-size: clamp(18px, 16.6153846154px + 0.0038461538 * 100vw, 22px);
  margin-left: 1em;
  width: 12em;
  min-width: 12em;
}
@media (max-width: 800px) {
  .lo010 ul li div h3 {
    width: auto;
    min-width: auto;
    margin-left: 0px;
    margin-bottom: 1em;
  }
}
.lo010 ul li div p {
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  word-break: normal;
}
.lo010 ul li .lo010__border {
  position: absolute;
  top: initial;
  bottom: -28px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .lo010 ul li .lo010__border {
    width: min(90%, 330px);
    margin: 0 auto;
  }
}

.to01 {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 800px) {
  .to01 {
    margin-top: 50px;
  }
}
.to01 h1 {
  font-size: clamp(24px, 19.1538461538px + 0.0134615385 * 100vw, 38px);
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}
@media (max-width: 800px) {
  .to01 h1 {
    margin-bottom: 0em;
  }
}
.to01 h1 span {
  color: #1F4E94;
  font-weight: 500;
}

.to02 {
  width: 100%;
}
.to02 ul {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 30px;
}
.to02 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #BEBEBE;
  padding: 30px 0px;
  gap: 20px;
}
@media (max-width: 800px) {
  .to02 ul li {
    gap: 10px;
  }
}
.to02 ul li .to02__number {
  width: min(190px, 30%);
  height: auto;
}
@media (max-width: 800px) {
  .to02 ul li .to02__number {
    width: min(190px, 25%);
  }
}
.to02 ul li .to02__content {
  width: auto;
  display: block;
}
.to02 ul li .to02__content h3 {
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.to02 ul li .to02__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3em;
}
.to02 ul li .to02__content div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2em;
  line-height: 1.4;
  margin-bottom: 0.3em;
  word-break: normal;
}
.to02 ul li .to02__content div p img {
  margin-top: 0.3em;
  height: 1.1em;
}
.to02 h4 {
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  text-align: center;
  margin-top: 2.5em;
}

.to03 .to03__main {
  display: block;
  width: min(1000px, 94%);
  height: auto;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .to03 .to03__main {
    max-width: 500px;
  }
}
.to03 section {
  width: min(1000px, 90%);
  margin: 0 auto;
  border: solid 1px #BEBEBE;
  position: relative;
  border-radius: 10px;
}
.to03 section h3 {
  display: block;
  background-color: #fff;
  line-height: 1;
  padding: 0px 2em;
  font-size: clamp(24px, 21.2307692308px + 0.0076923077 * 100vw, 32px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: -0.5em;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
.to03 section h4 {
  font-size: clamp(18px, 16.6153846154px + 0.0038461538 * 100vw, 22px);
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 0.3em;
}
.to03 section div {
  width: min(900px, 94%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3em;
}
@media (max-width: 800px) {
  .to03 section div {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.to03 section div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  gap: 0.3em;
  word-break: normal;
}
@media (max-width: 800px) {
  .to03 section div p {
    width: 100%;
  }
}
.to03 section div p img {
  margin-top: 0.3em;
  height: 1.1em;
}
.to03 section .to03__arrow {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.to03 section h5 {
  width: 100%;
  text-align: center;
  background-color: #F0F2F5;
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  padding: 1em 0px;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 800px) {
  .to03 section h5 {
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.to03 section h5 span {
  color: #0E63E6;
}

.to04 .to04__exp {
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.to04 .to04__exp span {
  color: #1F4E94;
}
.to04 .to04__main {
  display: block;
  width: min(1000px, 94%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .to04 .to04__main {
    max-width: 500px;
  }
}
.to04 .to04__content {
  width: min(1000px, 94%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #D0E3FB;
  margin-top: 20px;
}
.to04 .to04__content h3 {
  background-color: #1F4E94;
  color: #fff;
  font-size: clamp(18px, 16.6153846154px + 0.0038461538 * 100vw, 22px);
  padding: 1em 1em;
  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;
}
@media (max-width: 800px) {
  .to04 .to04__content h3 {
    padding: 1em 0.5em;
  }
}
.to04 .to04__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  row-gap: 0px;
  padding: 0.5em 1em 0.5em 0px;
}
.to04 .to04__content div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  word-break: normal;
  line-height: 1.4;
}
@media (max-width: 800px) {
  .to04 .to04__content div p {
    margin-bottom: 0.3em;
  }
}
.to04 .to04__content div p::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #1C9EFE;
  border-radius: 1em;
  min-width: 0.8em;
  margin-top: 0.3em;
}

.to05 {
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .to05 {
    margin-bottom: 50px;
  }
}
.to05 ul {
  width: min(1000px, 90%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .to05 ul {
    margin-top: 30px;
    display: block;
    margin-bottom: 50px;
  }
}
.to05 ul li {
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 800px) {
  .to05 ul li {
    width: 100%;
  }
}
.to05 ul li img {
  display: block;
  width: 110px;
}
.to05 ul li div {
  border-left: solid 1px #BEBEBE;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .to05 ul li div {
    border-left: none;
    border-bottom: solid 1px #BEBEBE;
    padding: 20px 0px;
  }
}
.to05 ul li div h3 {
  font-size: clamp(18px, 16.6153846154px + 0.0038461538 * 100vw, 22px);
  color: #1F4E94;
  word-break: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  line-height: 1.4;
}
.to05 ul li div h3 img {
  display: block;
  width: 3.5em;
  height: auto;
}
.to05 ul li div p {
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  word-break: normal;
  line-height: 2;
  margin-top: 0.3em;
}
@media (max-width: 800px) {
  .to05 ul li div p {
    margin-top: 0.5em;
  }
}
.to05 .to05__bg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .to05 .to05__bg {
    height: 200px;
    margin-bottom: 50px;
  }
}

.to06 {
  width: min(1000px, 94%);
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .to06 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.to06 .to06__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #BEBEBE;
  margin-top: 80px;
  margin-bottom: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 800px) {
  .to06 .to06__list {
    margin-top: 40px;
  }
}
.to06 .to06__list li {
  width: 25%;
  text-align: center;
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  color: #BEBEBE;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  .to06 .to06__list li {
    font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
    line-height: 1.3;
    padding-bottom: 0.5em;
  }
}
.to06 .to06__list li:hover {
  color: #0E63E6;
  border-bottom: solid 3px #0E63E6;
}
.to06 .to06__list li.active {
  color: #000;
  border-bottom: solid 3px #000;
}
.to06 .to06__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 800px) {
  .to06 .to06__article {
    display: block;
  }
}
.to06 .to06__article .to06__thumbnail {
  display: block;
  width: 50%;
  height: auto;
}
@media (max-width: 800px) {
  .to06 .to06__article .to06__thumbnail {
    width: 100%;
  }
}
.to06 .to06__article section {
  width: calc(50% - 40px);
}
@media (max-width: 800px) {
  .to06 .to06__article section {
    width: 100%;
  }
}
.to06 .to06__article section h3 {
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  margin-bottom: 0.8em;
}
@media (max-width: 800px) {
  .to06 .to06__article section h3 {
    margin-top: 1em;
  }
}
.to06 .to06__article section p {
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  margin-bottom: 1em;
}
.to06 .to06__article section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 800px) {
  .to06 .to06__article section ul {
    width: calc(100% - 2px);
    margin: 0 auto;
  }
}
.to06 .to06__article section ul li {
  width: 25%;
  height: auto;
  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;
  aspect-ratio: 11/6;
  border: solid 1px #BEBEBE;
  margin: -1px 0 0 -1px;
}
@media (max-width: 800px) {
  .to06 .to06__article section ul li {
    width: calc(33.3333333333% - 1px);
  }
}
.to06 .to06__article section ul li img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
}
.to06 .to06__article section ul li p {
  font-size: clamp(12px, 11.3076923077px + 0.0019230769 * 100vw, 14px);
  text-align: center;
  line-height: 1.3;
  color: #1F4E94;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0px;
}