@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

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

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

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
.form_section table {
  width: 100%; }
  .form_section table th, .form_section table td {
    padding: 20px;
    padding-left: 65px;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important; } }
  .form_section table th {
    width: 220px;
    position: relative;
    color: #fff;
    padding-right: 0; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section [type=number],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #fee10e;
  border-bottom: 5px solid #fea402;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #fee10e;
  color: #000;
  width: 500px;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 25px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 100%;
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1;
  color: #fff; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc;
    background: #fff; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #2ea2f3;
  border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 55px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    height: 100vh;
    padding-bottom: 55px; }
    #sp_menu ul {
      padding: 30px 20px 0; }
      #sp_menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 15px 0;
          color: #fff; }
        #sp_menu ul li span {
          display: inline-block;
          font-size: 10px;
          color: #060054;
          margin-left: 10px; }
    #sp_menu .txt {
      padding: 30px 40px 0; }

  .header_menu {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    padding: 11px 0 0 12px;
    z-index: 20; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu-trigger {
    position: relative;
    width: 34px;
    height: 30px; }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #574332;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 7px; }
    .menu-trigger span:nth-of-type(2) {
      top: 15px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 5px; }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .5s forwards;
    animation: menu-bar01 .5s forwards; }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(-45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(-45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger span:nth-of-type(2) {
    -webkit-animation: menu-bar02 .5s forwards;
    animation: menu-bar02 .5s forwards; }

  @-webkit-keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar03 .5s forwards;
    animation: menu-bar03 .5s forwards; }

  @-webkit-keyframes menu-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-8px) rotate(45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    border: 1px solid rgba(204, 183, 86, 0.3);
    transition: all .1s;
    opacity: 0; }

  .menu-trigger.close::after {
    -webkit-animation: circle .5s;
    animation: circle .5s; }

  @-webkit-keyframes circle {
    0% {
      -webkit-transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: scale(3.5);
      opacity: 0; } }
  @keyframes circle {
    0% {
      transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(3.5);
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .5s .5s forwards;
    animation: active-menu-bar01 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(8px) rotate(-45deg); } }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(8px) rotate(-45deg); } }
  .menu-trigger.close span:nth-of-type(2) {
    -webkit-animation: active-menu-bar02 .5s .5s forwards;
    animation: active-menu-bar02 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .5s .5s forwards;
    animation: active-menu-bar03 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(45deg); } }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(-8px) rotate(45deg); } } }
body {
  background: #fff;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  width: 60px;
  height: 60px;
  background: rgba(0, 100, 210, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #0064d2;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15); }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 25px 0 22px 15px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .site_logo {
    width: 240px; }
  .header .header_link,
  .header .header_tel,
  .header .header_contact {
    position: absolute; }
  .header .header_link {
    left: 280px;
    top: 25px; }
    .header .header_link a {
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.1em; }
      .header .header_link a:hover {
        color: #0064d2; }
  .header .header_contact {
    right: 15px;
    top: 13px;
    width: 220px; }
  .header .header_tel {
    right: 254px;
    top: 16px;
    width: 265px; }
  .header .header_ico {
    position: absolute;
    width: 107px;
    top: 10px;
    right: 540px; }

.fv {
  background: url(img/fv_bg.jpg) no-repeat center top; }
  .fv .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 488px;
    padding-top: 55px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_btn {
    position: absolute;
    left: 426px;
    bottom: 65px;
    width: 364px; }

.cv .content {
  background: url(img/cv_bg.png) repeat center top;
  padding: 30px 0 20px; }
.cv .inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .cv .inner {
      width: 100%; } }
.cv .time_wrap {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  background: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  font-weight: 300;
  font-size: 25px; }
  .cv .time_wrap span {
    display: inline-block;
    position: relative;
    padding-left: 70px; }
    .cv .time_wrap span::before {
      content: "";
      position: absolute;
      left: 10px;
      top: 50%;
      background: url(img/cv_ico.png) no-repeat center top;
      width: 44px;
      height: 44px;
      margin-top: -22px; }
  .cv .time_wrap strong {
    font-weight: 300;
    color: #ff2323; }
.cv .btn_wrap {
  margin-top: 20px;
  font-size: 0; }
  .cv .btn_wrap .tel, .cv .btn_wrap .contact {
    display: inline-block;
    vertical-align: top; }
  .cv .btn_wrap .tel + .contact {
    margin-left: 42px; }
.cv .image {
  margin-top: 20px; }
.cv .remarks {
  background: #fff1c6;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  color: #ff3a3a; }

.section01 {
  background: #0064d2; }
  .section01 .inner {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 30px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
    .section01 .inner::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -70px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 70px 191px 0 191px;
      border-color: #0064d2 transparent transparent transparent; }
  .section01 .wrap {
    margin-top: 40px;
    font-size: 0; }
    .section01 .wrap .image, .section01 .wrap .txt {
      display: inline-block;
      vertical-align: top;
      font-size: 18px; }
    .section01 .wrap .image {
      width: 264px; }
    .section01 .wrap .txt {
      padding-left: 50px;
      text-align: left; }
      .section01 .wrap .txt ul li {
        margin-top: 15px;
        background: #eff7ff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        font-size: 24px;
        font-weight: 300;
        padding: 10px 20px 10px 62px;
        position: relative;
        -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15) inset;
        -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15) inset; }
        .section01 .wrap .txt ul li::before {
          content: "";
          position: absolute;
          left: 25px;
          top: 50%;
          background: url(img/section01_ico.png) no-repeat center top;
          width: 23px;
          height: 24px;
          margin-top: -12px; }
  .section01 .read {
    margin-top: 30px; }

.section02 .inner {
  width: 875px;
  margin: 0 auto;
  padding: 110px 0 40px; }
.section02 h2 {
  text-align: center; }
.section02 .txt1 {
  margin-top: 40px;
  border: 1px dashed #000;
  padding: 40px 40px 30px 270px;
  position: relative; }
  .section02 .txt1 .image {
    position: absolute;
    left: 60px;
    bottom: 0; }
  .section02 .txt1 h3 {
    text-align: center; }
  .section02 .txt1 p {
    margin-top: 20px;
    padding-left: 20px; }
.section02 .txt2 {
  margin-top: 40px;
  border: 1px solid #0064d2;
  padding: 50px 30px;
  text-align: center; }
  .section02 .txt2 ul {
    margin-top: 20px;
    margin-left: 40px;
    display: inline-block; }
    .section02 .txt2 ul li {
      text-align: left;
      margin-top: 20px;
      position: relative;
      font-size: 22px;
      padding-left: 50px; }
      .section02 .txt2 ul li::before {
        width: 38px;
        height: 38px;
        line-height: 38px;
        position: absolute;
        left: 0;
        top: 50%;
        font-size: 20px;
        margin-top: -19px;
        background: #0064d2;
        color: #fff;
        text-align: center;
        border-radius: 38px;
        -moz-border-radius: 38px;
        -webkit-border-radius: 38px;
        -o-border-radius: 38px;
        -ms-border-radius: 38px; }
      .section02 .txt2 ul li:nth-child(1)::before {
        content: "1"; }
      .section02 .txt2 ul li:nth-child(2)::before {
        content: "2"; }
      .section02 .txt2 ul li:nth-child(3)::before {
        content: "3"; }
      .section02 .txt2 ul li:nth-child(4)::before {
        content: "4"; }
  .section02 .txt2 p {
    margin-top: 40px;
    font-size: 19px; }
    .section02 .txt2 p strong {
      font-weight: normal;
      color: #ff2020;
      font-size: 23px; }

.section03 {
  background: #0064d2; }
  .section03 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section03 .inner {
        width: 100%; } }
  .section03 h2 {
    text-align: center; }
  .section03 ul {
    margin: 0 auto;
    margin-top: 60px;
    font-size: 0;
    width: 900px; }
    .section03 ul li {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      width: 370px;
      background: #fff;
      border: 2px solid #000;
      -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
      position: relative;
      font-size: 14px;
      font-weight: 300;
      margin-top: 60px;
      margin-left: 40px;
      padding: 50px 0 20px; }
      .section03 ul li:nth-child(odd) {
        margin-left: 0; }
      .section03 ul li:nth-child(1), .section03 ul li:nth-child(2) {
        margin-top: 0; }
      .section03 ul li::before {
        content: "";
        position: absolute;
        width: 64px;
        height: 64px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -32px;
        z-index: 10; }
      .section03 ul li:nth-child(1)::before {
        background: url(img/section03_ico1.png) no-repeat center top; }
      .section03 ul li:nth-child(2)::before {
        background: url(img/section03_ico2.png) no-repeat center top; }
      .section03 ul li:nth-child(3)::before {
        background: url(img/section03_ico3.png) no-repeat center top; }
      .section03 ul li:nth-child(4)::before {
        background: url(img/section03_ico4.png) no-repeat center top; }
  .section03 .heading {
    margin-top: 30px;
    color: #fff;
    font-size: 28px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    font-weight: 300; }
    .section03 .heading span {
      font-style: italic; }
  .section03 .wrap {
    margin-top: 30px;
    font-size: 0; }
    .section03 .wrap .item {
      display: inline-block;
      vertical-align: top;
      margin-left: 40px;
      width: 188px; }
      .section03 .wrap .item:first-child {
        margin-left: 0; }

.section04 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 30px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 h2 {
  text-align: center; }
.section04 ul {
  margin-top: 50px; }
  .section04 ul li {
    background-repeat: no-repeat;
    background-position: 30px top;
    padding: 20px 0 0 490px;
    margin-top: 60px; }
    .section04 ul li .heading {
      text-align: center;
      font-size: 30px;
      font-weight: 300; }
      .section04 ul li .heading span {
        font-size: 46px;
        color: #ff2a2a; }
    .section04 ul li .content {
      margin-top: 10px;
      padding: 25px; }
    .section04 ul li:nth-child(1) {
      margin-top: 0;
      background-image: url(img/section04_bg1.png); }
      .section04 ul li:nth-child(1) .content {
        background: rgba(0, 100, 210, 0.3); }
    .section04 ul li:nth-child(2) {
      background-image: url(img/section04_bg2.png); }
      .section04 ul li:nth-child(2) .content {
        background: rgba(52, 188, 93, 0.3); }
    .section04 ul li:nth-child(3) {
      background-image: url(img/section04_bg3.png); }
      .section04 ul li:nth-child(3) .content {
        background: rgba(188, 116, 52, 0.3); }
.section04 .read {
  text-align: center;
  font-size: 24px;
  font-weight: 300; }
.section04 .txt {
  margin-top: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9); }

.section05 .inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .section05_txt {
  margin-top: 50px; }
.section05 .wrap {
  margin: 0 auto;
  width: 950px;
  border: 2px solid #013b84;
  display: table;
  table-layout: fixed;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section05 .wrap .image, .section05 .wrap .txt {
    display: table-cell;
    vertical-align: middle; }
  .section05 .wrap .image {
    width: 367px; }
  .section05 .wrap .txt {
    padding-left: 20px;
    text-align: left;
    font-size: 17px;
    line-height: 1.7; }

.section06 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 70px 80px 50px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
.section06 .image {
  margin-top: 50px; }
.section06 .tableBlock {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2em;
  margin-top: 50px; }
  .section06 .tableBlock .listTable {
    min-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px; }
  .section06 .tableBlock .listTable th {
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 0.5em;
    white-space: nowrap;
    vertical-align: middle; }
  .section06 .tableBlock .listTable th:nth-of-type(1) {
    background-color: transparent; }
  .section06 .tableBlock .listTable th:nth-of-type(2):before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 98%;
    height: 100%;
    height: 200%;
    background-color: #0d66d1;
    border-radius: 0.5em 0.5em 0 0;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    z-index: -1; }
  .section06 .tableBlock .listTable th:nth-of-type(3):before,
  .section06 .tableBlock .listTable th:nth-of-type(4):before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 96%;
    height: 100%;
    height: 200%;
    background-color: #b3b3b3;
    border-radius: 0.5em 0.5em 0 0;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    z-index: -1; }
  .section06 .tableBlock .listTable td {
    position: relative;
    border-bottom: solid 4px #eff5fb;
    background-color: #e4eff9;
    padding: 0.5em 2em;
    white-space: nowrap;
    vertical-align: middle; }
  .section06 .tableBlock .listTable td:nth-of-type(2) {
    text-align: center;
    color: #0d66d1;
    font-size: 1.2em;
    font-weight: bold; }
  .section06 .tableBlock .listTable td:nth-of-type(2):before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: calc(100% - 5px);
    height: calc(100% + 4px);
    height: 200%;
    border-left: solid 4px #0d66d1;
    border-right: solid 4px #0d66d1;
    z-index: 1; }
  .section06 .tableBlock .listTable td:nth-of-type(3),
  .section06 .tableBlock .listTable td:nth-of-type(4) {
    text-align: center; }
  .section06 .tableBlock .listTable td:nth-of-type(3):before,
  .section06 .tableBlock .listTable td:nth-of-type(4):before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: calc(98% - 4px);
    height: calc(100% + 4px);
    height: 200%;
    border-left: solid 4px #b3b3b3;
    border-right: solid 4px #b3b3b3;
    z-index: 1; }
  .section06 .tableBlock .listTable tr:last-of-type td {
    border-bottom: 0; }
  .section06 .tableBlock .listTable tr:last-of-type td:nth-of-type(2):after,
  .section06 .tableBlock .listTable tr:last-of-type td:nth-of-type(3):after,
  .section06 .tableBlock .listTable tr:last-of-type td:nth-of-type(4):after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 98%;
    height: calc(100% + 4px);
    border-bottom: solid 4px #0d66d1;
    z-index: 1; }
  .section06 .tableBlock .listTable tr:last-of-type td:nth-of-type(3):after,
  .section06 .tableBlock .listTable tr:last-of-type td:nth-of-type(4):after {
    width: 95%; }
  .section06 .tableBlock .listTable tr:last-of-type td:nth-of-type(3):after,
  .section06 .tableBlock .listTable tr:last-of-type td:nth-of-type(4):after {
    border-bottom: solid 4px #b3b3b3; }

.section07 {
  background: #0064d2; }
  .section07 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section07 .inner {
        width: 100%; } }
  .section07 .image {
    margin: 0 auto;
    margin-top: 50px;
    width: 1000px; }

.section08 {
  background: url(img/section08_bg.png) repeat center top; }
  .section08 h2 {
    text-align: center; }
  .section08 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 70px; }
    @media only screen and (max-width: 768px) {
      .section08 .inner {
        width: 100%; } }
  .section08 .question {
    padding: 30px 20px 30px 90px;
    background: url(img/section08_question.png) no-repeat 20px center;
    font-size: 17px;
    font-size: 23px;
    cursor: pointer;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section08 .question {
        background-position: 10px center;
        background-size: 24px auto;
        padding: 20px 50px 20px 45px;
        font-size: 15px; } }
    .section08 .question span {
      position: absolute;
      right: 20px;
      top: 50%;
      display: block;
      width: 34px;
      height: 34px;
      margin-top: -17px;
      background: url(img/section08_ico.png) no-repeat center top; }
      @media only screen and (max-width: 768px) {
        .section08 .question span {
          right: 10px;
          width: 24px;
          height: 24px;
          margin-top: -10px;
          background-size: 24px auto; } }
    .section08 .question.active span {
      background: url(img/section08_ico_active.png) no-repeat center top; }
      @media only screen and (max-width: 768px) {
        .section08 .question.active span {
          right: 10px;
          width: 24px;
          height: 24px;
          margin-top: -10px;
          background-size: 24px auto; } }
  .section08 .answer {
    padding: 32px 20px 40px 90px;
    background: url(img/section08_answer.png) no-repeat 20px 20px;
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .section08 .answer {
        background-position: 10px center;
        background-size: 24px auto;
        padding: 20px 10px 20px 45px;
        font-size: 14px; } }
  .section08 ul {
    width: 885px;
    margin: 0 auto;
    margin-top: 40px; }
  .section08 ul li {
    border-bottom: 1px dotted #0064d2;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .section08 ul li:first-child {
        border-top: 1px dotted #0064d2; } }

.section09 {
  background: #0064d2; }
  .section09 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .section09 .inner {
        width: 100%; } }
  .section09 h2 {
    text-align: center; }
  .section09 #form_tabs li {
    margin-top: 5px;
    position: relative;
    color: #fff;
    padding-left: 25px; }
  .section09 #form_tabs li:first-child {
    margin-top: 0; }
  .section09 #form_tabs li::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    border-radius: 50%; }
  .section09 #form_tabs li::after {
    content: "";
    display: none;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
  .section09 #form_tabs li.select::after {
    display: block; }
  .section09 .disnon {
    display: none; }
  .section09 .form_section {
    width: 900px;
    margin: 0 auto;
    margin-top: 40px; }

.footer {
  background: #0064d2; }
  .footer .f_nav {
    background: #eff7ff;
    padding: 15px 0; }
    .footer .f_nav ul {
      text-align: center;
      font-size: 0; }
      .footer .f_nav ul li {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        margin-right: 5px; }
        .footer .f_nav ul li::before {
          content: "｜";
          margin-right: 5px; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
        .footer .f_nav ul li a {
          text-decoration: none; }
          .footer .f_nav ul li a:hover {
            text-decoration: underline; }
  .footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 20px 0 50px; }

.fixed_footer {
  background: rgba(0, 37, 224, 0.7);
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100; }
  .fixed_footer .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .fixed_footer .inner {
        width: 100%; } }
  .fixed_footer .time_txt {
    margin-top: 10px; }
    .fixed_footer .time_txt span {
      display: inline-block;
      color: #fff;
      padding: 5px 10px;
      font-weight: 300;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
  .fixed_footer .btn_wrap {
    margin-top: 10px;
    font-size: 0; }
    .fixed_footer .btn_wrap .tel, .fixed_footer .btn_wrap .contact, .fixed_footer .btn_wrap .contact2 {
      display: inline-block;
      vertical-align: middle;
      width: 300px; }
    .fixed_footer .btn_wrap .tel + .contact {
      margin-left: 40px; }
    .fixed_footer .btn_wrap .contact2 {
      width: 400px; }

.fixed_footer + .footer {
  padding-bottom: 150px; }

.page {
  background: #0064d2;
  padding: 50px 0; }
  .page .content {
    background: #fff;
    width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 50px; }
  .page h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #0064d2; }

.page_company table {
  margin-top: 30px;
  border: 1px solid #ddd;
  width: 100%; }
  .page_company table th, .page_company table td {
    padding: 20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .page_company table th {
    background: #f5f5f5;
    width: 220px; }
.page_company iframe {
  width: 100%;
  height: 350px; }

.page_privacy p {
  margin-top: 30px; }

.page_thanks p {
  margin-top: 30px;
  text-align: center; }
