@charset "UTF-8";
/* 共通CSS */
main:not(.serviceMain) {
  padding-top: 150px;
}

.contents__ttl {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1250px) {
  .contents__ttl {
    font-size: 1.5rem;
  }
}

@media (max-width: 1250px) and (max-width: 767px) {
  .contents__ttl {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

.contents__ttl span {
  font-size: 3rem;
  letter-spacing: 3px;
  margin-bottom: 5px;
  display: block;
  position: relative;
}

@media (max-width: 1250px) {
  .contents__ttl span {
    font-size: 2.5rem;
  }
}

@media (max-width: 1250px) and (max-width: 767px) {
  .contents__ttl span {
    font-size: 2rem;
    padding-bottom: 3px;
  }
}

.contents__ttl span:after {
  height: 3px;
  width: 160px;
  background: #1C2687;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 1250px) {
  .contents__ttl span:after {
    width: 130px;
  }
}

@media (max-width: 1250px) and (max-width: 767px) {
  .contents__ttl span:after {
    height: 2px;
    width: 110px;
  }
}

/* about */
.about {
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .about {
    padding-bottom: 100px;
  }
}

.about__containerWrap {
  padding: 40px 0;
  background: url(../img/about-bg.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .about__containerWrap {
    padding: 0 5%;
    background: none;
  }
}

.about__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 90px;
  max-width: 1144px;
  background: url(../img/about-kakko-top.png) no-repeat top 2% center/98%, url(../img/about-kakko-bottom.png) no-repeat bottom 2% center/98% #fff;
}

@media (max-width: 767px) {
  .about__container {
    padding: 50px 30px;
    background: url(../img/about-kakko-top.png) no-repeat top 1% center/98%, url(../img/about-kakko-bottom.png) no-repeat bottom 1% center/98% #fff;
  }
}

.about__catch {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1250px) {
  .about__catch {
    font-size: 2rem;
  }
}

@media (max-width: 1250px) and (max-width: 767px) {
  .about__catch {
    font-size: 1.8rem;
    text-align: left;
  }
}

.about__txt {
  text-align: center;
}

@media (max-width: 767px) {
  .about__txt {
    text-align: left;
  }
}

/* company */
.company__table {
  margin: 0 auto 200px;
  max-width: 850px;
}

@media (max-width: 767px) {
  .company__table {
    margin-bottom: 100px;
    padding: 0 5%;
    max-width: 100%;
  }
}

.company__table table {
  width: 100%;
}

.company__table table tr th,
.company__table table tr td {
  border-bottom: 1px solid #BABABA;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .company__table table tr th,
  .company__table table tr td {
    font-size: 1.3rem;
    line-height: 1.6;
    vertical-align: top;
  }
}

.company__table table tr th {
  text-align: center;
  width: 300px;
}

@media (max-width: 767px) {
  .company__table table tr th {
    width: 30%;
  }
}

.company__accessMap {
  height: 400px;
}

@media (max-width: 767px) {
  .company__accessMap {
    height: 250px;
  }
}

/* promotion */
.promotion {
  padding-bottom: 250px;
  background: url(../img/promotion-bg02.png) no-repeat center/100%;
}

@media (max-width: 767px) {
  .promotion {
    padding-bottom: 100px;
    background: none;
  }
}

.promotion__container {
  margin: 0 auto;
  max-width: 1460px;
}

@media (max-width: 1460px) {
  .promotion__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
  }
}

@media (max-width: 1460px) and (max-width: 767px) {
  .promotion__container {
    padding: 0;
    max-width: 100%;
  }
}

.promotion__ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media (max-width: 1250px) {
  .promotion__ttl {
    font-size: 2rem;
  }
}

@media (max-width: 1250px) and (max-width: 767px) {
  .promotion__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 0 4%;
  }
}

.promotion__youtubeWrap {
  margin-bottom: 30px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1250px) {
  .promotion__youtubeWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 1250px) and (max-width: 767px) {
  .promotion__youtubeWrap {
    padding-bottom: 20px;
    display: block;
  }
}

.promotion__youtubeEmbed {
  width: calc(100% - 300px);
}

@media (max-width: 767px) {
  .promotion__youtubeEmbed {
    margin-bottom: 20px;
    width: 100%;
  }
}

.promotion__youtubeEmbed img {
  width: 100%;
  display: block;
}

.promotion__youtubeComment {
  line-height: 4;
  padding: 20px 25px 0 0;
  width: 270px;
}

@media (max-width: 1250px) {
  .promotion__youtubeComment {
    line-height: 3;
  }
}

@media (max-width: 1250px) and (max-width: 767px) {
  .promotion__youtubeComment {
    line-height: 1.8;
    padding: 0 5%;
    width: 100%;
  }
}

.promotion__txt {
  margin: 0 auto;
  max-width: 800px;
}

.promotion__txt li::before {
  content: "※";
}

.promotion__txt p.reload {
  text-align: center;
  margin: 30px auto;
}

.promotion__txt p.reload button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  border: 0px;
  padding: 13px 0;
  width: 220px;
  background: #1C2687;
  position: relative;
}

.promotion__txt p.reload button::before {
  border: 15px solid transparent;
  border-bottom: 15px solid #0579ab;
  content: " ";
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .promotion__txt {
    padding: 0 5%;
    max-width: 100%;
  }
}

.serviceTypeInfo__itemDet table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

/* news */
.news__container {
  margin: 0 auto;
  padding: 50px 0 130px;
  max-width: 900px;
}

@media (max-width: 900px) {
  .news__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 30px 100px;
  }
}

@media (max-width: 900px) and (max-width: 767px) {
  .news__container {
    padding: 30px 30px 100px;
    max-width: 100%;
  }
}

.news .newsList {
  border-top: 1px solid #ccc;
}

.news .newsList li {
  border-bottom: 1px solid #ccc;
}

.news .newsList li a {
  color: #707070;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .news .newsList li a {
    padding: 15px 10px;
    display: block;
  }
}

.news .newsList__date {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .news .newsList__date {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .news .newsList__ttl {
    line-height: 1.6;
  }
}

.news .news__detail {
  margin: 0 auto;
  padding: 50px 0 130px;
  max-width: 900px;
}

@media (max-width: 900px) {
  .news .news__detail {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 30px 100px;
  }
}

@media (max-width: 900px) and (max-width: 767px) {
  .news .news__detail {
    padding: 30px 30px 100px;
    max-width: 100%;
  }
}

.news .news__head {
  margin-bottom: 30px;
}

.news .news__headTtl {
  font-size: 2rem;
  font-weight: bold;
}

.news .news__headDate {
  letter-spacing: 2px;
}

/* contact */
.contact {
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .contact {
    padding: 0 5% 100px;
  }
}

.contact__container {
  margin: 0 auto;
  max-width: 750px;
}

@media (max-width: 767px) {
  .contact__container {
    max-width: 100%;
  }
}

.contactForm {
  margin-bottom: 50px;
}

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

@media (max-width: 767px) {
  .contactForm__item {
    display: block;
  }
}

.contactForm__item:not(:last-child) {
  margin-bottom: 20px;
}

.contactForm__ttl {
  width: 190px;
}

@media (max-width: 767px) {
  .contactForm__ttl {
    color: #1C2687;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
  }
}

.contactForm__det {
  width: calc(100% - 190px);
}

@media (max-width: 767px) {
  .contactForm__det {
    width: 100%;
  }
}

.contactForm__det input,
.contactForm__det textarea {
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  width: 100%;
}

.contactForm__det input::-webkit-input-placeholder,
.contactForm__det textarea::-webkit-input-placeholder {
  color: #ccc;
}

.contactForm__det input:-ms-input-placeholder,
.contactForm__det textarea:-ms-input-placeholder {
  color: #ccc;
}

.contactForm__det input::-ms-input-placeholder,
.contactForm__det textarea::-ms-input-placeholder {
  color: #ccc;
}

.contactForm__det input::placeholder,
.contactForm__det textarea::placeholder {
  color: #ccc;
}

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

@media (max-width: 767px) {
  .contactForm__det .radio_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .contactForm__det .radio_list li {
    margin-bottom: 5px;
    width: 48%;
  }
}

.contactForm__det .radio_list li:not(:last-child) {
  margin-right: 1.5em;
}

@media (max-width: 767px) {
  .contactForm__det .radio_list li:not(:last-child) {
    margin-right: 0;
  }
}

.contactForm__det .radio_list li input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  padding: 0;
  width: auto;
  display: inline;
  position: relative;
  top: 1px;
}

.contact .sendBtn__wrap {
  text-align: center;
}

.contact .sendBtn__wrap .send_btn {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  border: 0px;
  padding: 13px 0;
  width: 220px;
  background: #1C2687;
  position: relative;
}

.contact .sendBtn__wrap .send_btn:before {
  border: 15px solid transparent;
  border-bottom: 15px solid #A1AAE6;
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* service */
.service__kv {
  height: 1058px;
  padding: 230px 0 0 70px;
  background: url(../img/service-kv.jpg) no-repeat top center/cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1300px) {
  .service__kv {
    height: 100vh;
  }
}

@media (max-width: 1300px) and (max-width: 767px) {
  .service__kv {
    padding: 20vh 0 0;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.service__kvContents {
  padding: 0 20px;
  height: 270px;
  width: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .service__kvContents {
    padding: 25px 20px;
    height: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
}

.service__kvContents:before {
  height: 270px;
  width: 270px;
  background: url(../img/sankaku.png) no-repeat center/cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: -270px;
}

@media (max-width: 767px) {
  .service__kvContents:before {
    content: none;
  }
}

.service__kvMsg {
  width: 500px;
}

.service__kvTtl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.serviceContents {
  padding: 150px 0 130px;
  background: #F8F8F8;
}

@media (max-width: 767px) {
  .serviceContents {
    padding: 70px 5%;
  }
}

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

@media (max-width: 767px) {
  .serviceContents__container {
    display: block;
  }
}

.serviceContents__item {
  width: 400px;
}

@media (max-width: 767px) {
  .serviceContents__item {
    width: 100%;
  }
}

.serviceContents__item:nth-child(1) {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .serviceContents__item:nth-child(1) {
    margin: 0 0 40px;
  }
}

.serviceContents__img {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .serviceContents__img {
    margin: 0 auto 5px;
    width: 80%;
  }
}

.serviceContents__img img {
  width: 100%;
  display: block;
}

.serviceContents__ttl {
  color: #1C2687;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .serviceContents__ttl {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

.serviceType {
  padding: 200px 0 170px;
}

@media (max-width: 1460px) {
  .serviceType {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 200px 30px 170px;
  }
}

@media (max-width: 1460px) and (max-width: 767px) {
  .serviceType {
    padding: 80px 5% 0;
  }
}

@media (max-width: 767px) {
  .serviceType:last-child {
    padding-bottom: 100px;
  }
}

.serviceType__ttl {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 767px) {
  .serviceType__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

.serviceType__ttl:after {
  height: 3px;
  width: 370px;
  background: #1C2687;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .serviceType__ttl:after {
    height: 2px;
    width: 100%;
  }
}

.serviceType__container {
  margin: 0 auto 70px;
  max-width: 1460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .serviceType__container {
    max-width: 100%;
    display: block;
  }
}

.serviceType__img {
  width: calc(100% - 520px);
}

@media (max-width: 767px) {
  .serviceType__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.serviceType__img img {
  width: 100%;
  display: block;
}

.serviceType__contents {
  width: 480px;
}

@media (max-width: 767px) {
  .serviceType__contents {
    width: 100%;
  }
}

.serviceType__catch {
  color: #1C2687;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .serviceType__catch {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.serviceType__txt {
  margin-bottom: 60px;
}

@media (max-width: 1460px) {
  .serviceType__txt {
    margin-bottom: 40px;
  }
}

@media (max-width: 1460px) and (max-width: 767px) {
  .serviceType__txt {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .serviceType__price {
    font-size: 1.4rem;
  }
}

.serviceType__price span {
  font-size: 3rem;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .serviceType__price span {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .serviceType__info {
    font-size: 1.3rem;
    line-height: 1.5;
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
}

.serviceType .service02 .serviceType__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

@media (max-width: 767px) {
  .serviceType .service02 .serviceType__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.serviceType .serviceInsuranceType {
  border: 1px solid #1C2687;
  margin: 0 auto 70px;
  max-width: 1400px;
  position: relative;
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType {
    max-width: 100%;
  }
}

.serviceType .serviceInsuranceType__ttl {
  color: #1C2687;
  font-size: 2.8rem;
  text-align: center;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -25px;
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType__ttl {
    font-size: 2.2rem;
    top: -20px;
  }
}

.serviceType .serviceInsuranceType__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 200px 30px 130px;
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType__container {
    padding: 50px 7% 20px;
  }
}

.serviceType .serviceInsuranceType__item {
  margin: 0 auto;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.serviceType .serviceInsuranceType__item:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.serviceType .serviceInsuranceType__itemImg, .serviceType .serviceInsuranceType__itemContents {
  width: 48%;
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType__itemImg, .serviceType .serviceInsuranceType__itemContents {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType__itemImg {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.serviceType .serviceInsuranceType__itemImg img {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType__itemContents {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.serviceType .serviceInsuranceType__itemTtl {
  color: #1C2687;
  font-size: 2.3rem;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .serviceType .serviceInsuranceType__itemTtl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.serviceType .serviceTypeInfo__wrap {
  margin: 0 auto;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .serviceType .serviceTypeInfo__wrap {
    max-width: 100%;
    display: block;
  }
}

.serviceType .serviceTypeInfo__wrap .serviceTypeInfo:nth-child(1) {
  width: 35%;
}

@media (max-width: 767px) {
  .serviceType .serviceTypeInfo__wrap .serviceTypeInfo:nth-child(1) {
    margin-bottom: 50px;
    width: 100%;
  }
}

.serviceType .serviceTypeInfo__wrap .serviceTypeInfo:nth-child(2) {
  width: 55%;
}

@media (max-width: 767px) {
  .serviceType .serviceTypeInfo__wrap .serviceTypeInfo:nth-child(2) {
    width: 100%;
  }
}

.serviceType .serviceTypeInfo__wrap .serviceTypeInfo__ttl {
  color: #717171;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .serviceType .serviceTypeInfo__wrap .serviceTypeInfo__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.serviceType .serviceTypeInfo__wrap .serviceTypeInfo__itemDet table {
  width: 100%;
}

.serviceType .serviceTypeInfo__wrap .serviceTypeInfo__itemDet table tr th,
.serviceType .serviceTypeInfo__wrap .serviceTypeInfo__itemDet table tr td {
  padding: 7px 10px 7px 20px;
}

.serviceType .serviceTypeInfo__wrap .serviceTypeInfo__itemDet table tr th {
  font-weight: normal;
  width: 150px;
  background: #E0E0E0;
}

@media (max-width: 767px) {
  .serviceType .serviceTypeInfo__wrap .serviceTypeInfo__itemDet table tr th {
    width: 120px;
  }
}
/*# sourceMappingURL=contents.css.map */