@charset "UTF-8";
/*****************************************************************************
reset 
*****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul, ol {
  list-style-type: none;
}
em, i, strong, th, address {
  font-style: normal;
  /*text-align: left;*/
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, object, embed {
  border: 0;
  vertical-align: top;
}
hr {
  border: 0;
  height: 1px;
  background: #cccccc;
  margin: 1em 0;
  clear: both;
  width: 100%;
}
li {
  list-style-type: none;
}
area {
  outline: none !important;
  border: none !important;
}
img {
  border: 0;
  vertical-align: middle;
}
body *, body *::after, body *::before {
  box-sizing: border-box;
}
input[type='submit'], input[type='button'], input[type='text'], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}
input[type='submit']:focus, input[type='button']:focus {
  outline: 0;
}
/*****************************************************************************
共通
*****************************************************************************/
body {
  font-family: 'Noto Sans JP', "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
  font-weight: 400;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.res img {
  width: 100%;
  height: auto;
}
h2 {
  text-align: center;
  margin-bottom: 50px;
}
section {
  padding: 60px 15px;
  overflow: hidden;
}
.h2title01 {
  font-size: 2.0rem;
  color: #1d2084;
  border-top: 2px solid #1d2084;
  border-bottom: 2px solid #1d2084;
  padding: 20px 0 15px;
  position: relative;
  margin: 0 0 0 90px;
  font-weight: 700;
}
.h2title01::before {
  content: "";
  background-image: url(../img/title_icon.png);
  position: absolute;
  top: -35px;
  left: -85px;
  width: 100%;
  background-repeat: no-repeat;
  height: 180px;
}
.bgc_white {
  background-color: #fff;
}
.tax {
  text-align: right;
  margin-bottom: 50px;
  margin: 0 auto;
}
.circle {
  position: relative;
  background-color: #d9edfc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.circle::before {
  content: "さらに";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 1px;
}
.arrow {
  position: relative;
  margin-bottom: 30px;
}
.arrow::before {
  content: "";
  background-image: url(../img/arrow.png);
  position: absolute;
  top: 100%;
  left: 46%;
  width: 16px;
  height: 25px;
  background-repeat: no-repeat;
}
.section-06-list__wrapper::after {
  content: "";
  background-image: url(../img/arrow02.png);
  position: absolute;
  top: 108%;
  left: 45%;
  width: 35px;
  height: 41px;
  background-repeat: no-repeat;
}
.section-06-list__wrapper:last-child:after {
  content: none;
}
.under-line {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
  display: inline-block;
}
.txt_s {
  font-size: 1.75rem;
}
.pb10 {
  padding-bottom: 10px;
}
.pb60 {
  padding-bottom: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10{
    margin-top: 10px;
}
/*****************************************************************************
txt
*****************************************************************************/
.txt01 {
  color: #1d2084;
  font-weight: 700;
}
.txt02 {
  font-size: 12px;
}
.txt03 {
  font-size: 1.5rem;
  color: #1d2084;
  border-bottom: 1px solid #1d2084;
  padding-bottom: 10px !important;
  font-weight: 700;
  text-align: center;
}
.txt04 {
  color: #ec6670;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.txt05 {
  font-size: 1.5rem;
  font-weight: 700;
}
.txt06 {
  color: #ec6670;
  border: 1px solid #ec6670;
  padding: 5px;
  display: inline-block;
  margin: 5px
}
.txt07{
     font-size: 2rem;
  color: #1d2084;
    font-weight: 700;
    margin-bottom: 15px;
}
/*****************************************************************************
header
*****************************************************************************/
.header__wrapper {
  margin-top: 20px;
}
.header__wrapper p {
  font-weight: 700;
}
.header__box {
  display: flex;
  justify-content: space-between;
  max-width: 1810px;
  margin: 0 auto;
  align-items: end;
}
.header-log__left_wrapper {
	display: block;
	text-decoration: none;
}
.header-log__left {
  display: flex;
  align-items: center;
}
.header-log__left img {
  padding: 0 14px 0 0;
  max-width: 207px;
}
.header-log__left p {
	color: #000000;
}
.header-logo__right img {
  max-width: 330px;
}
.phone-icon{
    display: none;
}
@media screen and (max-width: 700px) {

  .header__wrapper {
    margin-top: 0;
    font-size: 12px;
  }
  .header-log__left img {
    max-width: 120px;
    padding: 0 14px 0 0;
  }
  .header-logo__right img {
    max-width: 160px;
  }
}
@media screen and (max-width: 480px) {
    .phone-icon{
    display: block;
}
    .phone-logo{
        display: none;
    }
    .header-logo__right img {
    max-width: 35px;
  }
}
/*****************************************************************************
section
*****************************************************************************/
.section01 {
  padding: 0;
}
.section02 {
  padding-top: 75px;
     padding-bottom: 60px;
}
.section03 {
  background-color: #eff5f8;
  padding-top: 80px;
}
.section04 {
  background-image: url("../img/sec04_bgi.jpg");
  background-position: center;
  background-size: cover;
}
.section05 {
  background-color: #e2f2fd;
    padding-top: 80px;
}
.section06 {
  background-image: url("../img/sec06_bgi.jpg");
  padding-bottom: 60px;
    padding-top: 80px;
}
.section07 {
  background-image: url("../img/sec07_bgi.jpg");
    padding-top: 80px;
}
/*****************************************************************************
section-02
*****************************************************************************/
.section-02__wrapper {
  max-width: 1380px;
  margin: 0 auto;
  background-color: #ecf6fe;
  padding: 0 30px 0;
  border: 2px solid #8e8fc1
}
.image__wrapper02 {}
.image__wrapper02 img {
  max-width: 330px;
}
.section-02-title__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.section-02__title {
  background-image: url("../img/hukidasi01.png");
  background-repeat: no-repeat;
  padding-bottom: 50px;
  transform: rotate(-8deg);
  margin-bottom: 0px;
  background-position: 50% 100%;
  white-space: nowrap;
  font-size: 2.5rem;
  color: #1d2084;
  font-weight: 700;
}
.sp-br {
  display: none;
}
.section-02-list__wrapper {
  display: flex;
}
.section-02-list__wrapper span {
  transform: rotate(-8deg);
     font-size: 1.3rem;
    line-height: 1;
}
.section-02-list__wrapper li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 50px;
}
.section-02-list__wrapper li:nth-child(3) {
  margin-right: 0;
}
.section-02-list-__title {
  background-image: url("../img/hukidasi02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 182px;
  position: relative;
    color: #1a5195;
}
.section-02-list__txt {
  position: relative;
  padding-left: 95px;
}
.section-02-list__txt::before {
  content: url("../img/icon.png");
  position: absolute;
  top: 0;
  left: 0;
}
.section-02-comment {
  max-width: 100px;
}
.section-02-comment__wrapper {
  position: absolute;
  top: -42%;
  left: -5%;
}
@media screen and (max-width: 1000px) {
  .section-02-title__box {
    flex-direction: column;
  }
  .image__wrapper02 {
    text-align: center;
  }
  .section-02__title {
    font-size: 1.5rem;
  }
  .section-02-list__wrapper {
    flex-wrap: wrap;
  }
  .section-02-list__wrapper li {
    width: calc((100% - 30px) / 2);
  }
  .section-02-list__wrapper li:nth-child(2n) {
    margin-right: 0;
  }
  .section-02-list__wrapper li:nth-child(3) {
    margin-right: 30px;
  }
  .image__wrapper02 img {
    max-width: 170px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section-02-list__wrapper {
    display: block;
  }
  .section-02-list__wrapper li {
    width: 100%;
  }
  .section-02__wrapper {
    font-size: 16px
  }
    .section-02-list__wrapper span{
        font-size: 1.5rem;
         transform: rotate(-3deg);
    }
}
@media screen and (max-width: 480px) {
    .section-02-list__wrapper span{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 400px) {
  .sp-br {
    display: block;
  }
}
/*****************************************************************************
section-03
*****************************************************************************/
.section-03-list__wrapper {
  display: flex;
}
.section-03__wrapper p {
  text-align: center;
}
.section-03-list__wrapper li {
  margin-top: 40px;
  padding-top: 90px;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.section-03-list01::before {
  content: "";
  background-image: url(../img/kari1.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 118px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-03-list02::before {
  content: "";
  background-image: url(../img/kari2.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 118px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-03-list03::before {
  content: "";
  background-image: url(../img/kari3.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 119px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-03-list__wrapper li:nth-child(3) {
  margin-right: 0;
}
.section-03-list__wrapper dl {
  text-align: center;
}
.section-03-list__wrapper dt {
  padding: 30px 0 20px;
  color: #1d2084;
  border-bottom: 1px #1d2084 solid;
  display: inline-block;
}
.section-03-list__wrapper dd {
  padding-top: 20px;
}
.section-03-list__wrapper dd {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .section-03-list__wrapper {
    display: block;
  }
  .section-03-list__wrapper li {
    width: 100%;
  }
}
/*****************************************************************************
section-04
*****************************************************************************/
.section-04__wrapper {
  background-color: #fff;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 30px;
  padding-top: 100px;
  padding-right: 10px;
  padding-left: 10px;
}
.section-04-list__wrapper {
  display: flex;
  border-bottom: 1px #1d2084 solid;
  padding-bottom: 50px;
}
.section-04-list__wrapper li {
  width: calc((100% - 40px) / 3);
  margin-right: 40px;
  background-color: #fffade;
  padding: 30px;
  border-radius: 30px;
  border: 1px #1d2084 solid;
}
.section-04-list__wrapper li:nth-child(3) {
  margin-right: 0;
}
.tax {
  text-align: right;
  margin-bottom: 50px;
}
.section-04__title {
  position: relative;
}
.image__wrapper04 {
  position: absolute;
  right: 0px;
  bottom: -30px;
  width: 22%;
  margin-right: 15px;
}
.image__wrapper04 img {
  width: 100%;
}
.section-04-list__box {
  width: 78%;
}
.section-04-txt__wrapper {
  display: flex;
  padding: 60px 0 100px;
  align-items: center;
  justify-content: center;
}
.section-04-txt__wrapper span {
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .section-04-list__box {
    width: 100%;
  }
  .image__wrapper04 {
    margin: 0 auto;
    position: static;
  }
  .tax {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .section-04-list__wrapper {
    display: block;
  }
  .section-04-list__wrapper li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .image__wrapper04 {
    margin: 0 auto;
    width: 170px;
  }
  .section-04-txt__wrapper {
    flex-direction: column;
  }
  .section-04-txt__wrapper span {
    margin-bottom: 10px;
  }
}
/*****************************************************************************
section-05
*****************************************************************************/
.section-05__inner {
  max-width: 1880px;
  text-align: center;
  margin: 0 auto;
}
.car-name {
 font-weight: 700;
}
.car-name__wrapper{
      background: #dce4e8;
  border-radius: 15px 15px 0 0;
  padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
 line-height: 1;
    height: 65px;
}
.car-item__wrapper{
     display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
}
.car-item__wrapper p{
    line-height: 1.3;
}
.car-img__wrapper{
   position: relative;
    height: 150px;
}
.car-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-05-car__box {
  display: flex;
}
.section-05-car__box li {
  width: calc((100% - 90px) / 7);
  margin-right: 15px;
  border: 1px #dce4e8 solid;
  border-radius: 15px;
  background-color: #fff;
}
.section-05-car__box li:last-child {
  margin-right: 0;
}
.car__box__wrapper {
  padding-bottom: 20px;
}
.car__box__center {
  display: flex;
  justify-content: center;
}
.car-item{
    padding: 5px;
}
@media screen and (max-width: 1200px) {
  .section-05-car__box {
    flex-wrap: wrap;
    max-width: 930px;
  }
  .section-05-car__box li {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
    max-width: 300px;
  }
  .section-05-car__box li:nth-child(3n) {
    margin-right: 0;
  }
  .car__box__center {
    margin-top: 50px;
  }
    .car-img__wrapper{
    height: 200px;
}
   
}
@media screen and (max-width: 950px) {
     .car-img__wrapper{
        height: 20vw;
    }
}
@media screen and (max-width: 480px) {
  .section-05-car__box {
    flex-wrap: nowrap;
    overflow-y: scroll;
      padding: 0 15px 0 15px;
  }
  .car__box__wrapper {
    width: 300px;
  }
  .section-05-car__box li {
    width: 300px;
  }
  .section-05-car__box li:nth-child(3n) {
    margin-right: 15px;
  }
  .car__box__center {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
     .car-img__wrapper{
        height: 200px;
    }
}
/*****************************************************************************
section-06
*****************************************************************************/
.section-06__inner {
  position: relative;
  padding-bottom: 190px;
}
.section-06__txt-box {
  width: 60%;
}
.section-06__img-box {
  flex: 1;
  max-width: 210px;
}
.section-06-list__wrapper {
  display: flex;
  max-width: 880px;
  background-color: #fffade;
  border-radius: 15px;
  margin: 0 auto;
  padding: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  position: relative;
}
.list-number01::before {
  content: url(../img/06_06.png);
  position: absolute;
  top: -24px;
  left: -14px;
}
.list-number02::before {
  content: url(../img/06_07.png);
  position: absolute;
  top: -24px;
  left: -14px;
}
.list-number03::before {
  content: url(../img/06_08.png);
  position: absolute;
  top: -24px;
  left: -14px;
}
.list-number04::before {
  content: url(../img/06_09.png);
  position: absolute;
  top: -24px;
  left: -14px;
}
.list-number05::before {
  content: url(../img/06_10.png);
  position: absolute;
  top: -24px;
  left: -14px;
}
.image__wrapper06 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.image__wrapper06 img {
  max-width: 530px;
}
.section-06__txt-box {
  padding: 30px;
}
@media screen and (max-width: 550px) {
  .section-06-list__wrapper {
    display: block;
  }
  .section-06__txt-box {
    width: 100%;
  }
  .image__wrapper06 {
    width: 100%;
  }
  .section-06__img-box {
    margin: 0 auto;
  }
  .image__wrapper06 img {
    width: 100%;
  }
  .section-06__inner {
    padding-bottom: 30%;
  }
}
/*****************************************************************************
section-07
*****************************************************************************/
.section-07-list__wrapper {
  display: flex;
}
.section-07__flex__left {
  display: flex;
  width: 50%;
}
.section-07__flex__left ul {
  width: 290px;
  margin-right: 20px;
}
.section-07__flex__right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.section-07__flex__right ul {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.section-07__flex__right ul:nth-child(2n) {
  margin-right: 0;
}
.section-07-list__wrapper li {
  position: relative;
  padding-left: 25px;
}
.section-07-list__wrapper li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #9fd2f8;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 5px;
}
.section-07-list__title {
  max-width: 280px;
  background-color: #5eb4f4;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
}
.section-07-list__title::before {
  content: none !important;
}
.section-07__txt__block {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 2rem;
}
.section-07__txt__block .txt04 {
  font-size: 3rem;
}
.section-07__txt__block {
  position: relative;
  display: flex;
  justify-content: center;
}
.item-icon__wrapper {
  position: relative;
}
.item-icon-img {
  position: absolute;
  top: 0;
  left: 0;
}
.item-icon-img img {
  max-width: 250px;
  width: 100%;
}
.item-icon {
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .section-07-list__wrapper {
    display: block;
  }
  .section-07__flex__left {
    width: 100%;
  }
  .section-07__flex__right {
    width: 100%;
  }
  .section-07-list__wrapper {
    font-size: 14px;
  }
  .item-icon-img {
    position: static;
  }
  .item-icon__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-07__txt__block .txt04 {
    font-size: 2rem;
  }
}