@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&family=Noto+Serif+JP:wght@400;900&family=Roboto:wght@300;400;700;900&display=swap");
*, html {
  font-size: 100%;
  border: 0; }

button, hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

button:disabled, html {
  cursor: default; }

*, :focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), :focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: 0; }

*, button, fieldset, hr, iframe, img {
  border: 0; }

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

a:hover, abbr[title] {
  text-decoration: underline; }

dialog, ins, mark {
  color: #000; }

*, progress, sub, sup {
  vertical-align: baseline; }

button, legend {
  color: inherit; }

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

*, hr, legend {
  padding: 0; }

* {
  margin: 0; }

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

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit; }

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-break: break-word;
font-size: 62.5%;}

.nowrap {
  display: inline-block;
  white-space: nowrap; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  overflow-x: hidden;
  max-width: 1440px;
  margin: auto;
  font-family: "-apple-system", BlinkMacSystemFont, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
	color: #333333;

}

address, caption, code, figcaption, pre, th {
  font-weight: 400;
  font-style: normal;
  font-size: 1em; }

blockquote, q {
  quotes: none; }

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

ins {
  background-color: #ff9; }

caption, th {
  text-align: left; }

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

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

audio, canvas, iframe, img, svg, video {
  display: inline-block;
  vertical-align: bottom; }

dialog, hr, img {
  display: block; }

hr {
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc; }

dialog {
  background-color: #fff;
  border: solid;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

[hidden], dialog:not([open]), template {
  display: none; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 16px;
  font-family: inherit; }

textarea {
  overflow: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

summary {
  display: list-item; }

audio, canvas, progress, video {
  display: inline-block; }

input, select {
  vertical-align: middle; }

button {
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer; }

button, select {
  text-transform: none; }

[type="button"], [type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: button; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

audio:not([controls]) {
  display: none;
  height: 0; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:link, a:visited {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit;
  font-weight: bolder; }

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: 1em; }

mark {
  background-color: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul,ol {
  list-style: none; }

img {
  height: auto;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  white-space: normal; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

a, a:link {
  color: #333333;
  text-decoration: none; }

a:hover, a:link:hover {
  text-decoration: none;
 cursor: pointer;
}


@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Roboto';
  src: local("Roboto Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-display: swap; }
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: 'Roboto';
  src: local("Roboto Medium"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-display: swap; }
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto';
  src: local("Roboto Bold"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-display: swap; }


/* global header */
.bg_img {
  background: center/cover no-repeat; }

.bg_img > img {
  display: none; }

.bg_blue {
  background-color: #459cdc; }

.bg_orange {
  background-color: #ff5a41; }

/*header*/
.item-note {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px; }

.item-note:before {
  content: "※";
  display: block; }

.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 8px 0 12px; }

.header .header-box {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header .header-left {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header .header-left .logo {
  width: 100%;
  max-width: 170px; }

.header .header-left .logo a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block; }

.header .header-left .logo a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.header .header-left .logo-txt {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.4; }

.header .header-left .logo-brand {
  width: 100px;
  height: 63px;
  position: absolute;
  top: 0;
  right: 330px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 11px; }

.header .header-left .logo-brand .logo_realta img {
  width: 120px; }

.header .header-tel {
  padding-right: 12px; }

.header .header-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #373582;
  font-size: 36px;
  line-height: 1.1;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.header .header-tel a svg {
  width: 42px;
  height: 28px;
  margin-right: 12px; }

.header .header-tel a:hover {
  opacity: 0.7; }

.header .header-tel .txt {
  font-size: 15px;
  letter-spacing: -1px; }

@media (min-width: 768px) {
  .header .header-box {
    position: relative; }

  .header .header-left .logo {
    padding-top: 20px; }

  .header .header-left .logo-txt {
    position: absolute;
    top: 0;
    left: 10px;
    margin-left: 0; } }
@media (max-width: 890px) {
  .header .header-tel a {
    font-size: 26px; }

  .header .header-tel .txt {
    font-size: 12px; } }
@media (max-width: 767px) {
  .header {
    padding: 12px; }

  .header .header-left {
    margin-right: 10px;
    padding: 0; }

  .header .header-left .logo {
    width: 100%;
    max-width: 100px; }

  .header .header-left .logo-brand {
    display: none; }

  .header .header-left .logo-brand img {
    max-width: 40px; }

  .header .header-left .logo-txt p {
    font-size: 12px !important; }

  .header .header-tel {
    padding-right: 0px; }

  .header .header-tel a {
    font-size: 23px; }

  .header .header-tel a svg {
    width: 28px;
    height: 28px;
    margin-right: 7px; }

  .header .header-tel .txt {
    font-size: 11px;
    white-space: nowrap; } }
@media (max-width: 550px) {
  .header .header-left .logo-txt {
    display: none;
    margin-left: 0px; } }
/*banner*/
.banner {
  width: 100%;
  min-width: 1200px;
  background-position: center;
  background-size: cover; }

.banner .banner-brand {
  width: 100%;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner .banner-brand .left {
  width: 57%;
  position: relative; }

.banner .banner-brand .txt01 {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  padding: 5px 36px;
  border-radius: 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #004099;
  background: #fff; }

.banner .banner-brand .txt01 .sp {
  display: none; }

.banner .banner-brand .txt02 {
  margin-top: 10px;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  color: #ffffff; }

.banner .banner-brand .txt02 span {
  font-size: 60px;
  line-height: 1.1; }

.banner .banner-brand .txt03 {
  margin-top: 10px;
  text-align: center;
  font-size: 40px;
  color: #004099;
  font-weight: bold;
  line-height: 1.1;
  color: #ffffff; }

.banner .banner-brand .txt04 {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  border-top: #459cdc solid 2px;
  border-bottom: #459cdc solid 2px;
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  line-height: 1.1; }

.banner .banner-brand .txt04 span {
  color: #ffff00; }

.banner .banner-brand .txt04 span b {
  font-size: 78px; }

.banner .banner-brand .txt05 {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }

.banner .banner-brand .txt05 .circle {
  position: relative;
  display: flex;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  color: #004099;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box; }

.banner .banner-brand .txt05 .circle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 0; }

.banner .banner-brand .txt05 .summary {
  text-align: center;
  font-style: 48px;
  color: #fff; }

.banner .banner-brand .txt05 .summary b {
  font-size: 1.3em;
  color: #ffff00; }

.banner .banner-brand .right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -155px;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.banner .banner-brand .right-top img {
  margin: 20px 10px 20px 20px;
  width: 100%;
  max-width: 114px; }

.banner .banner-brand .bottom {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner .banner-brand .bottom .right-bottom {
  padding-left: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.banner .banner-brand .bottom .right-bottom img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 407px; }

.banner .banner-brand .right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.banner .banner-bottom {
  font-size: 18px;
  line-height: 1.4;
  background-color: rgba(32, 32, 97, 0.7); }

.banner .banner-bottom p {
  max-width: 980px;
  width: 100%;
  padding: 18px 20px;
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.banner-sp {
  border-bottom: 1px solid #dedede;
  display: none;
  padding: 5px 12px 0;
  width: 100%; }

.banner-sp p {
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #363581; }

@media (min-width: 768px) {
  body {
    min-width: 1200px; }

  .banner .sp {
    display: none !important; } }
@media (max-width: 767px) {
  .banner {
    min-width: 100%;
    background-image: url(../img/banner_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

  .banner .pc {
    display: none !important; }

  .banner .banner-bottom {
    font-size: 12px;
    display: none; }

  .banner .banner-bottom p {
    padding: 10px 20px; }

  .banner .banner-brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px 0; }

  .banner .banner-brand .right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    top: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .banner .banner-brand .right-top img {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    width: 100%;
    max-width: 70px; }

  .banner .banner-brand .left {
    width: 100%; }

  .banner .banner-brand .bottom {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .banner .banner-brand .bottom .right-bottom {
    padding-left: 0px;
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .banner .banner-brand .bottom .right-bottom img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 407px; }

  .banner .banner-brand .txt01 {
    margin-top: 0px;
    padding: 5px 15px;
    font-size: 14px; }

  .banner .banner-brand .txt02 {
    margin-top: 10px;
    font-size: 24px; }

  .banner .banner-brand .txt02 span {
    font-size: 34px; }

  .banner .banner-brand .txt03 {
    margin-top: 10px;
    font-size: 24px; }

  .banner .banner-brand .txt04 {
    margin-top: 10px;
    font-size: 48px; }

  .banner .banner-brand .txt04 span {
    color: #ffff00;
    display: inline-block; }

  .banner .banner-brand .txt04 span b {
    font-size: 58px; }

  .banner .banner-brand .txt05 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 4vw;
    justify-content: flex-start; }

  .banner .banner-brand .txt05 .circle {
    width: 60px;
    height: 60px;
    font-size: 12px;
    flex-shrink: 0; }

  .banner .banner-brand .txt05 .summary {
    width: 100%; }

  .banner .banner-brand .txt05 .right-top {
    width: 70px;
    flex-shrink: 0; }

  .banner .banner-brand .bottom .txt05 {
    width: 100%; }

  .banner .banner-brand .visual img {
    width: 80%;
    margin: 0 auto; }

  .banner-sp {
    display: block; } }
/*section01*/
.section01 {
  width: 100%; }

.section01 .section01-main {
  width: 100%; }

.section01 .section01-main .title {
  padding: 0 20px;
  margin: 18px 0 10px;
  color: #363581;
  font-size: 46px;
  text-align: center;
  font-weight: bold; }

.section01 .section01-content {
  background-color: #e9eff3;
  width: 100%; }

.section01 .section01-content .item {
  padding: 20px 0; }

.section01 .section01-content .item:last-child {
  padding: 20px 0 50px; }

.section01 .section01-content .item .item-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section01 .section01-content .item .item-title .nub {
  margin-right: 23px;
  width: 160px;
  min-width: 160px;
  height: 160px;
  background-color: #363581;
  border-radius: 50%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 26px; }

.section01 .section01-content .item .item-title .nub.online {
  background-color: #004098; }

.section01 .section01-content .item .item-title .nub span {
  font-size: 42px; }

.section01 .section01-content .item .item-title .nub.online span {
  font-size: 28px; }

.section01 .section01-content .item .item-title .item-ttl {
  width: calc(100% - 160px); }

.section01 .section01-content .item .item-title .item-ttl ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
  font-size: 22px;
  margin: 5px 0;
  line-height: 1.5;
  position: relative;
  padding-left: 15px; }

.section01 .section01-content .item .item-title .item-ttl ul li:before {
  content: "";
  display: block;
  width: 6px;
  min-width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0.8em; }

.section01 .section01-content .item .item-title .item-ttl ul li span {
  color: #cc0000;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 26px; }

.section01 .section01-content .item .item-box .item-in {
  margin-bottom: 12px;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section01 .section01-content .item .item-box .item-in.online {
  margin-bottom: 20px;
  padding: 36px 80px; }

.section01 .section01-content .item .item-box .item-in:last-child {
  margin-bottom: 0px; }

.section01 .section01-content .item .item-box .item-left {
  width: 150px; }

.section01 .section01-content .item .item-box .item-left .item-i-nub {
  text-align: center; }

.section01 .section01-content .item .item-box .item-left .item-i-nub em {
  text-align: center;
  font-style: normal;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 70px;
  font-weight: 700; }

.section01 .section01-content .item .item-box .item-left .item-i-nub span {
  padding: 2px 1px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px; }

.section01 .section01-content .item .item-box .item-right {
  width: calc(100% - 150px);
  padding-left: 40px; }

.section01 .section01-content .item .item-box .item-right.online {
  width: 100%;
  padding-left: 0; }

.section01 .section01-content .item .item-box .item-right .right-top ul {
  margin: 5px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section01 .section01-content .item .item-box .item-right .right-top ul li {
  font-size: 22px;
  font-weight: bold; }

.section01 .section01-content .item .item-box .item-right .right-top ul li span {
  margin-right: 12px;
  display: inline-block; }

.section01 .section01-content .item .item-box .item-right .right-top ul li span:last-child {
  margin-right: 0; }

.section01 .section01-content .item .item-box .item-right .right-top ul li:nth-child(1) {
  margin-right: 20px;
  padding: 3px 13px;
  background-color: #ebf1f9;
  color: #363581;
  font-size: 17px;
  white-space: nowrap;
  text-align: center; }

.section01 .section01-content .item .item-box .item-right .right-top ul:nth-child(2) li:nth-child(2) {
  font-size: 18px; }

.section01 .section01-content .item .item-box .item-right .right-top p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.section01 .section01-content .item .item-box .item-right .right-top p .caution {
  display: inline-block;
  font-size: 14px;
  color: #676767; }

.section01 .section01-content .item .item-box .item-right .online {
  width: 600px;
  margin: 0 auto; }

.section01 .section01-content .item .item-box .right-bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.section01 .section01-content .item .item-box .right-bottom a,
.section01 .section01-content .item .item-box a.online {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 1.4em; }

.section01 .section01-content .item .item-box .right-bottom a:hover,
.section01 .section01-content .item .item-box a.online:hover {
  opacity: 0.7; }

.section01 .section01-content .item .item-box .right-bottom a svg,
.section01 .section01-content .item .item-box a.online svg {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 1em; }

.section01 .section01-content .item .item-box .right-bottom a:nth-child(1) {
  border-radius: 6px;
  color: #363581;
  font-size: 16px;
  border: 2px solid #363581; }

.section01 .section01-content .item .item-box a.none {
  display: none; }

.section01 .section01-content .item .item-box .right-bottom a:nth-child(2),
.section01 .section01-content .item .item-box a.online {
  font-size: 19px;
  border-radius: 6px;
  border: none;
  white-space: nowrap;
  margin-left: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed8d13+0,e46d0a+100 */
  background: #ed8d13;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed8d13 0%, #e46d0a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ed8d13), to(#e46d0a));
  background: -o-linear-gradient(top, #ed8d13 0%, #e46d0a 100%);
  background: linear-gradient(to bottom, #ed8d13 0%, #e46d0a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8d13', endColorstr='#e46d0a', GradientType=0);
  /* IE6-9 */
  color: #fff; }

.section01 .section01-content .item .item-box a.online {
  margin-left: 0; }

.section01 .section01-content .item .item-box .right-bottom a:nth-child(2) span,
.section01 .section01-content .item .item-box a.online span {
  padding: 4px 12px;
  margin-right: 20px;
  display: inline-block;
  font-size: 17px;
  color: #cc0000;
  border-radius: 15px;
  background-color: #ffff66; }

.section01 .section01-content .item .caution {
  font-size: 16px; }

@media (max-width: 980px) {
  .section01 .section01-main .title {
    font-size: 40px; }

  .section01 .section01-content .item .item-box .item-in.online {
    padding: 36px; }

  .section01 .section01-content .item .item-box .item-left {
    width: 120px; }

  .section01 .section01-content .item .item-box .item-left .item-i-nub em {
    font-size: 54px; }

  .section01 .section01-content .item .item-box .item-right {
    width: calc(100% - 120px); }

  .section01 .section01-content .item .item-box .item-right.online {
    width: 100%;
    padding-left: 0; }

  .section01 .section01-content .item .item-box .item-right .right-top ul li {
    font-size: 18px; }

  .section01 .section01-content .item .item-box .right-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }

  .section01 .section01-content .item .item-box .right-bottom a:nth-child(2) {
    margin-left: 0px;
    margin-top: 0px; }

  .section01 .section01-content .item .item-title .item-ttl {
    width: calc(100% - 120px); }

  .section01 .section01-content .item .item-title .item-ttl ul li {
    font-size: 18px; }

  .section01 .section01-content .item .item-title .item-ttl ul li span {
    font-size: 20px; }

  .section01 .section01-content .item .item-title .item-ttl ul li span:after {
    height: 2px; }

  .section01 .section01-content .item .item-title .nub.online {
    font-size: 18px; }

  .section01 .section01-content .item .item-title .nub {
    width: 120px;
    min-width: 120px;
    height: 120px; }

  .section01 .section01-content .item .item-title .nub span {
    font-size: 32px; }

  .section01 .section01-content .item .caution {
    font-size: 16px; } }
@media (max-width: 767px) {
  .section01 .section01-main .title {
    font-size: 24px; }

  .section01 .section01-content .item {
    padding: 20px 0 0; }

  .section01 .section01-content .item:last-child {
    padding: 20px 0 20px; }

  .section01 .section01-content .item .item-title {
    margin-bottom: 10px; }

  .section01 .section01-content .item .item-title .nub {
    margin-right: 3vw;
    width: 22vw;
    min-width: 22vw;
    height: 22vw;
    font-size: 3.6vw; }

  .section01 .section01-content .item .item-title .nub span {
    font-size: 5.2vw; }

  .section01 .section01-content .item .item-title .nub.online {
    font-size: 4vw; }

  .section01 .section01-content .item .item-box a.online {
    font-size: 3.5vw; }

  .section01 .section01-content .item .item-title .item-ttl {
    width: calc(100% - 70px); }

  .section01 .section01-content .item .item-title .item-ttl ul li {
    font-size: 3.5vw; }

  .section01 .section01-content .item .item-title .item-ttl ul li:before {
    top: 0.9em; }

  .section01 .section01-content .item .item-title .item-ttl ul li img {
    height: 20px; }

  .section01 .section01-content .item .item-title .item-ttl ul li span {
    font-size: 4.3vw; }

  .section01 .section01-content .item .item-title .item-ttl ul li span:after {
    height: 1px;
    bottom: -5%; }

  .section01 .section01-content .item .item-box .item-right .right-top p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 3.8vw;
    font-weight: bold; }

  .section01 .section01-content .item .item-box .item-right .right-top p .caution {
    margin-top: 5px;
    display: inline-block;
    font-size: 3vw;
    color: #676767; }

  .section01 .section01-content .item .item-box .item-right .right-top p .caution span {
    display: inline-block; }

  .section01 .section01-content .item .item-box .item-right .online {
    width: 100%;
    padding: 0.8em 0; }

  .section01 .section01-content .item .item-box .right-bottom {
    margin-top: 15px; }

  .section01 .section01-content .item .item-box .right-bottom a {
    font-size: 14px !important; }

  .section01 .section01-content .item .item-box .right-bottom a:nth-child(1) {
    max-width: 150px;
    margin-left: 70px;
    padding: 0.5em 0.5em;
    white-space: nowrap;
    margin-bottom: 18px; }

  .section01 .section01-content .item .item-box .right-bottom a:nth-child(2) {
    padding: 0.5em 1em;
    white-space: nowrap;
    font-size: 5vw !important; }

  .section01 .section01-content .item .item-box .right-bottom a:nth-child(2) span,
  .section01 .section01-content .item .item-box a.online span {
    padding: 4px 6px;
    margin-right: 10px;
    font-size: 14px; }

  .section01 .section01-content .item .item-box .item-in {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .section01 .section01-content .item .item-box .item-in.online {
    padding: 15px 10px; }

  .section01 .section01-content .item .item-box .item-left {
    width: 100%; }

  .section01 .section01-content .item .item-box .item-left .item-i-nub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .section01 .section01-content .item .item-box .item-left .item-i-nub em {
    font-size: 12vw;
    margin-right: 10px;
    line-height: 1.2; }

  .section01 .section01-content .item .item-box .item-left .item-i-nub span {
    padding: 2px 10px;
    font-size: 16px; }

  .section01 .section01-content .item .item-box .item-right {
    width: 100%;
    padding-left: 0px;
    padding-top: 0; }

  .section01 .section01-content .item .item-box .item-right .right-top ul li {
    font-size: 4vw !important; }

  .section01 .section01-content .item .item-box .item-right .right-top ul li span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px; }

  .section01 .section01-content .item .item-box .item-right .right-top ul li:nth-child(1) {
    margin-right: 10px;
    padding: 3px 6px;
    font-size: 14px !important; }

  .section01 .section01-content .item .caution {
    font-size: 3vw; } }
/*section02*/
/*section02*/
.section02 {
  width: 100%;
  background: #062d63; }

.section02 .section02-main {
  padding: 80px 0 80px;
  background: #062d63; }
  @media (max-width: 767px) {
    .section02 .section02-main {
      padding: 20px 0 20px; } }

.section02 .section02-main .inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  width: 1185px;
  max-width: 1185px;
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .section02 .section02-main .inner {
      display: block;
      width: 90%; } }
  .section02 .section02-main .inner .cont_left {
    width: 360px;
    height: 320px;
    padding: 60px 0 0;
    box-sizing: border-box;
    text-align: center;
    background: -moz-linear-gradient(left, #184295, #2b62b7);
    background: -webkit-linear-gradient(left, #184295, #2b62b7);
    background: linear-gradient(to right, #184295, #2b62b7); }
    @media (max-width: 767px) {
      .section02 .section02-main .inner .cont_left {
        width: 100%;
        height: auto;
        padding: 40px 0 30px;
        margin-bottom: 20px; } }
    .section02 .section02-main .inner .cont_left .title {
      width: 256px;
      margin: 0 auto 40px; }
      @media (max-width: 767px) {
        .section02 .section02-main .inner .cont_left .title {
          width: 60%;
          margin: 0 auto 30px; } }
    .section02 .section02-main .inner .cont_left .sub_txt {
      font-size: 18px;
      line-height: 1.6;
      font-weight: 700;
      color: #fff; }
  .section02 .section02-main .inner .cont_right {
    width: 750px;
    background: #fff;
    border-radius: 6px;
    padding: 40px 40px 30px 40px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .section02 .section02-main .inner .cont_right {
        width: 100%;
        padding: 10px 15px; } }
    .section02 .section02-main .inner .cont_right ul li {
      padding: 10px 0;
      font-weight: 700;
      align-items: baseline;
      font-size: 24px;
      border-bottom: 1px solid #dedede; }
      @media (max-width: 767px) {
        .section02 .section02-main .inner .cont_right ul li {
          font-size: 18px;
          padding: 12px 0; }
          .section02 .section02-main .inner .cont_right ul li:last-child {
            border-bottom: none; } }
    .section02 .section02-main .inner .cont_right ul li span {
      color: #cc0000;
      font-weight: 900; }

.section02 .section02-intro {
  padding: 40px 0 30px;
  background: -moz-linear-gradient(left, #0b3372, #113d7c);
  background: -webkit-linear-gradient(left, #0b3372, #113d7c);
  background: linear-gradient(to right, #0b3372, #113d7c); }
  @media (max-width: 767px) {
    .section02 .section02-intro {
      padding: 30px 0 20px; } }
  .section02 .section02-intro .fukidashi {
    text-align: center;
    margin-bottom: 40px; }
  .section02 .section02-intro .fukidashi p {
    display: inline;
    background: #f28d00;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 4px;
    position: relative; }
    @media (max-width: 767px) {
      .section02 .section02-intro .fukidashi p {
        font-size: 16px;
        padding: 10px 20px; } }
    .section02 .section02-intro .fukidashi p::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #f28d00; }
  .section02 .section02-intro .intro_txt {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 767px) {
      .section02 .section02-intro .intro_txt .pc_none {
        display: none; } }
    @media (max-width: 767px) {
      .section02 .section02-intro .intro_txt {
        font-size: 5.4vw; } }
    .section02 .section02-intro .intro_txt .size {
      font-size: 48px; }
      @media (max-width: 767px) {
        .section02 .section02-intro .intro_txt .size {
          font-size: 8vw; } }
    .section02 .section02-intro .intro_txt .txt_yellow {
      color: #fcf765; }
    .section02 .section02-intro .intro_txt::after {
      content: "";
      display: block;
      width: 98px;
      height: 28px;
      background: url("../img/arrow.png") no-repeat;
      background-size: contain;
      margin: 30px auto 0; }
      @media (max-width: 767px) {
        .section02 .section02-intro .intro_txt::after {
          margin: 20px auto 0; } }

/*section03*/
.section03 {
  width: 100%; }

.section03 .section03-main {
  padding: 40px 0;
  background-image: url(../img/bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.section03 .ttl {
  font-weight: bold;
  color: #fff;
  font-size: 34px;
  text-align: center; }

.section03 .title {
  text-align: center;
  padding: 20px 0 0;
  font-size: 62px;
  color: #fff;
  font-weight: bold; }

.section03 .title em {
  font-size: 126px;
  line-height: 1.1;
  color: #cc0000;
  margin-right: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900; }

.section03 .title span {
  font-size: 80px;
  color: #459cdc; }

@media (max-width: 980px) {
  .section03 .ttl {
    font-size: 18px; }

  .section03 .title {
    padding: 0px 0 0;
    font-size: 30px; }

  .section03 .title em {
    font-size: 55px; }

  .section03 .title span {
    font-size: 38px; } }
/*section04*/
.section04 {
  width: 100%; }

.section04 .section04-main {
  background-color: #e9eff3;
  padding: 40px 0;
  background-image: url(../img/bg04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom; }

.section04 .section04-box {
  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; }

.section04 .section04-box.col2 .item {
  width: calc(37% - 16px); }

.section04 .section04-box .item {
  width: calc(33.33% - 16px);
  margin: 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.23); }

.section04 .section04-box .item .item-top {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.section04 .section04-box .item .title {
  text-align: center;
  font-size: 24px;
  color: #004099;
  padding-top: 20px;
  position: relative; }

.section04 .section04-box .item .title .nub {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.1;
  font-size: 44px;
  color: #afaecd;
  font-family: "Noto Serif JP", serif;
  font-weight: 900; }

.section04 .section04-box .item .title.f34 {
  font-size: 34px; }

.section04 .section04-box .item .title2 {
  padding-bottom: 20px;
  font-size: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.section04 .section04-box .item .title2 .title2-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 42px;
  color: #cc0000;
  -webkit-box-shadow: inset 0px -22px 0px #ffff00;
  box-shadow: inset 0px -22px 0px #ffff00; }

.section04 .section04-box .item .title2 .title2-i span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 30px;
  color: #000;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.section04 .section04-box .item .title2 .title2-i em {
  font-style: normal;
  font-size: 12px;
  color: #000; }

.section04 .section04-box .item .title2 .title2-i.f68 {
  font-size: 68px;
  white-space: nowrap;
  line-height: 1.1; }

.section04 .section04-box .item .title2 .title2-i.f100 {
  font-size: 68px;
  white-space: nowrap;
  line-height: 1.1; }

.section04 .section04-box .item .title2 .title2-i.f100 span {
  font-size: 40px; }

.section04 .section04-box .item .item-bottom {
  margin-top: 16px;
  padding: 2px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 28px;
  background-color: #cee4f6; }

.section04 .section04-box .item .item-bottom span {
  color: #ff5a41; }

.section04 .txt {
  font-size: 12px;
  margin-top: 10px; }

.section04 .img {
  margin-top: 26px; }

.section04 .img img {
  margin: 0 auto; }

@media (max-width: 980px) {
  .section04 .section04-box .item .title-sub {
    font-size: 30px; }

  .section04 .section04-box .item .title2 .title2-i {
    font-size: 30px; }

  .section04 .section04-box .item .title2 .title2-i span {
    font-size: 42px; }

  .section04 .section04-box .item .title2 .title2-i.f100 {
    font-size: 54px; }

  .section04 .section04-box .item .title2 .title2-i.f68 {
    font-size: 52px; } }
@media (max-width: 767px) {
  .section04 .img {
    margin-top: 10px; }

  .section04 .section04-main {
    background-image: none;
    background-size: 50%;
    padding: 20px 0; }

  .section04 .section04-box {
    display: block; }

  .section04 .section04-box .item {
    white-space: nowrap;
    width: 100% !important;
    margin: 8px auto;
    max-width: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .section04 .section04-box .item:nth-child(1) .title2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .section04 .section04-box .item:nth-child(2) .title2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .section04 .section04-box .item:nth-child(3) .title {
    font-size: 18px !important;
    padding-top: 10px; }

  .section04 .section04-box .item:nth-child(3) .title br {
    display: none; }

  .section04 .section04-box .item:nth-child(3) .title2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .section04 .section04-box .item .item-top {
    padding: 10px 10px 10px 20px;
    width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; }

  .section04 .section04-box .item .item-bottom {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 26%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
    font-size: 18px; }

  .section04 .section04-box .item .title {
    font-size: 20px !important;
    padding-top: 10px; }

  .section04 .section04-box .item .title .nub {
    top: -10px;
    left: -20px;
    font-size: 28px; }

  .section04 .section04-box .item .title-sub {
    text-align: left;
    font-size: 20px; }

  .section04 .section04-box .item .title2 {
    font-size: 32px; }

  .section04 .section04-box .item .title2 .title2-i {
    font-size: 36px; }

  .section04 .section04-box .item .title2 .title2-i.f100 {
    font-size: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .section04 .section04-box .item .title2 .title2-i.f68 {
    font-size: 43px; }

  .section04 .section04-box .item .title2 .title2-i span {
    font-size: 36px; }

  .section04 .section04-box .item .title2 .title2-i em {
    font-size: 12px; }

  .section04 .section04-box.col2 .item .title2 {
    margin-left: 0px; }

  .section04 .section04-box.col2 .item .item-top {
    display: block !important; }

  .section04 .section04-box.col2 .item .title-sub {
    display: inline-block; }

  .section04 .section04-box.col2 .item .title2 {
    display: inline-block; } }
@media (max-width: 320px) {
  .section04 .section04-box .item:nth-child(1) .item-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .section04 .section04-box .item:nth-child(2) .item-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .section04 .section04-box .item:nth-child(3) .item-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
/*section05*/
.section05 {
  width: 100%; }

.section05 .section05-content {
  margin-top: -50px;
  background-image: url(../img/bg05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 50px;
  background-position: center top; }

.section05.section013 .section05-content {
  margin-top: 0px;
  padding: 60px 0 60px;
  background-image: url(../img/bg09.jpg); }

.section05.section013 .section05-more {
  margin: 66px 0 20px; }

.section05 .section05-box {
  margin-top: 10px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section05 .section05-box .left {
  width: 26%; }

.section05 .section05-box .right {
  width: 74%;
  font-weight: bold;
  padding-left: 24px; }

.section05 .section05-box .right .title1 {
  font-size: 33px;
  color: #fff; }

.section05 .section05-box .right .title1 {
  position: relative;
  display: inline-block;
  background-color: #184295;
  padding: 6px 10px;
  min-width: 240px;
  max-width: 100%;
  text-align: center; }

.section05 .section05-box .right .title1::before {
  content: "";
  position: absolute;
  border: solid 12px transparent;
  border-top: solid 12px #184295;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.section05 .section05-box .right .title2 {
  font-size: 52px; }

.section05 .section05-box .right .title2 span {
  font-size: 72px;
  color: #cc0000; }

.section05 .section05-box .right .title2 em {
  font-style: normal;
  font-size: 72px;
  color: #459cdc; }

.section05 .section05-box .right .title3 {
  font-size: 52px; }

.section05 .section05-box .right .title3 strong {
  height: 92px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  font-size: 72px;
  vertical-align: middle;
  line-height: 66px;
  color: #ffffff;
  background: #cc0000; }

.section05 .section05-box2 .title-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section05 .section05-box2 .left {
  padding: 10px 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 130px;
  background: #cc0100; }

.section05 .section05-box2 .right {
  width: 100%; }

.section05 .section05-box2 .right .ttl {
  font-size: 20px;
  font-weight: bold; }

.section05 .section05-box2 .right .ttl span {
  color: #cc0100; }

.section05 .section05-box2 .right .ttl2 {
  font-size: 46px;
  letter-spacing: -1px;
  font-weight: bold; }

.section05 .section05-box2 .right .ttl2 span {
  color: #cc0000; }

.section05 .section05-more {
  margin: 66px 0 42px;
  padding: 0 50px; }

.section05 .section05-more a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 44px;
  font-weight: bold;
  -webkit-box-shadow: 0 6px 0px 0px #ad3221;
  box-shadow: 0 6px 0px 0px #ad3221;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.85em 1.4em 0.85em 136px;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed8d13+0,e46d0a+100 */
  background: #ed8d13;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed8d13 0%, #e46d0a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ed8d13), to(#e46d0a));
  background: -o-linear-gradient(top, #ed8d13 0%, #e46d0a 100%);
  background: linear-gradient(to bottom, #ed8d13 0%, #e46d0a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8d13', endColorstr='#e46d0a', GradientType=0);
  /* IE6-9 */
  color: #fff; }

.section05 .section05-more a img {
  width: 100%;
  position: absolute;
  max-width: 160px;
  top: -35px;
  left: -40px;
  z-index: 2; }

.section05 .section05-more a .img-btn {
  background-color: #fff;
  display: block;
  color: #000;
  width: 100%;
  position: absolute;
  max-width: 160px;
  top: -23px;
  left: 0px;
  font-size: 14px;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: center;
  border-radius: 30px;
  padding: 3px 0 6px;
  display: none; }

.section05 .section05-more a .img-btn em {
  color: #cc0000;
  font-size: 18px; }

.section05 .section05-more a .img-btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 23px solid #fff;
  border-left: 10px solid transparent;
  top: 74%;
  right: 40%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.section05 .section05-more a em {
  font-style: normal;
  color: #ffff04; }

.section05 .section05-more a svg {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 1em; }

.section05 .section05-more a:hover {
  opacity: 0.7; }

.section05 .section05-more2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section05 .section05-more2 a {
  max-width: 340px;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  padding: 0.9em 1.4em;
  border-radius: 6px;
  color: #fff;
  border: 2px solid #fff; }

.section05 .section05-more2 a svg {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 1em; }

.section05 .section05-more2 a:hover {
  opacity: 0.7; }

@media (max-width: 980px) {
  .section05 .section05-content {
    margin-top: -90px; }

  .section05 .section05-box .right .title1 {
    font-size: 26px; }

  .section05 .section05-box .right .title2 {
    font-size: 40px; }

  .section05 .section05-box .right .title2 span {
    font-size: 50px; }

  .section05 .section05-box .right .title2 em {
    font-size: 50px; }

  .section05 .section05-box .right .title3 {
    font-size: 45px; }

  .section05 .section05-box .right .title3 strong {
    height: 70px;
    margin-right: 5px;
    padding: 10px;
    display: inline-block;
    font-size: 50px;
    vertical-align: middle;
    line-height: 45px;
    color: #ffffff;
    background: #cc0000; }

  .section05 .section05-box2 .right .ttl2 {
    font-size: 40px; }

  .section05 .section05-more a {
    font-size: 30px;
    padding: 0.85em 1.4em 0.85em 1.4em; }

  .section05 .section05-more a img {
    max-width: 100px;
    display: none; } }
@media (max-width: 767px) {
  .section05 .section05-content {
    padding: 80px 0 20px;
    margin-top: -40px; }

  .section05 .section05-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }

  .section05 .section05-box .left {
    width: 97px;
    position: absolute;
    left: -10px;
    top: -38px; }

  .section05 .section05-box .left img {
    margin: 0 auto; }

  .section05 .section05-box .right {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-left: 0px; }

  .section05 .section05-box .right .title1 {
    font-size: 16px; }

  .section05 .section05-box .right .title2 {
    font-size: 16px; }

  .section05 .section05-box .right .title3 {
    font-size: 24px; }

  .section05 .section05-box .right .title3 span {
    font-size: 32px; }

  .section05 .section05-box .right .title3 em {
    font-size: 28px; }

  .section05 .section05-box .right .title4 {
    font-size: 20px; }

  .section05 .section05-box2 {
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 10px; }

  .section05 .section05-box2 .title-box {
    position: relative; }

  .section05 .section05-box2 .left {
    width: auto;
    font-size: 14px;
    text-align: center;
    width: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit; }

  .section05 .section05-box2 .left:before {
    height: 20px;
    width: 2px;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
    margin-right: 8px; }

  .section05 .section05-box2 .left:after {
    height: 20px;
    width: 2px;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    margin-left: 8px; }

  .section05 .section05-box2 .right {
    padding-left: 0px;
    width: 100%; }

  .section05 .section05-box2 .right .ttl {
    font-size: 14px;
    padding-left: 10px; }

  .section05 .section05-box2 .right .ttl2 {
    font-size: 20px;
    text-align: center; }

  .section05 .section05-more {
    margin: 51px 0 20px;
    padding: 0 0px; }

  .section05 .section05-more a {
    padding: 1em 0.5em 1.2em 0.5em;
    font-size: 20px;
    -webkit-box-shadow: 0px -3px 0px #ad3221 inset, 0 3px 4px 0px #00000040;
    box-shadow: 0px -3px 0px #ad3221 inset, 0 3px 4px 0px #00000040; }

  .section05 .section05-more a .img-btn {
    display: block; }

  .section05 .section05-more a img {
    max-width: 60px;
    left: -1px; }

  .section05 .section05-more2 a {
    font-size: 16px;
    max-width: 240px;
    padding: 0.75em 0.5em; }

  .section05.section013 .section05-content {
    padding: 20px 0 20px; }

  .section05.section013 .section05-content .section05-more {
    margin: 40px 0 0px; } }
/*section06*/
.section06 {
  width: 100%;
  border-top: 2px solid #fff; }

@media (max-width: 980px) {
  .section06 .section06-main .btn {
    width: 120px;
    height: 120px;
    font-size: 20px; }

  .section06 .section06-main .title span {
    font-size: 46px; }

  .section06 .section06-main .title div {
    font-size: 30px; }

  .section06 .section06-main .title div:nth-child(2) {
    font-size: 32px; } }
@media (max-width: 767px) {
  .section06 .section06-main {
    padding: 0 0px; }

  .section06 .section06-main .btn {
    white-space: nowrap;
    width: auto;
    height: auto;
    font-size: 16px;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
    border-radius: 30px;
    display: block;
    left: 50%; }

  .section06 .section06-main .btn br {
    display: none; }

  .section06 .section06-main .title {
    padding-top: 67px;
    padding-top: 48px; }

  .section06 .section06-main .title:before {
    display: none; }

  .section06 .section06-main .title:after {
    display: none; }

  .section06 .section06-main .title span {
    font-size: 24px; }

  .section06 .section06-main .title div {
    font-size: 16px; }

  .section06 .section06-main .title div:nth-child(2) {
    font-size: 20px; }

  .section06 .section06-main .title .title-i {
    padding: 0 20px; }

  .section06 .section06-main .title2 {
    margin-top: 10px; }

  .section06 .section06-main .title2 .title2-i {
    padding: 4px 10px 8px;
    font-size: 14px; }

  .section06 .section06-main .title2 .title2-i span {
    font-size: 20px; } }
@media (max-width: 320px) {
  .section06 .section06-main .title {
    padding-top: 67px; } }
/*section07*/
.section07 {
  margin-top: 40px;
  width: 100%; }

.section07 .section07-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section07 .section07-box .item {
  padding: 0 10px;
  width: 33.33%;
  border-right: 1px solid #dedede; }

.section07 .section07-box .item:last-child {
  border-right: 0px; }

.section07 .section07-box .item .item-ttl {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184295+0,2b62b7+100 */
  background: #184295;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #184295 0%, #2b62b7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#184295), to(#2b62b7));
  background: -o-linear-gradient(left, #184295 0%, #2b62b7 100%);
  background: linear-gradient(to right, #184295 0%, #2b62b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#184295', endColorstr='#2b62b7', GradientType=1);
  /* IE6-9 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 18px 20px; }

.section07 .section07-box .item .item-ttl em {
  margin-top: 9px;
  line-height: 1.1;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }

.section07 .section07-box .item .item-ttl span {
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  text-align: center; }

.section07 .section07-box .item .item-img:before {
  content: "";
  display: block;
  padding-top: 64%; }

.section07 .section07-box .item ul {
  margin-top: 12px;
  font-weight: bold;
  font-size: 20px; }

.section07 .section07-box .item ul li {
  margin: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.section07 .section07-box .item ul li:before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 13px; }

.section07 .section07-box .item ul span {
  color: #cc0000; }

.section07 .section07-box .item .img {
  margin-top: 18px; }

.section07 .section07-box .item .img img {
  width: 100%;
  max-width: 52px;
  margin: 0 auto; }

.section07 .section07-box .item .item-title {
  margin-top: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #004099;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section07 .section07-box .item .item-title span {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline; }

.section07 .section07-box .item .item-txt {
  margin-top: 18px;
  font-size: 17px;
  padding: 0 18px; }

.section07 .section07-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px;
  background-color: #ebf1f9;
  margin-top: 50px;
  margin-bottom: 18px; }

.section07 .section07-box2 .right {
  font-weight: bold;
  width: calc(100% - 248px);
  padding-left: 30px;
  font-size: 17px; }

.section07 .section07-box2 .right p {
  margin-bottom: 22px; }

.section07 .section07-box2 .right p:last-child {
  margin-bottom: 0px; }

.section07 .section07-box2 .right span {
  font-size: 22px;
  color: #363581; }

.section07 .section07-box2 .right em {
  font-style: normal;
  font-size: 20px;
  color: #cc0000; }

.section07 .section07-box2 .left {
  width: 248px;
  height: 248px;
  background-color: #3e58a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold; }

.section07 .section07-box2 .left span {
  margin-bottom: 27px;
  padding: 2px 8px;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  font-size: 20px;
  position: relative; }

.section07 .section07-box2 .left span:before {
  bottom: -12px;
  right: 34px;
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  background-image: url(../img/icon_j.png);
  background-position: center;
  background-repeat: no-repeat; }

.section07 .txt {
  margin-bottom: 50px;
  font-size: 15px; }

.section07 .txt a {
  display: block;
  text-decoration: underline; }

@media (max-width: 980px) {
  .section07 .section07-box .item ul {
    font-size: 16px; }

  .section07 .section07-box .item .item-title span {
    font-size: 20px; }

  .section07 .section07-box .item .item-txt {
    font-size: 14px;
    padding: 0 10px; } }
@media (max-width: 767px) {
  .section07 {
    margin-top: 10px; }

  .section07 .section07-box {
    display: block; }

  .section07 .section07-box .item {
    padding: 15px 0;
    width: 100%;
    border-right: 0px solid #dedede;
    border-bottom: 1px solid #dedede; }

  .section07 .section07-box .item ul li:before {
    margin-top: 9px; }

  .section07 .section07-box .item .item-ttl {
    padding: 9px 20px; }

  .section07 .section07-box .item .item-ttl span {
    font-size: 20px; }

  .section07 .section07-box .item .item-ttl em {
    font-size: 22px; }

  .section07 .section07-box2 {
    padding: 10px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px; }

  .section07 .section07-box2 .left {
    width: 100%;
    margin: 0 auto;
    height: auto;
    font-size: 18px;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px; }

  .section07 .section07-box2 .left br {
    display: none; }

  .section07 .section07-box2 .left span {
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 0px; }

  .section07 .section07-box2 .left span::before {
    display: none; }

  .section07 .section07-box2 .right {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 14px; }

  .section07 .section07-box2 .right p {
    margin-bottom: 10px; }

  .section07 .section07-box2 .right span {
    font-size: 14px; }

  .section07 .section07-box2 .right em {
    font-size: 14px; }

  .section07 .txt {
    margin-bottom: 20px;
    font-size: 12px; } }
/*section08*/
.section08 {
  padding: 40px 0;
  width: 100%;
  background-color: #cee4f6; }

.section08 .section08-main .title {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 34px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184295+0,2b62b7+100 */
  background: #184295;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #184295 0%, #2b62b7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#184295), to(#2b62b7));
  background: -o-linear-gradient(left, #184295 0%, #2b62b7 100%);
  background: linear-gradient(to right, #184295 0%, #2b62b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#184295', endColorstr='#2b62b7', GradientType=1);
  /* IE6-9 */ }

.section08 .section08-main .section08-box {
  margin-top: 40px; }

.section08 .section08-main .section08-box .item {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.section08 .section08-main .section08-box .item:last-child {
  margin-bottom: 0; }

.section08 .section08-main .section08-box .item .item-title {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.section08 .section08-main .section08-box .item .item-title span {
  font-size: 19px;
  display: inline-block;
  font-weight: 400; }

.section08 .section08-main .section08-box .item .item-title .nub {
  width: 50px;
  background-color: #363581;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  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;
  color: #fff;
  font-size: 28px;
  margin-right: 24px;
  height: 50px; }

.section08 .section08-main .section08-box .item .item-txt {
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.8;
  font-size: 18px; }

.section08 .section08-main .section08-box .item .item-txt:last-child {
  margin-bottom: 0px; }

.section08 .section08-main .section08-box .item .item-txt span {
  -webkit-box-shadow: inset 0px -34px 0px #ffff00;
  box-shadow: inset 0px -34px 0px #ffff00; }

.section08 .section08-main .section08-box .item .bottom-ttl {
  margin-top: 20px;
  padding: 32px 20px;
  background-image: url(../img/bg06.jpg);
  background-position: center;
  background-size: cover;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat; }

.section08 .section08-main .section08-box .item .bottom-ttl p {
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 26px;
  font-weight: bold; }

.section08 .section08-main .section08-box .item .bottom-ttl p:nth-child(2) {
  font-size: 36px; }

.section08 .section08-main .section08-box .item .bottom-ttl p:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.section08 .section08-main .section08-box .item .bottom-ttl p:nth-child(2):after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.section08 .section08-main .section08-box .item .bottom-box {
  padding: 46px;
  background-color: #ebf1f9; }

.section08 .section08-main .section08-box .item .bottom-box ul {
  margin-bottom: 30px;
  margin-top: 12px;
  font-weight: bold;
  font-size: 20px; }

.section08 .section08-main .section08-box .item .bottom-box ul li {
  margin: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.section08 .section08-main .section08-box .item .bottom-box ul li:before {
  content: "";
  display: block;
  width: 5px;
  min-width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 13px; }

.section08 .section08-main .section08-box .item .bottom-box ul li span {
  font-size: 26px;
  color: #cc0000; }

.section08 .section08-main .section08-box .item .left {
  width: 63%;
  padding-right: 60px; }

.section08 .section08-main .section08-box .item .right {
  width: 37%; }

.section08 .section08-main .section08-box .item .bottom {
  width: 100%; }

.section08 .section08-main .section08-box2 {
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  background: #184295;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #184295 0%, #2b62b7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#184295), to(#2b62b7));
  background: -o-linear-gradient(left, #184295 0%, #2b62b7 100%);
  background: linear-gradient(to right, #184295 0%, #2b62b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#184295', endColorstr='#2b62b7', GradientType=1);
  /* IE6-9 */
  color: #fff; }

.section08 .section08-main .section08-box2 .left {
  font-weight: bold;
  text-align: center;
  width: 40%;
  font-size: 20px; }

.section08 .section08-main .section08-box2 .left p {
  margin-top: 20px; }

.section08 .section08-main .section08-box2 .left .title2 {
  line-height: 1.2;
  font-size: 40px; }

.section08 .section08-main .section08-box2 .left .title2 span {
  color: #ffff04; }

.section08 .section08-main .section08-box2 .left .title2:after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.section08 .section08-main .section08-box2 .right {
  padding-left: 50px;
  width: 60%; }

.section08 .section08-main .section08-box2 .right ul {
  margin-top: 20px;
  font-size: 17px; }

.section08 .section08-main .section08-box2 .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 5px 0; }

.section08 .section08-main .section08-box2 .right ul li:before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 10px; }

.section08 .section08-main .section08-box2 .right .ttl {
  font-size: 26px;
  font-weight: bold; }

@media (max-width: 980px) {
  .section08 .section08-main .section08-box .item .left {
    padding-right: 20px; }

  .section08 .section08-main .section08-box .item .bottom-box {
    padding: 30px; }

  .section08 .section08-main .section08-box2 .left {
    width: 32%; }

  .section08 .section08-main .section08-box2 .left .title2 {
    font-size: 32px; }

  .section08 .section08-main .section08-box2 .right {
    width: 68%; } }
@media (max-width: 767px) {
  .item-note {
    font-size: 12px; }

  .section08 {
    padding: 20px 0; }

  .section08 .section08-main .title {
    font-size: 20px; }

  .section08 .section08-main .section08-box {
    margin-top: 20px; }

  .section08 .section08-main .section08-box .item {
    padding: 10px;
    margin-bottom: 10px;
    display: block; }

  .section08 .section08-main .section08-box .item .item-title {
    margin-bottom: 10px;
    font-size: 18px; }

  .section08 .section08-main .section08-box .item .item-title span {
    font-size: 12px; }

  .section08 .section08-main .section08-box .item .item-title .nub {
    width: 30px;
    font-size: 18px;
    margin-right: 10px;
    height: 30px; }

  .section08 .section08-main .section08-box .item .item-txt {
    margin-bottom: 10px;
    font-size: 14px; }

  .section08 .section08-main .section08-box .item .left {
    width: 100%;
    padding-right: 0px; }

  .section08 .section08-main .section08-box .item .right {
    margin-top: 10px;
    width: 100%; }

  .section08 .section08-main .section08-box .item .right img {
    margin: 0 auto;
    width: 80%; }

  .section08 .section08-main .section08-box .item .bottom-ttl {
    padding: 10px 20px;
    background-position: center right; }

  .section08 .section08-main .section08-box .item .bottom-ttl p {
    font-size: 14px; }

  .section08 .section08-main .section08-box .item .bottom-ttl p:nth-child(2) {
    font-size: 16px; }

  .section08 .section08-main .section08-box .item .bottom-box {
    padding: 10px; }

  .section08 .section08-main .section08-box .item .bottom-box ul {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 14px; }

  .section08 .section08-main .section08-box .item .bottom-box ul li span {
    font-size: 15px; }

  .section08 .section08-main .section08-box .item .bottom-box ul li:before {
    margin-top: 9px; }

  .section08 .section08-main .section08-box2 {
    padding: 20px;
    margin-top: 20px;
    display: block; }

  .section08 .section08-main .section08-box2 .left {
    font-size: 14px;
    width: 100%; }

  .section08 .section08-main .section08-box2 .left .title2 {
    font-size: 20px; }

  .section08 .section08-main .section08-box2 .left .title2 br {
    display: none; }

  .section08 .section08-main .section08-box2 .left p {
    margin-top: 10px; }

  .section08 .section08-main .section08-box2 .right {
    padding-top: 10px;
    padding-left: 0px;
    width: 100%; }

  .section08 .section08-main .section08-box2 .right .ttl {
    font-size: 16px;
    margin-top: 1em; }

  .section08 .section08-main .section08-box2 .right ul {
    margin-top: 10px;
    font-size: 12px; }

  .section08 .section08-main .section08-box2 .right ul li:before {
    margin-top: 7px; } }
@media (max-width: 400px) {
  .section08 .section08-main .section08-box .item .bottom-ttl p:nth-child(2) {
    font-size: 18px; }

  .section08 .section08-main .section08-box .item .bottom-ttl p:nth-child(2)::before {
    width: calc(100% + 10px);
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px); }

  .section08 .section08-main .section08-box .item .bottom-ttl p:nth-child(2)::after {
    width: calc(100% + 10px);
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px); } }
/*section09*/
.section09 {
  border-top: 2px solid #fff;
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/bg07.jpg);
  background-position: center;
  background-size: cover; }

.section09 .section09-main .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2); }

.section09 .section09-main .title p:nth-child(2) {
  font-size: 56px; }

.section09 .section09-main .title p:nth-child(2):before {
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.section09 .section09-main .title p:nth-child(2):after {
  content: "";
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.section09 .section09-box {
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section09 .section09-box .item {
  margin: 3px;
  width: calc(33.33% - 6px);
  background-color: #fff;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.section09 .section09-box .item-title {
  background: #184295;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #184295 0%, #2b62b7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#184295), to(#2b62b7));
  background: -o-linear-gradient(left, #184295 0%, #2b62b7 100%);
  background: linear-gradient(to right, #184295 0%, #2b62b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#184295', endColorstr='#2b62b7', GradientType=1);
  /* IE6-9 */
  color: #fff;
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center; }

.section09 .section09-box .item-txt {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 0 3px;
  margin-top: 22px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px; }

.section09 .section09-box .item-txt span {
  font-weight: bold;
  -webkit-box-shadow: inset 0px -34px 0px #ffff00;
  box-shadow: inset 0px -34px 0px #ffff00; }

.section09 .section09-box .img {
  margin-top: 18px; }

.section09 .section09-box .img img {
  width: 100%;
  max-width: 52px;
  margin: 0 auto; }

.section09 .section09-box .item-ttl {
  margin-top: 18px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 38px; }

.section09 .section09-box .item-ttl span {
  color: #cc0000;
  font-size: 44px;
  position: relative; }

.section09 .section09-box .item-ttl span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #cc0000; }

@media (max-width: 980px) {
  .section09 .section09-main .title p:nth-child(2) {
    font-size: 44px; }

  .section09 .section09-box .item-txt {
    font-size: 18px; }

  .section09 .section09-box .item-ttl {
    font-size: 28px; }

  .section09 .section09-box .item-ttl span {
    font-size: 32px; } }
@media (max-width: 767px) {
  .section09 {
    padding: 20px 0; }

  .section09 .section09-main .title {
    font-size: 20px; }

  .section09 .section09-main .title p:nth-child(2) {
    font-size: 22px; }

  .section09 .section09-box {
    margin-top: 20px;
    display: block; }

  .section09 .section09-box .item {
    margin: 0px 0 20px;
    width: 100%; }

  .section09 .section09-box .item:last-child {
    margin: 0px 0 0px; }

  .section09 .section09-box .item-title {
    font-size: 20px; }

  .section09 .section09-box .item-txt {
    font-size: 18px;
    margin-top: 10px; }

  .section09 .section09-box .img {
    margin-top: 10px; }

  .section09 .section09-box .item-ttl {
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 24px; }

  .section09 .section09-box .item-ttl span {
    font-size: 26px; } }
/*section010*/
.section010 {
  width: 100%;
  padding: 40px 0 40px;
  background-image: url(../img/bg08.png);
  background-position: center bottom; }

.section010 .title {
  padding: 0 50px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section010 .title .title-i {
  padding: 0 30px; }

.section010 .title div {
  font-size: 36px; }

.section010 .title div:nth-child(2) {
  font-size: 48px; }

.section010 .title span {
  color: #cc0000;
  font-size: 56px; }

.section010 .title em {
  color: #004099;
  font-style: normal; }

.section010 .title:before {
  margin-right: 20px;
  content: "";
  width: 3px;
  height: 120px;
  background-color: #000;
  display: block;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg); }

.section010 .title:after {
  margin-left: 20px;
  content: "";
  width: 3px;
  height: 120px;
  background-color: #000;
  display: block;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg); }

@media (max-width: 980px) {
  .section010 .title span {
    font-size: 45px; }

  .section010 .title div {
    font-size: 30px; }

  .section010 .title div:nth-child(2) {
    font-size: 33px; } }
@media (max-width: 767px) {
  .section010 {
    background-size: contain;
    padding: 20px 0 20px; }

  .section010 .title {
    padding: 0 0px;
    padding-top: 0px; }

  .section010 .title:before {
    display: none; }

  .section010 .title:after {
    display: none; }

  .section010 .title span {
    font-size: 24px; }

  .section010 .title .title-i {
    padding: 0 10px; }

  .section010 .title .title-i div {
    font-size: 16px; }

  .section010 .title .title-i div:nth-child(2) {
    font-size: 20px; } }
/*section011*/
.section011 {
  padding: 40px 0;
  width: 100%;
  background-color: #cee4f6; }

.section011 .add-sp-img {
  display: none; }

.section011 .title {
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
  font-size: 24px; }

.section011 .title span {
  font-size: 30px;
  display: inline-block;
  font-weight: 200; }

.section011 .title span em {
  font-style: normal;
  color: #004099;
  font-weight: bold; }

.section011 .section011-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section011 .section011-box .item {
  margin: 10px;
  width: calc(33.33% - 20px); }

.section011 .section011-box .item .item-content {
  border-radius: 50%;
  overflow: hidden;
  background-color: #459cdc;
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2); }

.section011 .section011-box .item .item-ttl {
  padding: 26px 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;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background-color: #fff; }

.section011 .section011-box .item .item-ttl2 {
  padding: 26px 0 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;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 30px; }

.section011 .section011-box .item:nth-child(1) .item-ttl2 {
  font-size: 40px; }

.section011 .section011-box .item .img {
  margin-top: -70px; }

.section011 .section011-box .item .img img {
  margin: 0 auto; }

.section011 .ttl {
  margin-top: 50px;
  background: #184295;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #184295 0%, #2b62b7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#184295), to(#2b62b7));
  background: -o-linear-gradient(left, #184295 0%, #2b62b7 100%);
  background: linear-gradient(to right, #184295 0%, #2b62b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#184295', endColorstr='#2b62b7', GradientType=1);
  /* IE6-9 */
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 34px; }

.section011 .section011-main {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 18px 40px; }

.section011 .section011-main .item {
  width: 100%;
  margin: 0 auto;
  padding: 28px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedede; }

.section011 .section011-main .item .left-img {
  margin-bottom: 16px;
  border-radius: 10px;
  background-color: #e5edf7;
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat; }

.section011 .section011-main .item .left-img:before {
  content: "";
  display: block;
  padding-top: 100%; }

.section011 .section011-main .item .left-txt {
  font-size: 16px; }

.section011 .section011-main .item .left-txt span {
  display: block;
  font-weight: bold; }

.section011 .section011-main .item .left-txt span em {
  font-size: 20px;
  font-style: normal; }

.section011 .section011-main .item .right-ttl {
  color: #363581;
  font-size: 26px;
  font-weight: bold; }

.section011 .section011-main .item .right-txt {
  font-size: 18px;
  margin-top: 20px; }

.section011 .section011-main .item .left {
  width: 124px; }

.section011 .section011-main .item .right {
  padding-left: 40px;
  width: calc(100% - 124px); }

.section011 .section011-main .item:last-child {
  border-bottom: 0px solid #dedede; }

@media (max-width: 980px) {
  .section011 .section011-box .item .item-ttl2 {
    padding: 14px 0 90px;
    font-size: 24px; }

  .section011 .section011-box .item .img {
    margin-top: -47px; }

  .section011 .section011-box .item:nth-child(1) .item-ttl2 {
    font-size: 34px; } }
@media (max-width: 767px) {
  .section011 {
    padding: 20px 0; }

  .section011 .section011-box .item {
    width: 200px;
    margin: 0 5px 20px; }

  .section011 .section011-box .item .item-ttl {
    padding: 13px 0 10px;
    font-size: 20px; }

  .section011 .section011-box .item .item-ttl2 {
    padding: 10px 0 10px;
    font-size: 17px; }

  .section011 .section011-box .item:nth-child(1) .item-ttl2 {
    font-size: 28px; }

  .section011 .section011-box .item .img {
    margin-top: -76px; }

  .section011 .title {
    margin-top: 20px;
    font-size: 16px; }

  .section011 .title span {
    font-size: 19px; }

  .section011 .ttl {
    margin-top: 30px;
    font-size: 20px; }

  .section011 .section011-main {
    padding: 10px 10px; }

  .section011 .section011-main .item {
    padding: 10px 0px;
    display: block; }

  .section011 .section011-main .item .left {
    width: 100%;
    display: none; }

  .section011 .section011-main .item .right {
    padding-top: 10px;
    padding-left: 0;
    width: 100%; }

  .section011 .section011-main .item .right-ttl {
    font-size: 16px; }

  .section011 .section011-main .item .right-txt {
    font-size: 12px;
    margin-top: 10px; } }
@media (max-width: 620px) {
  .section011 .section011-box .item {
    display: none; }

  .section011 .add-sp-img {
    display: block; } }
.add-block {
  display: inline-block; }

@media (max-width: 767px) {
  .add-block {
    display: block; } }
/*section012*/
.section012 {
  border-top: 2px solid #fff;
  width: 100%;
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  background-position: center; }

.section012 .section012-box {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff; }

.section012 .title {
  padding: 20px 0;
  font-size: 40px;
  color: #363581;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold; }

.section012 .title:before {
  margin-right: 25px;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #363581;
  display: block; }

.section012 .title:after {
  margin-left: 25px;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #363581;
  display: block; }

.section012 .item-box {
  max-width: 850px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }

.section012 .item-box .left {
  width: 23%; }

.section012 .item-box .right {
  font-size: 18px;
  width: 77%;
  line-height: 1.8;
  padding-left: 50px; }

.section012 .section012-bottom {
  margin-top: 40px;
  padding: 0px 10px;
  font-weight: bold;
  border-radius: 0 0 20px 20px;
  background-color: #ebf1f9; }

.section012 .section012-bottom .img img {
  margin: 0 auto;
  margin-top: -1px; }

.section012 .section012-bottom .title-i {
  padding-top: 30px;
  text-align: center;
  font-size: 36px; }

.section012 .section012-bottom .title-i span {
  color: #cc0000;
  font-size: 56px; }

.section012 .section012-bottom .title-i em {
  color: #004099;
  font-style: normal; }

.section012 .section012-bottom .title-i2 {
  text-align: center;
  font-size: 48px; }

.section012 .section012-bottom .title-i2 span {
  color: #cc0000;
  font-size: 56px; }

.section012 .section012-bottom .title-i3 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 32px; }

@media (max-width: 980px) {
  .section012 .title {
    font-size: 36px; }

  .section012 .section012-bottom .title-i {
    font-size: 32px; }

  .section012 .section012-bottom .title-i2 {
    font-size: 38px; }

  .section012 .section012-bottom .title-i2 span {
    font-size: 44px; }

  .section012 .section012-bottom .title-i3 {
    text-align: center; } }
@media (max-width: 767px) {
  .section012 .title {
    padding: 0px 0 0px;
    font-size: 20px; }

  .section012 .title:before {
    margin-right: 10px;
    width: 30px; }

  .section012 .title:after {
    margin-left: 10px;
    width: 30px; }

  .section012 .item-box {
    padding: 10px;
    display: block; }

  .section012 .item-box .left {
    width: 100%; }

  .section012 .item-box .left img {
    margin: 0 auto; }

  .section012 .item-box .right {
    padding-left: 0px;
    padding-top: 10px;
    width: 100%;
    font-size: 14px; }

  .section012 .section012-bottom {
    margin-top: 20px; }

  .section012 .section012-bottom .img img {
    max-width: 60px; }

  .section012 .section012-bottom .title-i {
    padding-top: 10px;
    font-size: 16px; }

  .section012 .section012-bottom .title-i2 {
    font-size: 20px; }

  .section012 .section012-bottom .title-i2 span {
    font-size: 24px; }

  .section012 .section012-bottom .title-i3 {
    padding-bottom: 20px;
    font-size: 16px; } }
@media (max-width: 400px) {
  .section012 .section012-bottom .title-i2 span {
    font-size: 20px; }

  .section012 .section012-bottom .title-i2 {
    font-size: 16px; }

  .section012 .section012-bottom .title-i3 {
    margin-top: 0.3em; } }
/*section014*/
.section014 {
  width: 100%; }

.section014 .title {
  padding: 0 20px;
  margin: 18px 0 10px;
  color: #363581;
  font-size: 46px;
  text-align: center;
  font-weight: bold; }

.section014 .section014-main {
  width: 100%;
  padding: 50px 0;
  /*background-color: #e9eff3;*/ }

.section014 .section014-content {
  background-color: #fff;
  padding: 20px 100px; }

.section014 .section014-content .contact-privacy-box {
  margin: 40px 0;
  background-color: #ebf1f9;
  padding: 22px; }

.section014 .section014-content .contact-privacy-box ul {
  font-weight: bold;
  font-size: 17px; }

.section014 .section014-content .contact-privacy-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 5px 0; }

.section014 .section014-content .contact-privacy-box ul li span {
  color: #e52d27; }

.section014 .section014-content .contact-privacy-box ul li:before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px; }

.section014 .section014-content .contact-list {
  width: 100%; }

.section014 .section014-content .contact-list .red {
  color: #fff;
  line-height: 1.1;
  border-radius: 18px;
  padding: 10px 16px 8px;
  margin-left: 8px;
  background-color: #ff5a41;
  font-size: 16px; }

.section014 .section014-content .contact-list .contact-item {
  padding: 15px 0;
  border-top: 1px solid #dedede; }

.section014 .section014-content .contact-list .contact-item:last-child {
  border-bottom: 1px solid #dedede; }

.section014 .section014-content .contact-list .contact_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }

.section014 .section014-content .contact-list .contact_row .contact_head {
  width: 17em;
  white-space: nowrap;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px; }

.section014 .section014-content .contact-list .contact_row .contact_body {
  width: calc(100% - 17em);
  font-size: 18px; }

.section014 .section014-content .alert {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px; }

.section014 .section014-content .alert span {
  font-size: 20px;
  color: #cc0100; }

.section014 .section014-content .small {
  margin-top: 10px;
  font-size: 14px; }

.section014 .section014-content .caution {
  color: #cc0100; }

.section014 .section014-content input[type="text"], .section014 .section014-content input[type="tel"], .section014 .section014-content input[type="email"], .section014 .section014-content select {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #dedede;
  max-width: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px; }

.section014 .section014-content select {
  padding: 5px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre; }

.section014 .section014-content .contact-list .red {
  color: #004099;
  line-height: 1.1;
  border-radius: 18px;
  padding: 8px 12px;
  margin-left: 8px;
  background-color: #ebf1f9;
  font-size: 16px; }

.section014 .section014-content .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between; }

.section014 .section014-content .wpcf7-list-item {
  width: 49%;
  position: relative; }

.section014 .section014-content .wpcf7-list-item input[type=radio],
.section014 .section014-content .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  bottom: 30px;
  left: 8px;
  z-index: 100; }

.section014 .section014-content .wpcf7-list-item label {
  margin: 10px 0;
  padding: 12px 7px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 150%;
  text-align: center; }

.section014 .section014-content .wpcf7-list-item input[type=radio]:checked + span label,
.section014 .section014-content .wpcf7-list-item input[type=checkbox]:checked + span label {
  background-color: #004099;
  border: 1px solid #004099;
  border-radius: 4px;
  color: #fff; }

.section014 .section014-content .select-control select {
  width: 5em;
  text-align: center;
  margin: 0 0.2em;
  padding: 0 0 0 10px;
  height: 40px; }

.section014 .section014-content .select-control select:first-child {
  margin-left: 0; }

.section014 .section014-content .select-control select:nth-child(2) {
  width: 4em; }

.section014 .section014-content .select-control select:nth-child(3) {
  width: 4em; }

.section014 .section014-content .select-control select:last-child {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 0;
  max-width: 170px; }

@media (max-width: 767px) {
  .section014 .section014-content .wpcf7-list-item input[type=radio],
  .section014 .section014-content .wpcf7-list-item input[type=checkbox] {
    bottom: 20px; }

  .section014 .section014-content .wpcf7-list-item {
    width: 49%;
    font-size: 11px; }

  .section014 .section014-content .wpcf7-list-item label {
    margin: 5px 0; } }
.section014 .section014-content [type="submit"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: transparent;
  left: 0;
  z-index: 2;
  cursor: pointer; }

.section014 .section014-content .radio-box {
  margin-top: 26px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section014 .section014-content .radio-box input {
  margin-right: 10px; }

.section014 .section014-content .radio-box a {
  display: inline-block;
  text-decoration: underline;
  color: #004099; }

.section014 .section014-content .sub-box {
  max-width: 750px;
  margin: 60px auto 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative; }

.section014 .section014-content .sub-box:hover {
  opacity: 0.8; }

.section014 .section014-content .sub-box span {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 38px;
  font-weight: bold;
  -webkit-box-shadow: 0px -6px 0px #0f6133 inset, 0 3px 4px 0px #00000040;
  box-shadow: 0px -6px 0px #0f6133 inset, 0 3px 4px 0px #00000040;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.9em 1.4em 1em;
  border-radius: 18px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02894e+0,3db069+99 */
  background: #02894e;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #02894e 0%, #3db069 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#02894e), color-stop(99%, #3db069));
  background: -o-linear-gradient(top, #02894e 0%, #3db069 99%);
  background: linear-gradient(to bottom, #02894e 0%, #3db069 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02894e', endColorstr='#3db069', GradientType=0);
  /* IE6-9 */
  color: #fff; }

.section014 .section014-content .sub-box span svg {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 1em; }

.section014 .section014-box {
  margin-top: 50px;
  border: 2px solid #fff;
  padding: 35px; }

.section014 .section014-box .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.section014 .section014-box ul {
  margin-top: 18px; }

.section014 .section014-box ul li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section014 .section014-box ul li:before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px; }

.section014 .section014-box .txt {
  margin-top: 18px;
  font-size: 16px; }

@media (max-width: 980px) {
  .section014 .section014-content .sub-box span {
    font-size: 29px; } }
@media (max-width: 767px) {
  .section014 .title {
    font-size: 20px; }

  .section014 .section014-main {
    padding: 20px 0; }

  .section014 .section014-content {
    padding: 10px; }

  .section014 .section014-content .contact-list .red {
    padding: 5px 9px 4px;
    margin-left: 8px;
    font-size: 12px; }

  .section014 .section014-content .contact-list .contact-item {
    padding: 10px 0; }

  .section014 .section014-content .contact-list .contact_row {
    width: 100%;
    display: block; }

  .section014 .section014-content .contact-list .contact_row .contact_head {
    width: 100%;
    padding-right: 0px;
    font-size: 16px; }

  .section014 .section014-content .contact-list .contact_row .contact_body {
    width: 100%;
    margin-top: 10px;
    font-size: 14px; }

  .section014 .section014-content .radio-box {
    margin-top: 10px;
    font-size: 16px; }

  .section014 .section014-content .contact-privacy-box {
    margin: 20px 0 10px;
    padding: 10px; }

  .section014 .section014-content .contact-privacy-box ul {
    font-size: 12px; }

  .section014 .section014-content .contact-privacy-box ul li:before {
    margin-top: 5px; }

	.section014 .section014-content .sub-box {
	  margin: 40px auto 0; }

  .section014 .section014-content .sub-box span {
    font-size: 16px;
    padding: 0.9em 1em 1em; }

  .section014 .section014-content .alert {
    text-align: left;
    font-size: 16px; }

  .section014 .section014-content .alert span {
    font-size: 18px; }

  .section014 .section014-box {
    margin-top: 20px;
    padding: 10px; }

  .section014 .section014-box .ttl {
    font-size: 16px; }

  .section014 .section014-box .txt {
    margin-top: 10px;
    font-size: 12px; }

  .section014 .section014-box ul {
    margin-top: 10px;
    font-size: 12px; }

  .section014 .section014-box ul li:before {
    margin-top: 5px; } }
/*foot*/
.float-fixed {
  position: fixed;
  left: 0;
  z-index: 10;
  right: 0;
  padding: 10px 0 20px;
  bottom: 0;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.9); }

.float-fixed.hide {
  display: none; }

.float-fixed.hide2 {
  display: block !important; }

.float-fixed .alert {
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.float-fixed .alert br {
  display: none; }

.float-fixed .alert span {
  font-size: 20px;
  color: #cc0100; }

.float-fixed .float-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.float-fixed .float-content .left a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-shadow: 0px -6px 0px #ad3221 inset, 0 3px 4px 0px #00000040;
  box-shadow: 0px -6px 0px #ad3221 inset, 0 3px 4px 0px #00000040;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1.2em 0.9em 3.0em;
  border-radius: 12px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed8d13+0,e46d0a+100 */
  background: #ed8d13;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed8d13 0%, #e46d0a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ed8d13), to(#e46d0a));
  background: -o-linear-gradient(top, #ed8d13 0%, #e46d0a 100%);
  background: linear-gradient(to bottom, #ed8d13 0%, #e46d0a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8d13', endColorstr='#e46d0a', GradientType=0);
  /* IE6-9 */
  color: #fff; }

.float-fixed .float-content .left a img {
  width: 100%;
  position: absolute;
  max-width: 69px;
  top: -8px;
  left: -10px;
  z-index: 2; }

.float-fixed .float-content .left a em {
  font-style: normal;
  color: #ffff04; }

.float-fixed .float-content .left a svg {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 0.6em; }

.float-fixed .float-content .left a br {
  display: none; }

.float-fixed .float-content .left a:hover {
  opacity: 0.7; }

.float-fixed .float-content .left.half {
  width: 50%; }

.float-fixed .float-content .btn {
  width: 50%; }

.float-fixed .float-content .btn a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-shadow: 0px -6px 0px #007EAE inset, 0 3px 4px 0px #00000040;
  box-shadow: 0px -6px 0px #007EAE inset, 0 3px 4px 0px #00000040;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1.4em 0.7em 1.4em;
  border-radius: 12px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00B0F0+0,e46d0a+100 */
  background: #00B0F0;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00B0F0 0%, #009DD9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#00B0F0), to(#009DD9));
  background: -o-linear-gradient(top, #00B0F0 0%, #009DD9 100%);
  background: linear-gradient(to bottom, #00B0F0 0%, #009DD9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B0F0', endColorstr='#009DD9', GradientType=0);
  /* IE6-9 */
  color: #fff; }

.float-fixed .float-content .btn a br {
  display: none; }

.float-fixed .float-content .btn a img {
  width: 100%;
  position: absolute;
  max-width: 89px;
  top: -28px;
  left: -10px;
  z-index: 2; }

.float-fixed .float-content .btn a em {
  font-style: normal;
  color: #ffff04; }

.float-fixed .float-content .btn a:hover {
  opacity: 0.7; }

.float-fixed .float-content .btn a svg:last-child {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 0.6em; }

.float-fixed .float-content .right {
  padding-left: 32px; }

.float-fixed .float-content .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #373582;
  font-size: 22px;
  line-height: 1.1;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.float-fixed .float-content .right.btn a {
  color: #fff; }

.float-fixed .float-content .right a svg {
  width: 42px;
  margin-right: 12px; }

.float-fixed .float-content .right a:hover {
  opacity: 0.7; }

.float-fixed .float-content .right .txt {
  font-size: 15px;
  letter-spacing: -1px; }

@media (max-width: 900px) {
  .float-fixed .float-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .float-fixed .float-content .left a {
    padding: 0.7em 1.4em 0.9em 3.2em;
    font-size: 18px; }

  .float-fixed .float-content .left a img {
    max-width: 60px; }

  .float-fixed .float-content .left a br {
    display: none; }

  .float-fixed .float-content .right .txt {
    font-size: 12px; }

  .float-fixed .float-content .btn a svg {
    width: 18px !important;
    height: 18px !important; }

  .float-fixed .float-content .btn a svg {
    width: 0.6em !important;
    height: 0.6em !important; }

  .float-fixed .float-content .btn a {
    padding: 0.7em 1.4em 0.9em 3.2em;
    font-size: 18px; } }
@media (max-width: 767px) {
  .float-fixed {
    padding: 10px 0 10px; }

  .float-fixed .alert {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px; }

  .float-fixed .alert br {
    display: block; }

  .float-fixed .alert span {
    display: inline-block;
    font-size: 4.5vw;
    color: #cc0100; }

  .float-fixed .inner {
    padding: 0 10px; }

  .float-fixed .float-content .left a {
    padding: 8px 10px 10px 36px;
    font-size: 15px;
    white-space: nowrap;
    -webkit-box-shadow: 0px -3px 0px #ad3221 inset, 0 3px 4px 0px #00000040;
    box-shadow: 0px -3px 0px #ad3221 inset, 0 3px 4px 0px #00000040; }

  .float-fixed .float-content .left a br {
    display: block; }

  .float-fixed .float-content .left a img {
    display: none; }

  .float-fixed .float-content .left a em {
    font-style: normal;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    width: 26px;
    height: 26px;
    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;
    position: absolute;
    border-radius: 50%;
    color: #cc0000;
    font-size: 12px;
    background-color: #ffff04; }

  .float-fixed .float-content .right {
    padding-bottom: 0px;
    padding-left: 10px; }

  .float-fixed .float-content .right a {
    font-size: 20px; }

  .float-fixed .float-content .right a svg {
    width: 24px;
    margin-right: 9px; }

  .float-fixed .float-content .right .txt {
    font-size: 10px; }

  .float-fixed .float-content .left.half {
    width: 100%; }

  .float-fixed .float-content .left.half a {
    width: 80%;
    height: 50px;
    margin: 0 auto; }

  .float-fixed .float-content .left.half br {
    display: none; } }
@media (max-width: 320px) {
  .float-fixed .float-content .right a {
    font-size: 16px; }

  .float-fixed .float-content .left a {
    font-size: 12px; } }
/*foot*/
.footer-copyright {
  background-color: #333333;
  padding: 42px 0px;
  width: 100%; }

.footer-copyright .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-copyright .footer-links a {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  padding: 0 12px;
  line-height: 1.4;
  border-right: 1px solid #fff; }

.footer-copyright .footer-links a:last-child {
  border-right: 0px; }

.footer-copyright .footer-links a:hover {
  text-decoration: underline; }

.footer-copyright .copyright {
  font-size: 12px;
  text-align: center;
  color: rgba(250, 250, 250, 0.5); }

@media (max-width: 767px) {
  .footer-copyright {
    padding: 20px 0px; }

  .footer-copyright .footer-links {
    padding-bottom: 10px; }

  .footer-copyright .footer-links a {
    font-size: 13px;
    padding: 0 9px; } }
@media (max-width: 320px) {
  .footer-copyright {
    margin-bottom: 65px; } }
/* ------------------------------
  add
------------------------------ */
/* FV */
.banner img {
  width: 100%; }

.banner .banner-brand .yellow {
  color: #ffff00; }

.banner .banner-brand .txt02 {
  text-align: left;
  margin-top: 60px;
  padding-left: 40px; }

.banner .banner-brand .txt04 {
  text-align: left;
  font-size: 46px;
  padding-left: 40px; }

.banner .banner-brand .txt04 .large {
  font-size: 78px; }

.banner .banner-brand .txt05 {
  justify-content: left;
  padding-left: 40px; }

.banner .banner-brand .txt05 .summary {
  font-size: 78px; }

.banner .banner-brand .txt05 .smalls {
  font-size: 30px;
  display: block;
  text-align: left; }

.banner .banner-brand .txt05 .summary .large {
  font-size: 40px; }

.banner .banner-brand .txt05 .circle {
  margin-left: 20px;
  margin-right: 0;
  margin-top: 50px; }

.banner .banner-brand .txt05 .circle:before {
  right: auto;
  left: -12px;
  border-left: 0 solid #FFF;
  border-right: 15px solid #fff; }

@media (max-width: 767px) {
  .banner {
    background-image: url(../img/banner02_sp.jpg); }

  .banner .banner-brand .txt02 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    font-size: 24px; }

  .banner .banner-brand .txt02 span {
    font-size: 32px; }

  .banner .banner-brand .txt04 {
    text-align: center;
    font-size: 24px;
    padding-left: 0;
    line-height: 1.3;
    padding: 10px 0; }

  .banner .banner-brand .txt04 .large {
    font-size: 52px;
    display: block; }

  .banner .banner-brand .txt04 br {
    display: none; }

  .banner .banner-brand .txt05 {
    justify-content: center;
    padding-left: 0;
    flex-wrap: wrap;
    text-align: center;
    position: relative; }

  .banner .banner-brand .txt05 .summary {
    font-size: 52px; }

  .banner .banner-brand .txt05 .smalls {
    font-size: 24px;
    text-align: center; }

  .banner .banner-brand .txt05 .summary .large {
    font-size: 32px; }

  .banner .banner-brand .txt05 .summary .x-large {
    display: block;
    position: relative;
    margin-right: 50px;
    font-size: 40px; }

  .banner .banner-brand .txt05 .circle {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    position: absolute;
    right: 0px;
    left: 230px;
    margin: 0 auto;
    bottom: 8px; }

  .banner .banner-brand .txt05 .circle:before {
    left: -4px;
    border-right: 8px solid #fff; } }
/* section02 */
.section02 .section02-box2 {
  padding-bottom: 0px; }

.section02 .section02-box2 .ttl5 {
  margin-top: 18px;
  margin-top: 24px;
  font-weight: bold;
  font-size: 56px;
  text-align: center; }

@media (max-width: 767px) {
  .section02 .section02-box2 .ttl5 {
    font-size: 24px;
    margin-top: 10px; } }
/* section06 */
.section06 .title2-i {
  color: #459CDD; }

.section06 .section06-main .btn {
  left: -50px; }

@media (max-width: 767px) {
  .section06 .section06-main .btn {
    left: 50%; }

  .section06 .section06-main .title {
    padding-top: 50px; }

  .section06 .section06-main .title2 .title2-i {
    text-align: center; } }
/* section-feature */
.section-feature {
  max-width: 1280px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto; }

.section-feature-list {
  display: flex; }

.section-feature-list .item {
  padding: 0 15px; }

@media (max-width: 767px) {
  .section-feature {
    max-width: 1280px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto; }

  .section-feature-list {
    display: flex;
    flex-wrap: wrap; }

  .section-feature-list .item {
    padding: 0 15px;
    width: 100%;
    margin: 0 0 20px; } }
/* section07 */
.section07 {
  margin-top: 0;
  margin-bottom: 40px; }

.section07-title-box {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative; }

.section07-title-box .red {
  color: #CC0900; }

.section07-title-box .title .title-i {
  font-size: 36px; }

.section07-title-box .title2 {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.section07-title-box .title2 .title2-i {
  padding: 0px 24px 4px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 26px;
  background: #F1F0EC; }

.section07 .title:before {
  position: absolute;
  margin-right: 20px;
  content: "";
  width: 3px;
  height: 60px;
  background-color: #000;
  display: block;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  left: 0;
  top: 0; }

.section07 .title:after {
  position: absolute;
  margin-left: 20px;
  content: "";
  width: 3px;
  height: 60px;
  background-color: #000;
  display: block;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
  right: 0;
  top: 0; }

.section07 .section07-box .item .item-ttl em {
  font-weight: bold; }

.section07 .section07-box .item .item-ttl {
  background: #F1F0EC;
  color: #000; }

@media (max-width: 767px) {
  .section07-title-box {
    margin-bottom: 20px; }

  .section07-title-box .title .title-i {
    font-size: 24px; }

  .section07-title-box .title2 .title2-i {
    padding: 4px 10px 8px;
    font-size: 14px; }

  .section07 .title:before {
    left: -10px; }

  .section07 .title:after {
    right: -10px; } }
/* quality-section */
.section-quality.pc {
  display: block; }

.section-quality.sp {
  display: none; }

@media (max-width: 767px) {
  .section-quality.pc {
    display: none; }

  .section-quality.sp {
    display: block; } }
.section_intro {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  background: url("../img/intro_bg.jpg") center no-repeat;
  background-size: cover; }

.section_intro.map {
  background: url("../img/intro_bg_2.jpg") center no-repeat;
  background-size: cover; }

.section_intro .ttl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section_intro .ttl span {
  padding: 5px 36px;
  border-radius: 30px;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184295+0,2b62b7+100 */
  background: #184295;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #184295 0%, #2b62b7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#184295), to(#2b62b7));
  background: -o-linear-gradient(left, #184295 0%, #2b62b7 100%);
  background: linear-gradient(to right, #184295 0%, #2b62b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#184295', endColorstr='#2b62b7', GradientType=1);
  /* IE6-9 */ }

.section_intro .title {
  padding: 20px 0;
  font-size: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold; }

.section_intro .title span {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold; }

.section_intro .title span em {
  font-size: 48px;
  font-style: normal;
  color: #cc0000; }

.section_intro .summary {
  width: 100%;
  display: flex; }

.section_intro .summary span {
  margin-top: 20px;
  display: block; }

.section_intro .summary b {
  font-size: 24px;
  font-weight: bold;
  color: #cc0000; }

.section_intro .summary p:first-child {
  padding-right: 40px;
  padding-left: 100px;
  line-height: 1.8;
  font-size: 18px; }

.section_intro .summary p {
  padding-bottom: 80px; }

.section_intro .summary p:last-child {
  width: 30%;
  flex-shrink: 0; }

.section_intro .summary p:last-child img {
  min-width: 400px; }

.section_intro .summary p br {
  width: 100%;
  height: 20px;
  display: block; }

.section_intro figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.section_intro figure p {
  width: 50%;
  height: 400px;
  overflow: hidden; }

@media (max-width: 1000px) {
  .section_intro .title {
    flex-direction: column; }

  .section_intro .summary p:first-child {
    padding-left: 20px; }

  .section_intro .summary p:last-child {
    width: 40%;
    flex-shrink: 0; } }
@media (max-width: 767px) {
  .section_intro {
    padding-top: 20px; }

  .section_intro .title {
    padding: 10px 20px;
    font-size: 18px;
    flex-direction: column;
    webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .section_intro .title:before {
    display: none; }

  .section_intro .title:after {
    display: none; }

  .section_intro .title span em {
    font-size: 22px; }

  .section_intro .ttl {
    padding: 0px 20px; }

  .section_intro .ttl span {
    padding: 5px 10px;
    font-size: 14px; }

  .section_intro .summary {
    flex-direction: column;
    webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .section_intro.map .summary {
    flex-direction: column-reverse; }

  .section_intro .summary span {
    margin-top: 10px; }

  .section_intro .summary b {
    font-size: 18px; }

  .section_intro .summary p {
    padding-bottom: 20px; }

  .section_intro .summary p:first-child {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.8;
    font-size: 14px; }

  .section_intro .summary p:last-child {
    width: 100%;
    padding-bottom: 0;
    flex-shrink: 0; }

  .section_intro .summary p img {
    display: none; }

  .section_intro.map .summary p img {
    width: 100%;
    display: block; }

  .section_intro figure {
    webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .section_intro figure p {
    width: 50%;
    height: auto; } }
.section01 .tel {
  margin-bottom: 5px;
  padding: 20px;
  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: #eee; }

.section01 .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #373582;
  font-size: 36px;
  line-height: 1.1;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.section01 .tel a svg {
  width: 42px;
  margin-right: 12px; }

.section01 .tel a:hover {
  opacity: 0.7; }

.section01 .tel .txt {
  font-size: 15px;
  letter-spacing: -1px;
  margin-left: 15px; }

@media (max-width: 767px) {
  .section01 .tel {
    flex-direction: column; }

  .section01 .tel .txt {
    margin-left: 0; } }
.contact-privacy-box .tel {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-privacy-box .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  color: #373582;
  font-size: 28px;
  line-height: 1.1;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.contact-privacy-box .tel a svg {
  width: 32px;
  margin-right: 12px; }

.contact-privacy-box .tel a:hover {
  opacity: 0.7; }

.contact-privacy-box .tel .txt {
  font-size: 14px;
  letter-spacing: -1px;
  margin-left: 15px; }

@media (max-width: 767px) {
  .contact-privacy-box .tel {
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }

  .contact-privacy-box .tel .txt {
    margin-left: 0; } }
.policy-box {
  width: 100%;
  height: 155px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  overflow-y: scroll; }

.policy-box b {
  margin-bottom: 10px;
  display: block;
  text-align: center; }

.policy-box ol {
  margin-bottom: 20px;
  padding-left: 20px; }

.policy-box address {
  margin: 10px 0;
  padding: 10px;
  background: #efefef; }

.policy-box ol > li {
  margin-top: 10px; }

.policy-box ol strong {
  display: block; }

@media (max-width: 767px) {
  .policy-box {
    padding: 10px;
    font-size: 12px; } }
.company table {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.company th {
  background: #f7f7f7; }

.company td .tel {
  width: auto;
  margin-right: 5px;
  padding: 0;
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 767px) {
  .company table,
  .company tbody,
  .company tr,
  .company th,
  .company td {
    width: 100%;
    display: block;
    font-size: 12px; }

  .company table {
    margin-bottom: 10px; }

  .company th {
    padding: 5px 10px;
    text-align: center; }

  .company img {
    width: 100%; }

  .company td .tel {
    height: 10px; } }
.footer-fixed {
  padding: 10px 0 20px;
  width: 100%; }

.footer-fixed.hide {
  display: none; }

.footer-fixed.hide2 {
  display: block !important; }

.footer-fixed .alert {
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.footer-fixed .alert br {
  display: none; }

.footer-fixed .alert span {
  font-size: 20px;
  color: #cc0100; }

.footer-fixed .float-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer-fixed .float-content .left a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-shadow: 0px -6px 0px #ad3221 inset, 0 3px 4px 0px #00000040;
  box-shadow: 0px -6px 0px #ad3221 inset, 0 3px 4px 0px #00000040;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1.2em 0.9em 3.0em;
  border-radius: 12px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed8d13+0,e46d0a+100 */
  background: #ed8d13;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed8d13 0%, #e46d0a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ed8d13), to(#e46d0a));
  background: -o-linear-gradient(top, #ed8d13 0%, #e46d0a 100%);
  background: linear-gradient(to bottom, #ed8d13 0%, #e46d0a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8d13', endColorstr='#e46d0a', GradientType=0);
  /* IE6-9 */
  color: #fff; }

.footer-fixed .float-content .left a img {
  width: 100%;
  position: absolute;
  max-width: 69px;
  top: -8px;
  left: -10px;
  z-index: 2; }

.footer-fixed .float-content .left a em {
  font-style: normal;
  color: #ffff04; }

.footer-fixed .float-content .left a svg {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 0.6em; }

.footer-fixed .float-content .left a br {
  display: none; }

.footer-fixed .float-content .left a:hover {
  opacity: 0.7; }

.footer-fixed .float-content .left.half {
  width: 50%; }

.footer-fixed .float-content .btn {
  width: 50%; }

.footer-fixed .float-content .btn a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.15;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-shadow: 0px -6px 0px #007EAE inset, 0 3px 4px 0px #00000040;
  box-shadow: 0px -6px 0px #007EAE inset, 0 3px 4px 0px #00000040;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1.4em 0.7em 1.4em;
  border-radius: 12px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00B0F0+0,e46d0a+100 */
  background: #00B0F0;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00B0F0 0%, #009DD9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#00B0F0), to(#009DD9));
  background: -o-linear-gradient(top, #00B0F0 0%, #009DD9 100%);
  background: linear-gradient(to bottom, #00B0F0 0%, #009DD9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B0F0', endColorstr='#009DD9', GradientType=0);
  /* IE6-9 */
  color: #fff; }

.footer-fixed .float-content .btn a br {
  display: none; }

.footer-fixed .float-content .btn a img {
  width: 100%;
  position: absolute;
  max-width: 89px;
  top: -28px;
  left: -10px;
  z-index: 2; }

.footer-fixed .float-content .btn a em {
  font-style: normal;
  color: #ffff04; }

.footer-fixed .float-content .btn a:hover {
  opacity: 0.7; }

.footer-fixed .float-content .btn a svg:last-child {
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  margin-left: 0.6em; }

.footer-fixed .float-content .right {
  padding-left: 32px; }

.footer-fixed .float-content .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #373582;
  font-size: 22px;
  line-height: 1.1;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.footer-fixed .float-content .right.btn a {
  color: #fff; }

.footer-fixed .float-content .right a svg {
  width: 42px;
  margin-right: 12px; }

.footer-fixed .float-content .right a:hover {
  opacity: 0.7; }

.footer-fixed .float-content .right .txt {
  font-size: 15px;
  letter-spacing: -1px; }

@media (max-width: 900px) {
  .footer-fixed .float-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .footer-fixed .float-content .left a {
    padding: 0.7em 1.4em 0.9em 3.2em;
    font-size: 18px; }

  .footer-fixed .float-content .left a img {
    max-width: 60px; }

  .footer-fixed .float-content .left a br {
    display: none; }

  .footer-fixed .float-content .right .txt {
    font-size: 12px; }

  .footer-fixed .float-content .btn a svg {
    width: 18px !important;
    height: 18px !important; }

  .footer-fixed .float-content .btn a svg {
    width: 0.6em !important;
    height: 0.6em !important; }

  .footer-fixed .float-content .btn a {
    padding: 0.7em 1.4em 0.9em 3.2em;
    font-size: 18px; }

  .footer-fixed .float-content .left.half {
    width: 100%; }

  .footer-fixed .float-content .left.half a {
    width: 80%;
    height: 50px;
    margin: 0 auto; }

  .footer-fixed .float-content .left.half br {
    display: none; } }
@media (max-width: 767px) {
  .footer-fixed {
    padding: 10px 0 10px; }

  .footer-fixed .alert {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px; }

  .footer-fixed .alert br {
    display: block; }

  .footer-fixed .alert span {
    display: inline-block;
    font-size: 4.5vw;
    color: #cc0100; }

  .footer-fixed .inner {
    padding: 0 10px; }

  .footer-fixed .float-content .left a {
    padding: 8px 10px 10px 36px;
    font-size: 15px;
    white-space: nowrap;
    -webkit-box-shadow: 0px -3px 0px #ad3221 inset, 0 3px 4px 0px #00000040;
    box-shadow: 0px -3px 0px #ad3221 inset, 0 3px 4px 0px #00000040; }

  .footer-fixed .float-content .left a br {
    display: block; }

  .footer-fixed .float-content .left a img {
    display: none; }

  .footer-fixed .float-content .left a em {
    font-style: normal;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    width: 26px;
    height: 26px;
    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;
    position: absolute;
    border-radius: 50%;
    color: #cc0000;
    font-size: 12px;
    background-color: #ffff04; }

  .footer-fixed .float-content .right {
    padding-bottom: 0px;
    padding-left: 10px; }

  .footer-fixed .float-content .right a {
    font-size: 20px; }

  .footer-fixed .float-content .right a svg {
    width: 24px;
    margin-right: 9px; }

  .footer-fixed .float-content .right .txt {
    font-size: 10px; } }
@media (max-width: 320px) {
  .footer-fixed .float-content .right a {
    font-size: 16px; }

  .footer-fixed .float-content .left a {
    font-size: 12px; } }
/* form */
#name-last, #name-first {
  width: 50%; }

#name-last {
  margin-bottom: 10px; }

.bnr {
  margin-top: 40px; }

@media (max-width: 767px) {
  .bnr {
    margin-top: 20px; } }
