@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#pageTop {
  position: relative;
  display: inline-block;
  position: fixed;
  width: 45px;
  bottom: 15px;
  right: 30px;
  z-index: 1000;
}

#pageTop:hover {
  opacity: 1;
}

.animate {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input {
  -webkit-appearance: none;
}

input, textarea {
  font-size: 16px;
}

input[type=submit]:hover {
  opacity: 0.7;
}

input {
  vertical-align: middle;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

a {
  text-decoration: none;
  color: #333;
}

a img {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

a img:hover {
  opacity: .7;
}

main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.0rem;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #f2f2f3;
}

.notfound {
  height: 80vh;
  position: relative;
}

.notfound__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound__ttl {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.notfound__txt {
  text-align: center;
  font-size: 1.6rem;
}

.loading {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading figure {
  width: 150px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading figure figcaption {
  text-align: center;
  padding: 10px 0;
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
}

.share {
  z-index: 1000;
  position: fixed;
  top: 70px;
  right: 0;
  width: 8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.share__ttl {
  margin-bottom: .6em;
}

.share__ttl .sp {
  display: block;
}

.share__btn {
  line-height: 1.15;
  cursor: pointer;
  font-size: 4rem;
  padding: 0;
}

.share__require {
  width: 38px;
  max-height: 120px;
  padding: .8em .3em;
  margin-top: .4em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: block;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  background: #415DAA;
  font-size: 1.8rem;
  letter-spacing: .2em;
  margin-bottom: .4em;
}

.share__require .sp {
  display: none;
}

.wrap {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

_:-ms-fullscreen, :root .header {
  height: 125px;
}

_:-ms-fullscreen, :root .share__caution {
  width: 68px;
  height: 35px;
}

_:-ms-fullscreen, :root .share__ttl {
  width: 52px;
}

_:-ms-fullscreen, :root .share__days {
  width: 32px;
  height: 174px;
  display: block;
}

.header {
  position: relative;
  
}

.header__logo {
  width: 280px;
    margin: 30px auto;
 
}

.header__logo span {
  display: block;
  text-align: center;
  font-weight: bold;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
    margin-bottom: 30px;
}

.nav__ttl-sp {
  display: none;
}

.nav__item {
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 1.5em;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__item-link {
  position: relative;
  display: inline-block;
}

.nav__item-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.nav__item-link:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nav__item-txt {
  display: none;
}

.nav__item-ph {
  display: none;
}

.footer {
  background: #666666;
  color: #fff;
  padding: 50px 0 50px;
}

.footer__box {
  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: 15px;
}

.footer__box-ttl {
  width: 7em;
  line-height: 1.2;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
}

.footer__box-bnr {
  max-width: 470px;
  padding-left: 10px;
}

.footer__box-bnr:first-of-type {
  border-left: 1px solid #fff;
}

.footer__box-link {
  max-width: 470px;
  padding-left: 10px;
}

.footer__box-link:first-of-type {
  border-left: 1px solid #fff;
}

.footer__box-link-item {
  font-size: 1.6rem;
  margin-right: 1em;
  display: inline-block;
}

.footer__box-link-item:before {
  content: "・";
}

.footer__box-link-item a {
  color: #fff;
}

.common {
  background: #fff;
  padding: 5em 0;
}

.common__inner {
  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;
}

.common__top {
  margin-right: 1em;
}

.common__bnr-list {
  margin-right: 1em;
  display: inline-block;
}

.similar {
  margin-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.similar__ttl {
  background: url(../images/commons/similar-ttl.svg) left center no-repeat;
  width: 100%;
  font-size: 2.1rem;
  font-weight: bold;
  padding: .2em 0 .2em 65px;
  margin: 0 0 1em 0;
}

.similar__item {
  width: 50%;
  margin-bottom: 4em;
}

.similar__ph {
  width: 26.31%;
  float: left;
}

.similar__txt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2em 0 2em 29%;
  position: relative;
}

.similar__txt-more {
  width: 4em;
  position: absolute;
  font-size: 2.0rem;
  font-weight: bold;
  bottom: 0;
  left: 29%;
}

.similar__txt-more-inner {
  position: relative;
}

.similar__txt-more-inner:before {
  content: "";
  position: absolute;
  top: .3em;
  right: -2em;
  background: url(../images/commons/arrow.svg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55px;
  height: 18px;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.similar__item a:hover .similar__txt-more-inner:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.request {
  width: 67.98%;
  margin: 0 auto 8em;
  position: relative;
}

.request__fig {
  width: 44.51%;
  float: right;
  border: 2px solid #fff;
}

.request__inqure {
  position: absolute;
  bottom: 40%;
  left: 0;
  width: 61.93%;
}

.request__inqure-link {
  width: 100%;
  position: relative;
  display: block;
  background: #415DAA;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  z-index: 100;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 2em .5em;
  color: #fff;
}

.request__inqure-link:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.request__inqure-link:before {
  content: "";
  position: absolute;
  top: 40%;
  right: .5em;
  background: url(../images/top/arrow.svg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55px;
  height: 18px;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 57.5%;
  }
  body {
    height: 100%;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  #pageTop {
    position: relative;
    display: inline-block;
    position: fixed;
    width: 45px;
    bottom: 60px;
    right: 5px;
    z-index: 1000;
  }
  #pageTop:hover {
    opacity: 1;
  }
  #toggle {
    position: fixed;
    top: 7px;
    right: 5px;
    display: block;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #333;
  }
  .open #toggle {
    background: #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle div span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 20px;
    left: 10px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #toggle div span:nth-child(1) {
    top: 11px;
  }
  .open #toggle div span:nth-child(1) {
    background: #333;
    top: 19px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #toggle div span:nth-child(2) {
    top: 19px;
  }
  .open #toggle div span:nth-child(2) {
    opacity: 0;
  }
  #toggle div span:nth-child(3) {
    top: 27px;
  }
  .open #toggle div span:nth-child(3) {
    background: #333;
    top: 19px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .header {
    position: relative;
    min-height: 54px;
    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;
  }
  .header__logo {
    position: absolute;
        width: 140px;
        top: 12px;
        left: 5px;
      margin: 0;
  }
  .header__logo span {
    font-size: .8rem;
  }
  .header__nav {
    height: 100vh;
    display: none;
    position:fixed;
    top: 0;
    right: 0;
    border-top: none;
    border-bottom: none;
    background: #5C5C5C;
    z-index: 150;
    padding: 55px 15px 15px;
      overflow-y: auto;
  }
  .nav {
    clear: both;
    display: block;
  }
  .nav__ttl-sp {
    width: 100px;
    float: right;
    display: block;
    margin-bottom: 1em;
  }
  .nav__item {
    margin-bottom: .8em;
    width: 100%;
  }
  .nav__item-link {
    position: relative;
    display: block;
    color: #fff;
  }
  .nav__item-link::after {
    display: none;
  }
  .nav__item-txt {
    display: block;
    font-size: 1.2rem;
  }
  .nav__item-ttl {
    margin-bottom: .10em;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .nav__item-body {
    padding-left: 22.55%;
  }
  .nav__item-ph {
    display: block;
    float: left;
    width: 19.55%;
  }
  .share {
    position: static;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6em;
    display: block;
  }
  .share__caution {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1em;
  }
  .share__ttl {
    width: 13.03%;
    margin: 0 auto .6em;
  }
  .share__btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: .5em;
  }
  .share__btn {
    line-height: 1.15;
    cursor: pointer;
    font-size: 6rem;
    padding: 0;
    margin: 0 .1em;
  }
  .share__require {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    z-index: 100;
  }
  .share__require .sp {
    display: inline;
  }
  .share__require:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .share__require:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 2em;
    background: url(../images/top/arrow.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 9.818px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .share__days {
    width: 54.1%;
    display: block;
    margin: 0 auto 1em;
  }
  .footer {
    background: #333333;
    color: #fff;
    padding: 25px 0;
  }
  .footer__box {
    display: block;
    margin-bottom: 15px;
  }
  .footer__box-ttl {
    width: auto;
    line-height: 1.2;
    padding: 0;
    font-size: 2.1rem;
    text-align: center;
    font-weight: bold;
    margin: 0 auto .5em;
  }
  .footer__box-ttl span {
    display: inline-block;
    border-bottom: 1px solid #fff;
  }
  .footer__box-bnr {
    padding-left: 0;
  }
  .footer__box-bnr:first-of-type {
    border-left: 0;
    margin-bottom: .5em;
  }
  .footer__box-link {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 1em;
  }
  .footer__box-link:first-of-type {
    border-left: 0;
  }
  .common {
    background: #fff;
    padding: 5em 0 70px;
  }
  .common__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .common__top {
    margin-right: 0;
  }
  .common__bnr-list {
    text-align: center;
    margin-bottom: 1em;
    margin-right: 0;
    display: inline-block;
  }
  .similar {
    margin-bottom: 4em;
    display: block;
  }
  .similar__ttl {
    background: url(../images/commons/similar-ttl.svg) 15px center no-repeat;
    margin: 0 0 1em 0;
    padding: .2em 0 .2em 75px;
  }
  .similar__item {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px;
  }
  .similar__ph {
    width: 19.55%;
    float: left;
  }
  .similar__txt {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 0 2em 21%;
    position: relative;
  }
  .similar__txt-more {
    width: 4em;
    position: absolute;
    font-size: 2.0rem;
    font-weight: bold;
    bottom: 0;
    left: 21%;
  }
  .similar__txt-more-inner {
    position: relative;
  }
  .similar__txt-more-inner:before {
    content: "";
    position: absolute;
    top: .3em;
    right: -2em;
    background: url(../images/commons/arrow.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 55px;
    height: 18px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .request {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 4em;
  }
  .request__fig {
    width: 71.37%;
  }
  .request__inqure {
    width: 65.12%;
  }
  .request__inqure-link {
    font-size: 1.8rem;
    left: 15px;
  }
  .request__inqure-link:before {
    content: "";
    width: 30px;
    height: 9.8px;
  }
}
