@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap+Condensed:400,500,700,900%7CNoto+Sans+JP:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
/* ============================================================================
  pager
============================================================================ */
.pager-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .pager-list li .page-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 28px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px; }
    .pager-list li .page-number.current {
      color: #2f5597;
      border-bottom: 2px solid #2f5597; }
    .pager-list li .page-number.prev {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-right: 7px solid #000;
      border-bottom: 6px solid transparent; }
    .pager-list li .page-number.next {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-left: 7px solid #000;
      border-bottom: 6px solid transparent; }

@media screen and (max-width: 768px) {
  .pager-list {
    margin-bottom: 0; }
    .pager-list li .page-number {
      font-size: 15px;
      font-size: 1.5rem;
      width: 24px;
      height: 30px;
      line-height: 30px;
      margin: 0 8px; }
      .pager-list li .page-number.prev {
        border-top: 4px solid transparent;
        border-right: 5px solid #000;
        border-bottom: 4px solid transparent; }
      .pager-list li .page-number.next {
        border-top: 4px solid transparent;
        border-left: 5px solid #000;
        border-bottom: 4px solid transparent; } }
/* ============================================================================
  pc/sp 表示非表示
============================================================================ */
.pc-item {
  display: block; }

.sp-item {
  display: none; }

@media screen and (max-width: 1024px) {
  .pc-item {
    display: none; }

  .sp-item {
    display: block; } }
/* ============================================================================
  下層MV
============================================================================ */
.mv-section {
  width: 90vw;
  margin: 0 auto;
  position: relative; }
  .mv-section .mv-content {
    position: relative;
    padding: 200px 0 100px 5vw;
    margin-bottom: 60px;
    height: 420px; }
    .mv-section .mv-content .mv-vis {
      position: absolute;
      top: 0;
      right: -5vw;
      width: 70%;
      height: 100%;
      transform: skewX(-20deg);
      transform-origin: 100% 100%;
      z-index: 1;
      overflow: hidden; }
      .mv-section .mv-content .mv-vis .mvvis-inner {
        width: 100%;
        height: 100%;
        background: url("../img/home/messagevis.png") no-repeat 50% 50%/cover;
        transform: skewX(20deg);
        transform-origin: 100% 100%; }
    .mv-section .mv-content h3 {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: bold;
      letter-spacing: 0.4em;
      display: block;
      line-height: 1;
      padding-bottom: 20px;
      position: relative;
      margin-bottom: 10px;
      z-index: 5; }
      .mv-section .mv-content h3 span {
        color: #2f5597;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.4em;
        line-height: 1;
        margin-bottom: 14px; }
    .mv-section .mv-content .sub {
      font-size: 25px;
      font-size: 2.5rem;
      color: #2f5597;
      font-weight: bold;
      letter-spacing: 0.2em;
      line-height: 1em;
      padding-top: 25px;
      position: relative;
      z-index: 5; }
      .mv-section .mv-content .sub:before {
        content: '';
        width: 44px;
        height: 1px;
        background-color: #2f5597;
        position: absolute;
        top: 0;
        left: 0; }

@media screen and (max-width: 768px) {
  .mv-section {
    padding: 40px 0 40px 0; }
    .mv-section .mv-content {
      position: static;
      padding: 0;
      margin-bottom: 60px;
      height: auto; }
      .mv-section .mv-content::before {
        content: '';
        width: 100vw;
        height: 200px;
        background-color: #F7F7F7;
        position: absolute;
        top: 340px;
        left: -5vw;
        z-index: 2;
        transform: skewY(12.5deg);
        transform-origin: 100% 100%; }
      .mv-section .mv-content .mv-vis {
        position: absolute;
        top: 0;
        right: -5vw;
        width: 100vw;
        height: 340px;
        transform: skewY(0);
        transform-origin: 100% 0;
        z-index: 1; }
        .mv-section .mv-content .mv-vis .mvvis-inner {
          transform: skewY(0);
          transform-origin: 100% 0; }
      .mv-section .mv-content h3 {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 20px;
        text-align: center;
        margin-top: 310px; }
      .mv-section .mv-content .sub {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        padding-top: 25px; }
        .mv-section .mv-content .sub:before {
          width: 40px;
          left: 50%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
/* ============================================================================
  下層文字のみ
============================================================================ */
.title-section {
  padding: 200px 0 100px; }
  .title-section h3 {
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    display: block;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    z-index: 5; }
    .title-section h3 span {
      color: #2f5597;
      display: block;
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.4em;
      line-height: 1;
      margin-bottom: 14px; }

@media screen and (max-width: 768px) {
  .title-section {
    padding: 120px 0 60px; }
    .title-section h3 {
      font-size: 25px;
      font-size: 2.5rem;
      padding: 0;
      margin: 0 auto; } }
/* ============================================================================
  list
============================================================================ */
.num-list li {
  padding-left: 1em;
  text-indent: -1em; }

.disc-list {
  list-style-type: none; }
  .disc-list li {
    padding-left: 1.2em;
    margin-bottom: 5px;
    position: relative; }
    .disc-list li:last-child {
      margin-bottom: 0; }
    .disc-list li:before {
      content: '';
      width: 8px;
      height: 8px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #D4EDD4;
      position: absolute;
      left: 0;
      top: 9px; }

@media screen and (max-width: 1024px) {
  .disc-list li {
    padding-left: 1em; }
    .disc-list li:before {
      width: 6px;
      height: 6px;
      top: 10px; } }
.border-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6em;
  border-bottom: 1px solid #D2D2D2;
  position: relative; }
  .border-list:before {
    content: '';
    width: 22%;
    height: 1px;
    background-color: #2f5597;
    position: absolute;
    bottom: -1px;
    left: 0; }
  .border-list dt, .border-list dd {
    padding: 35px 20px 35px; }
  .border-list dt {
    width: 22%;
    font-weight: bold;
    color: #2f5597;
    border-top: 1px solid #2f5597; }
  .border-list dd {
    width: 78%;
    border-top: 1px solid #D2D2D2; }

@media screen and (max-width: 1024px) {
  .border-list {
    display: block; }
    .border-list dt, .border-list dd {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
    .border-list dt {
      padding: 20px 0 14px; }
    .border-list dd {
      border-top: none;
      padding: 0 0 20px; } }
/* ============================================================================
  button
============================================================================ */
.btn {
  width: 340px;
  height: 60px;
  margin: 0 auto; }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f5597; }
    .btn a p {
      color: white;
      line-height: 1;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.15em;
      padding-right: 50px;
      position: relative; }
      .btn a p::before, .btn a p::after {
        content: '';
        height: 1px;
        background-color: white;
        position: absolute;
        right: 0;
        bottom: 0.25em;
        transform-origin: 100% 100%; }
      .btn a p::before {
        width: 7px;
        transform: rotate(45deg); }
      .btn a p::after {
        width: 40px; }

@media screen and (min-width: 1024px) {
  .btn a:hover {
    background-color: #274873;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .btn a:hover p {
      padding-right: 70px;
      transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
      .btn a:hover p::after {
        width: 60px;
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 1024px) {
  .btn {
    width: 100%;
    height: 60px;
    margin: 0 auto; }
    .btn a p {
      font-size: 13px;
      font-size: 1.3rem; } }
/* ============================================================================
  下層コンテンツ
============================================================================ */
.section-lower {
  padding-bottom: 120px;
  position: relative; }
  .section-lower .section-lower-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; }

@media screen and (max-width: 1024px) {
  .section-lower {
    padding-bottom: 60px;
    z-index: 2; }
    .section-lower:before {
      z-index: 2 !important; } }
/* ==========================================================================
   print.scss
   ========================================================================== */
@media print {
  * html body {
    zoom: 0.7; }

  body {
    background-color: #fff;
    font-size: 12px; } }
/* ==========================================================================
   reset.scss
   ========================================================================== */
html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

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

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

object,
embed {
  border: 0;
  vertical-align: bottom;
  outline: none; }

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0; }

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

a img {
  border: none;
  text-decoration: none;
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul li {
  list-style: none; }

ul,
ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

caption,
th {
  text-align: left; }

/* Embedded content
   ========================================================================== */
img {
  border: none;
  vertical-align: bottom; }

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

/* Grouping content
   ========================================================================== */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

pre {
  overflow: auto; }

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

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

input,
select {
  vertical-align: middle; }

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 {
  border: 0;
  padding: 0; }

label {
  cursor: pointer; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  background: none; }

/* ============================================================================
   contact_pc
============================================================================ */
.mv-section .mv-content .mv-vis .mvvis-inner {
  background: url("/img/mainvis_contact.png") no-repeat 50% bottom/cover; }

.section-lower.contact {
  position: relative; }
  .section-lower.contact:before {
    content: '';
    width: 98vw;
    height: 330px;
    background-color: #2f5597;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .section-lower.contact .section-lower-inner {
    z-index: 2; }

.section-intro {
  width: 80vw;
  margin: 0 auto;
  padding: 65px 0 60px;
  color: #fff;
  position: relative;
  z-index: 2; }
  .section-intro .title-intro {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.2em;
    margin-bottom: 40px; }

.section-contact {
  background-color: #fff;
  padding: 80px 15% 100px; }
  .section-contact .form-flow {
    display: flex;
    width: 320px;
    margin: 0 auto 60px; }
    .section-contact .form-flow li {
      height: 32px;
      line-height: 32px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      border-radius: 16px;
      width: 120px;
      text-align: center;
      background-color: #EFEFEF;
      margin-right: 80px;
      position: relative;
      color: #2f5597;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      letter-spacing: 0.15em; }
      .section-contact .form-flow li:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -50px;
        width: 20px;
        height: 1px;
        background-color: #000; }
      .section-contact .form-flow li:nth-child(2) {
        margin-right: 0; }
        .section-contact .form-flow li:nth-child(2):after {
          display: none; }
    .section-contact .form-flow .on {
      background-color: #2f5597;
      color: #fff; }
  .section-contact .step1 {
    display: flex; }
  .section-contact .step2 {
    display: none; }
  .section-contact .sent .step1 {
    display: none; }
  .section-contact .sent .step2 {
    display: flex; }
  .section-contact .radio .wpcf7-list-item {
    display: block;
    margin-bottom: 10px; }
  .section-contact .radio .last {
    margin-bottom: 0; }
  .section-contact .name-box {
    display: flex; }
    .section-contact .name-box .name {
      display: flex;
      margin-right: 10px; }
      .section-contact .name-box .name .tit {
        flex: 0 0 auto;
        margin-right: 10px;
        width: 40px;
        box-sizing: border-box;
        text-align: right;
        display: inline-block;
        padding-top: 10px; }
      .section-contact .name-box .name:last-child {
        margin-right: 0; }
  .section-contact .address-box {
    display: flex;
    margin-bottom: 10px; }
    .section-contact .address-box span:nth-child(1) {
      flex: 0 0 auto;
      width: 80px;
      margin-right: 10px;
      text-align: right;
      padding-top: 10px; }
    .section-contact .address-box span:nth-child(2) {
      padding-right: 40px;
      position: relative;
      display: inline-block; }
      .section-contact .address-box span:nth-child(2):after {
        content: "";
        display: block;
        width: 16px;
        height: 1px;
        background-color: #000;
        position: absolute;
        right: 12px;
        top: 23px; }
    .section-contact .address-box span .wpcf7-not-valid-tip {
      text-align: left; }
      .section-contact .address-box span .wpcf7-not-valid-tip:after {
        display: none; }
  .section-contact .box {
    display: flex;
    width: 100%;
    margin-bottom: 10px; }
    .section-contact .box span:nth-child(1) {
      flex: 0 0 auto;
      width: 80px;
      margin-right: 10px;
      text-align: right;
      padding-top: 10px; }
    .section-contact .box span:nth-child(2) {
      width: 100%;
      display: inline-block; }
    .section-contact .box span .wpcf7-not-valid-tip {
      text-align: left; }
      .section-contact .box span .wpcf7-not-valid-tip:after {
        display: none; }
  .section-contact .building-name {
    margin-bottom: 0; }
  .section-contact div.wpcf7-validation-errors {
    border: 2px solid #2f5597 !important;
    color: #2f5597; }
  .section-contact input[type="text"], .section-contact input[type="email"], .section-contact input[type="tel"] {
    padding: 12px;
    border: 0;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-appearance: none;
    outline: 0;
    background-color: #EFEFEF; }
  .section-contact textarea {
    padding: 12px;
    border: 0;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    -webkit-appearance: none;
    outline: 0;
    background-color: #EFEFEF; }
  .section-contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: medium none;
    height: 42px;
    letter-spacing: 0.1em;
    width: 100%;
    padding-left: 12px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 0;
    height: 46px;
    outline: none;
    background: url("../img/contact/select_bg.png") no-repeat right center;
    background-size: 35px auto;
    background-color: #EFEFEF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .section-contact .must:after {
    content: "必須";
    margin-left: 4px;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    background-color: #2f5597;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    display: inline-block; }
  .section-contact .btn {
    width: 340px;
    height: 60px;
    margin: 0 auto; }
    .section-contact .btn a {
      display: block;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #2f5597; }
      .section-contact .btn a p {
        color: white;
        line-height: 1;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.15em;
        padding-right: 50px;
        position: relative; }
        .section-contact .btn a p::before, .section-contact .btn a p::after {
          content: '';
          height: 1px;
          background-color: white;
          position: absolute;
          right: 0;
          bottom: 0.25em;
          transform-origin: 100% 100%; }
        .section-contact .btn a p::before {
          width: 7px;
          transform: rotate(45deg); }
        .section-contact .btn a p::after {
          width: 40px; }
  .section-contact .submit-box {
    display: inline-block;
    position: relative;
    width: 560px;
    height: 70px; }
    .section-contact .submit-box::after {
      content: "";
      display: block;
      clear: both; }
  .section-contact .confilm-btn,
  .section-contact .submit-btn {
    margin: 0 auto;
    display: inline-block;
    position: relative; }
    .section-contact .confilm-btn input[type="submit"],
    .section-contact .submit-btn input[type="submit"] {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      font-weight: bold;
      width: 340px;
      height: 60px;
      cursor: pointer;
      background: none;
      color: #fff;
      border-style: none;
      -webkit-appearance: none;
      background-color: #2f5597;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-align: center;
      box-sizing: border-box; }
    .section-contact .confilm-btn::before, .section-contact .confilm-btn::after,
    .section-contact .submit-btn::before,
    .section-contact .submit-btn::after {
      content: '';
      height: 1px;
      background-color: white;
      position: absolute;
      margin-top: 2px;
      right: 60px;
      top: 50%;
      transform-origin: 100% 100%; }
    .section-contact .confilm-btn::before,
    .section-contact .submit-btn::before {
      width: 7px;
      transform: rotate(45deg); }
    .section-contact .confilm-btn::after,
    .section-contact .submit-btn::after {
      width: 40px; }
  .section-contact .submit-btn {
    width: 340px; }
  .section-contact .form-back-btn {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
    .section-contact .form-back-btn input[type="button"] {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      font-weight: bold;
      width: 200px;
      height: 60px;
      cursor: pointer;
      background: none;
      border: 2px solid #2f5597;
      color: #2f5597;
      background-color: #fff; }
  .section-contact .contact-bottom {
    margin-top: 60px;
    display: block;
    text-align: center; }
    .section-contact .contact-bottom .attention {
      margin-bottom: 10px; }
      .section-contact .contact-bottom .attention a {
        color: #2f5597;
        text-decoration: underline; }
        .section-contact .contact-bottom .attention a:after {
          content: "";
          background: url("../img/contact/blank.png") no-repeat 50% 50%;
          background-size: 100% auto;
          display: inline-block;
          margin: 0 4px;
          width: 12px;
          height: 12px; }
    .section-contact .contact-bottom .privacy-check {
      margin-bottom: 60px; }
      .section-contact .contact-bottom .privacy-check .wpcf7-list-item-label {
        vertical-align: middle;
        line-height: 24px; }
  .section-contact .wpcf7-not-valid-tip {
    font-size: 12px;
    font-size: 1.2rem;
    color: #2f5597;
    font-weight: bold; }

input[type=radio] + .wpcf7-list-item-label, input[type=radio] + .wpcf7c-conf-hidden + .wpcf7-list-item-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 30px;
  vertical-align: middle;
  cursor: pointer; }
  input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2f5597;
    content: '';
    opacity: 0;
    z-index: 1; }
  input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
    background-color: #EFEFEF;
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: ''; }
  input[type=radio] + .wpcf7-list-item-label:hover, input[type=radio] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:hover {
    cursor: pointer; }

input[type=radio] {
  display: none; }

input[type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1; }
input[type=radio]:checked + .wpcf7-list-item-label:after {
  border-color: #2f5597; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

input[type=radio] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
  opacity: 1; }
input[type=radio] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  border-color: #2f5597; }

.ajax-loader {
  display: none !important; }

.wpcf7c-conf {
  background-color: #DFF1DF !important; }

input[type=checkbox] + .wpcf7-list-item-label, input[type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 40px;
  position: relative; }
  input[type=checkbox] + .wpcf7-list-item-label:before, input[type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    transform: rotate(45deg);
    border-bottom: 4px solid #2f5597;
    border-right: 4px solid #2f5597;
    position: absolute;
    top: 4px;
    left: 8px;
    opacity: 0;
    z-index: 1; }
  input[type=checkbox] + .wpcf7-list-item-label:after, input[type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    content: "";
    background-color: #EFEFEF;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 0; }
  input[type=checkbox] + .wpcf7-list-item-label:hover, input[type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:hover {
    cursor: pointer; }

input[type=checkbox] {
  display: none; }

input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1; }

input[type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
  opacity: 1; }
input[type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  border-color: #2f5597; }

input:-internal-autofill-selected {
  background-color: #DFF1DF !important;
  background-image: none !important;
  color: black !important; }

/* ============================================================================
   contact_tb
============================================================================ */
@media screen and (max-width: 1024px) {
  .section-lower.contact {
    overflow: hidden; }
    .section-lower.contact:before {
      width: 100vw;
      height: 45vh;
      transform: skewY(-12.5deg);
      transform-origin: 0 0; }

  .section-intro {
    padding: 40px 0;
    width: 90vw; }
    .section-intro .title-intro {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 20px; }
    .section-intro p {
      font-size: 14px;
      font-size: 1.4rem; }

  .section-contact {
    padding: 10% 8%; }
    .section-contact:nth-of-type(n+2) {
      margin-top: 20px; }
    .section-contact .title-contact {
      font-size: 17px;
      font-size: 1.7rem;
      padding-bottom: 20px;
      margin-bottom: 30px;
      line-height: 1.4em; }
    .section-contact .text-contact p {
      font-size: 14px;
      font-size: 1.4rem; }
    .section-contact .border-list {
      margin-bottom: 20px; } }
/* ============================================================================
   recruit_sp
============================================================================ */
@media screen and (max-width: 768px) {
  .section-contact .form-flow {
    display: flex;
    width: 220px;
    margin: 0 auto 30px; }
    .section-contact .form-flow li {
      height: 32px;
      line-height: 32px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      border-radius: 16px;
      width: 100px;
      text-align: center;
      background-color: #EFEFEF;
      margin-right: 20px;
      position: relative;
      color: #2f5597;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      letter-spacing: 0; }
      .section-contact .form-flow li:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -15px;
        width: 10px;
        height: 1px;
        background-color: #000; }
      .section-contact .form-flow li:nth-child(2) {
        margin-right: 0; }
        .section-contact .form-flow li:nth-child(2):after {
          display: none; }
    .section-contact .form-flow .on {
      background-color: #2f5597;
      color: #fff; }
  .section-contact .step1 {
    display: flex; }
  .section-contact .step2 {
    display: none; }
  .section-contact .sent .step1 {
    display: none; }
  .section-contact .sent .step2 {
    display: flex; }
  .section-contact .wpcf7-mail-sent-ok {
    font-size: 1.2rem !important;
    color: #2f5597 !important; }
  .section-contact .radio {
    font-size: 12px;
    font-size: 1.2rem; }
  .section-contact .name-box {
    display: flex;
    flex-wrap: wrap; }
    .section-contact .name-box .name {
      display: flex;
      margin-right: 0 !important;
      width: 100%;
      margin-bottom: 10px; }
      .section-contact .name-box .name .tit {
        flex: 0 0 auto;
        margin-right: 10px;
        width: 40px;
        box-sizing: border-box;
        text-align: right;
        display: inline-block;
        padding-top: 10px; }
      .section-contact .name-box .name:last-child {
        margin-right: 0; }
  .section-contact .contact-bottom {
    margin-top: 20px;
    display: block;
    text-align: left; }
    .section-contact .contact-bottom .attention {
      margin-bottom: 10px;
      font-size: 13px;
      font-size: 1.3rem; }
      .section-contact .contact-bottom .attention a {
        color: #2f5597;
        text-decoration: underline; }
        .section-contact .contact-bottom .attention a:after {
          width: 10px;
          height: 10px; }
    .section-contact .contact-bottom .privacy-check {
      margin-bottom: 30px; }
      .section-contact .contact-bottom .privacy-check .wpcf7-list-item-label {
        margin-left: 6px;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem; }
      .section-contact .contact-bottom .privacy-check .wpcf7-list-item {
        margin-left: 0 !important; }
  .section-contact .confilm-btn, .section-contact .submit-btn {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
    .section-contact .confilm-btn input[type="submit"], .section-contact .submit-btn input[type="submit"] {
      font-size: 16px;
      font-size: 1.6rem;
      width: 100%;
      display: block; }
    .section-contact .confilm-btn::before, .section-contact .confilm-btn::after, .section-contact .submit-btn::before, .section-contact .submit-btn::after {
      right: 20px; }
  .section-contact .submit-box {
    width: 100%;
    height: auto;
    text-align: center;
    display: block; }
  .section-contact .submit-btn {
    margin: 0 auto 10px;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    width: 100%; }
  .section-contact .form-back-btn {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    text-align: center; }
    .section-contact .form-back-btn input[type="button"] {
      width: 280px;
      display: block;
      margin-left: 0; }
  .section-contact .wpcf7-not-valid-tip {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 !important; }
  .section-contact div.wpcf7-validation-errors {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 !important;
    margin-top: 20px; }

  .border-list:before {
    width: 100% !important; } }
