@charset "utf-8";
/*===========================================================================
all
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  .back {
    padding: 60px 0;
  }
}
@media (max-width:900px) {
  .back {
    padding: 50px 0;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {
  .width {
    max-width: 80%;
  }
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {
  position: relative;
  /*
  margin: 100px auto 0 auto;
*/
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  .contents {
    /*
    margin: 50px auto 0 auto;
*/
  }
}
@media (max-width:900px) {
  .contents {
    /*
    margin: 50px auto 0 auto;
*/
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*========================================================================
めぐみご利用案内
========================================================================*/
/*:::::【背景】:::::*/
.info-back {
  background-color: #fff;
}
/*:::::【イメージ】:::::*/
.mi-back {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%) rotate(-120deg);
  transform-origin: center center;
}
/*:::::【コンテンツ】:::::*/
.ic-back:nth-child(odd) {
  background: linear-gradient(to right, #c5ffd6, #ffffff);
  margin-bottom: 100px;
  padding: 2%;
}
.ic-back:nth-child(even) {
  background: linear-gradient(to left, #c5ffd6, #ffffff);
  margin-bottom: 100px;
  padding: 2%;
}
.info-contents li:last-of-type {
  margin: 0;
}
.ic-back dt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0C6035;
}
.ic-back dd ul li {
  margin-bottom: 10px;
  line-height: 1.8;
}
.ic-table {
  width: auto;
  table-layout: auto; /* ← これが超重要！ */
}
.ic-table th {
  width: auto;
  padding: 1%;
  white-space: nowrap; /* 改行させない */
}
.ic-table td {
  width: 100%;
  padding: 1%;
  padding-left: 5%;
}
.ic-back a {
  text-decoration: underline;
}
.font-color {
	color: #998675;
	font-size: 0.9rem;
}

@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .ic-back:nth-child(odd), .ic-back:nth-child(even) {
    margin-bottom: 70px;
  }
}
@media (max-width:900px) {
  .ic-back:nth-child(odd), .ic-back:nth-child(even) {
    margin-bottom: 50px;
  }
}
@media (max-width:600px) {
  .ic-back:nth-child(odd), .ic-back:nth-child(even) {
    padding: 4%;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*========================================================================
特徴
========================================================================*/
/*:::::【コンテンツ】:::::*/
.feature-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.feature-li {
  border: 1px solid #3a3a3a;
  padding: 5%;
  background-color: #fff;
}
.feature-li dt {
  color: #E07A5F;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.feature-li dd {
  line-height: 1.7;
}
.feature-li ul li {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 18px;
}
.feature-li img {
  display: block;
  height: 150px;
  margin: 0 auto;
}
.feature-li a {
  text-decoration: underline;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .feature-contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:900px) {
  .feature-contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:600px) {
  .feature-contents {
    grid-template-columns: 1fr;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {
  .feature-li dt {
    font-size: 1.2rem;
  }
}
/*========================================================================
めぐみ一日の流れ
========================================================================*/
/*:::::【背景】:::::*/
.m-schedule-back {
  background-color: #fff;
}
.img-sb01 {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.img-sb02 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  transform: scale(-1, -1);
}
/*:::::【コメント】:::::*/
.ms-comment {
  /* margin-top: 100px;*/
  margin-bottom: 80px;
  text-align: center;
}
.ms-comment dt {
  color: #B50003;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.ms-comment dd {
  line-height: 1.8;
}
/*:::::【スケジュール】:::::*/
/* flex-schedul */
.flex-schedule {
  min-width: 400px;
  max-width: 850px;
  list-style: none;
  margin: 0 auto;
  box-sizing: border-box;
}
.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #00995b;
}
.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 30px;
}
.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #d2f7e8;
  border-radius: 6px;
}
.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 20px;
  background: #00995b;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.flex-schedule .sch_title {
  font-weight: 700;
  margin-bottom: 5px;
  color: #00741F
}
.flex-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .flex-schedule li .time {
    max-width: 2em;
  }
}
@media (max-width:450px) {
  /*:::::【コメント】:::::*/
  .ms-comment {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .flex-schedule .sch_box {
    width: 85%;
  }
  .flex-schedule li .time {
    max-width: 1.9em;
  }
}
/*========================================================================
ご利用の流れ
========================================================================*/
/*:::::【コンテンツ】:::::*/
.step-list li {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin-bottom: 100px;
  background-color: #c5ead9;
  padding: 4% 6%;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.step-list li:last-of-type {
  margin-bottom: 0;
}
.step-list .step-img {
  width: 50%;
  border-radius: 10px;
}
.step-img img {
  height: auto;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.step-list dl {
  width: 50%;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2%;
}
.step-list dt {
  color: #1a601f;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.step-list dd {
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width:1500px) {
  .step-list dt {
    font-size: 1.9rem;
  }
  .step-list dd {
    font-size: 1.3rem;
  }
}
@media (max-width:1400px) {
  .step-list dt {
    font-size: 1.8rem;
  }
  .step-list dd {
    font-size: 1.2rem;
  }
}
@media (max-width:1280px) {
  .step-list dt {
    font-size: 1.7rem;
  }
  .step-list dd {
    font-size: 1.1rem;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .step-list dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .step-list dd {
    font-size: 1rem;
  }
}
@media (max-width:900px) {
  .step-list dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .step-list dd {
    font-size: 16px;
    text-align: justify;
  }
}
@media (max-width:600px) {
  .step-list li {
    flex-direction: column-reverse;
  }
  .step-list .step-img {
    width: 100%;
  }
  .step-list dl {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 7% 4%;
  }
  .step-list dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .step-list dd {
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .step-list li {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .step-list dt {
    font-size: 1.2rem;
  }
}
/*========================================================================
めぐみ会社概要
========================================================================*/
/*:::::【背景】:::::*/
.m-company-back {
  background-color: #fff;
}
/*:::::【イメージ】:::::*/
.img-cb01 {
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(-1, -1);
}
.img-cb02 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.company-contents img {
  display: block;
  width: 100%;
  margin-top: 20px;
}
/**************************いずみ***************************************/
/*========================================================================
ご利用案内
========================================================================*/
/*:::::【イメージ】:::::*/
.i-info {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  transform: rotate(-90deg) scale(-1, 1);
  transform-origin: top left;
}
/*========================================================================
ご利用の流れ
========================================================================*/
.izumi-step {}
.izumi-step dt {
  text-align: justify;
}
.izumi-step dd {
  text-align: justify;
}
.izumi-step dd a {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width:1500px) {
  .izumi-step dt {
    font-size: 1.5rem;
  }
  .izumi-step dd {
    font-size: 1.2rem;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  .izumi-step dt {
    font-size: 1.4rem;
  }
  .izumi-step dd {
    font-size: 1.1rem;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .izumi-step li {
    justify-content: space-between;
  }
  .izumi-step dt {
    font-size: 1.3rem;
  }
  .izumi-step dd {
    font-size: 16px;
  }
}
@media (max-width:900px) {
  .izumi-step li {
    flex-direction: column-reverse;
  }
  .izumi-step .is-img {
    width: 100%;
  }
  .izumi-step dl {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 7% 4%;
  }
}
@media (max-width:600px) {
  .izumi-step li {
    margin-bottom: 70px;
  }
  .izumi-step dd {
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .izumi-step li {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {}
/*========================================================================
サービス一覧
========================================================================*/
/*:::::【背景】:::::*/
.i-service-back {
  background-color: #fff;
}
/*:::::【コメント】:::::*/
.is-comment {
  margin: 50px auto 100px auto;
  text-align: center;
}
.is-comment p {
  display: inline-block;
  background-color: #E07A5F;
  color: #fff;
  padding: 10px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .is-comment {
    margin: 20px auto 100px auto;
  }
}
@media (max-width:900px) {
	  .is-comment {
    margin: 20px auto 100px auto;
  }
}
@media (max-width:600px) {
		  .is-comment {
    margin: 20px auto 80px auto;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::【コンテンツ】:::::*/
.service-contents ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.service-contents li {
  border: 1px solid #00472a;
  padding: 5%;
  background-color: #fff;
}
.service-contents dt {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #E07A5F;
}
.service-contents dd {
  line-height: 1.7;
}
.service-contents img {
  display: block;
  height: 150px;
  margin: 0 auto;
}
.service-contents a {
  text-decoration: underline;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .service-contents ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:900px) {
  .service-contents ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:600px) {
  .service-contents ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*========================================================================
サービス一覧
========================================================================*/
.i-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.i-imgbox img {
  height: 400px;
  width: auto;
}
@media (max-width:1500px) {
  .i-imgbox img {
    height: 300px;
  }
}
@media (max-width:1400px) {
  .i-imgbox img {
    height: 340px;
  }
}
@media (max-width:1280px) {
  .i-imgbox img {
    height: 310px;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .i-imgbox img {
    height: 240px;
  }
}
@media (max-width:900px) {
  .i-imgbox img {
    height: 200px;
  }
}
@media (max-width:600px) {
  .i-imgbox {
    flex-direction: column;
  }
  .i-imgbox img {
    height: auto;
    width: 100%;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}