@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

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

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #505050;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

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

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-flex {
  display: none !important;
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp-inlineblock {
  display: none !important;
}

.pc-inlineblock {
  display: inline-block !important;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp-inlineblock {
    display: inline-block !important;
  }
  .pc-inlineblock {
    display: none !important;
  }
}
:root {
  --main_color: #002b8a;
}

.ank {
  margin-top: -118px;
  padding-top: 118px;
}
@media screen and (max-width: 750px) {
  .ank {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.ank.ank_mg {
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 750px) {
  .ank.ank_mg {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.header {
  height: 117px;
  width: 100%;
  z-index: 2000;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .header {
    height: 95px;
  }
}
.header .header-tag {
  background-color: #e3e3e3;
  height: 40px;
  padding-right: 2em;
}
@media screen and (max-width: 750px) {
  .header .header-tag {
    padding-right: 1em;
  }
}
.header .header-tag .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .header .header-tag .txt {
    height: 40px;
  }
}
.header .header-tag .txt .i {
  width: 11px;
  margin-right: 7px;
}
@media screen and (max-width: 750px) {
  .header .header-tag .txt .i {
    width: 10px;
    position: relative;
    top: 2px;
  }
}
.header .header-tag .txt .link {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 750px) {
  .header .header-tag .txt .link {
    text-underline-offset: 5px;
    font-size: 10px;
  }
}
.header .inner {
  height: 77px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .header .inner {
    height: 55px;
  }
}
.header .inner .logo_wrap {
  padding: 0;
  position: absolute;
  top: 16px;
  left: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1300px) {
  .header .inner .logo_wrap {
    left: 2%;
  }
}
.header .inner .logo_wrap .logo {
  padding-right: 1em;
}
@media screen and (max-width: 750px) {
  .header .inner .logo_wrap .logo {
    padding-right: 0.6em;
  }
}
.header .inner .logo_wrap .logo img {
  width: 101px;
  height: 46px;
}
@media screen and (max-width: 750px) {
  .header .inner .logo_wrap .logo img {
    width: 80px;
    height: auto;
  }
}
.header .inner .logo_wrap .txt {
  border-left: 1px solid #7a8a93;
  padding-left: 1.3em;
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .header .inner .logo_wrap .txt {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header .inner .logo_wrap .txt {
    display: block;
    font-size: 10px;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 750px) {
  .header .inner .logo_wrap {
    width: 100%;
    top: auto;
    top: 10px;
    left: 13px;
    z-index: 100;
  }
}
.header .inner .nav {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 1.5%;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .header .inner .nav {
    right: 0.5%;
  }
}
@media screen and (max-width: 750px) {
  .header .inner .nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    display: block;
    right: 0;
  }
}
.header .inner .nav .nav_logo {
  width: 120px;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 750px) {
  .header .inner .nav .nav_logo {
    width: 150px;
    margin: 0 0 0.3em;
  }
}
.header .inner .nav .nav_cp {
  font-size: 10px;
}
.header .inner .nav .lists {
  width: auto;
  margin: 0 1.2em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .header .inner .nav .lists {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .header .inner .nav .lists {
    position: fixed;
    z-index: 100;
    top: 88px;
    left: -100vw;
    margin: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    display: block;
    padding: 3em 1em 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.header .inner .nav .list {
  height: auto;
  padding: 0 1.15em;
  margin: 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header .inner .nav .list {
    padding: 0 0.75em;
  }
}
.header .inner .nav .list:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 11px;
  background-color: #c4c4c4;
}
@media screen and (max-width: 750px) {
  .header .inner .nav .list:after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header .inner .nav .list {
    text-align: center;
    margin: 0 0 1.5em;
    height: auto;
  }
  .header .inner .nav .list_last {
    margin: 4em 0 0;
  }
}
.header .inner .nav .list .link {
  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%;
  height: 100%;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  padding: 0;
  line-height: 1.3;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .header .inner .nav .list .link {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .header .inner .nav .list .link {
    font-size: 14px;
  }
}
.header .inner .nav .list .link br {
  display: none;
}
.header .inner .nav .list .link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 19%;
  left: -5%;
  width: 0;
  height: 3px;
  background-color: #ed9236;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 750px) {
  .header .inner .nav .list .link:after {
    display: none;
  }
}
.header .inner .nav .list .link_blue {
  color: #0095d8;
}
.header .inner .nav .list .link.on:after {
  width: calc(100% + 20px);
  left: -10px;
  bottom: 19%;
  height: 3px;
}
@media screen and (max-width: 900px) {
  .header .inner .nav .list .link.on:after {
    left: -5px;
    width: calc(100% + 10px);
  }
}
.header .inner .nav .list .btn_gp {
  margin: 3em 0 0 0;
}
.header .inner .nav .list .btn_gp .btn {
  background-size: 23px;
  background-position: right 10px center;
  width: 90%;
  height: 55px;
  font-size: 13px;
}
.header .inner .nav .list.list_nob:after {
  display: none;
}
.header .inner .nav .btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 142px;
  height: 45px;
  background-color: #ed9236;
  border-radius: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../img/ar_orange.png);
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 21px;
  padding: 0 1.4em 0 0;
}
.header .inner .nav .btn_link:hover {
  opacity: 1;
  background-color: #ec7700;
}
@media screen and (max-width: 750px) {
  .header .inner .nav .btn_link {
    display: none;
  }
}
.header .inner .toggle {
  display: none;
}
@media screen and (max-width: 750px) {
  .header .inner .toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 55px;
    height: 55px;
    z-index: 101;
  }
  .header .inner .toggle span {
    display: block;
    height: 1px;
    width: 18px;
    background-color: #000;
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .header .inner .toggle span:nth-child(1) {
    top: 20px;
  }
  .header .inner .toggle span:nth-child(2) {
    top: 27px;
  }
  .header .inner .toggle span:nth-child(3) {
    top: 34px;
  }
}

body .header {
  position: relative;
  height: 117px;
}
@media screen and (max-width: 750px) {
  body .header {
    height: 95px;
  }
}

body.header_short .header {
  position: fixed;
  top: 0;
  left: 0;
  height: 77px;
}
@media screen and (max-width: 750px) {
  body.header_short .header {
    height: 55px;
  }
}
body.header_short .header .header-tag {
  display: none;
}

.header.open .inner .nav .lists {
  left: 0;
}

@-webkit-keyframes alpha {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes alpha {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header.open .inner .toggle span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 27px;
}
.header.open .inner .toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 27px;
}
.header.open .inner .toggle span:nth-child(2) {
  display: none;
}
.header.open .inner .nav {
  right: 0;
}

body {
  color: #000;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

body.header_short {
  padding-top: 117px;
}

@media screen and (max-width: 750px) {
  body {
    padding: 0;
  }
  body.header_short {
    padding-top: 88px;
  }
}
p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 1000px) {
  p {
    font-size: 1.6vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  p {
    font-size: 14px;
  }
}

.wrap {
  overflow-x: hidden;
}

.main {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main {
    height: auto;
  }
}
.main .img {
  height: 100%;
}
.main .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .cp_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 3.6em;
  text-align: center;
}
.main .cp {
  margin: 0 auto 1.4em;
  max-width: 617px;
  width: 90%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .main .cp {
    width: 90%;
    display: block;
    top: 45px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto 0.7em;
  }
}
.main .lead {
  text-align: center;
  font-size: 31.4px;
  color: #005096;
  margin-bottom: 0.6em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .main .lead {
    font-size: 2.6166666667vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .main .lead {
    font-size: 5.4758800522vw;
    min-height: 0vw;
    line-height: 1.7;
    margin-bottom: 1.3em;
  }
}
.main .merit-wrap {
  margin-bottom: 1.7em;
}
@media screen and (max-width: 750px) {
  .main .merit-wrap {
    margin-bottom: 1.1em;
  }
}
.main .merit-wrap .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .merit-wrap .layout {
    display: block;
  }
}
.main .merit-wrap .layout .merit-body {
  background-color: #005096;
  width: 286px;
  height: 41px;
  margin: 0 0.5em;
  color: #fff;
  font-size: 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.5em 0 0 0;
}
@media screen and (max-width: 750px) {
  .main .merit-wrap .layout .merit-body {
    margin-bottom: 0.7em;
  }
}
.main .merit-wrap .layout .merit-body .big {
  font-size: 23px;
  font-weight: 500;
  margin: 0 0.1em;
}
.main .merit-wrap .layout .merit-body sup {
  font-size: 10px;
  vertical-align: top;
  margin: 0 -0.6em 0 0;
}
.main .merit-wrap .note {
  font-size: 10px;
  color: #000;
  letter-spacing: 0;
  display: block;
  padding-top: 0.6em;
}
@media screen and (max-width: 750px) {
  .main .merit-wrap .note {
    padding-top: 0;
    margin-top: -0.7em;
  }
}
.main .btn_gp {
  margin: auto;
}
@media screen and (max-width: 750px) {
  .main .btn_gp {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .main .cp_wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3.1em;
  }
}

.btn_gp {
  text-align: center;
}
.btn_gp .btn_gp_lead {
  font-size: 18px;
  color: #fff;
  background-color: hsl(199, 97%, 43%);
  height: 47px;
  line-height: 47px;
  display: inline-block;
  padding: 0 1.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.01em;
  margin: 0 auto;
  position: relative;
  top: -8px;
  z-index: 1;
  width: 385px;
}
@media screen and (max-width: 750px) {
  .btn_gp .btn_gp_lead {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: 75%;
  }
}
.btn_gp .btn_gp_lead:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid rgb(3, 147, 214);
  border-right: 20px solid rgba(221, 221, 221, 0);
  border-bottom: 57px solid rgba(221, 221, 221, 0);
  border-left: 20px solid rgba(221, 221, 221, 0);
}
@media screen and (max-width: 750px) {
  .btn_gp .btn_gp_lead:after {
    border-top: 20px solid rgb(3, 147, 214);
    border-right: 13px solid rgba(221, 221, 221, 0);
    border-bottom: 30px solid rgba(221, 221, 221, 0);
    border-left: 13px solid rgba(221, 221, 221, 0);
    bottom: -44px;
  }
}
.btn_gp .btn {
  width: 407px;
  height: 81px;
  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;
  font-size: 20px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding: 0 0.8em 0 0;
  color: #fff;
  background-color: #ed9236;
  border-radius: 50px;
  margin: 0 auto;
  background-image: url(../img/ar_orange.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 34px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_gp .btn:hover {
  opacity: 1;
  background-color: #ec7700;
}
@media screen and (max-width: 750px) {
  .btn_gp .btn {
    background-size: 26px;
    background-position: right 13px center;
    width: 81%;
    height: 62px;
    font-size: 15px;
  }
}
.btn_gp .note {
  font-size: 12px;
  padding: 0.7em 0 0 0;
}
@media screen and (max-width: 750px) {
  .btn_gp .note {
    font-size: 10px;
    padding: 0.6em 0 0 0;
  }
}

.btn_gp.btn_gp_sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.btn_gp.btn_gp_sp .btn {
  width: 100%;
  border-radius: 0;
}
.btn_gp.btn_gp_sp.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec {
  padding: 3.7em 0 3.2em;
}
.sec_reco {
  padding: 5.4em 0 0;
}
.sec_trouble {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .sec {
    padding: 2.1em 0 2.2em;
  }
  .sec_reco {
    padding: 2.5em 0 1.5em;
  }
}
.sec .sec_title {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  color: #1e5091;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 750px) {
  .sec .sec_title {
    font-size: 20px;
    margin: 0 0 1.6em;
  }
}
.sec .sec_title span {
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec .sec_title span {
    width: 80%;
    margin: 0 auto;
  }
}
.sec .sec_title span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1e5091;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .sec .sec_title span:after {
    bottom: -8px;
  }
}
@media screen and (max-width: 750px) {
  .sec .sec_title_flow {
    width: 240px;
    display: block;
    margin: 0 auto 1.6em;
  }
  .sec .sec_title_flow span:after {
    width: 240px;
  }
}
@media screen and (max-width: 750px) {
  .sec .sec_title_new-stage {
    width: 280px;
    display: block;
    margin: 0 auto 1.6em;
  }
  .sec .sec_title_new-stage span {
    width: 100%;
    display: block;
  }
  .sec .sec_title_new-stage span:after {
    width: 280px;
  }
}

.color {
  background-color: #fff;
}
.color_pd {
  padding: 0 0 1em;
}

.color-blue {
  background-color: rgba(0, 149, 216, 0.2);
}

.reco ul {
  width: 660px;
  margin: 0 auto 4.1em;
  padding: 0 0 0 2.1em;
}
@media screen and (max-width: 750px) {
  .reco ul {
    width: auto;
    margin: 0 auto;
    width: 85%;
    padding: 0;
  }
}
.reco ul li {
  font-size: 24px;
  margin: 0 0 1em;
  line-height: 1.5;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: 29px;
  padding: 0 0 0 2em;
  background-position: 0 4px;
}
@media screen and (max-width: 750px) {
  .reco ul li {
    font-size: 15px;
    background-size: 20px;
  }
  .reco ul li br {
    display: none;
  }
}

.merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1044px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 3.4em;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .merit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    margin: 0 auto 1.5em;
  }
}
.merit .child {
  width: 28.5%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .merit .child {
    width: 100%;
    margin: 0 auto 2.9em;
  }
}
.merit .child .num {
  width: 51px;
  height: auto;
  margin: 0 auto -23px;
}
@media screen and (max-width: 750px) {
  .merit .child .num {
    width: 37px;
    margin: 0 auto -18px;
  }
}
.merit .child .body {
  background-color: #fff;
  border-radius: 25px;
  padding: 2.4em 0 1em;
  margin: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-height: 217px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .merit .child .body {
    padding: 1.9em 0 0.6em;
  }
}
.merit .child .body .name {
  text-align: center;
  font-size: 24px;
  color: #1e5091;
  border-bottom: 3px solid rgba(121, 136, 145, 0.5);
  padding: 0 0 0.5em;
  margin: 0 0 0.4em;
}
@media screen and (max-width: 1200px) {
  .merit .child .body .name {
    font-size: 2vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .merit .child .body .name {
    font-size: 18px;
    margin: 0 0 0.7em;
    padding: 0 0 0.8em;
  }
}
.merit .child .body .value {
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  min-height: 90px;
  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;
}
@media screen and (max-width: 1200px) {
  .merit .child .body .value {
    font-size: 1.6666666667vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .merit .child .body .value {
    font-size: 14px;
  }
}

.trouble {
  max-width: 1044px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 46px;
  padding: 0 0 3.8rem;
}
@media screen and (max-width: 750px) {
  .trouble {
    border-radius: 26px;
    width: 85%;
    padding: 0 0 2.1em;
  }
}
.trouble .title {
  font-size: 32px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background-image: url(../img/com_back01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  text-align: center;
  padding: 0.8em 0 1.2em;
  color: #fff;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  letter-spacing: 0.12em;
  margin: 0 0 1.9em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .trouble .title {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    padding: 1.2em 0 1.7em;
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto 1.1em;
  }
}
.trouble .lists {
  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;
  width: 84%;
  margin: 0 auto 2.6em;
}
@media screen and (max-width: 750px) {
  .trouble .lists {
    margin: 0 auto 1.8em;
  }
}
.trouble .lists li {
  width: 29%;
  margin: 0 0 1.8em;
  max-width: 248px;
}
@media screen and (max-width: 750px) {
  .trouble .lists li {
    width: 46%;
    margin: 0 0 1.3em;
  }
}

.results .btn_gp {
  margin: 0 0 2em;
}

@media screen and (max-width: 750px) {
  .sec.results {
    padding: 1.9em 0 0.1em;
  }
}
.results_slide_wrap {
  max-width: 1080px;
  margin: 0 auto 1.8em;
  overflow: hidden;
  padding: 1em;
}
@media screen and (max-width: 1200px) {
  .results_slide_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .results_slide_wrap {
    margin: 0 auto 1em;
    width: 100%;
  }
}

.results_slide_over {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 4.2em;
}
.results_slide_over .swiper-pagination {
  bottom: -44px;
}
.results_slide_over .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background-color: #979899;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .results_slide_over .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.results_slide_over .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005096;
}
.results_slide_over .results_slide-scrollbar {
  display: none;
}
@media screen and (max-width: 750px) {
  .results_slide_over {
    width: 100%;
    margin: 0 auto 2em;
  }
  .results_slide_over .results_slide-scrollbar {
    display: none;
  }
  .results_slide_over .swiper-pagination {
    bottom: -19px;
  }
}

.results_note {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5em;
}
@media screen and (max-width: 750px) {
  .results_note {
    font-size: 10px;
    margin-bottom: 3.6em;
  }
}

.slide_arrow_prev {
  width: 51px;
  height: 51px;
  position: absolute;
  left: -74px;
  top: 43%;
  margin: auto;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .slide_arrow_prev {
    left: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .slide_arrow_prev {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .slide_arrow_prev {
    left: 0;
    width: 35px;
    height: auto;
    left: 34px;
    top: 47.5%;
  }
}
.slide_arrow_prev:hover {
  opacity: 0.8;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.slide_arrow_next {
  cursor: pointer;
  width: 51px;
  height: 51px;
  position: absolute;
  right: -74px;
  top: 43%;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .slide_arrow_next {
    right: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .slide_arrow_next {
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .slide_arrow_next {
    width: 35px;
    height: auto;
    right: 34px;
    top: 47.5%;
  }
}
@media screen and (max-width: 750px) {
  .results_slide_over .slide_arrow_prev,
  .results_slide_over .slide_arrow_next {
    top: 47%;
  }
}

.swiper-button-disabled {
  pointer-events: none;
}

.slide_scrollbar {
  height: 8px;
  width: 100%;
  background: rgba(121, 136, 145, 0.2);
  max-width: 1044px;
  margin: 40px auto 0;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .slide_scrollbar {
    width: 90%;
    margin: 15px auto 0;
  }
}

.swiper-scrollbar-drag {
  background: #798891;
}

.swiper-slide {
  background-color: #fff;
  min-height: 436px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0 0 1.1em;
}
@media screen and (max-width: 750px) {
  .swiper-slide {
    min-height: unset;
    height: auto;
    padding: 0 0 0.5em;
  }
}
.swiper-slide .img img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.swiper-slide .lead {
  font-size: 17px;
  color: #1e5091;
  padding: 1.4em 1.2em;
  line-height: 1.6;
  font-weight: 500;
  min-height: 120px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .swiper-slide .lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-slide .lead {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .swiper-slide .lead {
    font-size: 14px;
    padding: 1.5em 1em;
    min-height: 110px;
  }
}
.swiper-slide .spec {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .swiper-slide .spec {
    width: 90%;
    padding: 0;
  }
}
.swiper-slide .spec dl {
  width: 100%;
  margin: 0 0 1.1em;
}
.swiper-slide .spec dl dt {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  width: 35%;
  white-space: nowrap;
  margin: 0 0 0.55em 0;
}
@media screen and (max-width: 1200px) {
  .swiper-slide .spec dl dt {
    font-size: 1.2727272727vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .swiper-slide .spec dl dt {
    font-size: 14px;
  }
}
.swiper-slide .spec dl dd {
  font-size: 12px;
  font-weight: 500;
  width: 65%;
  padding: 0;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.swiper-slide .spec dl dd .gray {
  background-color: #979899;
  font-size: 11px;
  color: #fff;
  padding: 0.8em 1em 0.9em;
  margin: 0 0.5em 0.5em 0;
  border-radius: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .swiper-slide .spec dl dd .gray {
    font-size: 0.9166666667vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .swiper-slide .spec dl dd .gray {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.swiper-slide .spec dl dd .white {
  border-radius: 100px;
  color: #979899;
  border: 2px solid #979899;
  font-size: 11px;
  padding: 0.8em 1em 0.9em;
  margin: 0 0.5em 0.5em 0;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .swiper-slide .spec dl dd .white {
    font-size: 0.9166666667vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .swiper-slide .spec dl dd .white {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .swiper-slide .spec dl dd {
    font-size: 12px;
  }
}

.sec.about {
  background-color: #798891;
  text-align: center;
}
.sec.about .sec_title {
  color: #fff;
  font-weight: bold;
}
.sec.about .sec_title span:after {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .sec.about .sec_title .sp_border {
    display: block;
    width: 85%;
    font-size: 21px;
  }
}
.sec.about .about_lead {
  font-size: 24px;
  color: #fff;
  margin: 0 0 0.8em;
  padding: 0.3em 0 0 0;
}
@media screen and (max-width: 750px) {
  .sec.about .about_lead {
    font-size: 15px;
  }
}
.sec.about .about_txt {
  font-size: 16px;
  color: #fff;
  margin: 0 0 2.8em;
}
@media screen and (max-width: 1100px) {
  .sec.about .about_txt {
    font-size: 1.4545454545vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.about .about_txt {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 2.5em;
  }
  .sec.about .about_txt br {
    display: none;
  }
}
.sec.about .about_dist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1030px;
  width: 90%;
  margin: 0 auto 4.8em;
}
@media screen and (max-width: 750px) {
  .sec.about .about_dist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    margin: 0 auto 1.2em;
  }
}
.sec.about .about_dist .child {
  max-width: 313px;
  width: 30%;
  height: 435px;
  background-color: #fff;
  border-radius: 25px;
  padding: 2.1em 0 2em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .sec.about .about_dist .child {
    height: 380px;
  }
}
@media screen and (max-width: 750px) {
  .sec.about .about_dist .child {
    height: auto;
    width: 100%;
    max-width: unset;
    margin: 0 0 1.5em;
    padding: 1.5em 0 0.8em;
  }
}
.sec.about .about_dist .child .lead {
  font-size: 20px;
  color: #1e5091;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0em;
  margin: 0 auto 0.8em;
}
@media screen and (max-width: 1100px) {
  .sec.about .about_dist .child .lead {
    font-size: 1.8181818182vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.about .about_dist .child .lead {
    font-size: 16px;
  }
}
.sec.about .about_dist .child .txt {
  width: 90%;
  font-size: 16px;
  margin: 0 auto 1em;
  height: 56px;
}
@media screen and (max-width: 1100px) {
  .sec.about .about_dist .child .txt {
    font-size: 1.4545454545vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.about .about_dist .child .txt {
    font-size: 13px;
    height: auto;
    margin: 0 auto 0.5em;
  }
}
.sec.about .about_dist .child .txt .big01 {
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  .sec.about .about_dist .child .txt .big01 {
    font-size: 2.7272727273vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.about .about_dist .child .txt .big01 {
    font-size: 24px;
  }
}
.sec.about .about_dist .child .txt .big02 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .sec.about .about_dist .child .txt .big02 {
    font-size: 2.1818181818vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.about .about_dist .child .txt .big02 {
    font-size: 20px;
  }
}
.sec.about .about_dist .child .txt .small {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .sec.about .about_dist .child .txt .small {
    font-size: 1.2727272727vw;
    min-height: 0vw;
  }
}
.sec.about .about_dist .child .txt.txt_lh {
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .sec.about .about_dist .child .img {
    width: 85%;
    margin: 0 auto;
  }
}
.sec.about .about_dist .child .note {
  font-size: 14px;
  padding: 2.2em 0 0 0;
}
@media screen and (max-width: 1100px) {
  .sec.about .about_dist .child .note {
    font-size: 1.2727272727vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.about .about_dist .child .note {
    font-size: 11px;
    padding: 0.8em 0 1.7em;
  }
}
.sec.about .btn_gp {
  margin: 0 auto 1.7em;
}
.sec.about .btn_gp .btn_gp_lead {
  width: 385px;
}
@media screen and (max-width: 750px) {
  .sec.about .btn_gp .btn_gp_lead {
    width: 67%;
  }
}
.sec.about .btn_gp .btn {
  width: 523px;
  padding: 0 0 0 0;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 750px) {
  .sec.about .btn_gp .btn {
    width: 90%;
    padding: 0;
    font-size: 15px;
  }
}

.cm .cm_inner {
  max-width: 740px;
  width: 90%;
  margin: 0 auto;
  padding: 5.7em 0 0 0;
}
@media screen and (max-width: 750px) {
  .cm .cm_inner {
    padding: 2.7em 0 0 0;
    width: 85%;
  }
}
.cm .cm_inner .cm_name {
  background-color: #1e5091;
  color: #fff;
  text-align: center;
  padding: 0.6em 0;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .cm .cm_inner .cm_name {
    font-size: 16px;
    padding: 0.7em 0;
  }
}
.cm .cm_inner .cm_lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  padding: 1.2em 0;
  background-color: #d7e1e9;
  color: #1e5091;
}
@media screen and (max-width: 750px) {
  .cm .cm_inner .cm_lead {
    font-size: 15px;
    padding: 1.2em 0 1.5em;
  }
}

.sec.voice {
  padding: 4.3em 0 5.2em;
}
@media screen and (max-width: 750px) {
  .sec.voice {
    padding: 2.7em 0 3.5em;
  }
  .sec.voice .sec_title {
    margin: 0 0 1.2em;
  }
}

.voice_slide_wrap {
  max-width: 1080px;
  margin: 0 auto 1.8em;
  overflow: hidden;
  padding: 1em;
}
.voice_slide_wrap .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.voice_slide_wrap .swiper-slide {
  min-height: unset;
  height: auto;
}
.voice_slide_wrap .swiper-slide .voice_slide_child {
  padding: 1.9em 0 2em 0;
}
@media screen and (max-width: 750px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child {
    padding: 2em 0 2em 0;
  }
}
.voice_slide_wrap .swiper-slide .voice_slide_child .img {
  width: 109px;
  height: 109px;
  margin: 0 auto 1.3em;
}
@media screen and (max-width: 750px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child .img {
    width: 95px;
    height: auto;
  }
}
.voice_slide_wrap .swiper-slide .voice_slide_child .cat {
  width: 83%;
  margin: 0 auto;
  height: 62px;
}
@media screen and (max-width: 1000px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child .cat {
    height: auto;
  }
}
.voice_slide_wrap .swiper-slide .voice_slide_child .cat span {
  background-color: #798891;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  padding: 0.3em 1em;
  display: inline-block;
  margin: 0 0.1em 0.45em;
}
@media screen and (max-width: 1000px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child .cat span {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child .cat span {
    font-size: 10px;
  }
}
.voice_slide_wrap .swiper-slide .voice_slide_child .lead {
  padding: 0.7em 1.2em 0;
  min-height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child .lead {
    margin: 0 0 1em;
    font-size: 15px;
    height: auto;
    min-height: unset;
  }
}
@media screen and (max-width: 750px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child .lead {
    width: 83%;
    margin: 0 auto 1em;
    padding: 0.7em 0 0;
  }
}
.voice_slide_wrap .swiper-slide .voice_slide_child .txt {
  width: 86%;
  margin: 0 auto;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .voice_slide_wrap .swiper-slide .voice_slide_child .txt {
    width: 83%;
    font-size: 12px;
  }
}
.voice_slide_wrap .voice_swiper-pagination {
  display: none;
}
.voice_slide_wrap .voice_slide-prev {
  display: none;
}
.voice_slide_wrap .voice_slide-next {
  display: none;
}
@media screen and (max-width: 750px) {
  .voice_slide_wrap .slide_scrollbar {
    width: 90%;
    margin: 60px auto 0;
    display: none;
  }
  .voice_slide_wrap .voice_swiper-pagination {
    display: block;
    bottom: -20px;
  }
  .voice_slide_wrap .voice_slide-prev {
    display: block;
  }
  .voice_slide_wrap .voice_slide-next {
    display: block;
  }
}

.voice_slide_over {
  position: relative;
  max-width: 1080px;
  margin: 0 auto -0.7em;
}
.voice_slide_over .voice_slide-scrollbar {
  display: none;
}

@media screen and (max-width: 750px) {
  .voice_inner {
    position: relative;
  }
}
.voice_inner .note {
  max-width: 1040px;
  margin: 0 auto;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .voice_inner .note {
    font-size: 10px;
    letter-spacing: 0;
    position: absolute;
    bottom: -4em;
    right: 2em;
  }
}

.swiper-button-disabled {
  opacity: 0;
}

.footer {
  height: 128px;
  background-color: #222222;
}
@media screen and (max-width: 750px) {
  .footer {
    height: auto;
    padding: 2.8em 1.6em 6em;
  }
}
.footer .layout {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer .layout {
    display: block;
  }
}
.footer .layout .child .ft-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .footer .layout .child .ft-nav ul {
    display: block;
    margin-bottom: 2.4em;
  }
}
.footer .layout .child .ft-nav ul li {
  margin: 0 1.8em 0 0;
}
@media screen and (max-width: 750px) {
  .footer .layout .child .ft-nav ul li {
    margin: 0 0 0.3em 0;
  }
}
.footer .layout .child .ft-nav ul li a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  .footer .layout .child .ft-nav ul li a {
    font-size: 1.3vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .footer .layout .child .ft-nav ul li a {
    font-size: 12px;
  }
}
.footer .layout .child .copy {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .footer .layout .child .copy {
    font-size: 11px;
  }
}

.cv {
  background-image: url(../img/ft-back.jpg);
  background-size: cover;
  text-align: center;
  padding: 4.4em 0 5em;
  width: 100%;
  margin: 0 auto;
  height: 441px;
}
@media screen and (max-width: 750px) {
  .cv {
    background-image: url(../img/ft-back_sp.jpg);
    height: auto;
    padding: 2.6em 0 2.2em;
  }
  .cv .btn_gp .btn_gp_lead {
    width: 70%;
  }
  .cv .btn {
    width: 80%;
  }
}
.cv .cv_lead {
  font-size: 50px;
  color: #1e5091;
  line-height: 1.4;
  margin: 0 0 1.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .cv .cv_lead {
    font-size: 27px;
    padding: 0;
    margin: 0 0 1em;
  }
}

.modaal-overlay {
  z-index: 3000;
}

.modaal-close:after,
.modaal-close:before {
  top: 10px;
  left: 24px;
  width: 2px;
  height: 31px;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: initial;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff;
}

@media screen and (max-width: 750px) {
  .modaal-video-wrap {
    margin: auto;
    position: relative;
  }
}
.scroll-hint-icon-wrap {
  display: none;
}
@media screen and (max-width: 750px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
}

.scroll-hint-icon {
  top: calc(50% - 86px) !important;
}

.hint_wrapper {
  display: none;
}
@media screen and (max-width: 750px) {
  .hint_wrapper {
    display: block;
    width: 120px;
    height: 85px;
    position: absolute;
    top: 76px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
  }
}
.hint_wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.hint_wrapper .scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 85px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 20px 10px 15px 10px;
}
.hint_wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
.hint_wrapper .scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.hint_wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.hint_wrapper .scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.hint_wrapper .scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

.swiper-pagination-bullet-active {
  background-color: #1e5091;
}

.flt {
  display: none;
}
@media screen and (max-width: 750px) {
  .flt {
    display: block;
    position: fixed;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 3000;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .flt .btn_gp .btn {
    width: 100%;
    border-radius: 0;
    background-position: right 20% center;
  }
}

.flt.on {
  opacity: 1;
  bottom: 0;
}

.remote {
  padding: 3.7em 0 4.5em;
}
@media screen and (max-width: 750px) {
  .remote {
    padding: 2em 0 1.5em;
  }
}
.remote .remote-lead {
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
  padding: 0.3em 0 0 0;
  margin: 0 0 5.8em;
  color: #222;
}
@media screen and (max-width: 750px) {
  .remote .remote-lead {
    font-size: 12px;
    text-align: left;
    width: 90%;
    margin: 0 auto 4.5em;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.remote .remote-illust {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
.remote .fig {
  position: relative;
  max-width: 1082px;
  margin: 0 auto 0;
  width: 90%;
  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: 750px) {
  .remote .fig {
    margin: 0 auto 0;
    display: block;
    max-width: 450px;
  }
}
.remote .fig .block {
  position: relative;
  max-width: 493px;
  width: 45.6%;
  background-color: #fff;
  padding: 55px 0 38px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 750px) {
  .remote .fig .block {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    width: 100%;
    margin-bottom: 2.1em;
    padding: 2.7em 0 2em;
  }
}
.remote .fig .block img {
  width: 93%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .remote .fig .block img {
    width: 92%;
  }
}
.remote .fig .block img.width_img {
  width: 82%;
  margin: 0 auto;
  left: -0.4em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .remote .fig .block img.width_img {
    width: 85%;
  }
}
.remote .fig .block .title {
  max-width: 420px;
  width: 90%;
  background-color: #0095d8;
  aspect-ratio: 420/75;
  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: 22px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -2.1em;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .remote .fig .block .title {
    font-size: 2vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .remote .fig .block .title {
    top: -7%;
    aspect-ratio: 420/70;
    width: 85%;
    text-align: center;
    font-size: 15px;
  }
}
.remote .fig .block_right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 750px) {
  .remote .fig .block_right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    padding: 3em 0 4em;
  }
  .remote .fig .block_right .title {
    top: auto;
    bottom: -1.5em;
  }
}
.remote .fig .ar {
  position: absolute;
  top: 41%;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 164px;
  width: 16%;
  aspect-ratio: 164/169;
  background-image: url(../img/remonte-ar.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1;
  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;
  z-index: 1;
  padding: 0 0.8em 0 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .remote .fig .ar {
    font-size: 2.1818181818vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .remote .fig .ar {
    background-image: url(../img/remonte-ar_sp.png);
    aspect-ratio: 305/169;
    top: 43%;
    width: 45%;
    padding: 0 0 0.3em;
    line-height: 1.3;
    font-size: 13px;
  }
}

.sec.flow {
  text-align: center;
  padding-bottom: 2.3em;
}
@media screen and (max-width: 750px) {
  .sec.flow {
    padding: 2.5em 0 0.4em;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 450px;
  }
}
.sec.flow .flow_inner .flow-wrap {
  max-width: 1042px;
  height: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/flow-back.png);
  background-repeat: no-repeat;
  background-size: 89.1% auto;
  margin: 4em auto 1.3em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap {
    max-width: 750px;
    height: 179px;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap {
    background-image: url(../img/flow-back_sp.png);
    height: auto;
    display: block;
    background-size: 100% auto;
    margin: 2.6em 0 1em 0;
  }
}
.sec.flow .flow_inner .flow-wrap .item {
  padding-top: 0.6em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item {
    padding-top: 0.1em;
  }
}
.sec.flow .flow_inner .flow-wrap .item:nth-child(1) {
  width: 22.5%;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item:nth-child(1) {
    width: 100%;
    aspect-ratio: 5/2;
  }
}
.sec.flow .flow_inner .flow-wrap .item:nth-child(2) {
  width: 22.8%;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item:nth-child(2) {
    width: 100%;
    aspect-ratio: 5/1.6;
    padding-top: 2em;
  }
  .sec.flow .flow_inner .flow-wrap .item:nth-child(2) .text {
    padding-top: 1em;
  }
}
.sec.flow .flow_inner .flow-wrap .item:nth-child(3) {
  width: 21.8%;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item:nth-child(3) {
    width: 100%;
    aspect-ratio: 5/1.7;
    padding-top: 2.5em;
  }
}
.sec.flow .flow_inner .flow-wrap .item:nth-child(4) {
  width: 22.5%;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item:nth-child(4) {
    width: 100%;
    aspect-ratio: 5/1.6;
    padding-top: 2em;
  }
  .sec.flow .flow_inner .flow-wrap .item:nth-child(4) .text {
    padding-top: 1em;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    aspect-ratio: 5/2;
    padding: 1.3em 1em;
  }
}
.sec.flow .flow_inner .flow-wrap .item .num {
  font-size: 20px;
  color: #005096;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item .num {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .num {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .sec.flow .flow_inner .flow-wrap .item .num {
    font-size: 4vw;
    min-height: 0vw;
  }
}
.sec.flow .flow_inner .flow-wrap .item .num .big {
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 0 0.1em;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item .num .big {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .num .big {
    font-size: 35px;
  }
}
@media screen and (max-width: 500px) {
  .sec.flow .flow_inner .flow-wrap .item .num .big {
    font-size: 7vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .num {
    width: 25%;
    text-align: left;
    line-height: 1;
  }
}
.sec.flow .flow_inner .flow-wrap .item .body .text {
  font-size: 14px;
  color: #005096;
  text-align: left;
  width: 70%;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item .body .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .body .text {
    width: 100%;
    line-height: 1.8;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .sec.flow .flow_inner .flow-wrap .item .body .text {
    font-size: 3.2vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .body {
    width: 75%;
  }
}
.sec.flow .flow_inner .flow-wrap .item .btn_gp {
  position: absolute;
  bottom: 1.7em;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item .btn_gp {
    bottom: 8%;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .btn_gp {
    bottom: 15%;
  }
}
.sec.flow .flow_inner .flow-wrap .item .btn_gp .btn {
  width: 67%;
  height: 46px;
  font-size: 15px;
  background-size: 18px;
  padding: 0 1.5em 0 0;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item .btn_gp .btn {
    font-size: 11px;
    width: 75%;
    background-size: 16px;
    background-position: right 10px center;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .btn_gp .btn {
    font-size: 13px;
    width: 59%;
    height: 42px;
    padding: 0;
  }
}
.sec.flow .flow_inner .flow-wrap .item .i {
  width: 72px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2em;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item .i {
    width: 50px;
    bottom: 10%;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .i {
    right: 8%;
    bottom: 28%;
    left: auto;
  }
}
.sec.flow .flow_inner .flow-wrap .item .i_send {
  width: 138px;
  bottom: 2.2em;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item .i_send {
    width: 83px;
    bottom: 16%;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .i_send {
    width: 95px;
    bottom: 32%;
    right: 5%;
  }
}
.sec.flow .flow_inner .flow-wrap .item .i_shake {
  width: 108px;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .item .i_shake {
    width: 66px;
    bottom: 13%;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .item .i_shake {
    width: 74px;
    bottom: 32%;
    right: 5%;
  }
}
.sec.flow .flow_inner .flow-wrap .let {
  border: 2px solid #005096;
  height: 100%;
  font-size: 24px;
  color: #005096;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 95px;
  position: absolute;
  top: 0;
  right: 0;
  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;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .flow-wrap .let {
    font-size: 14px;
    width: 65px;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-wrap .let {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 18px;
    padding: 1em 0;
    margin: 0.7em 0 0 0;
  }
}
.sec.flow .flow_inner .flow-note {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4em;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .flow-note {
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
  }
}
.sec.flow .flow_inner .pr-direct {
  max-width: 1042px;
  width: 90%;
  margin: 0 auto 3.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #d4ebff;
  padding: 1.5em 3em 1.6em;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .pr-direct {
    width: 100%;
    display: block;
    padding: 1.2em 1.1em 1.1em;
    margin: 0 auto 2.3em;
  }
}
.sec.flow .flow_inner .pr-direct .logo {
  width: 35%;
  padding: 0.4em 0 0 0;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .pr-direct .logo {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
}
.sec.flow .flow_inner .pr-direct .logo img {
  max-width: 222px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .pr-direct .logo img {
    max-width: 130px;
  }
}
.sec.flow .flow_inner .pr-direct .txt {
  width: 65%;
  border-left: 1px solid #999;
  text-align: left;
  padding: 0 0 0 3.8em;
  line-height: 1.9;
}
@media screen and (max-width: 1000px) {
  .sec.flow .flow_inner .pr-direct .txt {
    padding: 0 0 0 1.5em;
    font-size: 1.6vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .pr-direct .txt {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 12px;
  }
}
.sec.flow .flow_inner .btn_gp {
  margin: 0 auto 1.7em;
}
.sec.flow .flow_inner .btn_gp .btn_gp_lead {
  background-color: #1e5091;
  width: 385px;
}
.sec.flow .flow_inner .btn_gp .btn_gp_lead:after {
  border-top: 29px solid rgb(30, 80, 145);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .btn_gp .btn_gp_lead:after {
    border-top: 20px solid rgb(30, 80, 145);
  }
}
@media screen and (max-width: 750px) {
  .sec.flow .flow_inner .btn_gp .btn {
    width: 90%;
  }
}

.sec.new-stage {
  padding: 3.9em 0 4.3em;
}
@media screen and (max-width: 750px) {
  .sec.new-stage {
    padding: 2em 0 2em;
  }
}
.sec.new-stage .inner {
  position: relative;
  max-width: 1030px;
  margin: 4.8em auto 0;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .sec.new-stage .inner {
    margin: 2.7em auto 0;
  }
}
.sec.new-stage .inner .img {
  max-width: 548px;
  width: 54%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec.new-stage .inner .img {
    max-width: unset;
    width: 100%;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 750px) {
  .sec.new-stage .inner .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 93%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec.new-stage .inner .layout .txt {
  font-size: 16px;
  line-height: 2;
  max-width: 210px;
  width: 22%;
  color: #07507b;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .sec.new-stage .inner .layout .txt {
    font-size: 1.4545454545vw;
    min-height: 0vw;
  }
}
.sec.new-stage .inner .layout .txt:nth-child(1) {
  position: absolute;
  top: 12.5%;
  left: 0;
}
@media screen and (max-width: 750px) {
  .sec.new-stage .inner .layout .txt:nth-child(1) {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    font-size: 12px;
    width: 46.2%;
    line-height: 1.8;
  }
}
.sec.new-stage .inner .layout .txt:nth-child(2) {
  position: absolute;
  top: 12.5%;
  right: 0;
}
@media screen and (max-width: 750px) {
  .sec.new-stage .inner .layout .txt:nth-child(2) {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    font-size: 12px;
    width: 46.2%;
    line-height: 1.8;
  }
}

.sec.faq {
  background-color: #fff;
  padding: 3.7em 0 0;
}
@media screen and (max-width: 750px) {
  .sec.faq {
    padding: 2.1em 0 0;
  }
}
.sec.faq .sec_title {
  margin: 0 0 0.3em;
}
.sec.faq .inner {
  padding: 2.2em 0 5.5em;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner {
    padding: 2.1em 0 2.1em;
  }
}
.sec.faq .inner .title {
  margin: 0 0 1em;
}
.sec.faq .inner .faq_block_wrap {
  max-width: 1044px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap {
    width: 90%;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block {
  margin: 0 0 0.5em;
  width: 100%;
}
.sec.faq .inner .faq_block_wrap .faq_block dt {
  background-color: #f5f5f5;
  font-size: 16px;
  width: 100%;
  padding: 1.5em 1em 1.5em 4.7em;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dt {
    font-size: 16px;
    padding: 1.1em 3em 1.1em 3em;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dt:hover {
  opacity: 0.8;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.sec.faq .inner .faq_block_wrap .faq_block dt span {
  display: block;
  position: relative;
  margin: 0 0 0 0.3em;
  color: #000;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dt span {
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dt span:before {
  content: "Q";
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  margin: 0 0.7em 0 0;
  position: relative;
  position: absolute;
  left: -52px;
  top: -3px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  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;
  background-color: #005096;
  padding: 0 0 0.3em 0;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dt span:before {
    top: -1px;
    left: -38px;
    font-size: 16px;
    width: 26px;
    height: 26px;
    margin: 0;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 38px;
  bottom: 0;
  width: 2px;
  height: 19px;
  margin: auto;
  background-color: #798891;
  -webkit-transition: height 0.15s;
  transition: height 0.15s;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dt:before {
    top: 0;
    right: 24px;
    bottom: 0;
    width: 2px;
    height: 15px;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  width: 19px;
  height: 2px;
  margin: auto;
  background-color: #798891;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 15px;
    height: 2px;
    margin: auto;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dd {
  font-size: 16px;
  width: 100%;
  display: none;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dd {
    font-size: 12px;
  }
  .sec.faq .inner .faq_block_wrap .faq_block dd span {
    padding: 1.2em 1em 0.5em 4.4em;
  }
  .sec.faq .inner .faq_block_wrap .faq_block dd br {
    display: none;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dd span {
  padding: 1.5em 1em 1.5em 5em;
  display: block;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dd span {
    padding: 1.5em 1em 1.2em 4.6em;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dd span:before {
  content: "A";
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: 22px;
  left: 28px;
  color: #fff;
  font-size: 22px;
  width: 34px;
  height: 34px;
  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;
  background-color: #979899;
  border-radius: 50px;
  padding: 0 0 0.1em 0;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dd span:before {
    font-size: 16px;
    width: 26px;
    height: 26px;
    top: 17px;
    left: 15px;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dt.open + dd {
  display: block;
}
.sec.faq .inner .faq_block_wrap .faq_block dt.open + dd a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .sec.faq .inner .faq_block_wrap .faq_block dt.open + dd {
    display: block;
    font-size: 12px;
  }
}
.sec.faq .inner .faq_block_wrap .faq_block dt.open:before {
  height: 2px;
}

body.header_short .header .inner .nav .lists {
  top: 55px;
}

body.header_short .header.open .inner .nav .lists {
  top: 55px;
}/*# sourceMappingURL=style.css.map */