@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  font-size: 15px;
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
}

a {
  text-decoration: none;
}

.italianno {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1059px) {
  body {
    background: #EDF1F7;
  }
  #header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  #header .header {
    width: 169px;
    margin: 10px 0 0 15px;
  }
  #header .nav {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border-top: #003da6 solid 1px;
    padding: 0 5px;
    z-index: 100;
  }
  #header .nav .nav-ul {
    position: relative;
    display: flex;
  }
  #header .nav .nav-ul .nav-li {
    width: 16.6666666667%;
  }
  #header .nav .nav-ul .nav-li a {
    display: block;
    width: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
    padding-top: 8px;
  }
  #header .nav .nav-ul .nav-li a:link, #header .nav .nav-ul .nav-li a:visited {
    color: #003da6;
  }
  #header .nav .nav-ul .nav-li a span {
    display: block;
  }
  #header .nav .nav-ul .button {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 100px;
  }
  #header .nav .nav-ul .button a {
    padding: 5px 12px 7px 12px;
    background: #003da6;
    color: #fff;
    border-radius: 17px;
  }
  #header .nav .nav-ul .button a:link, #header .nav .nav-ul .button a:visited {
    color: #fff;
  }
  #header .nav-sns {
    position: fixed;
    bottom: 120px;
    right: 0;
    z-index: 1;
  }
  #header .nav-sns li {
    width: 50%;
    margin: 10px 0;
  }
  .first-view {
    width: 90%;
    margin: 15px auto;
  }
  .first-view .bg-img {
    display: none;
  }
  .first-view .lead-copy {
    width: 250px;
    margin-top: 15px;
  }
  .copy {
    width: 88%;
    margin: 0 auto;
  }
  .copy p {
    color: #003da6;
    margin-bottom: 15px;
    white-space: pre-wrap;
  }
  .youtube {
    width: 90%;
    margin: 25px auto;
    overflow: hidden;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .features {
    margin: 75px 0;
  }
  .features h2 {
    color: #003da6;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .features .features-content {
    width: 90%;
    margin: 0 auto;
  }
  .features .features-content .content-box {
    width: 100%;
  }
  .features .features-content .content-box section {
    position: relative;
    margin: 25px 0;
  }
  .features .features-content .content-box section .num {
    position: absolute;
    top: -60px;
    right: 10px;
    color: #C5CDDA;
    font-size: 5rem;
    z-index: 0;
  }
  .features .features-content .content-box section .headline3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #003da6;
  }
  .features .features-content .content-box section .text {
    color: #003da6;
    white-space: pre-wrap;
  }
  .service-box {
    width: 90%;
    margin: 75px auto;
    background: #fff;
    padding: 2.5%;
  }
  .service-box .text-area h2, .service-box .text-area h3, .service-box .text-area p {
    color: #003da6;
  }
  .service-box .text-area h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .service-box .text-area h3 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .service-box .text-area .text {
    white-space: pre-wrap;
  }
  .service-box .text-area .button {
    width: 145px;
    margin: 15px auto 30px;
  }
  .service-box .text-area .button a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 20px 11px 20px;
    background: #003da6;
    color: #fff;
    border-radius: 25px;
  }
  .service-box .text-area .button a:link, .service-box .text-area .button a:visited {
    color: #fff;
  }
  .service-img {
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
  }
  .thought-box {
    width: 94%;
    margin: 75px auto;
    /* インナーとレイアウト調整 */
  }
  .thought-box p {
    color: #003da6;
    font-weight: bold;
  }
  .thought-box h2 {
    color: #003da6;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .thought-box .inner {
    /* タブ切り替えで使用するCSS */
  }
  .thought-box .inner .tab__layout {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.5px;
         column-gap: 2.5px;
    margin-top: 15px;
  }
  .thought-box .inner .tab__button {
    cursor: pointer;
    padding: 5px;
    background-color: #E5ECF6;
    border: #003da6 solid 1px;
    color: #7488A9;
    font-size: 10px;
    order: -1;
    flex: 1 1;
  }
  .thought-box .inner .tab__button input[type=radio] {
    display: none;
  }
  .thought-box .inner .tab__button span {
    display: none;
  }
  .thought-box .inner .tab__button:has(:checked) {
    cursor: default;
    background-color: #fff;
  }
  .thought-box .inner .tab__button:has(:checked):hover {
    opacity: 1;
  }
  .thought-box .inner .tab__content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .thought-box .inner .tab__content h3 {
    color: #003da6;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .thought-box .inner .tab__content .text {
    white-space: pre-wrap;
    font-weight: normal;
  }
  .thought-box .inner .tab__button:has(:checked) + .tab__content {
    height: auto;
    overflow: auto;
    opacity: 1;
    border-top: none;
    margin-top: 25px;
  }
  .voice {
    width: 90%;
    margin: 75px auto;
  }
  .voice p, .voice h2 {
    color: #003da6;
    font-weight: bold;
  }
  .voice h2 {
    font-size: 1.5rem;
  }
  .voice .voice-box {
    margin-top: 25px;
  }
  .voice .voice-box ul li {
    position: relative;
    padding: 5%;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .voice .voice-box ul li h3 {
    color: #003da6;
    line-height: 1.5;
  }
  .voice .voice-box ul li .button {
    font-weight: bold;
    width: 220px;
    margin: 15px auto;
    text-align: center;
  }
  .voice .voice-box ul li .button a {
    transition: 0.25s;
    border: #003da6 solid 1px;
    border-radius: 25px;
    padding: 10px 30px;
  }
  .voice .voice-box ul li .button a:link, .voice .voice-box ul li .button a:visited {
    color: #003da6;
  }
  .media {
    width: 100%;
    background: #fff;
    padding: 15px 0;
    margin-top: 75px;
  }
  .media h2 {
    color: #003da6;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .media img {
    display: block;
    margin: 15px auto;
  }
  .support {
    width: 90%;
    margin: 75px auto 0;
  }
  .support .lead, .support h2, .support .text, .support h3, .support .box-text {
    color: #003da6;
  }
  .support .lead {
    font-weight: bold;
  }
  .support h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .support h2 span {
    display: block;
  }
  .support .text {
    margin-top: 25px;
  }
  .support .bg {
    display: none;
  }
  .support .box {
    background: #E5ECF6;
    padding: 5%;
    margin-top: 25px;
  }
  .support .box h3 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .support .box .box-text ul li {
    list-style: disc;
    margin-left: 15px;
  }
  .link {
    width: 80%;
    margin: 15px auto;
  }
  .link .button {
    margin: 15px 0;
  }
  .link .button a {
    display: block;
    width: 100%;
    padding: 2.5% 10%;
    border: #003da6 solid 1px;
    border-radius: 50px;
    line-height: 1.5;
  }
  .link .button a span {
    display: block;
  }
  .link .button a:link, .link .button a:visited {
    background: #003da6;
    color: #fff;
  }
  .faq {
    width: 90%;
    margin: 75px auto;
  }
  .faq .inner .left .lead, .faq .inner .left h2 {
    color: #003da6;
    font-weight: bold;
  }
  .faq .inner .left h2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .accordion {
    width: 100%;
  }
  .accordion .accordion-hidden {
    display: none;
  }
  .accordion .accordion-open {
    display: block;
    padding: 2.5% 12.5% 2.5% 7.5%;
    background: #fff;
    color: #003da6;
    margin: 5px 0;
    position: relative;
    font-weight: bold;
    border: #003da6 solid 1px;
    line-height: 1.4;
  }
  .accordion .accordion-open::before,
  .accordion .accordion-open::after {
    content: "";
    width: 20px;
    height: 3px;
    background: #003da6;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  .accordion .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.25s;
  }
  .accordion .accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
  }
  .accordion .accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.25s;
    cursor: pointer;
    color: #003da6;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .accordion .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px;
  }
  .accordion_qa .Q,
  .accordion_qa .A {
    position: relative;
  }
  .accordion_qa .Q::before,
  .accordion_qa .A::before {
    display: block;
    position: absolute;
    left: -1.3em;
  }
  .accordion_qa .Q::before {
    content: "Q.";
  }
  .accordion_qa .A::before {
    content: "A.";
  }
  .accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
    padding: 2.5% 2.5% 2.5% 7.5%;
  }
  .footer-box {
    margin: 100px auto 15px;
  }
  .footer-box .inner {
    width: 90%;
    margin: 0 auto;
  }
  .footer-box .inner .logo {
    width: 169px;
  }
  .footer-box .inner .flex .left {
    margin: 15px 0 25px;
  }
  .footer-box .inner .flex .left ul li {
    margin-bottom: 8px;
    border-bottom: #003da6 solid 1px;
  }
  .footer-box .inner .flex .left ul li a {
    display: block;
    width: 100%;
    color: #003da6;
    font-weight: bold;
    padding: 5px 0;
  }
  .footer-box .inner .flex .right ul li {
    margin-bottom: 7.5px;
  }
  .footer-box .inner .flex .right ul li a {
    display: block;
    padding: 2.5% 0 2.5% 5%;
    border: #003da6 solid 1px;
    border-radius: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .footer-box .inner .flex .right ul li a span {
    display: block;
  }
  .footer-box .inner .flex .right ul li a:link, .footer-box .inner .flex .right ul li a:visited {
    background: #fff;
    color: #003da6;
  }
  .footer-box .sub {
    width: 90%;
    margin: 15px auto;
  }
  .footer-box .sub ul li a {
    color: #003da6;
  }
  .footer {
    width: 100%;
    font-size: 12px;
    padding: 0 0 75px 10px;
    color: #b1b1b1;
  }
}
@media (min-width: 1060px) {
  body {
    background: #EDF1F7;
  }
  #header {
    position: relative;
    max-width: 1340px;
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    z-index: 100;
  }
  #header .header {
    width: 169px;
  }
  #header .nav {
    margin-top: 10px;
  }
  #header .nav .nav-ul {
    display: flex;
  }
  #header .nav .nav-ul .nav-li {
    padding-left: 30px;
  }
  #header .nav .nav-ul .nav-li a:link, #header .nav .nav-ul .nav-li a:visited {
    color: #003da6;
  }
  #header .nav .nav-ul .button {
    position: relative;
  }
  #header .nav .nav-ul .button a {
    padding: 5px 12px 7px 12px;
    background: #003da6;
    color: #fff;
    border-radius: 17px;
  }
  #header .nav .nav-ul .button a:link, #header .nav .nav-ul .button a:visited {
    color: #fff;
  }
  #header .nav-sns {
    position: fixed;
    top: 350px;
    right: 25px;
  }
  #header .nav-sns li {
    width: 50%;
    margin: 15px 0;
  }
  .top-content {
    width: 100%;
    min-height: 2000px;
  }
  .first-view {
    position: relative;
    max-width: 1340px;
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    z-index: 0;
  }
  .first-view .bg-img {
    position: absolute;
    width: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
  }
  .first-view .bg-mv {
    position: relative;
    width: 790px;
    margin: 0 auto;
    padding-top: 150px;
    z-index: 1;
  }
  .first-view .lead-copy {
    position: absolute;
    bottom: 150px;
    left: 50px;
    width: 340px;
  }
  .copy {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .copy p {
    width: 764px;
    color: #003da6;
    margin-bottom: 50px;
    white-space: pre-wrap;
  }
  .youtube {
    width: 800px;
    height: 450px;
    margin: 150px auto 100px;
    overflow: hidden;
    border-radius: 50px;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .features h2 {
    color: #003da6;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 0;
  }
  .features .features-content {
    max-width: 1340px;
    width: 90%;
    margin: 0 auto;
  }
  .features .features-content .content-box {
    width: 100%;
  }
  .features .features-content .content-box section {
    position: relative;
  }
  .features .features-content .content-box section .num {
    font-size: 286px;
    color: #C5CDDA;
    height: 360px;
    margin-top: -125px;
  }
  .features .features-content .content-box section .headline3 {
    font-size: 42px;
    font-weight: bold;
    color: #003da6;
    padding-left: 90px;
  }
  .features .features-content .content-box section .text {
    position: relative;
    width: 547px;
    margin: 25px 0 0 92px;
    color: #003da6;
    white-space: pre-wrap;
    z-index: 1;
  }
  .features .features-content .content-box section .img-1 {
    position: absolute;
    top: 300px;
    right: 0;
    width: 564px;
    height: 477px;
    background: url(../images/img-1.png);
    background-size: cover;
  }
  .features .features-content .content-box section .img-2 {
    position: absolute;
    top: 250px;
    left: -700px;
    width: 603px;
    height: 471px;
    background: url(../images/img-2.png);
    background-size: cover;
  }
  .features .features-content .content-box section .vector-5 {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 100%;
    height: 300px;
    background: url(../images/vector5.png);
    background-size: cover;
  }
  .features .features-content .content-box section .vector-4 {
    position: absolute;
    right: 0;
    bottom: -150px;
    width: 100%;
    height: 600px;
    background: url(../images/vector4.png);
    background-size: cover;
    z-index: 1;
  }
  .features .features-content .content-box .right-content {
    margin-left: 500px;
  }
  .features .features-content .content-box .content-3 {
    margin-top: -300px;
  }
  .service-box {
    display: flex;
    justify-content: space-between;
    width: 1242px;
    margin: 200px auto 0;
    background: #fff;
    border: #003da6 solid 1px;
    border-radius: 50px;
    padding: 60px 50px 50px 80px;
  }
  .service-box .text-area {
    width: 478px;
  }
  .service-box .text-area h2, .service-box .text-area h3, .service-box .text-area p {
    color: #003da6;
  }
  .service-box .text-area h2 {
    font-size: 20px;
    font-weight: bold;
  }
  .service-box .text-area h3 {
    font-size: 42px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .service-box .text-area .text {
    font-size: 16px;
    white-space: pre-wrap;
  }
  .service-box .text-area .button {
    position: relative;
    margin-top: 30px;
  }
  .service-box .text-area .button a {
    padding: 9px 20px 11px 20px;
    background: #003da6;
    color: #fff;
    border-radius: 21px;
  }
  .service-box .text-area .button a:link, .service-box .text-area .button a:visited {
    color: #fff;
  }
  .service-box .img img {
    width: 558px;
  }
  .service-img {
    width: 1242px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
  }
  .service-img img {
    width: 399px;
  }
  .thought-box {
    width: 1150px;
    margin: 100px auto;
    /* インナーとレイアウト調整 */
  }
  .thought-box p {
    color: #003da6;
    font-size: 20px;
    font-weight: bold;
  }
  .thought-box h2 {
    color: #003da6;
    font-size: 42px;
    font-weight: bold;
  }
  .thought-box .inner {
    width: 900px;
    /* タブ切り替えで使用するCSS */
  }
  .thought-box .inner .tab__layout {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 25px;
  }
  .thought-box .inner .tab__button {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 31px;
    background-color: #E5ECF6;
    border: #003da6 solid 1px;
    color: #7488A9;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s;
    order: -1;
    flex: 1 1;
  }
  .thought-box .inner .tab__button:hover {
    opacity: 0.7;
  }
  .thought-box .inner .tab__button input[type=radio] {
    display: none;
  }
  .thought-box .inner .tab__button:has(:checked) {
    cursor: default;
    background-color: #fff;
  }
  .thought-box .inner .tab__button:has(:checked):hover {
    opacity: 1;
  }
  .thought-box .inner .tab__content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .thought-box .inner .tab__content h3 {
    color: #003da6;
    font-size: 26px;
    font-weight: bold;
    padding: 15px 0 10px 0;
  }
  .thought-box .inner .tab__content .text {
    width: 575px;
    font-size: 16px;
    font-weight: normal;
    white-space: pre-wrap;
  }
  .thought-box .inner .tab__button:has(:checked) + .tab__content {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: 0.5s opacity;
    border-top: none;
    margin-top: 25px;
  }
  .voice {
    width: 1242px;
    margin: 150px auto 0;
  }
  .voice p, .voice h2 {
    color: #003da6;
    font-weight: bold;
    text-align: center;
  }
  .voice h2 {
    font-size: 42px;
  }
  .voice .voice-box {
    margin-top: 25px;
  }
  .voice .voice-box ul {
    display: flex;
    justify-content: space-between;
  }
  .voice .voice-box ul li {
    position: relative;
    width: 400px;
    height: 440px;
    padding: 2.5%;
    background: #fff;
    border-radius: 16px;
  }
  .voice .voice-box ul li h3 {
    color: #003da6;
    font-size: 18px;
    line-height: 1.8;
  }
  .voice .voice-box ul li .button {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    width: 220px;
    text-align: center;
  }
  .voice .voice-box ul li .button a {
    transition: 0.25s;
    border: #003da6 solid 1px;
    border-radius: 25px;
    padding: 10px 30px;
  }
  .voice .voice-box ul li .button a:link, .voice .voice-box ul li .button a:visited {
    color: #003da6;
  }
  .voice .voice-box ul li .button a:hover {
    background: #003da6;
    color: #fff;
  }
  .media {
    width: 100%;
    background: #fff;
    padding: 50px 0;
    margin-top: 100px;
  }
  .media h2 {
    color: #003da6;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  .media img {
    display: block;
    width: 1100px;
    margin: 50px auto 0;
  }
  .support {
    position: relative;
    width: 100%;
    margin: 150px auto 100px;
  }
  .support .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 1;
  }
  .support .lead, .support h2, .support .text, .support h3, .support .box-text {
    color: #003da6;
  }
  .support .lead {
    font-weight: bold;
  }
  .support h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 15px;
  }
  .support h2 span {
    display: block;
  }
  .support .text {
    width: 575px;
    font-size: 16px;
    margin-top: 25px;
  }
  .support .bg {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    margin: auto;
    width: 70%;
    z-index: 0;
  }
  .support .box {
    position: absolute;
    top: 170px;
    right: -110px;
    background: #E5ECF6;
    padding: 50px;
    min-width: 600px;
    border-radius: 50px;
  }
  .support .box h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
  .support .box h3:after {
    position: absolute;
    right: 0;
    bottom: -10px;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .support .box .box-text {
    margin-top: 35px;
  }
  .support .box .box-text ul li {
    list-style: disc;
    font-size: 20px;
    margin-left: 25px;
  }
  .link {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 150px auto 0;
  }
  .link .button a {
    display: block;
    width: 535px;
    height: 150px;
    text-align: left;
    padding: 30px 50px;
    font-size: 26px;
    line-height: 34px;
    transition: 0.25s;
    border: #003da6 solid 1px;
    border-radius: 50px;
  }
  .link .button a span {
    display: block;
  }
  .link .button a:link, .link .button a:visited {
    background: #003da6;
    color: #fff;
  }
  .link .button a:hover {
    background: #fff;
    color: #003da6;
  }
  .faq {
    width: 1100px;
    margin: 150px auto;
  }
  .faq .inner {
    display: flex;
    justify-content: space-between;
  }
  .faq .inner .left {
    width: 252px;
  }
  .faq .inner .left .lead, .faq .inner .left h2 {
    color: #003da6;
    font-weight: bold;
  }
  .faq .inner .left .lead {
    font-size: 20px;
  }
  .faq .inner .left h2 {
    font-size: 42px;
  }
  .faq .inner .right {
    width: calc(100% - 350px);
  }
  .accordion {
    width: 100%;
    margin-top: 45px;
  }
  .accordion .accordion-hidden {
    display: none;
  }
  .accordion .accordion-open {
    display: block;
    padding: 20px 100px 20px 80px;
    background: #fff;
    color: #003da6;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border: #003da6 solid 1px;
    border-radius: 19px;
  }
  .accordion .accordion-open::before,
  .accordion .accordion-open::after {
    content: "";
    width: 20px;
    height: 3px;
    background: #003da6;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  .accordion .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.25s;
  }
  .accordion .accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
  }
  .accordion .accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.25s;
    cursor: pointer;
    color: #003da6;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .accordion .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px;
  }
  .accordion_qa .Q,
  .accordion_qa .A {
    position: relative;
  }
  .accordion_qa .Q::before,
  .accordion_qa .A::before {
    display: block;
    position: absolute;
    top: -0.3em;
    left: -1.3em;
  }
  .accordion_qa .Q::before {
    content: "Q.";
  }
  .accordion_qa .A::before {
    content: "A.";
  }
  .accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
    padding: 20px 100px 20px 80px;
  }
  .footer-box {
    position: relative;
    width: 100%;
    margin: 250px 0 100px 0;
  }
  .footer-box .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 1;
  }
  .footer-box .inner .logo {
    width: 169px;
  }
  .footer-box .inner .flex {
    display: flex;
    margin-top: 50px;
    padding-left: 100px;
  }
  .footer-box .inner .flex .left {
    width: 300px;
  }
  .footer-box .inner .flex .left ul li {
    margin-bottom: 8px;
  }
  .footer-box .inner .flex .left ul li a {
    color: #003da6;
    font-size: 18px;
    font-weight: bold;
  }
  .footer-box .inner .flex .left ul li a:hover {
    text-decoration: underline;
  }
  .footer-box .inner .flex .right ul li {
    margin-bottom: 7.5px;
  }
  .footer-box .inner .flex .right ul li a {
    display: block;
    width: 435px;
    height: 70px;
    padding: 10px 0 10px 25px;
    border: #003da6 solid 1px;
    border-radius: 16px;
    transition: 0.25s;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
  }
  .footer-box .inner .flex .right ul li a span {
    font-size: 14px;
    display: block;
  }
  .footer-box .inner .flex .right ul li a:link, .footer-box .inner .flex .right ul li a:visited {
    background: #fff;
    color: #003da6;
  }
  .footer-box .inner .flex .right ul li a:hover {
    background: #003da6;
    color: #fff;
  }
  .footer-box .sub {
    position: absolute;
    right: 25px;
    bottom: -100px;
  }
  .footer-box .sub ul {
    display: flex;
  }
  .footer-box .sub ul li {
    margin: 0 10px;
  }
  .footer-box .sub ul li a {
    color: #003da6;
    font-size: 14px;
  }
  .footer-box .sub ul li a:hover {
    text-decoration: underline;
  }
  .footer-box .bg {
    position: absolute;
    left: -100px;
    bottom: -250px;
    width: 1290px;
    z-index: 0;
  }
  .footer {
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding: 5px 30px 0 0;
    color: #b1b1b1;
  }
}/*# sourceMappingURL=oqta.css.map */