@charset "utf-8";

html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none
}

body,
td,
th,
button,
input,
textarea {
  color: #3e3a39;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
  vertical-align: middle
}

img {
  vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1
}

.cleafix:after {
  display: block;
  clear: both;
  content: ''
}

main {
  display: block
}

figure {
  display: block;
  margin: 0;
  padding: 0
}

img {
  max-width: 100%
}

a {
  color: #3e3a39;
  text-decoration: none
}

input[type=text] {
  word-break: keep-all
}

input[type=text]::-ms-clear {
  display: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width: 1100px;
  padding: 24px 50px 25px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(4, 0, 0, .11);
  box-shadow: 0 3px 5px 0 rgba(4, 0, 0, .11)
}

.header .logo a {
  display: block;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  will-change: opacity
}

.header .logo a:hover {
  opacity: .8
}

.header .logo img {
  display: block
}

.header .menu {
  padding: 6px 0 5px
}

.header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .menu ul li a {
  position: relative;
  font-weight: 700;
  -webkit-perspective: 1px;
  perspective: 1px
}

.header .menu ul li:not(.hdContact):not(:first-of-type) {
  margin-left: 47px
}

.header .menu ul li:not(.hdContact) a {
  display: block;
  padding: 10px 6px;
  font-size: 1.6rem;
  line-height: 20px
}

.header .menu ul li:not(.hdContact) a:after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background: #3e3a39;
  content: '';
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  will-change: transform
}

.header .menu ul li:not(.hdContact) a.active:after,
.header .menu ul li:not(.hdContact) a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.header .menu ul li.hdContact {
  width: 172px;
  height: 40px;
  margin-left: 45px;
  overflow: hidden;
  border-radius: 20px;
  background: #fc0
}

.header .menu ul li.hdContact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  color: #000;
  font-size: 1.4rem
}

.header .menu ul li.hdContact a:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background: #f39800;
  content: "";
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  will-change: transform
}

.header .menu ul li.hdContact a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 7px;
  height: 12px;
  margin: auto;
  background: url(/assets/images/common/icon_arrowB.png) no-repeat center;
  content: '';
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  will-change: transform
}

.header .menu ul li.hdContact a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.header .menu ul li.hdContact a:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

main {
  padding-top: 100px
}

.footer {
  padding-top: 27px;
  padding-bottom: 37px;
  border-top: 1px solid #e5e5e5
}

.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer .ftLogo {
  display: block;
  width: 136px;
  height: 51px;
  margin-left: -1px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  will-change: opacity
}

.footer .ftLogo:hover {
  opacity: .8
}

.footer .ftLogo img {
  display: block
}

.footer .ftMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px
}

.footer .ftMenu ul li:not(:first-of-type) {
  margin-left: 44px
}

.footer .ftMenu ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20px
}

.footer .ftMenu ul li a:after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background: #3e3a39;
  content: '';
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  will-change: transform
}

.footer .ftMenu ul li a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.footer p {
  width: 100%;
  margin-top: 56px;
  color: #a7a7a7;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .75px;
  line-height: 20px;
  text-align: center
}

.root {
  min-width: 1100px;
  overflow: hidden
}

.row {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto
}

a[href^=tel] {
  text-decoration: none;
  pointer-events: none
}

.main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 227px;
  padding-bottom: 8px;
  overflow: hidden;
  background: #f39800 url(../images/price/main_ttl.jpg?v516675d3cdede22e18190717fc544362) center 0 no-repeat
}

.main_ttl__jp {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700
}

.main_ttl__en {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 500
}

.main_ttl:before {
  display: block;
  position: absolute;
  top: 27px;
  right: calc(50% + 116px);
  width: 634px;
  height: 295px;
  background: transparent url(../images/common/hexa.svg?vfe4617bbacdbbebf9f373d85917dac88) 0 0 no-repeat;
  background-size: cover;
  content: ''
}

.main_ttl:after {
  display: block;
  position: absolute;
  top: -37px;
  left: calc(50% + 265px);
  width: 634px;
  height: 295px;
  background: transparent url(../images/common/hexa.svg?vfe4617bbacdbbebf9f373d85917dac88) 0 0 no-repeat;
  background-size: 100% 100%;
  content: ''
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn_wrap .btn {
  margin: 0 16px
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 328px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  outline: none;
  background: #fc0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  will-change: color
}

.btn:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background: #f39800;
  content: "";
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.btn:after {
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 10px;
  height: 16px;
  background: transparent url(../images/common/arrow.svg?v4d62b4594febe5fc0dc2937242492019) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform
}

.btn.back {
  background-color: #c4c4c4
}

.btn.back:before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: #999
}

.btn.back:after {
  right: auto;
  left: 30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.btn.back:hover:after {
  -webkit-transform: rotate(180deg) translateX(5px);
  transform: rotate(180deg) translateX(5px)
}

.btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.btn:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}