@charset "UTF-8";
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}
.interview-block {
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .interview-block {
    width: 100%;
  }
}
.interview-block__question {
  background: #fff;
  padding: 20px;
  border: solid 10px #EDF0F2;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .interview-block__question {
    margin-bottom: 50px;
  }
}
.interview-block__answer {
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .interview-block__answer {
    display: block;
    border: solid 10px #EDF0F2;
    background: #FFF;
    margin-top: 0 auto 40px;
    padding: 15px;
  }
}
.interview-block__image {
  flex-basis: 75px;
  margin-right: 25px;
}
@media screen and (max-width: 750px) {
  .interview-block__image {
    margin: -50px auto 20px;
    text-align: center;
  }
}
.interview-block__image img {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  border: solid 3px #fff;
}
.interview-block__content {
  flex-basis: calc(100% - 100px);
  line-height: 1.5;
}
.interview-block p {
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .interview-block p {
    font-size: 14px;
    line-height: 1.75;
  }
}
.related-block {
  max-width: 80%;
  background: #fff;
  border: solid 10px #EDF0F2;
  text-align: center;
  padding: 50px;
  padding-top: 65px;
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 750px) {
  .related-block {
    max-width: 100%;
    padding: 40px 25px 25px;
    margin-bottom: 20px;
  }
}
.related-block a {
  text-decoration: none;
}
.related-block-title {
  width: 400px;
  height: 60px;
  display: inline-block;
  background: #fff;
  border: solid 10px #EDF0F2;
  position: absolute;
  top: -30px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  font-size: 15px;
  padding: 10px 40px;
  line-height: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .related-block-title {
    width: 280px;
  }
}
@media screen and (max-width: 750px) {
  .related-block-title {
    width: 240px;
    padding: 10px;
  }
}
.related-block-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .related-block-wrap {
    display: block;
  }
}
.related-block-image {
  flex-basis: 160px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .related-block-image {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.related-block-image img {
  border: none;
  width: 100%;
  height: auto;
}
.related-block-text {
  text-align: left;
  flex-basis: calc(100% - 180px);
  text-decoration: none;
  color: #000;
}
.related-block-text__title {
  font-size: 15px !important;
  margin-bottom: 10px;
  font-weight: bold;
}
.related-block-text p {
  font-size: 12px;
  line-height: 1.5;
}
.selection-block {
  width: 90%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 950px) {
  .selection-block {
    width: 100%;
  }
}
.selection-block:last-of-type {
  margin-bottom: 40px;
}
.selection-block:nth-of-type(even) .selection-block-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .selection-block:nth-of-type(even) .selection-block-wrap {
    flex-direction: column-reverse;
  }
}
.selection-block:nth-of-type(even) .selection-block-impression {
  flex-direction: row-reverse;
}
.selection-block:nth-of-type(even) .selection-block-impression__content:after {
  border-left-color: #FFF;
  border-right-color: transparent;
  left: auto;
  right: -25px;
}
@media screen and (max-width: 600px) {
  .selection-block:nth-of-type(even) .selection-block-impression__content:after {
    left: 0;
    right: 0;
    top: -25px;
    bottom: auto;
    margin: auto;
    border: solid 15px transparent;
    border-bottom-color: #FFF;
  }
}
.selection-block p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .selection-block p {
    font-size: 13px;
    line-height: 1.75;
  }
}
.selection-block-wrap {
  width: 100%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .selection-block-wrap {
    flex-direction: column-reverse;
  }
}
.selection-block-images {
  background: #FFF;
  border: solid 10px #EDF0F2;
  flex-basis: 300px;
  width: 300px;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .selection-block-images {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .selection-block-images {
    margin-bottom: 40px;
  }
}
.selection-block-images__caption {
  font-size: 11px;
  line-height: 1.5;
  width: 75%;
  margin: 0 auto;
}
.selection-block-slides {
  width: 100%;
}
.selection-block-slide {
  width: 280px !important;
}
@media screen and (max-width: 750px) {
  .selection-block-slide {
    width: 450px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .selection-block-slide {
    width: 300px !important;
    margin: 0 auto;
  }
}
.selection-block-slide img {
  width: 100%;
  height: auto;
}
.selection-block-text {
  flex-basis: calc(100% - 330px);
}
@media screen and (max-width: 600px) {
  .selection-block-text {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.selection-block-text h3 {
  font-size: 23px;
  color: #A707F86;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.selection-block-text h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/hr-heringbone.svg) repeat-x;
  background-size: auto 100%;
}
.selection-block-text__content {
  margin-bottom: 30px;
}
.selection-block-text__spec {
  background: #FFF;
  border: solid 10px #EDF0F2;
  padding: 30px;
}
.selection-block-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 30px auto 0;
  text-decoration: none;
  color: #000;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .selection-block-link {
    width: 200px;
  }
}
.selection-block-link .icon {
  width: 38px;
  height: auto;
  border-radius: 100px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin-right: 15px;
}
.selection-block-link span {
  display: block;
  font-size: 13px;
  color: #000;
}
.selection-block-link .arrow {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
.selection-block .owl-nav {
  max-width: 90%;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
}
@media screen and (max-width: 750px) {
  .selection-block .owl-nav {
    max-width: 95vw;
    height: 15px;
  }
}
.selection-block .owl-nav .owl-prev, .selection-block .owl-nav .owl-next {
  width: 25px;
  height: 25px;
  left: 0;
  margin: 0;
  position: absolute;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .selection-block .owl-nav .owl-prev, .selection-block .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    margin: 0 !important;
    top: -15px;
  }
}
.selection-block .owl-nav .owl-prev:hover, .selection-block .owl-nav .owl-next:hover {
  background: none !important;
  opacity: 0.8;
}
.selection-block .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.selection-block .owl-dots {
  padding: 15px 0;
}
.selection-block-impression {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .selection-block-impression {
    display: block;
    width: 90%;
  }
}
.selection-block-impression__image {
  flex-basis: 150px;
}
@media screen and (max-width: 600px) {
  .selection-block-impression__image {
    margin-bottom: 30px;
  }
}
.selection-block-impression__image img {
  width: 100%;
  border: solid 10px #FFF;
}
.selection-block-impression__content {
  flex-basis: calc(100% - 190px);
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 40px;
  position: relative;
}
.selection-block-impression__content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  left: -25px;
  border: solid 15px transparent;
  border-right-color: #FFF;
}
@media screen and (max-width: 600px) {
  .selection-block-impression__content:after {
    left: 0;
    right: 0;
    top: -25px;
    bottom: auto;
    margin: auto;
    border: solid 15px transparent;
    border-bottom-color: #FFF;
  }
}
.selection-block-impression__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
.selection-block-impression__title img {
  width: 210px;
  margin: 0 auto;
}
.author-block {
  max-width: 80%;
  background: #fff;
  border: solid 10px #EDF0F2;
  text-align: center;
  padding: 50px;
  padding-top: 65px;
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 600px) {
  .author-block {
    padding: 25px;
  }
}
.author-block a {
  text-decoration: none;
}
.author-block-title {
  width: 400px;
  height: 60px;
  display: inline-block;
  background: #fff;
  border: solid 10px #EDF0F2;
  position: absolute;
  top: -30px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  font-size: 15px;
  padding: 10px 40px;
  line-height: 25px;
  box-sizing: border-box;
}
.author-block-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .author-block-wrap {
    display: block;
  }
}
.author-block-image {
  flex-basis: 120px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .author-block-image {
    width: 120px;
    margin: 0 auto 30px;
  }
}
.author-block-image img {
  border: none;
  width: 100%;
  height: auto;
  border-radius: 1000px;
}
.author-block-text {
  text-align: left;
  flex-basis: calc(100% - 180px);
  text-decoration: none;
  color: #000;
}
.author-block-text__title {
  font-size: 15px !important;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .author-block-text__title {
    text-align: center;
  }
}
.author-block-text p {
  font-size: 12px;
  line-height: 1.5;
}
.format-block {
  width: 90%;
  margin: 0 auto 30px;
  position: relative;
}
.format-block:after {
  content: "";
  display: block;
  clear: both;
}
.format-block-image {
  width: 350px;
  float: left;
  padding: 0 30px 20px 0;
}
.format-block-image img {
  width: 100%;
  border: solid 10px #fff;
}
.format-block-image.right {
  float: right;
  padding: 0 0 20px 30px;
}
.format-block p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .format-block p {
    font-size: 13px;
    line-height: 1.75;
  }
}
.equipments-block {
  background: #FFF;
  border: solid 10px #EDF0F2;
  padding: 20px 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .equipments-block {
    margin-bottom: 50px;
  }
}
.equipments-block-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .equipments-block-wrap {
    display: block;
  }
}
.equipments-block-slides {
  flex-basis: 250px;
  width: 250px;
}
@media screen and (max-width: 600px) {
  .equipments-block-slides {
    margin: 0 auto;
  }
}
.equipments-block-slide {
  width: 250px;
}
.equipments-block-text {
  flex-basis: calc(100% - 280px);
  padding-top: 40px;
}
.equipments-block-text h3 {
  width: 80%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .equipments-block-text h3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.equipments-block-text p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .equipments-block-text p {
    font-size: 13px;
    line-height: 1.75;
  }
}
.equipments-block .owl-nav {
  max-width: 90%;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
}
@media screen and (max-width: 750px) {
  .equipments-block .owl-nav {
    max-width: 95vw;
    height: 15px;
  }
}
.equipments-block .owl-nav .owl-prev, .equipments-block .owl-nav .owl-next {
  width: 25px;
  height: 25px;
  left: 0;
  margin: 0;
  position: absolute;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .equipments-block .owl-nav .owl-prev, .equipments-block .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    margin: 0 !important;
    top: -15px;
  }
}
.equipments-block .owl-nav .owl-prev:hover, .equipments-block .owl-nav .owl-next:hover {
  background: none !important;
  opacity: 0.8;
}
.equipments-block .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.equipments-block .owl-dots {
  padding: 15px 0;
}
.verticalimages-block-item {
  display: flex;
  margin-top: -30%;
}
.verticalimages-block-item:nth-of-type(even) {
  justify-content: flex-end;
}
.verticalimages-block-item:nth-of-type(even) picture {
  text-align: right;
}
.verticalimages-block-item:first-of-type {
  margin-top: 0;
}
.verticalimages-block-item img {
  width: 55%;
}
.hukidashi-block {
  margin: 0 auto 40px;
  width: 90%;
}
.hukidashi-block-impression {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .hukidashi-block-impression {
    display: block;
    width: 90%;
  }
}
.hukidashi-block-impression__image {
  flex-basis: 200px;
}
@media screen and (max-width: 600px) {
  .hukidashi-block-impression__image {
    margin-bottom: 30px;
  }
}
.hukidashi-block-impression__image img {
  width: 100%;
  border: solid 10px #FFF;
}
.hukidashi-block-impression__content {
  flex-basis: calc(100% - 240px);
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 40px;
  position: relative;
}
.hukidashi-block-impression__content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  left: -25px;
  border: solid 15px transparent;
  border-right-color: #FFF;
}
@media screen and (max-width: 600px) {
  .hukidashi-block-impression__content:after {
    left: 0;
    right: 0;
    top: -25px;
    bottom: auto;
    margin: auto;
    border: solid 15px transparent;
    border-bottom-color: #FFF;
  }
}
.hukidashi-block-impression__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
.hukidashi-block-impression__title img {
  width: 210px;
  margin: 0 auto;
}
.product-block {
  width: 80%;
  margin: 0 auto 50px;
  background: #FFF;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .product-block {
    display: block;
  }
}
.product-block__image {
  flex-basis: 120px;
  width: 120px;
}
@media screen and (max-width: 600px) {
  .product-block__image {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
}
.product-block__image img {
  width: 100%;
  height: auto;
}
.product-block__content {
  flex-basis: calc(100% - 150px);
}
.product-block__title {
  font-size: 20px;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .product-block__title {
    font-size: 18px;
    line-height: 1.75;
  }
}
.product-block__links {
  display: flex;
  flex-wrap: wrap;
}
.product-block__links a {
  display: block;
  max-width: 230px;
  flex-basis: 230px;
  margin-right: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border: solid 2px #000;
  border-radius: 5px;
  position: relative;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 600px) {
  .product-block__links a {
    margin: 0 auto 20px;
  }
}
.product-block__links a:after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url(../images/icn-arrow.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.cd-block {
  width: 90%;
  margin: 30px auto 50px;
  background: #FFF;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .cd-block {
    display: block;
  }
}
.cd-block__image {
  flex-basis: 220px;
  width: 220px;
}
@media screen and (max-width: 600px) {
  .cd-block__image {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
}
.cd-block__image img {
  width: 100%;
  height: auto;
}
.cd-block__content {
  flex-basis: calc(100% - 250px);
}
.cd-block__title {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .cd-block__title {
    font-size: 18px;
    line-height: 1.75;
  }
}
.cd-block__tracks {
  margin-bottom: 30px;
}
.cd-block__tracks p {
  font-size: 16px;
}
.cd-block__links {
  padding: 20px 0;
}
.cd-block__links a {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border: solid 2px #000;
  border-radius: 5px;
  position: relative;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 600px) {
  .cd-block__links a {
    margin: 0 auto 20px;
  }
}
.cd-block__links a:after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url(../images/icn-arrow.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.credit-block {
  background: #fff;
  padding: 20px;
  border: solid 3px #EDF0F2;
}
.credit-block p {
  font-size: 13px;
}
.c-button {
  text-align: center;
  width: 85%;
  margin: 20px auto 40px;
  display: flex;
  justify-content: flex-start;
}
.c-button.is_center {
  justify-content: center;
}
.c-button.is_big a {
  max-width: 550px;
  height: 70px;
  line-height: 70px;
  font-size: 17px;
  font-weight: bold;
}
.c-button a {
  display: block;
  margin: 0 20px 0;
  width: 100%;
  max-width: 350px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border: solid 2px #000;
  border-radius: 5px;
  position: relative;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 600px) {
  .c-button a {
    margin: 0 auto 20px;
  }
}
.c-button a:after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url(../images/icn-arrow.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.plan {
  padding-bottom: 102px;
}
.plan-wrap {
  max-width: 1152px;
  margin: 0 auto;
}
.plan-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 112px;
}
@media screen and (max-width: 750px) {
  .plan-item {
    display: block;
    margin-bottom: 60px;
  }
}
.plan-item:last-of-type {
  margin-bottom: 0;
}
.plan-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.plan-item-image {
  flex-basis: 57.7%;
  width: 57.7%;
}
@media screen and (max-width: 950px) {
  .plan-item-image {
    flex-basis: 48%;
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  .plan-item-image {
    width: 100%;
  }
}
.plan-item-content {
  flex-basis: 50%;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .plan-item-content {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .plan-item-content .c-heading {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .plan-item-content .c-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.plan-table {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.plan-table.is_equalize {
  table-layout: fixed;
}
.plan-table-scroll {
  overflow: auto;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .plan-table-scroll {
    box-shadow: -1px 0px 5px 1px rgba(0, 0, 0, 0.5) inset;
  }
}
.plan-table-scroll.is_equalize {
  table-layout: fixed;
}
.plan-table-wrap h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 54px;
  font-weight: bold;
}
.plan-table th {
  background: #600000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 13px 16px;
  border: solid 0.5px #5C300B;
}
.plan-table th:first-of-type {
  text-align: left;
}
.plan-table td {
  padding: 12px 28px;
  text-align: center;
  border: solid 0.5px #5C300B;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  text-align: left;
}
.plan-table td:first-of-type {
  text-align: left;
}
.plan-table tr:nth-of-type(even) td {
  background: #F5EFEC;
}
.plan-table.is-vertical {
  background: #fff;
}
.plan-table.is-vertical th, .plan-table.is-vertical td {
  border-right: none;
  border-left: none;
}
.plan-table.is-vertical th {
  background: #fff;
  color: #5C300B;
  padding: 28px 10px;
  min-width: 100px;
  line-height: 1.75;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .plan-table.is-vertical th {
    padding: 14px 10px;
  }
}
.plan-table.is-vertical td {
  background: #fff !important;
  font-weight: normal;
  line-height: 1.68;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .plan-table.is-vertical td {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 600px) {
  .plan-table.is-vertical tr {
    display: flex;
    flex-direction: column;
  }
}
.plan-table.is-no-border {
  border: solid 1px #5C300B;
  margin-bottom: 12px;
}
.plan-table.is-no-border th {
  font-size: 14px;
  border: none;
}
.plan-table.is-no-border td {
  background: #F5EFEC;
  border: none;
  font-size: 12px;
  padding: 6px 10px;
}
@media screen and (max-width: 1100px) {
  .plan-table.is-no-border td {
    font-size: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .plan-table.is-no-border td {
    padding: 6px 8px;
    font-size: 11px;
  }
}
@media screen and (max-width: 950px) {
  .plan-table.is-no-border td {
    padding: 6px 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .plan-table.is-no-border td {
    padding: 6px 3px;
    font-size: 9px !important;
  }
}
.plan-table.is-no-border tr:nth-of-type(2) td {
  padding-top: 12px;
}
.plan-table.is-no-border tr:last-of-type td {
  padding-bottom: 12px;
}
.flow {
  width: 85%;
  margin: 0 auto 30px;
  padding: 10px 0 20px;
}
@media screen and (max-width: 600px) {
  .flow {
    padding: 10px 0 20px;
  }
}
.flow-wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.flow-contents {
  background: #fff;
  padding: 56px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .flow-contents {
    max-width: 92.8vw;
    margin: 0 auto;
    padding: 40px 14px;
  }
}
.flow-contents-content.selected {
  display: block;
}
.flow-contents-content__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .flow-contents-content__wrap {
    flex-direction: column-reverse;
  }
}
.flow-contents-content__wrap:first-of-type {
  margin-bottom: 64px;
}
.flow-contents-content__wrap.second {
  padding-bottom: 56px;
}
@media screen and (max-width: 600px) {
  .flow-contents-content__wrap.second {
    flex-direction: column;
  }
}
.flow-contents-content__image {
  flex-basis: 40.5%;
}
@media screen and (max-width: 600px) {
  .flow-contents-content__image {
    margin-top: 32px;
  }
}
.flow-contents-content__list {
  flex-basis: 54.3%;
}
.flow-contents-content__listWrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 26px;
}
.flow-contents-content__listWrap:last-of-type {
  margin-bottom: 0;
}
.flow-contents-content__title h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.075em;
  max-width: 501px;
  position: relative;
  margin-bottom: 48px;
}
.flow-contents-content__title h2 span {
  display: inline-block;
  padding: 0 35px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.flow-contents-content__title h2:after {
  width: 100%;
  content: "";
  display: block;
  border-bottom: solid 1px #D8CBC1;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.flow-contents-content__number {
  font-size: 44px;
  font-family: minion-3, serif;
  font-style: italic;
  line-height: 1;
  flex-basis: 53px;
}
.flow-contents-content__text {
  flex-basis: calc(100% - 53px);
}
.flow-contents-content__text h4 {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-left: 0;
  margin-top: 10px;
}
.flow-contents-content__text p {
  font-size: 14px;
  line-height: 24px;
}
.wp-block-gallery.single {
  max-width: 40%;
  margin: 0 auto;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  object-fit: contain !important;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  background: #f4f4f4;
}
.owl-carousel .owl-item img {
  max-width: 80% !important;
  margin: 0 auto;
}
.selection-block .owl-dots {
  margin: 0 auto;
}
.post-item article p strong {
  font-weight: bold;
  font-family: YuGothic, "游ゴシック体", sans-serif !important;
}
.c-border {
  border: solid 1px #a2a2a2;
  padding: 1em;
  max-width: 92%;
  margin: 1em auto 2em;
}
