@charset "UTF-8";

/****************************
COMMON
*****************************/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 500;
  vertical-align: baseline;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 2;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-size: 30.64px;
  font-size: 4vw;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 16px;
    line-height: 2.375;
  }
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (min-width: 980px) {
  a:hover {
    opacity: 0.5;
  }
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

img {
  vertical-align: bottom;
  width: 100%;
}

ul {
  list-style: none;
}

p {
  word-break: normal;
  word-wrap: break-word;
}

b {
  font-weight: 900;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.btn {
  letter-spacing: 0.2em;
}

.inner {
  margin: 0 4%;
}

@media screen and (min-width: 980px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
    max-width: 92%;
  }
}

.aln_right {
  text-align: right;
}

.pc {
  display: none;
}

@media screen and (min-width: 980px) {
  .pc {
    display: block;
  }
}

.tab {
  display: block;
}

@media screen and (min-width: 767px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 980px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .tel a {
    pointer-events: none;
  }
}

/****************************
HEADER
*****************************/
.header {
  padding: 0 4% 3%;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  z-index: 5;
  top: 0;
}

@media screen and (min-width: 980px) {
  .header {
    padding: 0 20px 20px;
    padding: 0 4% 20px;
  }
}

@media screen and (min-width: 1120px) {
  .header {
    padding: 0 30px 20px;
  }
}

.header__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0 0 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (min-width: 1120px) {
  .header__upper {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}

.header__logo .copy {
  margin: 0 -100% 0 0;
  font-size: 18.38px;
  font-size: 2.39948vw;
}

@media screen and (min-width: 767px) {
  .header__logo .copy {
    font-size: 12px;
  }
}

@media screen and (min-width: 980px) {
  .header__logo .copy {
    margin: 0 -60% 0 0;
  }
}

.header__logo .logo {
  margin: 0.3em 0 0;
  width: 21vw;
}

@media screen and (min-width: 1120px) {
  .header__logo .logo {
    text-align: center;
    margin: 0.3em auto 0;
  }
}

@media screen and (min-width: 767px) {
  .header__logo .logo {
    width: 144px;
    margin: 0.3em 0 0;
  }
}

@media screen and (min-width: 980px) {
  .header__logo .logo {
    width: 130px;
    margin: 0.3em 0 0;
  }
}

@media screen and (min-width: 1120px) {
  .header__info {
    margin: 0 0 0 -10%;
  }
}

.header__info .subnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.header__info .subnavi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.5em 0 0;
}

.header__info .subnavi li::after {
  content: "";
  display: block;
  height: 1em;
  background-color: #adadad;
  width: 1px;
  margin: 0 0 0 1.5em;
}

.header__info .subnavi li:last-of-type {
  margin: 0;
}

.header__info .subnavi li:last-of-type::after {
  content: none;
}

.header__info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 2.8em 0.3em 0;
}

@media screen and (min-width: 767px) {
  .header__info .info {
    margin: 0 3.5em 0.3em 0;
  }
}

@media screen and (min-width: 980px) {
  .header__info .info {
    margin: 8px 0 0 0;
  }
}

@media screen and (min-width: 1120px) {
  .header__info .info {
    margin: 8px 0 0 0;
  }
}

.header__info .tel {
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  font-size: 18.38px;
  font-size: 2.39948vw;
}

@media screen and (min-width: 767px) {
  .header__info .tel {
    font-size: 13px;
    padding: 2px 0 0 0;
    font-weight: 500;
    margin: 0;
  }
}

.header__info .tel span {
  font-weight: 700;
  display: block;
  position: relative;
  letter-spacing: 0.06em;
  margin: 0 0 0.2em 0.7em;
  font-size: 34.72px;
  font-size: 4.53264vw;
}

@media screen and (min-width: 767px) {
  .header__info .tel span {
    font-size: 28px;
    margin: 0 0 0.28em;
  }
}

.header__info .tel span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25em;
  left: -0.85em;
  background-image: url(../images/icon_tel.svg);
  width: 0.607em;
  height: 0.714em;
  background-size: 100% auto;
}

.header__info .mail {
  font-size: 15px;
  border: 1px solid #dae2e9;
  border-radius: 6px;
  margin: 0 20px 0 13px;
}

.header__info .mail a {
  width: 234px;
  height: 100%;
  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;
}

.header__info .mail span {
  position: relative;
  padding: 0 0 0 1.7em;
  line-height: 1;
}

.header__info .mail span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0em;
  left: -0.2em;
  background-image: url(../images/icon_mail.svg);
  width: 1.333em;
  height: 1em;
  background-size: 100% auto;
}

.header__info .request {
  margin: 0 5px 0 0;
}

.header__info .request a {
  background-color: #7bb447;
  border-radius: 6px;
}

.header__info .trial a {
  background-color: #34a6b7;
  border-radius: 6px;
}

.header__info .request a,
.header__info .trial a {
  color: #fff;
  width: 170px;
  height: 100%;
  padding: 0 1em;
  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;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 980px) {

  .header__info .request a,
  .header__info .trial a {
    width: auto;
  }
}

@media screen and (min-width: 1120px) {

  .header__info .request a,
  .header__info .trial a {
    width: 170px;
  }
}

.header__navi {
  z-index: -1;
  opacity: 0;
}

@media screen and (min-width: 980px) {
  .header__navi {
    margin: 40px 0 0;
    z-index: 1;
    opacity: 1;
  }
}

.header__navi .navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 980px) {
  .header__navi .navi-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__navi ul {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 980px) {
  .header__navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .header__navi ul li {
    margin: 0 0 0 30px;
  }
}

@media screen and (min-width: 1120px) {
  .header__navi ul li {
    margin: 0 0 0 50px;
  }
}

@media screen and (min-width: 980px) {
  .header__navi ul:first-of-type li:first-of-type {
    margin: 0;
  }
}

@media screen and (min-width: 980px) {
  .header__navi ul li.current a {
    border-bottom: 2px solid #0040b3;
    padding: 0 0 0.3em;
  }
}

/*スマホメニュー*/
body.active {
  overflow: hidden;
}

.openbtn {
  cursor: pointer;
  width: 8%;
  height: 1.67em;
  position: absolute;
  bottom: 1.2em;
  right: 4%;
  z-index: 999999;
}

@media screen and (min-width: 767px) {
  .openbtn {
    bottom: 2.5em;
    width: 5%;
    height: 2em;
  }
}

.openbtn span {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 0.25em;
  border-radius: 2px;
  background-color: #000000;
  width: 100%;
}

.openbtn span:nth-of-type(1) {
  top: 0;
}

.openbtn span:nth-of-type(2) {
  top: 0.7em;
}

@media screen and (min-width: 767px) {
  .openbtn span:nth-of-type(2) {
    top: 1em;
  }
}

.openbtn span:nth-of-type(3) {
  top: 1.4em;
}

@media screen and (min-width: 767px) {
  .openbtn span:nth-of-type(3) {
    top: 2em;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 100%;
}

.header__navi.active {
  opacity: 1;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.header__navi.active .navi-box {
  padding: 0 4%;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

.header__navi.active .navi-box ul {
  display: block;
  width: 50%;
}

.header__navi.active .navi-list {
  border-bottom: 0.1em solid #dae2e9;
  padding: 4em 0 0;
  margin: 0 0 1em;
}

.header__navi.active .navi-list li {
  margin: 0 0 1em;
}

.header__navi.active .navi-list li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8em;
  vertical-align: middle;
}

.header__navi.active .navi-list li a::before,
.header__navi.active .navi-list li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 0.1em;
}

.header__navi.active .navi-list li a::before {
  width: 1.33em;
  height: 1.33em;
  border-radius: 50%;
  background: #056dc6;
}

.header__navi.active .navi-list li a::after {
  left: 0.36em;
  width: 0.3em;
  height: 0.3em;
  border-top: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__navi.active .navi-list2 {
  border-bottom: 0.1em solid #dae2e9;
  padding: 0 0 0;
  margin: 0 0 1.3em;
}

@media screen and (min-width: 980px) {
  .navi-list2 {
    display: none;
  }
}

.header__navi.active .navi-list2 li {
  margin: 0 0 1em;
}

.header__navi.active .navi-list2 li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8em;
  vertical-align: middle;
}

.header__navi.active .navi-list2 li a::before,
.header__navi.active .navi-list2 li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 0.1em;
}

.header__navi.active .navi-list2 li a::before {
  width: 1.33em;
  height: 1.33em;
  border-radius: 50%;
  background: #34a6b7;
}

.header__navi.active .navi-list2 li a::after {
  left: 0.36em;
  width: 0.3em;
  height: 0.3em;
  border-top: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__navi .navi-info {
  display: none;
}

.header__navi.active .navi-info {
  display: block;
}

.header__navi.active .navi-info {
  text-align: center;
}

.header__navi.active .navi-info .tel {
  line-height: 1;
  font-size: 24.51px;
  font-size: 3.19974vw;
  display: inline-block;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .tel {
    font-size: 13px;
  }
}

.header__navi.active .navi-info .tel span {
  font-weight: 700;
  display: block;
  position: relative;
  letter-spacing: 0.06em;
  margin: 0 0 0.4em 0.7em;
  font-size: 51.07px;
  font-size: 6.6671vw;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .tel span {
    font-size: 28px;
  }
}

.header__navi.active .navi-info .tel span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25em;
  left: -0.85em;
  background-image: url(../images/icon_tel.svg);
  width: 0.607em;
  height: 0.714em;
  background-size: 100% auto;
}

.header__navi.active .navi-info .mail {
  margin: 1em 0 0;
}

.header__navi.active .navi-info .mail a {
  height: 100%;
  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;
  border: 1px solid #dae2e9;
  border-radius: 0.6em;
  padding: 1em 2em;
  font-size: 30.64px;
  font-size: 4vw;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .mail a {
    font-size: 16px;
    display: inline-block;
    width: 50%;
  }
}

.header__navi.active .navi-info .mail span {
  position: relative;
  padding: 0 0 0 1.7em;
  line-height: 1;
  font-weight: 700;
}

.header__navi.active .navi-info .mail span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0em !important;
  left: -0.2em;
  background-image: url(../images/icon_mail.svg);
  width: 1.333em;
  height: 1em;
  background-size: 100% auto;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .mail span::before {
    top: 0.25em !important;
  }
}

.header__navi.active .nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em 0 0;
}

.header__navi.active .nav-btn>div {
  width: 48%;
  text-align: center;
}

.header__navi.active .nav-btn .request {
  background-color: #7bb447;
  border-radius: 0.6em;
}

.header__navi.active .nav-btn .trial {
  background-color: #34a6b7;
  border-radius: 0.6em;
}

.header__navi.active .nav-btn .request a,
.header__navi.active .nav-btn .trial a {
  color: #fff;
  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;
  font-weight: 700;
  padding: 0.65em 0.5em;
}

@media screen and (min-width: 767px) {

  .header__navi.active .nav-btn .request a,
  .header__navi.active .nav-btn .trial a {
    padding: 1em 0.5em;
  }
}

.header__navi.active .subnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
  margin: 1em 0 3em;
}

.header__navi.active .subnavi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.5em 0 0;
  font-size: 26.55px;
  font-size: 3.46606vw;
}

@media screen and (min-width: 767px) {
  .header__navi.active .subnavi li {
    font-size: 14px;
  }
}

.header__navi.active .subnavi li::after {
  content: "";
  display: block;
  height: 1em;
  background-color: #adadad;
  width: 1px;
  margin: 0.3em 0 0 1.5em;
}

.header__navi.active .subnavi li::before {
  content: "";
  display: block;
  height: 1em;
  background-color: #adadad;
  width: 1px;
  margin: 0.3em 1.5em 0 0;
}

.header__navi.active .subnavi li:last-of-type {
  margin: 0;
}

/*.header__navi.active .subnavi li:last-of-type::after {
  content: none;
}*/

/****************************
PAGETOP
*****************************/
.pagetop {
  height: 2.32em;
  width: 2.32em;
  position: fixed;
  right: 4%;
  bottom: 4em;
  top: auto;
  background: #fff;
  background-color: rgba(0, 114, 208, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

@media screen and (min-width: 767px) {
  .pagetop {
    height: 60px;
    width: 60px;
    right: 30px;
    top: auto;
  }
}

.pagetop.abpos {
  position: absolute;
  bottom: auto;
  top: -4em;
}

@media screen and (min-width: 767px) {
  .pagetop.abpos {
    right: 30px;
    top: -5em;
  }
}

.pagetop__arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(20%) rotate(-45deg);
  transform: translateY(20%) rotate(-45deg);
}

/****************************
FOOTER
*****************************/
.footer__btn {
  background-color: #eef6fd;
  padding: 2em 0;
}

@media screen and (min-width: 767px) {
  .footer__btn {
    padding: 2.6em 0;
  }
}

.footer__btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__btn ul li {
  width: 48%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__btn ul li a {
  padding: 9% 9.1%;
  display: block;
}

@media screen and (min-width: 980px) {
  .footer__btn ul li a {
    padding: 2.2em 4em;
  }
}

.footer__btn ul li .btn_in {
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 0.9em;
  padding: 1.0em 0;
  line-height: 1.25;
  font-size: 24px;
  font-size: 3.13316vw;
}

@media screen and (min-width: 767px) {
  .footer__btn ul li .btn_in {
    font-size: 15px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 980px) {
  .footer__btn ul li .btn_in {
    font-size: 15px;
    line-height: 1;
    border-radius: 10px;
    padding: 1.3em 0;
  }
}

.footer__btn ul li .btn_in span {
  display: block;
  font-weight: 700;
  margin: 0 0 0.5em;
  font-size: 34px;
  font-size: 4.43864vw;
}

@media screen and (min-width: 767px) {
  .footer__btn ul li .btn_in span {
    font-size: 28px;
  }
}

.footer__btn ul li.request a {
  background-image: url(../images/sp_banner_demand.jpg);
  background-size: cover;
}

@media screen and (min-width: 767px) {
  .footer__btn ul li.request a {
    background-image: url(../images/banner_demand.jpg);
  }
}

.footer__btn ul li.request .btn_in {
  background-color: #7bb447;
}

.footer__btn ul li.trial a {
  background-image: url(../images/sp_banner_taiken.jpg);
  background-size: cover;
}

@media screen and (min-width: 767px) {
  .footer__btn ul li.trial a {
    background-image: url(../images/banner_taiken.jpg);
  }
}

.footer__btn ul li.trial .btn_in {
  background-color: #34a6b7;
}

.footer__info .info {
  margin: 2.4em 0 1.3em;
}

@media screen and (min-width: 767px) {
  .footer__info .info {
    margin: 2.4em 0 2.1em;
  }
}

.footer__info .info {
  padding: 0 4%;
}

@media screen and (min-width: 767px) {
  .footer__info .info {
    padding: 0 30px;
  }
}

.footer__info .contact {
  background-color: #0058a4;
  color: #fff;
  padding: 1.3em 0 2em;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .footer__info .contact {
    text-align: left;
    padding: 2.5em 0 3.6em;
  }
}

.footer__info .contact .ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 0 0.4em;
  font-size: 44px;
  font-size: 5.74413vw;
}

@media screen and (min-width: 767px) {
  .footer__info .contact .ttl {
    font-size: 28px;
    padding: 0 0 0.5em;
  }
}

@media screen and (min-width: 767px) {
  .footer__info .contact .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.footer__info .contact .tel {
  line-height: 1;
  letter-spacing: 0.055em;
  position: relative;
  font-weight: 700;
  display: inline-block;
  font-size: 50px;
  font-size: 6.52742vw;
}

@media screen and (min-width: 767px) {
  .footer__info .contact .tel {
    font-size: 36px;
  }
}

.footer__info .contact .tel a {
  color: #fff;
}

.footer__info .contact .tel span {
  display: block;
  margin: 0.5em 0 0 0;
  letter-spacing: 0.05em;
  padding: 0 0 0.8em;
  font-size: 24px;
  font-size: 3.13316vw;
}

@media screen and (min-width: 767px) {
  .footer__info .contact .tel span {
    font-size: 13px;
    margin: 0.7em 0 0 0;
  }
}

.footer__info .contact .tel::before {
  content: '';
  display: inline-block;
  background-image: url(../images/icon_tel.svg);
  width: 0.607em;
  height: 0.714em;
  background-size: 100% auto;
  margin: 0.1em 0.25em 0 0;
}

.footer__info .mail {
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  width: 69.33%;
  margin: 0.4em 0 0;
}

@media screen and (min-width: 767px) {
  .footer__info .mail {
    margin: 0 0 0 34px;
    width: 350px;
  }
}

.footer__info .mail a {
  width: 100%;
  height: 100%;
  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;
  padding: 1.2em 0;
}

@media screen and (min-width: 767px) {
  .footer__info .mail a {
    padding: 0;
  }
}

.footer__info .mail span {
  position: relative;
  padding: 0 0 0 1.7em;
  font-weight: 700;
  line-height: 1;
}

.footer__info .mail span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0em;
  left: -0.2em;
  background-image: url(../images/icon_mail.svg);
  width: 1.4em;
  height: 1.1em;
  background-size: 100% auto;
}

.footer__info .map iframe {
  width: 100%;
  height: 280px;
}

@media screen and (min-width: 767px) {
  .footer__info .map iframe {
    height: 300px;
  }
}

.footer__info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (min-width: 980px) {
  .footer__info .info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer__info .data {
  text-align: center;
}

@media screen and (min-width: 1120px) {
  .footer__info .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.footer__info .data-logo {
  text-align: center;
}

.footer__info .copy {
  font-size: 24px;
  font-size: 3.13316vw;
}

@media screen and (min-width: 767px) {
  .footer__info .copy {
    font-size: 13px;
  }
}

.footer__info .logo {
  width: 26%;
  margin: 0.6em auto 0;
}

@media screen and (min-width: 767px) {
  .footer__info .logo {
    width: 145px;
    margin: 0.2em auto 0;
  }
}

.footer__info .address {
  line-height: 1.714;
  margin: 1.3em 0 0 0;
  font-size: 30px;
  font-size: 3.91645vw;
}

@media screen and (min-width: 767px) {
  .footer__info .address {
    font-size: 14px;
    margin: 2.2em 0 0 2.5em;
  }
}

.footer__info .subnavi {
  display: none;
}

.footer__info .subnavi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.3em 0 1.4em 0;
  font-size: 30px;
  font-size: 3.91645vw;
}

@media screen and (min-width: 767px) {
  .footer__info .subnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin: 1.8em 0 1.5em 0;
    width: auto;
  }
}

@media screen and (min-width: 980px) {
  .footer__info .subnavi {
    width: 318px;
  }
}

.footer__info .subnavi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.5em 0 0;
}

.footer__info .subnavi li::after {
  content: "";
  display: block;
  height: 1em;
  background-color: #adadad;
  width: 1px;
  margin: 0 0 0 1.5em;
}

.footer__info .subnavi li:last-of-type {
  margin: 0;
}

.footer__info .subnavi li:last-of-type::after {
  content: none;
}

.footer__info .copyright {
  text-align: center;
  font-size: 20px;
  font-size: 2.61097vw;
}

@media screen and (min-width: 767px) {
  .footer__info .copyright {
    font-size: 12px;
    width: auto;
  }
}

@media screen and (min-width: 980px) {
  .footer__info .copyright {
    width: 318px;
  }
}

.footer__info .info-left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin: 1.7em 0 0;
}

@media screen and (min-width: 980px) {
  .footer__info .info-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    margin: 0;
  }
}

.footer__info .info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .footer__info .info-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }
}

.footer__info .info-right ul {
  width: 48%;
}

@media screen and (min-width: 767px) {
  .footer__info .info-right ul:first-of-type {
    margin: 0 5.6em 0 0;
  }
}

.footer__info .info-right ul li {
  margin: 0 0 1.0em;
  white-space: nowrap;
}

@media screen and (min-width: 767px) {
  .footer__info .info-right ul li {
    margin: 0 0 1.1em;
  }
}

.footer__info .info-right a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8em;
  vertical-align: middle;
}

.footer__info .info-right a::before,
.footer__info .info-right a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 0.1em;
}

.footer__info .info-right a::before {
  width: 1.275em;
  height: 1.275em;
  border-radius: 50%;
  background: #056dc6;
}

@media screen and (min-width: 767px) {
  .footer__info .info-right a::before {
    width: 1em;
    height: 1em;
  }
}

.footer__info .info-right a::after {
  left: 0.36em;
  width: 0.3em;
  height: 0.3em;
  border-top: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
  .footer__info .info-right a::after {
    left: 0.26em;
    width: 0.22em;
    height: 0.22em;
  }
}

.footer__info .info-sp {
  border-top: 0.1em solid #dae2e9;
  border-bottom: 0.1em solid #dae2e9;
  padding: 1em 0 0;
  margin: 0 0 2em;
  position: relative;
}

.footer__info .info-sp ul li {
  margin: 0 0 1.0em;
  white-space: nowrap;
}

.footer__info .info-sp a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8em;
  vertical-align: middle;
}

.footer__info .info-sp a::before,
.footer__info .info-sp a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 0.1em;
}

.footer__info .info-sp a::before {
  width: 1.275em;
  height: 1.275em;
  border-radius: 50%;
  background: #34a6b7;
}

.footer__info .info-sp a::after {
  left: 0.36em;
  width: 0.3em;
  height: 0.3em;
  border-top: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
  .info-sp {
    display: none;
  }
}

.footer__info .subnavi2 {
  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;
  margin: 1.3em 0 1.4em 0;
  font-size: 30px;
  font-size: 3.91645vw;
}

@media screen and (min-width: 767px) {
  .footer__info .subnavi2 {
    display: none;
  }
}

.footer__info .subnavi2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.5em 0 0;
}

.footer__info .subnavi2 li::before {
  content: "";
  display: block;
  height: 1em;
  background-color: #adadad;
  width: 1px;
  margin: 0 1.5em 0 0 ;
}

.footer__info .subnavi2 li::after {
  content: "";
  display: block;
  height: 1em;
  background-color: #adadad;
  width: 1px;
  margin: 0 0 0 1.5em;
}

.footer__info .subnavi2 li:last-of-type {
  margin: 0;
}


/*スマホボタン*/
.sp_btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  padding: 0.7em 0;
  z-index: 3;
}

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

.sp_btn ul a {
  font-size: 28px;
  font-size: 3.65535vw;
  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;
  border-radius: 0.45em;
  padding: 0.55em 0.8em;
  line-height: 1;
}

.sp_btn ul .mail a {
  border: 1px solid #dae2e9;
}

.sp_btn ul .mail span {
  position: relative;
  padding: 0 0 0 1.7em;
}

.sp_btn ul .mail span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0em;
  left: -0.2em;
  background-image: url(../images/icon_mail.svg);
  width: 1.4em;
  height: 1.1em;
  background-size: 100% auto;
}

.sp_btn ul .request a {
  background-color: #7bb447;
  color: #fff;
}

.sp_btn ul .trial a {
  background-color: #34a6b7;
  color: #fff;
}

/*# sourceMappingURL=common.css.map */