/* ----------------------------------------

- base

---------------------------------------- */
#content {
  margin: 0;
}

/*  title
---------------------------------------- */
.title01 {
  margin-bottom: 60px;
}

.title01 .main {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
}

.title02 .main {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

@media only screen and (max-width: 737px) {
  .title01 {
    margin-bottom: 50px;
  }

  .title01 .main {
    font-size: 28px;
  }

  .title02 .main {
    font-size: 19px;
  }
}

/*  arw_dwon
---------------------------------------- */
.arw_dwon {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.arw_dwon::before {
  display: inline-block;
  content: "";
  width: 140px;
  height: 30px;
  background:
    linear-gradient(to left bottom, #1C6B85 50%, transparent 50%) left center / 50.5% 100% no-repeat,
    linear-gradient(to right bottom, #1C6B85 50%, transparent 50%) right center / 50.5% 100% no-repeat;

}

/* ----------------------------------------

- service1

---------------------------------------- */
#service1 {
  background: url(../img/service/service1_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service1_img1 {
  max-width: 960px;
  margin: 0 auto;
}

/* ----------------------------------------

- service2

---------------------------------------- */
#service2 {
  text-align: center;
  background: url(../img/service/service2_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.service2_fukidashi {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: .5em 2em;
  margin-bottom: 2em;
  position: relative;
}

.service2_fukidashi::after {
  content: "";
  width: 1.5em;
  height: 1em;
  background:
    linear-gradient(to left bottom, #fff 50%, transparent 50%) left center / 50.5% 100% no-repeat,
    linear-gradient(to right bottom, #fff 50%, transparent 50%) right center / 50.5% 100% no-repeat;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.service2_tit {
  color: #fff;
  margin-bottom: 0;
}

.service2_tit .orange {
  color: #E96E1F;
}

@media only screen and (max-width: 737px) {}

/* ----------------------------------------

- service3

---------------------------------------- */
#service3 {
  display: flex;
  justify-content: space-between;
}

.service3_box {
  width: 46%;
  background: #fff;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}

.service3_box_pic {
  width: 25%;
  margin-right: 30px;
}

.service3_box_txtarea {
  width: calc(75% - 30px);
}

.service3_box_tit {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #2D9819;
}

.service3_box_list {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  margin-top: -1em;
}

.service3_box_list>li {
  list-style: none;
  line-height: 1.5;
  padding-left: .7em;
  position: relative;
  margin-top: 1em;
}

.service3_box_list>li:before {
  content: "";
  display: inline-block;
  width: .3em;
  height: .3em;
  background: #2D9819;
  position: absolute;
  left: 0;
  top: .75em;
  transform: translateY(-50%);
}

@media only screen and (max-width: 737px) {
  #service3 {
    display: block;
    justify-content: space-between;
  }

  .service3_box {
    width: auto;
    align-items: center;
    margin-top: 20px;
  }

  .service3_box:first-child {
    margin-top: 0;
  }

  .service3_box_pic {
    width: 25%;
    margin-right: 20px;
  }

  .service3_box_txtarea {
    width: calc(75% - 20px);
  }

  .service3_box_tit {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #2D9819;
  }

  .service3_box_list {
    font-size: 13px;
    margin-top: -.5em;
  }

  .service3_box_list>li {
    margin-top: .5em;
  }
}

/* ----------------------------------------

- service4

---------------------------------------- */
#service4{
  padding-bottom: 70px;
}
#service4 .title01 {
  margin-bottom: 60px;
}

.service4_box {
  display: flex;
  align-items: center;
}

.service4_box_pic {
  width: 46%;
  margin-right: 5%;
}

.service4_box_list {
  font-size: 20px;
  font-weight: bold;
  margin-top: -1em;
}

.service4_box_list>li {
  list-style: none;
  line-height: 1.5;
  padding-left: 1.75em;
  margin-top: 1em;
  position: relative;
}

.service4_box_list>li:before {
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1em;
  background: url(../img/service/icon_check.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.25em;
}

@media only screen and (max-width: 737px) {
  .service4_tit {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .service4_box {
    display: block;
    text-align: center;
  }

  .service4_box_pic {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .service4_box_list {
    display: inline-block;
    font-size: 16px;
    text-align: left;
  }
}
/* ----------------------------------------

- service5

---------------------------------------- */
#service5.inner01 {
  padding-left: 10px;
  padding-right: 10px;
}
.u-text--red {
  color: #E2050A;
}
/*worry
------------------------------*/
.worry .orange {
  color: #E96E1F;
}
.worry {
  background-color: #2E9819;
  padding-bottom: min(60px, 4.39238653vw);
  padding-top: min(60px, 4.39238653vw);
}
.worry__title {
  text-align: center;
  margin-bottom: min(25px, 2vw);
}
.worry__title img{
  width: min(495px, 80%);
}
.worry__inner {
  max-width: 1040px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.worry__box {
  background: #fff;
  border: 8px solid #1C6E0B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 70px 20px;
}
.worry__box__icon {
  position: absolute;
  top: 0;
  right: -5%;
  transform: translateY(-50%);
  width: 20%;
  aspect-ratio: 172/154;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}
.worry__list {
  max-width: 838px;
}
.worry__list li {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.303030303;
  padding: 0.667em 0;
  border-bottom: 0.26em solid #BFBFBF;
  position: relative;
  padding-left: 2em;
}
.worry__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/service/icon_check2.png) no-repeat center center/contain;
  width: 1.6em;
  aspect-ratio: 39/38;
}
@media (max-width: 767px) {
  .worry__box {
    padding: 20px 10px;
    border: 4px solid #1C6E0B;
  }
  .worry__list li {
    font-size: 17px;
  }
}

/* ----------------------------------------

- service6

---------------------------------------- */
#service6 {
  background: #FEFCE7;
}

/* table
---------------------------------------- */
#service6 table {
  table-layout: fixed
}

#service6 table th,
#service6 table td {
  min-height: 110px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #DDDDDD;
}

#service6 table th {
  line-height: 1.4;
  font-weight: bold;
}

#service6 table th:last-child,
#service6 table td:last-child {
  border-right: none;
}

/*** thead ***/
#service6 table thead th {
  color: #fff;
  background: #666666;
}

#service6 table thead th:first-child {
  background: none;
}

/*** tbody tr ***/
#service6 table tbody tr {
  background: #F5F5F5;
}

#service6 table tbody tr:nth-of-type(even) {
  background: #fff;
}

/*** tbody td ***/
#service6 table tbody td {
  font-size: 13px;
  line-height: 1.4;
  vertical-align: top;
}

/*** tbody mark ***/
#service6 table .mark {
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#service6 table .mark.double_circle {
  background-image: url(../img/service/mark_double_circle.svg);
}

#service6 table .mark.triangle {
  background-image: url(../img/service/mark_triangle.svg);
}

#service6 table .mark.circle {
  background-image: url(../img/service/mark_circle.svg);
}

#service6 table .mark.cross {
  background-image: url(../img/service/mark_cross.svg);
}

/*** tbody company ***/
#service6 table th.company {
  background: #2D9819;
}

#service6 table .company {
  border-left: 3px solid #2D9819;
  border-right: 3px solid #2D9819;
}

#service6 table tr:nth-last-of-type(2) .company {
  border-bottom: 3px solid #2D9819;
}

/*** tbody last ***/
#service6 table tbody tr:last-child,
#service6 table tbody tr:last-child td,
#service6 table tbody tr:last-child th {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

/*** tbody btn ***/
#service6 table .btn {
  display: inline-block;
  width: 100%;
  /* font-size: 25px; */
  font-size: 19px;
  line-height: 1.71;
  font-weight: bold;
  color: #189800;
  text-align: center;
  box-sizing: border-box;
  transition: .3s;
  position: relative;
  background-color: #F5F8EC;
  border: 2px solid #189800;
  box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 18%);
  border-radius: 12px;
  padding: .5em;
  box-shadow: 0px 5px 0px 0px #2d9819, 0px 8px 8px 0px rgb(0 0 0 / 16%);
  margin-bottom: 5px;
}

#service6 table .btn_txt {
  display: inline-block;
  padding-left: 1.5em;
  background-image: url(../img/common/icon_arw_circle_right_green.svg);
  background-repeat: no-repeat;
  background-size: 1.3em;
  background-position: center left;
}

@media only screen and (max-width: 737px) {
  #service6 .tableWrap {
    width: calc(100% + 20px);
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #service6 table {
    min-width: 600px;
  }

  #service6 table th,
  #service6 table td {
    padding: 15px 10px;
  }

  /*** tbody td ***/
  #service6 table tbody td {
    font-size: 10px;
  }

  /*** tbody btn ***/
  #service6 table .btn {
    font-size: 16px;
  }
}

/* ----------------------------------------

- service7

---------------------------------------- */
#service7.inner01 {
  padding-left: 10px;
  padding-right: 10px;
}
/*feature
------------------------------*/
.feature {
  margin-top: min(80px, 5.8565153734vw);
  background-color: #f3af3a;
  /* background-image: 
    linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), 
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); */
  background-size: 20px 20px; 
  padding: 60px 0 60px;
  position: relative;
}
.feature::before {
  content: "";
  position: absolute;
  background: url(../img/service/dec_book.png) no-repeat center center/100%;
  aspect-ratio: 441/192;
  width: 20%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.feature__inner {
  max-width: 1052px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .feature {
    padding: 25px 0;
  }
}

.feature__title {
  width: min(693px, 90%);
  margin: 0 auto;
}


.feature__bubble {
  width: 20%;
  margin: 1% auto 0;
}
@media (max-width: 767px) {
  .feature__bubble {
    width: 40%;
    margin: 15px auto 0;
  }
}

.feature__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.feature__list li {
  width: calc(25% - 7.5px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 2%;
  border-radius: 10px;
  background: #fff;
}
.feature__list li:not(:nth-child(4n)) {
  margin-right: 10px;
}
.feature__list li:nth-child(n+5) {
  margin-top: 30px;
}
.feature__list li h3 {
  font-size: min(2.4rem, 1.8229166667vw);
  font-weight: 700;
  line-height: 1.4583333333;
  border-bottom: 0.167em solid #FF6C02;
  text-align: center;
  margin: .5em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.feature__list li p {
  font-size: min(1.6rem, 1.5625vw);
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.25em;
}
@media (max-width: 767px) {
  .feature__list {
    margin-top: 15px;
  }
  .feature__list li {
    width: calc(50% - 5px);
    padding: 10px;
  }
  .feature__list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .feature__list li:nth-child(2n) {
    margin-left: 10px;
  }
  .feature__list li:nth-child(n+3) {
    margin-top: 15px;
  }
  .feature__list li h3 {
    font-size: 1.6rem;
  }
  .feature__list li p {
    font-size: 1.32rem;
  }
}

.feature__item-num {
  font-size: min(3rem, 2.196193265vw);
  font-weight: 700;
  line-height: 2;
  color: #FF6C02;
  text-align: center;
  position: relative;
}
.feature__item-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/service/img_03.png) no-repeat center center/contain;
  width: 1.9em;
  aspect-ratio: 57/44;
}
@media (max-width: 767px) {
  .feature__item-num {
    font-size: 1.6rem;
  }
}
