@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Asap:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://use.typekit.net/dya0iiw.css");
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #FFF;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a0c00;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  word-break: break-all;
}

body.fixed {
  position: fixed;
}

body a {
  color: #2c4399;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a.orange {
  color: #e96117;
}

body a.tel-link {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

body a.tel-link:hover {
  text-decoration: none;
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  body a.tel-link {
    pointer-events: auto;
  }
  body a.tel-link:hover {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
}

body .wrap {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  body br.sp {
    display: inline;
  }
}

body ::selection {
  background: rgba(44, 67, 153, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(44, 67, 153, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
  background: #fbf3f1;
}

header.next {
  background-color: #fffdf0;
}

header.conf-thanks {
  padding-right: 40px;
}

@media screen and (max-width: 700px) {
  header.conf-thanks {
    padding-right: 0;
  }
}

header.conf-thanks .head-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header.conf-thanks .head-sns li a {
  display: none;
}

header.conf-thanks .head-menu {
  display: none;
}

header.counseling .head-sns {
  display: none;
}

header.counseling .head-menu {
  display: none;
}

header .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

header .head-logo {
  padding-left: 40px;
  padding-top: 15px;
  margin-right: auto;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

header .head-logo > * {
  display: block;
}

header .head-logo > span {
  color: #8d8d8d;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: normal;
  padding-bottom: 2px;
}

header .head-logo > span i, header .head-logo > span b {
  display: -moz-inline-box;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

header .head-logo > span i {
  padding-right: 3px;
}

header .head-logo > a {
  line-height: 0;
}

header .head-bnr {
  line-height: 0;
  margin-right: 15px;
  padding-top: 10px;
}

header .head-tel-single {
  line-height: 1.1;
  text-align: center;
  padding-top: 15px;
}

header .head-tel-single > * {
  display: block;
  padding-left: 55px;
}

header .head-tel-single > a {
  color: #e94617;
  font-family: din-2014, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0em;
  background: url(../img/common/icon-tel_lg.svg) no-repeat left center;
}

header .head-tel-single > span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

header .head-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  width: 510px;
}

header .head-tel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -4px;
}

header .head-tel > div:not(:last-child) {
  margin-bottom: 4px;
}

header .head-tel > div > p {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4px;
}

header .head-tel > div > p > *:nth-child(1) {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  background: #e96117;
  padding: 0 3px 0 8px;
  height: 24px;
  width: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  color: #FFF;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  margin-right: 15px;
}

header .head-tel > div > p > *:nth-child(1):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 6px;
  border-color: transparent transparent transparent #e96117;
  position: absolute;
  left: 100%;
  top: 0;
}

header .head-tel > div > p > *:nth-child(2) {
  line-height: 1;
  color: #e94617;
  letter-spacing: 0em;
  font-family: din-2014, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-tel > div > p > *:nth-child(2):hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

header .head-tel > div > p.text {
  font-size: 11px;
  font-size: 0.6875rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: nowrap;
  white-space: nowrap;
}

header .head-tel > div > span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: block;
  width: 50%;
  text-align: center;
}

header .head-tel > p {
  display: none;
}

header .head-tel > span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: -5px;
}

header .head-btn {
  width: 196px;
  margin-left: 20px;
}

header .head-btn a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 45px;
}

header .head-btn a:nth-child(2) {
  margin-top: 5px;
  height: 32px;
}

header .head-sns {
  display: none;
}

header .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 10px;
}

header .head-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 30px;
  line-height: 1.2;
}

header .head-nav > ul > li {
  position: relative;
}

header .head-nav > ul > li > a, header .head-nav > ul > li > p {
  color: #595656;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

header .head-nav > ul > li:not(:last-child) {
  border-right: 1px solid #a5a5a5;
  padding-right: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1500px) {
  header .head-nav > ul > li > a, header .head-nav > ul > li > p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  header .head-nav > ul > li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 841px) {
  header .head-nav > ul > li:hover > ul {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (min-width: 841px) {
  header .head-nav > ul > li > ul {
    position: absolute;
    top: 100%;
    width: 195px;
    right: -30px;
    background: #fff;
    padding: 15px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-nav > ul > li > ul:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    right: 45px;
    top: -5px;
  }
  header .head-nav > ul > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
  }
}

header .head-nav > ul > li > ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

header .head-nav > ul > li > ul li:before {
  content: "\0030fb";
  color: #a5a5a5;
}

header .head-nav > ul > li > ul li:not(:last-child) {
  margin-bottom: 10px;
}

header .head-nav > ul > li > ul li a {
  color: #3a0c00;
  font-size: 14px;
  font-size: 0.875rem;
}

header .head-nav p a {
  color: #595656;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

header .head-nav p a:before {
  content: "";
  width: 5px;
  height: 7px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link_head.svg);
  margin-right: 7px;
}

header .head-pop {
  display: none;
}

header .head-menu, header .head-hidden {
  display: none;
}

@media screen and (max-width: 1200px) {
  header .head-logo {
    margin-right: 10px;
  }
  header .head-bnr {
    width: 180px;
  }
  header .head-tel-single > a {
    font-size: 32px;
    font-size: 2rem;
  }
  header .head-tel {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 400px;
  }
  header .head-tel > div:not(:last-child) {
    margin-bottom: 5px;
  }
  header .head-tel > div > p > *:nth-child(1) {
    width: 60px;
    letter-spacing: 0em;
    margin-right: 15px;
  }
  header .head-tel > div > p > *:nth-child(2) {
    margin-right: 0;
    width: 110px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  header .head-tel > div > p.text {
    font-size: 10px;
    font-size: 0.625rem;
  }
  header .head-btn {
    width: 160px;
    margin-left: 15px;
  }
  header .head-btn a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header + * {
    margin-top: 50px;
  }
  header .head-tel, header .head-nav, header .head-btn, header .head-bnr, header .head-tel-single {
    display: none;
  }
  header .head-logo {
    padding-left: 0;
    padding-top: 0;
    max-width: 160px;
    width: 160px;
    margin-right: 5px;
  }
  header .head-logo > span {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.2;
    display: none;
  }
  header .head-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
  }
  header .head-sns li {
    line-height: 0;
  }
  header .head-pop {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-pop:not(.show) {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  header .head-pop .bg {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 243, 241, 0.8);
  }
  header .head-pop > a {
    width: 340px;
    max-width: 100%;
    background: #FFF;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-pop > a:hover {
    text-decoration: none;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  header .head-pop > a:not(:last-child) {
    margin-bottom: 10px;
  }
  header .head-pop > a .item-text {
    text-align: center;
    width: 110px;
    border-right: 1px solid #d7bfb9;
    margin-right: 10px;
    color: #e94a1c;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2;
  }
  header .head-pop > a .item-text span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  header .head-pop > a .item-text span {
    display: block;
  }
  header .head-pop > a .item-tel {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    font-family: din-2014, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    color: #e94a1c;
  }
}

@media screen and (max-width: 1000px) and (max-width: 340px) {
  header .head-pop > a {
    padding: 10px;
  }
  header .head-pop > a .item-text {
    width: 90px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  header .head-pop > a .item-text span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  header .head-pop > a .item-tel {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
  header .head-pop > p {
    position: relative;
    text-align: center;
    text-indent: -1em;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #e96117;
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    width: 100%;
    line-height: 1.3;
  }
  header .head-pop > p:not(:last-child) {
    margin-bottom: 5px;
  }
  header .head-pop > span {
    position: relative;
    color: #e96117;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
  }
  header .head-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 50px;
    width: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    background: #e96117;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 14px;
  }
  header .head-menu p {
    color: #FFF;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    position: absolute;
    bottom: 6px;
    line-height: 1;
    width: 100%;
    text-align: center;
  }
  header .head-menu span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
  }
  header .head-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    width: 280px;
    height: 100%;
    right: 0;
    z-index: 2;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background: #fbf3f1;
    overflow-y: scroll;
  }
  header .head-hidden .head-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-original-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  header .head-hidden .head-tel {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-hidden .head-tel > div {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .head-hidden .head-tel > div > p {
    width: 100%;
  }
  header .head-hidden .head-tel > div > p:not(:last-child) {
    margin-bottom: 5px;
  }
  header .head-hidden .head-tel > div > p > *:nth-child(1) {
    letter-spacing: 0em;
    width: 90px;
  }
  header .head-hidden .head-tel > div > p > *:nth-child(2) {
    width: 130px;
  }
  header .head-hidden .head-tel > div > p.text {
    word-wrap: inherit;
    white-space: inherit;
  }
  header .head-hidden .head-tel > div > span {
    width: 100%;
  }
  header .head-hidden .head-tel > p {
    text-indent: -1em;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-size: 0.6875rem;
    display: block;
    width: 100%;
    line-height: 1.3;
  }
  header .head-hidden .head-tel > span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  header .head-hidden .head-btn {
    display: block;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
    margin-left: 0;
  }
  header .head-hidden .head-nav {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ffae00;
  }
  header .head-hidden .head-nav p > a {
    padding: 10px 15px;
  }
  header .head-hidden .head-nav > ul {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }
  header .head-hidden .head-nav > ul > li {
    border-bottom: 1px dotted #ffae00;
  }
  header .head-hidden .head-nav > ul > li:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  header .head-hidden .head-nav > ul > li > a, header .head-hidden .head-nav > ul > li > p {
    display: block;
    padding: 10px 15px;
  }
  header .head-hidden .head-nav > ul > li > ul {
    padding: 5px 15px 10px;
  }
  header .head-hidden .head-nav > ul > li.parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-hidden .head-nav > ul > li.parent > a, header .head-hidden .head-nav > ul > li.parent > p {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header .head-hidden .head-nav > ul > li.parent > span {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .head-hidden .head-nav > ul > li.parent > span:after {
    content: "+";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #e96117;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-hidden .head-nav > ul > li.parent > span.active:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header .head-hidden .head-nav > ul > li.parent > span.active ~ ul {
    display: block;
  }
  header .head-hidden .head-nav > ul > li.parent > ul {
    width: 100%;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: none;
  }
  header.active .head-menu {
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
  }
  header.active .head-menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* footer
------------------------------------------------------------*/
footer > * {
  padding-left: 30px;
  padding-right: 30px;
}

footer .inside {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer .foot-pagetop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 0;
  display: none;
  padding: 0;
  z-index: 3;
}

footer .foot-message {
  background: #fbf3f1;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 25px;
  padding-bottom: 25px;
}

footer .foot-message p {
  font-size: 12px;
  font-size: 0.75rem;
}

footer .foot-message p:not(:last-child) {
  margin-bottom: 5px;
}

footer .foot-nav {
  background: #f6dad3;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .foot-nav .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
}

footer .foot-nav .inside > dl {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

footer .foot-nav .inside > dl dt {
  color: #3a0c00;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

footer .foot-nav .inside > dl dt:not(:first-child) {
  margin-top: 25px;
}

footer .foot-nav .inside > dl dt a {
  color: #3a0c00;
  display: block;
  padding-left: 15px;
  background: url(../img/common/arrow-link.svg) no-repeat left 7px;
}

footer .foot-nav .inside > dl dt a[target="_blank"] {
  padding-left: 0;
  background-image: none;
}

footer .foot-nav .inside > dl dt a[target="_blank"]:after {
  display: -moz-inline-box;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: no-repeat center/contain;
  margin-left: 10px;
  background-image: url(../img/common/icon-external-brown@2x.png);
}

footer .foot-nav .inside > dl dd {
  padding-top: 15px;
}

footer .foot-nav .inside > dl dd ul {
  padding-left: 15px;
  font-size: 12px;
  font-size: 0.75rem;
}

footer .foot-nav .inside > dl dd ul li:not(:last-child) {
  margin-bottom: 15px;
}

footer .foot-nav .inside > dl dd ul li a {
  color: #3a0c00;
}

footer .foot-nav .inside .bottom {
  width: 100%;
  padding-top: 30px;
}

footer .foot-nav .inside .bottom .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -15px;
}

footer .foot-nav .inside .bottom .bnr > div {
  width: calc(50% - 20px);
  margin-bottom: 15px;
}

footer .foot-nav .inside .bottom .bnr > div.long {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

footer .foot-nav .inside .bottom .bnr > div.long > span {
  display: block;
  width: 100%;
  color: #3a0c00;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 5px;
}

footer .foot-nav .inside .bottom .bnr > div.long > a {
  width: calc(50% - 20px);
  margin-bottom: 15px;
}

footer .foot-nav .inside .bottom .bnr > div.long > a span:nth-child(1) {
  display: none;
}

footer .foot-nav .inside .bottom .bnr > a {
  width: calc(50% - 20px);
  margin-bottom: 15px;
}

footer .foot-nav .inside .bottom .bnr a {
  color: #3a0c00;
  display: block;
}

footer .foot-nav .inside .bottom .bnr a:not(:last-child) {
  margin-bottom: 15px;
}

footer .foot-nav .inside .bottom .bnr a span {
  display: block;
}

footer .foot-nav .inside .bottom .bnr a span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #3a0c00;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

footer .foot-nav .inside .bottom .bnr a span:nth-child(1):not(:last-child) {
  margin-bottom: 5px;
}

footer .foot-nav .inside .bottom .bnr a span:nth-child(2) {
  line-height: 0;
}

footer .foot-nav .inside .bottom .sns {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

footer .foot-nav .inside .sns {
  margin-left: auto;
  margin-top: 20px;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 0;
}

footer .foot-nav .inside .sns li {
  margin-right: 10px;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  footer .foot-nav .inside .sns {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  footer .foot-nav .inside .sns li:last-child {
    margin-right: 0;
  }
}

footer .foot-copy {
  background: #aabb12;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .foot-copy .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .foot-copy ul {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer .foot-copy ul li {
  margin-right: 25px;
}

footer .foot-copy ul li a {
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
}

footer .foot-copy ul li a[target="_blank"]:after {
  display: -moz-inline-box;
  display: inline-block;
  content: "";
  width: 11px;
  height: 10px;
  background: no-repeat center/auto;
  margin-left: 10px;
  background-image: url(../img/common/icon-external.svg);
}

footer .foot-copy small {
  font-size: 12px;
  font-size: 0.75rem;
}

footer.conf-thanks .foot-message, footer.conf-thanks .foot-nav {
  display: none;
}

@media screen and (max-width: 700px) {
  footer > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .foot-pagetop {
    width: 45px;
    right: 5px;
    margin-bottom: -15px;
  }
  footer .foot-message {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .foot-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .foot-nav .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  footer .foot-nav .inside > dl {
    width: 50%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .foot-nav .inside > dl dt:not(:first-child) {
    margin-top: 15px;
  }
  footer .foot-nav .inside > dl dd {
    padding-top: 10px;
  }
  footer .foot-nav .inside > dl dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .foot-nav .inside .bottom {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }
  footer .foot-nav .inside .bottom .bnr {
    margin-right: 0;
    margin-bottom: -15px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-nav .inside .bottom .bnr:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .foot-nav .inside .bottom .bnr > a {
    margin-bottom: 15px;
    width: 100%;
  }
  footer .foot-nav .inside .bottom .bnr > div {
    width: 100%;
  }
  footer .foot-nav .inside .bottom .bnr > div:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .foot-nav .inside .bottom .bnr > div.long {
    width: 100%;
    margin-bottom: -15px;
  }
  footer .foot-nav .inside .bottom .bnr > div.long > a {
    margin-bottom: 15px;
    width: 100%;
  }
  footer .foot-nav .inside .bottom .sns {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  footer .foot-nav .inside .bottom .sns li {
    width: 40px;
  }
  footer .foot-nav .inside .sns {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer .foot-nav .inside .sns li {
    margin-right: 10px;
  }
  footer .foot-nav .inside .sns li:last-child {
    margin-right: 0;
  }
  footer .foot-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .foot-copy .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .foot-copy ul {
    margin-right: 0;
    margin-right: -15px;
    margin-bottom: -10px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-copy ul li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  footer .foot-copy small {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

#agree {
  position: fixed;
  width: 520px;
  right: 10px;
  bottom: 10px;
  max-width: calc(100vw - 20px);
  box-shadow: 0px 15px 15px 0px rgba(255, 255, 255, 0.6), 0.607px 10.607px 15px 0px rgba(51, 51, 51, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 25px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

#agree:not(.show) {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#agree .item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#agree .item-text a {
  color: #3a0c00;
  text-decoration: underline;
}

#agree .item-text a:hover {
  text-decoration: none;
}

#agree .item-text:not(:last-child) {
  margin-bottom: 20px;
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  padding-left: 40px;
  padding-right: 40px;
  background: #fbf3f1;
  position: relative;
}

#mainimg.top .item-slide {
  margin-bottom: 0;
  display: none;
  /* スライダーなしver */
  /* fin */
}

#mainimg.top .item-slide li {
  background: no-repeat center / cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10%;
  overflow: hidden;
}

#mainimg.top .item-slide li .item-txt {
  line-height: 0;
  position: relative;
  z-index: 2;
}

#mainimg.top .item-slide li.li-01 .item-bg {
  background-image: url(../img/top/kv/bg-kv.jpg.webp);
}

.no-webp #mainimg.top .item-slide li.li-01 .item-bg {
  background-image: url(../img/top/kv/bg-kv.jpg);
}

#mainimg.top .item-slide li.li-02 .item-bg {
  background-image: url(../img/top/kv/bg-kv_02.jpg.webp);
}

.no-webp #mainimg.top .item-slide li.li-02 .item-bg {
  background-image: url(../img/top/kv/bg-kv_02.jpg);
}

#mainimg.top .item-slide li.li-03 .item-bg {
  background-image: url(../img/top/kv/bg-kv_03.jpg.webp);
}

.no-webp #mainimg.top .item-slide li.li-03 .item-bg {
  background-image: url(../img/top/kv/bg-kv_03.jpg);
}

#mainimg.top .item-slide li.li-04 .item-bg {
  background: #eaf0f3;
}

#mainimg.top .item-slide li.li-06 {
  background: #fffdf0;
}

#mainimg.top .item-slide li.li-06:nth-child(1) {
  height: 580px;
}

#mainimg.top .item-slide li.li-06 .item-bg {
  width: 60%;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  #mainimg.top .item-slide li.li-06 .item-bg {
    width: 50%;
  }
}

#mainimg.top .item-slide li.li-06 .item-img {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  #mainimg.top .item-slide li.li-06 .item-img {
    width: 50%;
  }
}

#mainimg.top .item-slide li.li-08 .item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mainimg.top .item-slide li.li-08 .item-img a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#mainimg.top .item-slide .slick-list, #mainimg.top .item-slide .slick-track {
  height: 100%;
}

#mainimg.top .item-slide .slick-dots {
  bottom: -20px;
  z-index: 5;
}

#mainimg.top .item-slide .slick-dots li button {
  background-color: #e3e3e3;
}

#mainimg.top .item-slide .slick-dots li.slick-active button {
  background-color: #a9a9a9;
}

#mainimg.top .item-slide .slick-arrow {
  width: 60px;
  height: 60px;
  background: rgba(233, 97, 23, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}

#mainimg.top .item-slide .slick-arrow:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-slide.svg);
}

#mainimg.top .item-slide .slick-next {
  right: 30px;
}

#mainimg.top .item-slide .slick-prev {
  left: 30px;
}

#mainimg.top .item-slide .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#mainimg.top .item-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.top .item-slide .slick-slide {
  padding: 20px 10vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

#mainimg.top .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}

#mainimg.top .item-bg.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  #mainimg.top .item-bg.sp {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.top .item-bg.pc {
    display: none;
  }
}

#mainimg.top .item-text {
  position: relative;
  width: 100%;
  line-height: 0;
}

#mainimg.top .item-text img, #mainimg.top .item-text picture {
  display: inline;
}

#mainimg.top .item-text-bottom {
  background: #FFF;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e96117;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#mainimg.top .item-text-bottom > div:not(:last-child) {
  margin-bottom: 10px;
}

#mainimg.top .item-text-bottom > div > p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}

#mainimg.top .item-text-bottom > div > p strong {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #e96117;
}

#mainimg.top .item-text-bottom > div > small {
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  line-height: 1.3;
}

#mainimg.top .item-text-bottom > div > small.tac {
  text-align: center;
}

#mainimg.top .item-text-bottom > div > small:not(.tac) {
  text-indent: -2em;
  padding-left: 2em;
}

#mainimg.top .item-btn {
  line-height: 0;
}

@media screen and (min-width: 701px) {
  #mainimg.top .item-btn {
    position: absolute;
    width: 220px;
    height: 220px;
    right: 5%;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #mainimg.top .item-btn a, #mainimg.top .item-btn > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #e96117;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#mainimg.top .item-img {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

@media screen and (max-width: 700px) {
  #mainimg.top .item-img img.pc, #mainimg.top .item-img picture.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  #mainimg.top .item-img img.sp, #mainimg.top .item-img picture.sp {
    display: none;
  }
}

#mainimg.top .item-img h2 {
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
}

#mainimg.top .item-img h2 img, #mainimg.top .item-img h2 picture {
  display: inline;
}

@media screen and (min-width: 701px) {
  #mainimg.top .item-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    right: 5%;
    bottom: 30px;
    border: 3px solid #e96117;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 3;
  }
  #mainimg.top .item-circle p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #mainimg.top .item-circle p strong {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    color: #e96117;
  }
  #mainimg.top .item-circle small {
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5px;
    text-indent: -1em;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.top {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.top .item-slide {
    padding-bottom: 0;
    height: auto;
  }
  #mainimg.top .item-slide .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #mainimg.top .item-slide .slick-arrow:before {
    background-size: 8px auto;
  }
  #mainimg.top .item-slide .slick-next {
    right: -15px;
  }
  #mainimg.top .item-slide .slick-prev {
    left: -15px;
  }
  #mainimg.top .item-slide .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #mainimg.top .item-slide .slick-slide .item-bg {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  #mainimg.top .item-slide .slick-slide .item-bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
  #mainimg.top .item-slide .slick-slide .item-text img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #mainimg.top .item-slide .slick-slide.li-01 .item-bg {
    background-position: 60% center;
  }
  #mainimg.top .item-slide .slick-slide.li-03 .item-bg {
    background-position: 70% center;
  }
  #mainimg.top .item-slide .slick-slide.li-06:nth-child(1) {
    height: auto;
    padding: 0;
  }
  #mainimg.top .item-slide .slick-slide.li-06 .item-bg {
    width: 100%;
    display: none;
  }
  #mainimg.top .item-slide .slick-slide.li-06 .item-img {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
  }
  #mainimg.top .item-slide .slick-slide.li-06 .item-img img {
    width: 100%;
  }
  #mainimg.top .item-slide .slick-slide.li-08 .item-bg:after {
    display: none;
  }
  #mainimg.top .item-btn {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  #mainimg.top .item-btn a, #mainimg.top .item-btn > div {
    display: block;
    padding: 10px 20px;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e96117;
  }
  #mainimg.top .item-btn a img, #mainimg.top .item-btn > div img {
    display: inline;
    width: 200px;
    max-width: 100%;
  }
  #mainimg.top .item-text-bottom {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 8px 5px;
    margin: 20px 10px;
  }
  #mainimg.top .item-text-bottom > div:not(:last-child) {
    margin-bottom: 5px;
  }
  #mainimg.top .item-text-bottom > div > p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #mainimg.top .item-text-bottom > div > p strong {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #mainimg.top .item-text-bottom > div > small {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mainimg.top .item-circle {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    background: #fff;
    padding: 5px 20px;
    text-align: center;
    position: relative;
  }
  #mainimg.top .item-circle p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    display: inline;
  }
  #mainimg.top .item-circle p strong {
    color: #e96117;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #mainimg.top .item-circle small {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

#mainimg.next {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fffdf0;
  /* &.aboutus{
      .inside{
        background-image:url(../img/next/bg-mainimg_about.jpg);
        @include mq(sp){
          background-image:url(../img/next/bg-mainimg_about-sp.jpg);
          background-position: right -240px center;
        }
      }
    }
    &.center{
      .inside{
        background-image:url(../img/next/bg-mainimg_center.jpg);
      }
    }
    &.service{
      .inside{
        background-image:url(../img/next/bg-mainimg_service.jpg);
      }
    }
    &.sitepolicy{
      .inside{
        background-image:url(../img/next/bg-mainimg_sitepolicy.jpg);
      }
    }
    &.company{
      .inside{
        background-image:url(../img/next/bg-mainimg_company.jpg);
      }
    }
    &.qa{
      .inside{
        background-image:url(../img/next/bg-mainimg_qa.jpg);
      }
    }
    &.counseling{
      .inside{
        
      }
    }
    &.rework{
      .inside{
        background-image:url(../img/next/bg-mainimg_rework.jpg);
        @include mq(sp){
          background-image:url(../img/next/bg-mainimg_rework-sp.jpg);
          background-position: right -180px center;
        }
      }
    }
    &.counseling{
      .inside{
        background-image:url(../img/next/counseling/bg-mainimg_counseling.jpg);
        @include mq(sp){
          background-position: right -100px center;
        }
      }
    }
    &.interview{
      .inside{
        background-image:url(../img/next/bg-mainimg_interview.jpg);
        @include mq(sp){
          background-position: right -240px center;
        }
      }
    }
    &.shakaisanka{
      .inside{
        background-image:url(../img/next/bg-mainimg_shakaisanka.jpg);
        @include mq(sp){
          background-position: right -240px center;
        }
      }
    }
    &.reinstatement{
      .inside{
        background-image:url(../img/next/bg-mainimg_reinstatement.jpg);
      }
    }
    &.flow{
      .inside{
        background-image:url(../img/next/bg-mainimg_flow.jpg);
      }
    }
    &.oneday{
      .inside{
        background-image:url(../img/next/bg-mainimg_oneday.jpg);
      }
    }
    &.bg{
      .inside{
        background-image: url(../img/next/bg-mainimg.jpg);
      }
      @include mq(sp){
        .inside{
          background-position: right 20% center;
        }
      }
    } */
}

#mainimg.next .inside {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: url(../img/next/bg-mainimg.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#mainimg.next .catch {
  display: -moz-inline-box;
  display: inline-block;
  padding: 10px 30px;
  -webkit-border-radius: 0 10px 10px 0px;
  -moz-border-radius: 0 10px 10px 0px;
  -ms-border-radius: 0 10px 10px 0px;
  -o-border-radius: 0 10px 10px 0px;
  border-radius: 0 10px 10px 0px;
  background-color: #fff;
  color: #e96117;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
}

#mainimg.next .catch span {
  margin-left: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #3a0c00;
}

@media screen and (max-width: 700px) {
  #mainimg.next {
    padding: 20px 20px;
  }
  #mainimg.next .inside {
    height: 160px;
  }
  #mainimg.next .catch {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px;
    line-height: 1.5;
  }
  #mainimg.next .catch span {
    display: block;
    padding-left: 0;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
}

main .content {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main > section {
  padding: 70px 30px;
  background: #fbf3f1;
  position: relative;
}

main > section section:not(:last-child) {
  margin-bottom: 90px;
}

main > section section.mb0 {
  margin-bottom: 0 !important;
}

main .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}

main .service-list:not(:last-child) {
  margin-bottom: 40px;
}

main .service-list.next li:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .service-list li {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  background: #ffeade;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
}

@media screen and (min-width: 701px) {
  main .service-list li.column {
    width: 100%;
  }
  main .service-list li.column a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main .service-list li.column .item-img {
    width: 50%;
  }
  main .service-list li.column .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

main .service-list li:not(.orange):nth-child(2) {
  background: #fff5dd;
}

main .service-list li:not(.orange):nth-child(2) .item-text h3 {
  color: #e9ab18;
  background-image: url(../img/top/icon-hd_sml_yellow.svg);
}

main .service-list li:not(.orange):nth-child(3) {
  background: #fdffec;
}

main .service-list li:not(.orange):nth-child(3) .item-text h3 {
  color: #aabc12;
  background-image: url(../img/top/icon-hd_sml_green_01.svg);
}

main .service-list li:not(.orange):nth-child(4) {
  background: #f3ffed;
}

main .service-list li:not(.orange):nth-child(4) .item-text h3 {
  color: #44b80d;
  background-image: url(../img/top/icon-hd_sml_green_02.svg);
}

main .service-list li:not(.orange):nth-child(5) {
  background: #ecfff7;
}

main .service-list li:not(.orange):nth-child(5) .item-text h3 {
  color: #0db86e;
  background-image: url(../img/top/icon-hd_sml_green_03.svg);
}

@media screen and (min-width: 701px) {
  main .service-list li:not(.orange):nth-child(5) {
    width: calc(100% - 40px);
  }
  main .service-list li:not(.orange):nth-child(5) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main .service-list li:not(.orange):nth-child(5) .item-img {
    line-height: 0;
  }
  main .service-list li:not(.orange):nth-child(5) .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main .service-list li:not(.orange):nth-child(5) .item-text h3 {
    text-align: left;
    background-position: left bottom;
  }
}

main .service-list li a {
  color: #3a0c00;
}

main .service-list li a .item-img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .service-list li a .item-text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .service-list li a:hover {
  text-decoration: none;
}

main .service-list li a:hover .item-img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

main .service-list li a:hover .item-text {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

main .service-list .item-img {
  line-height: 0;
}

main .service-list .item-text {
  padding: 30px;
}

main .service-list .item-text h3 {
  background: url(../img/top/icon-hd_sml_orange.svg) no-repeat center bottom;
  text-align: center;
  color: #e96117;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

main .about-thought {
  background: url(../img/top/bg-about.jpg.webp) no-repeat center/cover;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 55px 40px;
  text-align: center;
}

.no-webp main .about-thought {
  background-image: url(../img/top/bg-about.jpg);
}

main .about-thought h3 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}

main .about-thought p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main .about-thought p:not(:last-child) {
  margin-bottom: 15px;
}

main .about-thought p.img {
  line-height: 0;
  padding-top: 20px;
}

main .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px -40px 0;
}

main .blog-list:not(:last-child) {
  margin-bottom: 15px;
}

main .blog-list li {
  width: calc(33.3333% - 50px);
  margin: 0 50px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .blog-list li > * {
  max-width: 100%;
}

main .blog-list .item-img {
  line-height: 0;
  margin-bottom: 20px;
}

main .blog-list .item-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main .blog-list .item-text {
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .blog-list .item-text:not(:last-child) {
  margin-bottom: 5px;
}

main .blog-list .item-text > * {
  margin-bottom: 10px;
}

main .blog-list .item-text .title {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main .blog-list .item-text .title a {
  color: #3a0c00;
}

main .blog-list .item-text time {
  font-family: 'Asap', sans-serif;
  margin-right: 15px;
}

main .blog-list .item-btn {
  margin-top: auto;
}

main .blog-list .item-btn .btn {
  font-size: 16px;
  font-size: 1rem;
}

main #contact {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  /* .contact-sec-column2{
      @include fb;
      @include f_wrap;
      @include align(flex-end);
      position: relative;
      z-index: 2;
      @include wrap(1350px);
      .content{
        width: 10px;
        @include grow(1);
      }
      >.text{
        width: calc(100% - 375px - 20px);
        background: $bg;
        padding: 20px 50px;
        @include b_box;
        @include rem(14);
        color: $black2;
        @include radius(10px);
        margin-top: 20px;
        p{
          @include nlc{
            margin-bottom: 4px;
          }
        }
      }
      .side{
        margin-left: 25px;
        width: 375px;
        @include b_box;
        position: relative;
        >div{
          border: 2px solid $orange2;
          @include radius(10px);
          &:not(:last-child){
            margin-bottom: 23px;
          }
        }
        .title{
          @include remb(20);
          color: #FFF;
          padding:25px;
          line-height: 1.2;
          background-color: $orange;
        }
        .txt-block{
          background: $bg;
          padding:20px 30px;
          @include radius( 0,0,10px,10px);
        }
        .p1{
          color: #000;
          font-weight: bold;
          padding-bottom: 5px;
        }
        .link1{
          padding-left: 55px;
          a{
            position: relative;
            color: $black;
            &:before{
              @include coverBG(true,0,0,0,0);
              content:'・';
              margin-left: -1em;
            }
          }
        }
        .link-list{
          .p1{
            position: relative;
            padding-left: 40px;
            display: block;
            color: $black;
            &:before{
              @include coverBG(true,24px,24px,0,3px);
              background:url(../img/next/icon-arrow-r@2x.png) no-repeat center center;
              background-size:24px auto;
            }
          }
          >div{
            &:not(:last-child){
              margin-bottom: 6px;
            }
          }
        }
        .link-list2{
          li{
            a{
              position: relative;
              color: $black;
              padding-left: 1em;
              &:before{
                @include coverBG(true,0,0,0,0);
                content:'・';
              }
            }

          }
        }
      }
    } */
}

main #contact:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/img-symbol.svg) no-repeat right -550px bottom -100px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
}

main #contact .content {
  position: relative;
}

main #contact h2 {
  background-color: #e96117;
  text-align: center;
  line-height: 1.5;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  padding: 25px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

main #contact h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

main #contact .inside {
  background: #fbf3f1;
  border: 2px solid #e96117;
  padding: 50px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-top: none;
  /* >*{
        width: 100%;
        @include b_box;
        padding-left: 30px;
        padding-right: 30px;
      } */
}

main #contact .inside h3 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

main #contact .inside .text {
  text-align: center;
  margin-bottom: 30px;
}

main #contact .inside .tel-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main #contact .inside .tel-single a {
  font-family: din-2014, sans-serif;
  color: #e94617;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0em;
  background: url(../img/common/icon-tel_lg.svg) no-repeat left center;
  padding-left: 55px;
}

main #contact .inside .tel-single span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}

main #contact .inside .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
}

main #contact .inside .tel > span, main #contact .inside .tel > div {
  background: transparent;
  padding: 0;
}

main #contact .inside .tel > * {
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #e94a1c;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main #contact .inside .tel > *:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

main #contact .inside .tel > * .item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 1px solid #d7bfb9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 0;
}

main #contact .inside .tel > * .item-text span {
  font-size: 18px;
  font-size: 1.125rem;
}

main #contact .inside .tel > * .item-tel {
  border-right: none;
  font-family: din-2014, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

main #contact .inside .tel > a img {
  vertical-align: top;
}

main #contact .inside .tel > span, main #contact .inside .tel > div {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #e94617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main #contact .inside .tel > div {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main #contact .inside .tel + p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  text-align: center;
}

main #contact .item-tel:not(:last-child) {
  border-bottom: 1px solid #e7b6a9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

main #contact .item-tel .tel {
  text-align: center;
}

main #contact .item-link h3 {
  color: #e96117;
}

main #contact .item-link .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main #contact .item-link .btns a {
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: calc(50% - 20px);
  height: 64px;
}

main #contact .item-link .btns a:not(:last-child) {
  margin-bottom: 20px;
}

main #contact .item-text {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

main #contact .contact-sec-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 2;
  width: 1350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main #contact .contact-sec-column2 .content {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main #contact .side {
  margin-left: 25px;
  width: 375px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

main #contact .side > div {
  border: 2px solid #e96117;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main #contact .side > div:not(:last-child) {
  margin-bottom: 23px;
}

main #contact .side .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFF;
  padding: 25px;
  line-height: 1.2;
  background-color: #e96117;
}

main #contact .side .txt-block {
  background: #fbf3f1;
  padding: 20px 30px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

main #contact .side .p1 {
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
}

main #contact .side .link1 {
  padding-left: 55px;
}

main #contact .side .link1 a {
  position: relative;
  color: #3a0c00;
}

main #contact .side .link1 a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
  margin-left: -1em;
}

main #contact .side .link-list .p1 {
  position: relative;
  padding-left: 40px;
  display: block;
  color: #3a0c00;
}

main #contact .side .link-list .p1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(../img/next/icon-arrow-r@2x.png) no-repeat center center;
  background-size: 24px auto;
}

main #contact .side .link-list > div:not(:last-child) {
  margin-bottom: 6px;
}

main #contact .side .link-list2 li a {
  position: relative;
  color: #3a0c00;
  padding-left: 1em;
}

main #contact .side .link-list2 li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
}

main #original-support {
  background: #fffdf0;
}

main #original-support .content {
  border-top: 1px solid rgba(233, 97, 23, 0.5);
  padding-top: 60px;
}

main #original-support .support-message {
  background: #FFF;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main #original-support .support-message:not(:last-child) {
  margin-bottom: 50px;
}

main #original-support .support-message .item-hd {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #e96117;
  margin-bottom: 20px;
  line-height: 1.3;
}

main #original-support .support-message .item-text {
  font-size: 16px;
  font-size: 1rem;
}

main #original-support .support-service .support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}

main #original-support .support-service .support-list li {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main #original-support .support-service .support-list li a {
  display: block;
  background: #fff5dd;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  color: #3a0c00;
}

main #original-support .support-service .support-list li a:hover {
  text-decoration: none;
}

main #original-support .support-service .support-list .item-img {
  text-align: center;
  line-height: 0;
}

main #original-support .support-service .support-list .item-img img {
  width: 100%;
}

main #original-support .support-service .support-list .item-text {
  padding: 30px;
}

main #original-support .support-service .support-list .item-text h3 {
  color: #e9ab18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../img/top/icon-hd_sml_yellow.svg) no-repeat center bottom;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

main #original-support .support-service .support-list .item-text h3 span:not(:last-child) {
  margin-bottom: 5px;
}

main #original-support .support-service .support-list .item-text h3 span:nth-child(1) {
  background-color: #e9ab18;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main
------------------------------------------------------------*/
  main .blog-list {
    margin: 0 -25px -40px 0;
  }
  main .blog-list li {
    width: calc(33.3333% - 25px);
    margin: 0 25px 40px 0;
  }
  main #contact .inside {
    padding: 30px;
  }
  main #contact .inside .tel > * {
    width: calc(33.3333% - 10px);
  }
  main #contact .inside .tel > * .item-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main #contact .inside .tel > * .item-text span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main #contact .inside .tel > * .item-tel {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
  main > section {
    padding: 45px 20px;
  }
  main > section section:not(:last-child) {
    margin-bottom: 55px;
  }
  main .service-list {
    margin-bottom: -20px;
    width: 480px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .service-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main .service-list li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  main .service-list li:nth-child(5) .item-img {
    text-align: center;
    padding: 10px 10px 0;
  }
  main .service-list li:nth-child(5) .item-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  main .service-list .item-text {
    padding: 20px;
  }
  main .service-list .item-text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main .service-list.next li:nth-child(5) {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .service-list.next li:nth-child(5) .item-img {
    width: 100%;
  }
  main .service-list.next li:nth-child(5) .item-text {
    width: 100%;
  }
  main .blog-list {
    margin-bottom: 30px;
  }
  main .blog-list li {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  main .blog-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main .blog-list li .item-img {
    width: 110px;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  main .blog-list li .item-text {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10px;
  }
  main .blog-list li .item-text .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main .blog-list .item-img {
    margin-bottom: 10px;
  }
  main .blog-list .item-text {
    margin-bottom: -5px;
  }
  main .blog-list .item-text > * {
    margin-bottom: 5px;
  }
  main .blog-list .item-btn {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main .blog-list .item-btn a {
    width: 300px;
    height: 35px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main .blog-list .item-btn a br {
    display: none;
  }
  main .about-thought {
    padding: 30px 20px;
  }
  main .about-thought h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  main .about-thought p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
  main .about-thought p.img {
    text-align: center;
    padding-top: 10px;
  }
  main #contact {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main #contact:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right -200px bottom -30px;
    background-size: 130% auto;
  }
  main #contact h2 {
    padding: 15px 10px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  main #contact .inside {
    padding: 0;
  }
  main #contact .inside > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main #contact .inside h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  main #contact .inside .text {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  main #contact .inside .tel-single {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main #contact .inside .tel-single a {
    font-size: 30px;
    font-size: 1.875rem;
    background-size: 40px auto;
    padding-left: 50px;
  }
  main #contact .inside .tel-single span {
    line-height: 1.2;
    font-size: 12px;
    font-size: 0.75rem;
  }
  main #contact .inside .tel {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  main #contact .inside .tel > span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 700px) and (max-width: 360px) {
  main #contact .inside .tel > span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 700px) {
  main #contact .inside .tel > * {
    width: calc(33.3333% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 700px) and (max-width: 550px) {
  main #contact .inside .tel > * {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 700px) {
  main #contact .inside .tel > * .item-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.2;
  }
  main #contact .inside .tel > * .item-text span {
    font-size: 16px;
    font-size: 1rem;
  }
  main #contact .inside .tel > * .item-tel {
    border: none;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  main #contact .item-tel {
    border-right: none;
    border-bottom: 1px solid #a5a5a5;
  }
  main #contact .item-link .btns {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #contact .item-link .btns a {
    height: 45px;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(50% - 10px);
  }
  main #contact .item-link .btns a:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contact .item-text {
    padding-top: 0;
    margin-top: 0;
  }
  main #contact .contact-sec-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #contact .contact-sec-column2 .content {
    width: 100%;
  }
  main #contact .contact-sec-column2 > .text {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
  }
  main #contact .side {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 20px;
  }
  main #contact .side:before, main #contact .side:after {
    display: none;
  }
  main #contact .side > div:not(:last-child) {
    margin-bottom: 17px;
  }
  main #contact .side .title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 15px 10px;
  }
  main #contact .side .p1 {
    color: #000;
    font-weight: bold;
    padding-bottom: 2px;
  }
  main #contact .side .link-list > div:not(:last-child) {
    margin-bottom: 4px;
  }
  main #original-support .content {
    padding-top: 30px;
  }
  main #original-support .support-message {
    padding: 20px;
  }
  main #original-support .support-message:not(:last-child) {
    margin-bottom: 30px;
  }
  main #original-support .support-message .item-hd {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  main #original-support .support-message .item-text {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
  main #original-support .support-service .support-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  main #original-support .support-service .support-list li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 600px) {
  main #original-support .support-service .support-list li {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 700px) {
  main #original-support .support-service .support-list .item-text {
    padding: 15px;
  }
  main #original-support .support-service .support-list .item-text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: #e96117;
  border: none;
  color: #FFF;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
}

.btn img:not(:last-child) {
  margin-right: 10px;
}

.btn:hover {
  text-decoration: none;
  color: #FFF;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn:disabled {
  pointer-events: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.tar {
  margin-left: auto;
}

@media screen and (max-width: 700px) {
  .btn.tar {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn.xs {
  height: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.btn.sml {
  height: 35px;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn.sml2 {
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn.green {
  background-color: #aabc12;
}

.btn.red {
  background-color: #ff0000;
}

.btn.blue {
  border: 1px solid #2c4399;
  color: #2c4399;
  background: #FFF;
}

.btn.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.btn.w250 {
  width: 250px;
}

@media screen and (max-width: 700px) {
  .btn.w450 {
    width: 300px;
  }
}

.btn.red {
  color: #FFF;
}

.btn.w350 {
  width: 350px;
  margin: 0 auto;
}

.btn.lg {
  height: 60px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 700px) {
  .btn.lg {
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn.clear {
  background-color: transparent;
  color: #595656;
}

.btn.clear.arrow:after {
  background-image: url(../img/common/arrow-link_green.svg);
}

.btn.white {
  background-color: #fff;
  box-shadow: 2px 3px 6px -1px #cccccc;
}

@media screen and (max-width: 700px) {
  .btn.white img {
    height: auto;
    width: 44%;
  }
}

.btn.green {
  background-color: #aabb12;
}

.btn.l-green {
  background-color: #c3d714;
}

.btn.t-orange {
  background-color: rgba(233, 97, 23, 0.4);
}

.btn.article {
  background-color: #ffeade;
  color: #ea5633;
}

.btn.contact {
  height: 45px;
  font-size: 16px;
  font-size: 1rem;
}

.btn.contact:not(:last-child) {
  margin-bottom: 15px;
}

.btn.contact > a {
  color: white;
}

.btn.contact > a:hover {
  text-decoration: none;
}

.btn.brain-fitness {
  height: 50px;
  background-color: white;
  box-shadow: 0 6px 15px -15px black;
}

.btn.brain-fitness > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
}

.btn.brain-fitness > a:hover {
  text-decoration: none;
}

.btn.brain-fitness > a img {
  margin-right: 5px;
}

.btn.brain-fitness:before {
  /* @include icon(181px, 33px)
				background-image: url(../img/common/logo-brainfitness@2x.png);
				background-size: cover;
				margin-right: 15px; */
}

@media screen and (max-width: 700px) {
  .btn.brain-fitness > a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .btn.brain-fitness > a img {
    height: 22px;
    width: auto;
  }
  .btn.brain-fitness:before {
    margin-right: 0;
  }
}

.btn.arrow:after {
  content: "";
  width: 7px;
  height: 11px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-btn.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.arrow.back {
  background-color: #ccc;
}

.btn.arrow.back:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 7px;
  height: 11px;
  margin-top: -3px;
  background-image: url(../img/common/arrow-btn-back@2x.png);
  background-size: 7px auto;
}

.btn.arrow.back:hover:after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.btn.arrow.black:after {
  background-image: url(../img/next/arrow-btn-black@2x.png);
  background-size: 7px auto;
}

.btn.arrow.orange:after {
  background-image: url(../img/next/arrow-btn-orange@2x.png);
  background-size: 7px auto;
}

.btn.arrow.blue:after {
  background-image: url(../img/common/arrow-btn_blue.svg);
}

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

.btn.pdf:after {
  content: "";
  width: 21px;
  height: 21px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-btn_pdf.svg);
  margin-left: 10px;
}

.btn.tel {
  font-family: din-2014, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
}

.btn.tel:before {
  content: "";
  width: 24px;
  height: 24px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-tel.svg);
  margin-right: 10px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  .btn-block.sp-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 20px);
}

.btn-block > *.w10p {
  width: calc(10% - 20px);
}

.btn-block > *.w15p {
  width: calc(15% - 20px);
}

.btn-block > *.w20p {
  width: calc(20% - 20px);
}

.btn-block > *.w25p {
  width: calc(25% - 20px);
}

.btn-block > *.w30p {
  width: calc(30% - 20px);
}

.btn-block > *.w35p {
  width: calc(35% - 20px);
}

.btn-block > *.w40p {
  width: calc(40% - 20px);
}

.btn-block > *.w45p {
  width: calc(45% - 20px);
}

.btn-block > *.w50p {
  width: calc(50% - 20px);
}

.btn-block > *.w55p {
  width: calc(55% - 20px);
}

.btn-block > *.w60p {
  width: calc(60% - 20px);
}

.btn-block > *.w65p {
  width: calc(65% - 20px);
}

.btn-block > *.w70p {
  width: calc(70% - 20px);
}

.btn-block > *.w75p {
  width: calc(75% - 20px);
}

.btn-block > *.w80p {
  width: calc(80% - 20px);
}

.btn-block > *.w85p {
  width: calc(85% - 20px);
}

.btn-block > *.w90p {
  width: calc(90% - 20px);
}

.btn-block > *.w95p {
  width: calc(95% - 20px);
}

.btn-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input.btn.arrow {
  background: url(../img/common/arrow-btn.svg) no-repeat right 20px center;
  background-color: #e96117;
}

input.btn.arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

input.btn.arrow.back {
  background-image: url(../img/common/arrow-btn-back@2x.png);
  background-size: 7px auto;
  background-position: left 20px center;
}

input.btn.arrow.back:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="password"], input[type="number"] {
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffae00;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 20px;
  background: #FFF;
  width: 480px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="tel"]:placeholder-shown, input[type="password"]:placeholder-shown, input[type="password"]:placeholder-shown, input[type="number"]:placeholder-shown {
  color: #b8b8b8;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder {
  color: #b8b8b8;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="number"]:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder {
  color: #b8b8b8;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="password"]:focus, input[type="number"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].hissu, input[type="email"].hissu, input[type="tel"].hissu, input[type="password"].hissu, input[type="password"].hissu, input[type="number"].hissu {
  background-color: #f6e2e1;
  margin-left: 0 !important;
  border-color: #de8077 !important;
  color: #30374f !important;
  padding-left: 20px !important;
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="password"].lg, input[type="number"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"].w60, input[type="email"].w60, input[type="tel"].w60, input[type="password"].w60, input[type="password"].w60, input[type="number"].w60 {
  width: 60px;
}

input[type="text"].w180, input[type="email"].w180, input[type="tel"].w180, input[type="password"].w180, input[type="password"].w180, input[type="number"].w180 {
  width: 180px;
}

input[type="text"].w200, input[type="email"].w200, input[type="tel"].w200, input[type="password"].w200, input[type="password"].w200, input[type="number"].w200 {
  width: 200px;
}

input[type="text"].w340, input[type="email"].w340, input[type="tel"].w340, input[type="password"].w340, input[type="password"].w340, input[type="number"].w340 {
  width: 340px;
}

input[type="text"].w600, input[type="email"].w600, input[type="tel"].w600, input[type="password"].w600, input[type="password"].w600, input[type="number"].w600 {
  width: 600px;
}

input[type="text"].w100p, input[type="email"].w100p, input[type="tel"].w100p, input[type="password"].w100p, input[type="password"].w100p, input[type="number"].w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="password"], input[type="number"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
  }
  input[type="text"].w60, input[type="email"].w60, input[type="tel"].w60, input[type="password"].w60, input[type="password"].w60, input[type="number"].w60 {
    width: 40px;
  }
  input[type="text"].w180, input[type="email"].w180, input[type="tel"].w180, input[type="password"].w180, input[type="password"].w180, input[type="number"].w180 {
    width: 120px;
  }
  input[type="text"].w340, input[type="email"].w340, input[type="tel"].w340, input[type="password"].w340, input[type="password"].w340, input[type="number"].w340 {
    width: 100%;
  }
  input[type="text"].w200, input[type="email"].w200, input[type="tel"].w200, input[type="password"].w200, input[type="password"].w200, input[type="number"].w200 {
    width: 140px;
  }
  input[type="text"].w600, input[type="email"].w600, input[type="tel"].w600, input[type="password"].w600, input[type="password"].w600, input[type="number"].w600 {
    width: 100%;
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}

textarea {
  -webkit-appearance: none;
  height: 170px;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #ffae00;
  background: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px !important;
  color: #3a0c00 !important;
  line-height: 1.8;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.hissu {
  background-color: #f6e2e1;
  margin-left: 0 !important;
  border-color: #de8077 !important;
  color: #30374f !important;
  padding-left: 20px !important;
}

textarea.h100 {
  height: 100px;
}

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

input[type="checkbox"].hissu {
  display: none !important;
}

input[type="checkbox"].hissu:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

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

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

input[type="radio"].hissu {
  display: none !important;
}

input[type="radio"].hissu + .radio:before {
  background-color: #ffedf6;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #ffedf6;
  background-color: #fff;
  border: 1px solid #d2d6e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #e96117;
  border-bottom: 2px solid #e96117;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.2;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #a5a5a5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e96117;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio.hissu-r:before {
  background-color: #ffedf6;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0px;
  margin-bottom: -5px;
}

.check-radios li {
  margin: 0 30px 5px 0;
}

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
  margin-right: 7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

label.select.hissu {
  margin-left: 0 !important;
  border: none !important;
  padding: 0px !important;
}

label.select.hissu select {
  border: solid 1px #e94617;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #222222 transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

@media screen and (max-width: 700px) {
  label.select.w60 {
    width: 58px;
  }
  label.select.w180 {
    width: 100px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d2d6e3;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
  background-color: #f6e2e1;
}

@media screen and (max-width: 700px) {
  select {
    height: 42px;
    line-height: 42px;
  }
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

select::-ms-expand {
  display: none;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  padding: 15px;
  border: 1px solid #a5a5a5;
  vertical-align: middle;
}

table th {
  background-color: #fbf3f1;
  font-weight: bold;
}

table thead th {
  background-color: #a5a5a5;
  color: #FFF;
}

table.faq-tbl {
  margin-bottom: 10px;
}

table.faq-tbl th, table.faq-tbl td {
  padding: 5px;
  text-align: center;
  border-color: #cad576;
}

table.faq-tbl th {
  background-color: #cad576;
  color: #FFF;
  border-color: #FFF;
}

table.faq-tbl tr:nth-last-child(even) {
  background-color: #f0f5d1;
}

/* table */
/* text */
.heading, .heading-lv06, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv06:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv06:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 35px;
  }
}

.heading-lv00 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #e96117;
}

.heading-lv00:before, .heading-lv00:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #e96117;
  margin-left: 8px;
  margin-right: 8px;
}

.heading-lv01 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
}

.heading-lv01.white span {
  color: #FFF;
}

.heading-lv01.orange {
  color: #e96117;
}

.heading-lv01.tal {
  text-align: left;
}

.heading-lv01.smb {
  margin-bottom: 30px;
}

.heading-lv01.smb:not(:last-child) {
  margin-bottom: 30px;
}

.heading-lv01.left {
  text-align: left;
}

.heading-lv01.left span:nth-child(1) {
  background-position: left bottom;
}

.heading-lv01 span {
  display: block;
}

.heading-lv01 span:nth-child(1) {
  font-family: 'Asap', sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  padding-bottom: 15px;
  background: url(../img/common/icon-hd.svg) no-repeat center bottom;
}

.heading-lv01 span:nth-child(1):not(:last-child) {
  margin-bottom: 10px;
}

.heading-lv01 span:nth-child(2) {
  font-weight: bold;
}

.heading-lv01.small span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .heading-lv01.small span:nth-child(1) {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
  }
}

.heading-lv01.jp span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .heading-lv01.jp span:nth-child(1) {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
  }
}

.heading-lv01.jp.small span {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .heading-lv01.jp.small span:nth-child(1) {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
  }
}

.heading-lv01 + .sub {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -25px;
}

.heading-lv01 + .sub:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 700px) {
  .heading-lv01 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .heading-lv01 span:nth-child(1) {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .heading-lv01 + .sub {
    text-align: left;
    margin-top: -15px;
  }
  .heading-lv01 + .sub:not(:last-child) {
    margin-bottom: 25px;
  }
}

.heading-lv02 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 15px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #aabb12;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .heading-lv02 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 20px;
  }
  .heading-lv02:not(:last-child) {
    margin-bottom: 25px;
  }
}

.heading-lv03 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.7;
  margin-bottom: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  background-color: #e96117;
  text-align: center;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  .heading-lv03 {
    padding: 10px 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
}

.heading-lv03.tal, .heading-lv03.left {
  text-align: left;
}

.heading-lv03.smb {
  margin-bottom: 20px;
}

.heading-lv03.yellow {
  background-color: #e9ab18;
}

.heading-lv03.l-green {
  background-color: #aabc12;
}

.heading-lv03.green2 {
  background-color: #0db86e;
}

.heading-lv03.green3 {
  background-color: #44b80d;
}

.heading-lv03.red2 {
  background-color: #ffeade;
  color: #ea5633;
  border: 1px solid #ea5633;
}

.heading-lv03.pict {
  position: relative;
  margin-top: 80px;
  padding-left: 140px;
}

.heading-lv03.pict span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50px;
  line-height: 0;
}

.heading-lv03.pict.right {
  padding-right: 200px;
}

.heading-lv03.pict.right span {
  right: 0;
  left: auto;
}

.heading-lv03.smb {
  margin-bottom: 25px;
}

@media screen and (max-width: 700px) {
  .heading-lv03 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    padding: 8px 10px;
    margin-bottom: 25px;
  }
  .heading-lv03.pict {
    position: relative;
    text-align: left;
    margin-top: 20px;
    padding-right: 70px;
    padding-left: 20px;
  }
  .heading-lv03.pict span {
    z-index: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .heading-lv03.pict span img {
    display: block;
    height: 100px;
    width: auto;
  }
}

.heading-lv04 {
  background: url(../img/top/icon-hd_sml_orange.svg) no-repeat center bottom;
  text-align: center;
  color: #e96117;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.heading-lv04.bg-yellow {
  color: #e9ab18;
  background-image: url(../img/top/icon-hd_sml_yellow.svg);
}

.heading-lv04.bg-green1 {
  color: #aabc12;
  background-image: url(../img/top/icon-hd_sml_green_01.svg);
}

.heading-lv04.bg-green2 {
  color: #44b80d;
  background-image: url(../img/top/icon-hd_sml_green_02.svg);
}

.heading-lv04.bg-green3 {
  color: #0db86e;
  background-image: url(../img/top/icon-hd_sml_green_03.svg);
}

.heading-lv05 {
  color: #e96117;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .heading-lv05 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.heading-lv06 {
  background: #aabb12;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.heading-lv06:not(:last-child) {
  margin-bottom: 40px;
}

.txt-lv01 {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.txt-lv01:not(:last-child) {
  padding-bottom: 35px;
}

.txt-lv01 span {
  font-weight: bold;
}

.txt-lv01.tal {
  text-align: left;
}

@media screen and (max-width: 700px) {
  .txt-lv01.sp-tal {
    text-align: left !important;
  }
}

.txt-lv01.pb {
  padding-bottom: 50px;
}

.txt-lv01.pb2 {
  padding-bottom: 70px;
}

@media screen and (max-width: 700px) {
  .txt-lv01.pb2 {
    padding-bottom: 40px;
  }
}

.txt-lv01.s-pb {
  padding-bottom: 5px;
}

.txt-lv01.s-pb2 {
  padding-bottom: 10px;
}

.txt-lv01.s-pb3 {
  padding-bottom: 15px;
}

.txt-lv01.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 700px) {
  .txt-lv01.mb100 {
    margin-bottom: 70px;
  }
}

.txt-lv01.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.txt-lv01.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.txt-lv01.fw-b {
  font-weight: bold;
}

.txt-lv01 > * {
  margin-bottom: 15px;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  .txt-lv01 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  .txt-lv01.fs18 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 700px) {
  .txt-lv01 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .txt-lv01:not(:last-child) {
    padding-bottom: 25px;
  }
  .txt-lv01.fs18 {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
  }
  .txt-lv01.sp-left {
    text-align: left;
  }
  .txt-lv01.pb {
    padding-bottom: 30px;
  }
}

.txt-lv02 {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  padding-bottom: 25px;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  .txt-lv02 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .txt-lv02 {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    padding-bottom: 16px;
  }
}

.txt-lv03 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 25px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  .txt-lv03 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding-bottom: 20px;
    font-weight: normal;
  }
}

@media screen and (max-width: 700px) {
  .txt-lv03 {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    padding-bottom: 16px;
    font-weight: normal;
  }
}

.txt-lv04 {
  padding-bottom: 30px;
  line-height: 1.8;
}

@media screen and (max-width: 700px) {
  .txt-lv04 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.cat a {
  background-color: #fff;
  color: #e96117;
  font-size: 11px;
  font-size: 0.6875rem;
  display: -moz-inline-box;
  display: inline-block;
  border: 1px solid #e96117;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat a:hover {
  text-decoration: none;
  background-color: #e96117;
  color: #FFF;
}

.red {
  color: #ff0000;
}

.link {
  color: #3a0c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
}

.link:after {
  content: "";
  width: 6px;
  height: 9px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link.tal {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.link.orange:after {
  content: "";
  width: 8px;
  height: 7px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link-orange@2x.png);
  margin-left: 10px;
  background-size: 4px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link.orange a {
  color: #e96117;
}

.link.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.link:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.link-lv02 a {
  position: relative;
  line-height: 1.5;
  padding-left: 10px;
  color: #000;
}

.link-lv02 a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 8px;
  background: url(../img/next/arrow-btn-black2@2x.png) no-repeat center center;
  background-size: 5px auto;
}

.link-lv02 a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.link-lv02 a:hover:after {
  left: 3px;
}

.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.external {
  color: #e96117;
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 0px;
  text-indent: 0;
}

.external:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-external-orange@2x.png) no-repeat center;
  background-size: 14px auto;
  margin-left: 5px;
  margin-right: 5px;
}

.external.brown:after {
  background-image: url(../img/common/icon-external-brown@2x.png);
}

.bold {
  font-weight: bold;
}

.text-sup {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

.text-sup.number {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.text-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.text-label:not(:last-child) {
  margin-bottom: 10px;
}

.text-label span {
  background: #e96117;
  color: #FFF;
  padding: 10px 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #FFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

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

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

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

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

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
}

.post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #8d8d8d;
}

.post blockquote {
  display: block;
  padding: 25px;
  background-color: #ffeade;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 700px) {
  .post blockquote {
    padding: 15px;
  }
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.post h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}

.post h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #8d8d8d;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 15px;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #a5a5a5;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.75rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

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

.rework-post ul:not(:last-child) {
  margin-bottom: 30px;
}

.rework-post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.rework-post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.rework-post ol {
  padding-left: 1.5em;
}

.rework-post ol:not(:last-child) {
  margin-bottom: 40px;
}

.rework-post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.rework-post ol li:last-child {
  padding-bottom: 0;
}

.rework-post strong {
  font-weight: bold;
}

.rework-post em {
  font-style: italic;
}

.rework-post del {
  text-decoration: line-through;
  color: #8d8d8d;
}

.rework-post .reference-block {
  padding: 30px;
  background-color: rgba(244, 244, 244, 0.5);
  margin-bottom: 30px;
}

.rework-post .reference-block p:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 700px) {
  .rework-post .reference-block {
    padding: 15px;
    margin-bottom: 20px;
  }
  .rework-post .reference-block p {
    line-height: 1.5;
  }
  .rework-post .reference-block p:not(:last-child) {
    margin-bottom: 6px;
  }
}

.rework-post blockquote {
  background-color: #f9f9f9;
  display: block;
  padding: 30px 40px;
  position: relative;
  font-style: italic;
}

.rework-post blockquote:before, .rework-post blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 24px;
  height: 19px;
  background: no-repeat center;
  background-size: 24px auto;
}

.rework-post blockquote:before {
  top: 10px;
  left: 0px;
  background-image: url(../img/next/icon-quote-l@2x.png);
}

.rework-post blockquote:after {
  bottom: 10px;
  right: 0px;
  background-image: url(../img/next/icon-quote-r@2x.png);
}

.rework-post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .rework-post blockquote {
    padding: 20px 20px;
  }
  .rework-post blockquote:before {
    top: 5px;
    left: 0px;
  }
  .rework-post blockquote:after {
    bottom: 5px;
    right: 0px;
  }
}

.rework-post .h, .rework-post h5, .rework-post h1, .rework-post .post h2, .post .rework-post h2, .rework-post .post h3, .post .rework-post h3, .rework-post .post h4, .post .rework-post h4 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.rework-post .h:not(:first-child), .rework-post h5:not(:first-child), .rework-post h1:not(:first-child), .rework-post .post h2:not(:first-child), .post .rework-post h2:not(:first-child), .rework-post .post h3:not(:first-child), .post .rework-post h3:not(:first-child), .rework-post .post h4:not(:first-child), .post .rework-post h4:not(:first-child) {
  margin-top: 30px;
}

.rework-post .h:not(:last-child), .rework-post h5:not(:last-child), .rework-post h1:not(:last-child), .rework-post .post h2:not(:last-child), .post .rework-post h2:not(:last-child), .rework-post .post h3:not(:last-child), .post .rework-post h3:not(:last-child), .rework-post .post h4:not(:last-child), .post .rework-post h4:not(:last-child) {
  margin-bottom: 30px;
}

.rework-post h1 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  border-left: 3px solid #aabb12;
  padding: 5px 0 5px 15px;
}

.rework-post h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.5;
  border-bottom: solid 4px #d6d7e0;
}

.rework-post h2:not(:last-child) {
  margin-bottom: 30px;
}

.rework-post h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: auto;
  width: 200px;
  height: 4px;
  background-color: #e96117;
  bottom: -4px;
}

@media screen and (max-width: 700px) {
  .rework-post h2 {
    padding-bottom: 7px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
  }
}

.rework-post h3 {
  padding-left: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}

.rework-post h3:not(:last-child) {
  margin-bottom: 20px;
}

.rework-post h3:not(:first-child) {
  margin-top: 35px;
}

.rework-post h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: auto;
  width: 6px;
  height: 100%;
  background-color: #e96117;
  bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 700px) {
  .rework-post h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}

.rework-post h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.rework-post iframe {
  max-width: 100%;
}

.rework-post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 40px;
}

.rework-post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.rework-post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.rework-post .wp-caption {
  max-width: 100%;
}

.rework-post .wp-caption-text {
  color: #8d8d8d;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.rework-post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.rework-post p:not(:last-child) {
  margin-bottom: 40px;
}

.rework-post table {
  width: 100% !important;
}

.rework-post table:not(:last-child) {
  margin-bottom: 30px;
}

.rework-post table td {
  padding: 10px;
}

.rework-post table td p {
  padding-bottom: 15px;
  line-height: 1.5;
}

.rework-post table td p:last-child {
  padding-bottom: 0;
}

.rework-post cite {
  border: 1px solid #a5a5a5;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.rework-post cite:before, .rework-post cite:after {
  content: "\00201d";
}

.rework-post small {
  font-size: 12px;
  font-size: 0.75rem;
}

.rework-post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.rework-post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.rework-post .video iframe, .rework-post .video object, .rework-post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rework-post .post-bnr {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .rework-post .post-bnr {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .rework-post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .rework-post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.rework-post:after {
  clear: both;
  display: block;
  content: '';
}

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

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
