@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align:baseline;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  text-decoration: none;
  word-break: break-all;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
  display: block;
  width: 100%;
  line-height: 1;
}

/*---------------------------------*/
p, a, span, b, strong, i, italic {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

p {
  padding-bottom: 1em;
}

p:last-child {
  padding-bottom: 0;
}

a {
  color: #414042;
  text-decoration: none;
  cursor: pointer;
}

input[type="submit"]:hover ,
label {
  cursor: pointer;
}

label input {
  vertical-align: middle;
}

a:hover, a:hover img, input[type=submit]:hover {
  opacity: .7;
}

/*---------------------------------*/
body {
}

#wrap {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}


/* loader */
/*---------------------------------*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  margin: auto;
}

#loader img {
  width: auto;
  height: auto;
}


/* header */
/*---------------------------------*/
.header {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.header .top_bar { background-color: #414042;}

.header .top_bar .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.header .top_bar p {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}

.header .header_bd { position: relative;}

.header .header_bd .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 22px 10px;
}

.header .header_bd .logo { width: 559px;}

.header .header_bd .contact .catch {
  padding-bottom: 0;
  font-size: 16px;
  text-align: right;
  font-weight: 500;
}

.header .header_bd .contact .catch .crown {
  display: inline-block;
  color: #beaf87;
  font-weight: 600;
  margin-left: .5rem;
}
.header .header_bd .contact .catch .crown em {
  display: inline-block;
  background: url(../img/catch_ico_crown.png) no-repeat left top;
  background-size: auto 21px;
  margin-left: 5px;
  padding-left: 25px;
}

.header .header_bd .contact ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: .3rem;
}

.header .header_bd .contact .tel {
  width: 220px;
  background: #fff url(../img/header_ico_tel_pc.png) no-repeat center center;
  margin-right: 15px;
}
.header .header_bd .contact .web {
  width: 140px;
  background: url(../img/header_ico_web_pc.png) no-repeat center center;
}
.header .header_bd .contact .web:hover {
  opacity: .7;
}
.header .header_bd .contact .tel span,
.header .header_bd .contact .web a {
  display: block;
  height: 29px;
  overflow: hidden;
  text-indent: -1000px;
}
.header .header_bd .g-navi {
  background-color: #414042;
  border-bottom: 2px solid #beaf87;
}
.header .header_bd .g-navi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.header .header_bd .g-navi li {
  display: inline-block;
vertical-align: middle;
border-right: 1px solid #beaf87;
}
.header .header_bd .g-navi li a {
  font-size: 1.8vw;
  transition: .3s;
  display: block;
line-height: 50px;
text-align: center;
cursor: pointer;
color: #beaf87;
padding: 0 26px;
}

.header .header_bd .g-navi li.current a,
.header .header_bd .g-navi li a:hover {
  color: #414042;
  opacity: 1;
  background-color: #beaf87;
}

@media screen and (min-width: 1000px) {
  .header .header_bd .contact .spec {
    font-size: 16px;
  }

  .header .header_bd .g-navi li a {
    font-size: 14px;
  }
}
#drawernav .migrationbetween{display: none;}

@media screen and (max-width: 750px) {
	.header .header_bd .inner{
	padding-top: 2vw;
    padding-right: 2.66vw;
    padding-bottom: 2vw;
    padding-left: 4.0vw;
	}
	.header{
	box-shadow: 0 6px 6px rgba(0, 0, 0, .16);
	}
  .header .top_bar .inner {
    padding: 0;
    overflow-x: scroll;
    text-align: center;
  }

  .header .top_bar p {
    padding: 0 10px;
    font-size: 2.9vw;
    line-height: 5.6vw;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .header_bd .logo {
    width: auto;
  }
  .logo {
    padding-top:0.93vw;
  }

  .header .header_bd .logo img {
    display: none;
  }

  .header .header_bd .logo a:before {
    content: "";
    display: block;
    width: 70.73vw;
    height: 10.9vw;
    background: url(../img/logo_site_sp.png) no-repeat left center;
    background-size: 167px;
  }

  .header .header_bd .contact .catch {
    display: none;
  }

  .header .header_bd .contact ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .header .header_bd .contact .tel {
    width: 12vw;
	height: 12vw;
    background-image: url(../img/header_ico_tel_sp.png);
	background-color: #ff7e1f;
    background-size: cover;
    margin-right: 0;
    border: 0;
    display: none;
  }

  .header .header_bd .contact .web {
    width: 12vw;
	height: 12vw;
    background-image: url(../img/header_ico_web_sp.png);
	background-color: #ff5a05;
    background-size: cover;
    display: none;
  }

  .header .header_bd .contact .tel span {
    display: none;
  }

  .header .header_bd .contact .tel a,
  .header .header_bd .contact .web a {
    display: block;
    height: 12vw;
  }

  .header .header_bd .contact .menu {
    width: 12vw;
    height: 12vw;
    background-image: url(../img/header_ico_menu.png);
    background-size: cover;
    cursor: pointer;
  }
   #sublogo {
	border-top:1px solid #ccc;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.9;
   }
   #sublogo span{
    color: #d7ac33;
    font-weight: 900;
    padding-left: 5px;
   }
  .header .header_bd .g-navi {
    border: 0;
  }

  body.drawer-opened .header .header_bd .g-navi .menu {
    position: absolute;
    top: 3.2vw;
    left: -9.2vw;
    width: 6.4vw;
    height: 6.4vw;
    background: url(../img/header_ico_menu_close.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
  }

  .header .header_bd .g-navi ul {
    display: block;
    padding: 0;
  }

  .header .header_bd .g-navi li a {
    display: block;
    padding: 4vw;
    border-bottom: 1px solid #fff;
    color: #414042;
    font-size: 3.73vw;
  }

  #drawernav li:nth-child(7) a,#drawernav li:nth-child(8) a {
    border-bottom: 2px solid #414042;
  }
  .header .header_bd .g-navi li a:before {
    content: none;
  }

  .header .header_bd .g-navi li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2.8vw;
    bottom: 0;
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    background-color: transparent;
    margin: auto;
    border-top: .4vw solid #fff;
    border-right: .4vw solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #drawernav .migrationbetween{
    display:block;
    background-color: #fff;
  }
  #drawernav .migrationbetween a{color:#beaf87;padding: 2vw 4vw 2vw;line-height: 1.2;}
  #drawernav .migrationbetween a strong{font-size:4.0625vw;font-weight: bolder;}
  #drawernav .migrationbetween a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2.8vw;
    bottom: 0;
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    background-color: transparent;
    margin: auto;
    border-top: .5vw solid #414042;
    border-right: .5vw solid #414042;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .header_bd .g-navi li.current a,
  .header .header_bd .g-navi li a:hover {
    color: #fff;
  }

  .header .header_bd .g-navi li.current a:after,
  .header .header_bd .g-navi li a:hover:after {
    width: 1.5vw;
  }
  .header .obi{
    text-align: center;
  }
}

/* header_fixed */
@media screen and (min-width: 751px) {
   #sublogo{
	   display:none;
	   }
  .fixed .g-navi {
    position: fixed;
    top: 0;
    z-index: 49;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 49;
    width: 100%;
  }

  #main {
    padding-top: 28.8vw;
  }
  .header .header_bd .g-navi li {
    display: inherit;
    border-right: unset;
}
.header .header_bd .g-navi li a {
  position: relative;
  padding: 0 15px;
  color: #fff;
  transition: .3s;
  text-align: left;
}
}


/* footer */
/*---------------------------------*/
.footer {
  background-color: #414042;
  color: #fff;
}

.footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 30px;
  border-bottom: 1px solid #a0a0a1;
}

.footer .contents li {
  margin-bottom: 8px;
}

.footer .contents li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.footer .company p {
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
}
.footer .spec{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
}
.footer .spec h2{
  width: 100%;
}
.footer .spec h2 img {
  margin-bottom: .5rem;
  width: auto;
}
.footer .spec h3 {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.footer .spec .catch {
  display: none;
}

.footer .tel .tel_number {
  max-width: 270px;
  margin: 10px 0;
}

.footer .tel .tel_number a {
  display: none;
}
.footer .list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #a0a0a1;
  padding: 1rem 0;
}
.footer .list a{color: #fff;}

.footer .list a::before {
  margin-right: 5px;
  content: "\f105";
  font-family: fontawesome;
}

.footer .list li {
  padding: .3rem 1rem;
}

.footer .page_top  {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 21px;
  bottom: 21px;
  background: #beaf87;
  border-radius: 50%;
}

.footer .page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.footer .page_top a::before {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.footer .page_top a:hover {
  text-decoration: none;
  opacity: .8;
}

.footer .copyright {
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer {
    border-top-width: 1.46vw;
  }

  .footer .inner {
    padding: 4.8vw 2.4vw 3.2vw;
  }

  .footer .inner > div {
    max-width: none;
    width: 100%;
  }
  .footer .spec h2 img {
    margin-bottom: 1rem;
    margin-top: .5rem;
  }
  .footer .contents {
    margin-bottom: 5vw;
  }
  .footer .list{
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .footer .list li {
    margin-bottom: 0;
    padding: 0 1rem;border-bottom: 1px solid #BFBFBF;
  }

  .footer .list li a {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 4.4vw 0;
    font-size: 3.73vw;
    font-weight: 400;
  }

  .footer .list li:last-child{border: none;}

  .footer .list li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2.8vw;
    bottom: 0;
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    margin: auto;
    border-top: .4vw solid #424242;
    border-right: .4vw solid #424242;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer .company p {
    padding-bottom: 2.8vw;
    font-size: 3.73vw;
    line-height: 130%;
  }

  .footer .spec h3 {
    padding-bottom: 2.8vw;
    font-size: 5.33vw;
    font-weight: 600;
  }

  .footer .spec .catch {
    display: block;
    font-size: 4.53vw;
  }

  .footer .spec .catch .crown {
    display: inline-block;
    background: url(../img/catch_ico_crown.png) no-repeat left center;
    background-size: auto 4vw;
    margin-left: .8vw;
    padding-left: 6.4vw;
    color: #D09B0C;
    font-weight: 600;
  }

  .footer .tel {
    display: none;
  }

  .footer .page_top {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 21px;
    top: 215px;
    bottom: unset;
    background: #beaf87;
    border-radius: 50%;
}

  .footer .copyright {
    padding: 3.6vw;
    margin-bottom: 15.6vw;
  }

  .footer .copyright small {
    font-size: 3.0vw;
  }
}


/* fixed_cta */
/*---------------------------------*/
.fixed_cta {
  display: none;
}

@media screen and (max-width: 750px) {
  .fixed_cta {
    position: fixed;
    bottom: 0;
    z-index: 50;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 15.6vw;
    background-color: rgba(0, 0, 0, .7);
  }

  .fixed_cta a {
    display: inline-block;
    background: #beaf87;
    padding: 3.2vw 3.6vw;
    border-bottom: .4vw solid #411700;
    border-radius: 1vw;
  }

  .fixed_cta a img {
    width: 37.2vw;
  }

  .fixed_cta .spec {
    /*width: 41.6vw;*/
    width: 46.6vw;
  }

  .fixed_cta dt,
  .fixed_cta dd {
    color: #fff;
    font-size: 3.73vw;
    line-height: 110%;
  }

  .fixed_cta dt {
    float:left;
    clear: left;
    width: 5em;
  }
}


/* DRAWER */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #drawernav{
    position: fixed;
    top: 0;
    right: -54.8vw;
    width: 54.8vw;
    background: #beaf87;
    color: #fff;
    z-index: 10;
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: .3s;
  }

  body.drawer-opened #wrap{
    left: -80vw;
    box-shadow: 1px 0 2px #000;
    -webkit-box-shadow: 1px 0 2px #000;
  }

  body.drawer-opened #drawernav{
    right: 0;
  }

  body.drawer-opened #overlay{
    width: 100%;
    opacity: 0.5;
  }
}


/* form */
/*---------------------------------*/
.form {
  background-color: #beaf87;
  padding: 50px 10px 100px;
}

.form h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  text-align: center;
}

.form .inner {
  max-width: 780px;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 60px 0;
}

.form form > div {
  padding-bottom: 40px;
}

.form .inner h3 {
  padding: 20px 0 30px;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.form .inner dl {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80px;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

.form .inner dt {
  position: relative;
  width: 37%;
  font-size: 18px;
  font-weight: 600;
}

.form .inner dt.va_top {
  margin: 8px auto auto 0;
}

.form .inner dt:after {
  content: "任意";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: #737373;
  margin: auto;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.form .inner dt.must:after {
  content: "必須";
  background-color: #beaf87;
}

.form .inner dd {
  width: 60%;
  font-size: 16px;
}

.form .inner dd input[type="text"],
.form .inner dd input[type="tel"],
.form .inner dd input[type="email"],
.form .inner dd input[type="number"],
.form .inner dd select,
.form .inner dd textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  font-size: 16px;
}

.form .inner dd textarea {
  display: block;
  height: 10em;
}

.form .inner dd input[type="radio"] {
  display: none;
}

.form .inner dd label {
  position: relative;
  margin-right: 10px;
  padding-left: 25px;
}

.form .inner dd label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.form .inner dd label input:checked + span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #666;
  margin: auto;
  border-radius: 50%;
}

.form .inner dd input[name="_name"],
.form .inner dd input[type="tel"] {
  width: 62%;
}

.form .inner dd select {
  width: 48%;
}

.form .inner dd input[type="number"] {
  width: 29%;
  margin-right: 10px;
}

.form .inner dd.separate {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.form .inner .submit {
  text-align: center;
}

.form .inner .submit .btn input {
  max-width: 420px;
  width: 63%;
  background-color: #beaf87;
  margin: 0 auto 25px;
  padding: 15px 10px;
  border-bottom: 3px solid #908567;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.form .inner .submit p {
  padding: 0;
  font-size: 14px;
}

.form .inner .submit p a {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .form {
    padding: 6.8vw 2.4vw 11.2vw;
  }

  .form h2 {
    margin-bottom: 6.8vw;
    font-size: 5.3vw;
  }

  .form .inner {
    padding: 2.4vw;
  }

  .form form > div {
    padding-bottom: 5.2vw;
  }

  .form .inner h3 {
    padding: 0 0 3.2vw;
    font-size: 5vw;
  }

  .form .inner dl {
    padding: 0;
    border-bottom: 0;
  }

  .form .inner dt {
    position: relative;
    width: 100%;
    padding: 1.6vw 0;
    font-size: 3.73vw;
    line-height: 6.4vw;
  }

  .form .inner dt.va_top {
    margin: 0;
  }

  .form .inner dt:after {
    height: 6.4vw;
    padding: 0 1.2vw;
    font-size: 3.73vw;
    line-height: 6.4vw;
  }

  .form .inner dd {
    width: 100%;
    font-size: 3.73vw;
  }

  .form .inner dl:not(:last-child) dd {
    padding-bottom: 4vw;
    border-bottom: 1px solid #ccc;
  }

  .form .inner dd input[type="text"],
  .form .inner dd input[type="tel"],
  .form .inner dd input[type="email"],
  .form .inner dd input[type="number"],
  .form .inner dd select,
  .form .inner dd textarea {
    padding: 1.8vw 2.4vw;
    border-width: 2px;
    border-radius: 1.2vw;
    font-size: 3.73vw;
    font-weight: 600;
  }

  .form .inner dd textarea {
    display: block;
    height: 7em;
  }

  .form .inner dd input[type="radio"] {
    width: 2vw;
    height: 2vw;
    margin-right: 1.6vw;
  }
/*
  .form .inner dd label {
    display: inline-block;
    margin-right: 7.2vw;
  }
*/

  .form .inner dd label {
    position: relative;
    margin-right: 3.2vw;
    padding-left: 3.6vw;
  }

  .form .inner dd label:before {
    width: 2.8vw;
    height: 2.8vw;
  }

  .form .inner dd label input:checked + span:before {
    left: calc(.6vw + 1px);
    width: 1.6vw;
    height: 1.6vw;
  }

  .form .inner dd input[name="_name"],
  .form .inner dd input[type="tel"] {
    width: 100%;
  }

  .form .inner dd input[type="number"] {
    width: 50%;
    margin-right: 7.2vw;
  }

  .form .inner .submit .btn input {
    max-width: none;
    width: 100%;
    margin: 0 auto 2vw;
    padding: 2.4 2vw;
    border-bottom-width: .8vw;
    font-size: 4.5vw;
  }

  .form .inner .submit p {
    font-size: 3.2vw;
    line-height: 150%;
  }

  .form .inner .submit p span {
    display: inline-block;
  }

}

/* form confirm finish */
/*---------------------------------*/
.form .inner .lead {
  display: table;
  margin: 20px auto 0;
  padding: 0;
}

.form .confirm {
  table-layout: fixed;
  width: 100%;
  margin: 40px auto;
}

.form .confirm th,
.form .confirm td {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
}

.form .confirm th {
  width: 37%;
  font-weight: 600;
}

.form .confirm .msg {
  color: #f36;
}

@media screen and (max-width: 750px) {
  .form .inner .lead {
    margin: 2.8vw auto 0;
    padding: 0;
    font-size: 2.8vw;
  }

  .form .confirm {
    margin: 5.2vw auto;
  }

  .form .confirm th,
  .form .confirm td {
    display: block;
    font-size: 3.73vw;
  }

  .form .confirm th {
    width: 100%;
    background-color: #E8F8FD;
    padding: 1.2vw 2.4vw;
  }

  .form .confirm td {
    padding: 2.8vw 2.4vw 3.2vw;
  }
}

/* bredcrumnb */
/*---------------------------------*/
.bredcrumnb {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.bredcrumnb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 9px 10px;
}

.bredcrumnb li {
  padding-right: 5px;
  font-size: 14px;
}

.bredcrumnb li:not(:last-child):after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .bredcrumnb {
    box-shadow: none;
  }

  .bredcrumnb ul {
    padding: .84vw 2.4vw;
  }

  .bredcrumnb li {
    padding-right: 1.2vw;
    font-size: 3.2vw;
  }

  .bredcrumnb li:not(:last-child):after {
    padding-left: 1.2vw;
    font-size: 3.2vw;
  }
}


/* common modules
※先祖階層に「class:modules」を付ける
---------------------------------*/

/* wrapper --------------------*/
.modules .wrapper {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 10px;
}

@media screen and (max-width: 750px) {
  .modules .wrapper {
    margin-bottom: 4vw;
    padding: 0 2.4vw;
  }
}

/* cols --------------------*/
.modules .cols_2,
.modules .cols_3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

.modules .cols_2 > div {
  width: 49%;
}

.modules .cols_3 > div {
  width: 32%;
}

@media screen and (max-width: 750px) {
  .modules .cols_2,
  .modules .cols_3 {
    margin: 2.8vw 0;
  }

  .modules .cols_2 > div,
  .modules .cols_3 > div {
    width: 100%;
  }
}

/* headline --------------------*/
.modules h1, .modules h2, .modules h3, .modules h4 {
  margin: 45px auto 25px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
}

.modules .cols_2 h1, .modules .cols_2 h2, .modules .cols_2 h3, .modules .cols_2 h4,
.modules .cols_3 h1, .modules .cols_3 h2, .modules .cols_3 h3, .modules .cols_3 h4 {
  margin-top: 20px;
}

.modules h1 {
  color: #fff;
  font-size: 32px;
  letter-spacing: .1em;
}

.modules h2 {
  color: #beaf87;
  font-size: 32px;
}

.modules h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #beaf87;
  margin: 20px auto 0;
}

.modules h3 {
  font-size: 24px;
}

.modules h4 {
  color: #3F3F3F;
  font-size: 18px;
}

.modules .headline {
  background: #beaf87 url(../img/headline_bg.png) repeat-x center center;
  background-size: auto 100%;
  margin-bottom: 50px;
  padding: 50px 10px;
}

.modules .headline h1 {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .modules h1, .modules h2, .modules h3, .modules h4 {
    margin: 5.2vw auto;
  }

  .modules .cols_2 h1, .modules .cols_2 h2, .modules .cols_2 h3, .modules .cols_2 h4,
  .modules .cols_3 h1, .modules .cols_3 h2, .modules .cols_3 h3, .modules .cols_3 h4 {
    margin-top: 2.4vw;
  }

  .modules h1 {
    font-size: 5vw;
  }

  .modules h2 {
    font-size: 5.3vw;
  }

  .modules h2:after {
    width: 6.8vw;
    height: 1px;
    margin-top: 2vw;
  }

  .modules h3 {
    font-size: 4.8vw;
  }

  .modules h4 {
    font-size: 4.26vw;
  }

  .modules .headline {
    margin-bottom: 6.8vw;
    padding: 6.8vw 2.4vw;
  }
}

/* paragraph --------------------*/
.modules p.strong {
  margin: 50px auto 30px;
  padding: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
}

.modules .cols_2 p.strong, .modules .cols_3 p.strong {
  margin-top: 20px;
}

.modules p:last-child {
  padding-bottom: 1em;
}

.modules p.table {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .modules p.strong {
    margin: 5.2vw auto;
    font-size: 4.26vw;
  }

  .modules .cols_2 p.strong, .modules .cols_3 p.strong {
    margin-top: 2.8vw;
  }

  .modules p {
    font-size: 3.8vw;
    line-height: 160%;
  }

  .modules p.table {
    margin: 0 auto;
    padding: 0;
  }
}

/* table --------------------*/
.modules table {
  table-layout: fixed;
  width: 100%;
  border: 4px solid #C9C9C9;
}

.modules th {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #C9C9C9;
  border-bottom-width: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
}

.modules tr:not(:first-child) th {
  border-bottom-width: 1px;
}

.modules td {
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #C9C9C9;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .modules th {
    padding: 4vw;
    border-bottom-width: 3px;
    font-size: 3.73vw;
  }

  .modules td {
    padding: 2vw 2.4vw;
    font-size: 3.2vw;
  }

  .modules .scroll {
    overflow: auto;
    webkit-overflow-scrolling: touch;
  }

  .modules .scroll table {
    width: 130vw;
  }
}

/* btn --------------------*/
.modules .btn {
  display: table;
  min-width: 290px;
  margin: 30px auto;
  padding: 12px 20px 14px;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  border: 2px solid #beaf87;
}

.modules .btn.strong {
  min-width: 416px;
  padding: 18px 30px 20px;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .modules .btn {
    display: block;
    min-width: 0;
    width: 50%;
    margin: 4vw auto;
    padding: 1.6vw 2.4vw 2vw;
    font-size: 3.73vw;
  }

  .modules .btn.strong {
    min-width: 0;
    width: auto;
    margin: 4vw 2.4vw;
    padding: 2.4vw 4vw 2.8vw;
    border-bottom-width: .66vw;
    font-size: 4.53vw;
  }
}

/* cta --------------------*/
.modules .cta {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 60px;
  display: -webkit-flex;
  display: flex;
}

.modules .cta .inner {
  margin-left: 3rem;
}

.modules .cta .inner .mess_title {
  padding-bottom: 1rem;
  font-size: 34px;
  font-weight: bold;
}
.modules .cta .inner .mess_title span{
  color: #beaf87;font-weight: bold;
}
.modules .cta .inner .mess {
  /*padding-bottom: 1.5rem;*/
  font-size: 18px;
}
.modules .cta > img {
    height: 100%;
}
.modules .cta img {
    width: auto;
    line-height: 1;
    flex-shrink: 0;
}
.modules .cta .inner .mess span {
  font-weight: inherit;
}

.modules .cta .inner ul {
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  width: 460px;
}

.modules .cta .inner li {
  position: relative;
  height: 60px;
}

.modules .cta .inner .tel {
  background:  url(../img/footer_tel.png) no-repeat center center;
  border: 1px solid #414042;
  margin-bottom: .8rem;
}

.modules .cta .inner .web {
  background: #beaf87 url(../img/cta_ico_web_pc.png) no-repeat center center;
  border-radius: 6px;
}

.modules .cta .inner .web:hover {
  opacity: .7;
}
.modules .cta .inner .tel a {
  display: none;
}

.modules .cta .inner .web a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  text-indent: -1000px;
}

.modules .cta .inner .spec {
  margin-top: .8rem;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 130%;
}

.modules .cta .inner .spec span {
  display: block;
  font-weight: inherit;
}

.modules .cta .inner .spec span:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .modules .cta {
    flex-flow: column;
    margin: 8vw auto 6.4vw;
    padding: 5.2vw 1.2vw;
    text-align: center;
  }
  .modules .cta .inner .mess_title {
    font-size: 6.26vw;
    font-weight: bold;
    padding-bottom: .5rem;
  }
  .modules .cta .inner { margin-left: 0;}
  .modules .cta .inner .mess {
    padding-bottom: 3.2vw;
    font-size: 3.7vw;
    line-height: 140%;
  }

  .modules .cta .inner .mess span {
    display: block;
  }

  .modules .cta .inner ul {
    /*width: 69.2vw;*/
    width: 100%;
  }

  .modules .cta .inner li:before {
    content: none;
  }

  .modules .cta .inner .tel a {
    display: block;
  }

  .modules .cta .inner .tel {
    background-size: 70% auto;
    margin: 0 2rem 1rem;
  }
  .modules .cta .inner .web {
    background-size: 70% auto;
    margin: 0 2rem;
  }


  .modules .cta .inner li a {
    margin: auto;
    overflow: hidden;
    text-indent: -1000px;
  }

  .modules .cta .inner .spec {
    margin-top: 5.2vw;
    font-size: 3.5vw;
    line-height: 150%;
  }
}

/* step --------------------*/
.modules .step {
}

.modules .step li {
  display: flex;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 3px 10px rgba(130, 130, 130, .2);
}
.modules .step li:not(:last-child){margin-bottom: 30px;}
.modules .step .image img {
  width: auto;
  margin-right:1rem;
}

.modules .step .sub {
  margin: 0 0 20px;
  color: #beaf87;
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  display: inline-block;
}

.modules .step .sub span {
  font-weight: inherit;
}

.modules .step .sub span:first-child {
  margin-right: 20px;
  font-size: 14px;
  color: #414042;
  display: block;
font-weight: normal;
}

.modules .step .text {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .modules .step li {
    min-height: 0;
    margin-bottom: 5.2vw;
    padding: 2.8vw 6vw;
    border-top-width: .8vw;
    flex-flow: column;
  }

  .modules .step li:not(:last-child):after {
    z-index: 2;
    width: 7vw;
    height: 7vw;
  }

  .modules .step header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2.8vw;
  }

  .modules .step .image {
    display: block;
    margin: 1rem auto;
    overflow: hidden;
  }

  .modules .step .sub {
    margin: 0;
    font-size: 4.26vw;
  }

  .modules .step .sub span {
    display: block;
  }

  .modules .step .sub span:first-child {
    margin-right: 0;
  }

  .modules .step .text {
    font-size: 3.73vw;
  }

  .modules .step li:not(:last-child) {
    margin-bottom: 1rem;
}
}

/* cols_image --------------------*/
.modules .cols_2_image {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 20px 0;
}

.modules .cols_2_image .image {
  width: 32%;
}

.modules .cols_2_image .text {
  width: 66%;
  font-size: 14px;
  line-height: 170%;
}

.modules .cols_2_image.reverse {
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 750px) {
  .modules .cols_2_image {
    display: block;
    margin: 2.8vw 0;
  }

  .modules .cols_2_image .image {
    display: block;
    width: auto;
    margin: 0 5.2vw 2.8vw;
  }

  .modules .cols_2_image .image img {
    width: 100%;
  }

  .modules .cols_2_image .text,
  .modules .cols_2_image.reverse .text {
    width: 100%;
    margin-bottom: 6.4vw;
    padding: 0;
  }
}
/* サイト間回遊性強化 --------------------*/
.migration_between_sites {
	position: absolute;
	top: 225px;
	right: 0;
	list-style: none;
	width: 37px;
	z-index: 9;
}
.migration_between_sites.fixed {
	position: fixed;
	top: 150px;
}.migration_between_sites li:first-child {
	margin-bottom: 2px;
	width:35px;
}
.migration_between_sites li {
	width:37px;
}
@media screen and (max-width: 750px) {
	.migration_between_sites {display:none;}
}
.migration_between_sites_footer {display:none;}
@media screen and (max-width: 750px) {
	.migration_between_sites_footer {display:block;margin-bottom: 3.0vw;}
	.migration_between_sites_footer img{max-width:100%;}
}
