@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

/**{margin:0}html,body{height:100%}picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}dl,ol,ul,li{list-style:none;margin:0;padding:0;}table{border-collapse:collapse}textarea{white-space:revert}
html {
	font-size: 0.625em;
}*/
a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: inherit;
}

a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.pc_only,
.tb_only,
.sp_only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  .tb_only {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .sp_only {
    display: block;
  }
}

.bold {
  font-weight: bold !important;
}

.-ti1 {
  padding-left: 1em;
  text-indent: -1em;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
select,
textarea {
  max-width: 100%;
  font-size: 16px;
}

input,
select,
textarea,
button,
optgroup,
label {
  font-family: inherit;
}

button,
select {
  text-transform: none;
}

select {
  white-space: nowrap;
}

textarea {
  overflow: auto;
}

button,
[type=submit],
[type=reset],
[type=button] {
  padding: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
}
button::-webkit-search-decoration,
[type=submit]::-webkit-search-decoration,
[type=reset]::-webkit-search-decoration,
[type=button]::-webkit-search-decoration {
  display: none;
}
button::focus,
[type=submit]::focus,
[type=reset]::focus,
[type=button]::focus {
  outline-offset: -2px;
}
button::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=button]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button::-moz-focusring,
[type=submit]::-moz-focusring,
[type=reset]::-moz-focusring,
[type=button]::-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
[type=search]:focus {
  outline: none;
}

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

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

main {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

/* Color */
/* Color */
/* Frame */
html, body {
  min-width: 1020px;
}
@media screen and (max-width: 1024px) {
  html, body {
    min-width: auto;
  }
}

#im_localgov {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #354341;
  line-height: 1.75;
  word-break: break-all;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow: hidden;
}

.inner, #footUtility .utility {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .inner, #footUtility .utility {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 736px) {
  .inner, #footUtility .utility {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#pageHead {
  display: none;
}

@media screen and (max-width: 736px) {
  #contents {
    margin: 0;
  }
}

@media screen and (max-width: 736px) {
  #footUtility .utility {
    padding: 0;
  }
}

.u-fadeInUp {
  opacity: 0;
  transform: translateY(5%);
  filter: blur(10px);
  transition: filter 0.8s, transform 0.8s, opacity 0.8s;
}
.u-fadeInUp.in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Frame */
/* Module */
.cmn__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #0e53a1;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .cmn__ttl {
    font-size: min(8vw, 24px);
    margin-bottom: 20px;
  }
}
.cmn__ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #faa85e;
  border-radius: 99px;
}

.cmn__sub {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .cmn__sub {
    font-size: 16px;
    text-align: left;
  }
}

/* Module */
.sec__header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f7ff;
  padding: 30px 0;
  box-shadow: 0 6px 12px rgba(88, 112, 114, 0.3);
  z-index: 1;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__header {
    padding: 15px 0;
  }
}
@media screen and (max-width: 736px) {
  .sec__header {
    padding: 10px 0;
  }
}
.sec__header.-fixed {
  position: fixed;
  z-index: 9999;
}
.sec__header.-fixed + .sec__mv {
  margin-top: 102px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__header.-fixed + .sec__mv {
    margin-top: 122px;
  }
}
@media screen and (max-width: 736px) {
  .sec__header.-fixed + .sec__mv {
    margin-top: 55px;
  }
}
.sec__header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__header-body {
    flex-direction: column;
  }
}
@media screen and (max-width: 736px) {
  .sec__header-logo {
    width: 30%;
  }
}
.sec__header-menu {
  display: none;
  background-color: #0e53a1;
  width: 35px;
  height: 35px;
  padding: 8px 7px;
  z-index: 10;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .sec__header-menu {
    display: block;
  }
}
.sec__header-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 4px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: 0.4s;
}
.sec__header-menu:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px solid #fff;
  transition: 0.4s;
}
.sec__header-menu > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  display: block;
}
.sec__header-nav {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 10px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__header-nav {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 736px) {
  .sec__header-nav {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -100%;
    opacity: 0;
    width: 100%;
    height: calc(100vh - 55px);
    margin-left: 0;
    padding-top: 20px;
    transition: 0.4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f3f7ff;
    z-index: 10;
  }
  .navOpen .sec__header-nav {
    left: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .sec__header-nav li {
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
    border-top: 1px solid #ccc !important;
  }
}
.sec__header-nav li:nth-child(n+2) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__header-nav li:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.sec__header-nav li:last-child {
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 736px) {
  .sec__header-nav li:last-child {
    padding: 20px 5% !important;
  }
}
.sec__header-nav li a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
}
@media screen and (max-width: 736px) {
  .sec__header-nav li a {
    display: block;
    padding: 15px 5%;
    text-align: center;
  }
}
.sec__header-nav li a:hover {
  color: #0e53a1;
}
.sec__header-nav li a.-cta {
  color: #fff;
  background: linear-gradient(90deg, #2b2c60 0%, #2573b9 100%);
  padding: 8px 20px;
  border-radius: 99px;
}
@media screen and (max-width: 736px) {
  .sec__header-nav li a.-cta {
    padding: 15px 5%;
  }
}
.sec__header-nav li a.-cta:hover {
  opacity: 0.6;
}

.sec__mv {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.sec__mv:before, .sec__mv:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  filter: blur(10px);
  opacity: 0;
}
.sec__mv:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 22.5vw;
  background-image: url("../img/mv_bg02.png");
  transition: filter 0.6s, opacity 0.6s;
}
.sec__mv:after {
  bottom: 0;
  left: 50%;
  width: 630px;
  height: 492px;
  background-image: url("../img/mv_bg01.png");
  transition: filter 0.8s, opacity 0.8s;
}
@media screen and (max-width: 736px) {
  .sec__mv:after {
    left: 0;
    width: 100vw;
    height: 78vw;
  }
}
.sec__mv.in:before, .sec__mv.in:after {
  filter: blur(0);
  opacity: 1;
}
.sec__mv-body {
  padding: 55px 0 40px;
}
@media screen and (max-width: 736px) {
  .sec__mv-body {
    padding: 10vw 0 45vw;
  }
}
.sec__mv-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #0e53a1;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  transition: filter 0.8s 0.1s, opacity 0.8s 0.1s;
  filter: blur(10px);
  opacity: 0;
}
.sec__mv-catch.in {
  filter: blur(0);
  opacity: 1;
}
@media screen and (max-width: 736px) {
  .sec__mv-catch {
    font-size: 7vw;
  }
}
.sec__mv-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: filter 0.8s 0.2s, opacity 0.8s 0.2s;
  filter: blur(10px);
  opacity: 0;
}
.sec__mv-ttl.in {
  filter: blur(0);
  opacity: 1;
}
.sec__mv-ttl p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #0e53a1;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #ffff4c 70%, #ffff4c 85%, transparent 85%, transparent 100%);
}
@media screen and (max-width: 736px) {
  .sec__mv-ttl p {
    font-size: 5.4vw;
  }
}
.sec__mv-txt {
  margin-top: 10px;
  font-size: 16px;
  color: #0e53a1;
  transition: filter 0.8s 0.2s, opacity 0.8s 0.2s;
  filter: blur(10px);
  opacity: 0;
}
.sec__mv-txt.in {
  filter: blur(0);
  opacity: 1;
}
.sec__mv-list {
  display: flex;
  margin-top: 20px;
  margin-left: -15px;
}
@media screen and (max-width: 736px) {
  .sec__mv-list {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.sec__mv-list li {
  width: 125px;
  text-align: center;
  filter: blur(10px);
  opacity: 0;
}
.sec__mv-list li.in {
  filter: blur(0);
  opacity: 1;
}
@media screen and (max-width: 736px) {
  .sec__mv-list li {
    width: 50%;
  }
  .sec__mv-list li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.sec__mv-list li:nth-child(1) {
  transition: filter 0.8s 0.3s, opacity 0.8s 0.3s;
}
.sec__mv-list li:nth-child(2) {
  transition: filter 0.8s 0.35s, opacity 0.8s 0.35s;
}
.sec__mv-list li:nth-child(3) {
  transition: filter 0.8s 0.4s, opacity 0.8s 0.4s;
}
.sec__mv-list li:nth-child(4) {
  transition: filter 0.8s 0.45s, opacity 0.8s 0.45s;
}
.sec__mv-list-img {
  padding: 0 15px;
}
@media screen and (max-width: 736px) {
  .sec__mv-list-img {
    max-width: 75px;
    margin: 0 auto;
    padding: 0;
  }
}
.sec__mv-list-ttl {
  font-size: 13px;
  font-weight: bold;
}
.sec__mv-btn {
  margin-top: 10px;
  text-align: right;
  transition: filter 0.8s 0.5s, opacity 0.8s 0.5s;
  filter: blur(10px);
  opacity: 0;
}
.sec__mv-btn.in {
  filter: blur(0);
  opacity: 1;
}
.sec__mv-btn a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.09em;
  text-align: center;
  background: linear-gradient(90deg, #2b2c60 0%, #2573b9 100%);
  border-radius: 99px;
  padding: 20px 80px;
  box-shadow: 5px 5px 5px rgba(55, 83, 112, 0.5);
  position: relative;
}
@media screen and (max-width: 736px) {
  .sec__mv-btn a {
    display: block;
    font-size: 16px;
  }
}
.sec__mv-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.sec__mv-btn a:hover {
  opacity: 0.6;
}

.sec__link {
  background-color: #cfe7ca;
  padding: 30px 0;
}
.sec__link-body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .sec__link-body {
    flex-direction: column;
  }
}
.sec__link-btn {
  flex: 1 1 auto;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  .sec__link-btn {
    width: 100%;
  }
}
.sec__link-btn:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2b5a60 0%, #0e9953 100%);
  z-index: -1;
}
.sec__link-btn a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0ea153;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .sec__link-btn a {
    padding: 15px 0;
  }
}
.sec__link-btn a:hover {
  background-color: #0ea153;
  color: #fff;
  transform: translate(3px, 3px);
}
.sec__link-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 20px;
}
@media screen and (max-width: 736px) {
  .sec__link-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
  }
}

.sec__about-head {
  padding: 80px 0 60px;
}
@media screen and (max-width: 736px) {
  .sec__about-head {
    padding: 40px 0 30px;
  }
}
.sec__about-before {
  background-color: #e6e8eb;
  padding-top: 40px;
  text-align: center;
}
.sec__about-before-badge {
  display: inline-block;
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 20px 50px 40px;
  background: linear-gradient(0deg, #2b2c60 0%, #2573b9 100%);
}
@media screen and (max-width: 736px) {
  .sec__about-before-badge {
    display: block;
    font-size: 20px;
    margin: 40px -5vw 0;
    width: 100vw;
  }
}
.sec__about-after {
  background-color: #f6f3ec;
  padding: 40px 0 60px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.sec__about-after:before, .sec__about-after:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-width: 8vw 25vw;
  border-style: solid;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  .sec__about-after:before, .sec__about-after:after {
    border-width: 6vw 25vw;
  }
}
.sec__about-after:before {
  left: 0;
  border-color: transparent transparent #f6f3ec #f6f3ec;
}
.sec__about-after:after {
  right: 0;
  border-color: transparent #f6f3ec #f6f3ec transparent;
}
.sec__about-after-txt {
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #0e53a1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 736px) {
  .sec__about-after-txt {
    font-size: 16px;
    text-align: left;
  }
}
.sec__about-after-txt .underline {
  border-bottom: 2px solid #faa85e;
}
.sec__about-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  .sec__about-list {
    flex-direction: column;
  }
}
.sec__about-list li {
  width: 275px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .sec__about-list li {
    width: 100%;
    transition-delay: 0s !important;
  }
}
.sec__about-list li:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__about-list li:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 736px) {
  .sec__about-list li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 40px;
  }
}
.sec__about-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.sec__about-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.sec__about-list-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__about-list-ttl {
    font-size: 21px;
  }
}
@media screen and (max-width: 736px) {
  .sec__about-list-ttl {
    font-size: 20px;
  }
}
.sec__about-after .sec__about-list-ttl {
  color: #0e53a1;
}
.sec__about-list-img {
  margin-bottom: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 736px) {
  .sec__about-list-img {
    padding: 0;
    max-width: 150px;
    margin: 0 auto 20px;
  }
}
.sec__about-list-txt {
  font-size: 15px;
}
@media screen and (max-width: 736px) {
  .sec__about-list-txt {
    font-size: 14px;
  }
}
.sec__about-after .sec__about-list-txt {
  font-size: 18px;
  font-weight: bold;
  color: #0e53a1;
}
@media screen and (max-width: 736px) {
  .sec__about-after .sec__about-list-txt {
    font-size: 16px;
  }
}
.sec__about-list-txt.-sm {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #354143;
}
@media screen and (max-width: 736px) {
  .sec__about-list-txt.-sm {
    font-size: 14px;
  }
}

.sec__case-head {
  padding: 80px 0 60px;
}
@media screen and (max-width: 736px) {
  .sec__case-head {
    padding: 40px 0 30px;
  }
}
.sec__case-body {
  background-color: #8eb2db;
  padding: 60px 0;
}
@media screen and (max-width: 736px) {
  .sec__case-body {
    padding: 40px 0;
  }
}
.sec__case-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.sec__case-list li {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .sec__case-list li {
    width: 100%;
    transition-delay: 0s !important;
  }
}
.sec__case-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.sec__case-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.sec__case-list li > a {
  display: flex;
}
@media screen and (max-width: 736px) {
  .sec__case-list li > a {
    flex-direction: column-reverse;
  }
}
.sec__case-list-info {
  flex: 1 1 auto;
  padding: 20px 24px 20px 80px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .sec__case-list-info {
    padding: 15px 20px 20px;
  }
}
.sec__case-list-info::before {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #2b2c60 0%, #2573b9 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
@media screen and (max-width: 736px) {
  .sec__case-list-info::before {
    top: -142px;
    left: auto;
    right: 8px;
    width: 36px;
    height: 36px;
    transform: translateY(0);
    font-size: 16px;
  }
}
.sec__case-list-img {
  width: 280px;
  flex: 0 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .sec__case-list-img {
    width: 100%;
    height: 150px;
  }
}
.sec__case-list-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec__case-list-label {
  font-size: 16px;
  font-weight: bold;
  color: #0e53a1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .sec__case-list-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 736px) {
  .sec__case-list-label {
    font-size: 14px;
  }
}
.sec__case-list-ttl {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1024px) {
  .sec__case-list-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 736px) {
  .sec__case-list-ttl {
    font-size: 16px;
  }
}
.sec__case-list-ttl .-sm {
  font-size: 75%;
}
.sec__case-list-txt {
  margin-top: 0.25em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .sec__case-list-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 736px) {
  .sec__case-list-txt {
    font-size: 14px;
  }
}
.sec__case-list-txt a {
  font-weight: bold;
  color: #0e53a1;
  text-decoration: underline;
}
.sec__case-list-txt a:hover {
  color: #999;
}
.sec__case-txt {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.sec__cta {
  background-color: #c0d4e7;
  padding: 30px 0;
  text-align: center;
}
.sec__cta-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 736px) {
  .sec__cta-ttl {
    font-size: 15px;
  }
}
.sec__cta-txt {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .sec__cta-txt {
    text-align: left;
    font-size: 14px;
  }
}
.sec__cta-btn {
  margin-top: 10px;
}
.sec__cta-btn a {
  display: inline-block;
  background: linear-gradient(90deg, #2b2c60 0%, #2573b9 100%);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 8px 60px;
  border-radius: 99px;
}
@media screen and (max-width: 736px) {
  .sec__cta-btn a {
    display: block;
    padding: 8px;
  }
}
.sec__cta-btn a:hover {
  opacity: 0.6;
}

.sec__merit {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  .sec__merit {
    padding: 40px 0;
  }
}
.sec__merit-list {
  margin-top: 40px;
}
.sec__merit-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 0;
  padding: 40px 0;
}
@media screen and (max-width: 736px) {
  .sec__merit-list li {
    flex-direction: column !important;
    align-items: center;
  }
}
.sec__merit-list li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 28%;
  width: 100vw;
  height: 100%;
  background-color: #e7f3ff;
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  .sec__merit-list li:before {
    right: 25%;
  }
}
.sec__merit-list li:nth-child(n+2) {
  margin-top: 30px;
}
.sec__merit-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.sec__merit-list li:nth-child(even):before {
  left: 28%;
  right: auto;
}
@media screen and (max-width: 736px) {
  .sec__merit-list li:nth-child(even):before {
    left: 25%;
    right: auto;
  }
}
.sec__merit-list-info {
  max-width: 450px;
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 736px) {
  .sec__merit-list-info {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.sec__merit-list-info-num {
  flex: 0 0 auto;
  width: 60px;
}
@media screen and (max-width: 736px) {
  .sec__merit-list-info-num {
    width: 40px;
  }
}
.sec__merit-list-info-body {
  margin-top: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 736px) {
  .sec__merit-list-info-body {
    margin-top: 10px;
    padding-left: 12px;
  }
}
.sec__merit-list-info-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #0e53a1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .sec__merit-list-info-ttl {
    font-size: min(7vw, 24px);
  }
}
@media screen and (max-width: 736px) {
  .sec__merit-list-info-txt dl {
    font-size: 14px;
  }
}
.sec__merit-list-info-txt dl:nth-child(n+2) {
  margin-top: 15px;
}
.sec__merit-list-info-txt dl dt {
  display: inline-block;
  font-weight: bold;
  color: #0e53a1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #0e53a1;
}
.sec__merit-list-img {
  width: 460px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__merit-list-img {
    width: 360px;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 736px) {
  .sec__merit-list-img {
    width: 100%;
    max-width: 460px;
    margin-top: 20px;
  }
}

.sec__feature {
  background-color: #f6f3ec;
  padding: 60px 0;
}
@media screen and (max-width: 736px) {
  .sec__feature {
    padding: 40px 0;
  }
}
.sec__feature-txt {
  margin-top: 40px;
  font-size: 14px;
}
.sec__feature-list {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .sec__feature-list {
    flex-direction: column;
  }
}
.sec__feature-list li {
  width: 278px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  .sec__feature-list li {
    width: 100%;
    transition-delay: 0s !important;
  }
}
.sec__feature-list li:nth-child(n+2) {
  margin-left: 45px;
}
@media screen and (min-width: 737px) and (max-width: 1024px) {
  .sec__feature-list li:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 736px) {
  .sec__feature-list li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 40px;
  }
}
.sec__feature-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.sec__feature-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.sec__feature-list-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0e53a1;
  font-feature-settings: "palt";
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .sec__feature-list-ttl {
    font-size: 16px;
  }
}
.sec__feature-list-txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .sec__feature-list-txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.sec__feature-list-txt a {
  font-weight: bold;
  color: #0e53a1;
  text-decoration: underline;
}
.sec__feature-list-txt a:hover {
  color: #999;
}
@media screen and (max-width: 736px) {
  .sec__feature-list-img {
    max-width: 278px;
    margin: 0 auto;
  }
}
.sec__feature-list-img p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .sec__feature-list-img p {
    margin-top: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(128, 128, 128, 0.7);
}
.modal-body {
  display: none;
  position: absolute;
  width: 90%;
  max-width: 810px;
  height: auto;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  z-index: 99999;
  background: #cbe0f5;
  overflow-y: auto;
}
@media screen and (max-width: 736px) {
  .modal-body {
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    overflow-y: auto;
    border-radius: 12px;
  }
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width: 736px) {
  .modal-close {
    top: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
  }
}
.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-case {
  padding: 40px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .modal-case {
    padding: 30px 15px;
  }
}
.modal-case-label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 0.5em 1.5em;
  border-radius: 4px;
  background-color: #0e53a1;
}
@media screen and (max-width: 736px) {
  .modal-case-label {
    font-size: 14px;
  }
}
.modal-case-ttl {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 736px) {
  .modal-case-ttl {
    font-size: 18px;
  }
}
.modal-case-ttl .-sm {
  font-size: 75%;
  letter-spacing: 0;
}
.modal-case-figure {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 736px) {
  .modal-case-figure {
    flex-direction: column;
  }
}
.modal-case-figure > li {
  width: 100%;
  padding: 40px 20px 20px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .modal-case-figure > li {
    padding: 36px 15px 20px;
  }
}
.modal-case-figure > li:nth-child(1) .modal-case-figure-badge {
  background-color: #5687bd;
}
.modal-case-figure > li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  border-width: 60px 0 60px 40px;
  border-style: solid;
  border-color: transparent transparent transparent #0e53a1;
}
@media screen and (max-width: 736px) {
  .modal-case-figure > li:nth-child(2)::after {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 30px 40px 0 40px;
    border-color: #0e53a1 transparent transparent transparent;
  }
}
.modal-case-figure > li:nth-child(2) .modal-case-figure-badge {
  background-color: #faa85e;
}
.modal-case-figure-badge {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 736px) {
  .modal-case-figure-badge {
    font-size: 14px;
  }
}
.modal-case-figure-txt {
  margin-top: 1em;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
}
.modal-case-figure-txt a {
  color: #0e53a1;
  text-decoration: underline;
}
.modal-case-figure-txt a:hover {
  color: #999;
}
.modal-case-txt {
  margin-top: 1em;
}
.modal-case-txt p {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .modal-case-txt p {
    font-size: 12px;
  }
}
.modal-case-txt p + p {
  margin-top: 0.25em;
}
.modal-case-btn {
  margin-top: 30px;
  text-align: center;
}
.modal-case-btn a {
  display: inline-block;
  background: linear-gradient(90deg, #2b2c60 0%, #2573b9 100%);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 40px;
  border-radius: 99px;
}
@media screen and (max-width: 736px) {
  .modal-case-btn a {
    display: block;
    padding: 8px;
  }
}
.modal-case-btn a:hover {
  opacity: 0.6;
}

.caution {
  padding: 20px 0;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .caution {
    font-size: 12px;
  }
}/*# sourceMappingURL=style_2604.css.map */