@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
#top .topKvContainer {
  height: calc(100svh - 100px);
  padding: 0 40px 30px;
}
#top .topKvContainer .topKvPanel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 16px;
  background: url("../image/top/top_kv.png");
  background-size: cover;
}
#top .topKvContainer .topKvTitleBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  min-height: 480px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.25);
}
#top .topKvContainer .topKvTitleBox .logo {
  width: 160px;
  margin: 0 auto 40px;
}
#top .topKvContainer .topKvTitleBox h1 {
  font-family: "Kiwi Maru";
  font-size: 32px;
  letter-spacing: 0.05em;
}
#top .topKvContainer .topKvScroll {
  position: absolute;
  left: 40px;
  bottom: 60px;
  width: 50px;
  text-align: center;
}
#top .topKvContainer .topKvScroll .dotsContainer .dot {
  width: 5px;
  height: 5px;
  background-color: #444444;
  border-radius: 50%;
  margin: 10px auto;
  animation: fadeInOut 1.4s infinite;
}
#top .topKvContainer .topKvScroll .dotsContainer .dot:nth-child(1) {
  animation-delay: 0s;
}
#top .topKvContainer .topKvScroll .dotsContainer .dot:nth-child(2) {
  animation-delay: 0.3s;
}
#top .topKvContainer .topKvScroll .dotsContainer .dot:nth-child(3) {
  animation-delay: 0.6s;
}
#top .topKvContainer .topKvScroll .dotsContainer .dot:nth-child(4) {
  animation-delay: 0.9s;
}
#top .topKvContainer .topKvScroll .dotsContainer .dots-container {
  display: flex;
  flex-direction: column;
}
#top .topKvContainer .topKvScroll p {
  font-family: "Poppins";
  font-size: 14px;
}
#top .topSection .secBox {
  padding: 180px 0;
}
#top .topSection .secBox h2 {
  font-family: "Kiwi Maru";
  font-size: 32px;
  letter-spacing: 0.05em;
}
#top .topSection .secBox .txt {
  line-height: 2.5;
}
@media (min-width: 1025px) {
  #top .topSection .secBox {
    display: flex;
    justify-content: space-between;
  }
}
#top .worrySection {
  padding: 0 0 180px;
}
#top .worrySection .photoBox .photo {
  width: 50%;
}
#top .worrySection .photoBox .photo img {
  border-radius: 0 16px 16px 0;
}
#top .worrySection .checkPanel {
  width: 100%;
  max-width: 700px;
  padding: 60px 20px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#top .worrySection .checkPanel .inner {
  max-width: 580px;
  margin: 0 auto;
}
#top .worrySection .checkPanel h2 {
  margin: 0 0 40px;
  font-family: "Kiwi Maru";
  font-size: 28px;
  letter-spacing: 0.05em;
}
#top .worrySection .checkPanel ul li {
  position: relative;
  padding: 0 0 0 30px;
  background: url("../image/common/list_check_pink.png") left top 8px no-repeat;
  background-size: 16px auto;
}
#top .worrySection .checkPanel ul li + li {
  margin: 10px 0 0;
}
@media (min-width: 1025px) {
  #top .worrySection .photoBox .photo {
    position: relative;
    height: 480px;
  }
  #top .worrySection .photoBox .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #top .worrySection .secWrap01 {
    position: relative;
  }
  #top .worrySection .checkPanel {
    position: absolute;
    right: 0;
    bottom: -100px;
  }
}
#top .messageContainer {
  padding: 10px 0;
  background: #eb8596;
}
#top .messageContainer .messagePanel {
  padding: 30px 20px;
  font-family: "Kiwi Maru";
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#top .secTitleBox {
  margin: 0 0 60px;
  letter-spacing: 0.05em;
  text-align: center;
}
#top .secTitleBox h2 {
  font-family: "Kiwi Maru";
  font-size: 40px;
}
#top .secTitleBox p {
  margin: 5px 0 0;
  font-family: "Poppins";
  font-size: 18px;
  color: #999999;
}
#top .serviceSection {
  padding: 180px 0;
}
#top .serviceSection .topTxt {
  margin: 0 0 40px;
  text-align: center;
}
#top .serviceSection .planPanel {
  margin: 0 0 60px;
  padding: 60px 40px;
  border-radius: 20px;
  background: url("../image/top/service_plan_band_01.png") left top no-repeat, url("../image/top/service_plan_band_02.png") right bottom no-repeat #ffffff;
  background-size: 60px auto, 60px auto;
}
#top .serviceSection .planPanel h3 {
  margin: 0 0 20px;
  font-family: "Kiwi Maru";
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}
#top .serviceSection .planPanel h3 + .txt {
  margin: 0 0 30px;
  text-align: center;
}
#top .serviceSection .planPanel .setPanel {
  padding: 30px;
  border-radius: 10px;
  background: #f9f9f9;
}
#top .serviceSection .planPanel .setPanel h4 {
  margin: 0 0 40px;
  padding: 0 0 10px;
  font-size: 20px;
  border-bottom: 2px dashed #ebebeb;
}
#top .serviceSection .planPanel .setPanel .setBox dl {
  max-width: 630px;
}
#top .serviceSection .planPanel .setPanel .setBox dl dt {
  font-weight: 700;
}
#top .serviceSection .planPanel .setPanel .setBox dl dd + dd {
  font-weight: 700;
}
@media (min-width: 1025px) {
  #top .serviceSection .planPanel .setPanel .setBox dl {
    display: flex;
    align-items: center;
  }
  #top .serviceSection .planPanel .setPanel .setBox dl dt {
    margin: 0 80px 0 0;
  }
  #top .serviceSection .planPanel .setPanel .setBox dl dd + dd {
    margin: 0 0 0 auto;
  }
}
#top .serviceSection .planPanel aside {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
#top .serviceSection .planPanel aside p {
  position: relative;
  padding: 0 0 0 1em;
}
#top .serviceSection .planPanel aside p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#top .serviceSection .planPanel aside p em,
#top .serviceSection .planPanel aside p a {
  text-decoration: underline;
}
#top .serviceSection .planPanel .btnMore {
  margin: 40px auto 0;
}
#top .serviceSection .planList {
  margin: 0 0 60px;
}
#top .serviceSection .planList ul li a {
  display: block;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#top .serviceSection .planList ul li .photo img {
  border-radius: 20px 20px 0 0;
}
#top .serviceSection .planList ul li .ttl {
  padding: 25px 20px;
  font-weight: 500;
  text-align: center;
  background: url("../image/common/btn_more_arrow.png") right 20px center no-repeat;
  background-size: 5px auto;
}
@media (min-width: 1025px) {
  #top .serviceSection .planList ul {
    display: flex;
    justify-content: space-between;
  }
  #top .serviceSection .planList ul li {
    width: calc(33.3333333333% - 20px);
  }
}
#top .serviceSection .timeContainer {
  padding: 0 40px;
  border-radius: 16px;
  background: #f4ecd4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#top .serviceSection .timeContainer .accordHead {
  padding: 25px 0;
  font-family: "Kiwi Maru";
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  background: url("../image/common/accord_arrow_01.png") right center no-repeat;
  background-size: 20px auto;
}
#top .serviceSection .timeContainer .accordHead.active {
  background: url("../image/common/accord_arrow_02.png") right center no-repeat;
  background-size: 20px auto;
}
#top .serviceSection .timeContainer .accordBody {
  display: none;
  padding: 0 0 40px;
}
#top .serviceSection .timeContainer .planBox {
  padding: 30px 30px 50px;
  border-radius: 10px;
  background: #ffffff;
}
#top .serviceSection .timeContainer .planBox + .planBox {
  margin: 40px 0 0;
}
#top .serviceSection .timeContainer .planBox h4 {
  margin: 0 0 40px;
  padding: 0 0 10px;
  font-size: 20px;
  border-bottom: 2px dashed #ebebeb;
}
#top .serviceSection .timeContainer .planBox .timeBox .box dl {
  display: flex;
}
#top .serviceSection .timeContainer .planBox .timeBox .box dl + dl {
  margin: 20px 0 0;
}
#top .serviceSection .timeContainer .planBox .timeBox .box dl dt {
  margin: 0 20px 0 0;
  font-weight: 700;
}
@media (min-width: 1025px) {
  #top .serviceSection .timeContainer .planBox .timeBox {
    display: flex;
    justify-content: space-between;
  }
  #top .serviceSection .timeContainer .planBox .timeBox .box {
    width: 50%;
  }
  #top .serviceSection .timeContainer .planBox .timeBox .box dl dt {
    min-width: 140px;
  }
  #top .serviceSection .timeContainer .planBox .timeBox .box + .box dl {
    justify-content: space-between;
  }
  #top .serviceSection .timeContainer .planBox .timeBox .box + .box dl dt {
    margin: 0;
  }
  #top .serviceSection .timeContainer .planBox .timeBox .box + .box dl dd {
    min-width: 170px;
  }
}
#top .serviceSection .timeContainer aside {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
#top .serviceSection .timeContainer aside p {
  position: relative;
  padding: 0 0 0 1em;
}
#top .serviceSection .timeContainer aside p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#top .serviceSection .timeContainer aside p em,
#top .serviceSection .timeContainer aside p a {
  text-decoration: underline;
}
#top .newSection {
  padding: 0 0 120px;
}
#top .newSection .secTitleBox p {
  color: #d68c00;
}
#top .newSection .newServiceList .newServiceItem {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#top .newSection .newServiceList .newServiceItem a {
  display: block;
}
#top .newSection .newServiceList .newServiceItem .photoBox {
  position: relative;
  padding: 0 0 25px;
  font-size: 18px;
}
#top .newSection .newServiceList .newServiceItem .photoBox .photo img {
  border-radius: 20px 20px 0 0;
}
#top .newSection .newServiceList .newServiceItem .photoBox .band {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 50px;
  padding: 0 25px;
  color: #ffffff;
}
#top .newSection .newServiceList .newServiceItem .photoBox .band.blue {
  background: url("../image/top/new_band_blue.png") no-repeat;
  background-size: 100% auto;
}
#top .newSection .newServiceList .newServiceItem .photoBox .band.pink {
  background: url("../image/top/new_band_pink.png") no-repeat;
  background-size: 100% auto;
}
#top .newSection .newServiceList .newServiceItem .txtBox {
  padding: 30px 40px 40px;
}
#top .newSection .newServiceList .newServiceItem .txtBox h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
}
#top .newSection .newServiceList .newServiceItem .txtBox .price {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 500;
}
#top .newSection .newServiceList .newServiceItem .txtBox .txt {
  font-size: 14px;
}
#top .newSection .newServiceList .newServiceItem .txtBox aside {
  font-size: 14px;
  line-height: 1.7;
}
#top .newSection .newServiceList .newServiceItem .txtBox aside p {
  position: relative;
  padding: 0 0 0 1em;
}
#top .newSection .newServiceList .newServiceItem .txtBox aside p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#top .newSection .newServiceList .newServiceItem .txtBox aside p em,
#top .newSection .newServiceList .newServiceItem .txtBox aside p a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  #top .newSection .newServiceList {
    display: flex;
    justify-content: space-between;
  }
  #top .newSection .newServiceList .newServiceItem {
    width: calc(50% - 20px);
  }
}
#top .infoSection {
  padding: 0 0 120px;
}
#top .infoSection ul {
  max-width: 800px;
  margin: 0 auto;
}
#top .infoSection ul li + li {
  margin: 15px 0 0;
}
#top .infoSection ul li a {
  display: inline-block;
}
#top .infoSection ul li time {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #999999;
}
#top .infoSection ul li span {
  display: inline-block;
  text-decoration: underline;
}
#top .infoSection .btnMore {
  margin: 60px auto 0;
}
#top .voiceSection {
  padding: 100px 0 120px;
  background: #ffffff;
}
#top .voiceSection .voicePanel + .voicePanel {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #dadada;
}
#top .voiceSection .voicePanel .voiceBox01 .photo {
  position: relative;
  width: 120px;
  height: 120px;
}
#top .voiceSection .voicePanel .voiceBox01 .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  #top .voiceSection .voicePanel {
    position: relative;
    padding: 0 0 0 140px;
  }
  #top .voiceSection .voicePanel + .voicePanel {
    padding: 40px 0 0 140px;
  }
  #top .voiceSection .voicePanel + .voicePanel .voiceBox01 .photo {
    top: 40px;
  }
  #top .voiceSection .voicePanel .voiceBox01 .photo {
    position: absolute;
    top: 0;
    left: 0;
  }
  #top .voiceSection .voicePanel .voiceBox01 dl dt {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 20px;
    font-weight: 500;
  }
  #top .voiceSection .voicePanel .voiceBox01 dl dd {
    display: inline-block;
    font-size: 18px;
  }
  #top .voiceSection .voicePanel .voiceBox02 {
    margin: 15px 0 0;
  }
}
#top .faqSection {
  padding: 160px 0;
}
#top .faqSection .faqPanel + .faqPanel {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #e3dfd8;
}
#top .faqSection .faqPanel dl {
  display: flex;
  font-weight: 500;
}
#top .faqSection .faqPanel dl dt {
  margin: 0 20px 0 0;
  font-size: 32px;
  line-height: 1;
}
#top .faqSection .faqPanel dl dd {
  font-size: 20px;
  line-height: 1.7;
}
#top .faqSection .faqPanel dl + dl {
  margin: 30px 0 0;
}
#top .faqSection .faqPanel dl + dl dt {
  color: #fc6767;
}
#top .faqSection .faqPanel dl + dl dd {
  font-size: 16px;
}
#top .cautionSection {
  padding: 0 0 200px;
}
#top .cautionSection .cautionPanel {
  padding: 60px 40px;
  border-radius: 16px;
  background: #ffffff;
}
#top .cautionSection .cautionPanel ul li {
  position: relative;
  padding: 0 0 0 30px;
  background: url("../image/common/list_check_pink.png") left top 8px no-repeat;
  background-size: 16px auto;
}
#top .cautionSection .cautionPanel ul li + li {
  margin: 10px 0 0;
}

/*////////////////////////////////////////////////////////////
	service
///////////////////////////////////////////////////////////*/
#service .pageKvContainer .pageKvPanel {
  background: url("../image/service/service_kv.png") center no-repeat;
  background-size: cover;
}
#service .topSection {
  padding: 80px 0 160px;
}
#service .topSection .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
#service .topSection .pagingList {
  margin: 0 0 70px;
}
#service .topSection .pagingList ul {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #707070;
}
#service .topSection .pagingList ul li {
  width: 25%;
  border-left: 1px solid #707070;
}
#service .topSection .pagingList ul li a {
  display: block;
  padding: 5px 35px 5px 30px;
  background: url("../image/service/service_top_arrow.png") right 25px center no-repeat;
  background-size: 10px auto;
}
#service .topSection .bnrList ul {
  display: flex;
  justify-content: space-between;
}
#service .topSection .bnrList ul li {
  width: 450px;
}
#service .topSection .bnrList ul li a {
  display: block;
}
#service .planSection {
  padding: 0 0 160px;
}
#service .planSection .pageSecTitleBox {
  padding: 0 0 40px;
}
#service .planSection .mv {
  position: relative;
  height: 200px;
}
#service .planSection .mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .planSection .mv + .planContainer {
  margin: -80px 0 0;
}
#service .planSection .planContainer {
  position: relative;
}
#service .planSection .planContainer + .planContainer {
  margin: 60px 0 0;
}
#service .planSection .planContainer .planCntTitle {
  margin: 0 0 25px;
  font-family: "Kiwi Maru";
  font-size: 32px;
  letter-spacing: 0.05em;
}
#service .planSection .planPanel {
  padding: 60px 40px;
  border-radius: 20px;
  background: #ffffff;
}
#service .planSection .planPanel .infoBox .ttl {
  min-height: 52px;
  margin: 0 0 15px;
  text-align: center;
}
#service .planSection .planPanel .infoBox .ttl h3 {
  font-family: "Kiwi Maru";
  font-size: 20px;
  letter-spacing: 0.05em;
}
#service .planSection .planPanel .infoBox .ttl p {
  margin: 0 0 5px;
  font-size: 14px;
}
#service .planSection .planPanel .infoBox dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
}
#service .planSection .planPanel .infoBox dl + dl {
  border-top: 1px solid #707070;
}
#service .planSection .planPanel .infoBox dl dt {
  width: 160px;
  padding: 25px;
  font-weight: 700;
  background: #f9f9f9;
}
#service .planSection .planPanel .infoBox dl dd {
  width: calc(100% - 170px);
  padding: 25px;
  background: #f9f9f9;
}
#service .planSection .planPanel .infoBox dl dd span {
  font-size: 14px;
}
#service .planSection .planPanel .infoBox dl dd em {
  font-size: 20px;
}
#service .planSection .planPanel .infoBox dl dd .box + .box {
  margin: 30px 0 0;
}
#service .planSection .planPanel aside {
  margin: 15px 0 0;
  font-size: 14px;
}
#service .planSection .planPanel aside p {
  position: relative;
  padding: 0 0 0 1em;
}
#service .planSection .planPanel aside p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  #service .planSection .planPanel .multiBox {
    display: flex;
  }
  #service .planSection .planPanel .multiBox .infoBox dl.range dd, #service .planSection .planPanel .multiBox .infoBox dl.carfare dd {
    min-height: 105px;
  }
  #service .planSection .planPanel .multiBox .infoBox:nth-child(1) {
    width: 520px;
  }
  #service .planSection .planPanel .multiBox .infoBox:nth-child(2) {
    width: 360px;
  }
  #service .planSection .planPanel .multiBox .infoBox:nth-child(2) dl {
    padding: 0 0 0 10px;
  }
  #service .planSection .planPanel .multiBox .infoBox:nth-child(2) dl dt {
    display: none;
  }
  #service .planSection .planPanel .multiBox .infoBox:nth-child(2) dl dd {
    width: 100%;
  }
}
#service .planSection .timeContainer {
  padding: 0 40px;
  border-radius: 16px;
  background: #f4ecd4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#service .planSection .timeContainer .accordHead {
  padding: 25px 0;
  font-family: "Kiwi Maru";
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  background: url("../image/common/accord_arrow_01.png") right center no-repeat;
  background-size: 20px auto;
}
#service .planSection .timeContainer .accordHead.active {
  background: url("../image/common/accord_arrow_02.png") right center no-repeat;
  background-size: 20px auto;
}
#service .planSection .timeContainer .accordBody {
  display: none;
  padding: 0 0 40px;
}
#service .planSection .timeContainer .planBox {
  padding: 30px 30px 50px;
  border-radius: 10px;
  background: #ffffff;
}
#service .planSection .timeContainer .planBox + .planBox {
  margin: 40px 0 0;
}
#service .planSection .timeContainer .planBox h4 {
  margin: 0 0 40px;
  padding: 0 0 10px;
  font-size: 20px;
  border-bottom: 2px dashed #ebebeb;
}
#service .planSection .timeContainer .planBox .timeBox .box dl {
  display: flex;
}
#service .planSection .timeContainer .planBox .timeBox .box dl + dl {
  margin: 20px 0 0;
}
#service .planSection .timeContainer .planBox .timeBox .box dl dt {
  margin: 0 20px 0 0;
  font-weight: 700;
}
@media (min-width: 1025px) {
  #service .planSection .timeContainer .planBox .timeBox {
    display: flex;
    justify-content: space-between;
  }
  #service .planSection .timeContainer .planBox .timeBox .box {
    width: 50%;
  }
  #service .planSection .timeContainer .planBox .timeBox .box dl dt {
    min-width: 140px;
  }
  #service .planSection .timeContainer .planBox .timeBox .box + .box dl {
    justify-content: space-between;
  }
  #service .planSection .timeContainer .planBox .timeBox .box + .box dl dt {
    margin: 0;
  }
  #service .planSection .timeContainer .planBox .timeBox .box + .box dl dd {
    min-width: 170px;
  }
}
#service .planSection .timeContainer aside {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
#service .planSection .timeContainer aside p {
  position: relative;
  padding: 0 0 0 1em;
}
#service .planSection .timeContainer aside p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#service .planSection .timeContainer aside p em,
#service .planSection .timeContainer aside p a {
  text-decoration: underline;
}
#service .planSection .caution {
  margin: 25px 0 0;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #efc75a;
  background: #fdf7e6;
}
#service .planSection .caution .ttl {
  margin: 0 0 20px;
  padding: 0 0 10px 40px;
  font-size: 20px;
  border-bottom: 2px dashed #ebebeb;
  background: url("../image/service/icon_caution.png") left top no-repeat;
  background-size: 32px auto;
}

/*////////////////////////////////////////////////////////////
	about
///////////////////////////////////////////////////////////*/
#about .pageKvContainer .pageKvPanel {
  background: url("../image/about/about_kv.png") left center no-repeat;
  background-size: cover;
}
#about .pageSecTitleBox {
  margin: 0 0 60px;
}
#about .sec01 {
  padding: 120px 0;
}
#about .sec01 .secBox .photo img {
  border-radius: 20px;
}
#about .sec01 .secBox .txtBox .txt {
  line-height: 2.5;
}
@media (min-width: 1025px) {
  #about .sec01 .secBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #about .sec01 .secBox .photo {
    width: 45%;
  }
  #about .sec01 .secBox .txtBox {
    width: 50%;
  }
}
#about .sec02 {
  padding: 0 0 200px;
}
#about .sec02 .secBox {
  margin: 0 0 200px;
}
#about .sec02 .secBox .photo img {
  border-radius: 20px;
}
#about .sec02 .secBox .txtBox {
  padding: 60px 40px;
  border-radius: 20px;
  background: #ffffff;
}
#about .sec02 .secBox .infoBox .ttl {
  min-height: 52px;
  margin: 0 0 15px;
  text-align: center;
}
#about .sec02 .secBox .infoBox .ttl h3 {
  font-family: "Kiwi Maru";
  font-size: 20px;
  letter-spacing: 0.05em;
}
#about .sec02 .secBox .infoBox .ttl p {
  margin: 0 0 5px;
  font-size: 14px;
}
#about .sec02 .secBox .infoBox dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
}
#about .sec02 .secBox .infoBox dl + dl {
  border-top: 1px solid #707070;
}
#about .sec02 .secBox .infoBox dl dt {
  width: 160px;
  padding: 25px;
  font-weight: 700;
  background: #f9f9f9;
}
#about .sec02 .secBox .infoBox dl dd {
  width: calc(100% - 170px);
  padding: 25px;
  background: #f9f9f9;
}
#about .sec02 .secBox .infoBox dl dd span {
  font-size: 14px;
}
#about .sec02 .secBox .infoBox dl dd em {
  font-size: 20px;
}
#about .sec02 .secBox .infoBox dl dd .box + .box {
  margin: 30px 0 0;
}
@media (min-width: 1025px) {
  #about .sec02 .secBox {
    display: flex;
    justify-content: space-between;
  }
  #about .sec02 .secBox .photo {
    width: 300px;
  }
  #about .sec02 .secBox .txtBox {
    width: calc(100% - 360px);
  }
}
#about .slidePanel .slideBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .slidePanel .slideBox ul li {
  position: relative;
  width: 20%;
  margin: 0 15px;
  padding: 0 0 27%;
}
#about .slidePanel .slideBox ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/*////////////////////////////////////////////////////////////
	company
///////////////////////////////////////////////////////////*/
#company .pageKvContainer .pageKvPanel {
  background: url("../image/company/company_kv.png") center no-repeat;
  background-size: cover;
}
#company .pageSecTitleBox {
  margin: 0 0 60px;
}
#company .sec01 {
  padding: 120px 0;
}
#company .sec01 .infoPanel {
  padding: 60px 40px;
  border-radius: 20px;
  background: #ffffff;
}
#company .sec01 .infoBox .ttl {
  min-height: 52px;
  margin: 0 0 15px;
  text-align: center;
}
#company .sec01 .infoBox .ttl h3 {
  font-family: "Kiwi Maru";
  font-size: 20px;
  letter-spacing: 0.05em;
}
#company .sec01 .infoBox .ttl p {
  margin: 0 0 5px;
  font-size: 14px;
}
#company .sec01 .infoBox dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
}
#company .sec01 .infoBox dl + dl {
  border-top: 1px solid #707070;
}
#company .sec01 .infoBox dl dt {
  width: 160px;
  padding: 25px;
  font-weight: 700;
  background: #f9f9f9;
}
#company .sec01 .infoBox dl dd {
  width: calc(100% - 170px);
  padding: 25px;
  background: #f9f9f9;
}
#company .sec01 .infoBox dl dd span {
  font-size: 14px;
}
#company .sec01 .infoBox dl dd em {
  font-size: 20px;
}
#company .sec01 .infoBox dl dd .box + .box {
  margin: 30px 0 0;
}
#company .sec02 {
  padding: 0 0 200px;
}
#company .sec02 .cautionPanel {
  padding: 60px 40px;
  border-radius: 16px;
  background: #ffffff;
}
#company .sec02 .cautionPanel ul li {
  position: relative;
  padding: 0 0 0 30px;
  background: url("../image/common/list_check_pink.png") left top 8px no-repeat;
  background-size: 16px auto;
}
#company .sec02 .cautionPanel ul li + li {
  margin: 10px 0 0;
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
#contact .contactSection {
  margin: 0 0 150px;
}
#contact .secTtl {
  margin: 0 0 60px;
  padding: 0 0 0 20px;
  font-size: 26px;
  font-family: "Kiwi Maru";
  border-left: 5px solid #eb8596;
}
#contact .secTtl h2 {
  line-height: 1.1;
}
#contact .section + .section {
  margin: 120px 0 0;
}
#contact .sec01 .topTxt {
  margin: 0 0 60px;
}

/*===================================================
	フォーム
===================================================*/
.formBox {
  /*テキストエリア*/
}
.formBox form > dl {
  letter-spacing: 0.1em;
}
.formBox form > dl + dl {
  margin: 25px 0 0;
}
.formBox input[type=text],
.formBox input[type=email],
.formBox input[type=tel] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #ebe2d7;
  background: #f8f5f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formBox textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #ebe2d7;
  background: #f8f5f0;
  resize: none;
}
.formBox input[type=text]:focus,
.formBox input[type=email]:focus,
.formBox input[type=tel]:focus,
.formBox textarea:focus {
  outline: 0;
  border: 1px solid #eb8596;
}
.formBox .birthBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #000000;
}
.formBox .birthBox ul {
  display: flex;
  align-items: center;
}
.formBox .birthBox ul li {
  position: relative;
  width: 100px;
}
.formBox .birthBox ul li + li {
  padding: 0 0 0 20px;
}
.formBox .birthBox ul li + li:before {
  content: "／";
  position: absolute;
  top: 5px;
  left: 0;
  color: #7d7c2c;
}
.formBox .birthBox input {
  height: 30px;
  padding: 0 10px;
  text-align: center;
  border: none;
}
.formBox .checkItem {
  margin: 0 0 60px;
  text-align: center;
}
.formBox .checkItem > label {
  position: relative;
  display: block;
}
.formBox .checkItem input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.formBox .checkItem span {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1;
}
.formBox .checkItem span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  border: 1px solid #ebe2d7;
  background: #f8f5f0;
}
.formBox .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 4px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
.formBox .checkItem.agreeCheck > label {
  display: inline-block;
}
.formBox form .mwform-radio-field {
  display: inline-block;
}
.formBox form .mwform-radio-field + .mwform-radio-field {
  margin: 0 0 0 15px;
}
.formBox form .mwform-radio-field label {
  position: relative;
  display: inline-block;
}
.formBox form .mwform-radio-field input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.formBox form .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  padding: 0 0 0 24px;
  background: url("../image/common/form_radio_off.png") left center no-repeat;
  background-size: 14px auto;
}
.formBox form .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text {
  background: url("../image/common/form_radio_on.png") left center no-repeat;
  background-size: 14px auto;
}
.formBox .nameBox {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.formBox .nameBox > dl {
  width: 49%;
}
.formBox .nameBox > dl dt {
  margin: 0 0 5px;
}
.formBox .nameBox > dl dt em {
  color: red;
}
.formBox form > dl + dl {
  margin: 15px 0 0;
}
.formBox form > dl dt {
  margin: 0 0 5px;
}
.formBox form > dl dt em {
  color: red;
}
@media (min-width: 1025px) {
  .formBox .msg {
    align-items: flex-start;
  }
  .formBox .msg dt {
    padding: 10px 0 0;
  }
}
.formBox .privacy {
  margin: 50px auto 30px;
  border: 1px solid #ebe2d7;
  background: #f8f5f0;
}
.formBox .privacy .agreeBox {
  overflow: scroll;
  height: 350px;
  padding: 20px;
}
.formBox .privacy .box + .box {
  margin: 20px 0 0;
}
.formBox .privacy dl dt {
  margin: 0 0 3px;
}
.formBox .privacy a {
  display: inline-block;
  color: #000000;
}
.formBox .privacy .tel p,
.formBox .privacy .tel a {
  display: inline-block;
}
.formBox .submitButton {
  position: relative;
  text-align: center;
}
.formBox input[type=submit] {
  display: block;
  width: 260px;
  height: 50px;
  margin: 50px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #221c1b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formBox input[type=submit][disabled] {
  cursor: default;
  opacity: 0.3;
}

#contactConfirm #section__contact,
#contactComplete #section__contact {
  padding: 200px 0 250px;
}
#contactConfirm #section__contact .contactContainer,
#contactComplete #section__contact .contactContainer {
  padding: 0 0 50px;
}
#contactConfirm #section__contact .secTitleBox,
#contactComplete #section__contact .secTitleBox {
  margin: 0 0 40px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1025px) {
  #contactConfirm #section__contact .secTitleBox h2,
#contactComplete #section__contact .secTitleBox h2 {
    font-size: 40px;
  }
}
#contactConfirm #section__contact .topTxt,
#contactComplete #section__contact .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
#contactConfirm .formConfirm,
#contactComplete .formConfirm {
  max-width: 1060px;
  margin: 0 auto;
}
#contactConfirm .formConfirm .selectList + p,
#contactConfirm .formConfirm .privacy,
#contactConfirm .formConfirm .checkTxt,
#contactConfirm .formConfirm .agreeCheck,
#contactComplete .formConfirm .selectList + p,
#contactComplete .formConfirm .privacy,
#contactComplete .formConfirm .checkTxt,
#contactComplete .formConfirm .agreeCheck {
  display: none;
}
#contactConfirm .formConfirm .nameBox,
#contactComplete .formConfirm .nameBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 10px 0;
  border-bottom: 1px dashed #000000;
}
#contactConfirm .formConfirm .nameBox > dl,
#contactComplete .formConfirm .nameBox > dl {
  width: 49%;
  font-size: 16px;
}
#contactConfirm .formConfirm .nameBox > dl dt,
#contactComplete .formConfirm .nameBox > dl dt {
  margin: 0 0 5px;
}
#contactConfirm .formConfirm .nameBox > dl dt em,
#contactComplete .formConfirm .nameBox > dl dt em {
  color: red;
}
#contactConfirm .formConfirm form > dl,
#contactComplete .formConfirm form > dl {
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 0.15em;
  border-bottom: 1px dashed #000000;
}
#contactConfirm .formConfirm form > dl + dl,
#contactComplete .formConfirm form > dl + dl {
  margin: 15px 0 0;
}
#contactConfirm .formConfirm form > dl dt,
#contactComplete .formConfirm form > dl dt {
  margin: 0 0 5px;
}
#contactConfirm .formConfirm form > dl dt em,
#contactComplete .formConfirm form > dl dt em {
  color: red;
}
#contactConfirm .formConfirm .dateFormPanel,
#contactComplete .formConfirm .dateFormPanel {
  margin: 40px 0 0;
}
#contactConfirm .formConfirm .dateFormPanel .ttl,
#contactComplete .formConfirm .dateFormPanel .ttl {
  font-size: 20px;
}
#contactConfirm .formConfirm .submitButton,
#contactComplete .formConfirm .submitButton {
  position: relative;
  text-align: center;
}
#contactConfirm .formConfirm input[type=submit],
#contactComplete .formConfirm input[type=submit] {
  display: block;
  width: 260px;
  height: 50px;
  margin: 50px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #0a5aaa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactConfirm .formConfirm input[type=submit][disabled],
#contactComplete .formConfirm input[type=submit][disabled] {
  cursor: default;
  opacity: 0.3;
}
#contactConfirm .formConfirm button.btnBack,
#contactComplete .formConfirm button.btnBack {
  display: block;
  width: 260px;
  height: 50px;
  margin: 30px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactConfirm .formConfirm .birthBox ul li,
#contactComplete .formConfirm .birthBox ul li {
  display: inline-block;
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(1)::after,
#contactComplete .formConfirm .birthBox ul li:nth-child(1)::after {
  content: "年";
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(2)::after,
#contactComplete .formConfirm .birthBox ul li:nth-child(2)::after {
  content: "月";
}
#contactConfirm .formConfirm .birthBox ul li:nth-child(3)::after,
#contactComplete .formConfirm .birthBox ul li:nth-child(3)::after {
  content: "日";
}
#contactConfirm .btnToTop,
#contactComplete .btnToTop {
  margin: 40px auto 0;
  text-align: center;
}
#contactConfirm .btnToTop a,
#contactComplete .btnToTop a {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
}

/* --------------------------------------------------
	POST
-------------------------------------------------- */
.postMain .postPanel {
  padding: 80px 0 100px;
}
.postMain .categoryList {
  margin: 0 0 60px;
}
.postMain .categoryList ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.postMain .categoryList ul li {
  width: calc(20% - 10px);
  margin: 10px 0 0 10px;
}
.postMain .categoryList ul li a {
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  background: #eb8596;
}
.postMain .list__news__section {
  padding: 20px 0;
  border-bottom: 1px solid #e8eaed;
}
.postMain .list__news__section a {
  display: block;
}
.postMain .list__news__section .photo img {
  border-radius: 10px;
}
.postMain .list__news__section .txtBox .infoBox .time {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #db0032;
}
.postMain .list__news__section .txtBox .infoBox .cate {
  display: inline-block;
  padding: 0 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
}
.postMain .list__news__section .txtBox .title {
  padding: 15px 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.postMain .list__news__section .txtBox .postTxt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 1025px) {
  .postMain .list__news__section a {
    display: flex;
    justify-content: space-between;
  }
  .postMain .list__news__section .photo {
    position: relative;
    width: 40%;
    height: 250px;
  }
  .postMain .list__news__section .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .postMain .list__news__section .txtBox {
    width: 58%;
  }
}
.postMain .list__news ul {
  max-width: 800px;
  margin: 0 auto;
}
.postMain .list__news ul li + li {
  margin: 15px 0 0;
}
.postMain .list__news ul li a {
  display: inline-block;
}
.postMain .list__news ul li time {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #999999;
}
.postMain .list__news ul li span {
  display: inline-block;
  text-decoration: underline;
}
.postMain .list__works ul a {
  display: block;
}
.postMain .list__works ul .photo {
  margin: 0 0 10px;
}
.postMain .list__works ul .photo img {
  border-radius: 10px;
}
.postMain .list__works ul .title {
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.postMain .list__works ul .infoBox {
  padding: 10px 5px 0;
  font-weight: bold;
  border-top: 1px solid #dde9eb;
}
.postMain .list__works ul .infoBox .cate {
  font-size: 16px;
  color: #db0032;
}
@media (min-width: 1025px) {
  .postMain .list__works ul {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 0 -100px;
  }
  .postMain .list__works ul li {
    width: calc(33.3333333333% - 100px);
    margin: 60px 0 0 100px;
  }
  .postMain .list__works ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .postMain .list__works ul .photo {
    position: relative;
    height: 300px;
  }
  .postMain .list__works ul .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .postMain .list__works ul .infoBox {
    margin: auto 0 0;
  }
}
.postMain .list__pagination {
  margin: 80px 0 0;
}
.postMain .list__pagination .pagination {
  display: flex;
  justify-content: center;
}
.postMain .list__pagination .pagination li {
  margin: 0 10px;
}
.postMain .list__pagination .pagination li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #4f4f4f;
}
.postMain .list__pagination .pagination li.current a {
  background: #dde9e9;
}
.postMain .list__pagination .pagination li.previous a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 8px;
  margin: auto;
  background: url("../image/common/pagination_prev.png") no-repeat;
  background-size: 100%;
}
.postMain .list__pagination .pagination li.next a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 8px;
  margin: auto;
  background: url("../image/common/pagination_next.png") no-repeat;
  background-size: 100%;
}
.postMain .detail__news .titleHeader {
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e8eaed;
}
.postMain .detail__news .titleHeader .infoBox .time {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #db0032;
}
.postMain .detail__news .titleHeader .infoBox .cate {
  display: inline-block;
  padding: 0 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
}
.postMain .detail__news .titleHeader .title {
  padding: 15px 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.postMain .detail__news .thumbnailBox {
  max-width: 1000px;
  margin: 0 0 30px;
}
.postMain .detail__news .thumbnailBox img {
  border-radius: 10px;
}
.postMain .detail__news .postContents {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
.postMain .detail__news .postContents img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.postMain .detail__works .thumbnailBox {
  margin: 0 0 30px;
}
.postMain .detail__works .thumbnailBox img {
  border-radius: 10px;
}
.postMain .detail__works .titleHeader {
  margin: 0 0 40px;
}
.postMain .detail__works .titleHeader .title {
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.postMain .detail__works .titleHeader .infoBox {
  font-weight: bold;
}
.postMain .detail__works .titleHeader .infoBox .cate {
  font-size: 16px;
  color: #db0032;
}
.postMain .detail__works .postContents {
  font-weight: bold;
  line-height: 2;
}
.postMain .detail__works .postContents img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.postMain .detail__works .postUrl {
  margin: 40px 0 0;
  font-weight: bold;
}
.postMain .detail__works .postUrl a {
  display: inline-block;
}
.postMain .detail__works .galleryList {
  margin: 60px 0 0;
}
.postMain .detail__works .galleryList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -50px;
}
.postMain .detail__works .galleryList ul li {
  width: calc(25% - 50px);
  margin: 0 0 0 50px;
}
.postMain .detail__back {
  margin: 150px 0 0;
}

/* --------------------------------------------------
	baby
-------------------------------------------------- */
#baby .pageKvContainer .pageKvPanel {
  background: url("../image/baby/baby_kv.png") left center no-repeat;
  background-size: cover;
}
#baby .pageSecTitleBox {
  margin: 0 0 60px;
}
#baby .secTitleBox {
  margin: 0 0 60px;
  letter-spacing: 0.05em;
  text-align: center;
}
#baby .secTitleBox h2 {
  font-family: "Kiwi Maru";
  font-size: 40px;
}
#baby .secTitleBox p {
  margin: 5px 0 0;
  font-family: "Poppins";
  font-size: 18px;
  color: #999999;
}
#baby .sec01 {
  padding: 120px 0 60px;
}
#baby .sec01 .secBox .photo img {
  border-radius: 20px;
}
#baby .sec01 .secBox .txtBox .txt {
  line-height: 2.5;
}
#baby .sec01 .secBox .txtBox h3 {
  margin: 0 0 40px;
  font-family: "Kiwi Maru";
  font-size: 28px;
  letter-spacing: 0.05em;
}
#baby .sec01 .secBox .txtBox ul li {
  position: relative;
  padding: 0 0 0 30px;
  background: url("../image/common/list_check_pink.png") left top 8px no-repeat;
  background-size: 16px auto;
}
#baby .sec01 .secBox .txtBox ul li + li {
  margin: 10px 0 0;
}
@media (min-width: 1025px) {
  #baby .sec01 .secBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #baby .sec01 .secBox .photo {
    width: 45%;
  }
  #baby .sec01 .secBox .txtBox {
    width: 50%;
  }
}
#baby .sec02 {
  padding: 60px 0;
}
#baby .sec02 .topTxt {
  margin: 0 0 40px;
  text-align: center;
}
#baby .sec02 .topTxt p + p {
  margin: 20px 0 0;
}
#baby .sec02 .planPanel {
  padding: 60px 40px;
  border-radius: 20px;
  background: url("../image/top/service_plan_band_01.png") left top no-repeat, url("../image/top/service_plan_band_02.png") right bottom no-repeat #ffffff;
  background-size: 60px auto, 60px auto;
}
#baby .sec02 .planPanel h3 {
  margin: 0 0 40px;
  font-family: "Kiwi Maru";
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}
#baby .sec02 .planPanel h3 + .txt {
  margin: 0 0 30px;
  text-align: center;
}
#baby .sec02 .planPanel ul li {
  position: relative;
  padding: 0 0 0 30px;
  background: url("../image/common/list_check_pink.png") left top 8px no-repeat;
  background-size: 16px auto;
}
#baby .sec02 .planPanel ul li + li {
  margin: 10px 0 0;
}
#baby .sec03 {
  padding: 60px 0;
}
#baby .sec03 .listBox {
  margin: 0 0 60px;
}
#baby .sec03 .listBox ul .photo {
  position: relative;
}
#baby .sec03 .listBox ul .photo img {
  border-radius: 20px;
}
#baby .sec03 .listBox ul dl {
  margin: 10px 0 0;
}
#baby .sec03 .listBox ul dl dt {
  margin: 0 0 10px;
  font-family: "Kiwi Maru";
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  #baby .sec03 .listBox ul {
    display: flex;
    justify-content: space-between;
  }
  #baby .sec03 .listBox ul li {
    width: calc(33.3333333333% - 20px);
  }
  #baby .sec03 .listBox ul .photo {
    height: 200px;
  }
  #baby .sec03 .listBox ul .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #baby .sec03 .listBox ul dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }
}
#baby .sec03 .planPanel {
  padding: 60px 40px;
  border-radius: 20px;
  background: url("../image/top/service_plan_band_01.png") left top no-repeat, url("../image/top/service_plan_band_02.png") right bottom no-repeat #ffffff;
  background-size: 60px auto, 60px auto;
}
#baby .sec03 .planPanel h3 {
  margin: 0 0 40px;
  font-family: "Kiwi Maru";
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}
#baby .sec03 .planPanel h3 + .txt {
  margin: 0 0 30px;
  text-align: center;
}
#baby .sec03 .planPanel .setPanel {
  padding: 30px;
  border-radius: 10px;
  background: #f9f9f9;
}
#baby .sec03 .planPanel .setPanel h4 {
  margin: 0 0 40px;
  padding: 0 0 10px;
  font-size: 20px;
  border-bottom: 2px dashed #ebebeb;
}
#baby .sec03 .planPanel .setPanel .setBox dl {
  max-width: 500px;
}
#baby .sec03 .planPanel .setPanel .setBox dl dt {
  font-weight: 700;
}
#baby .sec03 .planPanel .setPanel .setBox dl dd + dd {
  font-weight: 700;
}
@media (min-width: 1025px) {
  #baby .sec03 .planPanel .setPanel .setBox dl {
    display: flex;
    align-items: center;
  }
  #baby .sec03 .planPanel .setPanel .setBox dl dt {
    margin: 0 40px 0 0;
  }
  #baby .sec03 .planPanel .setPanel .setBox dl dd + dd {
    margin: 0 0 0 auto;
  }
}
#baby .sec03 .planPanel aside {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
#baby .sec03 .planPanel aside p {
  position: relative;
  padding: 0 0 0 1em;
}
#baby .sec03 .planPanel aside p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#baby .sec03 .planPanel aside p em,
#baby .sec03 .planPanel aside p a {
  text-decoration: underline;
}
#baby .sec04 {
  padding: 60px 0;
}
#baby .sec04 .planPanel {
  padding: 60px 40px;
  border-radius: 20px;
  background: #ffffff;
}
#baby .sec04 .planPanel .infoBox .ttl {
  min-height: 52px;
  margin: 0 0 15px;
  text-align: center;
}
#baby .sec04 .planPanel .infoBox .ttl h3 {
  font-family: "Kiwi Maru";
  font-size: 20px;
  letter-spacing: 0.05em;
}
#baby .sec04 .planPanel .infoBox .ttl p {
  margin: 0 0 5px;
  font-size: 14px;
}
#baby .sec04 .planPanel .infoBox dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
}
#baby .sec04 .planPanel .infoBox dl + dl {
  border-top: 1px solid #707070;
}
#baby .sec04 .planPanel .infoBox dl dt {
  width: 260px;
  padding: 25px;
  font-weight: 700;
  background: #f9f9f9;
}
#baby .sec04 .planPanel .infoBox dl dt span {
  font-size: 14px;
}
#baby .sec04 .planPanel .infoBox dl dd {
  width: calc(100% - 270px);
  padding: 25px;
  background: #f9f9f9;
}
#baby .sec04 .planPanel .infoBox dl dd span {
  font-size: 14px;
}
#baby .sec04 .planPanel .infoBox dl dd em {
  font-size: 20px;
}
#baby .sec04 .planPanel .infoBox dl dd .box + .box {
  margin: 30px 0 0;
}
#baby .sec04 .planPanel aside {
  margin: 15px 0 0;
  font-size: 14px;
}
#baby .sec04 .planPanel aside p {
  position: relative;
  padding: 0 0 0 1em;
}
#baby .sec04 .planPanel aside p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#baby .faqSection {
  padding: 80px 0;
}
#baby .faqSection .faqPanel + .faqPanel {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #e3dfd8;
}
#baby .faqSection .faqPanel dl {
  display: flex;
  font-weight: 500;
}
#baby .faqSection .faqPanel dl dt {
  margin: 0 20px 0 0;
  font-size: 32px;
  line-height: 1;
}
#baby .faqSection .faqPanel dl dd {
  font-size: 20px;
  line-height: 1.7;
}
#baby .faqSection .faqPanel dl + dl {
  margin: 30px 0 0;
}
#baby .faqSection .faqPanel dl + dl dt {
  color: #fc6767;
}
#baby .faqSection .faqPanel dl + dl dd {
  font-size: 16px;
}
#baby .cautionSection {
  padding: 0 0 150px;
}
#baby .cautionSection .cautionPanel {
  padding: 60px 40px;
  border-radius: 16px;
  background: #ffffff;
}
#baby .cautionSection .cautionPanel ul li {
  position: relative;
  padding: 0 0 0 30px;
  background: url("../image/common/list_check_pink.png") left top 8px no-repeat;
  background-size: 16px auto;
}
#baby .cautionSection .cautionPanel ul li + li {
  margin: 10px 0 0;
}

/* --------------------------------------------------
	office
-------------------------------------------------- */
#office .pageKvContainer .pageKvPanel {
  background: url("../image/office/office_kv.png") center no-repeat;
  background-size: cover;
}
#office .pageSecTitleBox {
  margin: 0 0 60px;
}
#office .secTitleBox {
  margin: 0 0 60px;
  letter-spacing: 0.05em;
  text-align: center;
}
#office .secTitleBox h2 {
  font-family: "Kiwi Maru";
  font-size: 40px;
}
#office .secTitleBox p {
  margin: 5px 0 0;
  font-family: "Poppins";
  font-size: 18px;
  color: #999999;
}
#office .sec01 {
  padding: 120px 0 60px;
}
#office .sec01 .pageSecTitleBox {
  text-align: center;
}
#office .sec01 .topTxt {
  text-align: center;
}
#office .sec02 {
  padding: 60px 0 120px;
}
#office .sec02 .listBox {
  margin: 0 0 60px;
}
#office .sec02 .listBox ul .photo {
  position: relative;
}
#office .sec02 .listBox ul .photo img {
  border-radius: 20px;
}
#office .sec02 .listBox ul dl {
  margin: 10px 0 0;
}
#office .sec02 .listBox ul dl dt {
  margin: 0 0 10px;
  font-family: "Kiwi Maru";
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  #office .sec02 .listBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -30px 0 0;
  }
  #office .sec02 .listBox ul li {
    width: calc(33.3333333333% - 20px);
    margin: 30px 0 0;
  }
  #office .sec02 .listBox ul .photo {
    height: 200px;
  }
  #office .sec02 .listBox ul .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#office .sec02 .planPanel {
  padding: 60px 40px;
  border-radius: 20px;
  background: url("../image/top/service_plan_band_01.png") left top no-repeat, url("../image/top/service_plan_band_02.png") right bottom no-repeat #ffffff;
  background-size: 60px auto, 60px auto;
}
#office .sec02 .planPanel h3 {
  margin: 0 0 40px;
  font-family: "Kiwi Maru";
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}
#office .sec02 .planPanel h3 + .txt {
  margin: 0 0 30px;
  text-align: center;
}
#office .sec02 .planPanel .setPanel {
  padding: 30px;
  border-radius: 10px;
  background: #f9f9f9;
}
#office .sec02 .planPanel .setPanel + .setPanel {
  margin: 15px 0 0;
}
#office .sec02 .planPanel .setPanel .ttlBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 2px dashed #ebebeb;
}
#office .sec02 .planPanel .setPanel .ttlBox h4 {
  font-size: 20px;
}
#office .sec02 .planPanel .setPanel .ttlBox p {
  font-weight: 700;
}
#office .sec02 .planPanel aside {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
#office .sec02 .planPanel aside p {
  position: relative;
  padding: 0 0 0 1em;
}
#office .sec02 .planPanel aside p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#office .sec02 .planPanel aside p em,
#office .sec02 .planPanel aside p a {
  text-decoration: underline;
}