@charset "utf-8";
/*
theme Name: アタエルLP用
Author: 杉山翔平
Description: original theme
version： 99.0.0
*/

/* Google font */
@font-face {
  font-display: swap;
  font-family: 'LINESeedJP';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('https://lp.ataeru.ltd//wp-content/themes/lp-ataeru/fonts/LINESeedJP_OTF_Rg.woff2') format('woff2') /* Super Modern Browsers */
}


/* ヘッダー */
body {
  font-family: "LINESeedJP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}

p {
  text-align: left;
  line-height: 24px;
}

h2 {
  color: #333;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 40px;
  }

a:hover {
  opacity: .5;
}

.marker_yellow {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.red_font {
  color: #ff0000;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.scroll-down {
  padding-top: 80px;
  top: 20px;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

.scroll-down span {
  position: absolute;
 top: 0px;
 left: 50%;
 width: 24px;
 height: 24px;
 margin-left: -12px;
 border-left: 1px solid #333;
 border-bottom: 1px solid #333;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-animation: sdb 2s infinite;
 animation: sdb 2s infinite;
 opacity: 0;
 box-sizing: border-box;
}

.scroll-down span:nth-of-type(1) {
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
}

.scroll-down span:nth-of-type(2) {
 top: 16px;
 -webkit-animation-delay: .15s;
 animation-delay: .15s;
}

.scroll-down span:nth-of-type(3) {
 top: 32px;
 -webkit-animation-delay: .3s;
 animation-delay: .3s;
}

.container {
  max-width: 1050px;
  margin: 0 auto;
}

header {
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}

.header-line {
  background: #0070C0;
  padding: 5px 50px;
}

.header-lineinner {
  max-width: 1180px;
  padding: 0px 30px;
  margin: 0 auto;
}

.header-lineinner h1 {
  font-size: 12px;
  color: #fff;
  font-weight: lighter;
}

.header-inner {
  display: flex;
  max-width: 1180px;
  padding: 10px 30px;
  margin: 0 auto;
}

.header-title {
  padding-top: 10px;
}

.header-title img {
  width: 200px;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  padding-top: 30px
}

.header-menu li {
  margin-right: 25px;
}

.header-menu li:nth-last-child(1) {
  margin-right: 0;
}


.header-menu li a {
  font-weight: bold;
}

.sp-header_inner {
  display: none;
}

.contact-btn {
  width: 200px;
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 5;
}

.contact-btn a {
  display: block;
  text-align: center;
  background-color: #0070C0;
  padding: 15px 10px;
  color: #fff;
  margin-top: 15px;
}

.contact-btn a p {
  text-align: center;
}

/* トップページ */

.flex-404 {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.img-404 {
  width: 48%;
}

.description-404 {
  width: 48%;
  margin-top: 200px;
}

.description-404 h2 {
  font-size: 30px;
  text-align: left;
}

/* フロントページ */

.front-page_main-index {
  display: flex;
}

.front-page-main-inner-left {
  padding: 50px;
  width: 60%;
  background-color: #fff;
}

.front-page-main-inner-right {
  width: 40%;
}

.front-page-main-inner-right-child {
  width: 80%;
  margin: auto;
  padding-top: 65px;
}

.front-page-main-inner-right img {
  filter: drop-shadow(3px 3px 3px rgba(160, 160, 160, 0.8));
}

.front-page-main-title h2 {
  color: #333;
  font-size: 45px;
  line-height: 85px;
}

.front-page-main-title h2 span{
  color: #ff0000;
  font-size: 80px;
}

.frontmain-title-ap {
  width: 50px;
  position: absolute;
  z-index: 2;
  top: -100px;
  right: 280px;
}

.front-page-main-inner p {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}


.front-main-in-ca {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.front-main-in-ca p {
  text-align: center;
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  color: #0070C0;
  margin-bottom: 0;
}

.front-main-in-ca::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}

.front-main-in-ca::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 7.8px 15.5px 7.8px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}

.front-main-img img {
  max-width: 100%;
}

.front-main-sp-img {
  display: none;
}

.section01 {
  padding: 70px 0 0 0;
  text-align: center;
  background: #fff;
}

.section01 h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 35px;
}

.section01 .kyoukan-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.section01 .kyoukan-block .kyokan-block-left {
  width: 40%;
}

.section01 .kyoukan-block .kyokan-block-left img {
   box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}

.section01 .kyoukan-block .kyokan-block-right {
  width: 55%;
}

.section01 .kyoukan-block .kyokan-block-right p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.section01 p span {
  color: #ff0000;
  font-weight: bold;
  font-size: 45px;
}

.cta-section h2 {
  font-size: 25px;
  line-height: 35px;
}

.cta-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cta-btn .cta-line {
  width: 45%;
  background-color: #06C755;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  border-radius: 10px;
   box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.cta-btn .cta-tel {
  width: 45%;
  background-color: #0070C0;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  border-radius: 10px;
   box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.cta-section p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.taioubukken {
  margin-top: 80px;
  background-color: #0070C0;
  padding: 45px;
}

.taioubukken h2 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.taioubukken p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 35px;
}

.taioubukken .taioubukken-list {
  width: 800px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.taioubukken .taioubukken-list li {
  width: 30%;
  padding: 15px;
  background-color: #F9F9F9;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.taioubukken .taioubukken-list li img {
  display: block;
  width: 150px;
  margin: 0 auto 20px auto;
}

.taioubukken .taioubukken-list li h3 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.erabareru-riyuu {
  text-align: center;
}

.erabareru-riyuu-title {
  display: inline-block;
  padding: 30px;
  min-width: 120px;
  color: #555;
  font-size: 16px;
  background: #E6D28B;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 30px;
}

.erabareru-riyuu-title p {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.erabareru-riyuu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.erabareru-riyuu ul li {
  width: 46%;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  margin-bottom: 35px;
}

.erabareru-riyuu ul li h3 {
  font-size: 20px;
  line-height: 30px;
}

.erabareru-riyuu ul li img {
  width: 200px;
}

.erabareru-riyuu ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.erabareru-riyuu ul li p:nth-last-child(1) {
  margin-bottom: 0;
}

.contact-section {
  background-color: #433F3F;
  padding: 50px;
}

.contact-section .cta-section h2 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.contact-section .cta-section p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.contact-section .cta-section .cta-btn {
  margin: 25px auto;
  width: 800px;
}

.contact-section .cta-section .cta-btn a {
  text-align: center;
}

.section2 {
  padding: 50px 0 150px 0;
}

.section2 h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.section2 p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.jirei-card-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.jirei-card {
  width: 30%;
  border: 1px solid #0070C0;
}

.jirei-info {
  padding: 15px;
  background-color: #0070C0;
}

.jirei-info h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.jirei-price {
  border-bottom: 1px solid #0070C0;
  padding: 10px;
}

.jirei-price p {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.jirei-chukaizero {
  display: flex;
  justify-content: space-between;
  background-color: #E93691;
}

.jirei-chukaiimg {
  width: 30%;
}

.jirei-chukaitxt {
  width: 70%;
  padding-top: 20px;
  margin-left: 15px;
}

.jirei-chukaitxt p {
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.jirei-chukaitxt p span {
  font-size: 30px;

}

.use-saving {
  text-align: center;
  margin: 60px auto;
  max-width: 1000px;
  padding: 0 20px;
}

.use-saving h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

.use-saving .intro {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.use-item {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.use-item:hover {
  transform: translateY(-5px);
}

.use-item img {
  max-height: 100px;
  margin-bottom: 15px;
}

.use-item h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #2a9d8f;
}

.use-item p {
  font-size: 18px;
  color: #555;
}


.syokihiyou-zero-merit {
  height: 1250px;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.zero-merit-baloon {
  width: 450px;
  background-color: #ff0000;
  padding: 25px;
  margin: 0 auto 30px auto;
}

.zero-merit-baloon p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.syokihiyou-zero-merit h2 {
  padding: 20px;
  font-weight: bolder;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  background-color: #ff0000;
  margin-bottom: 80px;
}

.syokihiyou-zero-merit ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 50px;
}

.syokihiyou-zero-merit ul li {
  width: 33%;
  margin-bottom: 50px;
}

.syokihiyou-zero-merit-bottom {
  margin-bottom: 180px;
}

.syokihiyou-zero-merit-bottom img {
  display: block;
  width: 70%;
  margin: -300px auto 0 auto;
}

.syuzerome-bo-title {
  width: 70%;
  background-color: #ff0000;
  padding: 30px;
  margin: -150px auto 0 auto;
  z-index: 10:
}

.syuzerome-bo-title p {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.cs-rv-section {
  background-color: #0070C0;
  position: relative;
  padding: 50px 0;
}

.cs-rv-baloon {
  width: 60%;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto 0 auto;
  padding: 15px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 35px;
  background: #E6D28B;
  box-sizing: border-box;
  border: 4px solid #333;

}

.cs-rv-baloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #E6D28B;
  z-index: 2;
}

.cs-rv-baloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #333;
  z-index: 1;
}

/* スリック */

.slider-1 .slick-slide {
  margin: 10px 60px 30px 60px;
  position: relative;
}

.cs-rv-section .slick-slider {
  border: none;
}

.slider-1 .slick-arrow {
  margin: 0 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-1 .slick-arrow:hover {
  background-color: #000;
  color: inherit;
}
.slider-1 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);

}
.slider-1 .slick-next {
  right: 0;
}
.slider-1 .slick-prev {
  left: 0;
}
.slider-1 .slick-next::before {
  left: 20px;
}
.slider-1 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-3 .slick-dots {
  position: sticky;
  text-align: center;
  bottom: 0;
}

.dots-3 .slick-dots li {
  display: inline-block;
}

.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background: #0a467d;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {
  display: none;
}

.slider-1 li {
  position: relative;
  width: 500px;
  height: 450px;
  padding: 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: all 0.6s ease 0.4s;
  border: 1px solid #eee;
  background-color: #fff;
}

.slider-1 li .cs-rv-head {
  display: flex;
  margin-bottom: 10px;
}

.slider-1 li .cs-rv-head .cs-rv-head-img {
  width: 50px;
  margin-right: 5px;
}

.slider-1 li .cs-rv-head .cs-rv-head-img img {
  border-radius: 50%;
}

.slider-1 li .cs-rv-head .cs-rv-head-title {
  margin-top: 5px;
}

.slider-1 li .cs-rv-head .cs-rv-head-title h2 {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
}

.slider-1 li .cs-rv-star-section {
  display: flex;
  margin-bottom: 15px;
}

.slider-1 li .cs-rv-star-section .cs-rv-star {
  display: flex;
  padding-top: 4px;
  margin-right: 5px;
}

.slider-1 li .cs-rv-star-section .cs-rv-star img {
  width: 14px;
  height: 13px;
}

.slider-1 li .cs-rv-icon {
  position: absolute;
  bottom: 30px;
  display: flex;
  margin-top: auto;

}

.slider-1 li .cs-rv-icon img {
  width: 30px;
  margin-right: 30px;
}

/* スリックここまで */

.gonyuukyo-step {
  background-color: #fff;
  padding-bottom: 80px;
}

.gonyuukyo-step-title {
  width: 700px;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin: 0 auto 50px auto;
}

.gonyuukyo-step-title h2 {
  font-size: 35px;
}

.sec03-flow {
  margin-bottom: 80px;
}

.sec03-flowbox {
  display: flex;
  justify-content: space-between;
  padding: 35px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 30px;
}

.sec03-flowboximg {
  width: 18%;
  position: relative;
}

.sec03-flowboximg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec03-flowboxtxt {
  width: 77%;
}

.sec03-flowboxtxt h3 {
  font-size: 25px;
  text-align: left;
  margin-bottom: 20px;
}

.sec03-flowboxtxt p {
  font-size: 18px;
  line-height: 26px;
}

.sec03-flowboxtxt a {
  text-align: center;
  font-size: 18px;
  display: block;
  padding: 25px 15px;
  background-color: #0070C0;
  color: #fff;
  margin: 20px auto 0 0;
  width: 50%;
}

.gonyuukyo-step .scroll-down span {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.sec03-flowboxtxt span {
  color: #ff0000;
}

.cta-end {
  background-color: #0070C0;
  padding-bottom: 50px;
}

.cta-end h2 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}

.cta-end p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.cta-end .cta-btn {
  text-align: center;
}

.cta-end .cta-tel {
  background-color: #fff;
  color: #333;
}


.company-profile {
  background-color: #fff;
  position: relative;
  padding: 50px 0;
}

.company-profile h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.company-profile p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.company_table {
  margin-bottom: 50px;
}

.company_table dl {
    width: 70%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);

}

.company_table dt {
    width: 170px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 2.2;
    padding: 16px 25px 14px;
    position: relative;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.company_table dd {
  background-color: #fff;
    -webkit-width: calc(100% - 170px);
    width: calc(100% - 170px);
    padding: 16px 25px 14px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 2.2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.company_license-img {
  width: 70%;
  margin: 80px auto 0 auto;
}

.company-map {
  width: 800px;
  margin: 0 auto;
}

.company-map iframe {
  width: 100% !important;
}


#backGuide {
  display: none;
}

.airi-main {
  padding: 50px 0;
  width: 800px;
  margin: 0 auto;
}

.airi-main h2 {
  font-size: 30px;
  line-height: 40px;
  color: #EA4335;
  margin-bottom: 25px;
}

.airi-main img {
  display: block;
  width: 200px;
  margin: 0 auto 20px auto;
}

.airi-main p {
  text-align: center;
}

.airi-main a {
  display: block;
  color: #fff;
  width: 150px;
  background-color: #06C755;
  padding: 15px;
  border-radius: 5px;
  margin: 25px auto 0 auto;
}



.footer-bottom {
  text-align: center;
  background-color: #363839;
  color: #999;
  padding: 15px 0;
}

.footer-bottom p {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1080px) {

  header {
    position: fixed;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
    height: 80px;
  }


  .header-inner {
    display: none;
  }

  .header-line {
    padding: 5px 10px;
  }

  .header-lineinner {
    padding: 0;
  }

  .sp-header_inner {
    display: flex;
    padding: 5px 10px;
  }

  .sp-header_inner a {
    width: 150px;
  }

  .sp-header_inner .header-title .header-maincopy {
    font-size: 10px;
    line-height: 23px;
  }

  .sp-header_inner .header-title .header-maincopy span {
    font-size: 28px;
  }

    nav {
      display: block;
      position: fixed;
      top: 0;
      left: -300px;
      bottom: 0;
      width: 250px;
      background: #ffffff;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transition: all .5s;
      z-index: 9999;
      opacity: 0;
    }

    .nav-logo {
      padding: 15px;
    }


    .nav-logo a img {
      max-width: 100%;
      height: auto;

    }

    .open nav {
      left: 0;
      opacity: 1;
      background-color: #0070C0;
    }

    nav .inner {
      padding: 10px;
    }

    nav .inner ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    nav .inner ul li {
      position: relative;
      margin: 0;
      border-bottom: 2px solid #fff;
    }

    nav .inner ul li a {
      width: 100%;
      display: block;
      position: relative;
      color: #fff;
      font-size: 16px;
      padding: 1em;
      text-decoration: none;
      transition-duration: 0.2s;
    }

    nav .inner ul li a:hover {
      background: #e4e4e4;
    }

    nav .inner ul li a i {
      position: absolute;
      right: 5px;
      font-size: 18px;

    }

    .toggle_btn {
      display: block;
      position: fixed;
      top: 35px;
      right: 35px;
      width: 30px;
      height: 30px;
      transition: all .5s;
      cursor: pointer;
      z-index: 51;
    }
    .toggle_btn span {
      display: block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 2px;
      background-color: #333;
      border-radius: 4px;
      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;
    }
    .open .toggle_btn span {
      background-color: #fff;
    }
    .open .toggle_btn span:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(-315deg);
      transform: translateY(10px) rotate(-315deg);
    }
    .open .toggle_btn span:nth-child(2) {
      opacity: 0;
    }
    .open .toggle_btn span:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(315deg);
      transform: translateY(-10px) rotate(315deg);
    }

    #mask {
      display: none;
      transition: all .5s;
    }
    .open #mask {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .8;
      z-index: 50;
      cursor: pointer;
    }

.front-page-main-inner {
  width: 80%;
}

.front-page-main-title h2 {
  font-size: 50px;
}

.front-page-main-inner h2 span {
  font-size: 100px;
}

.frontmain-title-ap {
  right: 150px;
  top: -80px;
}

.front-main-in-ca {
  width: 80%;
}

.front-page-main-inner p {
  font-size: 30px;
}

.front-main-in-ca p {
  font-size: 25px;
}

.syokihiyou-hikaku img {
  width: 90%;
  margin: 50px auto 0 auto;
}

.umaihanashi-clear-title {
  padding: 70px 45px;
}

.umaihanashi-clear-title h3 {
  font-size: 30px;
}

.container {
  width: 95%;
}

.syuzerome-bo-title {
  width: 90%;
  margin: -120px auto 0 auto;
}

.contact-offer h2 {
  font-size: 30px;
  line-height: 40px;
}

.contact-offer-txt-img {
  display: flex;
  align-items: center;
}


}


@media screen and (max-width: 600px) {

.front-page-main-inner {
  width: 100%;
  padding: 30px 35px 0 35px;
}

.front-page_main-index {
  padding: 50px 0 0 0;
  display: block;
}

.front-page-main-inner-left {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.front-main-sp-img {
  display: block;
  height: 180px;
  background-position: center;
  background-size: cover;
}

.front-page-main-title h2 {
  font-size: 20px;
  line-height: 45px;
}

.front-page-main-title h2 span {
  font-size: 40px;
}

.front-main-in-ca {
  width: 100%;
  margin: 20px auto 20px auto;
  padding: 15px;
}

.front-main-in-ca p {
  font-size: 20px;
  line-height: 28px;
}

.front-page-main-inner-right {
  width: 100%;
}

.front-page-main-inner-right-child {
  width: 100%;
  padding-top: 20px;
}

.section01 {
  padding: 30px 0;
}

.section01 h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

.section01 p {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.section01 .kyoukan-block {
  display: block;
  margin-bottom: 45px;
}

.section01 .kyoukan-block .kyokan-block-left {
  width: 70%;
  margin: 0 auto 30px auto;
}

.section01 .kyoukan-block .kyokan-block-right {
  width: 100%;
}

.section01 .kyoukan-block .kyokan-block-right p {
  font-size: 18px;
  line-height: 28px;
}

.cta-btn {
  display: block;
}

.cta-btn .cta-line, .cta-btn .cta-tel {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.contact-section .cta-section p {
  font-size: 16px;
  line-height: 26px;
}

.taioubukken {
  margin-top: 30px;
  padding: 20px 0;
}

.taioubukken h2 {
  font-size: 20px;
  line-height: 30px;
}

.taioubukken p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.taioubukken .taioubukken-list {
  width: 100%;
  margin: 0 auto;
}

.taioubukken .taioubukken-list li {
  width: 48%;
  padding: 5px;
}

.taioubukken .taioubukken-list li img {
  width: 70%;
  margin: 0 auto;
}

.taioubukken .taioubukken-list li h3 {
  font-size: 14px;
}

.erabareru-riyuu-title {
  width: 100%;
  padding: 10px;
}

.erabareru-riyuu-title p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.erabareru-riyuu ul li {
  width: 100%;
}

.erabareru-riyuu ul li h3 {
  font-size: 18px;
  line-height: 28px;
}

.erabareru-riyuu ul li img {
  width: 30%;
}

.erabareru-riyuu ul li p {
  text-align: left;
}

.contact-section {
  padding: 15px;
}

.contact-section .cta-section h2 {
  font-size: 18px;
  line-height: 28px;
}

.section2 {
  padding: 25px 0;
}

.section2 h2 {
  font-size: 20px;
  line-height: 30px;
}

.section2 p {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.jirei-card-list {
  margin-top: 25px;
}

.jirei-chukaizero {
  padding: 10px;
}

.jirei-card {
  width: 100%;
  margin-bottom: 25px;
}

.jirei-chukaitxt p {
  text-align: center;
  margin-bottom: 10px;
}

.jirei-price p {
  text-align: center;
}

.gonyuukyo-step {
  padding: 0;
}

.gonyuukyo-step-title {
  width: 100%;
  padding: 15px;
  margin: 0 auto 25px auto;
}

.gonyuukyo-step-title h2 {
  font-size: 20px;
  line-height: 30px;
}

.sec03-flow {
  margin-bottom: 150px;
}


.cs-rv-baloon {
  width: 80%;
}

.cs-rv-baloon h2 {
  font-size: 20px;
  line-height: 28px;
}

.cs-rv-section {
  padding: 30px 0;
}

.slider-1 li {
  width: 350px;
  height: 550px;
  padding: 20px;
}

.slider-1 .slick-arrow {
  display: none !important;
}

.slider-1 li .cs-rv-head .cs-rv-head-title p {
  font-size: 14px;
}

.cta-end {
  padding-bottom: 20px;
}

.cta-end h2 {
  font-size: 20px;
  line-height: 30px;
}

.cta-end p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}


.company-profile {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}

.company-profile h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.company-profile p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 25px;
}

.company_table dl {
  width: 100%;
}

.company_table dt {
  width: 100px;
  padding: 5px;
  line-height: 1.6;
  font-size: 12px;
}

.company_table {
  margin-bottom: 35px;
}

.company_table dd {
    width: calc(100% - 100px);
    padding: 5px;
    line-height: 1.6;
    font-size: 12px;
}

.company_license-img-sp {
  width: 90%;
  margin: 0 auto;
}

.contact-btn {
  width: 150px;
  right: 10px;
}

.scroll-down {
  padding-top: 55px;
  top: 5px;
}

.scroll-down span {
  width: 10px;
  height: 10px;
}

.sec03-flowbox {
  display: block;
  padding: 15px;
}

.sec03-flowboximg {
  position: static;
  width: 30%;
  margin: 0 auto;
}

.sec03-flowboximg img {
  position: static;
  transform: none;
}

.sec03-flowboxtxt {
  width: 100%;
}

.sec03-flowboxtxt h3 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
}

.sec03-flowboxtxt p {
  font-size: 16px;
  line-height: 26px;
}

.sec03-flowboxtxt a {
  width: 100%;
}

.contact-section .cta-section .cta-btn {
  width: 100%;
}

.company-map {
  width: 100%;
}

.airi-main {
  padding: 25px 0;
  width: 95%;
}

}


/* アニメーション */

/* フェードイン */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* ヘッダーにゅるっとアニメーション */

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
  transform: translateY(0);
}

/* 下にダウンする矢印 */

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* PCとスマホの改行をわけるスタイル */

@media screen and (min-width: 800px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 800px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}
