@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  word-break: break-all;
}

body {
  color: #01304c;
  font-family: "Roboto","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  margin: 0 auto;
  max-width: 1400px;
}

body.index {
  padding-bottom: 110px;
}

body.post {
  padding-bottom: 110px;
}

@media screen and (max-width: 959px) {
  body.index {
    padding-bottom: 90px;
  }
  body.post {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body.index {
    padding-bottom: 48px;
  }
  body.post {
    padding-bottom: 48px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: .2s;
}

a:hover {
  opacity: .8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #0e0c62;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

p {
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

strong {
  border-bottom: 3px dotted #fc671e;
}

em {
  color: #ec537a;
  font-style: normal;
}

.text-small {
  font-size: 14px;
}

.accordion.trigger {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}

.accordion.main {
  display: none;
}

.effect {
  transition: .4s;
}

.fade-in {
  opacity: 0;
  transform: translate(0, 20px);
}

.fade-in.on {
  opacity: 1;
  transform: translate(0, 0);
}

.delay-02 {
  transition-delay: .2s;
}

.delay-04 {
  transition-delay: .4s;
}

.delay-06 {
  transition-delay: .6s;
}

.delay-08 {
  transition-delay: .8s;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #dee0df;
  padding: 15px;
  width: 100%;
}

.contact-table {
  width: 100%;
}

.contact-table tr {
  display: block;
  margin-bottom: 30px;
}

.contact-table th {
  display: block;
  margin-bottom: 15px;
}

.contact-table td {
  display: block;
}

.confirm-table {
  background: #fff;
  border: 1px solid #dee0df;
  margin: 30px auto;
  max-width: 800px;
  width: 100%;
}

.confirm-table tr {
  border-bottom: 1px solid #dee0df;
}

.confirm-table tr:last-child {
  border: none;
}

.confirm-table th {
  background: #f0f0f2;
  padding: 7.5px;
  width: 150px;
}

.confirm-table td {
  padding: 7.5px;
  width: calc(100% - 150px);
}

.contact-buttons {
  display: flex;
  justify-content: center;
}

.contact-buttons .button {
  margin: 0 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact-table tr {
    margin-bottom: 15px;
  }
  .contact-table th {
    margin-bottom: 7.5px;
  }
  .confirm-table th {
    display: block;
    width: 100%;
  }
  .confirm-table td {
    display: block;
    width: 100%;
  }
  .contact-buttons {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .contact-buttons .button {
    margin: 0 auto 15px;
    width: 100%;
  }
}

.button {
  align-items: center;
  background: #fc671e;
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  max-width: 400px;
  outline: none;
  padding: 15px;
  text-align: center;
}

.button .icon {
  margin-right: 7.5px;
  width: 20px;
}

.button .icon img {
  height: auto;
  width: 100%;
}

.button.pink {
  background: #ec537a;
}

.button.large {
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  font-size: 20px;
  padding: 22.5px;
}

.button.large .icon {
  width: 24px;
}

.button:hover {
  opacity: .8;
}

header {
  background: #fff;
  bottom: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  transition: .2s;
  width: 100%;
  z-index: 10;
}

header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 15px;
}

header .container .logo {
  height: 80px;
  position: relative;
}
header .container .logo:after{ content: ""; width: 150px; height: 150px; background: url(https://www.wjc-service.co.jp/wp-content/themes/westjapan/amamori/images/logoafter.png) no-repeat; background-size: contain; position: absolute; bottom: -14px; left: 110%; z-index: 100;}

header .container .logo img {
  height: 100%;
  width: auto;
}

header .container ul {
  align-items: center;
  display: flex;
}

header .container ul li {
  height: 80px;
  margin-left: 15px;
}

header .container ul li img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 959px) {
  header .container .logo {
    height: 60px;
  }
  header .container ul {
    align-items: center;
    display: flex;
  }
  header .container ul li {
    height: 60px;
    margin-left: 7.5px;
  }
}

@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}

footer {
  background: #01304c;
  color: #fff;
  padding: 60px;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px;
  }
}

#hero {
  border-top: 8px solid #495fdf;
}

#merit {
  background: #fee7db;
}

#merit .title {
  background: #fc671e;
  position: relative;
}

#merit .title img {
  margin-top: -22.5px;
}

#merit .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #fc671e;
}

#merit .body .row {
  background: #fff;
  border: 4px solid #fc671e;
  border-radius: 20px;
}

@media screen and (max-width: 959px) {
  #merit .title img {
    margin-top: -15px;
  }
  #merit .body .row.merit2 {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  #merit .title img {
    margin-top: 0;
  }
}

#example {
  background: #ffecf1;
}

#example .title {
  background: #ec537a;
  position: relative;
}

#example .title img {
  margin-top: -22.5px;
}

#example .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #ec537a;
}

#example .body .row .example-card {
  background: #fff;
  border-radius: 10px;
}

#example .body .row .example-card .img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

#example .body .row .example-card .text h3 {
  color: #ec537a;
}

@media screen and (max-width: 959px) {
  #example .title img {
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  #example .title img {
    margin-top: 0;
  }
  #example .body .row .example-card .text h3 {
    font-size: 20px;
  }
}

#flow {
  background: #dff1ff;
}

#flow .title {
  background: #495fdf;
  position: relative;
}

#flow .title img {
  margin-top: -22.5px;
}

#flow .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #495fdf;
}

#flow .body .row .arrow {
  position: relative;
}

#flow .body .row .arrow:after {
  color: #495fdf;
  content: "▶︎";
  font-size: 20px;
  line-height: 1;
  margin-top: -10px;
  position: absolute;
  right: -10px;
  top: 50%;
}

#flow .body .row .flow-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#flow .body .row .flow-card .step {
  background: #495fdf;
  color: #fff;
  font-size: 20px;
}

#flow .body .row .flow-card .text {
  text-align: center;
}

#flow .body .row .flow-card .text h3 {
  color: #ec537a;
  font-size: 20px;
  margin-bottom: 7.5px;
}

@media screen and (max-width: 959px) {
  #flow .title img {
    margin-top: -15px;
  }
  #flow .body .row .arrow:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #flow .title img {
    margin-top: 0;
  }
  #flow .body .row .arrow {
    position: relative;
  }
  #flow .body .row .arrow:after {
    bottom: -22px;
    color: #495fdf;
    content: "▼";
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    top: auto;
  }
}

#price {
  background: #fff8cf;
}

#price .title {
  background: #ffe449;
  position: relative;
}

#price .title img {
  margin-top: -22.5px;
}

#price .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #ffe449;
}

#price .body .row .price-card {
  background: #fff;
  border: 1px solid #dee0df;
}

#price .body .row .price-card .img {
  height: 120px;
  width: 120px;
}

#price .body .row .price-card .text {
  padding: 15px;
  width: calc(100% - 120px);
}

#price .body .row .price-card .text h3 {
  font-size: 16px;
}

#price .body .row .price-card .text h4 {
  color: #ec537a;
  font-size: 32px;
}

#price .body .row .price-card.pickup .img {
  height: 120px;
  width: 240px;
}

#price .body .row .price-card.pickup .text h3 em {
  font-size: 32px;
}

#price .body aside {
  background: #ffecf1;
  border: 1px solid #ec537a;
}

#price .body aside h4 {
  background: #ec537a;
  color: #fff;
}

#price .body aside .row {
  margin: 0 auto;
  max-width: 800px;
}

#price .body aside .row img {
  margin: 0 auto;
  width: 120px;
}

#price .body aside .row h5 {
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 959px) {
  #price .title img {
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  #price .title img {
    margin-top: 0;
  }
  #price .body .row .price-card .text h4 {
    font-size: 24px;
  }
  #price .body .row .price-card.pickup .img {
    height: 120px;
    width: 120px;
  }
  #price .body .row .price-card.pickup .text h3 em {
    font-size: 32px;
  }
}

#voice {
  background: #fee7db;
}

#voice .title {
  background: #fc671e;
  position: relative;
}

#voice .title img {
  margin-top: -22.5px;
}

#voice .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #fc671e;
}

#voice .body .swiper-slide {
  background: #fff;
}

#voice .body .swiper-slide .thumbnail {
  height: 300px;
}

#voice .body .swiper-slide table {
  border: 1px solid #dee0df;
  margin: 0 auto;
  width: 100%;
}

#voice .body .swiper-slide table tr {
  border-bottom: 1px solid #dee0df;
}

#voice .body .swiper-slide table tr th {
  background: #f0f0f2;
  padding: 7.5px;
  vertical-align: top;
  width: 100px;
}

#voice .body .swiper-slide table tr td {
  padding: 7.5px;
  width: calc(100% - 100px);
}

#voice .body .swiper-button-prev,
#voice .body .swiper-button-next {
  background: #fc671e;
  border-radius: 24px;
  height: 48px;
  padding: 12px;
  width: 48px;
}

@media screen and (max-width: 767px) {
  #voice .title img {
    margin-top: 0;
  }
  #voice .body .container {
    padding: 0;
  }
  #voice .body .swiper-slide .thumbnail {
    height: 200px;
  }
  #voice .body .swiper-slide table tr th {
    display: block;
    width: 100%;
  }
  #voice .body .swiper-slide table tr td {
    display: block;
    width: 100%;
  }
}

#area {
  background: #dbffe3;
}

#area .title {
  background: #5dbf74;
  position: relative;
}

#area .title img {
  margin-top: -22.5px;
}

#area .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #5dbf74;
}

#area .body .row .area-detail {
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  #area .title img {
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  #area .title img {
    margin-top: 0;
  }
}

#member {
  background: #fee7db;
}

#member .title {
  background: #fc671e;
  position: relative;
}

#member .title img {
  margin-top: -22.5px;
}

#member .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #fc671e;
}

#member .row .member-card {
  background: #fff;
  border-radius: 10px;
}

#member .row .member-card .img img {
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
}

#member .row .member-card .text h3 {
  text-align: center;
}

#member .row .member-card .text p {
  text-align: center;
}

@media screen and (max-width: 959px) {
  #member .title img {
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  #member .title img {
    margin-top: 0;
  }
}

#about {
  background: #dff1ff;
}

#about .title {
  background: #495fdf;
  position: relative;
}

#about .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #495fdf;
}

#about table {
  background: #fff;
  border: 1px solid #dee0df;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

#about table tr {
  border-bottom: 1px solid #dee0df;
}

#about table tr th {
  background: #f0f0f2;
  padding: 15px;
  vertical-align: top;
  width: 150px;
}

#about table tr td {
  padding: 15px;
  width: calc(100% - 150px);
}

#about table tr td iframe {
  height: 300px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #about table tr th {
    display: block;
    width: 100%;
  }
  #about table tr td {
    display: block;
    width: 100%;
  }
  #about table tr td iframe {
    height: 250px;
  }
}

#contact {
  background: #ffecf1;
}

#contact .title {
  background: #ec537a;
  position: relative;
}

#contact .title img {
  margin-top: -22.5px;
}

#contact .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #ec537a;
}

#contact .content {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  #contact .title img {
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  #contact .title img {
    margin-top: 0;
  }
  #contact .content {
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px;
  }
  #contact .content .contact-buttons {
    margin-top: 15px;
  }
}

#sp-cta-footer {
  bottom: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 10;
}

#sp-cta-footer ul {
  display: flex;
}

#sp-cta-footer ul .tel {
  align-items: center;
  background: #ec537a;
  display: flex;
  height: 48px;
  width: 50%;
}

#sp-cta-footer ul .mail {
  align-items: center;
  background: #fc671e;
  display: flex;
  height: 48px;
  width: 50%;
}

.post {
  border-top: 8px solid #495fdf;
}

.post h1 {
  color: #01304c;
  border-bottom: 4px solid #fc671e;
}

.post h2 {
  color: #ccc;
  font-size: 16px;
}

.post h3 {
  color: #01304c;
  font-size: 20px;
}

.post .thumbnail {
  height: 300px;
}

.post .value {
  border-bottom: 1px solid #dee0df;
  border-top: 1px solid #dee0df;
}

.post .value h3 {
  color: #fc671e;
}

.post .value .accordion.main img {
  margin: 0 auto;
  max-width: 400px;
}

.post .date {
  border-bottom: 1px solid #dee0df;
}

.post .detail {
  border-bottom: 1px solid #dee0df;
}

@media screen and (max-width: 767px) {
  .post h1 {
    font-size: 24px;
  }
  .post .thumbnail {
    height: 200px;
  }
  .post #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
    width: calc(33.3% - 2px);
  }
}
