@charset "utf-8";
/* CSS Document */
/* =====================
  common
===================== */
main .ttl-wrap {
  text-align: center;
  margin: 0 auto 80px auto;
  border-bottom: 4px solid #FF6A00;
  position: relative;
  max-width: 700px;
  padding-bottom: 15px;
}
main .ttl-wrap:after, main .ttl-wrap:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
}
main .ttl-wrap:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #fff;
}
main .ttl-wrap:before {
  border-color: rgba(94, 60, 255, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -20px;
  margin-top: 1px;
  border-top-color: #FF6A00;
}
main .ttl-wrap .sec-ttl {
  color: #FF6A00;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
main .ttl-wrap figure {
  display: none;
  max-width: 700px;
  margin: 0 auto;
}
/* =====================
  mv-area
===================== */
.mv-area {
  background-color: #FFF7E0;
}
.mv-area .mv-slider {
  max-width: 1060px;
  max-height: 706px;
}
.mv-area .container {
  position: relative;
}
.mv-area .info-box {
  padding: 20px 10px;
  background-color: #FFBD00;
  border-radius: 20px;
  position: absolute;
  bottom: 34px;
  right: 35px;
  z-index: 2;
  text-align: center;
  width: 190px;
  box-sizing: border-box;
}
.mv-area .info-box .tc {
  display: inline-block;
  text-align: center;
}
.mv-area .info-box .tc * {
  color: #fff;
}
.mv-area .info-box h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.mv-area .info-box h2, .mv-area .info-box .mail {
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.mv-area .info-box .tel, .mv-area .info-box .tel a {
  font-size: 2rem;
  font-weight: bold;
}
.mv-area .info-box i {
  margin-right: 3px;
}
.mv-area .info-box i img {
  width: 20px;
}
.mv-area .info-box .fax {
  font-weight: bold;
  font-size: 1.6rem;
}
.mv-area .info-box .fax span {
  font-size: 1.6rem !important;
}
.info-box .mail-btn a {
  border-radius: 50px;
  max-width: 280px;
  width: 100%;
  padding: 10px 20px;
  background-color: #FF6A00;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.info-box .mail-btn a i {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.info-box .mail-btn a span {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
.mv-area .scroll {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mv-area .copy {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FF6A00;
  padding: 20px;
  border-radius: 30px;
  height: 100%;
  box-sizing: border-box;
}
.mv-area .copy .box {
  height: 100%;
  box-sizing: border-box;
}
.mv-area .copy .box div {
  background-color: #fff;
  padding: 30px 20px;
  color: #FF6A00;
  font-size: 2.8rem;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  border-radius: 20px;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
/* =====================
  message-area
===================== */
.message-area {
  text-align: center;
  padding: 100px 0 20vw 0;
  background: rgb(255, 255, 255);
  background: url("../images/index/img_message.png"), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 247, 224, 1.00) 100%);
  margin-bottom: 140px;
  background-size: 100%;
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
}
.message-area h2 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #FF6A00;
  margin-bottom: 25px;
}
.message-area p {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
/* =====================
  news-area
===================== */
.news-area {
  margin-bottom: 120px;
}
.news-area .news-box {
  border: 3px solid #FFBD00;
  padding: 45px 25px 60px 25px;
  border-radius: 20px;
}
.news-area h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #FF6A00;
}
.news-area .detail {
  height: 230px;
  overflow-y: scroll;
  color: #FFBD00;
}
.news-area .detail li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 2px dashed #FFBD00;
  margin-bottom: 30px;
}
.news-area .detail li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.news-area .detail .day {
  font-size: 2rem;
  margin-right: 35px;
}
.news-area .detail {
  padding-right: 20px;
}
.news-area .detail dl {
  width: 80%;
}
.news-area .detail dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-area .detail dd {
  font-size: 1.8rem;
  color: #333;
}
/* =====================
  about-area
===================== */
.about-area {
  margin-bottom: 90px;
}
.about-area .box-wrap .box {
  display: flex;
  position: relative;
  margin-bottom: 190px;
}
.about-area .box-wrap .box:nth-child(odd) {
  justify-content: flex-end;
}
.about-area .box-wrap .box:nth-child(even) {
  justify-content: flex-start;
}
.about-area .box-wrap .box figure.pc {
  position: absolute;
}
.about-area .box-wrap .box:nth-child(1) figure.pc {
  left: 0;
  top: 60px;
  max-width: 569px;
  width: 50%;
}
.about-area .box-wrap .box:nth-child(2) figure.pc {
  right: 0;
  top: 110px;
  max-width: 611px;
  width: 52%;
}
.about-area .box-wrap .box:nth-child(3) figure.pc {
  left: 0;
  top: 93px;
  max-width: 590px;
  width: 52%;
}
.about-area .box-wrap .box .fade-box {
  max-width: 675px;
  width: 55%;
  z-index: -1;
}
.about-area .box-wrap .box .detail {
  top: 0;
  border-radius: 20px;
  padding: 15px;
  background-color: #FFBD00;
}
.about-area .box-wrap .box .inner {
  border-radius: 15px;
  background-color: #fff;
}
.about-area .box-wrap .box:nth-child(1) .inner {
  padding: 40px 50px 50px 110px;
}
.about-area .box-wrap .box:nth-child(2) .inner {
  padding: 40px 120px 50px 40px;
}
.about-area .box-wrap .box .detail h3 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFBD00;
}
/* =====================
  slider-area
===================== */
.slider-area {}
.slider-area .slider.slick-initialized {
  display: block;
}
.slider-area figure img {
  width: 100%;
}
/* =====================
  stepup-area
===================== */
.stepup-area {
  background-color: #F4FCF7;
}
.stepup-area .text-box {
  text-align: center;
  padding: 60px 0;
}
.stepup-area .text-box h2 {
  color: #FFBD00;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.stepup-area .text-box p {
  font-size: 2.2rem;
}
.stepup-area .step-wrap .box {
  padding: 80px 0;
  display: flex;
}
.stepup-area .step-wrap .box:nth-child(odd) {
  background-color: #fff;
}
.stepup-area .step-wrap .box:nth-child(even) {
  background-color: #F4FCF7;
  flex-wrap: wrap-reverse;
}
.stepup-area .step-wrap .box .container-inner {
  display: flex;
  justify-content: space-between;
}
.stepup-area .step-wrap .box:nth-child(even) .container-inner {
  flex-direction: row-reverse;
}
.stepup-area .step-wrap .box .detail {
  max-width: 450px;
}
.stepup-area .step-wrap .box .detail .ttl {
  display: flex;
  align-items: center;
  color: #FFBD00;
}
.stepup-area .step-wrap .box .detail .ttl span {
  font-size: 11rem;
  font-weight: bold;
  line-height: 1.2;
}
.stepup-area .step-wrap .box .detail .ttl h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-left: 20px;
}
.stepup-area .step-wrap .box figure {
  max-width: 410px;
  width: 100%;
  text-align: center;
}
.stepup-area .step-wrap .box:nth-child(odd) figure {
  margin-left: 40px;
}
.stepup-area .step-wrap .box:nth-child(even) figure {
  margin-right: 40px;
}
/* =====================
  flow-area
===================== */
.flow-area {
  background-color: #F7F7F7;
  padding: 130px 0 120px;
}
.flow-area .ttl-wrap:after {
  border-top-color: #F7F7F7;
}
.flow-area .flow-wrap .box {
  border: 3px solid #FF6A00;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  margin-bottom: 140px;
  position: relative;
}
.flow-area .flow-wrap .box:last-child {
  margin-bottom: 0px;
}
.flow-area .flow-wrap .box:after {
  content: url(../images/common/icon_arrow_flow.svg);
  display: inline-block;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.flow-area .flow-wrap .box:last-child:after {
  display: none;
}
.flow-area .flow-wrap .box figure {
  max-width: 360px;
  margin-right: 40px;
}
.flow-area .flow-wrap .box .detail {
  max-width: 411px;
}
.flow-area .flow-wrap .box .detail .ttl {
  color: #FF6A00;
  padding-bottom: 15px;
  border-bottom: 3px dashed #FF6A00;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.flow-area .flow-wrap .box .detail .ttl .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
.flow-area .flow-wrap .box .detail .ttl .step .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.flow-area .flow-wrap .box .detail .ttl .step .en {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
.flow-area .flow-wrap .box .detail .ttl h3 {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
}
.flow-area .flow-wrap .box .detail .caution {
  font-size: 1.5rem;
  color: #FF6A00;
  margin-top: 20px;
}
.flow-area .use-wrap {
  background-color: #FFEAB4;
  padding: 70px 50px 90px 50px;
  border-radius: 15px;
  position: relative;
}
.flow-area .use-wrap h3 {
  background-color: #FFBD00;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  max-width: 400px;
  width: 100%;
  border-radius: 15px;
  padding: 10px 0 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow-area .use-wrap .text-box dl {
  margin-bottom: 50px;
}
.flow-area .use-wrap .text-box dl:last-child {
  margin-bottom: 0;
}
.flow-area .use-wrap .text-box dl dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.flow-area .use-wrap .text-box dl dd {
  font-size: 1.8rem;
}
/* =====================
  oneday-area
===================== */
.oneday-area {
  padding: 120px 0;
}
.oneday-area .oneday-wrap {
  margin-bottom: 110px;
}
.oneday-area .oneday-wrap .box {
  margin-left: 64px;
  background-color: #E0F3E8;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 140px;
}
.oneday-area .oneday-wrap .box:last-child {
  margin-bottom: 0;
}
.oneday-area .oneday-wrap .box:after {
  content: url(../images/common/icon_arrow_flow.svg);
  display: inline-block;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.oneday-area .oneday-wrap .box:last-child:after {
  display: none;
}
.oneday-area .oneday-wrap .box i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.oneday-area .oneday-wrap .box .detail {
  width: 50%;
  text-align: center;
}
.oneday-area .oneday-wrap .box .detail * {
  font-size: 2.4rem;
}
.oneday-area .work-wrap {
  text-align: center;
}
.oneday-area .work-wrap h3 {
  font-size: 4rem;
  font-weight: bold;
  color: #FF6A00;
  margin-bottom: 25px;
}
.oneday-area .work-wrap p {
  font-size: 2.2rem;
  margin-bottom: 70px;
}
.oneday-area .work-wrap .wrap {
  display: flex;
  flex-wrap: wrap;
}
.oneday-area .work-wrap .wrap .box {
  background-color: #FFBD00;
  padding: 10px 15px 15px 15px;
  width: 48%;
  margin-bottom: 40px;
}
.oneday-area .work-wrap .wrap .box:nth-child(odd) {
  margin-right: 4%;
}
.oneday-area .work-wrap .wrap .box:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.oneday-area .work-wrap .wrap .box h4 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
/* =====================
  staff-area
===================== */
.staff-area {
  background-color: #F7F3E9;
  padding: 110px 0 100px;
}
.staff-area .ttl-wrap {
  margin: 0 auto 40px auto;
}
.staff-area .ttl-wrap:after {
  border-top-color: #F7F3E9;
}
.staff-area .ttl-wrap + p {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 80px;
}
.staff-area .staff-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.staff-area .staff-wrap .staff {
  width: 48%;
  background-color: #FFBD00;
  padding: 20px;
  border-radius: 10px;
  margin-right: 2%;
  margin-top: 20px;
  color: #fff;
}
.staff-area .staff-wrap .staff:nth-child(2n) {
  margin-right: 0;
}
.staff-area .staff-wrap .staff:nth-child(-n+2) {
  margin-top: 0;
}
.staff-area .staff-wrap .staff figure {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.staff-area .staff-wrap .staff figure img {
  width: 100%;
}
.staff-area .staff-wrap .staff dl dt {
  font-size: 1.8rem;
}
.staff-area .staff-wrap .staff dl dd {
  font-size: 2.2rem;
}
.staff-area .staff-wrap .staff p {
  font-size: 1.8rem;
}
/* =====================
  access-area
===================== */
.access-area {
  padding: 100px 0 130px;
}
.access-area .map-wrap {
  display: flex;
  justify-content: space-between
}
.access-area .map-wrap .map {
  margin-right: 40px;
}
.access-area .map-wrap .map iframe {
  width: 100%;
}
/*.access-area .map-wrap .text-box {
  max-width: 600px;
  margin: 0 auto 50px auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}*/
/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
  /* =====================
  common
===================== */
  main .ttl-wrap {
    margin-bottom: 60px;
  }
  main .ttl-wrap .sec-ttl {
    font-size: 2.6rem;
  }
  main .ttl-wrap figure {
    max-width: 100%;
  }
  /* =====================
  mv-area
===================== */
  .mv-area .container {
    padding: 0 !important;
  }
  .mv-area .mv-slider {
    max-width: 300px;
  }
  .mv-area figure.sp img {
    width: 100%;
  }
  .mv-area .info-box {
    padding: 20px;
    border-radius: 0;
    position: static;
    width: 100%;
  }
  .mv-area .info-box h2, .mv-area .info-box .mail {
    font-size: 2.2rem;
  }
  .mv-area .info-box .tel-btn span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .info-box .mail-btn a {
    height: 46px;
    margin-top: 0;
    margin-bottom: 10px;
    justify-content: center;
  }
  .mv-area .info-box .tel-btn i {
    width: 21px;
  }
  .mv-area .info-box .text {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    color: #fff;
  }
  .mv-area .info-box .text p {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 5px;
  }
  .mv-area .info-box .text span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .mv-area .scroll {
    display: none;
  }
  .mv-area .copy {
    position: relative;
    display: block;
    width: auto;
    top: -30px;
    padding: 10px;
    border-radius: 10px;
    margin-left: auto;
    max-width: 240px;
  }
  .mv-area .copy .box div {
    padding: 10px;
    color: #FF6A00;
    font-size: 1.4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    letter-spacing: normal;
    border-radius: 10px;
    height: auto;
  }
  .mv-area .copy div {
    font-size: 2rem;
  }
  /* =====================
  message-area
===================== */
  .message-area {
    padding: 50px 0 45px;
    margin-bottom: 60px;
  }
  .message-area h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .message-area p {
    font-size: 1.6rem;
  }
  /* =====================
  news-area
===================== */
  .news-area {
    margin-bottom: 60px;
  }
  .news-area .news-box {
    border: 2px solid #FFBD00;
    padding: 20px 20px 60px 20px;
    border-radius: 15px;
  }
  .news-area h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .news-area .detail {
    height: 370px;
    padding-right: 0;
  }
  .news-area .detail .day {
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .news-area .detail dl {
    width: 100%;
  }
  .news-area .detail dt {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  /* =====================
  about-area
===================== */
  .about-area {
    margin-bottom: 50px;
  }
  .about-area .box-wrap .box {
    display: block;
    margin-bottom: 20px;
  }
  .about-area .box-wrap .box .fade-box {
    max-width: 100%;
    width: 100%;
    z-index: 0;
  }
  .about-area .box-wrap .box .detail {
    border-radius: 20px;
    padding: 8px;
  }
  .about-area .box-wrap .box .inner {
    border-radius: 15px;
    padding: 12px 12px 30px 12px !important;
  }
  .about-area .box-wrap .box .detail h3 {
    font-size: 2.2rem;
    margin: 15px 0;
  }
  /* =====================
  slider-area
===================== */
  .slider-area {
    margin-bottom: 0;
  }
  /* =====================
  stepup-area
===================== */
  .stepup-area {
    padding-bottom: 80px;
  }
  .stepup-area .text-box {
    padding: 60px 0 30px 0;
  }
  .stepup-area .text-box h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .stepup-area .text-box p {
    font-size: 1.6rem;
  }
  .stepup-area .step-wrap .box {
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
  .stepup-area .step-wrap .box:last-child {
    margin-bottom: 0;
  }
  .stepup-area .step-wrap .box:nth-child(odd) {
    background-color: #F4FCF7;
  }
  .stepup-area .step-wrap .box .container-inner {
    display: block;
  }
  .stepup-area .step-wrap .box .detail {
    max-width: 100%;
  }
  .stepup-area .step-wrap .box .detail .ttl span {
    font-size: 6.8rem;
  }
  .stepup-area .step-wrap .box .detail .ttl h3 {
    font-size: 2.4rem;
    margin-left: 10px;
  }
  .stepup-area .step-wrap .box figure {
    margin-top: 50px;
    max-width: 100%;
  }
  .stepup-area .step-wrap .box figure img {
    max-width: 70%;
  }
  .stepup-area .step-wrap .box:nth-child(odd) figure {
    margin-left: 0;
  }
  .stepup-area .step-wrap .box:nth-child(even) figure {
    margin-right: 0;
  }
  /* =====================
  flow-area
===================== */
  .flow-area {
    padding: 70px 0;
  }
  .flow-area .flow-wrap .box {
    padding: 20px;
    display: block;
    margin-bottom: 70px;
  }
  .flow-area .flow-wrap .box:after {
    content: "";
    bottom: -28px;
    width: 50px;
    height: 25px;
    background-image: url(../images/common/icon_arrow_flow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .flow-area .flow-wrap .box figure {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flow-area .flow-wrap .box .detail {
    max-width: 100%;
  }
  .flow-area .flow-wrap .box .detail .ttl .step .text {
    font-size: 1.6rem;
  }
  .flow-area .flow-wrap .box .detail .ttl .step .en {
    font-size: 3.4rem;
  }
  .flow-area .flow-wrap .box .detail .ttl h3 {
    font-size: 2.2rem;
  }
  .flow-area .flow-wrap .box .detail .caution {
    font-size: 1.4rem;
  }
  .flow-area .use-wrap {
    padding: 50px 20px 90px 20px;
    border-radius: 8px;
  }
  .flow-area .use-wrap h3 {
    font-size: 2rem;
    max-width: 160px;
    border-radius: 6px;
    padding: 10px 0 15px;
  }
  .flow-area .use-wrap .text-box dl dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .flow-area .use-wrap .text-box dl dd {
    font-size: 2rem;
  }
  .flow-area .info-box {
    margin: 0 20px 70px 20px;
    padding: 50px 20px 40px 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    background-color: #FF6A00;
    color: #fff;
    box-sizing: border-box;
  }
  .flow-area .info-box .circle {
    width: 105px;
    height: 105px;
    border-radius: 100%;
    background-color: #FFBD00;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flow-area .info-box h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .flow-area .info-box p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .flow-area .info-box .tel-btn {
    border-radius: 50px;
    height: 46px;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 autof
  }
  .flow-area .info-box .tel-btn i {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .flow-area .info-box .tel-btn span {
    font-size: 2.2rem;
    color: #FF6A00;
    font-weight: bold;
  }
  /* =====================
  oneday-area
===================== */
  .oneday-area {
    padding: 70px 0;
  }
  .oneday-area .oneday-wrap {
    margin-bottom: 50px;
  }
  .oneday-area .container-inner {
    padding: 0 40px !important;
  }
  .oneday-area .container-inner.p20 {
    padding: 0 20px !important;
  }
  .oneday-area .oneday-wrap .box {
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 70px;
  }
  .oneday-area .oneday-wrap .box:after {
    content: "";
    bottom: -25px;
    width: 50px;
    height: 25px;
    background-image: url(../images/common/icon_arrow_flow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .oneday-area .oneday-wrap .box i {
    width: 90px;
    height: 90px;
    transform: translate(-25%, -25%);
  }
  .oneday-area .oneday-wrap .box .detail {
    width: 100%;
    margin-top: 10px;
  }
  .oneday-area .oneday-wrap .box .detail * {
    font-size: 2rem;
    line-height: 1.4;
  }
  .oneday-area .work-wrap {
    text-align: left;
  }
  .oneday-area .work-wrap h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .oneday-area .work-wrap p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .oneday-area .work-wrap .wrap {
    display: block;
  }
  .oneday-area .work-wrap .wrap .box {
    padding: 10px 20px 20px 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .oneday-area .work-wrap .wrap .box:nth-child(odd) {
    margin-right: 0;
  }
  .oneday-area .work-wrap .wrap .box:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .oneday-area .work-wrap .wrap .box:last-child {
    margin-bottom: 0;
  }
  .oneday-area .work-wrap .wrap .box h4 {
    font-size: 2rem;
    margin-bottom: 8px;
    text-align: center;
  }
  /* =====================
  staff-area
===================== */
  .staff-area {
    padding: 70px 0;
  }
  .staff-area .ttl-wrap {
    margin-bottom: 30px;
  }
  .staff-area .ttl-wrap + p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .staff-area .staff-wrap .staff {
    width: 100%;
    padding: 20px 20px 30px 20px;
    border-radius: 15px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .staff-area .staff-wrap .staff:last-child {
    margin-bottom: 0;
  }
  .staff-area .staff-wrap .staff dl dd {
    font-size: 2.2rem;
  }
  .staff-area .staff-wrap .staff dl dt, .staff-area .staff-wrap .staff p {
    font-size: 1.6rem;
  }
  /* =====================
  access-area
===================== */
  .access-area {
    padding: 70px 0;
  }
  .access-area .map-wrap {
    display: block;
  }
  .access-area .map-wrap .map {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .access-area .map-wrap .map iframe {
    height: 360px;
  }
  .access-area .map-wrap .text-box {
    margin: 0 auto 30px auto;
    font-size: 1.4rem;
  }
} /*  SP // */