@charset "UTF-8";

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span, button,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}

img {
  border-style: none;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::after, blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}


body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  min-width: 1040px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.78;
    min-width: 320px;
  }
}
body.hidden {
  overflow: hidden;
}

a,
button {
  -webkit-transition: background-color 0.3s, background-image 0.3s, color 0.3s;
  transition: background-color 0.3s, background-image 0.3s, color 0.3s;
}
a::before, a::after,
button::before,
button::after {
  -webkit-transition: background-color 0.3s, background-image 0.3s, color 0.3s;
  transition: background-color 0.3s, background-image 0.3s, color 0.3s;
}

.md {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .browserupgrade {
    display: block;
    width: 100%;
    max-width: 768px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 30px auto;
    padding: 30px;
    background-color: #fce8e8;
    color: #dd0000;
  }
}
@media screen and (max-width: 767px) {
  .browserupgrade {
    display: none;
  }
}

.content {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.content.content_1040 {
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .content.content_1040 {
    max-width: none;
  }
}

.c-header {
  position: relative;
}
.c-header .logo {
  position: absolute;
  height: auto;
  display: block;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-header .logo {
    top: 21px;
    left: 30px;
    width: 142px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .c-header .logo {
    top: 15px;
    left: 15.4px;
    width: 91.47px;
    height: 37.37px;
  }
}

.c-footer {
  background: #1558bf;
  position: relative;
}
.c-footer .btn {
  background: #4fb8fa;
  font-weight: 700;
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-footer .btn {
    font-size: 2rem;
    padding: 17px 20px 14px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .btn {
    font-size: 1.3rem;
    padding: 14px 15px 14px;
    line-height: 20px;
  }
}
.c-footer .btn a {
  color: #fff;
}
.c-footer .pageup {
  background: url(../img/page_top.png) no-repeat center center;
  background-size: 100% auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-footer .pageup {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .pageup {
    width: 50px;
    height: 50px;
  }
}
.c-footer .pageup img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-footer .pageup {
    top: 77px;
    right: 70px;
  }
}
@media screen and (max-width: 1350px) {
  .c-footer .pageup {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .pageup {
    top: 70px;
    right: 15px;
  }
}
.c-footer .in-footer {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer {
    padding: 61px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer {
    padding: 46px 0 0;
  }
}
.c-footer .in-footer a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer .f_logo {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer .f_logo {
    width: 191px;
    margin: auto;
    padding-right: 12px;
  }
}
.c-footer .in-footer .f_logo img {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer .f_logo img {
    width: 100%;
    height: 60.61px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer .f_logo img {
    width: 100%;
    height: 41.49px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer ul {
    margin-top: 28px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer ul li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer ul li {
    margin-bottom: 6px;
  }
  .c-footer .in-footer ul li:last-child {
    margin-bottom: 0;
  }
}
.c-footer .in-footer dl {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer dl {
    width: 405px;
    margin: -4px 72px 0 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer dl {
    margin: 27px 30px 0;
    text-align: center;
    padding: 8px 8px 10px;
  }
}
.c-footer .in-footer dl dt {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer dl dt {
    line-height: 20px;
    width: 137px;
    padding: 17px 0 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer dl dd {
    width: calc(100% - 137px);
    padding: 10px 0 6px 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer dl dd {
    margin-top: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer dl dd p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer dl dd p {
    font-size: 1.2rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer dl dd .tell {
    font-size: 3rem;
    margin-top: -6px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer dl dd .tell {
    font-size: 2.7rem;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: -9px;
  }
}
.c-footer .in-footer .logo_nix {
  width: 271px;
}
@media screen and (min-width: 768px) {
  .c-footer .in-footer .logo_nix {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .in-footer .logo_nix {
    margin: 20px auto 0;
  }
}
.c-footer .in-footer .logo_nix img {
  width: 100%;
  height: auto;
  display: block;
}
.c-footer .coppyright {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-footer .coppyright {
    margin: 6px 0 0;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .coppyright {
    margin: 58px 0 0;
    padding-bottom: 24px;
    font-size: 1.2rem;
  }
}

.btn_contact_fix {
  border-radius: 50%;
  background: #ff9d00;
  position: fixed;
  z-index: 9999;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .btn_contact_fix {
    width: 120px;
    height: 120px;
    font-size: 1.4rem;
    padding-top: 29px;
    line-height: 19px;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  }
  .btn_contact_fix:hover {
    background: #fc952f;
  }
}
@media screen and (max-width: 767px) {
  .btn_contact_fix {
    width: 86px;
    height: 86px;
    font-size: 1.2rem;
    padding-top: 20px;
    line-height: 14px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  }
}
.btn_contact_fix img {
  display: block;
}
@media screen and (min-width: 768px) {
  .btn_contact_fix img {
    width: 23.44px;
    height: 17.32px;
    margin: auto auto 5px;
  }
}
@media screen and (max-width: 767px) {
  .btn_contact_fix img {
    width: 16.81px;
    height: 12.42px;
    margin: auto auto 3px;
  }
}

.btn_contact_fix.show {
  position: fixed;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .btn_contact_fix.show {
    bottom: 30px;
    right: 30px;
  }
  body:has(.grecaptcha-badge) .btn_contact_fix.show {
    bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .btn_contact_fix.show {
    bottom: 15px;
    right: 15px;
  }
  body:has(.grecaptcha-badge) .btn_contact_fix.show {
    bottom: 84px;
  }
}
.btn_contact_fix.show.absolute {
  display: none;
}



.c-title_box {
  background: #00b9ab;
  color: #fff;
  font-weight: 700;
  position: relative;
  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;
  margin-left: auto;
  margin-right: auto;
}
.c-title_box:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 30px solid #00b9ab;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-title_box:after {
    bottom: -18px;
  }
}
@media screen and (max-width: 767px) {
  .c-title_box:after {
    bottom: -11px;
  }
}

@media screen and (min-width: 768px) {
  .text_center {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .text_center {
    text-align: left !important;
  }
  .text_center.txt_c {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) {
  .s-mainvisual {
    background: url(../img/bg_main.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual {
    background: url(../img/bg_main_sp.png) no-repeat center center;
    background-size: cover;
  }
}
.s-mainvisual .in-mainvisual {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .s-mainvisual .in-mainvisual {
    height: 800px;
    max-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .in-mainvisual {
    height: 660px;
    overflow-x: hidden;
  }
}
.s-mainvisual .image {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-mainvisual .image {
    position: absolute;
    width: 723px;
    right: 0px;
    top: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1350px) {
  .s-mainvisual .image {
    width: 600px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1200px) {
  .s-mainvisual .image {
    width: 570px;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .image {
    width: 346px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-left: 36px;
    margin-top: 27px;
  }
}
.s-mainvisual .ct {
  font-weight: 900;
  padding-top: 205px;
  padding-left: 125.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1350px) {
  .s-mainvisual .ct {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .s-mainvisual .ct {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct {
    padding: 0 15px;
    margin-top: -7px;
  }
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct p {
    font-size: 2.7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .s-mainvisual .ct p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct p {
    font-size: 1.4rem;
  }
}
.s-mainvisual .ct h1 {
  color: #1558bf;
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct h1 {
    font-size: 5.2rem;
    line-height: 62px;
    margin: 10px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .s-mainvisual .ct h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct h1 {
    font-size: 2.9rem;
    line-height: 33px;
    margin: 6px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct h1 .txt1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .s-mainvisual .ct h1 .txt1 {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct h1 .txt1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct h1 .txt2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .s-mainvisual .ct h1 .txt2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct h1 .txt2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct h1 .txt3 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .s-mainvisual .ct h1 .txt3 {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct h1 .txt3 {
    font-size: 3.1rem;
  }
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct .img {
    margin: 37px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct .img {
    margin: 26px 0 0;
  }
}
.s-mainvisual .ct .img img {
  display: block;
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct .img img {
    width: 570.5px;
    height: 70.68px;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct .img img {
    width: 340px;
    height: 46.29px;
  }
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct .btn {
    margin-top: 54px;
    padding-left: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .s-mainvisual .ct .btn {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct .btn {
    margin: 26px auto 0;
  }
}
.s-mainvisual .ct a {
  border-radius: 43px;
  display: block;
  -webkit-box-shadow: 3px 3px 20px rgba(6, 52, 124, 0.25);
          box-shadow: 3px 3px 20px rgba(6, 52, 124, 0.25);
  background: #ff9d00;
  font-weight: 700;
  text-decoration: none;
  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;
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct a {
    width: 439px;
    height: 85px;
    font-size: 2rem;
    padding-left: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .s-mainvisual .ct a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct a {
    width: 280px;
    height: 56px;
    font-size: 1.4rem;
    margin: auto;
  }
}
.s-mainvisual .ct a img {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-mainvisual .ct a img {
    width: 28.4px;
    margin-right: 14.5px;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual .ct a img {
    width: 20px;
    margin-right: 14.5px;
  }
}

.s-top01 {
  background: #1b4eaa;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-top01 {
    padding: 108px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .s-top01 {
    padding: 50px 15px 2px;
  }
}
.s-top01 h2 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-top01 h2 {
    font-size: 4.2rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .s-top01 h2 {
    font-size: 2rem;
    line-height: 31px;
  }
}
.s-top01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .s-top01 ul {
    margin-top: 67px;
  }
}
@media screen and (max-width: 767px) {
  .s-top01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .s-top01 ul li {
    width: 243px;
  }
}
@media screen and (max-width: 767px) {
  .s-top01 ul li {
    width: calc(50% - 12.5px);
    margin-right: 25px;
    margin-bottom: 28px;
  }
  .s-top01 ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.s-top01 ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.s-top01 ul li p {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .s-top01 ul li p {
    font-size: 2rem;
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .s-top01 ul li p {
    font-size: 1.3rem;
    margin-top: 7px;
  }
}

.s-top02 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top02 {
    background: url(../img/bg_top2.png) repeat top left;
    background-size: 48px auto;
  }
}
@media screen and (max-width: 767px) {
  .s-top02 {
    background: url(../img/bg_top2.png) repeat top left;
    background-size: 24px auto;
  }
}
@media screen and (min-width: 768px) {
  .s-top02 .inner {
    padding: 88px 0 170px;
  }
}
@media screen and (max-width: 767px) {
  .s-top02 .inner {
    padding: 44px 15px 0;
  }
}
.s-top02 .bg_top {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top02 .title {
    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) {
  .s-top02 .title {
    text-align: center;
  }
}
.s-top02 .title img {
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top02 .title img {
    width: 278px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .s-top02 .title img {
    width: 187px;
    height: 55px;
    margin: auto;
  }
}
.s-top02 .title h2 {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .s-top02 .title h2 {
    font-size: 4.7rem;
    margin-left: 19px;
  }
}
@media screen and (max-width: 767px) {
  .s-top02 .title h2 {
    font-size: 2rem;
    margin-top: 5px;
  }
}
.s-top02 .c-title_box {
  border-radius: 34px;
}
@media screen and (min-width: 768px) {
  .s-top02 .c-title_box {
    width: 445px;
    height: 69px;
    font-size: 2.8rem;
    margin: 56px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top02 .c-title_box {
    width: 300px;
    height: 46px;
    font-size: 1.8rem;
    margin: 28px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .s-top02 .youtube {
    width: 870px;
    height: 488px;
    margin: 37px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top02 .youtube {
    width: 100%;
    height: 194px;
    margin: 25px auto 0;
  }
}
.s-top02 .youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.s-top03 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-top03 {
    margin-top: 89px;
  }
}
.s-top03:after {
  content: "";
  width: 100%;
  background: #296fda;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-top03:after {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .s-top03:after {
    height: 170px;
  }
}
.s-top03:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-top03:before {
    border-top: 254px solid #1558bf;
    border-right: 254px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .s-top03:before {
    border-top: 123px solid #1558bf;
    border-right: 123px solid transparent;
  }
}
.s-top03 .inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .s-top03 .inner {
    padding: 83px 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top03 .inner {
    padding: 38px 15px 0;
  }
}
.s-top03 .title {
  text-align: center;
  text-align: center;
}
.s-top03 .title h2 {
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .s-top03 .title h2 {
    font-size: 4.6rem;
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .s-top03 .title h2 {
    font-size: 2rem;
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .s-top03 .title .c-title_box {
    width: 255px;
    height: 48px;
    font-size: 2.4rem;
    border-radius: 45px;
    margin: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .s-top03 .title .c-title_box {
    width: 146px;
    height: 30px;
    font-size: 1.4rem;
    border-radius: 35px;
    margin: 0 2px;
  }
}
@media screen and (min-width: 768px) {
  .s-top03 .title .c-title_box:after {
    bottom: -13px;
  }
}
@media screen and (max-width: 767px) {
  .s-top03 .title .c-title_box:after {
    bottom: -9px;
  }
}
.s-top03 .title .flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-top03 ul {
  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;
}
@media screen and (min-width: 768px) {
  .s-top03 ul {
    margin-top: 45px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .s-top03 ul {
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .s-top03 ul li {
    width: 290px;
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 767px) {
  .s-top03 ul li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    font-size: 1.2rem;
  }
  .s-top03 ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.s-top03 ul li img {
  display: block;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-top03 ul li img {
    width: 160px;
    margin: auto;
  }
}
.s-top03 ul li h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-top03 ul li h3 {
    font-size: 2.2rem;
    margin: -4px 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .s-top03 ul li h3 {
    font-size: 1.3rem;
    margin: -3px 0 2px;
  }
}

.s-top04 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top04 {
    margin-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 {
    margin-top: 80px;
    padding: 0 15px;
  }
}
.s-top04 .title {
  text-align: center;
  text-align: center;
}
.s-top04 .title h2 {
  font-weight: 900;
  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;
  color: #1558bf;
}
@media screen and (min-width: 768px) {
  .s-top04 .title h2 {
    font-size: 6.5rem;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .title h2 {
    font-size: 2.7rem;
    margin-top: 7px;
  }
}
.s-top04 .title h2 span {
  color: #656060;
}
@media screen and (min-width: 768px) {
  .s-top04 .title h2 span {
    font-size: 5.1rem;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .title h2 span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .title h2 img {
    width: 229px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .title h2 img {
    width: 97.36px;
    height: 28.19px;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .title .c-title_box {
    width: 255px;
    height: 48px;
    border-radius: 45px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .title .c-title_box {
    width: 146px;
    height: 30px;
    border-radius: 34px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .title .c-title_box:after {
    bottom: -14px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .title .c-title_box:after {
    bottom: -10px;
  }
}
.s-top04 .inner {
  position: relative;
  background: #e2e2e2;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
@media screen and (min-width: 768px) {
  .s-top04 .inner {
    margin-top: 46px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .inner {
    margin-top: 14px;
    padding-bottom: 5px;
  }
}
.s-top04 .inner:after {
  width: 50%;
  height: 100%;
  background: #a1d6fd;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
.s-top04 .c-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.s-top04 .c-tt .tt {
  width: 50%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  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 (min-width: 768px) {
  .s-top04 .c-tt .tt {
    height: 80px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .c-tt .tt {
    height: 50px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .c-tt .tt:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    bottom: -15px;
    z-index: -1;
  }
}
.s-top04 .c-tt .tt1 {
  background: #484848;
}
.s-top04 .c-tt .tt1:after {
  border-top: 30px solid #484848;
}
.s-top04 .c-tt .tt2 {
  background: #1558bf;
}
@media screen and (min-width: 768px) {
  .s-top04 .c-tt .tt2 {
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .c-tt .tt2 {
    padding-right: 2px;
  }
}
.s-top04 .c-tt .tt2:after {
  border-top: 30px solid #1558bf;
}
.s-top04 .c-tt .tt2 img {
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top04 .c-tt .tt2 img {
    width: 142px;
    height: 34px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .c-tt .tt2 img {
    width: 79.3px;
    height: 18.93px;
    margin-right: 4.7px;
  }
}
.s-top04 .in-ct {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct {
    padding: 42px 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct {
    padding: 21px 8px 24px;
  }
}
.s-top04 .in-ct h3 {
  background: #00b9ab;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct h3 {
    font-size: 2.4rem;
    padding: 9px;
    margin: 0 49px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct h3 {
    font-size: 1.3rem;
    padding: 4px;
  }
}
.s-top04 .in-ct .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item {
    margin-top: 15px;
  }
}
.s-top04 .in-ct .item .item_l,
.s-top04 .in-ct .item .item_r {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .item_l .line {
    margin: 0 62px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .item_l .line {
    margin: 0 20px 0 4px;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .item_r ul {
    margin: 0 50px 0 62px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .item_r ul {
    margin: 0 4px 0 20px;
  }
}
.s-top04 .in-ct .item .line {
  position: relative;
}
.s-top04 .in-ct .item .line:before {
  content: "";
  width: 4px;
  height: 80%;
  background: #7b8aa0;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.s-top04 .in-ct .item li {
  background: #fff;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item li {
    font-size: 1.8rem;
    line-height: 28px;
    padding: 25px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item li {
    font-size: 1.2rem;
    line-height: 16px;
    padding: 8px;
    margin-bottom: 10px;
  }
}
.s-top04 .in-ct .item li:last-child {
  margin-bottom: 0;
}
.s-top04 .in-ct .item li p {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item li p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item li p {
    text-align: center;
  }
  .s-top04 .in-ct .item li p span {
    text-align: left;
    font-size: 1.1rem;
    display: block;
    font-weight: 500;
    margin-top: 6px;
  }
}
.s-top04 .in-ct .item .box_orange {
  background: #ffffcb;
  -webkit-box-shadow: 0 3px 20px rgba(21, 88, 191, 0.2);
          box-shadow: 0 3px 20px rgba(21, 88, 191, 0.2);
  color: #1558bf;
  font-weight: 900;
  line-height: 26px;
  padding: 18px 10px 18px 18px;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .box_orange {
    line-height: 26px;
    padding: 18px 10px 18px 18px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .box_orange {
    line-height: 16px;
    padding: 8px;
  }
  .s-top04 .in-ct .item .box_orange p {
    text-align: left;
  }
}
.s-top04 .in-ct .item .img1 {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .img1 {
    margin-top: 41px;
    padding: 0 59px 0 42px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .img1 {
    margin-top: 18px;
    padding: 0 10px 0 0;
  }
}
.s-top04 .in-ct .item .img3 {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .img3 {
    margin-top: 39px;
    padding: 0 41px 0 39px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .img3 {
    margin-top: 65px;
    padding-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .img2 {
    margin-top: 158px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .img2 {
    margin: 89px 6px 0 8px;
  }
}
.s-top04 .in-ct .item .img2 p {
  margin: auto;
  background: #1558bf;
  font-weight: 700;
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .img2 p {
    width: 323px;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 2.5rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .img2 p {
    border-radius: 4px;
    padding: 8px 3px;
    font-size: 1.3rem;
    line-height: 17px;
    margin-bottom: 6px;
    margin-left: 10px;
  }
}
.s-top04 .in-ct .item .img2 p:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 30px solid #1558bf;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .img2 p:after {
    bottom: -13px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .img2 p:after {
    bottom: -8px;
  }
}
.s-top04 .in-ct .item .img2 img {
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .img2 img {
    width: 370px;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .img4 {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .img4 {
    margin-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item .img4 img {
    width: 392px;
    margin: 30px 0 0 68px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item .img4 img {
    margin: 20px 0 0 3px;
  }
}
.s-top04 .in-ct .item:after, .s-top04 .in-ct .item:before {
  content: "";
  position: absolute;
}
.s-top04 .in-ct .item:before {
  width: 117px;
  height: 4px;
  background: url(../img/line1.png) no-repeat center center;
  background-size: 100% auto;
  left: 460.5px;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item:before {
    width: 117px;
    background: url(../img/line1.png) no-repeat center center;
    background-size: 100% auto;
    left: 460.5px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item:before {
    width: 35px;
    background: url(../img/line1.png) no-repeat center center;
    background-size: 80px auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.s-top04 .in-ct .item:after {
  width: 115px;
  height: 220px;
  background: url(../img/line2.png) no-repeat center center;
  background-size: 100% auto;
  left: 467px;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item:after {
    width: 115px;
    height: 220px;
    background: url(../img/line2.png) no-repeat center center;
    background-size: 100% auto;
    left: 467px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item:after {
    width: 35px;
    height: 125px;
    background: url(../img/line2_sp.png) no-repeat center center;
    background-size: 100% auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.s-top04 .in-ct .item.item1 {
  margin-bottom: 73px;
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item.item1 {
    margin-bottom: 73px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item.item1 {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item.item1:before {
    top: -3px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item.item1:before {
    top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item.item1:after {
    top: 111px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item.item1:after {
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item.item2 li {
    min-height: 48px;
    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 (min-width: 768px) {
  .s-top04 .in-ct .item.item2:before {
    top: 81px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item.item2:before {
    top: 58px;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item.item2:after {
    top: 295px;
    background: url(../img/line3.png) no-repeat center center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item.item2:after {
    top: 236px;
    background: url(../img/line3.png) no-repeat center center;
    background-size: 91px auto;
  }
}
@media screen and (min-width: 768px) {
  .s-top04 .in-ct .item.item2 li {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .s-top04 .in-ct .item.item2 li {
    padding: 8px;
  }
}

.s-top05 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top05 {
    background: url(../img/bg_top2.png) repeat top left;
    background-size: 48px auto;
    padding-bottom: 124px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 {
    background: url(../img/bg_top2.png) repeat top left;
    background-size: 24px auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05:before {
    background: url(../img/bg_top3_sp.png) no-repeat center top;
    background-size: 100% auto;
    content: "";
    width: 100%;
    height: 119px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
.s-top05:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(48, 119, 227)), to(rgb(21, 88, 191)));
  background: linear-gradient(90deg, rgb(48, 119, 227) 0%, rgb(21, 88, 191) 100%);
  width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .s-top05:after {
    height: 1103px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05:after {
    height: 628px;
  }
}
.s-top05 .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top05 .inner:before, .s-top05 .inner:after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
  }
  .s-top05 .inner:before {
    border-top: 119px solid #e2e2e2;
    border-left: 520px solid transparent;
    left: 0;
  }
  .s-top05 .inner:after {
    border-top: 119px solid #a1d6fd;
    border-right: 520px solid transparent;
    right: 0;
  }
}
.s-top05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .s-top05 ul {
    margin: 67px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 ul {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 ul li {
    width: 323px;
    margin: 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 ul li {
    width: 50%;
    margin: 0;
  }
}
.s-top05 ul p {
  background: #fff500;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top05 ul p {
    border-radius: 8px;
    font-size: 2.5rem;
    line-height: 32px;
    padding: 11px 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 ul p {
    border-radius: 4px;
    font-size: 1.3rem;
    line-height: 17px;
    padding: 6px 0 10px;
    width: 140px;
    margin: auto;
  }
}
.s-top05 ul p:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 30px solid #fff500;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .s-top05 ul p:after {
    bottom: -12px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 ul p:after {
    bottom: -8px;
  }
}
.s-top05 ul img {
  height: auto;
  display: block;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .s-top05 ul img {
    width: 300px;
    margin: 9px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 ul img {
    width: 163px;
    margin: 2px auto 0;
  }
}
.s-top05 .inner {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .s-top05 .inner {
    padding-top: 182px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .inner {
    padding: 77px 15px 0;
  }
}
.s-top05 h2 {
  text-align: center;
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .s-top05 h2 {
    font-size: 4.2rem;
    line-height: 59px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 h2 {
    font-size: 2rem;
    line-height: 28px;
  }
}
.s-top05 h2 span {
  color: #fff500;
}
.s-top05 .txt {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-top05 .txt {
    font-size: 2rem;
    line-height: 34px;
    margin-top: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .txt {
    font-size: 1.5rem;
    line-height: 24px;
    margin-top: 15px;
  }
}
.s-top05 .txt span {
  color: #fff500;
}
.s-top05 .question {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top05 .question {
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    padding: 76px 40px 47px;
    border-radius: 10px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    padding: 45px 18px 11px;
    border-radius: 6px;
    margin-top: 37px;
  }
}
.s-top05 .question .c-title_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 34px;
}
@media screen and (min-width: 768px) {
  .s-top05 .question .c-title_box {
    top: -35px;
    width: 445px;
    height: 69px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .c-title_box {
    top: -22px;
    width: 300px;
    height: 46px;
    font-size: 1.8rem;
  }
}
.s-top05 .question h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-top05 .question h3 {
    margin: auto;
    width: 445px;
    height: 69px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question h3 {
    padding-right: 18px;
  }
}
.s-top05 .question h3 img {
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .s-top05 .question h3 img {
    width: 263px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question h3 img {
    width: 165px;
  }
}
.s-top05 .question .inner_question {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question {
    height: 311px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question {
    margin-top: 12px;
  }
}
.s-top05 .question .inner_question img {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question img {
    left: 333px;
    top: 74px;
    width: 275.4px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question img {
    width: 164px;
    margin: 6px auto 0;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .flex-item {
    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;
  }
}
.s-top05 .question .inner_question .item {
  background: #d5edff;
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item {
    position: absolute;
    border-radius: 48px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .item {
    width: calc(50% - 2.5px);
    border-radius: 9px;
    padding: 11px 9px;
    margin-bottom: 5px;
    position: relative;
  }
}
.s-top05 .question .inner_question .item p {
  font-weight: 700;
  color: #1558bf;
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item p {
    font-size: 1.8rem;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .item p {
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.s-top05 .question .inner_question .item:before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item.item01 {
    top: 121px;
    left: 26px;
    width: 303px;
    padding: 17px 10px 18px 60px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .item.item01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item.item01:before {
    background: url(../img/ic2.png) no-repeat center center;
    background-size: 100% auto;
    width: 32.5px;
    height: 35px;
    right: -19px;
    top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .item.item01:before {
    background: url(../img/ic1.png) no-repeat center center;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    right: 24px;
    bottom: -12px;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item.item02 {
    top: 0;
    left: 136px;
    width: 319px;
    padding: 18px 10px 18px 48px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .item.item02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item.item02:before {
    background: url(../img/ic1.png) no-repeat center center;
    background-size: 100% auto;
    width: 28.5px;
    height: 24.5px;
    right: 78px;
    bottom: -17px;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item.item03 {
    top: 0;
    right: 113px;
    width: 346px;
    padding: 18px 10px 18px 46px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .item.item03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item.item03:before {
    background: url(../img/ic1.png) no-repeat center center;
    background-size: 100% auto;
    width: 28.5px;
    height: 24.5px;
    left: 92px;
    bottom: -17px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item.item04 {
    top: 120px;
    right: 14px;
    width: 331px;
    padding: 17px 10px 18px 35px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .item.item04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .question .inner_question .item.item04:before {
    background: url(../img/ic2.png) no-repeat center center;
    background-size: 100% auto;
    width: 32.5px;
    height: 35px;
    left: -16px;
    top: 12px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .question .inner_question .item.item04:before {
    background: url(../img/ic1.png) no-repeat center center;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    left: 27px;
    bottom: -10px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe {
    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) {
  .s-top05 .box_iframe {
    margin: 0 -6px;
  }
}
.s-top05 .box_iframe .in-iframe {
  border-radius: 6px;
  background: #f2f3f5;
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .in-iframe {
    width: 470px;
    height: 180px;
    padding: 25px 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe .in-iframe {
    padding: 12px 12px 29px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .iframe01 p {
    padding-left: 79px;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .iframe01 p:before {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe .iframe02 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .iframe02 p {
    padding-left: 57px;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .iframe02 p:before {
    left: 19px;
  }
}
.s-top05 .box_iframe p {
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe p {
    padding-left: 21px;
    font-size: 1.2rem;
  }
}
.s-top05 .box_iframe p:before {
  content: "Q";
  font-family: Arial, serif;
  font-weight: 700;
  position: absolute;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe p:before {
    font-size: 3.4rem;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe p:before {
    top: 1px;
    left: 0;
    font-size: 2.2rem;
  }
}
.s-top05 .box_iframe .rating {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .rating {
    width: 304px;
    margin: 32px 0 0 69px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe .rating {
    margin: 16px auto 0;
    width: 206.89px;
  }
}
.s-top05 .box_iframe .rating span {
  display: block;
  background: url(../img/start.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .rating span {
    width: 54px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe .rating span {
    width: 36.33px;
    height: 32.35px;
  }
}
.s-top05 .box_iframe .rating span.grey {
  background: url(../img/start_gray.png) no-repeat center center;
  background-size: 100% auto;
}
.s-top05 .box_iframe .progress-bar {
  background-color: #ccc7c7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .progress-bar {
    height: 69px;
    width: 357px;
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe .progress-bar {
    width: 243px;
    height: 47px;
    margin: 18px auto 0;
  }
}
.s-top05 .box_iframe .progress-bar .in-bar {
  width: 94%;
  height: 100%;
  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: #fc952f;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe .progress-bar .in-bar {
    font-size: 1rem;
  }
}
.s-top05 .box_iframe .progress-bar .in-bar .number {
  font-family: Arial, serif;
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .progress-bar .in-bar .number {
    font-size: 3.8rem;
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe .progress-bar .in-bar .number {
    font-size: 2.4rem;
    margin: 0 5px;
  }
}
.s-top05 .box_iframe .progress-bar .in-bar .percent {
  font-family: Arial, serif;
}
@media screen and (min-width: 768px) {
  .s-top05 .box_iframe .progress-bar .in-bar .percent {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .box_iframe .progress-bar .in-bar .percent {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .end_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .end_box {
    margin-top: 22px;
  }
}
.s-top05 .end_box .in-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .s-top05 .end_box .in-box {
    width: 510px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    padding: 20px 23px 20px 19px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .end_box .in-box {
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    padding: 14px 14px 15px;
    margin-bottom: 22px;
    min-height: 143px;
  }
}
.s-top05 .end_box .in-box .img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top05 .end_box .in-box .img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .end_box .in-box .img {
    width: 94px;
    height: 94px;
    margin-top: -17px;
  }
}
@media screen and (min-width: 768px) {
  .s-top05 .end_box .in-box .ct {
    width: calc(100% - 140px);
    padding-left: 12px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .end_box .in-box .ct {
    width: calc(100% - 94px);
    padding-left: 10px;
    line-height: 19px;
    font-size: 1.2rem;
  }
}
.s-top05 .end_box .in-box1 .img img {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top05 .end_box .in-box1 .img img {
    width: 108px;
    margin: 3px 0 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .end_box .in-box1 .img img {
    width: 73px;
    margin: 12px 0 0 14px;
  }
}
.s-top05 .end_box .in-box1 .img p {
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-top05 .end_box .in-box1 .img p {
    font-size: 1.5rem;
    bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .end_box .in-box1 .img p {
    font-size: 1rem;
    bottom: -1px;
  }
}
.s-top05 .end_box .in-box2 .img img {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top05 .end_box .in-box2 .img img {
    width: 81px;
    margin: 19px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .end_box .in-box2 .img img {
    width: 54px;
    margin: 23px auto 0;
  }
}
.s-top05 .demo {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .s-top05 .demo {
    margin-top: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .demo {
    margin-top: 57px;
  }
}
.s-top05 .demo h3 {
  color: #1558bf;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .s-top05 .demo h3 {
    font-size: 4.6rem;
    margin-bottom: 57px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .demo h3 {
    font-size: 2rem;
    margin-bottom: 24px;
    text-align: center;
  }
}
.s-top05 .demo .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-top05 .demo .img img {
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top05 .demo .img img {
    width: 368px;
    margin-right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .demo .img img {
    width: 135px;
    margin-right: 11px;
  }
}
.s-top05 .demo .img img:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .s-top05 .demo .tt {
    font-size: 2.6rem;
    line-height: 40px;
    margin: 44px 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .demo .tt {
    font-size: 1.5rem;
    line-height: 24px;
    margin: 19px 21px 18px 23px;
  }
}
@media screen and (max-width: 767px) {
  .s-top05 .demo p {
    font-size: 1.2rem;
    line-height: 18px;
    margin: 0 21px 0 23px;
  }
}
.s-top05 .demo p.txt_ico {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .s-top05 .demo p.txt_ico {
    padding-left: 12px;
  }
}
.s-top05 .demo p.txt_ico:before {
  content: "※";
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .s-top05 .demo p.txt_ico:before {
    font-size: 1.2rem;
  }
}

.s-top06 {
  position: relative;
  background: #f2f3f5;
}
@media screen and (min-width: 768px) {
  .s-top06 {
    padding: 83px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 {
    padding: 38px 15px 38px;
  }
}
.s-top06:after {
  content: "";
  width: 100%;
  background: #296fda;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-top06:after {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06:after {
    height: 170px;
  }
}
.s-top06:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-top06:before {
    border-top: 254px solid #1558bf;
    border-right: 254px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .s-top06:before {
    border-top: 123px solid #1558bf;
    border-right: 123px solid transparent;
  }
}
.s-top06 .inner {
  position: relative;
  z-index: 1;
}
.s-top06 .title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-top06 .title .c-title_box {
    width: 645px;
    height: 48px;
    border-radius: 45px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .title .c-title_box {
    font-size: 1.3rem;
    height: 30px;
    border-radius: 34px;
  }
}
@media screen and (min-width: 768px) {
  .s-top06 .title .c-title_box:after {
    bottom: -14px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .title .c-title_box:after {
    bottom: -8px;
  }
}
.s-top06 .title h2 {
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .s-top06 .title h2 {
    font-size: 4.6rem;
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .title h2 {
    font-size: 2rem;
    margin-top: 13px;
  }
}
.s-top06 .form_contact {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-top06 .form_contact {
    max-width: 930px;
    margin: 57px auto 0;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 60px 110px 78px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .form_contact {
    margin: 24px auto 0;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 24px 20px 64px;
  }
}
.s-top06 .form_contact .note {
  border-radius: 50%;
  background: #ff9d00;
  color: #fff;
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-top06 .form_contact .note {
    width: 214px;
    height: 214px;
    top: -107px;
    right: -75px;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    padding-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .form_contact .note {
    width: 99px;
    height: 99px;
    top: -20px;
    right: -8px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
  }
}
.s-top06 .form_contact .note:after {
  content: "";
  position: absolute;
  background: url(../img/ic3.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .s-top06 .form_contact .note:after {
    width: 57px;
    height: 59px;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .form_contact .note:after {
    width: 17px;
    height: 21px;
    bottom: 2px;
    left: 3px;
  }
}
.s-top06 .form_contact .note p {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .s-top06 .form_contact .note p {
    font-size: 2.6rem;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .form_contact .note p {
    font-size: 1.2rem;
    line-height: 15px;
  }
}
.s-top06 .form_contact .note span {
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .s-top06 .form_contact .note span {
    font-size: 1.7rem;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .form_contact .note span {
    font-size: 0.9rem;
  }
}
.s-top06 .txt {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s-top06 .txt {
    font-size: 2rem;
    line-height: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .txt {
    font-size: 1.3rem;
    line-height: 22px;
    padding: 0 97px 0 0;
  }
}
.s-top06 .ct_form {
  /**
  * radio and checkbox
  */
}
@media screen and (min-width: 768px) {
  .s-top06 .ct_form {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form {
    margin-top: 19px;
  }
}
@media screen and (min-width: 768px) {
  .s-top06 .ct_form dl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form dl {
    margin-bottom: 18px;
  }
}
.s-top06 .ct_form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .s-top06 .ct_form dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form dl dt {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}
.s-top06 .ct_form dl dt span {
  border-radius: 2px;
  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;
  color: #fff;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .s-top06 .ct_form dl dt span {
    width: 51px;
    height: 20px;
    margin-left: 20px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form dl dt span {
    width: 40px;
    height: 16px;
    margin-left: 10px;
    font-size: 1rem;
  }
}
.s-top06 .ct_form dl dt span.hissu {
  background: #ff0000;
}
.s-top06 .ct_form dl dt span.ninni {
  background: #aaa6a6;
}
@media screen and (min-width: 768px) {
  .s-top06 .ct_form dl .text {
    font-size: 1.4rem;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form dl .text {
    font-size: 1.2rem;
    margin: -3px 0 7px;
  }
}
.s-top06 .ct_form dl .ime_on {
  width: 100%;
  border: 1px solid #909090;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .s-top06 .ct_form dl .ime_on {
    padding: 17px 15px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form dl .ime_on {
    padding: 7px 11px;
  }
}
.s-top06 .ct_form dl .txt_area {
  width: 100%;
  border: 1px solid #909090;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .s-top06 .ct_form dl .txt_area {
    height: 252px;
    padding: 17px 15px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form dl .txt_area {
    height: 302px;
    padding: 17px 15px;
  }
}
@media screen and (min-width: 768px) {
  .s-top06 .ct_form .list-radio {
    margin: 17px 3px 30px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form .list-radio {
    margin: 5px 0px 18px;
  }
}
.s-top06 .ct_form .list-radio .wpcf7-list-item {
  margin: 0 0 16px;
  display: block;
}
.s-top06 .ct_form .list-radio .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.s-top06 .ct_form .list-radio [type=radio]:checked,
.s-top06 .ct_form .list-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.s-top06 .ct_form .list-radio [type=radio]:checked + span,
.s-top06 .ct_form .list-radio [type=radio]:not(:checked) + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form .list-radio [type=radio]:checked + span,
  .s-top06 .ct_form .list-radio [type=radio]:not(:checked) + span {
    padding-left: 27px;
    line-height: 19px;
  }
}
.s-top06 .ct_form .list-radio [type=radio]:checked + span:before,
.s-top06 .ct_form .list-radio [type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form .list-radio [type=radio]:checked + span:before,
  .s-top06 .ct_form .list-radio [type=radio]:not(:checked) + span:before {
    width: 22px;
    height: 22px;
    top: -1px;
  }
}
.s-top06 .ct_form .list-radio [type=radio]:checked + span:after,
.s-top06 .ct_form .list-radio [type=radio]:not(:checked) + span:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #707070;
  position: absolute;
  top: 8px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form .list-radio [type=radio]:checked + span:after,
  .s-top06 .ct_form .list-radio [type=radio]:not(:checked) + span:after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 6px;
  }
}
.s-top06 .ct_form .list-radio [type=radio]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.s-top06 .ct_form .list-radio [type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .s-top06 .ct_form .list-radio li {
    margin-bottom: 6px;
  }
  .s-top06 .ct_form .list-radio li:last-child {
    margin-bottom: 0;
  }
}
.s-top06 .ct_form .mwform-checkbox-field label,
.s-top06 .ct_form .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.s-top06 .ct_form .mwform-checkbox-field input,
.s-top06 .ct_form .mwform-radio-field input {
  margin-right: 5px;
}
.s-top06 .formEnd {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-top06 .formEnd {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .formEnd {
    margin-top: -4px;
  }
}
.s-top06 .formEnd .text_checkbox {
  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;
}
.s-top06 .formEnd .text_checkbox input {
  width: 22px;
  height: 22px;
  border-radius: 0;
  margin-right: 10px;
}
.s-top06 .formEnd .text_checkbox a {
  color: #1558bf;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s-top06 .formEnd .list_btn {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .formEnd .list_btn {
    margin-top: 18px;
  }
}
.s-top06 .formEnd .list_btn .c-btn2 {
  border-radius: 43px;
  background: #00b9ab;
  color: #fff;
  font-weight: 700;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  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;
  text-decoration: none;
  margin: 20px auto;
  border: 2px solid #00b9ab;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .s-top06 .formEnd .list_btn .c-btn2 {
    width: 410px;
    height: 85px;
    font-size: 2.2rem;
    -webkit-box-shadow: 3px 3px 20px rgba(6, 53, 124, 0.25);
            box-shadow: 3px 3px 20px rgba(6, 53, 124, 0.25);
  }
  .s-top06 .formEnd .list_btn .c-btn2:hover {
    background: #fff;
    color: #00b9ab;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .formEnd .list_btn .c-btn2 {
    width: 280px;
    height: 56px;
    font-size: 1.4rem;
    -webkit-box-shadow: 3px 3px 100px rgba(6, 53, 124, 0.25);
            box-shadow: 3px 3px 100px rgba(6, 53, 124, 0.25);
  }
}
.s-top06 .formEnd .list_btn .c-btn2.prev {
  background: #fff;
  color: #00b9ab;
}
.s-top06 .formEnd .list_btn .c-btn2.prev:hover {
  background: #00b9ab;
  color: #fff;
}
.s-top06 .formEnd .list_btn .c-btn2.disabled,
.s-top06 .formEnd .list_btn .c-btn2[disabled] {
  pointer-events: none;
  cursor: none;
  opacity: 0.7;
  filter: grayscale(100%);
}
.s-top06 .formEnd .list_btn .ajax-loader {
  display: none;
}
.s-top06 .txt-err {
  font-size: 1.2rem;
  color: #b70000;
  display: block;
  margin-top: 5px;
}
.s-top06 .ct-complete {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-top06 .ct-complete h3 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct-complete h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-top06 .ct-complete p {
    font-size: 1.3rem;
  }
}

/* 20240823 headerのロゴへのリンク DXサービス事業に戻る 追加 */
.c-header_logo_link:hover {
  opacity: 0.5;
}

.solution-link {
  padding-top: 4em;
  text-align: center;
}
.solution-link .solution-link_txt {
  color: #1558bf;
  font-weight: 500;
  text-decoration: none;
}
.solution-link .solution-link_txt:hover {
  text-decoration: underline;
}

/* 2026.6.3 LPをWPの中へ。スタイル調整 */
.grecaptcha-badge {
  z-index: 999;
}