/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #111111;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-backface-visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

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

/*------------------------------------------------------------
Header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
.lp-btnsp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  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;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.68);
}
@media screen and (max-width: 767px) {
  .lp-btnsp {
    padding: 30px 0;
  }
}
.lp-btnsp a {
  width: 320px;
  border-radius: 41px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .lp-btnsp a {
    display: block;
    width: 175px;
    height: 38px;
    border-radius: 45px;
    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: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
  }
}
.lp-btnsp a:nth-child(1) {
  background: #F5820D;
  -webkit-box-shadow: 3px 4px 0 0 rgb(170, 93, 14);
          box-shadow: 3px 4px 0 0 rgb(170, 93, 14);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp-btnsp a:nth-child(1) {
    -webkit-box-shadow: 1px 2px 0 0 rgb(170, 93, 14);
            box-shadow: 1px 2px 0 0 rgb(170, 93, 14);
    margin-right: 5px;
  }
}
.lp-btnsp a:nth-child(2) {
  background: #4A96D0;
  -webkit-box-shadow: 3px 4px 0 0 rgb(42, 108, 158);
          box-shadow: 3px 4px 0 0 rgb(42, 108, 158);
}
@media screen and (max-width: 767px) {
  .lp-btnsp a:nth-child(2) {
    -webkit-box-shadow: 1px 2px 0 0 rgb(42, 108, 158);
            box-shadow: 1px 2px 0 0 rgb(42, 108, 158);
  }
}
.lp-btnsp a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .lp-btnsp a:after {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 10px;
  }
}
@media screen and (min-width: 767px) {
  .lp-btnsp a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.l-footer {
  position: relative;
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--main {
    position: relative;
    z-index: 1;
  }
}
.l-footer--logo {
  margin-bottom: 10px;
}
.l-footer--txt {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer--txt {
    font-size: 16px;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
  }
}
.l-footer--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer--links {
    margin-bottom: 25px;
  }
}
.l-footer--links li {
  margin-right: 20px;
  position: relative;
}
.l-footer--links li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #444;
  position: absolute;
  right: -10px;
  top: 0;
}
.l-footer--links li:last-child {
  margin-right: 0;
}
.l-footer--links li:last-child:after {
  display: none;
}
.l-footer--links li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #444;
  line-height: 1;
}
.l-footer--copy {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-top: 130px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer--copy {
    font-size: 10px;
    margin-top: 0;
    padding: 20px 0 60px;
    text-align: center;
    white-space: nowrap;
  }
}
.l-footer--img {
  position: absolute;
  right: 0;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .l-footer--img {
    position: static;
    text-align: right;
    margin-right: -20px;
  }
}

.l-footer02 {
  background: #274F6C;
  text-align: center;
  padding: 40px 0;
}
.l-footer02--links {
  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;
  margin-bottom: 30px;
}
.l-footer02--links li {
  border-right: 1px solid #fff;
}
.l-footer02--links li:last-child {
  border-right: none;
}
.l-footer02--links li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
  padding: 0 10px;
}
.l-footer02--copy {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.l-main {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.btn-submit {
  cursor: pointer;
  display: inline-block;
  width: 320px;
  background: #F5820D;
  -webkit-box-shadow: 3px 4px 0 0 rgb(170, 93, 14);
          box-shadow: 3px 4px 0 0 rgb(170, 93, 14);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 41px;
  padding: 22px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.btn-submit:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
}
.btn-submit:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-submit input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.btn-text {
  display: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
}
.btn-text:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: calc(100% + 10px);
  top: calc(50% - 3px);
}
.btn-text input,
.btn-text button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
heading
------------------------------------------------------------*/
.c-noi {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #274F6C;
  text-align: center;
  padding: 10px 45px;
  border-radius: 25px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-noi {
    font-size: 16px;
    letter-spacing: 0.01em;
    padding: 6px 35px;
    white-space: nowrap;
    top: -18px;
  }
}
.c-noi:after {
  content: "";
  border-top: 18px solid #274F6C;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-noi:after {
    bottom: -12px;
  }
}

.c-noi02 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  background: #274F6C;
  padding: 10px 45px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .c-noi02 {
    font-size: 16px;
    letter-spacing: -0.01em;
    padding: 6px 20px;
    white-space: nowrap;
  }
}
.c-noi02:after {
  content: "";
  border-top: 18px solid #274F6C;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-noi02:after {
    bottom: -12px;
  }
}

.c-title1 {
  font-size: 45.29px;
  letter-spacing: 0.05em;
  color: #274F6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 30px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
}
.c-title1 span {
  font-size: 20px;
  background: #F1F1F1;
  padding: 7px 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .c-title1 span {
    display: block;
    font-size: 15.88px;
    max-width: 178px;
    margin: 0 auto;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
time
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-reverseSP {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*------------------------------------------------------------
Banner
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Box
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breacrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Loading page
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Pagenavi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
.l-form {
  max-width: 550px;
  margin: 0 auto;
}
.l-form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-form--row {
    display: block;
    margin-bottom: 20px;
  }
}
.l-form--col {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
.l-form--col:nth-child(1) {
  width: 176px;
  font-weight: 700;
  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;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-form--col:nth-child(1) {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    margin-bottom: 5px;
  }
}
.l-form--col:nth-child(1) span {
  display: inline-block;
  width: 47px;
  height: 24px;
  background: #F5820D;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .l-form--col:nth-child(1) span {
    margin-left: 10px;
  }
}
.l-form--col:nth-child(2) {
  width: 360px;
}
.l-form--agree {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.l-form--agree input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin-right: 5px;
}
.l-form--agree a {
  color: #026CAD;
  text-decoration: underline;
}
.l-form--agree .error {
  position: absolute;
  top: 100%;
  left: 0;
}
.l-form--submit {
  margin-top: 40px;
  text-align: center;
}
.l-form input[type=text],
.l-form input[type=email] {
  width: 100%;
  height: 45px;
  background: #F5F5F5;
  text-indent: 15px;
}
.l-form textarea {
  width: 100%;
  height: 160px;
  background: #F5F5F5;
  padding: 15px;
}
.l-form .txt_confirm {
  display: none;
}
.l-form .mw_wp_form_confirm .l-form--col:nth-child(1) span {
  display: none;
}
.l-form .mw_wp_form_confirm .l-form--agree {
  display: none;
}
.l-form .mw_wp_form_confirm .txt_contact {
  display: none;
}
.l-form .mw_wp_form_confirm .txt_confirm {
  display: block;
}
.l-form .mw_wp_form_confirm .btn-text {
  display: inline-block;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Animation
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.post_content {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}
.post_content ul,
.post_content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.post_content ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}
.post_content ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}
.post_content ul li {
  list-style: disc;
}
.post_content ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}
.post_content ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}
.post_content ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}
.post_content ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}
.post_content ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}
.post_content ol li {
  list-style-type: decimal;
}
.post_content iframe {
  max-width: 100% !important;
}
.post_content img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .post_content img {
    margin-bottom: 24px;
  }
}
.post_content em {
  font-style: italic;
}
.post_content strong {
  font-weight: bold !important;
}
.post_content h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content pre {
  display: block;
  white-space: pre;
  margin: 1em 0px;
}
.post_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.post_content p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*------------------------------------------------------------
Top
------------------------------------------------------------*/
.mv {
  position: relative;
}
.mv--img {
  position: relative;
}
.mv--img img {
  width: 100%;
}
.mv--btn01 {
  width: 23.4%;
  height: 11.6%;
  border-radius: 3vw;
  opacity: 0;
  position: absolute;
  left: 5.4133%;
  top: 73.3%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mv--btn01 {
    width: 43.47%;
    height: 8.43%;
    left: 4.8%;
    top: 50%;
    border-radius: 12vw;
  }
}
@media screen and (min-width: 767px) {
  .mv--btn01:hover {
    opacity: 0.3;
  }
}
.mv--btn02 {
  width: 23.4%;
  height: 11.6%;
  border-radius: 3vw;
  opacity: 0;
  position: absolute;
  left: 30.14%;
  top: 73.3%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mv--btn02 {
    width: 43.47%;
    height: 8.43%;
    left: 51.733%;
    top: 50%;
    border-radius: 12vw;
  }
}
@media screen and (min-width: 767px) {
  .mv--btn02:hover {
    opacity: 0.3;
  }
}

.sec01 {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    top: 0;
    margin-bottom: 0;
    padding: 50px 0;
  }
}
.sec01--title {
  font-size: 22px;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec01--title {
    margin-bottom: 25px;
  }
}
.sec01--list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec01--list--item {
  text-align: center;
  width: 32%;
  max-width: 278px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .sec01--list--item {
    width: 100%;
    max-width: 252px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.sec01--list--item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec01--list--item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec01--list--item:nth-child(1) img {
    width: 176px;
  }
  .sec01--list--item:nth-child(2) img {
    width: 160px;
  }
  .sec01--list--item:nth-child(3) img {
    width: 152px;
  }
}
.sec01--list--item--logo {
  height: 83px;
  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: 767px) {
  .sec01--list--item--logo {
    height: auto;
  }
}
.sec01--list--item--link {
  display: block;
  width: 100%;
  background-color: #026CAD;
  font-size: 16px;
  color: #fff;
  padding: 6px 0;
  border-radius: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec01--list--item--link {
    font-size: 13px;
  }
}
.sec01--list--item--link:hover {
  opacity: 0.7;
  padding: 5px 0;
}

.sec02 {
  background: #DADADA;
  padding: 40px 0;
}
.sec02--title {
  font-size: 37px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec02--title {
    font-size: 28px;
    line-height: 1.32;
    margin-bottom: 20px;
  }
}
.sec02--main {
  max-width: 963px;
  margin: 0 auto;
}
.sec02--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec02--list--item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  height: 140px;
  max-width: 470px;
  -webkit-box-shadow: 0 2px 9px 0px rgba(113, 113, 113, 0.258);
          box-shadow: 0 2px 9px 0px rgba(113, 113, 113, 0.258);
  border-radius: 5px;
  padding: 0 25px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .sec02--list--item {
    width: 100%;
    padding: 0 10px;
    height: 74px;
  }
  .sec02--list--item:nth-child(1) img {
    width: 46px;
  }
  .sec02--list--item:nth-child(2) img {
    width: 39.5px;
  }
  .sec02--list--item:nth-child(3) img {
    width: 42px;
  }
  .sec02--list--item:nth-child(4) img {
    width: 43px;
  }
}
.sec02--list--item--icon {
  width: 81px;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sec02--list--item--icon {
    width: 46px;
    text-align: right;
    margin-right: 15px;
  }
}
.sec02--list--item--txt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec02--list--item--txt {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.sec02--list--item--txt span {
  color: #F5820D;
}

.sec03 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 60px;
  }
}
.sec03--title {
  text-align: center;
  position: relative;
  top: -45px;
}
@media screen and (max-width: 767px) {
  .sec03--title {
    top: -30px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.sec03--title2 {
  font-size: 32.25px;
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec03--title2 {
    font-size: 19.43px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.sec03--title2 .og {
  color: #fff;
  background-color: #F5820D;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .sec03--title2 .og {
    padding: 0 5px;
  }
}
.sec03--title2 .bl {
  color: #fff;
  background: #026CAD;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .sec03--title2 .bl {
    padding: 0 5px;
  }
}
.sec03--title2 .up {
  font-size: 59.13px;
  color: #274F6C;
}
@media screen and (max-width: 767px) {
  .sec03--title2 .up {
    font-size: 44.63px;
  }
}
.sec03--title2 .cl {
  color: #274F6C;
}
@media screen and (max-width: 767px) {
  .sec03--title2 .cl {
    font-size: 24.35px;
  }
}
.sec03--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec03--txt {
    font-size: 15px;
    text-align: left;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
}
.sec03--txt .bl {
  color: #026CAD;
  font-weight: 700;
}
.sec03--txt .og {
  color: #F5820D;
  font-weight: 700;
}
.sec03--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec03--tabs--item {
  color: #fff;
  width: 50%;
  height: 83px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .sec03--tabs--item {
    font-size: 14px;
    height: 70px;
    padding: 12px 0;
  }
}
.sec03--tabs--item:nth-child(1) {
  background: #026CAD;
  border-radius: 5px 5px 0 0;
}
.sec03--tabs--item:nth-child(2) {
  background: #F5820D;
  border-radius: 5px 5px 0 0;
}
.sec03--tabs--item span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .sec03--tabs--item span {
    font-size: 18px;
  }
}
.sec03--point--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec03--point--icon {
  width: 96px;
  height: 96px;
  border-radius: 5px;
  background: #CDDBE5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  color: #274F6C;
  line-height: 1;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec03--point--icon {
    width: 150px;
    height: 31px;
    border-radius: 2px;
    font-size: 15px;
    padding: 2px;
  }
}
.sec03--point--icon span {
  display: block;
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .sec03--point--icon span {
    font-size: 22.07px;
    display: inline-block;
  }
}
.sec03--point--icon.og {
  background: #FFF5EC;
  color: #F5820D;
}
.sec03--point--title {
  font-size: 22px;
  font-weight: 900;
  color: #274F6C;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sec03--point--title {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
}
.sec03--point--title.og {
  color: #F5820D;
}
.sec03--point--cont {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .sec03--point--cont {
    padding-left: 0;
  }
}
.sec03--point--list li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sec03--point--list li {
    font-size: 14.5px;
    letter-spacing: 0.01em;
    line-height: 1.31;
  }
}
.sec03--point--list li:before {
  content: "";
  border-left: 11px solid #274F6C;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .sec03--point--list li:before {
    top: 3px;
  }
}
.sec03--point--list.og li:before {
  border-left-color: #F5820D;
}
.sec03--point--bg {
  color: #333;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec03--point--bg {
    display: block;
    padding: 10px 5px;
  }
}
.sec03--point--col {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sec03--point--col {
    padding: 5px;
  }
}
.sec03--point--col:nth-child(1) {
  background: #F0F9FF;
}
.sec03--point--col:nth-child(2) {
  background: #FFF5EC;
}
.sec03--point01 {
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F0F9FF), color-stop(50%, #FFF5EC));
  background: linear-gradient(to right, #F0F9FF 50%, #FFF5EC 50%);
}
@media screen and (max-width: 767px) {
  .sec03--point01 {
    padding: 5px;
  }
}
.sec03--point01--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec03--point01--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}
.sec03--point01--bg {
  color: #333;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  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;
}
@media screen and (max-width: 767px) {
  .sec03--point01--bg {
    display: block;
    padding: 10px 5px;
  }
}
.sec03--point01--title {
  font-size: 22px;
  font-weight: 900;
  color: #274F6C;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03--point01--title {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.sec03--point01--title span {
  color: #F5820D;
}
.sec03--point01--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec03--point01--list {
    max-width: 248px;
    display: block;
    margin: 0 auto;
  }
}
.sec03--point01--list li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 15px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec03--point01--list li {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.sec03--point01--list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec03--point01--list li:last-child {
    margin-bottom: 0;
  }
}
.sec03--point01--list li:before {
  content: "";
  border-left: 11px solid #F5820D;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;
  top: 2px;
}
.sec03--point01--list li:nth-child(1):before {
  border-left: 11px solid #274F6C;
}

.sec04 {
  position: relative;
  background: #EDF8FF;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 45px 0;
  }
}
.sec04--title {
  font-size: 45.29px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #274F6C;
  text-align: center;
  margin-bottom: 20px;
}
.sec04--txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec04--txt {
    font-size: 15px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 15px;
  }
}
.sec04--txt span {
  color: #F5820D;
  font-weight: 700;
}
.sec04--main {
  padding: 30px 24px;
  background: #fff;
  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) {
  .sec04--main {
    display: block;
    padding: 18px;
  }
}
.sec04--step--col {
  width: 25%;
  max-width: 214px;
}
@media screen and (max-width: 767px) {
  .sec04--step--col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .sec04--step--col:after {
    content: "";
    border-top: 26px solid #F1F1F1;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec04--step--col:last-child {
    margin-bottom: 0;
  }
  .sec04--step--col:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec04--step--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec04--step--step {
  font-size: 12.28px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #274F6C;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec04--step--step {
    display: inline-block;
  }
}
.sec04--step--step span {
  display: block;
  font-size: 26.43px;
  font-weight: 300;
}
.sec04--step--title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3125;
  color: #274F6C;
  margin-bottom: 22px;
  width: 100%;
  min-height: 57px;
  background: #ccc;
  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;
  text-align: center;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec04--step--title {
    display: inline-block;
    width: calc(100% - 45px);
    min-height: 37px;
    font-size: 16px;
    letter-spacing: 0;
    padding: 8px;
    text-align: left;
    clip-path: none;
  }
}
.sec04--step--img {
  text-align: center;
  min-height: 105px;
}
@media screen and (max-width: 767px) {
  .sec04--step--img {
    min-height: unset;
  }
}
.sec04--step--btns {
  margin: 0 auto;
  max-width: 186px;
}
.sec04--step--btn01 {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #026CAD;
  border-radius: 5px;
  padding: 7px 0;
  -webkit-box-shadow: 0 2px 0 0 #07507D;
          box-shadow: 0 2px 0 0 #07507D;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .sec04--step--btn01 {
    max-width: 186px;
    font-size: 14px;
    padding: 5px 0;
  }
}
.sec04--step--btn02 {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #36A0E0;
  border-radius: 5px;
  padding: 7px 0;
  -webkit-box-shadow: 0 2px 0 0 #2278AD;
          box-shadow: 0 2px 0 0 #2278AD;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .sec04--step--btn02 {
    max-width: 186px;
    font-size: 14px;
    padding: 5px 0;
  }
}
.sec04--step--btn03 {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #6BBBEC;
  border-radius: 5px;
  padding: 7px 0;
  -webkit-box-shadow: 0 2px 0 0 #3D85B0;
          box-shadow: 0 2px 0 0 #3D85B0;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .sec04--step--btn03 {
    max-width: 186px;
    font-size: 14px;
    padding: 5px 0;
  }
}
.sec04--step--txt {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec04--step--txt {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
}
.sec04--step--txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #FFF6C3));
  background: linear-gradient(transparent 65%, #FFF6C3 50%);
}

.sec05 {
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 40px 0 50px;
  }
}
.sec05--head {
  text-align: center;
}
.sec05--title {
  font-size: 45.29px;
  letter-spacing: 0.05em;
  color: #274F6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.sec05--title span {
  font-size: 20px;
  background: #F1F1F1;
  padding: 7px 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.sec05--txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec05--txt {
    font-size: 15px;
    text-align: left;
  }
}
.sec05--txt span {
  color: #F5820D;
}
.sec05--cont {
  text-align: center;
}

.sec06 {
  position: relative;
  background: #EDF8FF;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 40px 0;
  }
}
.sec06--txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec06--txt {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.sec06--txt span {
  color: #F5820D;
}
.sec06--main {
  max-width: 940px;
  margin: 0 auto 70px;
  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) {
  .sec06--main {
    display: block;
    margin: 0 auto 40px;
  }
}
.sec06--box01 {
  background: #274F6C;
  color: #fff;
  width: 33%;
  max-width: 300px;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .sec06--box01 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 22px 20px;
  }
}
.sec06--box01--main {
  max-width: 217px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06--box01--main {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec06--box01--step {
  font-size: 12.28px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec06--box01--step {
    margin-bottom: 0;
  }
}
.sec06--box01--step span {
  display: block;
  font-size: 26.43px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec06--box01--leftsp {
    text-align: center;
    min-width: 93px;
    border-right: 1px solid #fff;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--topsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--rightsp {
    width: calc(100% - 93px);
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--icon.ic01 img {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--icon.ic02 img {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--icon.ic03 img {
    width: 33px;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--icon.ic04 img {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--icon.ic05 img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box01--icon.ic06 img {
    width: 35px;
  }
}
.sec06--box01--title {
  font-size: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec06--box01--title {
    font-size: 20px;
    padding: 0;
    border-bottom: none;
  }
  .sec06--box01--title.fz18sp {
    font-size: 16px;
  }
  .sec06--box01--title.fz16sp {
    font-size: 16px;
  }
}
.sec06--box01--txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec06--box01--txt {
    letter-spacing: -0.02em;
    text-align: left;
  }
}
.sec06--box01--txt span {
  color: #F5820D;
}
.sec06--title02 {
  max-width: 611px;
  margin: 0 auto 40px;
  background: #026CAD;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06--title02 {
    font-size: 18px;
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 12px 0;
    line-height: 1.1667;
  }
}
.sec06--title02:before, .sec06--title02:after {
  content: "";
  width: 17px;
  height: 100%;
  border-left: 5px solid #EDF8FF;
  border-right: 5px solid #EDF8FF;
  position: absolute;
  top: 0;
}
.sec06--title02:before {
  left: 3px;
}
.sec06--title02:after {
  right: 3px;
}
.sec06--box02 {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 0 rgba(139, 166, 183, 0.41);
          box-shadow: 0 2px 11px 0 rgba(139, 166, 183, 0.41);
  margin-left: 15px;
  padding: 60px 30px 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06--box02 {
    margin-left: 12px;
    padding: 75px 12px 15px;
  }
}
.sec06--box02--title {
  font-size: 22px;
  letter-spacing: 0.07em;
  color: #fff;
  background: #707070;
  padding: 17px 22px;
  position: absolute;
  left: -15px;
  top: 14px;
}
@media screen and (max-width: 767px) {
  .sec06--box02--title {
    font-size: 16px;
    left: -12px;
    top: 14px;
    padding: 10px 16px;
  }
}
.sec06--box02--title:after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 15px;
  height: 13px;
  background: #3C3C3C;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.sec06--box02--title.title02 {
  background: #026CAD;
}
.sec06--box02--title.title02:after {
  background: #274F6C;
}
.sec06--box02--list {
  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: #CDCDCD;
  border-radius: 5px;
  max-width: 700px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .sec06--box02--list {
    display: block;
    background: none;
  }
}
.sec06--box02--list li {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding: 25px 0 25px 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec06--box02--list li {
    background: #CDCDCD;
    margin-right: 0;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 10px 10px 28px;
    letter-spacing: 0;
    text-align: left;
  }
}
.sec06--box02--list li:last-child {
  margin-right: 0;
}
.sec06--box02--list li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/check01.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .sec06--box02--list li:before {
    width: 15px;
    height: 15px;
    left: 10px;
    top: calc(50% - 7px);
  }
}
.sec06--box02--list.list02 {
  background: #FFEEDD;
}
@media screen and (max-width: 767px) {
  .sec06--box02--list.list02 {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .sec06--box02--list.list02 li {
    background: #FFEEDD;
  }
}
.sec06--box02--list.list02 li:before {
  content: "";
  background: url("../img/check02.png") no-repeat;
  background-size: contain;
}
.sec06--arr {
  text-align: center;
  padding: 20px 0;
}

.sec07 {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding-top: 40px;
  }
}

.sec08 {
  padding: 50px 0;
  background-image: url("../img/sec08_bg.png");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 40px 0;
  }
}
.sec08--title {
  text-align: center;
  font-size: 32.25px;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec08--title {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.sec08--title span {
  color: #026CAD;
}
.sec08--title .up {
  font-size: 59.13px;
}
@media screen and (max-width: 767px) {
  .sec08--title .up {
    font-size: 49px;
  }
}
.sec08--box {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 15px 0 rgba(165, 165, 165, 0.25);
          box-shadow: 0 0 0 15px 0 rgba(165, 165, 165, 0.25);
  padding: 35px 50px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec08--box {
    padding: 20px 18px;
    margin-bottom: 17px;
    position: relative;
  }
}
.sec08--box:last-child {
  margin-bottom: 0;
}
.sec08--box--title {
  background: #026CAD;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .sec08--box--title {
    font-size: 17px;
    letter-spacing: 0;
    padding: 10px 20px 10px 65px;
  }
}
.sec08--box--title:after {
  content: "";
  width: 17px;
  height: 100%;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  right: 3px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec08--box--title:after {
    border-width: 2px;
    right: 1px;
    width: 6px;
  }
}
.sec08--box--title span {
  background: #fff;
  color: #026CAD;
  font-size: 55.73px;
  letter-spacing: 0;
  line-height: 48px;
  display: inline-block;
  margin-left: 13px;
  padding: 0 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .sec08--box--title span {
    font-size: 30px;
    margin-left: 0;
    white-space: nowrap;
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 0 2px 0 10px;
    line-height: 1;
    height: calc(100% + 2px);
  }
  .sec08--box--title span:before {
    content: "";
    width: 4px;
    height: 23px;
    background: #026CAD;
    position: absolute;
    left: 0;
    top: 4px;
  }
}
.sec08--box--txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .sec08--box--txt {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
.sec08--box--title2 {
  font-size: 24px;
  color: #274F6C;
  margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec08--box--title2 {
    font-size: 18px;
    margin: 20px 0 15px;
  }
}
.sec08--box--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec08--box--list01 {
    display: block;
  }
}
.sec08--box--list01--item {
  margin-right: 57px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08--box--list01--item {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.sec08--box--list01--item:after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 3px solid #274F6C;
  border-right: 3px solid #274F6C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -30px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .sec08--box--list01--item:after {
    right: auto;
    bottom: -40px;
    top: auto;
    left: calc(50% - 12px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
.sec08--box--list01--item:last-child {
  margin-right: 0;
}
.sec08--box--list01--item:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec08--box--list01--item:last-child {
    margin-bottom: 0;
  }
}
.sec08--box--list01--item--txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.467;
  letter-spacing: 0.07em;
  padding-left: 30px;
  position: relative;
  max-width: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec08--box--list01--item--txt {
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.71;
  }
}
.sec08--box--list01--item--txt span {
  padding-top: 2px;
  text-align: center;
  color: #fff;
  background: #026CAD;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec08--box--list01--item--img {
  text-align: center;
}
.sec08--box--list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec08--box--list02 {
    display: block;
  }
}
.sec08--box--list02--item {
  width: 25%;
  text-align: center;
  padding: 0 19px;
  border-right: 1px solid #D5D5D5;
}
@media screen and (max-width: 767px) {
  .sec08--box--list02--item {
    width: 100%;
    border-right: none;
    padding: 15px 5px;
    border-bottom: 1px solid #D5D5D5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec08--box--list02--item:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .sec08--box--list02--item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .sec08--box--list02--item--rightsp {
    width: 188px;
  }
}
.sec08--box--list02--item--icon {
  min-height: 83px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec08--box--list02--item--icon {
    min-height: auto;
    margin-bottom: 0;
    width: calc(100% - 200px);
  }
}
.sec08--box--list02--item--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec08--box--list02--item--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 15px;
  font-weight: 900;
  color: #274F6C;
  letter-spacing: 0.01em;
  line-height: 1.3125;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .sec08--box--list02--item--txt {
    margin-right: 5px;
  }
}
.sec08--box--list02--item--txt:last-child {
  margin-right: 0;
}
.sec08--box--list02--item--txt .num {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #F5820D;
  margin-right: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec08--box--list02--item--txt .num {
    font-size: 40px;
    letter-spacing: -0.02em;
    margin-right: 2px;
  }
}
.sec08--box--list02--item--btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #274F6C;
  border-radius: 17.5px;
  padding: 8px 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec08--box--list02--item--btn {
    font-size: 15px;
    margin-top: 5px;
    padding: 5px 0;
  }
}
.sec08--box--list03 {
  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) {
  .sec08--box--list03 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec08--box--list03 li {
    text-align: center;
    margin-bottom: 15px;
  }
  .sec08--box--list03 li:last-child {
    margin-bottom: 0;
  }
  .sec08--box--list03 li img {
    width: 233px;
  }
}
.sec08--box--list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 23px;
}
.sec08--box--list04 li {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .sec08--box--list04 li {
    margin-right: 30px;
  }
}
.sec08--box--list04 li:last-child {
  margin-right: 0;
}
.sec08--box--list05 {
  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) {
  .sec08--box--list05 {
    display: block;
  }
}
.sec08--box--list05--item {
  width: 32%;
  max-width: 284px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 9px 0 rgba(109, 109, 109, 0.25);
          box-shadow: 2px 2px 9px 0 rgba(109, 109, 109, 0.25);
  text-align: center;
  padding: 25px 16px;
}
@media screen and (max-width: 767px) {
  .sec08--box--list05--item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .sec08--box--list05--item:last-child {
    margin-bottom: 0;
  }
}
.sec08--box--list05--item--logo {
  padding-bottom: 19px;
  border-bottom: 1px dashed #274F6C;
  min-height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 18px;
}
.sec08--box--list05--item--title1 {
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #274F6C;
}
.sec08--box--list05--item--title2 {
  font-size: 18px;
  letter-spacing: 0.07em;
}
.sec08--box--list05--item--title2 span {
  color: #F5820D;
}
.sec08--box--list05--item--title3 {
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #F5820D;
}
.sec08--box--list05--item--img {
  min-height: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec08--box--list05--item--txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  margin-top: 10px;
}
.sec08--box--list05--item--txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #FFF6C3));
  background: linear-gradient(transparent 65%, #FFF6C3 50%);
}

.sec09 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: 50px 0;
  }
}
.sec09--title {
  font-size: 45.29px;
  letter-spacing: 0.1em;
  color: #274F6C;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec09--title {
    font-size: 30px;
  }
}
.sec09--txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec09--txt {
    font-size: 15px;
    line-height: 1.667;
    margin-bottom: 20px;
    text-align: left;
  }
}
.sec09--txt span {
  color: #F5820D;
}
.sec09--box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec09--box {
    margin-bottom: 20px;
  }
}
.sec09--box--title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #274F6C;
  background: #F1F1F1;
  padding: 13px 0;
  border-radius: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec09--box--title {
    font-size: 16px;
    padding: 6px 0;
    margin-bottom: 25px;
  }
}
.sec09--box--list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec09--box--list li {
  margin-right: 24px;
  margin-bottom: 5px;
}
.sec09--box--list li:last-child {
  margin-right: 0;
}
.sec09--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec09--list01 {
    margin-bottom: 20px;
  }
}
.sec09--list01 li {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .sec09--list01 li {
    margin-right: 20px;
  }
}
.sec09--list01 li:last-child {
  margin-right: 0;
}
.sec09--list02 {
  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;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec09--list02 {
    margin-bottom: 15px;
  }
}
.sec09--list02 li {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .sec09--list02 li {
    margin-right: 10px;
  }
}
.sec09--list02 li:last-child {
  margin-right: 0;
}
.sec09--list02 li.lsp01 {
  max-width: 33%;
}
.sec09--list02 li.lsp02 {
  max-width: 27.5%;
}

.sec10 {
  background: url("../img/sec10_bg.png") center center no-repeat;
  background-size: cover;
}
.sec10 .slider-wrap {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec10 .slider-wrap {
    padding: 50px 0 20px;
  }
}
.sec10 .sec10-slick .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sec10 .sec10-slick .slick-list {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slick-list {
    padding-bottom: 0 !important;
  }
}
.sec10 .sec10-slick .slide-item {
  height: inherit !important;
  margin: 0 40px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item {
    margin: 0 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec10 .sec10-slick .slide-item.slick-current {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec10 .sec10-slick .slide-item .inner {
  max-width: 100%;
  width: 990px;
  height: 100%;
  padding: 50px 65px;
  background: #EDF8FF;
  -webkit-box-shadow: 0 0 17px 0 rgba(139, 152, 162, 0.24);
          box-shadow: 0 0 17px 0 rgba(139, 152, 162, 0.24);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item .inner {
    padding: 80px 11px 20px;
  }
}
.sec10 .sec10-slick .slide-item--title {
  background: #026CAD;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
  min-width: 422px;
  padding: 14px 65px;
  position: absolute;
  left: -20px;
  top: 32px;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--title {
    font-size: 16px;
    min-width: 314px;
    padding: 10px;
    text-align: center;
    left: -10px;
    top: 17px;
  }
}
.sec10 .sec10-slick .slide-item--title:after {
  position: absolute;
  left: 0;
  top: 99%;
  content: "";
  width: 15px;
  height: 13px;
  background: #274F6C;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--title:after {
    width: 11px;
    height: 9px;
  }
}
.sec10 .sec10-slick .slide-item--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 15px;
  }
}
.sec10 .sec10-slick .slide-item--txt1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.75;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--txt1 {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.88;
    margin-top: 10px;
  }
}
.sec10 .sec10-slick .slide-item--txt1 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #FFF6C3));
  background: linear-gradient(transparent 65%, #FFF6C3 50%);
}
.sec10 .sec10-slick .slide-item--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  padding: 14px;
  min-width: 372px;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--box {
    padding: 10px;
    width: 100%;
    min-width: unset;
  }
}
.sec10 .sec10-slick .slide-item--box--table {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--box--table {
    margin-left: 10px;
  }
}
.sec10 .sec10-slick .slide-item--box--table th {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.23;
  color: #274F6C;
  text-align: left;
  white-space: nowrap;
}
.sec10 .sec10-slick .slide-item--box--table td {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-align: left;
  padding-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--box--table td {
    padding-left: 10px;
  }
}
.sec10 .sec10-slick .slide-item--box--cont {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--box--cont {
    margin-left: 10px;
  }
}
.sec10 .sec10-slick .slide-item--box--txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  margin-top: 10px;
}
.sec10 .sec10-slick .slide-item--chart {
  background: #fff;
  text-align: center;
  padding: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--chart {
    padding: 10px 5px;
  }
  .sec10 .sec10-slick .slide-item--chart.chart-sp {
    padding: 50px 5px;
  }
}
.sec10 .sec10-slick .slide-item--txt2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slide-item--txt2 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.sec10 .sec10-slick .slide-item--txt2 span {
  color: #F5820D;
}
.sec10 .sec10-slick .slick-dots {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slick-dots {
    bottom: 0;
  }
}
.sec10 .sec10-slick .slick-dots li {
  width: 13px;
  height: 13px;
  border: 2px solid #274F6C;
  border-radius: 50%;
  margin: 0 12px;
}
.sec10 .sec10-slick .slick-dots li.slick-active {
  background: #274F6C;
}
.sec10 .sec10-slick .slick-dots li button {
  display: none;
}
.sec10 .sec10-slick .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-top: 3px solid #026CAD;
  border-right: 3px solid #026CAD;
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slick-arrow {
    width: 25px;
    height: 25px;
    border-width: 2px;
  }
}
.sec10 .sec10-slick .slick-arrow:before {
  display: none;
}
.sec10 .sec10-slick .slick-prev {
  left: calc(50% - 510px);
  z-index: 1;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slick-prev {
    left: 10px;
    top: 30%;
  }
}
.sec10 .sec10-slick .slick-next {
  right: calc(50% - 510px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec10 .sec10-slick .slick-next {
    right: 10px;
    top: 30%;
  }
}

.sec11 {
  padding: 60px 0;
}
.sec11--txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  text-align: center;
}
.sec11--video {
  max-width: 797px;
  border-radius: 28px;
  overflow: hidden;
  margin: 0 auto;
}
.sec11--video video {
  width: 100%;
  height: 407px;
}
@media screen and (max-width: 767px) {
  .sec11--video video {
    width: 100%;
    height: 46vw;
  }
}

.sec12 {
  padding: 60px 0;
  background: #FBFBFB;
}
.sec12--main {
  position: relative;
}
.sec12--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) {
  .sec12--list {
    display: block;
    padding-left: 65px;
  }
}
.sec12--list--item {
  width: 19.5%;
  max-width: 185px;
  border: 2px solid #274F6C;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 0 12px 20px;
}
@media screen and (max-width: 767px) {
  .sec12--list--item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
  }
  .sec12--list--item:last-child {
    margin-bottom: 0;
  }
}
.sec12--list--item--step {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #274F6C;
  border-radius: 0 0 18px 18px;
  padding: 6px 0;
  margin-bottom: 17px;
}
.sec12--list--item--icon {
  margin-bottom: 12px;
}
.sec12--list--item--txt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #274F6C;
  min-height: 63px;
  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;
}
.sec12--arr {
  margin-top: 23px;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 5px 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, #F5820D), to(#F5820D));
  background: linear-gradient(to right, #ffffff 0%, #F5820D 20%, #F5820D 100%);
  clip-path: polygon(0 0, 99% 0, 100% 50%, 99% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec12--arr {
    width: 35px;
    height: 100%;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    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: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(20%, #F5820D), to(#F5820D));
    background: linear-gradient(to bottom, #ffffff 0%, #F5820D 20%, #F5820D 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 99%, 50% 100%, 0% 99%);
  }
}

.sec13 {
  padding: 60px 0;
}
.sec13--main {
  max-width: 800px;
  margin: 0 auto;
}
.sec13--qa--item {
  margin-bottom: 20px;
}
.sec13--qa--item:last-child {
  margin-bottom: 0;
}
.sec13--qa--item--q {
  background: #274F6C;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 22px 80px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec13--qa--item--q {
    font-size: 17px;
    padding: 11px 50px;
  }
}
.sec13--qa--item--q:before {
  content: "Q.";
  font-size: 38px;
  font-weight: 300;
  position: absolute;
  left: 25px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .sec13--qa--item--q:before {
    font-size: 29px;
    left: 14px;
    top: 3px;
  }
}
.sec13--qa--item--q span {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 40px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .sec13--qa--item--q span {
    right: 20px;
  }
}
.sec13--qa--item--q span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 6px;
}
.sec13--qa--item--q span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec13--qa--item--q.active span:after {
  opacity: 0;
}
.sec13--qa--item--a {
  display: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 25px 40px 25px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec13--qa--item--a {
    font-size: 16px;
    padding: 10px 10px 10px 50px;
  }
}
.sec13--qa--item--a:before {
  content: "A.";
  font-size: 38px;
  font-weight: 300;
  color: #F5820D;
  position: absolute;
  left: 25px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .sec13--qa--item--a:before {
    font-size: 29px;
    left: 14px;
    top: 3px;
  }
}

.sec14 {
  padding: 65px 0;
  background: url("../img/sec14_bg.png") center center no-repeat;
  background-size: cover;
}
.sec14--title {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #274F6C;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec14--title {
    font-size: 21px;
  }
}
.sec14--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec14--btn {
  text-align: center;
  margin: 15px 0;
  margin-right: 18px;
}
.sec14--btn:last-child {
  margin-right: 0;
}
.sec14--btn.og p {
  color: #F5820D;
}
.sec14--btn.og p:before, .sec14--btn.og p:after {
  background: #F5820D;
}
.sec14--btn.og a {
  background: #F5820D;
  -webkit-box-shadow: 3px 4px 0 0 rgb(170, 93, 14);
          box-shadow: 3px 4px 0 0 rgb(170, 93, 14);
}
.sec14--btn.bl p {
  color: #4A96D0;
}
.sec14--btn.bl p:before, .sec14--btn.bl p:after {
  background: #4A96D0;
}
.sec14--btn.bl a {
  background: #4A96D0;
  -webkit-box-shadow: 3px 4px 0 0 rgb(42, 108, 158);
          box-shadow: 3px 4px 0 0 rgb(42, 108, 158);
}
.sec14--btn p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
.sec14--btn p:before {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.sec14--btn p:after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.sec14--btn a {
  display: block;
  width: 320px;
  border-radius: 41px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec14--btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 767px) {
  .sec14--btn a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/*
------------------------------------------------------------*/
.p-contact {
  padding: 80px 0;
  background: url("../img/contact_bg.png") center center no-repeat;
  background-size: cover;
}
.p-contact--main {
  max-width: 830px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 21px 0 rgba(182, 182, 182, 0.25);
          box-shadow: 0 4px 21px 0 rgba(182, 182, 182, 0.25);
  padding: 70px 20px;
  background: #fff;
}
.p-contact--step {
  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;
  margin-bottom: 40px;
}
.p-contact--step li {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #D1D1D1;
  text-align: center;
  margin-right: 135px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact--step li {
    font-size: 14px;
    margin-right: 40px;
  }
}
.p-contact--step li:after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #D1D1D1;
  border-right: 2px solid #D1D1D1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -70px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .p-contact--step li:after {
    width: 10px;
    height: 10px;
    right: -25px;
  }
}
.p-contact--step li:last-child {
  margin-right: 0;
}
.p-contact--step li:last-child:after {
  display: none;
}
.p-contact--step li span {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  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: 40px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #D1D1D1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact--step li span {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
.p-contact--step li.current {
  color: #274F6C;
}
.p-contact--step li.current:after {
  border-color: #274F6C;
}
.p-contact--step li.current span {
  background: #274F6C;
}
.p-contact .thanks-txt {
  font-size: 14px;
  text-align: center;
}

/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.u-mg--0 {
  margin: 0;
}

.u-mg--auto {
  margin: auto;
}

.u-mgTop--auto {
  margin-top: auto;
}

.u-mgLeft--auto {
  margin-left: auto;
}

.u-mgRight--auto {
  margin-right: auto;
}

.u-mgBottom--auto {
  margin-bottom: auto;
}

.u-mgTop--0 {
  margin-top: 0px;
}

.u-mgTop--5 {
  margin-top: 5px;
}

.u-mgTop--10 {
  margin-top: 10px;
}

.u-mgTop--15 {
  margin-top: 15px;
}

.u-mgTop--20 {
  margin-top: 20px;
}

.u-mgTop--25 {
  margin-top: 25px;
}

.u-mgTop--30 {
  margin-top: 30px;
}

.u-mgTop--35 {
  margin-top: 35px;
}

.u-mgTop--40 {
  margin-top: 40px;
}

.u-mgTop--45 {
  margin-top: 45px;
}

.u-mgTop--50 {
  margin-top: 50px;
}

.u-mgTop--55 {
  margin-top: 55px;
}

.u-mgTop--60 {
  margin-top: 60px;
}

.u-mgTop--65 {
  margin-top: 65px;
}

.u-mgTop--70 {
  margin-top: 70px;
}

.u-mgTop--75 {
  margin-top: 75px;
}

.u-mgTop--80 {
  margin-top: 80px;
}

.u-mgTop--85 {
  margin-top: 85px;
}

.u-mgTop--90 {
  margin-top: 90px;
}

.u-mgTop--95 {
  margin-top: 95px;
}

.u-mgTop--100 {
  margin-top: 100px;
}

.u-mgLeft--0 {
  margin-left: 0px;
}

.u-mgLeft--5 {
  margin-left: 5px;
}

.u-mgLeft--10 {
  margin-left: 10px;
}

.u-mgLeft--15 {
  margin-left: 15px;
}

.u-mgLeft--20 {
  margin-left: 20px;
}

.u-mgLeft--25 {
  margin-left: 25px;
}

.u-mgLeft--30 {
  margin-left: 30px;
}

.u-mgLeft--35 {
  margin-left: 35px;
}

.u-mgLeft--40 {
  margin-left: 40px;
}

.u-mgLeft--45 {
  margin-left: 45px;
}

.u-mgLeft--50 {
  margin-left: 50px;
}

.u-mgLeft--55 {
  margin-left: 55px;
}

.u-mgLeft--60 {
  margin-left: 60px;
}

.u-mgLeft--65 {
  margin-left: 65px;
}

.u-mgLeft--70 {
  margin-left: 70px;
}

.u-mgLeft--75 {
  margin-left: 75px;
}

.u-mgLeft--80 {
  margin-left: 80px;
}

.u-mgLeft--85 {
  margin-left: 85px;
}

.u-mgLeft--90 {
  margin-left: 90px;
}

.u-mgLeft--95 {
  margin-left: 95px;
}

.u-mgLeft--100 {
  margin-left: 100px;
}

.u-mgRight--0 {
  margin-right: 0px;
}

.u-mgRight--5 {
  margin-right: 5px;
}

.u-mgRight--10 {
  margin-right: 10px;
}

.u-mgRight--15 {
  margin-right: 15px;
}

.u-mgRight--20 {
  margin-right: 20px;
}

.u-mgRight--25 {
  margin-right: 25px;
}

.u-mgRight--30 {
  margin-right: 30px;
}

.u-mgRight--35 {
  margin-right: 35px;
}

.u-mgRight--40 {
  margin-right: 40px;
}

.u-mgRight--45 {
  margin-right: 45px;
}

.u-mgRight--50 {
  margin-right: 50px;
}

.u-mgRight--55 {
  margin-right: 55px;
}

.u-mgRight--60 {
  margin-right: 60px;
}

.u-mgRight--65 {
  margin-right: 65px;
}

.u-mgRight--70 {
  margin-right: 70px;
}

.u-mgRight--75 {
  margin-right: 75px;
}

.u-mgRight--80 {
  margin-right: 80px;
}

.u-mgRight--85 {
  margin-right: 85px;
}

.u-mgRight--90 {
  margin-right: 90px;
}

.u-mgRight--95 {
  margin-right: 95px;
}

.u-mgRight--100 {
  margin-right: 100px;
}

.u-mgBottom--0 {
  margin-bottom: 0px;
}

.u-mgBottom--5 {
  margin-bottom: 5px;
}

.u-mgBottom--10 {
  margin-bottom: 10px;
}

.u-mgBottom--15 {
  margin-bottom: 15px;
}

.u-mgBottom--20 {
  margin-bottom: 20px;
}

.u-mgBottom--25 {
  margin-bottom: 25px;
}

.u-mgBottom--30 {
  margin-bottom: 30px;
}

.u-mgBottom--35 {
  margin-bottom: 35px;
}

.u-mgBottom--40 {
  margin-bottom: 40px;
}

.u-mgBottom--45 {
  margin-bottom: 45px;
}

.u-mgBottom--50 {
  margin-bottom: 50px;
}

.u-mgBottom--55 {
  margin-bottom: 55px;
}

.u-mgBottom--60 {
  margin-bottom: 60px;
}

.u-mgBottom--65 {
  margin-bottom: 65px;
}

.u-mgBottom--70 {
  margin-bottom: 70px;
}

.u-mgBottom--75 {
  margin-bottom: 75px;
}

.u-mgBottom--80 {
  margin-bottom: 80px;
}

.u-mgBottom--85 {
  margin-bottom: 85px;
}

.u-mgBottom--90 {
  margin-bottom: 90px;
}

.u-mgBottom--95 {
  margin-bottom: 95px;
}

.u-mgBottom--100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-sp-mg--0 {
    margin: 0;
  }
  .u-sp-mgTop--0 {
    margin-top: 0px;
  }
  .u-sp-mgTop--5 {
    margin-top: 5px;
  }
  .u-sp-mgTop--10 {
    margin-top: 10px;
  }
  .u-sp-mgTop--15 {
    margin-top: 15px;
  }
  .u-sp-mgTop--20 {
    margin-top: 20px;
  }
  .u-sp-mgTop--25 {
    margin-top: 25px;
  }
  .u-sp-mgTop--30 {
    margin-top: 30px;
  }
  .u-sp-mgTop--35 {
    margin-top: 35px;
  }
  .u-sp-mgTop--40 {
    margin-top: 40px;
  }
  .u-sp-mgTop--45 {
    margin-top: 45px;
  }
  .u-sp-mgTop--50 {
    margin-top: 50px;
  }
  .u-sp-mgTop--55 {
    margin-top: 55px;
  }
  .u-sp-mgTop--60 {
    margin-top: 60px;
  }
  .u-sp-mgTop--65 {
    margin-top: 65px;
  }
  .u-sp-mgTop--70 {
    margin-top: 70px;
  }
  .u-sp-mgTop--75 {
    margin-top: 75px;
  }
  .u-sp-mgTop--80 {
    margin-top: 80px;
  }
  .u-sp-mgTop--85 {
    margin-top: 85px;
  }
  .u-sp-mgTop--90 {
    margin-top: 90px;
  }
  .u-sp-mgTop--95 {
    margin-top: 95px;
  }
  .u-sp-mgTop--100 {
    margin-top: 100px;
  }
  .u-sp-mgLeft--0 {
    margin-left: 0px;
  }
  .u-sp-mgLeft--5 {
    margin-left: 5px;
  }
  .u-sp-mgLeft--10 {
    margin-left: 10px;
  }
  .u-sp-mgLeft--15 {
    margin-left: 15px;
  }
  .u-sp-mgLeft--20 {
    margin-left: 20px;
  }
  .u-sp-mgLeft--25 {
    margin-left: 25px;
  }
  .u-sp-mgLeft--30 {
    margin-left: 30px;
  }
  .u-sp-mgLeft--35 {
    margin-left: 35px;
  }
  .u-sp-mgLeft--40 {
    margin-left: 40px;
  }
  .u-sp-mgLeft--45 {
    margin-left: 45px;
  }
  .u-sp-mgLeft--50 {
    margin-left: 50px;
  }
  .u-sp-mgLeft--55 {
    margin-left: 55px;
  }
  .u-sp-mgLeft--60 {
    margin-left: 60px;
  }
  .u-sp-mgLeft--65 {
    margin-left: 65px;
  }
  .u-sp-mgLeft--70 {
    margin-left: 70px;
  }
  .u-sp-mgLeft--75 {
    margin-left: 75px;
  }
  .u-sp-mgLeft--80 {
    margin-left: 80px;
  }
  .u-sp-mgLeft--85 {
    margin-left: 85px;
  }
  .u-sp-mgLeft--90 {
    margin-left: 90px;
  }
  .u-sp-mgLeft--95 {
    margin-left: 95px;
  }
  .u-sp-mgLeft--100 {
    margin-left: 100px;
  }
  .u-sp-mgRight--0 {
    margin-right: 0px;
  }
  .u-sp-mgRight--5 {
    margin-right: 5px;
  }
  .u-sp-mgRight--10 {
    margin-right: 10px;
  }
  .u-sp-mgRight--15 {
    margin-right: 15px;
  }
  .u-sp-mgRight--20 {
    margin-right: 20px;
  }
  .u-sp-mgRight--25 {
    margin-right: 25px;
  }
  .u-sp-mgRight--30 {
    margin-right: 30px;
  }
  .u-sp-mgRight--35 {
    margin-right: 35px;
  }
  .u-sp-mgRight--40 {
    margin-right: 40px;
  }
  .u-sp-mgRight--45 {
    margin-right: 45px;
  }
  .u-sp-mgRight--50 {
    margin-right: 50px;
  }
  .u-sp-mgRight--55 {
    margin-right: 55px;
  }
  .u-sp-mgRight--60 {
    margin-right: 60px;
  }
  .u-sp-mgRight--65 {
    margin-right: 65px;
  }
  .u-sp-mgRight--70 {
    margin-right: 70px;
  }
  .u-sp-mgRight--75 {
    margin-right: 75px;
  }
  .u-sp-mgRight--80 {
    margin-right: 80px;
  }
  .u-sp-mgRight--85 {
    margin-right: 85px;
  }
  .u-sp-mgRight--90 {
    margin-right: 90px;
  }
  .u-sp-mgRight--95 {
    margin-right: 95px;
  }
  .u-sp-mgRight--100 {
    margin-right: 100px;
  }
  .u-sp-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-sp-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-sp-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-sp-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-sp-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-sp-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-sp-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-sp-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-sp-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-sp-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-sp-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-sp-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-sp-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-sp-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-sp-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-sp-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-sp-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-sp-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-sp-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-sp-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-sp-mgBottom--100 {
    margin-bottom: 100px;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
b {
  font-weight: bold;
}

.u-text-read01 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.286;
}

.u-text-note01 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #D52D2D;
  background: #FFDDDD;
  line-height: 1.43;
  padding: 7px 0;
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-red {
  color: red;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #0D3780;
}

.u-text-black {
  color: #000000;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-tb {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-in {
    display: inline-block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/