@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  -webkit-transition: opacity .4s ease , color .4s ease , background-color .4s ease;
  transition: opacity .4s ease , color .4s ease , background-color .4s ease;
  color: #000;
}
a:hover,
button:hover {
  opacity: .5;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

table {
  width: 100%;
}

input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-ms-input-placeholder {
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
  color: #cccccc;
}

/* Edge */
::-ms-input-placeholder {
  color: #cccccc;
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  color: #0E092E;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    border-top-width: 4px;
  }
}

.btn {
  color: #3B499F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.btn01 {
  border: solid 1px #3B499F;
  background-color: #fff;
}
.btn.btn01:hover {
  background-color: #3B499F;
  color: #fff;
  opacity: 1;
}
.btn.btn02 {
  background-color: #FFDD00;
  font-weight: bold;
}
.btn.btn02:hover {
  background-color: #3B499F;
  color: #FFDD00;
  opacity: 1;
}

.btn.btn02:disabled {
  background: #ddd;
  color: #aaa;
}

header .wrap {
  width: 87.5%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .wrap {
    width: 90%;
    padding: 15px 0;
  }
}
header h1 {
  width: 16.5%;
  max-width: 231px;
}
@media screen and (max-width: 1000px) {
  header h1 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 38%;
  }
}
header h1 a {
  display: block;
  line-height: 0;
}
header .btn {
  height: 40px;
  border-radius: 20px;
  padding: 0 22px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  header .btn {
    font-size: 12px;
  }
}

footer {
  background-color: #3B499F;
  padding: 35px 0 30px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 15px 0;
  }
}
footer p {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 2vw;
  }
}

main {
  display: block;
}

.main {
  width: 100%;
  position: relative;
}
.main::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(/assets/images/clients/sg/bg_kv.png) repeat;
  position: absolute;
  top: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .main::after {
    display: none;
  }
}
.main .wrap {
  width: 87.5%;
  max-width: 1400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main .wrap {
    width: 100%;
    max-width: none;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .img_main {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .main .img_main {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .main .img_main {
    min-height: 320px;
  }
}
.main .txtbox {
  width: 40%;
  max-width: 553px;
}
@media screen and (max-width: 1000px) {
  .main .txtbox {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .main .txtbox {
    width: 100%;
    max-width: none;
    background: url(/assets/images/clients/sg/img_main_sp.jpg) no-repeat;
    background-size: 100%;
    position: relative;
  }
  .main .txtbox::after {
    content: "";
    height: 100%;
    width: 100%;
    background: url(/assets/images/clients/sg/bg_kv.png) repeat;
    position: absolute;
    top: 0;
    display: block;
  }
}
.main .txtbox .main_txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main .txtbox .main_txt {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70%;
    z-index: 1;
  }
}
.main .txtbox .main_txt .ttl {
  background-color: #fff;
  color: #3B499F;
  font-size: 1.8vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  padding: 15px 0;
  border: solid 4px #fff;
}
@media screen and (min-width: 1600px) {
  .main .txtbox .main_txt .ttl {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .main .txtbox .main_txt .ttl {
    font-size: 4.5vw;
    padding: 5px 0;
  }
}
.main .txtbox .main_txt .txt {
  border: solid 4px #fff;
  color: #fff;
  font-size: 2.8vw;
  font-weight: 900;
  padding: 10px 25px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .main .txtbox .main_txt .txt {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main .txtbox .main_txt .txt {
    font-size: 6.3vw;
    padding: 10px 15px;
  }
}
.main .txtbox .main_txt .txt .space {
  letter-spacing: 0.14em;
  display: block;
}
.main .txtbox .list {
  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) {
  .main .txtbox .list {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 1;
  }
}
.main .txtbox .list .item {
  background-color: #FFDD00;
  color: #3B499F;
  line-height: 1.5;
  font-weight: bold;
  width: 28%;
  height: 0;
  padding-top: 28%;
  border-radius: 50%;
  max-width: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .txtbox .list .item {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .main .txtbox .list .item {
    width: 32%;
    padding-top: 32%;
  }
}
.main .txtbox .list .item p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2vw;
  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;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .main .txtbox .list .item p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .main .txtbox .list .item p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main .txtbox .list .item p {
    font-size: 3vw;
  }
}
.main .form {
  width: 28.5%;
  max-width: 400px;
  min-width: 320px;
}
@media screen and (max-width: 1000px) {
  .main .form {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .main .form {
    width: 100%;
    max-width: none;
    background-color: rgba(59, 73, 159, 0.8);
  }
}
.main .form .ttl {
  background-color: #3B499F;
  color: #fff;
  padding: 22px 0;
  text-align: center;
  letter-spacing: 3px;
  font-size: 1.2vw;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1600px) {
  .main .form .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .main .form .ttl {
    font-size: 14px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .main .form .ttl {
    border-radius: 0;
    padding: 16px 0;
    font-size: 4vw;
  }
}
.main .form .box {
  border-radius: 0 0 10px 10px;
  background-color: rgba(255, 255, 255, 0.87);
  padding: 10%;
}
@media screen and (max-width: 1000px) {
  .main .form .box {
    padding: 6% 10%;
    background-color: none;
  }
}
@media screen and (max-width: 767px) {
  .main .form .box {
    padding: 10% 5%;
    border-radius: 0;
  }
}
.main .form .box .clm {
  padding-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .main .form .box .clm {
    padding-bottom: 10px;
  }
}
.main .form .box .clm label {
  font-weight: bold;
  font-size: 1vw;
}
@media screen and (min-width: 1600px) {
  .main .form .box .clm label {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .main .form .box .clm label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .main .form .box .clm label {
    font-size: 14px;
  }
}
.main .form .box .clm input[type="text"] {
  border-radius: 5px;
  border: solid 1px #959595;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .main .form .box .clm input[type="text"] {
    border: none;
  }
}
.main .form .box #login {
  width: 100%;
  height: 54px;
  border-radius: 27px;
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .main .form .box #login {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .main .form .box #login {
    height: 30px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main .form .box #login {
    font-size: 16px;
    height: 60px;
    border-radius: 60px;
    margin-top: 20px;
  }
}
.main .form .box .txt {
  text-align: center;
}
.main .form .box .txt a {
  font-size: 1vw;
  color: #3B499F;
  text-decoration: underline;
  line-height: 1.5;
}
@media screen and (min-width: 1600px) {
  .main .form .box .txt a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main .form .box .txt a {
    font-size: 12px;
  }
}
.main .form .box .txt a span {
  font-weight: bold;
}

.note_login {
  font-size: 11px;
  line-height: 1.6;
  padding-top: 15px;
  color: #666666;
}
@media screen and (max-width: 1200px) {
  .note_login {
    font-size: 10px;
  }
}

.wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 90%;
  }
}

section {
  padding: 110px 0;
}
@media screen and (max-width: 1000px) {
  section {
    padding: 55px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 50px 0 50px;
  }
}

.sec01 h2.ttl {
  font-size: 2.4vw;
  color: #3B499F;
  font-weight: 900;
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .sec01 h2.ttl {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 h2.ttl {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 30px;
  }
}
.sec01 h2.ttl span {
  font-size: 3.8vw;
  position: relative;
  margin: 0 0.8vw;
}
@media screen and (min-width: 1600px) {
  .sec01 h2.ttl span {
    font-size: 63px;
  }
}
.sec01 h2.ttl span:after {
  background: #3B499F;
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec01 h2.ttl span {
    font-size: 18px;
  }
  .sec01 h2.ttl span:after {
    background: #3B499F;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.sec01 .clm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .sec01 .clm1 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .clm1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 30px;
  }
}
.sec01 .clm1 .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec01 .clm1 .txt {
    width: 100%;
  }
}
.sec01 .clm1 .txt h3 {
  font-size: 1.8vw;
  line-height: 1.8;
  padding-bottom: 35px;
  font-weight: 900;
  color: #3B499F;
}
@media screen and (min-width: 1600px) {
  .sec01 .clm1 .txt h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .clm1 .txt h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.sec01 .clm1 .txt li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sec01 .clm1 .txt li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .clm1 .txt li {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.6;
  }
}
.sec01 .clm1 .txt li span {
  font-weight: bold;
}
.sec01 .clm1 .txt li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #3B499F;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .sec01 .clm1 .txt li:before {
    width: 6px;
    height: 6px;
  }
}
.sec01 .clm1 .txt .btn {
  width: 100%;
  max-width: 34vw;
  height: 50px;
  border-radius: 25px;
  font-size: 1vw;
  margin-top: 10px;
}
@media screen and (min-width: 1600px) {
  .sec01 .clm1 .txt .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sec01 .clm1 .txt .btn {
    height: 30px;
    border-radius: 15px;
    max-width: 44vw;
  }
}
.sec01 .clm1 .movie {
  position: relative;
  width: 45%;
  max-width: 540px;
  padding-top: 25.3%;
}
@media screen and (max-width: 767px) {
  .sec01 .clm1 .movie {
    width: 100%;
    max-width: none;
    padding-top: 56.25%;
    margin-bottom: 15px;
  }
}
.sec01 .clm1 .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sec01 .clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec01 .clm2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec01 .clm2 img {
  width: 45%;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .sec01 .clm2 img {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}
.sec01 .clm2 .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec01 .clm2 .txt {
    width: 100%;
  }
}
.sec01 .clm2 .txt h3 {
  font-size: 1.3vw;
  padding: 15px 25px;
  background-color: #3B499F;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec01 .clm2 .txt h3 {
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}
.sec01 .clm2 .txt .txt1 {
  font-size: 1.6vw;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec01 .clm2 .txt .txt1 {
    font-size: 16px;
  }
}
.sec01 .clm2 .txt .txt2 {
  font-size: 1.3vw;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec01 .clm2 .txt .txt2 {
    font-size: 20px;
  }
}
.sec01 .clm2 .txt .txt2 .span1 {
  font-size: 2.5vw;
}
@media screen and (max-width: 767px) {
  .sec01 .clm2 .txt .txt2 .span1 {
    font-size: 34px;
  }
}
.sec01 .clm2 .txt .txt2 .span2 {
  font-size: 0.8vw;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sec01 .clm2 .txt .txt2 .span2 {
    font-size: 12px;
  }
}
.sec01 .clm2 .txt .txt2 .blue {
  color: #3B499F;
}

.sec02 {
  background-color: #3B499F;
}
.sec02 h2.ttl {
  font-size: 2.2vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (min-width: 1600px) {
  .sec02 h2.ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .sec02 h2.ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 h2.ttl {
    font-size: 22px;
    padding-bottom: 30px;
  }
}
.sec02 .list {
  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 (max-width: 767px) {
  .sec02 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec02 .list .item {
  position: relative;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .sec02 .list .item {
    width: 85%;
    padding: 5% 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .list .item:not(:last-child) {
    padding: 5% 0 15%;
  }
}
.sec02 .list .item:not(:last-child):after {
  content: '';
  width: 10%;
  height: 100%;
  background: url(/assets/images/clients/sg/img_arrow_01.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -20%;
}
@media screen and (max-width: 767px) {
  .sec02 .list .item:not(:last-child):after {
    height: 90%;
    top: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .list .item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec02 .list .item .txt {
  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;
  font-size: 1.2vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1600px) {
  .sec02 .list .item .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .list .item .txt {
    font-size: 20px;
  }
}
.sec02 .list .item .txt .number {
  font-size: 1.3vw;
  font-family: 'Oswald', sans-serif;
  color: #3B499F;
  background-color: #FFDD00;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  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-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1000px) {
  .sec02 .list .item .txt .number {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .list .item .txt .number {
    font-size: 22px;
    width: 35px;
    height: 35px;
    padding: 5%;
  }
}

.sec03 {
  background-color: rgba(59, 73, 159, 0.08);
}
.sec03 .wrap {
  width: 67.5%;
  max-width: 1080px;
}
@media screen and (max-width: 1000px) {
  .sec03 .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .wrap {
    width: 90%;
  }
}
.sec03 h2.ttl {
  font-size: 1.8vw;
  font-weight: bold;
  border-bottom: solid 3px #3B499F;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1600px) {
  .sec03 h2.ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .sec03 h2.ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 h2.ttl {
    font-size: 16px;
    line-height: 1.5;
    border-bottom-width: 2px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.sec03 .flx {
  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 (max-width: 767px) {
  .sec03 .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec03 .flx .txt {
  width: 65%;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec03 .flx .txt {
    width: 100%;
    font-size: 14px;
    padding-bottom: 25px;
  }
}
.sec03 .flx .txt span {
  font-weight: bold;
}
.sec03 .flx .btn {
  width: 30%;
  height: 54px;
  border-radius: 27px;
  font-size: 1.2vw;
}
@media screen and (min-width: 1600px) {
  .sec03 .flx .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .sec03 .flx .btn {
    height: 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .flx .btn {
    width: 98%;
    margin: 0 auto;
    height: 60px;
    border-radius: 60px;
    font-size: 16px;
  }
}

.sec04 h2.ttl {
  font-size: 1.8vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (min-width: 1600px) {
  .sec04 h2.ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .sec04 h2.ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 h2.ttl {
    font-size: 16px;
    line-height: 1.5;
    border-bottom-width: 2px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.sec04 .box {
  background-color: #EFF0F8;
  border: solid 5px #3B499F;
  padding: 4.5% 3%;
}
@media screen and (max-width: 767px) {
  .sec04 .box {
    border-width: 3px;
    padding: 20px 0;
  }
}
.sec04 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec04 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
  }
}
.sec04 .list .item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .sec04 .list .item {
    width: 100%;
  }
  .sec04 .list .item:first-of-type {
    margin-bottom: 20px;
  }
}
.sec04 .list .item .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #3B499F;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec04 .list .item .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .list .item .ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.sec04 .list .item img {
  max-width: 530px;
  width: 100%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec04 .list .item img {
    margin-bottom: 10px;
  }
}
.sec04 .list .item .txt {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec04 .list .item .txt {
    font-size: 14px;
  }
}
.sec04 .list .item .txt a {
  color: #3B499F;
  text-decoration: underline;
}
.sec04 .loginbox .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #3B499F;
  margin-bottom: 40px;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .sec04 .loginbox .ttl {
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.sec04 .loginbox .clm {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 .loginbox .clm {
    width: 90%;
  }
}
.sec04 .loginbox .clm .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec04 .loginbox .clm .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec04 .loginbox .clm .flx .form {
  width: 30%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .sec04 .loginbox .clm .flx .form {
    width: 100%;
    padding-bottom: 15px;
    max-width: 100%;
  }
}
.sec04 .loginbox .clm .flx .form label {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec04 .loginbox .clm .flx .form label {
    font-size: 14px;
  }
}
.sec04 .loginbox .clm .flx .form input[type="text"] {
  border: solid 1px #959595;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}
.sec04 .loginbox .clm .flx .btn {
  font-size: 1.2vw;
  width: 30%;
  height: 54px;
  border-radius: 27px;
  max-width: 320px;
}
@media screen and (min-width: 1600px) {
  .sec04 .loginbox .clm .flx .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .sec04 .loginbox .clm .flx .btn {
    height: 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .loginbox .clm .flx .btn {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    height: 60px;
    border-radius: 60px;
    font-size: 16px;
  }
}
.sec04 .loginbox .clm .caption {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec04 .loginbox .clm .caption {
    font-size: 12px;
  }
}
.sec04 .loginbox .clm .caption span {
  color: #3B499F;
  font-weight: bold;
}

.sec05 {
  background-color: rgba(59, 73, 159, 0.08);
  counter-reset: que_number 0 ans_number 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 25px;
  }
}
.sec05 h2.ttl {
  font-size: 2.2vw;
  font-weight: 900;
  color: #3B499F;
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .sec05 h2.ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 h2.ttl {
    font-size: 22px;
    padding-bottom: 30px;
  }
}
.sec05 .sec {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 50px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec05 .sec {
    padding: 0;
    border-top: solid 1px #206DC4;
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.sec05 .sec .que,
.sec05 .sec .ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec05 .sec .que,
  .sec05 .sec .ans {
    padding: 3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec05 .sec .que:before,
.sec05 .sec .ans:before {
  width: 5%;
  font-size: 16px;
  margin-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  line-height: 1.9;
  flex: none;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .sec05 .sec .que:before,
  .sec05 .sec .ans:before {
    width: 7%;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .sec .que:before,
  .sec05 .sec .ans:before {
    width: 10vw;
    line-height: 2.2;
    margin-right: 10px;
  }
}
.sec05 .sec .que {
  padding-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec05 .sec .que {
    border-bottom: solid 1px #206DC4;
    padding-bottom: 3%;
  }
}
.sec05 .sec .que:before {
  counter-increment: que_number 1;
  content: "Q " counter(que_number);
  background-color: #3B499F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec05 .sec .que:before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .sec .ans {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec05 .sec .ans a {
  color: #3B499F;
  text-decoration: underline;
}
.sec05 .sec .ans:before {
  counter-increment: ans_number 1;
  content: "A " counter(ans_number);
  color: #3B499F;
}
@media screen and (max-width: 767px) {
  .sec05 .sec .ans:before {
    font-size: 14px;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
