@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  background-color: #FFF;
}

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

body {
  display: block;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #2f2f2f;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #91c0a9;
  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: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 {
  max-width: 100%;
  height: auto;
}

body img.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  body img.pc {
    display: none;
  }
  body img.sp {
    display: inline;
  }
}

body br.sp {
  display: none;
}

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

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

body ::selection {
  background: rgba(155, 176, 212, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(155, 176, 212, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  border-bottom: solid 1px #a5a5a5;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 200;
  top: 0;
}

header .brk {
  width: 100%;
}

header .brk p {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

header .inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header .inner .logo {
  line-height: 0;
  margin-top: -5px;
}

header .inner .tel {
  line-height: 0;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  header .inner {
    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;
  }
}

@media screen and (max-width: 750px) {
  header .inner {
    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 .inner .logo {
    width: 55px;
  }
  header .inner .tel {
    width: 200px;
  }
}

/* footer
------------------------------------------------------------*/
footer .sp-footer-contact-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer .sp-footer-contact-box > p {
  width: 50%;
}

footer .f-top {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}

footer .f-bottom {
  padding: 30px 0;
  background-color: #42bed7;
}

footer .f-bottom .inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  footer {
    margin-bottom: 45px;
  }
  footer .sp-footer-contact-box.active {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
  }
  footer .f-top {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  footer .f-top img {
    width: 85px;
    height: auto;
  }
  footer .f-bottom {
    padding: 10px 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;
  }
  footer .f-bottom .inner {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  line-height: 0;
  -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: url(../img/bg-mainimg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 90px;
}

#mainimg .inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  height: 600px;
  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;
  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;
}

#mainimg .inner .catch {
  width: 100%;
  text-align: center;
  margin-top: -30px;
  z-index: 1;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.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;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

#mainimg .inner .woman {
  position: absolute;
  left: -180px;
  bottom: 0;
}

#mainimg .inner .men {
  position: absolute;
  right: -190px;
  bottom: 0;
}

#mainimg .woman {
  line-height: 0;
}

@media screen and (max-width: 1300px) {
  #mainimg .inner {
    width: 1000px;
    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;
  }
  #mainimg .catch {
    padding-left: 100px;
    padding-right: 100px;
    -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 .woman {
    width: 320px;
    position: absolute;
    left: -180px;
    bottom: 0;
  }
  #mainimg .men {
    width: 290px;
    position: absolute;
    right: -190px;
    bottom: 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  #mainimg .inner {
    width: 100%;
    height: 500px;
  }
  #mainimg .inner .catch {
    width: 100%;
    padding-left: 200px;
    padding-right: 200px;
    -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 .inner .woman {
    width: 280px;
    position: absolute;
    left: -60px;
    bottom: 0;
  }
  #mainimg .inner .men {
    width: 260px;
    position: absolute;
    right: -50px;
    bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  #mainimg {
    margin-top: 70px;
  }
  #mainimg .inner {
    height: 320px;
  }
  #mainimg .inner .catch {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    -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 .inner .woman {
    display: none;
  }
  #mainimg .inner .men {
    display: none;
  }
}

/* main
------------------------------------------------------------*/
main.not-found {
  padding-top: 200px;
  padding-bottom: 60px;
}

main section {
  padding: 60px 0 80px;
  position: relative;
}

main section.pt0 {
  padding-top: 0;
}

main section.pt80 {
  padding-top: 80px;
}

main section.pb0 {
  padding-bottom: 0;
}

main section.pb60 {
  padding-bottom: 40px;
}

main section.bg {
  background-color: #f6f6f6;
}

main section.bg-aqua {
  background-color: #ceeef5;
}

main section.arrow-b:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 0;
  height: 0;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 100px 600px 0 600px;
  border-color: #f6f6f6 transparent transparent transparent;
  z-index: 2;
}

main section.arrow-b.white:before {
  border-color: #FFF transparent transparent transparent;
}

main section .z-index {
  position: relative;
  z-index: 100;
}

main section .edelay1[data-emergence=visible] {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

main section .edelay2[data-emergence=visible] {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

main section .edelay3[data-emergence=visible] {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

main section .edelay4[data-emergence=visible] {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

main section .edelay5[data-emergence=visible] {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

main .inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

main .s-inner {
  padding-left: 55px;
  padding-right: 55px;
  -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 .content {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .phase:not(:last-of-type) {
  padding-bottom: 100px;
}

main .phase.bg {
  background-color: #f6f6f6;
}

main .s-phase:not(:last-of-type) {
  padding-bottom: 50px;
}

main .point-list li {
  position: relative;
  padding-left: 20px;
  letter-spacing: normal;
  line-height: 1.5;
}

main .point-list li:not(:last-child) {
  margin-bottom: 5px;
}

main .point-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-top: -5px;
}

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

main .news-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1.5;
}

main .news-list li > div:not(:last-of-type) {
  margin-bottom: 5px;
}

main .news-list li .day, main .news-list li .tag {
  width: 70px;
  margin-right: 20px;
}

main .news-list li .title {
  width: 10px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .news-list li .txt {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  letter-spacing: 0.2em;
  color: #2f2f2f;
}

main #onayami {
  margin-top: -30px;
}

main #onayami .onayami-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}

main #onayami .onayami-box .item-onayami {
  width: calc(33.333% - 24px);
  margin: 0 12px 24px;
  padding: 25px 10px 25px 20px;
  background-color: #fff;
  border: solid 2px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*&:nth-child(1),&:nth-child(2){
          width: calc(50% - 24px);
          ul{
            li{
              @include rem(16);
            }
          }
        }*/
}

main #onayami .onayami-box .item-onayami[data-emergence=visible] {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

main #onayami .onayami-box .item-onayami .title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding-left: 90px;
  position: relative;
  line-height: 1.2;
  height: 60px;
  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: 30px;
}

main #onayami .onayami-box .item-onayami .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 68px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: no-repeat center center;
}

main #onayami .onayami-box .item-onayami .title span {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
}

main #onayami .onayami-box .item-onayami .title.icon1:before {
  background-image: url(../img/icon-onayami_01.svg);
}

main #onayami .onayami-box .item-onayami .title.icon2:before {
  background-image: url(../img/icon-onayami_02.svg);
}

main #onayami .onayami-box .item-onayami .title.icon3:before {
  background-image: url(../img/icon-onayami_03.svg);
}

main #onayami .onayami-box .item-onayami .title.icon4:before {
  background-image: url(../img/icon-onayami_04.svg);
}

main #onayami .onayami-box .item-onayami .title.icon5:before {
  background-image: url(../img/icon-onayami_05.svg);
}

main #onayami .onayami-box .item-onayami ul li {
  position: relative;
  padding-left: 20px;
  letter-spacing: normal;
  line-height: 1.5;
}

main #onayami .onayami-box .item-onayami ul li:not(:last-child) {
  margin-bottom: 5px;
}

main #onayami .onayami-box .item-onayami ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-top: -5px;
}

main #merit .merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -12px -24px;
}

main #merit .merit-list li {
  width: calc(33.333% - 24px);
  margin: 0 12px 24px;
  background-color: #fff;
}

main #merit .merit-list li .item-img {
  line-height: 0;
}

main #merit .merit-list li .item-txt {
  padding: 35px 34px;
  position: relative;
}

main #merit .merit-list li .item-txt:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -24px;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  background: no-repeat center center;
}

main #merit .merit-list li:nth-child(1) .item-txt:before {
  background-image: url(../img/icon-no1.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main #merit .merit-list li:nth-child(1) .item-txt:before {
    background-image: url(../img/icon-no1@2x.png);
    background-size: 48px auto;
  }
}

main #merit .merit-list li:nth-child(2) .item-txt:before {
  background-image: url(../img/icon-no2.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main #merit .merit-list li:nth-child(2) .item-txt:before {
    background-image: url(../img/icon-no2@2x.png);
    background-size: 48px auto;
  }
}

main #merit .merit-list li:nth-child(3) .item-txt:before {
  background-image: url(../img/icon-no3.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main #merit .merit-list li:nth-child(3) .item-txt:before {
    background-image: url(../img/icon-no3@2x.png);
    background-size: 48px auto;
  }
}

main #media .media-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 -20px -25px;
}

main #media .media-list li {
  width: calc(20% - 40px);
  margin: 0 20px 25px;
  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;
}

main #about {
  padding-top: 0;
}

main #about .merit-list {
  margin-right: -90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main #about .merit-list > li {
  margin-right: 90px;
  width: calc(33.333% - 90px);
  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;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main #about .merit-list > li:first-child .item-img {
  position: relative;
}

main #about .merit-list > li:first-child .item-img:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 0;
  height: 0;
  right: -60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 16px;
  border-color: transparent transparent transparent #9a9a9a;
}

main #about .merit-list > li:nth-child(3) .item-img {
  position: relative;
}

main #about .merit-list > li:nth-child(3) .item-img:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 0;
  height: 0;
  left: -60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 16px 11px 0;
  border-color: transparent #9a9a9a transparent transparent;
}

main #about .merit-list > li .item-img {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 25px;
}

main #about .merit-list > li .item-txt {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-left: solid 3px #e5e5e5;
  border-right: solid 3px #e5e5e5;
  border-bottom: solid 3px #e5e5e5;
}

main #about .merit-list > li .item-txt .title {
  line-height: 1.2;
  color: #2f2f2f;
  padding: 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;
  text-align: center;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  background-color: #e5e5e5;
  margin: 0 -3px;
}

main #about .merit-list > li .item-txt .title.orange {
  background-color: #ffb400;
  color: #FFF;
}

main #about .merit-list > li .item-txt .txt {
  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 #about .cost-block {
  text-align: center;
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main #about .madori-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px 0px;
}

main #about .madori-list li {
  width: calc(33.333% - 20px);
  margin: 0 10px 40px;
}

main #about .madori-list li .item-img {
  line-height: 0;
  margin-bottom: 15px;
}

main #about .madori-list li .item-name {
  text-align: center;
  font-weight: bold;
}

main #about .madori-list.column5 li {
  width: calc(20% - 20px);
}

main .white-box-sp {
  display: none;
}

main .service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px 50px;
}

main .service-block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: solid 2px #42bed7;
  width: calc(50% - 50px);
  margin: 0 25px 50px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: #fff;
}

main .service-block > div .item-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px 30px;
  background-color: #42bed7;
  height: 65px;
  -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-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .service-block > div .item-title .title {
  width: 100%;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .service-block > div .item-title .title span {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.2;
  color: #42bed7;
  width: 40px;
  height: 40px;
  -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-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;
  background-color: #fff;
  margin-right: 15px;
}

main .service-block > div .item-txt {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 20px 30px 30px;
  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: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .service-block > div .item-txt .txt {
  padding-bottom: 20px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .service-block > div .item-txt .item-img-column2 {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .service-block > div .item-txt .item-img-column2 > div {
  width: calc(50% - 20px);
  margin: 0 10px;
}

main .service-block > div .item-txt .img-txt-column2-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}

main .service-block > div .item-txt .img-txt-column2-block > div {
  width: calc(50% - 20px);
  margin: 0 10px;
}

main .service-block > div .item-txt .img-txt-column2-block .txt {
  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;
}

main .service-block > div .item-txt .img-txt-column2-block .txt .title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main .service-block > div .item-txt .img-txt-column2-block .txt .sub {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
  color: #ef4a36;
  line-height: 1.5;
}

main .service-block > div .item-txt .img-txt-column2-block .txt .sub small {
  display: block;
}

main .service-block > div .item-txt .item-img-column3 {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .service-block > div .item-txt .item-img-column3 > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px;
}

main .service-block > div .item-txt .item-img-txt-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}

main .service-block > div .item-txt .item-img-txt-column2 > div {
  width: calc(50% - 20px);
  margin: 0 10px;
  position: relative;
  line-height: 0;
}

main .service-block > div .item-txt .item-img-txt-column2 > div .icon {
  position: absolute;
  bottom: -15px;
  left: -25px;
}

main .service-block > div .item-txt .item-img-txt-column2 > div.text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: solid 2px #ffb400;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}

main .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div .txt2 {
  padding: 15px;
  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;
  text-align: center;
}

main .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div .txt2 > p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1.5;
}

main .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div .txt2 > p small {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

main .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div .txt2 > p:not(:last-child) {
  padding-bottom: 10px;
}

main #cost {
  background: url(../img/bg-cost.jpg) no-repeat center center;
  background-size: cover;
}

main #cost .fig-column2 {
  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;
  margin-bottom: 60px;
  text-align: center;
}

main #cost .fig {
  text-align: center;
  margin-bottom: 60px;
}

main #cost .img-txt-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0px;
}

main #cost .img-txt-column2 .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
}

main #cost .img-txt-column2 .item-img > div {
  width: 255px;
  height: 120px;
  border: solid 4px #42bed7;
  background-color: #fff;
  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;
  line-height: 1.5;
  color: #ef4a36;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  padding: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 15px;
}

main #cost .img-txt-column2 .item-img > div span {
  color: #2f2f2f;
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main #cost .img-txt-column2 .item-txt {
  margin-left: 40px;
}

main #cost .img-txt-column2 .item-txt > p {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main #cost .img-txt-column2 .item-txt > p:not(:last-child) {
  padding-bottom: 10px;
}

main #cost .img-txt-column2 .item-txt > p small {
  font-weight: normal;
}

main #cost .white-block {
  padding: 0px 60px 40px;
  background-color: #fff;
}

main #cost .white-block .p1 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding-bottom: 10px;
}

main #cost .white-block .fig-block .img {
  text-align: center;
}

main #cost .white-block .fig-block .img:not(:last-child) {
  margin-bottom: 100px;
}

main #service-bottom .img-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main #service-bottom .img-column2.sp {
  display: none;
}

main #service-bottom .img-column2 .item-r {
  margin-left: 10px;
}

main #map {
  background: url(../img/bg-map.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px;
}

main #map .item-map {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 50px 10px 10px;
  text-align: center;
}

main #map .item-map .p1 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.5;
}

main #map .item-map .p2 {
  font-size: 48px;
  font-size: 3.4285714286rem;
  font-weight: bold;
  color: #42bed7;
  line-height: 1.2;
  margin-bottom: 40px;
}

main #map .item-map .p2 span {
  position: relative;
  padding-left: 10px;
}

main #map .item-map .p2 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: -10px;
  height: 15px;
  bottom: 0;
  width: calc(100% + 20px);
  z-index: 1;
  background-color: #f2f935;
}

main #map .item-map .p2 span i {
  font-style: normal;
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  z-index: 2;
}

main #map .item-map .aqua-block {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #42bed7;
  margin-bottom: 35px;
}

main #map .item-map .aqua-block .title {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #42bed7;
  color: #FFF;
  padding: 10px;
}

main #map .item-map .aqua-block .txt {
  padding: 20px 20px 20px;
  text-align: center;
  color: #ef4a36;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
}

main #map .item-map .aqua-block .txt strong {
  font-size: 56px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}

main #flow .flow-list {
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}

main #flow .flow-list li {
  margin-right: 30px;
  width: calc(25% - 30px);
  position: relative;
  border: solid 2px #e5e5e5;
  -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 #flow .flow-list li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 0;
  height: 0;
  right: -26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 11px 0 11px 16px;
  border-color: transparent transparent transparent #42bed7;
}

main #flow .flow-list li .item-img {
  line-height: 0;
}

main #flow .flow-list li .item-txt {
  padding: 15px 20px;
}

main #flow .flow-list li .item-txt .title {
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #42bed7;
  padding-bottom: 5px;
}

main #flow .saiteki-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main #flow .saiteki-block .item-title {
  width: 320px;
  padding: 20px;
  background-color: #42bed7;
  color: #FFF;
  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;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  -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 #flow .saiteki-block .item-txt {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 20px;
  border-top: solid 2px #e5e5e5;
  border-bottom: solid 2px #e5e5e5;
  border-right: solid 2px #e5e5e5;
}

main #flow .saiteki-block .item-txt ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main #flow .saiteki-block .item-txt ul li:not(:last-child) {
  margin-bottom: 10px;
}

main #flow .saiteki-block .item-txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 16px;
  background: url(../img/icon-check.png) no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main #flow .saiteki-block .item-txt ul li:before {
    background-image: url(../img/icon-check@2x.png);
    background-size: 20px auto;
  }
}

main #faq .faq-list {
  padding-bottom: 60px;
}

main #faq .faq-list .hide {
  display: none;
}

main #faq .faq-list li {
  padding: 50px;
  border-bottom: solid 1px #d4d4d4;
}

main #faq .faq-list li .item-title {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}

main #faq .faq-list li .item-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #42bed7;
  color: #FFF;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.2;
  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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  content: 'Q';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

main #introduction .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main #introduction .column2 .item-txt {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 10px;
}

main #introduction .column2 .item-img {
  margin-left: 80px;
  width: 482px;
}

main .contact-block {
  padding-top: 0;
  padding-bottom: 20px;
}

main .contact-block .inner .item-title {
  padding: 45px 70px 35px;
  background-color: #efb833;
  color: #FFF;
  text-align: center;
}

main .contact-block .inner .item-title.tal {
  text-align: left;
}

main .contact-block .inner .item-title .title {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.3;
  z-index: 2;
  position: relative;
}

main .contact-block .inner .item-title .sub {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

main .contact-block .inner .item-bottom {
  padding: 30px 60px;
  border: solid 4px #efb833;
  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;
  position: relative;
}

main .contact-block .inner .item-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 319px;
  height: 319px;
  right: 0;
  bottom: 0;
  background: url(../img/tel-women.png) no-repeat center center;
}

main .contact-block .inner .item-bottom .item-tel {
  margin-right: 40px;
  line-height: 0;
}

main .contact-block .inner .item-bottom .item-tel span {
  padding-left: 20px;
  line-height: 0;
}

#contact {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  /* main
------------------------------------------------------------*/
  main section {
    padding: 50px 0px 60px;
    -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 .inner {
    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;
  }
  main .s-inner {
    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;
  }
  main #onayami .onayami-box .item-onayami {
    padding: 15px 10px 15px 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;
  }
  main #onayami .onayami-box .item-onayami:nth-child(1), main #onayami .onayami-box .item-onayami:nth-child(2) {
    width: calc(50% - 24px);
  }
  main #onayami .onayami-box .item-onayami:nth-child(1) ul li, main #onayami .onayami-box .item-onayami:nth-child(2) ul li {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main #onayami .onayami-box .item-onayami .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding-left: 70px;
    height: 46px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #onayami .onayami-box .item-onayami .title span {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    display: inline;
  }
  main #onayami .onayami-box .item-onayami .title:before {
    background-size: 50px auto;
  }
  main #onayami .onayami-box .item-onayami .title.icon3:before {
    background-size: 40px auto;
  }
  main #onayami .onayami-box .item-onayami ul {
    padding-left: 0;
  }
  main #merit .merit-list {
    margin: 0 -7px -14px;
  }
  main #merit .merit-list li {
    width: calc(33.333% - 14px);
    margin: 0 7px 14px;
  }
  main #merit .merit-list li .item-img {
    line-height: 0;
  }
  main #merit .merit-list li .item-txt {
    padding: 35px 10px 35px;
  }
  main #about {
    padding-top: 0;
  }
  main #about .merit-list {
    margin-right: -20px;
  }
  main #about .merit-list > li {
    margin-right: 20px;
    width: calc(33.333% - 20px);
  }
  main #about .merit-list > li:first-child .item-img {
    position: relative;
  }
  main #about .merit-list > li:first-child .item-img:before {
    right: -15px;
  }
  main #about .merit-list > li:nth-child(3) .item-img:before {
    left: -15px;
  }
  main #about .cost-block {
    max-width: 80%;
    margin: 0 auto;
  }
  main #about .madori-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px 0px;
  }
  main #about .madori-list li {
    width: calc(33.333% - 20px);
    margin: 0 10px 40px;
  }
  main #about .madori-list li .item-img {
    line-height: 0;
    margin-bottom: 15px;
  }
  main #about .madori-list li .item-name {
    text-align: center;
    font-weight: bold;
  }
  main #about .madori-list.column5 li {
    width: calc(20% - 20px);
  }
  main #cost {
    padding-bottom: 100px;
  }
  main #cost .fig {
    text-align: center;
    margin-bottom: 60px;
  }
  main #cost .img-txt-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 80px;
  }
  main #cost .img-txt-column2 .item-img {
    margin: 0 -5px;
  }
  main #cost .img-txt-column2 .item-img > div {
    width: 185px;
    height: 100px;
    font-size: 26px;
    font-size: 1.8571428571rem;
    font-weight: bold;
    padding: 10px;
    margin: 0 5px;
  }
  main #cost .white-block {
    padding: 40px 40px;
  }
  main #cost .white-block .p1 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    padding-bottom: 10px;
  }
  main #cost .white-block .fig-block .img:not(:last-child) {
    margin-bottom: 70px;
  }
  main .service-block {
    margin: 0 -10px 0px;
  }
  main .service-block > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: calc(50% - 20px);
    margin: 0 10px 50px;
  }
  main .service-block > div .item-title {
    width: 100%;
    padding: 5px 10px;
    height: 65px;
  }
  main .service-block > div .item-title .title {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
  main .service-block > div .item-txt {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 20px 10px 30px;
    /* .item-img-column2{
            margin:0 -10px;
            @include fb;
            >div{
              width: calc(50% - 20px);
              margin:0 10px;
            }
          }
          .img-txt-column2-block{
            @include fb;
            margin:0 -10px;
            >div{
              width: calc(50% - 20px);
              margin:0 10px;
            }
            .img{

            }
            .txt{
              text-align: center;
              @include fb;
              @include align(center);
              @include justify(center);
              .title{
                @include remb(18);
              }
              .sub{
                @include remb(16);
              }
            }
          } */
  }
  main .service-block > div .item-txt .txt {
    padding-bottom: 20px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main #service {
    padding-bottom: 0;
  }
  main #flow .flow-list {
    margin-right: -15px;
  }
  main #flow .flow-list li {
    margin-right: 15px;
    width: calc(20% - 15px);
  }
  main #flow .flow-list li:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    width: 0;
    height: 0;
    right: -16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #42bed7;
  }
  main #flow .flow-list li .item-img {
    line-height: 0;
  }
  main #flow .flow-list li .item-txt {
    padding: 15px 10px;
  }
  main #flow .flow-list li .item-txt .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
  main #introduction .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main #introduction .column2 .item-txt {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10px;
  }
  main #introduction .column2 .item-img {
    margin-left: 30px;
    width: 300px;
  }
  main .contact-block {
    padding-top: 0;
    padding-bottom: 20px;
  }
  main .contact-block .inner .item-title {
    padding: 45px 20px 35px;
  }
  main .contact-block .inner .item-title .title {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
  }
  main .contact-block .inner .item-title .sub {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
  main .contact-block .inner .item-bottom {
    padding: 30px 30px;
  }
  main .contact-block .inner .item-bottom:before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    width: 240px;
    height: 240px;
    background-size: 240px auto;
  }
  main .contact-block .inner .item-bottom .item-tel {
    margin-right: 40px;
    line-height: 0;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  /* main
------------------------------------------------------------*/
  main {
    /*  .js-scrollable{
    width: 500px;
  } */
  }
  main.not-found {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  main section {
    padding: 50px 0 40px;
  }
  main section.arrow-b:before {
    bottom: -25px;
    border-width: 25px 150px 0 150px;
  }
  main .inner {
    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;
  }
  main .s-inner {
    padding-left: 0px;
    padding-right: 0px;
    -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 .phase:not(:last-child) {
    padding-bottom: 35px;
  }
  main .s-phase:not(:last-child) {
    padding-bottom: 25px;
  }
  main #onayami .onayami-box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0px -20px;
  }
  main #onayami .onayami-box .item-onayami {
    width: 100%;
    margin: 0 0px 20px;
    padding: 25px 10px 25px 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;
  }
  main #onayami .onayami-box .item-onayami:nth-child(1), main #onayami .onayami-box .item-onayami:nth-child(2) {
    width: 100%;
  }
  main #onayami .onayami-box .item-onayami:nth-child(1) ul li, main #onayami .onayami-box .item-onayami:nth-child(2) ul li {
    font-size: 14px;
    font-size: 1rem;
  }
  main #onayami .onayami-box .item-onayami .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding-left: 70px;
    position: relative;
    line-height: 1.2;
    height: 40px;
    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: 20px;
  }
  main #onayami .onayami-box .item-onayami .title:before {
    background-size: 40px auto;
  }
  main #onayami .onayami-box .item-onayami .title span {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
  main #onayami .onayami-box .item-onayami .title.icon5:before {
    background-size: 54px auto;
  }
  main #merit .merit-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0px -24px;
  }
  main #merit .merit-list li {
    width: 100%;
    margin: 0 0px 24px;
    background-color: #fff;
  }
  main #merit .merit-list li .item-img {
    line-height: 0;
  }
  main #merit .merit-list li .item-txt {
    padding: 35px;
    position: relative;
  }
  main #merit .merit-list li .item-txt:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -24px;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    background: no-repeat center center;
  }
  main #media .media-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 -10px -25px;
  }
  main #media .media-list li {
    width: calc(33.3333% - 20px);
    margin: 0 10px 25px;
  }
  main #about {
    padding-top: 0;
  }
  main #about .merit-list {
    margin-right: 0px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #about .merit-list > li {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  main #about .merit-list > li:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: auto;
    width: 0;
    height: 0;
    bottom: -30px;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 11px 0 11px;
    border-color: #9a9a9a transparent transparent transparent;
  }
  main #about .merit-list > li:first-child .item-img:before {
    display: none;
  }
  main #about .merit-list > li:nth-child(2) .item-img img {
    width: 100px;
    height: auto;
  }
  main #about .merit-list > li:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -20px;
    width: 0;
    height: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 16px 11px;
    border-color: transparent transparent #9a9a9a transparent;
  }
  main #about .merit-list > li:nth-child(3) .item-img {
    position: relative;
  }
  main #about .merit-list > li:nth-child(3) .item-img:before {
    display: none;
  }
  main #about .merit-list > li .item-img {
    height: 110px;
    padding-bottom: 15px;
  }
  main #about .merit-list > li .item-img img {
    width: 70px;
    height: auto;
  }
  main #about .merit-list > li .item-txt {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main #about .merit-list > li .item-txt .title {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0px;
  }
  main #about .merit-list > li .item-txt .txt {
    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 #about .cost-block {
    border: solid 1px #e5e5e5;
    padding: 20px;
    text-align: center;
    width: 1060px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -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 #about .madori-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -5px 0px;
  }
  main #about .madori-list li {
    width: calc(33.333% - 10px);
    margin: 0 5px 30px;
  }
  main #about .madori-list li .item-img {
    line-height: 0;
    margin-bottom: 5px;
  }
  main #about .madori-list li .item-name {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
  }
  main #about .madori-list.column5 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #about .madori-list.column5 li {
    width: calc(33.333% - 10px);
  }
  main #cost {
    padding-bottom: 80px;
  }
  main #cost .fig-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  main #cost .fig-column2 .fig-l {
    margin-bottom: 20px;
  }
  main #cost .fig-column2 .fig-l .img {
    padding-bottom: 20px;
  }
  main #cost .fig {
    text-align: center;
    margin-bottom: 40px;
  }
  main #cost .img-txt-column2 {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #cost .img-txt-column2 .item-img {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    width: 100%;
  }
  main #cost .img-txt-column2 .item-img > div {
    width: 100%;
    height: 70px;
    color: #ef4a36;
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    padding: 20px 10px;
    margin: 0px 0 20px;
  }
  main #cost .img-txt-column2 .item-img > div span {
    color: #2f2f2f;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main #cost .img-txt-column2 .item-txt {
    margin-left: 0px;
  }
  main #cost .img-txt-column2 .item-txt > p {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main #cost .img-txt-column2 .item-txt > p:not(:last-child) {
    padding-bottom: 10px;
  }
  main #cost .img-txt-column2 .item-txt > p small {
    font-weight: normal;
  }
  main #cost .white-block {
    padding: 40px 20px;
  }
  main #cost .white-block .p1 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding-bottom: 15px;
  }
  main #cost .white-block .fig-block .img {
    text-align: center;
  }
  main #cost .white-block .fig-block .img:not(:last-child) {
    margin-bottom: 30px;
  }
  main #service-bottom .img-column2.pc {
    display: none;
  }
  main #service-bottom .img-column2.sp {
    display: inline;
  }
  main .service-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0px 0px;
  }
  main .service-block > div {
    width: 100%;
    margin: 0 0px 20px;
  }
  main .service-block > div .item-title {
    width: 100%;
    padding: 5px 10px;
    height: 55px;
  }
  main .service-block > div .item-title .title {
    width: 100%;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
  main .service-block > div .item-title .title span {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    line-height: 1.2;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  main .service-block > div .item-txt {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 20px 10px 30px;
  }
  main .service-block > div .item-txt .txt {
    padding-bottom: 20px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main .service-block > div .item-txt .item-img-column2 {
    margin: 0 -5px;
  }
  main .service-block > div .item-txt .item-img-column2 > div {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  main .service-block > div .item-txt .img-txt-column2-block {
    margin: 0 -5px;
  }
  main .service-block > div .item-txt .img-txt-column2-block > div {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  main .service-block > div .item-txt .img-txt-column2-block .txt {
    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;
  }
  main .service-block > div .item-txt .img-txt-column2-block .txt .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main .service-block > div .item-txt .img-txt-column2-block .txt .sub {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main .service-block > div .item-txt .item-img-column3 {
    margin: 0 -5px;
  }
  main .service-block > div .item-txt .item-img-column3 > div {
    width: calc(33.3333% - 10px);
    margin: 0 5px;
  }
  main .service-block > div .item-txt .item-img-txt-column2 {
    margin: 0 -5px;
  }
  main .service-block > div .item-txt .item-img-txt-column2 > div {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  main .service-block > div .item-txt .item-img-txt-column2 > div .icon {
    position: absolute;
    bottom: -15px;
    left: -25px;
  }
  main .service-block > div .item-txt .item-img-txt-column2 > div.text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: solid 2px #ffb400;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  main .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div {
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -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 .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div .txt2 {
    padding: 10px;
    width: 100%;
  }
  main .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div .txt2 > p {
    font-size: 13px;
    font-size: 0.9285714286rem;
    font-weight: bold;
    line-height: 1.5;
  }
  main .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div .txt2 > p small {
    font-size: 13px;
    font-size: 0.9285714286rem;
    font-weight: bold;
  }
  main .service-block > div .item-txt .item-img-txt-column2 > div.text-block > div .txt2 > p:not(:last-child) {
    padding-bottom: 5px;
  }
  main .white-box-sp {
    display: block;
    padding: 30px 20px;
    background-color: #fff;
  }
  main #map {
    padding: 20px;
  }
  main #map .item-map {
    padding: 30px 10px 10px;
    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;
  }
  main #map .item-map .p1 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    line-height: 1.5;
  }
  main #map .item-map .p2 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main #map .item-map .p2 span {
    position: relative;
    padding-left: 10px;
  }
  main #map .item-map .p2 span:before {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  main #map .item-map .aqua-block {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #42bed7;
    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;
  }
  main #map .item-map .aqua-block .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding: 10px;
  }
  main #map .item-map .aqua-block .txt {
    padding: 20px 10px 20px;
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
  }
  main #map .item-map .aqua-block .txt strong {
    font-size: 26px;
    font-size: 1.8571428571rem;
    font-weight: bold;
  }
  main #flow .flow-list {
    margin-right: 0px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 15px;
  }
  main #flow .flow-list li {
    margin-right: 0px;
    width: 100%;
    margin: 0 0px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main #flow .flow-list li:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    width: 0;
    height: 0;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #42bed7 transparent transparent transparent;
  }
  main #flow .flow-list li .item-img {
    line-height: 0;
    width: 150px;
  }
  main #flow .flow-list li .item-txt {
    padding: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10px;
    background-color: #fff;
  }
  main #flow .flow-list li .item-txt .title {
    line-height: 1.2;
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
    padding-bottom: 5px;
  }
  main #flow .saiteki-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #flow .saiteki-block .item-title {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    -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 #flow .saiteki-block .item-txt {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 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;
    border-left: solid 2px #e5e5e5;
    border-top: none;
  }
  main #flow .saiteki-block .item-txt ul li {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main #flow .saiteki-block .item-txt ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main #faq .faq-list {
    padding-bottom: 40px;
  }
  main #faq .faq-list .hide {
    display: none;
  }
  main #faq .faq-list li {
    padding: 15px 0;
  }
  main #faq .faq-list li .item-title {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 10px;
  }
  main #introduction .column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #introduction .column2 .item-txt {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10px;
    margin-bottom: 30px;
  }
  main #introduction .column2 .item-img {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  main .contact-block {
    padding-top: 0;
    padding-bottom: 20px;
  }
  main .contact-block .inner .item-title {
    padding: 15px 20px 20px;
  }
  main .contact-block .inner .item-title .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  main .contact-block .inner .item-title .sub {
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: bold;
  }
  main .contact-block .inner .item-title .sub br {
    display: none;
  }
  main .contact-block .inner .item-bottom {
    padding: 20px 20px 20px 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  main .contact-block .inner .item-bottom:before {
    width: 100px;
    height: 100px;
    background-size: 100px auto;
    display: none;
  }
  main .contact-block .inner .item-bottom .item-tel {
    position: relative;
    z-index: 2;
    margin-right: 0px;
    line-height: 0;
    margin-bottom: 20px;
  }
  main .contact-block .inner .item-bottom .item-btn {
    position: relative;
    z-index: 2;
  }
}

/* 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: 750px) {
  .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 */
/* 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .w500-sp {
    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: 750px) {
  .w5p-sp {
    width: 5%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

br.tablet {
  display: none;
}

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

br.sp {
  display: none;
}

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

/* etc */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn a, .btn input, .btn span {
  -webkit-appearance: none;
  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: 65px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 2px #42bed7;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  -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;
  width: 400px;
  color: #42bed7;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  top: 0;
}

@media screen and (max-width: 750px) {
  .btn a, .btn input, .btn span {
    width: 300px;
    height: 55px;
  }
}

.btn a:hover, .btn input:hover, .btn span:hover {
  text-decoration: none;
  background-color: #42bed7;
  color: #FFF;
}

.btn a.gray, .btn input.gray, .btn span.gray {
  background-color: #e5e5e5;
}

.btn a.back, .btn input.back, .btn span.back {
  color: #bbb;
  border-color: #bbb;
}

.btn a.back:hover, .btn input.back:hover, .btn span.back:hover {
  background-color: #bbb;
}

.btn a.mail-btn, .btn input.mail-btn, .btn span.mail-btn {
  height: 80px;
  background-color: #ef4a36;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 515px;
  border: none;
}

.btn a.mail-btn b, .btn input.mail-btn b, .btn span.mail-btn b {
  letter-spacing: normal;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 55px;
  position: relative;
  font-size: 23px;
  font-size: 1.6428571429rem;
  font-weight: bold;
  line-height: 1.2;
}

.btn a.mail-btn b:before, .btn input.mail-btn b:before, .btn span.mail-btn b:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 25px;
  background: url(../img/icon-mail.svg) no-repeat center center;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .btn a.mail-btn, .btn input.mail-btn, .btn span.mail-btn {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn a.mail-btn b, .btn input.mail-btn b, .btn span.mail-btn b {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .btn a.mail-btn, .btn input.mail-btn, .btn span.mail-btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
  }
  .btn a.mail-btn b, .btn input.mail-btn b, .btn span.mail-btn b {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
    padding-left: 37px;
  }
  .btn a.mail-btn b:before, .btn input.mail-btn b:before, .btn span.mail-btn b:before {
    margin-top: -2px;
    background-size: 25px auto;
  }
}

.btn a.mail-btn-sp, .btn input.mail-btn-sp, .btn span.mail-btn-sp {
  height: 45px;
  background-color: #ef4a36;
  width: 100%;
  border: none;
  -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-left: 5px;
  padding-right: 5px;
}

.btn a.mail-btn-sp b, .btn input.mail-btn-sp b, .btn span.mail-btn-sp b {
  letter-spacing: normal;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.btn a.mail-btn-sp b:before, .btn input.mail-btn-sp b:before, .btn span.mail-btn-sp b:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon-mail.svg) no-repeat center center;
  background-size: 20px auto;
}

.btn a.tel-btn-sp, .btn input.tel-btn-sp, .btn span.tel-btn-sp {
  height: 45px;
  background-color: #efb833;
  width: 100%;
  border: none;
  -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-left: 10px;
  padding-right: 5px;
}

.btn a.tel-btn-sp b, .btn input.tel-btn-sp b, .btn span.tel-btn-sp b {
  letter-spacing: normal;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
  line-height: 1.2;
}

.btn a.tel-btn-sp b:before, .btn input.tel-btn-sp b:before, .btn span.tel-btn-sp b:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon-tel-white.svg) no-repeat center center;
  background-size: 17px auto;
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
}

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto;
}

.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 > * {
  margin: 0 10px 15px;
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  height: 48px;
  line-height: 48px;
  -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: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="tel"]:placeholder-shown, input[type="password"]: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 {
  color: #b8b8b8;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-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 {
  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 {
  color: #b8b8b8;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]: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.lg[type="text"], input.lg[type="email"], input.lg[type="tel"], input.lg[type="password"] {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

@media screen and (max-width: 750px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    height: 38px;
    line-height: 38px;
  }
}

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

@media screen and (min-width: 751px) and (max-width: 1200px) {
  input.w600[type="text"], input.w600[type="email"], input.w600[type="tel"], input.w600[type="password"] {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  input.w600[type="text"], input.w600[type="email"], input.w600[type="tel"], input.w600[type="password"] {
    width: 100%;
  }
}

textarea {
  -webkit-appearance: none;
  height: 250px;
  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;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -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 #dbdbdb;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
}

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.h100 {
  height: 100px;
}

textarea.w100p {
  width: 100%;
  height: 150px;
}

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

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;
}

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: #FFF;
  border: 1px solid #b3b3b3;
  -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 #2f2f2f;
  border-bottom: 2px solid #2f2f2f;
  -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;
}

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 #b3b3b3;
  -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: #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: #b3b3b3;
  -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;
}

.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: -15px;
  margin-bottom: -5px;
}

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

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

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: #b3b3b3 transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 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: 1px solid #b3b3b3;
  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: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
}

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

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

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

/* form */
/* table */
table.tbl1 {
  width: 100%;
  margin-bottom: 30px;
}

table.tbl1 tr.vat th, table.tbl1 tr.vat td {
  vertical-align: top;
}

table.tbl1 tr th, table.tbl1 tr td {
  padding: 15px;
}

table.tbl1 tr th {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  width: 210px;
  -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;
}

table.tbl1 tr th .hissu {
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #ef4a36;
  border: solid 2px #ef4a36;
  line-height: 1;
  padding: 2px 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

table.tbl1 tr td {
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  table.tbl1 tr.vat th, table.tbl1 tr.vat td {
    vertical-align: top;
  }
  table.tbl1 tr th, table.tbl1 tr td {
    display: block;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.tbl1 tr th {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    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;
    position: relative;
    padding-bottom: 0;
  }
  table.tbl1 tr th .hissu {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1;
    padding: 2px 10px;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-left: 10px;
  }
  table.tbl1 tr td {
    padding-top: 15px;
    padding-left: 0px;
  }
}

table.tbl2 {
  width: 100%;
  background-color: #FFF;
}

table.tbl2 th, table.tbl2 td {
  padding: 20px;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: solid 1px #d4d4d4;
}

@media screen and (max-width: 750px) {
  table.tbl2 th, table.tbl2 td {
    padding: 15px 5px;
  }
}

table.tbl2 th {
  width: 90px;
  color: #42bed7;
}

table.img-tbl {
  width: 100%;
}

table.img-tbl th {
  text-align: center;
}

@media screen and (max-width: 750px) {
  table.img-tbl {
    width: 500px;
  }
}

/* table */
/* text */
.heading-lv01 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.heading-lv01 span {
  padding-top: 7px;
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 750px) {
  .heading-lv01 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
  .heading-lv01 span {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
  }
}

.heading-lv02 {
  margin-bottom: 40px;
  line-height: 0;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .heading-lv02 img {
    width: 560px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .heading-lv02 {
    margin-bottom: 25px;
  }
}

.heading-lv03 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
}

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

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .heading-lv03 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .heading-lv03 {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
}

.heading-lv04 {
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
  padding: 30px 20px 40px;
  -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: #42bed7;
  -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;
  margin-bottom: 25px;
}

.heading-lv04.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .heading-lv04.mb100 {
    margin-bottom: 60px;
  }
}

.heading-lv04 span {
  padding-top: 18px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  display: block;
  font-weight: normal;
  line-height: 2;
}

.heading-lv04 span.pt5 {
  padding-top: 5px;
}

.heading-lv04:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 0;
  height: 0;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 50px 130px 0 130px;
  border-color: #42bed7 transparent transparent transparent;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .heading-lv04 {
    padding: 20px 20px 20px;
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv04 span {
    font-size: 14px;
    font-size: 1rem;
  }
  .heading-lv04 br {
    display: none;
  }
}

.heading-lv05 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  padding: 13px 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;
  background-color: #42bed7;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .heading-lv05 {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
  }
}

.heading-lv06 {
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
}

.heading-lv06 small {
  padding-top: 10px;
  display: block;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .heading-lv06 {
    font-size: 35px;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .heading-lv06 small {
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .heading-lv06 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv06 small {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
}

.heading-lv07 {
  text-align: center;
  margin-bottom: 24px;
}

.heading-lv07 span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  padding: 8px 45px;
  background-color: #ffb400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 750px) {
  .heading-lv07 span {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 8px 25px;
  }
}

.heading-lv08 {
  font-size: 56px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 70px;
  position: relative;
  z-index: 100;
  font-weight: 800;
}

.heading-lv08 small {
  padding-bottom: 3px;
  display: block;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .heading-lv08 {
    font-size: 45px;
    font-size: 3.2142857143rem;
    font-weight: bold;
  }
  .heading-lv08 small {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .heading-lv08 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .heading-lv08 small {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
}

.heading-lv09 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  padding: 30px 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;
  background-color: #42bed7;
  text-align: center;
  margin-bottom: 25px;
}

.heading-lv09.mb {
  margin-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .heading-lv09 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    padding: 20px 10px;
  }
  .heading-lv09.mb {
    margin-bottom: 40px;
  }
}

.heading-lv10 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  padding: 15px 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;
  background-color: #0c8199;
  color: #FFF;
}

.heading-lv11 {
  width: 100%;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  padding: 5px 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;
  background-color: #ffb400;
  text-align: center;
  color: #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;
}

.heading-lv12 {
  font-size: 48px;
  font-size: 3.4285714286rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 25px;
  color: #42bed7;
  margin-bottom: 40px;
}

.heading-lv12 small {
  display: block;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  color: #2f2f2f;
}

@media screen and (max-width: 750px) {
  .heading-lv12 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .heading-lv12 small {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
}

.heading-lv13 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
  padding: 10px 0 15px;
  text-align: center;
  margin-bottom: 40px;
  border-top: solid 2px #ef4a36;
  border-bottom: solid 2px #ef4a36;
}

.heading-lv13 span {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #2f2f2f;
  position: relative;
}

.heading-lv13 span b {
  color: #ef4a36;
  font-size: 48px;
  font-size: 3.4285714286rem;
  font-weight: bold;
}

.heading-lv13 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 112px;
  height: 112px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  background: url(../img/icon-poin1.png) no-repeat center center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .heading-lv13 span:before {
    background-image: url(../img/icon-poin1@2x.png);
    background-size: 112px auto;
  }
}

.heading-lv13 small {
  display: block;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  color: #2f2f2f;
}

.heading-lv13.point1-5 span:before {
  background-image: url(../img/icon-poin1-5.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .heading-lv13.point1-5 span:before {
    background-image: url(../img/icon-poin1-5@2x.png);
    background-size: 112px auto;
  }
}

.heading-lv13.point2 span:before {
  background-image: url(../img/icon-poin2.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .heading-lv13.point2 span:before {
    background-image: url(../img/icon-poin2@2x.png);
    background-size: 112px auto;
  }
}

.heading-lv13.point3 span:before {
  background-image: url(../img/icon-poin3.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .heading-lv13.point3 span:before {
    background-image: url(../img/icon-poin3@2x.png);
    background-size: 112px auto;
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .heading-lv13 {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
  }
  .heading-lv13 span {
    padding-left: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .heading-lv13 span b {
    color: #42bed7;
    font-size: 34px;
    font-size: 2.4285714286rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  .heading-lv13 {
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 12px 0 12px;
    text-align: left;
  }
  .heading-lv13 span {
    padding-left: 100px;
    -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-right: 20px;
  }
  .heading-lv13 span:before {
    background-size: 80px auto !important;
    width: 80px;
    height: 80px;
    left: 10px;
  }
  .heading-lv13 span b {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
  }
}

.heading-lv14 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #42bed7;
  color: #FFF;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.heading-lv14.mb0 {
  margin-bottom: 0;
}

.heading-lv14.small {
  padding: 10px 15px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .heading-lv14 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 23px;
  }
  .heading-lv14.small {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
}

.heading-lv15 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.5;
}

.heading-lv15 span {
  color: #42bed7;
}

@media screen and (max-width: 750px) {
  .heading-lv15 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
}

.heading-lv16 {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 22px;
}

.heading-lv16 span {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  color: #ef4a36;
}

@media screen and (max-width: 750px) {
  .heading-lv16 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  .heading-lv16 span {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
}

.heading-lv17 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .heading-lv17 {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
}

.heading-lv18 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.heading-lv18 small {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
}

.heading-lv18 span {
  color: #ef4a36;
}

@media screen and (max-width: 750px) {
  .heading-lv18 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
  .heading-lv18 small {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
}

.txt-lv01 {
  margin-bottom: 35px;
  text-align: center;
}

.txt-lv02 {
  font-weight: bold;
  margin-bottom: 55px;
  text-align: left;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.4;
}

.txt-lv02.mb20 {
  margin-bottom: 20px;
}

.txt-lv02 small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

@media screen and (max-width: 750px) {
  .txt-lv02 {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
}

.txt-lv03 {
  font-weight: bold;
  margin-bottom: 35px;
  text-align: left;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

.txt-lv03.mb20 {
  margin-bottom: 20px;
}

.txt-lv03 small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

@media screen and (max-width: 750px) {
  .txt-lv03 {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
}

.txt-lv04 {
  font-weight: bold;
  margin-bottom: 55px;
  text-align: left;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.4;
}

.txt-lv04.mb20 {
  margin-bottom: 20px;
}

.txt-lv04 small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

@media screen and (max-width: 750px) {
  .txt-lv04 {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.red {
  color: #ef4a36;
}

.aqua {
  color: #42bed7;
}

.link a {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 60px;
  position: relative;
  color: #91c0a9;
  line-height: 1.2;
}

.link a:before {
  -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: auto;
  top: 50%;
  width: 36px;
  height: 10px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-link.svg) no-repeat center center;
}

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

.link a:hover:before {
  right: -5px;
}

.tag {
  line-height: 1.2;
}

.tag > span, .tag > a {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: bold;
  color: #FFF;
  padding: 3px 13px;
  background-color: #2f2f2f;
  -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;
}

.tag > a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

/* text */
.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;
  padding-bottom: 5px;
}

.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: #f2f2f2;
}

.post blockquote {
  display: block;
  padding: 20px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #b3b3b3;
  text-align: center;
}

.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.9285714286rem;
  font-weight: bold;
  border-left: 3px solid #91c0a9;
  padding: 5px 0 5px 15px;
}

.post h2 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  border-left: 3px solid #91c0a9;
  padding: 5px 0 5px 15px;
}

.post h3 {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px;
  background-color: #f6f6f6;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

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

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  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:not(:last-child) {
  margin-bottom: 30px;
}

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

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

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

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

.post cite {
  border: 1px solid #b3b3b3;
  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.8571428571rem;
}

.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: 750px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.iv {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.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;
}

/* 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%);
  }
}

.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;
}
