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

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

html {
  font-size: 62.5%;
}

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

body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

a:hover {
  -ms-filter: 'alpha(opacity=80)';
      filter: alpha(opacity=80);
  opacity: .8;
}

form label {
  cursor: pointer;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  border-radius: 0 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  opacity: .3 !important;
  padding: 0 5px 0 5px !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  margin: 60px 0 20px 0;
  padding: 6px 0 6px 15px;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  margin: 50px 0 10px 0;
  padding: 6px 0 6px 30px;
}

.c-dev-message1 {
  background: #f00;
  color: #fff;
  font-size: 8px;
  left: 0;
  line-height: 1;
  opacity: .6;
  padding: 3px 6px;
  position: fixed;
  top: 0;
  z-index: 9999;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  img {
    height: auto;
    max-width: 100%;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #fff;
  border-top: 1px solid #bbb;
  padding: 14px 0 19px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 2px 0 140px;
  }
}
.c-footer__copyright {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-footer__copyright {
    text-align: center;
  }
}

/*
------------------------------------------------------------*/
.c-pagetop {
  display: none;
}
.c-pagetop__icon {
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
  bottom: 102px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16);
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -webkit-box;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 60px;
  -webkit-justify-content: center;
          justify-content: center;
  position: fixed;
  right: 40px;
  width: 60px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-pagetop__icon {
    bottom: 90px;
    right: 15px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-contact {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-contact {
    background-color: #344979;
    bottom: 0;
    display: -webkit-flex;
    display:         flex;
    display: -webkit-box;
    display: -ms-flexbox;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__item {
    width: 50%;
  }
  .c-contact__item:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .c-contact a {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    line-height: 1;
    padding: 14px 10px 19px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__icon {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-flex;
    display:         flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 33px;
    -webkit-justify-content: center;
            justify-content: center;
    width: 29px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header__inner {
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display:         flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  left: 0;
  padding: 10px 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .c-header__inner {
    min-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__inner {
    padding: 9px 15px;
  }
}

.c-header__left {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
}
@media screen and (max-width: 767px) {
  .c-header__left {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .c-header__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
}

.c-header__txt {
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .c-header__txt {
    margin-bottom: 5px;
    padding: 0;
  }
}

.c-header__right {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding-right: 134px;
}
@media screen and (max-width: 767px) {
  .c-header__right {
    padding: 0;
  }
}

.c-header__info {
  padding-right: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-header__info {
    display: none;
  }
}
.c-header__info-address {
  font-size: 1.2rem;
}
.c-header__info-tel {
  text-align: right;
}

.c-header__iconMenu {
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #344979;
  border-radius: 6px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display:         flex;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  height: 60px;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 60px;
  z-index: 3333;
}
.c-header__iconMenu-icon {
  display: inline-block;
  height: 26px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
  width: 30px;
}
.c-header__iconMenu-icon i {
  background-color: #344979;
  border-radius: 999px;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
  width: 100%;
}
.c-header__iconMenu-icon i:nth-child(1) {
  top: 0;
}
.c-header__iconMenu-icon i:nth-child(2), .c-header__iconMenu-icon i:nth-child(3) {
  top: 10px;
}
.c-header__iconMenu-icon i:nth-child(4) {
  top: 20px;
}
.c-header__iconMenu-txt {
  color: #344979;
  font-size: 1.1rem;
  line-height: 1;
}

.c-header__contact {
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-header__contact {
    display: none;
  }
}
.c-header__contact-icon {
  font-size: 0;
  margin-bottom: 10px;
}
.c-header__contact-txt {
  color: #fff;
  line-height: 1;
}

.c-header__box {
  background-color: #344979;
  padding: 25px 5px;
  text-align: center;
  width: 124px;
}
.c-header__box:after, .c-header__box:before {
  bottom: -20px;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.c-header__box:after {
  border-bottom: 20px solid transparent;
  border-left: 62px solid #344979;
  border-top: 0 solid transparent;
  left: 0;
}
.c-header__box:before {
  border-bottom: 20px solid transparent;
  border-right: 62px solid #344979;
  border-top: 0 solid transparent;
  height: 0;
  right: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .c-header__mv {
    height: 100vh;
    min-width: 1000px;
  }
  .c-header__mv .c-mainvisual__item {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__mv {
    padding-top: 80px;
  }
}

.c-mainvisual__news {
  background-color: rgba(0,0,0,.5);
  bottom: 0;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.c-mainvisual__news dl {
  display: flex;
}
.c-mainvisual__news dt {
  font-weight: bold;
}
.c-mainvisual__news dd {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__news {
    position: static;
  }
  .c-mainvisual__news dl {
    display: block;
  }
  .c-mainvisual__news dd {
    margin: 0;
  }
}

.c-menu__wrap {
  bottom: 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate(320px);
      -ms-transform: translate(320px);
          transform: translate(320px);
  -webkit-transition: all .5s;
          transition: all .5s;
  width: 320px;
  z-index: 2222;
}
.c-menu__wrap.is-show {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-menu__iconClose {
  cursor: pointer;
  display: block;
  height: 28px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 28px;
  z-index: 333;
}
@media screen and (max-width: 767px) {
  .c-menu__iconClose {
    height: 30px;
    width: 42px;
  }
}
.c-menu__iconClose:before, .c-menu__iconClose:after {
  background-color: #fff;
  content: '';
  height: 100%;
  left: 11px;
  position: absolute;
  width: 3px;
}
@media screen and (max-width: 767px) {
  .c-menu__iconClose:before, .c-menu__iconClose:after {
    left: 13px;
  }
}
.c-menu__iconClose:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-menu__iconClose:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-menu__nav {
  background-color: rgba(16, 69, 153, .8);
  display: block;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 45px 10px 10px;
}
.c-menu__nav-item {
  padding: 10px 0;
}
.c-menu__nav a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  color: #222;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 15px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes aniOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation__heading {
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .animation__heading {
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.animation__heading.is-show {
  -webkit-animation: fadeInUp 1s ease forwards, aniOpacity 1.5s ease forwards;
          animation: fadeInUp 1s ease forwards, aniOpacity 1.5s ease forwards;
}

.animation__content {
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .animation__content {
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.animation__content.is-show {
  -webkit-animation: fadeInUp 1s ease forwards, aniOpacity 1s ease forwards;
          animation: fadeInUp 1s ease forwards, aniOpacity 1s ease forwards;
}

.animation__fade {
  opacity: 0;
}
.animation__fade.is-show {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.c-overlay {
  background-color: rgba(0, 0, 0, .5);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 111;
}

.c-wrapper {
  height: 100%;
  position: relative;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(.9);
            transform: translateY(10px) scale(.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(.9);
            transform: translateY(-5px) scale(.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(.9);
            transform: translateY(10px) scale(.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(.9);
            transform: translateY(-5px) scale(.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-button1 {
  background-color: #344979;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  max-width: 300px;
  padding: 21px 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-button1 {
    font-size: 1.6rem;
    padding: 22px 10px;
  }
}

/*
------------------------------------------------------------*/
.c-button2 {
  background-color: #344979;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  max-width: 300px;
  padding: 21px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.c-button2:after {
  background: url(../img/common/i_arrow.svg) no-repeat center;
  background-size: contain;
  content: '';
  height: 26px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  background-color: #344979;
  color: #fff;
  font-weight: bold;
  padding: 56px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    padding: 25px 15px 30px;
  }
}

/*
------------------------------------------------------------*/
.c-title2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.c-title2 .c-icon1:after {
  border-bottom-width: 15px;
  border-left-width: 38.5px;
  border-right-width: 38.5px;
}
@media screen and (max-width: 767px) {
  .c-title2 .c-icon1:after {
    border-bottom-width: 13px;
    border-left-width: 33px;
    border-right-width: 33px;
    position: relative;
    z-index: 1;
  }
}
.c-title2 .c-icon1__txt {
  font-size: 1.8rem;
  font-weight: bold;
  height: 70px;
  width: 77px;
}
@media screen and (max-width: 767px) {
  .c-title2 .c-icon1__txt {
    font-size: 1.6rem;
    height: 59px;
    margin-bottom: -5px;
    width: 66px;
  }
}
.c-title2__frame {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding-left: 20px;
  width: calc(100% - 77px);
}
@media screen and (max-width: 767px) {
  .c-title2__frame {
    width: calc(100% - 66px);
  }
}
.c-title2__title {
  background: url(../img/common/bg_title.png) repeat-x bottom left;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-title2__title {
    background: url(../img/common/bg_title_sp.png) repeat-x bottom left;
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
.c-icon1:after {
  background-color: #344979;
  border-bottom: 14px solid #fff;
  border-left: 41.5px solid transparent;
  border-right: 41.5px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
}

.c-icon1__txt {
  -webkit-align-items: center;
          align-items: center;
  background-color: #344979;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  height: 48px;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 2;
  margin-bottom: -2px;
  position: relative;
  width: 83px;
}
@media screen and (max-width: 767px) {
  .c-icon1__txt {
    margin-bottom: -3px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form {
  margin: auto;
  max-width: 800px;
  width: 100%;
}
.c-form__table {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-form__table {
    margin-bottom: 19px;
  }
}
.c-form__item {
  display: table;
  width: 100%;
}
.c-form__item:not(:last-child) {
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  .c-form__item {
    display: block;
    padding: 10px 0;
  }
}
.c-form__dt {
  display: table-cell;
  padding: 32px 0 0;
  vertical-align: top;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .c-form__dt {
    border-bottom: none;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
}
.c-form__dd {
  display: table-cell;
  padding: 20px 0 20px 40px;
}
@media screen and (max-width: 767px) {
  .c-form__dd {
    border-bottom: none;
    display: block;
    padding: 0;
    width: 100%;
  }
}
.c-form__title {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c-form__name {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-form__name {
    font-size: 1.6rem;
  }
}
.c-form__label {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: normal;
  line-height: 1;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    font-size: 1.2rem;
    padding: 5px 17px;
  }
}
.c-form__label--require {
  background-color: #ba3b3b;
}
.c-form__inputControl {
  background-color: #f5f5f5;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
}
.c-form__inputControl::-webkit-input-placeholder {
  color: #aaa;
}
.c-form__inputControl::-moz-placeholder {
  color: #aaa;
}
.c-form__inputControl:-ms-input-placeholder {
  color: #aaa;
}
.c-form__inputControl:-moz-placeholder {
  color: #aaa;
}
.c-form__wrapAddress {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .c-form__wrapAddress {
    padding-left: 30px;
  }
}
.c-form__wrapAddress li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__wrapAddress li:not(:first-child) {
    margin-top: 10px;
  }
}
.c-form__wrapAddress li:nth-child(1) {
  position: relative;
  width: 250px;
}
.c-form__wrapAddress li:nth-child(1):before {
  content: '〒';
  font-size: 1.6rem;
  font-weight: bold;
  left: -35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-form__wrapAddress li:nth-child(1) {
    width: 100%;
  }
  .c-form__wrapAddress .c-selectbox {
    width: 100%;
  }
}
.c-form__interest, .c-form__method {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display: -ms-flexbox;
  display:         flex;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form__interest li, .c-form__method li {
  display: inline-block;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .c-form__interest li, .c-form__method li {
    margin-bottom: 20px;
  }
  .c-form__interest li:nth-last-child(-n + 2):nth-child(1n + 1), .c-form__interest li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li, .c-form__method li:nth-last-child(-n + 2):nth-child(1n + 1), .c-form__method li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__interest li, .c-form__method li {
    width: 100%;
  }
  .c-form__interest li:not(:last-child), .c-form__method li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.c-form__inputMessage {
  display: block;
  min-height: 253px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__inputMessage {
    min-height: 194px;
  }
}
.c-form__policyTxt {
  border: 1px solid #bbb;
  margin-bottom: 20px;
  padding: 15px 18px 24px 20px;
}
@media screen and (max-width: 767px) {
  .c-form__policyTxt {
    margin-bottom: 10px;
  }
}
.c-form__innerTxt {
  font-size: 1.2rem;
  height: 96px;
  line-height: 2;
}
.c-form__innerTxt .privacy_policy .heading {
  font-weight: bold;
  margin: 10px 0;
}
.c-form__agree {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__agree {
    margin-bottom: 21px;
  }
}
.c-form__agree .c-checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-form__agree .c-checkbox {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree .c-checkbox {
    font-size: 1.4rem;
    max-width: 232px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree .c-checkbox__mark {
    margin-right: 9px;
  }
}
.c-form__error {
  background: #fde5e5;
  color: #e50000;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 10px;
}
.c-form__btn {
  text-align: center;
}
.c-form__btn .c-button1 {
  -webkit-appearance: none;
  background-color: #ccc;
  border: none;
  pointer-events: none;
}
.c-form__btn .c-button1.is-check {
  background-color: #344979;
  cursor: pointer;
  pointer-events: auto;
}
.c-form .mCSB_scrollTools {
  border-radius: 4px;
  opacity: 1;
  width: 5px;
}
.c-form .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ddd;
  border-radius: 4px;
  width: 5px;
}
.c-form .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #344979;
  border-radius: 4px 4px 0 0;
  width: 5px;
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-txt1 {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-txt1 {
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-txt2__item {
  border-bottom: 1px solid #707070;
  font-size: 1.8rem;
  line-height: 2;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .c-txt2__item {
    border-bottom: none;
    font-size: 1.6rem;
    line-height: 2.25;
    padding: 0;
  }
  .c-txt2__item:not(:last-child) {
    margin-bottom: -3px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-img1 {
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .16);
          box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .16);
  display:         flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  height: 100px;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 5px;
  position: relative;
  width: 100px;
  /*cursor: pointer;*/
  /*   &:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.2);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: .5s all;
      opacity: 0;
      visibility: hidden;
      border-radius: 10px;
   }*/
  /*&:hover {
      &:before {
         opacity: 1;
         visibility: visible;
      }
   }

   a {
      text-decoration: none;
   }*/
}
.c-img1__img {
  font-size: 0;
  margin-bottom: 3px;
  text-align: center;
}
.c-img1__txt {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  color: #172b58;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -webkit-box;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.2;
  min-height: 28px;
  text-align: center;
}
.c-img1__txt span {
  display: block;
  font-size: 1rem;
  text-align: left;
}

/*
------------------------------------------------------------*/
.c-img2 {
  -webkit-align-items: flex-start;
          align-items: center;
  background-color: #f5f5f5;
  -webkit-box-align: start;
  display: -webkit-flex;
  display:         flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex-align: start;
  padding: 40px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-img2 {
    display: block;
    padding: 20px 17px 15px;
  }
}
.c-img2__img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .c-img2__img {
    margin: 0 0 17px;
    text-align: center;
    width: 100%;
  }
  .c-img2__img img {
    margin: auto;
  }
}
.c-img2 .c-icon1 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.c-img2 .c-icon1__txt {
  font-size: 1.3rem;
  height: 45px;
  line-height: 1.2;
  padding: 0 15px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-img2 .c-icon1 {
    justify-content: center;
  }
}
.c-img2 .c-icon1:before {
  background-color: #344979;
  border-bottom: 22.5px solid transparent;
  border-left: 10px solid #f5f5f5;
  border-right: none;
  border-top: 22.5px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
}
.c-img2 .c-icon1:after {
  border-bottom: 22.5px solid transparent;
  border-left: none;
  border-right: 10px solid #f5f5f5;
  border-top: 22.5px solid transparent;
}
.c-img2__content {
  padding-left: 20px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .c-img2__content {
    padding-left: 0;
    width: 100%;
  }
}
.c-img2__title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 3px;
  text-align: center;
}
.c-img2__txt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}

/*
------------------------------------------------------------*/
.c-img3 {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
}
@media screen and (max-width: 767px) {
  .c-img3 {
    display: block;
  }
}
.c-img3__img {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .c-img3__img {
    margin-bottom: 14px;
    width: 100%;
  }
  .c-img3__img img {
    width: 100%;
  }
}
.c-img3__content {
  padding-left: 40px;
  width: calc(100% - 340px);
}
@media screen and (max-width: 767px) {
  .c-img3__content {
    padding: 0;
    width: 100%;
  }
}
.c-img3__txt {
  font-size: 1.6rem;
  line-height: 2;
}
.c-img3__btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-img3__btn {
    margin-top: 10px;
    text-align: center;
  }
}
.c-img3__btn .c-button2:after {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin: 0 -10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    margin: 0;
  }
}
.c-list1:after {
  background-color: #344979;
  bottom: 0;
  content: '';
  height: 2px;
  left: 10px;
  position: absolute;
  width: calc(100% - 20px);
}
.c-list1__item {
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    padding: 0;
  }
}
.c-list1__item.is-active a {
  background-color: #344979;
  color: #fff;
}
.c-list1__item.is-active a:before {
  background-image: url(../img/common/i_arrow01.svg);
}
.c-list1__item a {
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #344979;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #344979;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
  padding: 19px 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-list1__item a {
    border-left: none;
    box-sizing: border-box;
    font-size: 1.6rem;
    height: 100%;
    padding: 20px 10px;
  }
  .c-list1__item:first-child a {
    border-left: 2px solid #344979;
  }
}
.c-list1__item a:before {
  background-image: url(../img/common/i_arrow02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 18px;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .c-list1__item a:before {
    margin-right: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-list2__item:not(:last-child) {
  margin-bottom: 2px;
}

.c-list2__title {
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list2__title {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: start;
    padding: 10px 10px 29px;
  }
}
.c-list2__title .c-list2__icon {
  background-color: #344979;
}
.c-list2__title-txt {
  color: #344979;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  padding: 11px 65px 11px 78px;
}
@media screen and (max-width: 767px) {
  .c-list2__title-txt {
    font-size: 1.6rem;
    padding: 6px 10px 10px;
    width: calc(100% - 38px);
  }
}
.c-list2__title.is-show .c-list2__arrow {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}
@media screen and (max-width: 767px) {
  .c-list2__title.is-show .c-list2__arrow {
    -webkit-transform: translate(-50%, 0) rotateZ(180deg);
        -ms-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotateZ(180deg);
  }
}

.c-list2__arrow {
  background: url(../img/common/i_arrow02.svg) no-repeat center;
  background-size: contain;
  height: 15px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .5s all;
          transition: .5s all;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .c-list2__arrow {
    bottom: 18px;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.c-list2__wrap {
  display: none;
  padding-top: 4px;
}

.c-list2__content {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list2__content {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: start;
    padding: 10px 10px 30px;
  }
}
.c-list2__content .c-list2__icon {
  background-color: #ba3b3b;
}
@media screen and (min-width: 768px) {
  .c-list2__content .c-list2__icon {
    height: 58px;
  }
}
.c-list2__content-txt {
  font-size: 1.6rem;
  line-height: 2;
  padding: 14px 20px 31px 78px;
}
@media screen and (max-width: 767px) {
  .c-list2__content-txt {
    font-size: 1.4rem;
    padding: 5px 10px 10px;
    width: calc(100% - 38px);
  }
}

.c-list2__icon {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -webkit-box;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 3rem;
  font-weight: bold;
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 58px;
}
@media screen and (max-width: 767px) {
  .c-list2__icon {
    height: 38px;
    position: static;
    width: 38px;
  }
}

/*
------------------------------------------------------------*/
.c-list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-list3__item {
  margin-bottom: 15px;
  padding: 0 7.5px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-list3__item {
    width: 33.333%;
  }
}
@media screen and (max-width: 320px) {
  .c-list3__item {
    width: 50%;
  }
}
.c-list3 a {
  display: block;
  text-decoration: none;
}
.c-list3 .c-img1 {
  width: 100%;
}

/*
------------------------------------------------------------*/
.c-list4__item {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: start;
  font-size: 1.2rem;
}
.c-list4__item:not(:last-child) {
  margin-bottom: 16px;
}

.c-list4__title {
  background-color: #344979;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 3px 5px;
  text-align: center;
  width: 60px;
}

.c-list4__txt {
  line-height: 2;
  padding-left: 10px;
}

/*
------------------------------------------------------------*/
.c-list5__wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-list5__wrap {
    margin-top: 20px;
  }
}
.c-list5__wrap .tab-box {
  display: none;
}
.c-list5__wrap .tab-box:first-child {
  display: block;
}
.c-list5__item {
  position: relative;
}
.c-list5__item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-list5__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.c-list5__item:not(:last-child):after {
  background: url(../img/common/i_arrow03.svg) no-repeat center;
  background-size: contain;
  bottom: -66px;
  content: '';
  height: 32px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52px;
}
@media screen and (max-width: 767px) {
  .c-list5__item:not(:last-child):after {
    bottom: -57px;
  }
}

.c-list5 .c-title4 {
  margin-bottom: 30px;
}

/*
------------------------------------------------------------*/
.c-list6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-list6 {
    font-size: 1.4rem;
  }
}
.c-list6__item {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list6__item {
    display: block;
  }
}
.c-list6__item:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.c-list6__title {
  background-color: #344979;
  border-right: 2px solid #fff;
  color: #fff;
  display: table-cell;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 5px;
  text-align: center;
  vertical-align: top;
  vertical-align: top;
  width: 202px;
}
@media screen and (max-width: 767px) {
  .c-list6__title {
    border: none;
    display: block;
    margin-bottom: 2px;
    padding: 10px 20px 12px;
    text-align: left;
    width: 100%;
  }
}
.c-list6__txt {
  background-color: #f5f5f5;
  display: table-cell;
  line-height: 2;
  padding: 6px 10px 7px 21px;
}
.c-list6__txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list6__txt li::before {
  content: '・';
}
@media screen and (max-width: 767px) {
  .c-list6__txt {
    border: none;
    display: block;
    padding: 8px 20px 11px;
    width: 100%;
  }
}
.c-list6__mail {
  color: #344979;
}
.c-list6__tel {
  color: #344979;
}
@media screen and (min-width: 768px) {
  .c-list6__tel {
    color: #222;
    pointer-events: none;
    text-decoration: none;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slide
------------------------------------------------------------*/
.c-slide1 .slick-arrow {
  background: url(../img/common/i_arrow02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 15px;
  position: absolute;
  top: 50%;
  width: 26px;
}

.c-slide1 .slick-prev {
  left: -48px;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-prev {
    left: -36px;
  }
}

.c-slide1 .slick-next {
  right: -48px;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
}
@media screen and (max-width: 767px) {
  .c-slide1 .slick-next {
    right: -36px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-selectbox {
  background-color: #f5f5f5;
  width: 250px;
}
.c-selectbox__bg {
  background: url(../img/common/i_select.svg) no-repeat center right;
  width: 100%;
}
.c-selectbox__select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: 2px;
  color: #222;
  font-size: 1.6rem;
  font-size: 1.3rem;
  height: 50px;
  padding: 10px 55px 10px 20px;
  text-transform: none;
  width: 100%;
}
.c-selectbox__select.empty {
  color: #aaa;
}
.c-selectbox__select::-ms-expand {
  display: none;
}

/*
------------------------------------------------------------*/
.c-checkbox {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display:         flex;
  -ms-flex-align: center;
  font-size: 1.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-checkbox__input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.c-checkbox__input:checked ~ .c-checkbox__mark:after {
  display: block;
}
.c-checkbox__mark {
  background-color: #f5f5f5;
  display: inline-block;
  height: 40px;
  margin-right: 20px;
  position: relative;
  width: 40px;
}
.c-checkbox__mark:after {
  background: url(../img/common/i_check.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: none;
  height: 20px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 28px;
}

/*
------------------------------------------------------------*/
.c-mainvisual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mainvisual {
    display: block;
  }
}
.c-mainvisual__item {
  background-position: bottom  center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__item {
    width: 100%;
  }
}
.c-mainvisual__item--left {
  background-image: url(../img/common/img_mvL.jpg);
}
@media screen and (max-width: 767px) {
  .c-mainvisual__item--left {
    background-image: url(../img/common/img_mvL_sp.jpg);
    min-height: 530px;
  }
}
@media screen and (max-width: 320px) {
  .c-mainvisual__item--left {
    background-image: url(../img/common/img_mvL_small.jpg);
    min-height: 635px;
  }
}
.c-mainvisual__item--left .c-mainvisual__btn:after {
  background: url(../img/common/i_arrow05.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 9px;
  width: 15px;
}
.c-mainvisual__item--right {
  background-image: url(../img/common/img_mvR.jpg);
}
@media screen and (max-width: 767px) {
  .c-mainvisual__item--right {
    background-image: url(../img/common/img_mvR_sp.jpg);
    min-height: 460px;
  }
}
@media screen and (max-width: 320px) {
  .c-mainvisual__item--right {
    background-image: url(../img/common/img_mvR_small.jpg);
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual__item--right .c-mainvisual__btn:before {
    background: url(../img/common/i_arrow05.svg) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    height: 9px;
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
    width: 15px;
  }
}
.c-mainvisual__box {
  padding: 53px 20px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__box {
    padding: 34px 15px;
  }
}
.c-mainvisual__heading {
  margin-bottom: 37px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__heading {
    margin-bottom: 18px;
  }
}
.c-mainvisual .c-list3 {
  margin: auto;
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-mainvisual .c-list3 {
    max-width: 345px;
  }
}
@media screen and (max-width: 320px) {
  .c-mainvisual .c-list3 {
    max-width: 215px;
  }
}
@media screen and (min-width: 768px) {
  .c-mainvisual__btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual__btn {
    -webkit-align-items: center;
            align-items: center;
    background-color: #344979;
    border-radius: 100%;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    color: #fff;
    display:         flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    height: 50px;
    -webkit-justify-content: center;
            justify-content: center;
    position: absolute;
    right: 42px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
  }
}
@media screen and (max-width: 320px) {
  .c-mainvisual__btn {
    right: 15px;
  }
}
@media screen and (max-width: 320px) {
  .c-mainvisual .c-list3 {
    margin: auto;
    max-width: 230px;
    width: 100%;
  }
}
.c-mainvisual__title {
  text-align: center;
}
.c-mainvisual__icon {
  bottom: 61px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__icon {
    display: none;
  }
}
.c-mainvisual__icon-txt {
  color: #344979;
  display: inline-block;
  font-weight: bold;
  height: 47px;
  position: relative;
}
.c-mainvisual__icon-txt:before, .c-mainvisual__icon-txt:after {
  background: url(../img/common/i_arrow02.svg) no-repeat top center;
  background-size: contain;
  content: '';
  height: 25px;
  left: 15px;
  position: absolute;
  width: 26px;
}
.c-mainvisual__icon-txt:before {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  bottom: -2px;
}
.c-mainvisual__icon-txt:after {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  bottom: -13px;
}

/*
------------------------------------------------------------*/
.c-other1 .c-list1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-other1 .c-list1 {
    margin-bottom: 10px;
  }
  .c-other1 .c-list1 .c-list1__item {
    width: 33.33%;
  }
}

.c-other1__content {
  display: none;
}
.c-other1__content:nth-child(1) {
  display: block;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
top
------------------------------------------------------------*/
.p-index {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 101px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.p-index.thanks {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-index.thanks {
    padding-top: 78px;
  }
}
/*
------------------------------------------------------------*/
.p-index1 {
  background: url(../img/top/img_bg.jpg) no-repeat top center;
  background-position: bottom;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-index1 {
    padding: 50px 0 105px;
  }
}
@media screen and (min-width: 768px) {
  .p-index1 .l-inner {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: start;
    padding: 0 40px 0 48px;
  }
}
.p-index1__img {
  width: 348px;
}
@media screen and (max-width: 767px) {
  .p-index1__img {
    margin-bottom: 32px;
    text-align: center;
    width: 100%;
  }
}
.p-index1__content {
  padding: 45px 0 0 38px;
  width: calc(100% - 348px);
}
@media screen and (max-width: 767px) {
  .p-index1__content {
    padding: 0;
    width: 100%;
  }
}
.p-index1__txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-index1__txt {
    font-size: 1.6rem;
  }
}
.p-index1__txt:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-index1__txt:not(:last-child) {
    margin-bottom: 33px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-index2 {
    background-image: url(../img/top/img_for_owner.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-index2 {
    background-image: url(../img/top/img_for_owner.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: calc(43.357142857142857vw + 20px) 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .p-index2 {
    padding: 24vw 0 7.571428571428571vw;
  }
}

@media screen and (min-width: 768px) {
  .p-index2__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.p-index2__box {
  background-color: rgba(255,255,255,.9);
  border: #344979 2px solid;
  padding: 20px;
}

.p-index2__box + .p-index2__box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-index2__img {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 543px;
    z-index: -1;
  }

  .p-index2__box {
    border-width: 4px;
    padding: 40px;
    width: 480px;
  }

  .p-index2__box + .p-index2__box {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index2__img {
    margin-bottom: 20px;
    text-align: center;
  }
}

.p-index2__title {
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index2__title img {
    max-width: 182px;
  }

  .p-index2__box:nth-child(2) .p-index2__title img {
    max-width: 140px;
  }
}

.p-index2 .c-txt2 {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-index2 .c-txt2 {
    font-size: 1.4rem;
  }
}

/*
------------------------------------------------------------*/
.p-index3__img {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-index3__img {
    margin-bottom: 45px;
  }
}
.p-index3__img img {
  width: 100%;
}

.p-index3__blockIntro {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-index3__blockIntro {
    margin-bottom: 44px;
  }
}
.p-index3__blockIntro-title {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index3__blockIntro-title {
    margin-bottom: 27px;
  }
}
.p-index3__blockIntro .c-txt1 {
  margin-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .p-index3__blockIntro .c-txt1 {
    margin-bottom: 20px;
  }
}
.p-index3__blockIntro .c-slide1 {
  margin: auto;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index3__blockIntro .c-slide1 {
    max-width: 290px;
  }
}

.p-index3__blockCompany {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-index3__blockCompany {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 768px) {
  .p-index3__blockCompany .l-inner {
    max-width: 800px;
  }
}
.p-index3__blockCompany-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index3__blockCompany-title {
    margin-bottom: 31px;
  }
}

.p-index3__blockMap {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .p-index3__blockMap {
    margin-bottom: 50px;
  }
}
.p-index3__blockMap-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index3__blockMap-title {
    margin-bottom: 40px;
  }
}
.p-index3__blockMap-map iframe {
  height: 578px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index3__blockMap-map iframe {
    height: 400px;
  }
}

/*
------------------------------------------------------------*/
.p-index4 {
  background-color: #f5f5f5;
  margin-bottom: 56px;
  padding: 109px 0 44px;
}
@media screen and (max-width: 767px) {
  .p-index4 {
    margin-bottom: 0;
    padding: 26px 0 49px;
  }
}
@media screen and (min-width: 768px) {
  .p-index4 .l-inner {
    max-width: 800px;
  }
}
.p-index4 .c-title1 {
  background-color: transparent;
  margin-bottom: 57px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-index4 .c-title1 {
    margin-bottom: 28px;
  }
}

/*
------------------------------------------------------------*/
.p-index5 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-index5 {
    margin-bottom: 72px;
  }
}
.p-index5 .c-title1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-index5 .c-title1 {
    margin-bottom: 50px;
  }
}
.p-index5 .c-title2 {
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .p-index5 .c-title2 {
    margin-bottom: 17px;
  }
}

/*
------------------------------------------------------------*/
.p-index6 .c-title1 {
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .p-index6 .c-title1 {
    margin-bottom: 45px;
  }
}

.p-index6 .c-txt1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-index6 .c-txt1 {
    margin-bottom: 18px;
    text-align: left;
  }
}

.p-index6__boxTel {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  display:         flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  margin: 0 auto 94px;
  max-width: 367px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index6__boxTel {
    margin-bottom: 48px;
    padding: 0 7px;
  }
}
.p-index6__boxTel-icon {
  -webkit-align-items: center;
          align-items: center;
  background-color: #344979;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display:         flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 0;
  height: 65px;
  -webkit-justify-content: center;
          justify-content: center;
  width: 65px;
}
.p-index6__boxTel-content {
  padding-left: 20px;
  width: calc(100% - 65px);
}
.p-index6__boxTel-txt01 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 9px;
}
.p-index6__boxTel-txt02 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-index6__boxTel-txt02 {
    font-size: 1.4rem;
  }
}

.p-index6__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index6__title {
    margin-bottom: 31px;
    padding: 0 7px;
  }
}

/*
------------------------------------------------------------*/
