@charset "UTF-8";
* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --basefont: "IBM Plex Sans JP", sans-serif;
  --ink: #222;
  --white: #fff;
  --error: #ec0000;
  --z-index--contents: 1;
  --z-index--bg: -1;
  --z-index--header: 200;
  --z-index--modal: 100;
}

html,
body {
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: var(--ink);
  margin: 0 !important;
  color: #222;
  font-family: "IBM Plex Sans JP", sans-serif;
}

#wpadminbar {
  opacity: 0.4;
}

body {
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-family: var(--basefont);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  overflow-y: scroll;
  background: var(--white);
}
body._blue {
  background: #f3f8fc;
}

.preload *,
.preload *:before,
.preload *:after {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
a:focus-visible {
  outline: none;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  display: block;
}

textarea {
  resize: vertical;
}

input:-moz-focus-inner,
button:-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--ink);
}

input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: var(--ink);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--ink);
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: var(--ink);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--ink);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--ink);
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: var(--ink);
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: var(--ink);
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: var(--ink);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: var(--ink);
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: var(--ink);
}

option {
  height: 1.8em;
}

.customize-support {
  isolation: isolate;
}

.c-no_post {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.c-ttl__1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-ttl__1 {
    margin-bottom: 20px;
  }
}
.c-ttl__1 span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-ttl__1 span {
    font-size: 24px;
    padding: 0;
  }
}
.c-ttl__1 span:before, .c-ttl__1 span:after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico-ttl.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .c-ttl__1 span:before {
    width: 14px;
    height: 14px;
    background-size: cover;
    right: -31px;
  }
  .c-ttl__1 span:after {
    width: 14px;
    height: 14px;
    background-size: cover;
    left: -34px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__1 .ttl-pc {
    display: none;
  }
}
.c-ttl__1 .ttl-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-ttl__1 .ttl-sp {
    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-align: center;
  }
}

.c-ttl__2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .c-ttl__2 {
    font-size: 20px;
  }
}
.c-ttl__2:before {
  content: "";
  background: url(../img/common/ico-ttl.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .c-ttl__2:before {
    top: 10px;
    width: 13px;
    height: 13px;
    background: url(../img/common/sp/ico-ttl.svg);
    background-size: cover;
  }
}

.c-ttl__3 {
  font-size: 36px;
  line-height: 1.3;
  border-bottom: 1px solid #043d78;
  padding: 0 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-ttl__3 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.c-btn__2__wrap {
  width: 400px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn__2__wrap {
    width: 100%;
    height: 75px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
  }
}
.c-btn__2__wrap:before {
  content: "";
  width: 400px;
  height: 100px;
  position: absolute;
  z-index: 0;
  border: 1px solid #d28146;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn__2__wrap:before {
    width: 270px;
    height: 75px;
    top: 10px;
    left: calc(50% + 10px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-btn__2 {
  width: 400px;
  height: 100px;
  position: relative;
  background: #d28146;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #d28146;
}
@media screen and (max-width: 767px) {
  .c-btn__2 {
    width: 270px;
    height: 75px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__2:hover {
    border: 2px solid var(--Orange---500, #d28146);
    background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 227, 205, 0.5) 100%), #fff;
    background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 227, 205, 0.5) 100%), #fff;
  }
  .c-btn__2:hover .c-btn__2__txt {
    color: #d28146;
  }
}
.c-btn__2__bg {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .c-btn__2__bg {
    width: auto;
  }
}
.c-btn__2__txt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-btn__2__txt {
    font-size: 20px;
  }
}

.c-btn__3 {
  background: #ffe3cd;
  padding: 45px 60px 45px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn__3 {
    padding: 20px 50px 20px 80px;
  }
}
.c-btn__3:before {
  content: url(../img/common/send.svg);
  position: absolute;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn__3:before {
    top: 40px;
    left: 20px;
    content: url(../img/common/sp/send.svg);
  }
}
.c-btn__3:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7a7a7a;
  border-right: 2px solid #7a7a7a;
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn__3:after {
    width: 10px;
    height: 10px;
    right: 25px;
  }
}
.c-btn__3._download:before {
  content: url(../img/common/download.svg);
}
@media screen and (max-width: 767px) {
  .c-btn__3._download:before {
    content: url(../img/common/sp/download.svg);
  }
}
.c-btn__3._check:before {
  content: url(../img/common/check.svg);
}
@media screen and (max-width: 767px) {
  .c-btn__3._check:before {
    content: url(../img/common/sp/check.svg);
  }
}
.c-btn__3._pt2:before {
  content: url(../img/common/sync_saved_locally.svg);
}
@media screen and (max-width: 767px) {
  .c-btn__3._pt2:before {
    content: url(../img/common/sp/trial.svg);
  }
}
.c-btn__3__txt1 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn__3__txt1 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-btn__3__txt2 {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-btn__3__txt2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
  }
}

.c-btn__4 {
  width: 270px;
  height: 60px;
  background: #00727e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .c-btn__4:hover {
    background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
    background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  }
  .c-btn__4:hover > span {
    color: #00727e;
    font-weight: bold;
  }
  .c-btn__4:hover > span:before {
    border-color: #043d78;
  }
}
.c-btn__4 > span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-btn__4 > span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-btn__4 > span > span {
  font-weight: 500;
}

.c-data_1 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-data_1 {
    font-size: 14px;
  }
}

.c-term_1 {
  border: 1px solid var(--ink);
  display: inline-block;
  font-size: 12px;
  padding: 12px 36px 10px;
  border-radius: 999px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-term_1 {
    padding: 5px 10px 4px;
    font-size: 10px;
  }
}
.c-term_1.news {
  border-color: #043d78;
  color: #043d78;
}
.c-term_1._pt2 {
  color: #d28146;
  border-color: #d28146;
}

/*
管理画面の独自追加したBlock EditorやStyleを調整する
.b-ttl {}
**/
.l_mv {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 0%, rgba(203, 215, 227, 0.5) 100%), #fff;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(203, 215, 227, 0.5) 100%), #fff;
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l_mv {
    padding: 30px 4.6875vw 30px;
  }
}
.l_mv::before {
  content: url(../img/common/group_bg.png);
  position: absolute;
  top: -2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l_mv::before {
    display: none;
  }
}
.l_mv._subpage::before {
  display: none;
}
.l_mv__inner {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_mv__inner {
    width: 100%;
  }
}
.l_mv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .l_mv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l_mv__flex .l_mv__subtxt {
  margin: 0;
  padding: 0;
}
.l_mv__maintxt {
  font-size: 48px;
  font-weight: bold;
  position: relative;
  padding: 0 35px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l_mv__maintxt {
    font-size: 20px;
    padding: 0;
  }
}
.l_mv__subtxt {
  margin: 30px 0 0;
  font-size: 24px;
  position: relative;
  padding: 0 35px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l_mv__subtxt {
    font-size: 13px;
    margin: 5px 0 0;
    padding: 0;
  }
}
.l_mv .breadcrumbs {
  position: absolute;
  top: 35px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  .l_mv .breadcrumbs {
    display: none;
  }
}
.l_mv .breadcrumbs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.l_mv .breadcrumbs > ul li {
  font-size: 14px;
  position: relative;
}
.l_mv .breadcrumbs > ul li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l_mv .breadcrumbs > ul li a:hover {
  text-decoration: underline;
}
.l_mv .breadcrumbs > ul li:not(:first-of-type):before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 6px;
  left: -15px;
}

.l-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border: 1px solid #043d78;
}
@media screen and (max-width: 767px) {
  .l-price {
    padding: 30px 12px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-price__valuebox {
  width: calc(100% - 540px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-price__valuebox {
    width: 100%;
    padding: 0 0 20px;
  }
}
.l-price__valuebox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-price__yen {
  font-size: 32px;
  vertical-align: top;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .l-price__yen {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-price__num {
  font-size: 45px;
  vertical-align: top;
  margin: 0 0 0 10px;
  color: #043d78;
}
@media screen and (max-width: 767px) {
  .l-price__num {
    font-size: 50px;
  }
}
.l-price__txt1 {
  font-size: 20px;
  vertical-align: bottom;
  -webkit-transform: translateY(22px);
  transform: translateY(22px);
}
@media screen and (max-width: 767px) {
  .l-price__txt1 {
    -webkit-transform: translateY(29px);
    transform: translateY(29px);
  }
}
.l-price__txtbox {
  width: 540px;
  padding: 36px;
  border-left: 1px dashed #043d78;
}
@media screen and (max-width: 767px) {
  .l-price__txtbox {
    width: 100%;
    padding: 15px;
    border-left: none;
    border-top: 1px dashed #043d78;
  }
}
.l-price__txt2 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-price__txt2 {
    font-size: 14px;
  }
}

.l-topbtn {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 360px;
  right: 60px;
  background: #043d78;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .l-topbtn {
    width: 50px;
    height: 50px;
    right: 4.6875%;
    bottom: 231px;
  }
}
.l-topbtn:hover {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
}
.l-topbtn:hover .l-topbtn__wrap {
  border-top: 2px solid #043d78;
  border-left: 2px solid #043d78;
}
.l-topbtn:hover .l-topbtn__wrap:before {
  background: #043d78;
}
.l-topbtn__wrap {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 48%;
  left: 47%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-topbtn__wrap:before {
  position: absolute;
  content: "";
  top: -4px;
  left: 3px;
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-45deg) translateX(-0.5px);
  transform: rotate(-45deg) translateX(-0.5px);
}

.l-footer {
  padding: 380px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 200px 0 0;
    z-index: 1;
  }
}
.l-footer:before {
  content: url(../img/common/footer-ico.svg);
  position: absolute;
  right: 0;
  bottom: 179px;
}
@media screen and (max-width: 767px) {
  .l-footer:before {
    z-index: -1;
    bottom: 30px;
  }
}
.l-footer__subtxt {
  position: absolute;
  top: 250px;
  left: calc((100% - 1300px) / 2);
  width: 1300px;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  .l-footer__subtxt {
    left: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__subtxt {
    font-size: 12px;
    top: 60px;
    width: 75.625%;
  }
}
.l-footer__outer {
  padding: 80px 0 60px;
  background: #678aae;
}
@media screen and (max-width: 767px) {
  .l-footer__outer {
    padding: 25px 20px;
  }
}
.l-footer__inner {
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer__info {
  max-width: 1300px;
  margin: 0px auto 0;
  padding: 0px 10px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    padding: 20px 10px 0;
    margin: 20px 0 0;
  }
}
.l-footer__info_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__info_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info_lists li + li {
    margin: 10px 0 0;
  }
}
.l-footer__info_link {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__info_link {
    font-size: 12px;
  }
}
.l-footer__info_txt {
  color: #fff;
  margin: 10px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__info_txt {
    font-size: 10px;
  }
}
.l-footer__info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__info__flex {
    display: block;
  }
}
.l-footer__info_lists2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__info_lists2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-footer__info_lists2 li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__info_lists2 li.l-footer__info_linktxt {
    border-right: none;
    padding: 0;
    width: 100%;
    margin: 10px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info_lists2 li:nth-child(2) {
    border-left: 1px solid #fff;
  }
}
.l-footer__info_link2 {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__info_link2 {
    font-size: 12px;
  }
}
.l-footer__info_link2:before {
  content: url(../img/common/outlink_w2.svg);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__info_link2:before {
    top: -2px;
  }
}
.l-footer__info_linktxt {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.l-footer__link {
  display: inline-block;
}
.l-footer__col1 {
  width: 380px;
}
@media screen and (max-width: 1120px) {
  .l-footer__col1 {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__col1 {
    width: 100%;
  }
}
.l-footer__col2 {
  width: 260px;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 1120px) {
  .l-footer__col2 {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .l-footer__col2 {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__col2 {
    margin: 20px 0 0;
    width: 100%;
  }
}
.l-footer__col3 {
  width: 470px;
  margin: 0 0 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: start;
  align-self: flex-start;
  gap: 50px 0;
}
@media screen and (max-width: 1120px) {
  .l-footer__col3 {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .l-footer__col3 {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__col3 {
    width: 100%;
    gap: 20px 0;
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer__col3 .l-footer__colbox:nth-of-type(4) {
  margin: -105px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__col3 .l-footer__colbox:nth-of-type(4) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__colbox:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__colbox:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__colbox:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.l-footer__colbox:nth-child(4) {
  margin: -70px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__colbox:nth-child(4) {
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.l-footer__logo {
  width: 204px;
}
.l-footer__txt1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 0 20px;
  color: #fff;
  border-bottom: 1px solid #99b0c8;
}
@media screen and (max-width: 767px) {
  .l-footer__txt1 {
    font-size: 14px;
  }
}
.l-footer__btnbox {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__btnbox {
    padding: 20px 0 0;
  }
}
.l-footer__btnttl {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.l-footer__btnflex {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
@media screen and (max-width: 1120px) {
  .l-footer__btnflex {
    padding: 10px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-footer__btn {
  width: 180px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #043d78;
}
@media screen and (min-width: 769px) {
  .l-footer__btn:hover {
    opacity: 1;
    background: -webkit-radial-gradient(circle, #ffffff 0%, #043d78 600%);
    background: radial-gradient(circle, #ffffff 0%, #043d78 600%);
  }
  .l-footer__btn:hover span {
    color: #043d78;
  }
  .l-footer__btn:hover span:before {
    border-color: #043d78;
  }
}
@media screen and (max-width: 1120px) {
  .l-footer__btn:nth-of-type(2) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 160px;
    height: 48px;
  }
  .l-footer__btn:nth-of-type(2) {
    margin: 0;
  }
}
.l-footer__btn span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__btn span {
    font-size: 14px;
  }
}
.l-footer__btn span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 3px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__btn span:before {
    top: 2px;
  }
}
.l-footer__btn._pt2 {
  background: #00727e;
}
@media screen and (min-width: 769px) {
  .l-footer__btn._pt2:hover {
    opacity: 1;
    background: -webkit-radial-gradient(circle, #ffffff 0%, #00727e 600%);
    background: radial-gradient(circle, #ffffff 0%, #00727e 600%);
  }
  .l-footer__btn._pt2:hover span {
    color: #00727e;
  }
  .l-footer__btn._pt2:hover span:before {
    border-color: #00727e;
  }
}
.l-footer__btn._pt3 {
  background: #cbd7e3;
}
.l-footer__btn._pt3 span {
  color: #043d78;
}
.l-footer__btn._pt3 span:before {
  border-color: #043d78;
}
@media screen and (min-width: 769px) {
  .l-footer__btn._pt3:hover {
    opacity: 1;
    background: #99b0c8;
  }
  .l-footer__btn._pt3:hover span {
    color: #fff;
  }
  .l-footer__btn._pt3:hover span:before {
    border-color: #fff;
  }
}
.l-footer__btn._pt4 {
  background: #cae2e4;
}
.l-footer__btn._pt4 span {
  color: #00727e;
}
.l-footer__btn._pt4 span:before {
  border-color: #00727e;
}
@media screen and (min-width: 769px) {
  .l-footer__btn._pt4:hover {
    opacity: 1;
    background: #98c6cb;
  }
  .l-footer__btn._pt4:hover span {
    color: #fff;
  }
  .l-footer__btn._pt4:hover span:before {
    border-color: #fff;
  }
}
.l-footer__listttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 860px) {
  .l-footer__listttl {
    font-size: 16px;
  }
}
.l-footer__listttl._first {
  padding: 0 0 25px;
}
@media screen and (max-width: 860px) {
  .l-footer__listttl._first {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    margin: 5px 0 0;
  }
}
.l-footer__list {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin: 0;
  }
  .l-footer__list:not(:first-of-type) {
    margin: 15px 0 0;
  }
}
.l-footer__list > ul {
  padding: 0 0 0 18px;
}
.l-footer__listlink {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__listlink {
    font-size: 12px;
    font-weight: 500;
  }
}
.l-footer__listlink:before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(4, 61, 120, 0.4);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 7px;
  left: 0;
}
.l-footer__linkbox + .l-footer__linkbox {
  margin: 15px 0 0;
}
.l-footer__listlink2 {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__listlink2 {
    font-size: 16px;
  }
}
.l-footer__listlink2._outlink {
  position: relative;
  padding: 0 25px 0 0;
  display: inline-block;
}
.l-footer__listlink2._outlink:before {
  content: url(../img/common/outlink_w.svg);
  position: absolute;
  top: 2px;
  right: 0;
}

/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

.u-sp_ib {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp_ib {
    display: inline-block;
  }
}

.u-table-pc {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .u-table-pc {
    display: none;
  }
}

.u_center {
  text-align: center;
}

.u_num {
  font-family: "Lexend Deca", serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.u_bold {
  font-weight: bold;
}

.u-fz_1 {
  font-size: 1.6em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .u-fz_1 {
    font-size: 1.4em;
  }
}

.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

.u-lh_1 {
  line-height: 1;
}

.u-fw_semibold {
  font-weight: 600;
}

.u-fw_bold {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .u-ta_lcc {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .u-ta_llc {
    text-align: center;
  }
}

.u-parag + .u-parag {
  margin-top: 15px;
}

.u-mt5 {
  margin-top: 0.5rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-mt15 {
  margin-top: 1.5rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt25 {
  margin-top: 2.5rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt35 {
  margin-top: 3.5rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt45 {
  margin-top: 4.5rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt55 {
  margin-top: 5.5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt65 {
  margin-top: 6.5rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt75 {
  margin-top: 7.5rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt85 {
  margin-top: 8.5rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt95 {
  margin-top: 9.5rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mt105 {
  margin-top: 10.5rem;
}

.u-mt110 {
  margin-top: 11rem;
}

.u-mt115 {
  margin-top: 11.5rem;
}

.u-mt120 {
  margin-top: 12rem;
}

.u-mt125 {
  margin-top: 12.5rem;
}

.u-mt130 {
  margin-top: 13rem;
}

.u-mt135 {
  margin-top: 13.5rem;
}

.u-mt140 {
  margin-top: 14rem;
}

.u-mt145 {
  margin-top: 14.5rem;
}

.u-mt150 {
  margin-top: 15rem;
}

.u-mt155 {
  margin-top: 15.5rem;
}

.u-mt160 {
  margin-top: 16rem;
}

.u-mt165 {
  margin-top: 16.5rem;
}

.u-mt170 {
  margin-top: 17rem;
}

.u-mt175 {
  margin-top: 17.5rem;
}

.u-mt180 {
  margin-top: 18rem;
}

.u-mt185 {
  margin-top: 18.5rem;
}

.u-mt190 {
  margin-top: 19rem;
}

.u-mt195 {
  margin-top: 19.5rem;
}

.u-mt200 {
  margin-top: 20rem;
}

.is-hover {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */
