@charset "UTF-8";
/*---------------------------------------------
common
---------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1080px;
  color: #4d5156;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

@media screen and (min-width: 769px), print {
  .pc_view {
    display: block;
  }
  .sp_view {
    display: none;
  }
}

@media screen and (max-width: 768px), print {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
}

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

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

.flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

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

.flex.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

article {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}

section {
  padding-top: 150px;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}

section .flex div.left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

section .flex div.right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  height: auto;
}

img {
  width: auto;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.cp_mv img {
  width: 100%;
}


.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.w100 {
  width: 100%;
}

.w75 {
  width: 75%;
}

.w50 {
  width: 50%;
}

.w30 {
  width: 33.3333%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

div.box {
  width: 100%;
}

/* font */
p.left {
  text-align: left;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

h1.title.left, h2.title.left, h3.title.left, h4.title.left, h5.title.left, h6.title.left {
  text-align: left;
}

h1.title.center, h2.title.center, h3.title.center, h4.title.center, h5.title.center, h6.title.center {
  text-align: center;
}

h1.title.right, h2.title.right, h3.title.right, h4.title.right, h5.title.right, h6.title.right {
  text-align: right;
}

h3.title {
  position: relative;
  margin-bottom: 50px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.575;
  text-align: center;
  font-weight: 900;
}

h3.title mark {
  position: relative;
  color: #008BA5;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(60%, transparent), color-stop(60%, #FFF100), to(#FFF100));
  background: linear-gradient(transparent 0, transparent 60%, #FFF100 60%, #FFF100 100%);
}

h3.title mark br {
  display: none;
}

h4.title {
  margin: 1em auto;
  color: #32a2b7;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 900;
}

span.sub_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.small {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.575;
  color: #70757a;
}

b, strong, .bold {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: 900;
}

.fa-facebook-square {
  color: #3C5A99;
}

.fa-twitter {
  color: #1DA1F2;
}

.fa-line {
  color: #00B900;
}

.bg_blue {
  background-color: #daf9ff;
}

.bg_white {
  background-color: #FFF;
}

.bg_note {
  background: url("/renewal/img/note_bg.jpg");
  padding-top: 150px;
  padding-bottom: 150px;
}

.cf::after {
  display: block;
  clear: both;
  content: "";
}

.sp_flex {
  display: none;
}

/*---------------------------------------------
form
---------------------------------------------*/
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  position: relative;
  padding: 0 .5em;
  outline: 1px solid #CCC;
  background-color: #FFF;
  width: 100%;
  min-width: 200px;
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4625;
  color: #454545;
}

select.required {
  background-color: #FFFFCD;
}

select.choice {
  background-color: #FFF;
}

select option:disabled {
  color: #CCC;
}

.select {
  position: relative;
}

.select span.arrows:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 5px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #008BA5;
  border-left: 4px solid transparent;
}

.select span.arrows:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 5px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 6px solid #008BA5;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}

.select.multiple select {
  height: auto;
}

.select.multiple span.arrows:before, .select.multiple span:after {
  content: none;
}

/*---------------------------------------------
link
---------------------------------------------*/
a {
  text-decoration: none;
  color: #666666;
}

a:link {
  color: #4d5156;
}

a:visited {
  color: #4d5156;
}

a:hover {
  color: #EA7B12;
  text-decoration: underline;
}

a:active {
  color: #EA7B12;
}

/*---------------------------------------------
button
---------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5px;
  -webkit-transition: 0.1s all ease 0s;
  transition: 0.1s all ease 0s;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.btn.btn_new {
  color: #FFF;
  background: #EA7B12;
  -webkit-box-shadow: 0 4px 0 #b46120;
          box-shadow: 0 4px 0 #b46120;
}

.btn.btn_new:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}

.btn.btn_login {
  color: #FFF;
  background: #44a4d9;
  -webkit-box-shadow: 0 4px 0 #206c8d;
          box-shadow: 0 4px 0 #206c8d;
}

.btn.btn_login:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}

.btn.btn_contact {
  color: #FFF;
  background: #11879f;
  -webkit-box-shadow: 0 4px 0 #086f82;
          box-shadow: 0 4px 0 #086f82;
}

.btn.btn_contact:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}

.btn.btn_other {
  color: #FFF;
  background: #6ebdcd;
  -webkit-box-shadow: 0 4px 0 #3e9ccd;
          box-shadow: 0 4px 0 #3e9ccd;
}

.btn.btn_other:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}

.btn.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.btn:hover {
  text-decoration: none;
}

.btn:disabled {
  background: #aaa !important;
  -webkit-box-shadow: 0 4px 0 #888 !important;
          box-shadow: 0 4px 0 #888 !important;
}

.btn:disabled:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: auto;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}

.btn i.fas, .btn i.far, .btn i.fal, .btn i.fab {
  margin-left: 5px;
}

.btn i.fas.icon_l, .btn i.far.icon_l, .btn i.fal.icon_l, .btn i.fab.icon_l {
  position: absolute;
  top: 14px;
  left: 10px;
}

.btn i.fas.icon_r, .btn i.far.icon_r, .btn i.fal.icon_r, .btn i.fab.icon_r {
  position: absolute;
  top: 14px;
  right: 10px;
}

/*---------------------------------------------
header
---------------------------------------------*/
header {
  margin: .5em auto;
  background-color: #FFF;
  width: 100%;
}

header section {
  padding-top: 0;
}

header h1 {
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.125;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header #head_logo {
  width: 200px;
}

header.isHide {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  -webkit-transition: ease-out .5s;
  transition: ease-out .5s;
  z-index: 5000;
}

header.isFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  padding: 5px 0;
  margin: 0 auto;
  opacity: 1;
  background-color: white;
  border-bottom: 1px solid #E8E8E8;
  -webkit-transition: ease-out .5s;
  transition: ease-out .5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.isFixed h1 {
  display: none;
}

header.isFixed nav#head_nav ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.35;
  line-height: 1;
}

header.isFixed nav#head_nav ul li a #head_logo {
  width: 140px;
}

/* nav */
nav#head_nav {
  width: 100%;
}

nav#head_nav ul {
  width: 100%;
}

nav#head_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav#head_nav ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.575;
}

nav#head_nav ul li:not(:nth-child(1)) {
  margin-left: 1.5em;
}

nav#head_nav ul li:first-child {
  margin-top: 5px;
  margin-right: auto;
}

nav#head_nav ul li:nth-of-type(9) {
  margin-left: .5em;
}

nav#head_nav ul li .btn {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.35;
}

nav#head_nav ul li .btn:hover {
  text-decoration: none;
}

nav#head_nav ul li img#head_tel {
  width: 120px;
}

#sp_drawer {
  display: none;
}

/*---------------------------------------------
cv_area
---------------------------------------------*/
section[id^="cv_"] {
  padding-top: 0;
  margin: 150px auto 0;
  width: 100%;
  max-width: initial;
  background: linear-gradient(45deg, #008ba5 0%, #0082a5 55%, #008caa 85%, #008ba5 100%) fixed;
  color: #FFF;
}

section[id^="cv_"] .cv_area {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  text-align: center;
  background: url("/renewal/img/cv_img.png") no-repeat center right 50px/186px auto !important;
}

section[id^="cv_"] .cv_area h2.cv_title {
  color: #FFF100;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8;
}

section[id^="cv_"] .cv_area h2.cv_title p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}

section[id^="cv_"] .cv_area a {
  position: relative;
  display: block;
  margin: 1em auto;
  width: 50%;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.7;
  line-height: 1.125;
}

section[id^="cv_"] .cv_area a.btn:focus {
  outline: 2px solid #FFF100;
  outline-offset: 5px;
}

section[id^="cv_"] .cv_area a i {
  position: absolute;
  top: 13px;
  right: 10px;
  bottom: 0;
}

/*---------------------------------------------
footer
---------------------------------------------*/
footer {
  padding: 100px 0;
  background-color: #f9f9f9;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.575;
}

footer b {
  margin-bottom: 1em;
  display: block;
}

footer .link ul {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 30px;
}

footer .link ul li {
  width: 100%;
  line-height: 1.8;
}

footer .link ul li.sub {
  margin-left: 1em;
}

footer .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

footer .left .foot_logo {
  margin-top: 1em;
  width: 200px;
}

footer .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

footer .info {
  margin-top: 2em;
  line-height: 1.8;
}

footer .info .banner {
  margin-top: 30px;
  height: 100px;
  width: auto;
}


footer .n_banner {
  margin-top: 0px;
  height: 45px;
  width: auto;
}

footer .symbol_isms {
  margin-top: 12px;
  height: 68px;
  width: auto;
}

footer + small {
  display: block;
  padding: 5px;
  margin-bottom: 89px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.575;
  background: linear-gradient(45deg, #008ba5 0%, #0082a5 55%, #008caa 85%, #008ba5 100%) fixed;
}

footer + small.isMB0 {
  margin-bottom: 0;
}

#foot_cta {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
  padding: 0 20px;
  margin: 0 auto;
  border-top: 3px solid #008BA5;
  background-color: #FFF;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: ease-out .5s;
  transition: ease-out .5s;
  opacity: 1;
}

#foot_cta .flex {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}

#foot_cta .item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#foot_cta .item sup {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: 900;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.125;
}

#foot_cta .item .cta_btn {
  float: right;
  width: 400px;
  -webkit-transition: ease-out .25s;
  transition: ease-out .25s;
  -webkit-animation-name: cta-flash;
          animation-name: cta-flash;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

#foot_cta .item .cta_btn:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

@-webkit-keyframes cta-flash {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cta-flash {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#foot_cta .item .left {
  float: left;
  padding-right: 24px;
  width: 60%;
}

#foot_cta .item .left .tel {
  display: inline-block;
  width: 100%;
}

#foot_cta .item .right {
  float: right;
  width: 40%;
}

#foot_cta .item .right .open_time {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.125;
}

#foot_cta .item .right .closed_day {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.125;
}

#foot_cta .item:first-of-type {
  padding-top: 15px;
  margin-bottom: 10px;
}

#foot_cta .item:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

#foot_cta.isFixed {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#foot_cta #cta-close {
  position: absolute;
  top: 5px;
  right: 15px;
}

#foot_cta #cta-close i {
  color: #666;
}

#foot_cta #cta-close:hover {
  cursor: pointer;
}

#foot_cta.isClose {
  display: none;
}

#page-top {
  position: fixed;
  right: 0;
  bottom: 110px;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
  -webkit-transition: ease-out .5s;
  transition: ease-out .5s;
  border: 3px solid rgba(255, 255, 255, 0.75);
  background-color: #40A9BD;
  border-radius: 50%;
  opacity: 0;
}

#page-top.isTop {
  opacity: 1;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

#page-top i {
  color: #FFF;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.125;
}

#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
}

#page-top a:hover {
  text-decoration: none;
}

#page-top a:active {
  outline: none;
}

#sp_cta {
  display: none;
}

/*---------------------------------------------
Animation（animation.jsとセット）
---------------------------------------------*/
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all .25s;
  transition: all .25s;
}

.fadeIn:nth-of-type(2) {
  -webkit-transition-delay: .025s;
          transition-delay: .025s;
}

.fadeIn:nth-of-type(3) {
  -webkit-transition-delay: .050s;
          transition-delay: .050s;
}

.fadeIn:nth-of-type(4) {
  -webkit-transition-delay: .075s;
          transition-delay: .075s;
}

.fadeIn:nth-of-type(5) {
  -webkit-transition-delay: .100s;
          transition-delay: .100s;
}

.fadeIn:nth-of-type(6) {
  -webkit-transition-delay: .125s;
          transition-delay: .125s;
}

.fadeIn:nth-of-type(7) {
  -webkit-transition-delay: .150s;
          transition-delay: .150s;
}

.fadeIn:nth-of-type(8) {
  -webkit-transition-delay: .175s;
          transition-delay: .175s;
}

.fadeIn:nth-of-type(9) {
  -webkit-transition-delay: .200s;
          transition-delay: .200s;
}

.fadeIn:nth-of-type(10) {
  -webkit-transition-delay: .225s;
          transition-delay: .225s;
}

.fadeIn:nth-of-type(11) {
  -webkit-transition-delay: .250s;
          transition-delay: .250s;
}

.fadeIn:nth-of-type(12) {
  -webkit-transition-delay: .275s;
          transition-delay: .275s;
}

.fadeIn:nth-of-type(13) {
  -webkit-transition-delay: .300s;
          transition-delay: .300s;
}

.fadeIn:nth-of-type(14) {
  -webkit-transition-delay: .325s;
          transition-delay: .325s;
}

.fadeIn:nth-of-type(15) {
  -webkit-transition-delay: .350s;
          transition-delay: .350s;
}

.fadeIn:nth-of-type(16) {
  -webkit-transition-delay: .375s;
          transition-delay: .375s;
}

.fadeIn:nth-of-type(17) {
  -webkit-transition-delay: .400s;
          transition-delay: .400s;
}

.fadeIn:nth-of-type(18) {
  -webkit-transition-delay: .425s;
          transition-delay: .425s;
}

.fadeIn:nth-of-type(19) {
  -webkit-transition-delay: .450s;
          transition-delay: .450s;
}

.fadeIn:nth-of-type(20) {
  -webkit-transition-delay: .475s;
          transition-delay: .475s;
}

.fadeIn.scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fuwafuwa:hover {
  -webkit-animation: fuwafuwa 1s infinite linear alternate;
          animation: fuwafuwa 1s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.blink {
  -webkit-animation: border-blink 1s linear infinite;
          animation: border-blink 1s linear infinite;
}

@-webkit-keyframes border-blink {
  0% {
    outline: 3px solid transparent;
  }
  50% {
    outline: 3px solid #EA7B12;
  }
  100% {
    outline: 3px solid transparent;
  }
}

@keyframes border-blink {
  0% {
    outline: 3px solid transparent;
  }
  50% {
    outline: 3px solid #EA7B12;
  }
  100% {
    outline: 3px solid transparent;
  }
}

@media screen and (max-width: 1024px), print {
  section, .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #section_step,
  #section_blog {
    padding-left: 0;
    padding-right: 0;
  }
  #section_blog .container article {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px), print {
  section, .container {
    padding-left: initial;
    padding-right: initial;
  }
  #section_step,
  #section_blog {
    padding-left: initial;
    padding-right: initial;
  }
  #section_blog .container article {
    padding-left: initial;
    padding-right: initial;
  }
  /*---------------------------------------------
  common
  ---------------------------------------------*/
  body {
    min-width: initial;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  article, section, .container {
    max-width: initial;
  }
  section {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }
  section p {
    text-align: left;
  }
  h3.title {
    margin-bottom: 1em;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.575;
  }
  h4.title {
    margin: 1em auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.575;
  }
  /*---------------------------------------------
  header
  ---------------------------------------------*/
  header {
    -webkit-transition: ease-out 0s;
    transition: ease-out 0s;
  }
  header section {
    padding-left: .5em;
  }
  header h1 {
    padding: 0 10px;
  }
  header nav#head_nav {
    padding: 5px 10px;
    margin-bottom: 0;
  }
  header nav#head_nav ul.flex {
    display: block;
  }
  header nav#head_nav ul li:first-child {
    width: 50%;
  }
  header nav#head_nav ul li:not(:first-child) {
    display: none;
  }
  header nav#head_nav ul #head_logo {
    width: 50%;
    fill: #FFF;
  }
  header.isFixed {
    display: none;
  }
  /*============
  nav
  =============*/
  #sp_drawer {
    display: block;
  }
  nav#sp_nav {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 9999;
    opacity: 0;
  }
  nav#sp_nav .spnav_inner {
    padding: 25px;
  }
  nav#sp_nav .spnav_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
  nav#sp_nav .spnav_inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px dotted #008BA5;
  }
  nav#sp_nav .spnav_inner ul li a {
    display: block;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.575;
    padding: .5em;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  nav#sp_nav .spnav_inner ul li a:hover {
    background: #e4e4e4;
  }
  nav#sp_nav .spnav_inner ul li a.btn {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.25;
    padding: 5px 0;
  }
  nav#sp_nav .spnav_inner ul li:nth-of-type(1), nav#sp_nav .spnav_inner ul li:nth-of-type(2) {
    margin-bottom: 1em;
  }
  nav#sp_nav .spnav_inner ul li:nth-of-type(1) i, nav#sp_nav .spnav_inner ul li:nth-of-type(2) i {
    position: absolute;
    right: 10px;
    top: 18px;
  }
  nav#sp_nav .spnav_inner ul li:nth-of-type(3) {
    padding-bottom: 1em;
  }
  nav#sp_nav .spnav_inner ul li img {
    width: 100%;
  }
  .spnav_open nav#sp_nav {
    right: 0;
    opacity: 1;
  }
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    z-index: 10;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #666666;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .spnav_open .toggle_btn {
    right: 330px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .spnav_open .toggle_btn span {
    background-color: #fff;
  }
  .spnav_open .toggle_btn span:nth-child(1) {
    width: 16px;
    -webkit-transform: translate(-1px, 4px) rotate(-45deg);
            transform: translate(-1px, 4px) rotate(-45deg);
  }
  .spnav_open .toggle_btn span:nth-child(3) {
    width: 16px;
    -webkit-transform: translate(-1px, -4px) rotate(45deg);
            transform: translate(-1px, -4px) rotate(45deg);
  }
  #spnav_mask {
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .spnav_open #spnav_mask {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  body.spnav_open {
    margin-left: -300px;
  }
  /*---------------------------------------------
  form
  ---------------------------------------------*/
  select {
    min-width: initial;
  }
  /*---------------------------------------------
  cv_area
  ---------------------------------------------*/
  section[id^="cv_"] {
    margin: 4em auto 0;
  }
  section[id^="cv_"] .cv_area {
    padding: 3em 0;
    max-width: 1080px;
    background: none !important;
  }
  section[id^="cv_"] .cv_area p {
    text-align: center;
  }
  /*---------------------------------------------
  footer
  ---------------------------------------------*/
  footer {
    padding: 4em 2em;
  }
  footer .container.flex {
    display: block;
  }
  footer .left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC;
    width: 100%;
  }
  footer .left .foot_logo {
    display: none;
  }
  footer .right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
  footer .right .link {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC;
  }
  footer + small {
    margin-bottom: 80px;
  }
  #foot_cta {
    min-width: initial;
    max-width: 768px;
  }
  #foot_cta .item .cta_btn {
    padding-left: 1em;
    width: 50%;
  }
  #foot_cta .item .left {
    padding-right: 15px;
  }
  #foot_cta .item .right {
    float: right;
    width: 40%;
  }
  #foot_cta .item .right .open_time, #foot_cta .item .right .closed_day {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2375;
    line-height: 1.4;
  }
  #foot_cta .item:first-of-type {
    padding-top: 10px;
  }
  #foot_cta #cta-close {
    right: 5px;
  }
}

@media screen and (max-width: 450px), print {
  /*---------------------------------------------
  common
  ---------------------------------------------*/
  section {
    padding-top: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  h3.title {
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.575;
    text-align: left;
  }
  h3.title mark br {
    display: block;
  }
  /*---------------------------------------------
  header
  ---------------------------------------------*/
  header nav#head_nav ul #head_logo {
    width: 100%;
    height: auto;
  }
  header.isHide {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  header.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all;
    transition: all;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /*============
  nav
  =============*/
  #sp_drawer {
    display: block;
  }
  nav#sp_nav {
    right: -70%;
    width: 70%;
  }
  nav#sp_nav .spnav_inner {
    padding: 25px;
  }
  nav#sp_nav .spnav_inner ul li a.btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  nav#sp_nav .spnav_inner ul li:nth-of-type(1) i {
    top: 10px;
  }
  nav#sp_nav .spnav_inner ul li:nth-of-type(2) i {
    top: 10px;
  }
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    top: 1em;
  }
  .toggle_btn span {
    width: 30px;
    height: 2px;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .spnav_open .toggle_btn {
    right: calc(70% + 30px);
  }
  body.spnav_open {
    margin-left: -70%;
  }
  /*---------------------------------------------
  footer
  ---------------------------------------------*/
  footer {
    padding: 2em 1.5em;
  }
  footer b {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  footer .link ul {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  footer .info .banner {
    margin-top: 1em;
    height: auto;
    width: 60%;
  }
  #foot_cta {
    display: none;
  }
  /*---------------------------------------------
  cv_area
  ---------------------------------------------*/
  section[id^="cv_"] {
    margin: 2em auto 0;
  }
  section[id^="cv_"] .cv_area {
    padding: 1.5em 0;
  }
  section[id^="cv_"] .cv_area h2.cv_title {
    margin-bottom: .5em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.575;
    text-align: left;
  }
  section[id^="cv_"] .cv_area p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  section[id^="cv_"] .cv_area a {
    width: 100%;
  }
  section[id^="cv_"] .cv_area small {
    display: inline-block;
    line-height: 1.4;
    text-align: left;
  }
  #page-top {
    bottom: 3em;
  }
  #page-top a {
    width: 44px;
    height: 44px;
  }
  #page-top i {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.25;
    line-height: 1;
  }
  footer + small {
    margin-bottom: 0;
  }
  #sp_cta {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    display: block;
    padding: 6px 10px 10px;
    width: 100%;
    border-bottom: 3px solid #FFF;
    background: #FFF100;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    -webkit-transition: ease-out .5s;
    transition: ease-out .5s;
    opacity: 1;
  }
  #sp_cta.isFixed {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #sp_cta a {
    position: relative;
    width: 70%;
    text-align: center;
  }
  #sp_cta a i {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: auto;
  }
  #sp_cta a.btn {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.025;
    line-height: 1;
  }
}
/*# sourceMappingURL=common.css.map */