@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
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 {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.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%;
  right: 15px;
  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 #cf9d00;
  background: #cf9d00;
  color: #fff;
  width: 500px;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  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; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.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 {
  color: #2ea2f3; }
  .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; }

body {
  background: #fff;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

.mincho {
  font-family: 'Sawarabi Mincho', sans-serif; }

@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: 10;
  width: 60px;
  height: 60px;
  background: rgba(207, 157, 0, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  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: #cf9d00;
    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 {
  background: #fff;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.25); }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 80px;
    padding-top: 15px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .header_tel, .header .header_contact {
    position: absolute; }
  .header .header_tel {
    right: 275px;
    top: 16px; }
  .header .header_contact {
    right: 0;
    top: 13px; }

.fv {
  background: url("img/fv_bg.jpg") no-repeat center top;
  background-size: cover; }
  .fv .inner {
    width: 1100px;
    margin: 0 auto;
    height: 494px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    .fv .inner h2 {
      position: absolute;
      left: 0;
      top: 115px; }

.section01 .heading {
  text-align: center;
  padding: 20px;
  background: #eceff8; }
.section01 .wrap {
  padding: 20px; }
.section01 .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  margin-bottom: 0; }

.cv {
  background: url(img/cv_bg.png) repeat center top; }
  .cv .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cv .inner {
        width: 100%; } }
  .cv .heading {
    font-size: 24px;
    color: #002060; }
  .cv .image {
    margin-top: 15px; }
  .cv ul {
    margin-top: 15px;
    font-size: 0; }
    .cv ul li {
      display: inline-block;
      vertical-align: middle; }
      .cv ul li:nth-child(2) {
        margin-left: 40px; }
  .cv .bottom {
    background: #cf9d00;
    text-align: center;
    padding: 14px 0; }

.section02 {
  background: url(img/section02_bg.png) repeat center top; }
  .section02 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 .txt {
    width: 600px;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
    background: url(img/section02_frame.png) repeat-y center center;
    text-align: left;
    padding: 20px 15px 20px 65px; }
    .section02 .txt::before, .section02 .txt::after {
      content: "";
      position: absolute;
      width: 600px;
      height: 59px;
      left: 0; }
    .section02 .txt::before {
      top: -59px;
      background: url(img/section02_frame_top.png) no-repeat center center; }
    .section02 .txt::after {
      bottom: -59px;
      background: url(img/section02_frame_bottom.png) no-repeat center center; }
    .section02 .txt ul li {
      font-size: 18px;
      margin-top: 15px;
      position: relative;
      padding-left: 35px; }
      .section02 .txt ul li:first-child {
        margin-top: 0; }
      .section02 .txt ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        background: url(img/section02_ico.png) no-repeat center top;
        background-size: 23px auto;
        width: 23px;
        height: 24px; }
      .section02 .txt ul li strong {
        font-weight: 500;
        color: #002060;
        font-size: 21px; }
  .section02 .image {
    margin-top: 100px; }

.section02_2 {
  background: url(img/section02_bg.png) repeat center top; }
  .section02_2 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section02_2 .inner {
        width: 100%; } }
  .section02_2 .txt {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8; }
    .section02_2 .txt strong {
      color: #002060;
      font-weight: 700;
      background: linear-gradient(transparent 60%, #fffc29 60%); }
    .section02_2 .txt span {
      font-size: 15px; }

.section03 {
  background: url(img/section02_bg.png) repeat center top;
  padding-top: 40px; }
  .section03 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .section03 .inner {
        width: 100%; } }
  .section03 h2 {
    text-align: center; }
  .section03 ul {
    width: 1079px;
    margin: 0 auto;
    margin-top: 50px; }
    .section03 ul li {
      margin-top: 50px;
      position: relative; }
      .section03 ul li::before {
        content: "";
        position: absolute;
        top: -21px;
        left: 35px;
        width: 118px;
        height: 111px;
        z-index: 1; }
      .section03 ul li:first-child {
        margin-top: 0; }
        .section03 ul li:first-child::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 .wrap {
    background: #fff;
    width: 100%;
    display: table;
    table-layout: fixed;
    border: 1px solid #cf9d00;
    padding: 20px; }
    .section03 .wrap .image, .section03 .wrap .txt {
      display: table-cell;
      vertical-align: top; }
    .section03 .wrap .image {
      width: 290px; }
    .section03 .wrap .txt {
      line-height: 1.7;
      padding-left: 20px;
      font-size: 19px; }
      .section03 .wrap .txt strong, .section03 .wrap .txt span {
        font-weight: 700; }
      .section03 .wrap .txt strong {
        color: #cf9d00; }
      .section03 .wrap .txt span {
        color: #002060; }

.section04 {
  padding: 50px; }
  .section04 .inner {
    width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
  .section04 h2 {
    text-align: center; }
  .section04 .image1 {
    margin-top: 40px;
    text-align: center; }
  .section04 .image2 {
    margin-top: 40px;
    text-align: center; }
  .section04 .txt1 {
    text-align: center;
    margin-top: 40px; }
    .section04 .txt1 ul {
      display: inline-block;
      background: #fff6da;
      padding: 20px 30px; }
      .section04 .txt1 ul li {
        text-align: left;
        font-size: 14px;
        position: relative;
        padding-left: 1.5em;
        margin-top: 3px;
        color: rgba(0, 0, 0, 0.54); }
        .section04 .txt1 ul li:first-child {
          margin-top: 0; }
        .section04 .txt1 ul li::before {
          content: "※";
          position: absolute;
          left: 0;
          top: 0; }
  .section04 .image3 {
    margin-top: 40px;
    text-align: center; }
  .section04 .wrap {
    font-size: 0;
    text-align: center; }
    .section04 .wrap .item {
      text-align: left;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      width: 505px;
      background: url(img/section04_bg.png) repeat center top;
      border: 4px solid #cf9d00;
      padding: 20px; }
      .section04 .wrap .item:nth-child(2) {
        margin-left: 25px;
        padding-bottom: 43px; }
      .section04 .wrap .item h3 {
        text-align: center; }
    .section04 .wrap .note {
      margin-top: 20px;
      height: 130px;
      height: auto; }
      .section04 .wrap .note ul li {
        text-align: left;
        position: relative;
        padding-left: 1.3em;
        margin-top: 3px;
        color: rgba(0, 0, 0, 0.7); }
        .section04 .wrap .note ul li:first-child {
          margin-top: 0; }
        .section04 .wrap .note ul li::before {
          content: "※";
          position: absolute;
          left: 0;
          top: 0; }
    .section04 .wrap .image {
      text-align: center;
      margin-top: 15px; }
  .section04 .table_section {
    margin-top: 40px; }
    .section04 .table_section table {
      width: 100%;
      border: 1px solid #9c7600; }
      .section04 .table_section table th, .section04 .table_section table td {
        text-align: center;
        vertical-align: middle;
        width: 25%;
        font-weight: 400; }
      .section04 .table_section table thead tr th {
        background: #cf9d00;
        font-size: 20px;
        color: #fff;
        padding: 15px;
        font-weight: 700; }
        .section04 .table_section table thead tr th:nth-child(2) {
          border-left: 1px solid #9c7600; }
      .section04 .table_section table tbody th, .section04 .table_section table tbody td {
        padding: 15px 10px;
        border-left: 1px solid #9c7600;
        border-bottom: 1px solid #9c7600;
        font-size: 18px;
        font-weight: 500; }
      .section04 .table_section table tbody th {
        font-size: 20px; }
        .section04 .table_section table tbody th span {
          display: block;
          font-size: 14px; }
      .section04 .table_section table tbody td {
        color: #cf9d00;
        font-style: italic; }
        .section04 .table_section table tbody td span {
          font-size: 26px;
          display: inline-block;
          margin: 0 5px;
          font-weight: 700; }
    .section04 .table_section .remarks {
      margin-top: 20px; }
      .section04 .table_section .remarks ul li {
        text-align: left;
        position: relative;
        padding-left: 1.3em;
        margin-top: 3px;
        color: rgba(0, 0, 0, 0.54);
        font-size: 14px; }
        .section04 .table_section .remarks ul li:first-child {
          margin-top: 0; }
        .section04 .table_section .remarks ul li::before {
          content: "※";
          position: absolute;
          left: 0;
          top: 0; }
  .section04 .present_campaign {
    margin-top: 40px; }

.section10 {
  padding: 50px; }
  .section10 .inner {
    width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section10 .inner {
        width: 100%; } }
  .section10 h2 {
    text-align: center; }
  .section10 .read2 {
    margin-top: 40px;
    text-align: center; }
    .section10 .read2 span {
      display: inline-block;
      font-weight: 700;
      padding: 5px 50px;
      font-size: 20px;
      border: 1px solid #ed7d31;
      color: #ed7d31; }
  .section10 .read {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8; }
  .section10 .image1 {
    margin-top: 40px;
    text-align: center; }
  .section10 .wrap {
    margin-top: 55px; }
    .section10 .wrap .item {
      margin-top: 50px; }
      .section10 .wrap .item:first-child {
        margin-top: 0; }
  .section10 .item1 .item_inner {
    padding: 0 50px; }
  .section10 .item1 .image {
    margin-top: 40px; }
  .section10 .item1 .remarks {
    margin-top: 20px; }
    .section10 .item1 .remarks ul li {
      position: relative;
      font-size: 14px;
      padding-left: 1.2em;
      margin-top: 5px; }
      .section10 .item1 .remarks ul li:first-child {
        margin-top: 0; }
      .section10 .item1 .remarks ul li::before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
  .section10 .item2 .item_inner {
    width: 540px;
    margin: 0 auto;
    margin-top: 40px; }
  .section10 .item3 .item_inner {
    width: 800px;
    margin: 0 auto;
    margin-top: 40px; }
    .section10 .item3 .item_inner p {
      margin-top: 10px;
      font-size: 14px; }

.section05 {
  background: url(img/section05_bg.png) repeat center top;
  padding-top: 50px; }
  .section05 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 120px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 h2 {
    text-align: center; }
  .section05 ul {
    margin-top: 40px; }
    .section05 ul li {
      border: 1px solid #cf9d00;
      background: #fff;
      -webkit-box-shadow: 0 0 7px rgba(68, 68, 68, 0.25);
      -moz-box-shadow: 0 0 7px rgba(68, 68, 68, 0.25);
      box-shadow: 0 0 7px rgba(68, 68, 68, 0.25);
      padding: 30px;
      margin-top: 40px; }
      .section05 ul li:first-child {
        margin-top: 0; }
  .section05 .wrap {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .section05 .wrap .image, .section05 .wrap .txt {
      display: table-cell;
      vertical-align: middle; }
    .section05 .wrap .image {
      width: 156px; }
    .section05 .wrap .txt {
      padding-left: 30px; }
      .section05 .wrap .txt p {
        margin-top: 13px;
        font-size: 22px;
        color: #393939;
        font-style: italic; }

.section06 {
  background: url(img/section05_bg.png) repeat center top;
  padding: 50px 0; }
  .section06 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 20px; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
  .section06 h2 {
    text-align: center; }
  .section06 .wrap {
    margin-top: 40px; }
    .section06 .wrap ul {
      font-size: 0; }
      .section06 .wrap ul li {
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        background: #d8b12c;
        background: -moz-linear-gradient(top, #d8b12c 0%, #feee89 50%, #d8b12c 100%);
        background: -webkit-linear-gradient(top, #d8b12c 0%, #feee89 50%, #d8b12c 100%);
        background: linear-gradient(to bottom, #d8b12c 0%, #feee89 50%, #d8b12c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8b12c', endColorstr='#d8b12c',GradientType=0 );
        padding: 2px;
        width: 48%;
        margin-left: 4%;
        margin-top: 40px; }
        .section06 .wrap ul li:nth-child(1), .section06 .wrap ul li:nth-child(2) {
          margin-top: 0; }
        .section06 .wrap ul li:nth-child(odd) {
          margin-left: 0; }
  .section06 .content {
    padding: 5px;
    background: #fff; }
    .section06 .content table {
      width: 100%;
      margin-top: 5px;
      border: 1px solid #cf9d00; }
      .section06 .content table th, .section06 .content table td {
        font-weight: 700;
        width: 50%;
        vertical-align: middle;
        padding: 8px;
        font-size: 20px;
        text-align: center;
        color: rgba(0, 0, 0, 0.7); }
      .section06 .content table th {
        background: #cf9d00;
        color: #fff; }
    .section06 .content .heading {
      margin-top: 15px;
      font-size: 23px;
      text-align: center;
      color: #cf9d00;
      font-weight: bold; }
    .section06 .content .heading2 {
      margin-top: 15px;
      font-size: 17px;
      text-align: center; }
    .section06 .content .note {
      padding: 5px 15px 15px;
      line-height: 1.8;
      height: 250px; }
      .section06 .content .note strong {
        font-weight: 700;
        color: #002060; }

.section07 {
  background: url(img/section07_bg.png) repeat center top; }
  .section07 .inner {
    padding: 50px 25px; }
  .section07 h2 {
    text-align: center; }
  .section07 .content {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    min-width: 1100px;
    max-width: 1340px; }
  .section07 ul {
    font-size: 0; }
    .section07 ul li {
      width: 22%;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      margin-left: 4%;
      background: #fff;
      border: 1px solid #cf9d00;
      position: relative; }
      .section07 ul li:first-child {
        margin-left: 0; }
      .section07 ul li::after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -58px;
        right: -15%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 58px 0 58px 26px;
        border-color: transparent transparent transparent #cf9d00; }
      .section07 ul li:last-child::after {
        display: none; }
  .section07 h3 {
    background: #cf9d00;
    text-align: center;
    padding: 10px 0; }
  .section07 .wrap {
    padding: 10px 15px; }
    .section07 .wrap .image {
      text-align: center;
      padding: 5px 0; }
    .section07 .wrap .txt {
      margin-top: 10px;
      font-size: 16px; }
    .section07 .wrap .btn {
      margin-top: 10px; }
      .section07 .wrap .btn .item:nth-child(2) {
        margin-top: 10px; }

.section08 {
  background: url(img/section08_bg.png) repeat center top; }
  .section08 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .section08 .inner {
        width: 100%; } }
  .section08 h2 {
    text-align: center; }
  .section08 .question {
    padding: 30px 20px 30px 90px;
    background: url(img/section08_question.png) no-repeat 20px center;
    font-size: 20px;
    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; }
    @media only screen and (max-width: 768px) {
      .section08 ul li:first-child {
        border-top: 1px dotted #0064d2; } }

.section09 {
  background: url(img/cv_bg.png) repeat center top;
  /* input width - (padding:0 5xp;) */
  /* table common style */
  /* submit
  ------------------------------------------------------------ */
  /*erro msg*/
  /* form reset style
  ------------------------------------------------------------ */
  /* for IE6 */
  /* for IE7 */
  /* for Opera9.5 [Safari3] */
  /* for Safari3 */ }
  .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 .heading {
    margin-top: 40px;
    text-align: center; }
  .section09 .tel {
    margin-top: 40px;
    text-align: center; }
  .section09 .mailform {
    margin-bottom: 30px; }
  .section09 .form_wrap {
    margin-top: 40px; }
  .section09 table.mailform {
    width: 880px;
    margin: 0px auto 0px auto;
    border-top: 1px solid #b9a271;
    border-bottom: 1px solid #b9a271 !important;
    border-left: 1px solid #b9a271;
    border-right: 1px solid #b9a271;
    border-collapse: separate; }
  .section09 table.mailform p {
    font-size: 93%;
    /*line-height: 1;*/
    padding: 5px 0; }
  .section09 table.mailform th {
    padding: 19px;
    background-color: #b9a271;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    font-size: 14px; }
  .section09 table.mailform td {
    padding: 10px;
    background: #Fff;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-weight: normal;
    color: #333;
    vertical-align: middle; }
  .section09 table.mailform td input {
    padding-left: 5px;
    padding-right: 5px; }
  .section09 .hosoku_td {
    width: 200px;
    background: #FBFBFB !important;
    border-left: 1px solid #ddd; }
  .section09 .hosoku_td p {
    color: #777;
    font-size: 12px !important; }
  .section09 .fl {
    float: left; }
  .section09 .hissu {
    width: 40px !important;
    padding: 20px 10px !important;
    background-color: #F6F6F6 !important; }
  .section09 .hissu span {
    width: 40px;
    height: 20px;
    margin-right: 10px;
    display: block;
    margin: 0px auto;
    background: #DB1519;
    background-position: 0px 2px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px; }
  .section09 .w50 {
    width: 40px; }
  .section09 .w60 {
    width: 50px; }
  .section09 .w80 {
    width: 70px; }
  .section09 .w120 {
    width: 110px; }
  .section09 .w140 {
    width: 140px; }
  .section09 .w200 {
    width: 190px; }
  .section09 .w350 {
    width: 340px; }
  .section09 .w375 {
    width: 346px; }
  .section09 .h205 {
    height: 205px;
    min-height: 205px; }
  .section09 .jqTransformSelectWrapper {
    margin-bottom: 15px; }
  .section09 span.gray {
    color: #999; }
  .section09 table.mailform textarea,
  .section09 table.mailform input {
    padding: 0 5px;
    border: 1px solid #999;
    background-color: #fff;
    height: 25px; }
  .section09 .button {
    margin-top: 30px; }
  .section09 .button p {
    font-size: 25px;
    text-align: center;
    color: #fff; }
  .section09 .mail_li {
    float: left;
    margin: 0 20px 0 0; }
  .section09 .submit,
  .section09 #back,
  .section09 #fix,
  .section09 #gotop {
    margin: 0 auto;
    display: block;
    height: 80px;
    padding: 0;
    border: 0;
    text-indent: -9898px;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer; }
  .section09 .submit {
    width: 400px;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
    background: #cf9d00;
    border-radius: 6px;
    font-size: 24px;
    text-indent: 0;
    color: #fff;
    border-bottom: 5px solid #a67e00; }
  .section09 #back, .section09 #fix, .section09 #gotop {
    width: 275px;
    height: 60px; }
  .section09 .submit:hover,
  .section09 .submit:focus {
    background-position: 0 -70px; }
  .section09 #back:hover,
  .section09 #fix:hover,
  .section09 #gotop:hover {
    background-position: 0 -70px; }
  .section09 #submit_fix {
    width: 570px;
    margin: 0 auto;
    padding: 20px 0 0 0; }
  .section09 #submit_fix .left {
    width: 275px;
    float: left; }
  .section09 #submit_fix .right {
    width: 275px;
    float: right; }
  .section09 p.ERR {
    padding-bottom: 10px;
    text-align: center; }
  .section09 table.mailform span.ERR {
    color: red; }
  .section09 span.redtext {
    color: #CC0000;
    font-size: 100%; }
  .section09 span.red {
    color: #CC0000;
    font-size: 116%;
    padding: 0 0 0 3px; }
  .section09 span.small {
    font-size: 11px; }
  .section09 fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 0 1em 1em 1em; }
  .section09 legend {
    background: #fff;
    padding: 0.3em; }
  .section09 input, .section09 textarea {
    line-height: 1.4;
    padding: 0;
    vertical-align: middle; }
  .section09 input[type="checkbox"],
  .section09 input[type="radio"] {
    vertical-align: text-bottom; }
  .section09 input[type="submit"] {
    padding: 0.1em; }
  .section09 select {
    margin: 0 5px 0 0;
    padding: 7px; }
  .section09 * html input {
    padding: 0.1em; }
  .section09 * html input.checkbox,
  .section09 * html input.radio {
    vertical-align: -0.3em; }
  .section09 * html input.submit {
    line-height: 1.2;
    padding-top: 0.2em; }
  .section09 * html select {
    vertical-align: -0.2em; }
  .section09 * + html input {
    padding: 0.1em; }
  .section09 * + html input.submit {
    line-height: 1.2;
    padding-top: 0.2em; }
  .section09 * + html select {
    vertical-align: -0.2em; }
  .section09 body:first-of-type input {
    padding: 0.1em; }
  .section09 body:first-of-type input[type="checkbox"],
  .section09 body:first-of-type input[type="radio"] {
    vertical-align: -0.5em; }
  .section09 body:first-of-type input[type="submit"] {
    padding: 0.3em 0.3em 0.2em 0.3em; }
  .section09 html:not(:only-child:only-child) input {
    padding: 0;
    vertical-align: baseline; }
  .section09 html:not(:only-child:only-child) input[type="checkbox"],
  .section09 html:not(:only-child:only-child) input[type="radio"] {
    vertical-align: baseline; }
  .section09 html:not(:only-child:only-child) select {
    vertical-align: 0.1em; }
  .section09 .mt0 {
    margin-top: 0 !important; }
  .section09 .mt5 {
    margin-top: 5px !important; }
  .section09 .mt10 {
    margin-top: 10px !important; }
  .section09 .mt15 {
    margin-top: 15px !important; }
  .section09 .mt20 {
    margin-top: 20px !important; }
  .section09 .mt25 {
    margin-top: 25px !important; }
  .section09 .mt30 {
    margin-top: 30px !important; }
  .section09 .mt35 {
    margin-top: 35px !important; }
  .section09 .mt40 {
    margin-top: 40px !important; }
  .section09 .mt45 {
    margin-top: 45px !important; }
  .section09 .mt50 {
    margin-top: 50px !important; }
  .section09 .mt60 {
    margin-top: 60px !important; }
  .section09 .mt70 {
    margin-top: 70px !important; }
  .section09 .mt80 {
    margin-top: 80px !important; }
  .section09 .mt90 {
    margin-top: 90px !important; }
  .section09 .mt100 {
    margin-top: 100px !important; }
  .section09 .mb0 {
    margin-bottom: 0 !important; }
  .section09 .mb5 {
    margin-bottom: 5px !important; }
  .section09 .mb15 {
    margin-bottom: 15px !important; }
  .section09 .mb20 {
    margin-bottom: 20px !important; }
  .section09 .mb25 {
    margin-bottom: 25px !important; }
  .section09 .mb30 {
    margin-bottom: 30px !important; }
  .section09 .mb35 {
    margin-bottom: 35px !important; }
  .section09 .mb40 {
    margin-bottom: 40px !important; }
  .section09 .mb45 {
    margin-bottom: 45px !important; }
  .section09 .mb50 {
    margin-bottom: 50px !important; }
  .section09 .mb60 {
    margin-bottom: 60px !important; }
  .section09 .mb70 {
    margin-bottom: 70px !important; }
  .section09 .mb80 {
    margin-bottom: 80px !important; }
  .section09 .mb90 {
    margin-bottom: 90px !important; }
  .section09 .mb100 {
    margin-bottom: 100px !important; }
  .section09 .mr0 {
    margin-right: 0 !important; }
  .section09 .mr5 {
    margin-right: 5px !important; }
  .section09 .mr10 {
    margin-right: 10px !important; }
  .section09 .mr15 {
    margin-right: 15px !important; }
  .section09 .mr20 {
    margin-right: 20px !important; }
  .section09 .mr25 {
    margin-right: 25px !important; }
  .section09 .mr30 {
    margin-right: 30px !important; }
  .section09 .mr35 {
    margin-right: 35px !important; }
  .section09 .mr40 {
    margin-right: 40px !important; }
  .section09 .mr45 {
    margin-right: 45px !important; }
  .section09 .mr50 {
    margin-right: 50px !important; }
  .section09 .mr60 {
    margin-right: 60px !important; }
  .section09 .mr70 {
    margin-right: 70px !important; }
  .section09 .mr80 {
    margin-right: 80px !important; }
  .section09 .mr90 {
    margin-right: 90px !important; }
  .section09 .mr100 {
    margin-right: 100px !important; }
  .section09 .ml0 {
    margin-left: 0 !important; }
  .section09 .ml5 {
    margin-left: 5px !important; }
  .section09 .ml10 {
    margin-left: 10px !important; }
  .section09 .ml15 {
    margin-left: 15px !important; }
  .section09 .ml20 {
    margin-left: 20px !important; }
  .section09 .ml25 {
    margin-left: 25px !important; }
  .section09 .ml30 {
    margin-left: 30px !important; }
  .section09 .ml35 {
    margin-left: 35px !important; }
  .section09 .ml40 {
    margin-left: 40px !important; }
  .section09 .ml45 {
    margin-left: 45px !important; }
  .section09 .ml50 {
    margin-left: 50px !important; }
  .section09 .ml60 {
    margin-left: 60px !important; }
  .section09 .ml70 {
    margin-left: 70px !important; }
  .section09 .ml80 {
    margin-left: 80px !important; }
  .section09 .ml90 {
    margin-left: 90px !important; }
  .section09 .ml100 {
    margin-left: 100px !important; }
  .section09 table.mailform input:active, .section09 table.mailform textarea:active {
    border: solid 1px #B9A271;
    background-color: #F4F4F4; }
  .section09 table.mailform input:focus, .section09 table.mailform textarea:focus {
    border: solid 1px #B9A271;
    background-color: #F4F4F4; }

.footer {
  padding-bottom: 40px; }
  .footer .f_nav {
    background: #cf9d00;
    padding: 15px 0; }
    .footer .f_nav ul {
      font-size: 0;
      text-align: center; }
      .footer .f_nav ul li {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        display: inline;
        margin-right: 5px; }
        .footer .f_nav ul li::before {
          content: "｜";
          color: #fff;
          margin-right: 5px; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
        .footer .f_nav ul li a {
          color: #fff; }
          .footer .f_nav ul li a:hover {
            text-decoration: none; }
  .footer .copyright {
    margin-top: 20px;
    text-align: center;
    color: #cf9d00; }

.fixed_footer_btn {
  background: rgba(0, 32, 96, 0.7);
  position: fixed;
  width: 100%;
  z-index: 100;
  bottom: 0;
  left: 0; }
  .fixed_footer_btn .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .fixed_footer_btn .inner {
        width: 100%; } }
  .fixed_footer_btn .heading {
    color: #fff;
    font-size: 26px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
  .fixed_footer_btn .btn {
    margin-top: 5px; }
    .fixed_footer_btn .btn ul {
      font-size: 0; }
      .fixed_footer_btn .btn ul li {
        display: inline-block;
        vertical-align: middle; }
        .fixed_footer_btn .btn ul li:nth-child(2) {
          margin-left: 30px; }
        .fixed_footer_btn .btn ul li.tel {
          width: 270px; }
        .fixed_footer_btn .btn ul li.contact {
          width: 265px; }
  .fixed_footer_btn + .footer {
    padding-bottom: 140px; }

.page {
  background: url(img/section02_bg.png) repeat center top;
  padding: 50px 0; }
  .page .page_inner {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #cf9d00; }
  .page h2 {
    background: #cf9d00;
    color: #fff;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    font-weight: 500; }
  .page .content {
    padding: 30px; }

.page_thanks .content {
  text-align: center; }
  .page_thanks .content .tel {
    margin: 25px 0; }
.page_thanks .btn {
  width: 400px;
  margin: 0 auto;
  margin-top: 30px; }
  .page_thanks .btn a {
    display: block;
    text-decoration: none;
    background: #002060;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    padding: 14px 0;
    font-size: 20px;
    border-bottom: 5px solid #001237; }

.page_company table {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 15px; }
  .page_company table th, .page_company table td {
    padding: 20px;
    vertical-align: top;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .page_company table th {
    width: 200px;
    background: #f5f5f5; }
  .page_company table td .item {
    margin-top: 30px; }
    .page_company table td .item:first-child {
      margin-top: 0; }
    .page_company table td .item .heading {
      background: #f5f5f5;
      font-size: 16px;
      font-weight: 700;
      padding: 14px;
      margin-bottom: 15px; }
.page_company iframe {
  width: 100%;
  height: 250px; }

.page_privacy .content {
  font-size: 14px; }
