@charset "utf-8";
/* CSS Document */
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1150px) {
  @media screen and (max-width: 1150px) {
    nav {
      left: -210px;
      width: 210px;
    }
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    margin: auto 0;
    display: block;
    position: absolute;
    top: 15px;
    right: 80px;
    width: 44px;
    height: 40px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 44px;
    height: 2px;
    background-color: #FFF;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 16px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 10px;
  }
  .open .toggle_btn span {
    background-color: #FFF;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-315deg);
    transform: translateY(12px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(315deg);
    transform: translateY(-13px) rotate(315deg);
  }
  .toggle_btn-manu {
    font-size: 1.1rem;
    letter-spacing: 0.0001em;
    display: block;
    position: absolute;
    top: 35px;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -245px;
    bottom: 0;
    width: 245px;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 1.8rem;
    margin: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: 600;
  }
}
@media (max-width: 700px) {
  .toggle_btn {
    /*top: 15px;*/
    right: 15px;
    width: 34px;
  }
  .toggle_btn span {
    width: 34px;
  }
  .toggle_btn span:nth-child(1) {
    top: 2px;
  }
  .toggle_btn span:nth-child(2) {
    top: 12px;
  }
  .toggle_btn span:nth-child(3) {
    top: 22px;
  }
  .toggle_btn-manu {
    font-size: 0.8rem;
    letter-spacing: 0.001em;
    top: 30px;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  nav .inner ul li a {
    font-size: 1.5rem;
  }
}
.header {
  height: 70px;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #243454;
  color: #FFF;
  padding: 0 80px;
}
.header-manu a {
  margin: 10px 0;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
}
.header-wrap ul li {
  height: 40px;
  width: 120px;
  border-left: #FFF 1px solid;
}
.header-wrap ul li:last-child {
  border-right: #FFF 1px solid;
}
.header-wrap ul li a {
  display: inline-block;
  height: 40px;
  width: 100px;
  line-height: 20px;
  color: #FFF;
  background: transparent;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  padding: auto;
}
.header-wrap ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #EEE;
  border-radius: 6px;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.header__menu-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}
.header-logo {
  width: 120px;
  height: 35px;
  padding: 15px 0;
}
.header-logo img {
  width: 100%;
}
.inner {
  padding: 15px 0;
}
@media (max-width: 1150px) {
  .header-wrap ul li {
    height: auto;
    width: auto;
    border-top: 2px solid #CCC;
  }
  .header-wrap ul li:last-child {
    border-bottom: 2px solid #CCC;
  }
  .header-wrap ul li a {
    height: auto;
    width: auto;
  }
}
@media (min-width: 1150px) {
  .page-link {
    display: flex;
  }
  .header-wrap ul li a::before {
    background: #152545;
  }
}
@media (max-width: 700px) {
  .header {
    padding: 0 15px;
  }
}
/*==================================================
ここまでヘッダー
===================================*/
/*==================================================
ここからフッター
===================================*/
.footer {
  box-shadow: 0 -7px 3px -3px #EEE; /* 0 (-5px - 3px) 3px (-3px) #000000 */
}
.footer img {
  padding: 72.5px 0;
  margin-right: 80px;
}
.footer_manu a {
  margin: 10px 0;
}
.footer-wrap {
  height: 190px;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
.footer-wrap ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.footer-wrap ul li {
  height: 60px;
  width: 120px;
  border-left: #FFF solid;
}
.footer-wrap ul li a {
  display: inline-block;
  height: 60px;
  width: 120px;
  font-weight: 600;
  line-height: 20px;
  color: #333;
  /*background: transparent;
  border-radius: 6px;
  position: relative;
  z-index: 1;*/
  transition: .3s;
}
.footer-wrap ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  /*position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #EEE;
  border-radius: 6px;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;*/
}
.footer-corp {
  display: flex;
}
.footer-corp div {
  padding: 41px 0;
}
.footer-corp__name {
  font-weight: 600;
  text-align: left;
}
.footer-corp__adress {
  margin-top: 20px;
  line-height: 1.5;
  text-align: left;
}
.footer-copy {
  font-size: 1.2rem;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #243454;
}
.navArea-footer {
  padding: 72.5px 0;
}
@media (max-width: 700px) {
  .footer-wrap {
    display: none;
  }
}
/*==================================================
ここまでフッター
===================================*/
.main {
  padding: 0 80px;
}
.breadcrumb-list {
  font-size: 1.4rem;
  text-align: left;
  padding: 20px 0;
}
.breadcrumb-list-title {
  color: #333;
}
.main-content__title {
  font-size: 2.6rem;
  margin: 60px 0 70px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 2px solid #CCC;
}
/*==================================================
左に画像のセクション
===================================*/
.section1, .section3, .section5, .section7 {
  display: flex;
  box-shadow: 1px 1px 5px 0px #9e9e9e;
}
.section1-content, .section3-content, .section5-content, .section7-content {
  padding: 40px;
}
.section1-content__title, .section3-content__title, .section5-content__title, .section7-content__title {
  display: flex;
  margin-bottom: 40px;
}
.section3 img {
  object-position: 0 90%;
}
.section1-content__title h3, .section3-content__title h3, .section5-content__title h3, .section7-content__title h3 {
  font-size: 2.0rem;
  font-weight: 600;
  margin: auto 0;
  margin-left: 20px;
}
.section1-content__description, .section3-content__description, .section5-content__description, .section7-content__description {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 30px;
}
.section1-content__sirvice-time, .section3-content__sirvice-time, .section5-content__sirvice-time, .section7-content__sirvice-time {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 10px;
}
.section1-content__sirvice-time p, .section3-content__sirvice-time p, .section5-content__sirvice-time p, .section7-content__sirvice-time p {
  font-weight: 600;
}
.section1-content__sirvice-price, .section3-content__sirvice-price, .section5-content__sirvice-price, .section7-content__sirvice-price {
  text-align: right;
}
.section1-content__sirvice p, .section3-content__sirvice p, .section5-content__sirvice p, .section7-content__sirvice p {
  font-size: 1.2rem;
  display: inline-block;
}
/*==================================================
右に画像のセクション
===================================*/
.section2, .section4, .section6 {
  display: flex;
  box-shadow: 1px 1px 5px 0px #9e9e9e;
}
.section2-content, .section4-content, .section6-content {
  padding: 40px;
}
.section2-content__title, .section4-content__title, .section6-content__title {
  display: flex;
  margin-bottom: 40px;
}
.section2-content__title h3, .section4-content__title h3, .section6-content__title h3 {
  font-size: 2.0rem;
  font-weight: 600;
  margin: auto 0;
  margin-left: 20px;
}
.section2-content__description, .section4-content__description, .section6-content__description {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 30px;
}
.section2-content__sirvice-time, .section4-content__sirvice-time, .section6-content__sirvice-time {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 10px;
}
.section2-content__sirvice-time p, .section4-content__sirvice-time p, .section6-content__sirvice-time p {
  font-weight: 600;
}
.section2-content__sirvice-price, .section4-content__sirvice-price, .section6-content__sirvice-price {
  text-align: right;
}
.section2-content__sirvice p, .section4-content__sirvice p, .section6-content__sirvice p {
  font-size: 1.2rem;
  display: inline-block;
}
/*==================================================
共通のセクション
===================================*/
.section1, .section2, .section3, .section4, .section5, .section6, .section7 {
  height: 430px;
}
.main-content ul li {
  margin-bottom: 100px;
}
.main-content ul li:last-child {
  margin-bottom: 100px;
}
.content-icon {
  width: 70px;
  height: 70px;
}
.section-imgPC {
  width: 660px;
  height: 430px;
}
.section-imgPC img {
  width: 660px;
  height: 430px;
}
.section-imgSP, .section-imgSP img {
  display: none;
}
.section1-content__description, .section2-content__description, .section3-content__description, .section4-content__description, .section5-content__description, .section6-content__description, .section7-content__description {
  height: 200px;
}
.sirvice-time {
  font-weight: 600;
  background-color: #efefef;
  padding: 10px;
  margin-right: 20px;
}
.en-mark {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  color: #005bac;
  margin-right: 5px;
}
.sirvice-price {
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  color: #005bac;
}
@media (max-width: 1320px) {
  .section1, .section3, .section5, .section7 {
    display: block;
    height: auto;
  }
  .section2, .section4, .section6 {
    flex-direction: column-reverse;
    height: auto;
  }
  .section-imgPC, .section-imgPC img {
    width: 100%;
    max-width: none;
    height: auto;
  }
}
@media (max-width: 1000px) {}
@media (max-width: 750px) {}
@media (max-width: 700px) {
  .breadcrumb-list {
    font-size: 1.2rem;
  }
  .main {
    padding: 0 15px;
  }
  .main-content__title {
    font-size: 2.4rem;
    margin: 60px 0 70px;
    padding-bottom: 10px;
    text-align: center;
  }
  .section-imgPC, .section-imgPC img {
    display: none;
  }
  .section-imgSP, .section-imgSP img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
@media (max-width: 600px) {
  .section1-content__title h3, .section2-content__title h3, .section3-content__title h3, .section4-content__title h3, .section5-content__title h3, .section6-content__title h3, .section7-content__title h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .section1-content__description, .section2-content__description, .section3-content__description, .section4-content__description, .section5-content__description, .section6-content__description, .section7-content__description {
    font-size: 1.3rem;
    height: 270px;
  }
}
@media (max-width: 380px) {
  .section1-content__title h3, .section2-content__title h3, .section3-content__title h3, .section4-content__title h3, .section5-content__title h3, .section6-content__title h3, .section7-content__title h3 {
    font-size: 1.5rem;
  }
  .section1-content__description, .section2-content__description, .section3-content__description, .section4-content__description, .section5-content__description, .section6-content__description, .section7-content__description {
    height: 300px;
  }
}