@charset "utf-8";

/* ==========================================================================
  common
  ========================================================================== */
.sectionTtl {
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.sectionTtl span {
  display: block;
  font-family: "Fredericka the Great", cursive;
  color: #ff456a;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.linkBox {
  position: relative;
  background: #fff;
}
.linkBox::before {
  position: absolute;
  right: 2px;
  bottom: 2px;
  content: "";
}
.linkBox::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%229px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M12.823%2C4.065%20L8.953%2C0.173%20C8.718%2C-0.063%208.334%2C-0.063%208.099%2C0.173%20C7.864%2C0.411%207.864%2C0.797%208.099%2C1.033%20L10.935%2C3.888%20L0.605%2C3.888%20C0.270%2C3.888%20-0.000%2C4.160%20-0.000%2C4.495%20C-0.000%2C4.832%200.270%2C5.104%200.605%2C5.104%20L10.935%2C5.104%20L8.099%2C7.957%20C7.864%2C8.196%207.864%2C8.580%208.099%2C8.818%20C8.218%2C8.937%208.373%2C8.996%208.526%2C8.996%20C8.681%2C8.996%208.836%2C8.937%208.953%2C8.818%20L12.823%2C4.925%20C13.059%2C4.689%2013.059%2C4.303%2012.823%2C4.065%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left top;
  background-repeat: no-repeat;
}
.linkBox dl {
  margin: 0;
}
.linkBox dt {
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}
.linkBox dd {
  margin: 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .sectionTtl {
    margin: 0 0 30px;
    font-size: 1.3rem;
    text-align: left;
  }
  .sectionTtl span {
    margin-bottom: 5px;
    font-size: 3.5rem;
  }
  .linkBox::before {
    border-top: 17px solid transparent;
    border-right: 17px solid #ff456a;
    border-bottom: 17px solid #ff456a;
    border-left: 17px solid transparent;
  }
  .linkBox::after {
    right: 7px;
    bottom: 9px;
    width: 11px;
    height: 7px;
    background-size: 11px 7px;
  }
  .linkBox dt {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .linkBox dd {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .sectionTtl {
    margin: 0 0 60px;
    font-size: 1.5rem;
  }
  .sectionTtl span {
    margin-bottom: 10px;
    font-size: 6rem;
  }
  .linkBox::before {
    border-top: 20px solid transparent;
    border-right: 20px solid #ff456a;
    border-bottom: 20px solid #ff456a;
    border-left: 20px solid transparent;
  }
  .linkBox::after {
    right: 8px;
    bottom: 10px;
    width: 13px;
    height: 9px;
    background-size: 13px 9px;
  }
  .linkBox dt {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .linkBox dd {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
  heroVisual
  ========================================================================== */
.heroVisual {
  position: relative;
}
.heroNote {
  position: absolute;
  top: 30px;
  left: 35px;
  width: 200px;
  height: 35px;
  z-index: 11;
}
.heroNote img {
  width: 100%;
  height: auto;
}
.heroVisual .txtArea {
  position: relative;
  z-index: 11;
}
.heroVisual .txtArea::before {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
}
.heroVisual .txtArea .logo {
  transition: all 0.4s ease-out;
}
body:not(.loaded) .heroVisual .txtArea .logo {
  opacity: 0;
  transform: translateY(70%);
}
.heroVisual .txtArea .copy {
  letter-spacing: 0.05em;
  transition: all 0.4s ease-out;
}
body:not(.loaded) .heroVisual .txtArea .copy {
  opacity: 0;
  transform: translateY(100%);
}
.heroVisual .txtArea .contact {
  line-height: 1;
  transition: all 0.4s ease-out;
}
body:not(.loaded) .heroVisual .txtArea .contact {
  opacity: 0;
  transform: translateY(100%);
}
.heroVisual .txtArea .contact .txt {
  display: block;
}
.heroVisual .txtArea .contact .tel {
  display: block;
  font-weight: 500;
}
.heroVisual .txtArea .contact .tel .ico {
}
.heroVisual .snsArea {
  position: absolute;
  z-index: 12;
}
.heroVisual .snsArea .snsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heroVisual .snsArea .snsList li a {
  display: block;
  border-radius: 50%;
}
.heroVisual .snsArea .snsList li a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .heroVisual {
    margin-bottom: 30px;
  }
  .heroVisual .txtArea {
    text-align: center;
  }
  .heroVisual .txtArea::before {
    left: calc(50% - 107px);
    top: -30px;
    width: 213px;
    height: 213px;
  }
  .heroVisual .txtArea .logo {
    position: relative;
    margin: 0 0 25px;
  }
  .heroVisual .txtArea .logo img {
    width: 130px;
    height: auto;
  }
  .heroVisual .txtArea .copy {
    position: relative;
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .heroVisual .txtArea .contact {
    position: relative;
  }
  .heroVisual .txtArea .contact .txt {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .heroVisual .txtArea .contact .tel {
    font-size: 2.7rem;
  }
  .heroVisual .txtArea .contact .tel .ico {
    font-size: 1.5rem;
  }
  .heroVisual .snsArea {
    right: 0px;
    top: 0px;
  }
  .heroVisual .snsArea {
    right: 18px;
    top: calc(110.93vw - 92px);
  }
  .heroVisual .snsArea .snsList li {
    width: 28px;
    margin-top: 10px;
  }
  .heroNote {
    top: 15px;
    left: 20px;
    width: 142px;
    height: 28px;
    z-index: 11;
  }
}

@media screen and (min-width: 768px) {
  .heroVisual .txtArea {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px 80px;
  }
  .heroVisual .txtArea .wrap {
    display: flex;
    justify-content: space-between;
  }
  .heroVisual .txtArea::before {
    left: calc(50% - 142px);
    top: -80px;
    width: 284px;
    height: 284px;
  }
  .heroVisual .txtArea .logo {
    position: absolute;
    left: calc(50% - 87px);
    top: -30px;
  }
  .heroVisual .txtArea .logo img {
    width: 174px;
    height: 162px;
  }
  .heroVisual .txtArea .copy {
    margin-top: 10px;
    font-size: 2.5rem;
  }
  .heroVisual .txtArea .contact {
    margin-right: 70px;
  }
  .heroVisual .txtArea .contact .txt {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .heroVisual .txtArea .contact .tel {
    font-size: 3.6rem;
  }
  .heroVisual .txtArea .contact .tel .ico {
    margin-right: 3px;
    font-size: 2rem;
  }
  .heroVisual .snsArea {
    right: 25px;
    top: calc(44.37vw - 60px);
  }
  .heroVisual .snsArea .snsList {
    display: flex;
  }
  .heroVisual .snsArea .snsList li {
    width: 35px;
    margin-left: 15px;
  }
  .heroVisual .snsArea .snsList li a {
    transition: box-shadow 0.2s ease-out;
  }
  .heroVisual .snsArea .snsList li a:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease-out;
  }
}

/* ==========================================================================
  swiper
  ========================================================================== */
.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  position: relative;
  width: 100%;
  padding-top: 44.37%;
  overflow: hidden;
}
.swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: transform 5s;
}
.swiper-slide .text {
  position: absolute;
  bottom: 60px;
  left: 60px;
  margin: 0;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 75px;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
.swiper-slide .text .row {
  display: block;
  height: 77px;
}
.swiper-slide .text .row:nth-of-type(n + 2) {
  margin-top: -1px;
}
.swiper-slide .text .row > span {
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  border: 1px solid #fff;
  overflow: hidden;
}
.swiper-slide .text .row > span:nth-of-type(n + 2) {
  margin-left: -1px;
}
.swiper-slide .text .row > span > span {
  display: inline-block;
  transform: translateX(-75px);
  transition: transform 1.5s;
  transition-delay: 1s;
}
.swiper-slide.swiper-slide-active img,
.swiper-slide.swiper-slide-duplicate-active img {
  transform: scale(1.03);
}
.swiper-slide.swiper-slide-active .text,
.swiper-slide.swiper-slide-duplicate-active img.text {
  opacity: 1;
}
.swiper-slide.swiper-slide-active .text .row > span > span,
.swiper-slide.swiper-slide-duplicate-active .text .row > span > span {
  transform: translateX(0);
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  background: transparent;
  opacity: 1;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0.6);
  transition: transform 1s, opacity 1s;
  opacity: 0.5;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet-active:before {
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    padding-top: 111%;
  }
  .swiper-slide .text {
    bottom: 45px;
    left: 20px;
    font-size: 1.75rem;
    line-height: 38px;
  }
  .swiper-slide .text .row {
    height: 40px;
  }
  .swiper-slide .text .row > span {
    width: 38px;
    height: 38px;
  }
  .swiper-slide .text .row > span > span {
    transform: translateX(-38px);
  }

  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 18px;
    left: 20px;
    gap: 7.5px;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet {
    width: 4.5px;
    height: 4.5px;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet:before {
    width: 4.5px;
    height: 4.5px;
  }
}

/* ==========================================================================
  greeting
  ========================================================================== */
.greeting {
  position: relative;
  z-index: 12;
}
.greeting .container {
}
.greeting .column {
}
.greeting .columnItem {
}
.greeting .imgArea {
}
.greeting .imgArea img {
  width: 100%;
  height: auto;
}
.greeting .txtArea {
}
.greeting .txtArea h2 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.greeting .txtArea p {
  letter-spacing: 0.05em;
}
.greeting .txtArea .btn {
}
.greeting .txtArea .link a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%2211px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%2069%2C%20106)%22%20d%3D%22M15.782%2C4.974%20L11.021%2C0.218%20C10.730%2C-0.073%2010.259%2C-0.073%209.968%2C0.218%20C9.677%2C0.508%209.677%2C0.978%209.968%2C1.269%20L13.458%2C4.757%20L0.743%2C4.757%20C0.333%2C4.757%200.000%2C5.089%200.000%2C5.500%20C0.000%2C5.910%200.333%2C6.244%200.743%2C6.244%20L13.458%2C6.244%20L9.968%2C9.731%20C9.677%2C10.021%209.677%2C10.492%209.968%2C10.782%20C10.113%2C10.927%2010.305%2C11.001%2010.495%2C11.001%20C10.685%2C11.001%2010.875%2C10.927%2011.021%2C10.782%20L15.782%2C6.025%20C16.072%2C5.735%2016.072%2C5.265%2015.782%2C4.974%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.greeting .txtArea .link::before {
}

@media screen and (max-width: 767px) {
  .greeting {
    margin-bottom: 40px;
    padding-top: 35px;
    border-top: 1px solid #b3b3b3;
  }
  .greeting .container {
  }
  .greeting .column {
  }
  .greeting .columnItem {
  }
  .greeting .imgArea {
    margin: 0 0 25px;
  }
  .greeting .imgArea img {
  }
  .greeting .imgArea figcaption {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .greeting .txtArea {
  }
  .greeting .txtArea h2 {
    margin: 0 0 10px;
    font-size: 1.9rem;
    line-height: 1.31;
  }
  .greeting .txtArea p {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
  .greeting .txtArea .btn {
    margin-bottom: 25px;
  }
  .greeting .txtArea .btnLink {
    width: 70%;
    margin: 0 auto;
  }
  .greeting .txtArea .link {
    margin-bottom: 20px;
    padding: 15px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    text-align: center;
  }
  .greeting .txtArea .link a {
    padding-left: 18px;
    background-position: left center;
    background-size: 14px 10px;
    font-size: 1.3rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .greeting {
    margin-bottom: 80px;
  }
  .greeting .container {
  }
  .greeting .column:not(.contactArea) {
    padding-top: 90px;
    border-top: 1px solid #b3b3b3;
  }
  .greeting .columnItem {
  }
  .greeting .imgArea {
    margin: 0;
    order: 1;
  }
  .greeting .imgArea img {
  }
  .greeting .imgArea figcaption {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .greeting .txtArea {
    padding-right: 5.35%;
    order: 0;
  }
  .greeting .txtArea h2 {
    margin: 0 0 25px;
    font-size: 2.8rem;
    line-height: 1.42;
  }
  .greeting .txtArea p {
    margin: 0 0 30px;
    font-size: 1.5rem;
  }
  .greeting .txtArea .btnLink {
    width: 220px;
    margin-bottom: 10px;
  }
  .greeting .txtArea .link a {
    padding-left: 40px;
    background-position: 12px center;
    background-size: 16px 10px;
    font-size: 1.5rem;
    transition: all 0.2s ease-out;
  }
  .greeting .txtArea .link a:hover {
    background-position: 17px center;
    color: #ff456a;
    transition: all 0.2s ease-out;
  }
  .greeting .txtArea .link::before {
  }
}

/* ==========================================================================
  news
  ========================================================================== */
.news {
}
.news .container {
}
.news .box {
  background: #f9f9f9;
}
.news .sectionTtl {
}
.news .newsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news .newsList li {
  border-bottom: 1px solid #afafaf;
}
.news .newsList li a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%2211px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%2069%2C%20106)%22%20d%3D%22M15.782%2C4.974%20L11.021%2C0.218%20C10.730%2C-0.073%2010.259%2C-0.073%209.968%2C0.218%20C9.677%2C0.508%209.677%2C0.978%209.968%2C1.269%20L13.458%2C4.757%20L0.743%2C4.757%20C0.333%2C4.757%200.000%2C5.089%200.000%2C5.500%20C0.000%2C5.910%200.333%2C6.244%200.743%2C6.244%20L13.458%2C6.244%20L9.968%2C9.731%20C9.677%2C10.021%209.677%2C10.492%209.968%2C10.782%20C10.113%2C10.927%2010.305%2C11.001%2010.495%2C11.001%20C10.685%2C11.001%2010.875%2C10.927%2011.021%2C10.782%20L15.782%2C6.025%20C16.072%2C5.735%2016.072%2C5.265%2015.782%2C4.974%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 45px;
  }
  .news .container {
  }
  .news .box {
    margin: 0 -20px;
    padding: 30px 20px 45px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
  }
  .news .sectionTtl {
  }
  .news .newsList {
  }
  .news .newsList li {
  }
  .news .newsList li:first-child {
    border-top: 1px solid #afafaf;
  }
  .news .newsList li a {
    display: block;
    padding: 15px 0 15px 25px;
    background-size: 14px 10px;
    font-size: 1.3rem;
  }
  .news .newsList li a span {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .news {
    margin-bottom: 90px;
  }
  .news .container {
  }
  .news .box {
    display: flex;
    padding: 4.91% 5.35%;
    border-radius: 20px;
    justify-content: space-between;
  }
  .news .sectionTtl {
    margin: 0;
  }
  .news .newsList {
    width: 75%;
  }
  .news .newsList li {
    padding: 15px 0;
  }
  .news .newsList li:first-child {
    padding-top: 0;
  }
  .news .newsList li a {
    padding-left: 35px;
    background-size: 16px 10px;
    transition: all 0.2s ease-out;
  }
  .news .newsList li a:hover {
    background-position: 5px center;
    color: #ff456a;
    transition: all 0.2s ease-out;
  }
  .news .newsList li a span {
    width: 135px;
    display: inline-block;
  }
}

/* ==========================================================================
  cherish
  ========================================================================== */
.cherish {
}
.cherish .imgArea {
}
.cherish .imgArea img {
  width: 100%;
  height: auto;
}
.cherish .txtArea {
}
.cherish .txtArea h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.cherish .txtArea p {
  letter-spacing: 0.05em;
}
.cherish .txtArea .link {
  position: relative;
}
.cherish .txtArea .link .ico {
  position: absolute;
  background: #fcff00;
  border-radius: 50%;
  font-family: "Advent Pro", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
.cherish .txtArea .link a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%2211px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%2069%2C%20106)%22%20d%3D%22M15.782%2C4.974%20L11.021%2C0.218%20C10.730%2C-0.073%2010.259%2C-0.073%209.968%2C0.218%20C9.677%2C0.508%209.677%2C0.978%209.968%2C1.269%20L13.458%2C4.757%20L0.743%2C4.757%20C0.333%2C4.757%200.000%2C5.089%200.000%2C5.500%20C0.000%2C5.910%200.333%2C6.244%200.743%2C6.244%20L13.458%2C6.244%20L9.968%2C9.731%20C9.677%2C10.021%209.677%2C10.492%209.968%2C10.782%20C10.113%2C10.927%2010.305%2C11.001%2010.495%2C11.001%20C10.685%2C11.001%2010.875%2C10.927%2011.021%2C10.782%20L15.782%2C6.025%20C16.072%2C5.735%2016.072%2C5.265%2015.782%2C4.974%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  border-bottom: 1px solid #b3b3b3;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .cherish {
    margin-bottom: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #b3b3b3;
  }
  .cherish .sectionTtl {
    padding: 0 20px;
  }
  .cherish .column {
    margin: 0 20px 55px;
  }
  .cherish .column:last-child {
    margin-bottom: 0;
  }
  .cherish .imgArea {
    margin-bottom: 30px;
  }
  .cherish .imgArea img {
  }
  .cherish .txtArea {
  }
  .cherish .txtArea h3 {
    margin: 0 0 15px;
    font-size: 1.9rem;
    line-height: 1.31;
  }
  .cherish .txtArea p {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  .cherish .txtArea .link {
  }
  .cherish .txtArea .link .ico {
    left: -8px;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    line-height: 60px;
  }
  .cherish .txtArea .link .ico span {
    font-size: 2.1rem;
  }
  .cherish .txtArea .link a {
    display: block;
    padding: 12px 0 12px 85px;
    background-position: 67px center;
    background-size: 14px 10px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .cherish {
    margin-bottom: 130px;
  }
  .cherish .column {
    align-items: center;
  }
  .cherish .imgArea {
  }
  .cherish .imgArea img {
  }
  .cherish .column:nth-child(odd) .imgArea {
    order: 1;
  }
  .cherish .txtArea {
    padding: 0 8.12%;
  }
  .cherish .column:nth-child(odd) .txtArea {
    order: 0;
  }
  .cherish .txtArea h3 {
    margin: 0 0 25px;
    font-size: 2.8rem;
    line-height: 1.42;
  }
  .cherish .txtArea p {
    margin: 0 0 50px;
    font-size: 1.5rem;
  }
  .cherish .txtArea .link {
  }
  .cherish .txtArea .link .ico {
    left: -10px;
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    line-height: 70px;
  }
  .cherish .txtArea .link .ico span {
    font-size: 2.3rem;
  }
  .cherish .txtArea .link a {
    display: inline-block;
    margin-left: 80px;
    padding: 10px 0 10px 40px;
    background-position: 5px center;
    background-size: 16px 10px;
    transition: all 0.2s ease-out;
  }
  .cherish .txtArea .link a:hover {
    background-position: 10px center;
    color: #ff456a;
    transition: all 0.2s ease-out;
  }
}

/* ==========================================================================
  faq
  ========================================================================== */
.faq {
}
.faq .container {
}
.faq .sectionTtl {
}
.faq h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.faq p {
  letter-spacing: 0.05em;
}
.faq .column {
}
.faq .columnItem {
  border: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  .faq {
    margin-bottom: 50px;
  }
  .faq .container {
  }
  .faq .sectionTtl {
  }
  .faq h3 {
    margin: 0 0 10px;
    font-size: 1.9rem;
    line-height: 1.31;
  }
  .faq p {
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
  .faq .column {
  }
  .faq .columnItem:not(:first-child) {
    border-top: none;
  }
  .faq .linkBox {
    padding: 25px 30px 30px;
  }
}

@media screen and (min-width: 768px) {
  .faq {
    margin-bottom: 160px;
  }
  .faq .container {
  }
  .faq .sectionTtl {
  }
  .faq h3 {
    margin: 0 0 10px;
    font-size: 2.8rem;
    text-align: center;
  }
  .faq p {
    max-width: 830px;
    margin: 0 auto 60px;
    font-size: 1.5rem;
  }
  .faq .column {
  }
  .faq .columnItem:not(:first-child) {
    border-left: none;
  }
  .faq .linkBox {
    height: 100%;
    padding: 55px 50px 60px;
    box-sizing: border-box;
  }
}

/* ==========================================================================
  possibility
  ========================================================================== */
.possibility {
  color: #fff;
}
.possibility .container {
}
.possibility .sectionTtl {
}
.possibility .sectionTtl span {
  color: #fff;
}
.possibility h3 {
  letter-spacing: 0.05em;
}
.possibility .btnLink {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .possibility {
    background: url("/assets/img/top/bg_possibility_sp.jpg") center center
      no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    padding: 35px 0 40px;
  }
  .possibility .container {
  }
  .possibility .sectionTtl {
    margin-bottom: 25px;
  }
  .possibility h3 {
    margin: 0 0 25px;
    font-size: 1.9rem;
    font-size: 500;
  }
  .possibility .btnLink {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .possibility {
    background: url("/assets/img/top/bg_possibility_pc.jpg") center center
      no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    padding: 110px 0 90px;
  }
  .possibility .container {
  }
  .possibility .sectionTtl {
    margin-bottom: 20px;
  }
  .possibility h3 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
  }
  .possibility .btnLink {
    width: 190px;
  }
}

/* ==========================================================================
  interview
  ========================================================================== */
.interview {
}
.interview .container {
}
.interview .imgArea {
}
.interview .imgArea img {
  height: auto;
}
.interview .txtArea {
}
.interview .txtArea .sectionTtl {
}
.interview .txtArea ul {
  padding: 0;
  list-style: none;
}
.interview .txtArea ul li {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.interview .txtArea ul li:last-child {
  margin-bottom: 0;
}
.interview .txtArea .btnLink {
}

@media screen and (max-width: 767px) {
  .interview {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #b3b3b3;
  }
  .interview .container {
  }
  .interview .imgArea {
    display: flex;
  }
  .interview .imgArea img {
    width: 50%;
    height: 50%;
  }
  .interview .txtArea {
    margin: 30px 0;
  }
  .interview .txtArea .sectionTtl {
  }
  .interview .txtArea ul {
  }
  .interview .txtArea ul li {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  .interview .txtArea .btnLink {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .interview {
    margin-bottom: 100px;
  }
  .interview .container {
  }
  .interview .column {
    padding-bottom: 160px;
    border-bottom: 1px solid #b3b3b3;
  }
  .interview .imgArea {
    width: 28% !important;
  }
  .interview .imgArea img {
    width: 100%;
    height: auto;
  }
  .interview .txtArea {
    width: 44% !important;
    text-align: center;
  }
  .interview .txtArea .sectionTtl {
    margin-bottom: 50px;
  }
  .interview .txtArea ul {
    margin: 0 0 45px;
  }
  .interview .txtArea ul li {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .interview .txtArea .btnLink {
    width: 260px;
    margin: 0 auto;
  }
}

/* ==========================================================================
  about
  ========================================================================== */
.about {
}
.about .container {
}
.about .sectionTtl {
}
.about h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.about p {
}
.about .column {
}
.about .columnItem {
  border: 1px solid #b3b3b3;
}
.about .linkBox {
}
.about .linkBox dl {
}
.about .linkBox dt {
}
.about .linkBox dd {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b3b3b3;
  }
  .about .container {
  }
  .about .sectionTtl {
  }
  .about h3 {
    margin: 0 0 10px;
    font-size: 1.9rem;
  }
  .about p {
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
  .about .column {
  }
  .about .columnItem:not(:first-child) {
    border-top: none;
  }
  .about .linkBox {
    padding: 25px 30px 30px;
  }
  .about .linkBox dl {
  }
  .about .linkBox dt {
  }
  .about .linkBox dd {
  }
}

@media screen and (min-width: 768px) {
  .about {
    margin-bottom: 110px;
  }
  .about .container {
  }
  .about .sectionTtl {
  }
  .about h3 {
    margin: 0 0 10px;
    font-size: 2.8rem;
    text-align: center;
  }
  .about p {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.5rem;
  }
  .about .column {
  }
  .about .columnItem:nth-child(-n + 2) {
    border-bottom: none;
  }
  .about .columnItem:nth-child(odd) {
    border-right: none;
  }
  .about .linkBox {
    padding: 40px 20px 50px;
  }
  .about .linkBox dl {
  }
  .about .linkBox dt {
  }
  .about .linkBox dd {
    padding: 0 90px;
  }
}

/* ==========================================================================
  contact
  ========================================================================== */
.contact {
}
.contact .container {
}
.contact .sectionTtl {
}
.contact .box {
  background: #f3f3f3;
}
.contact .linkArea {
}
.contact .btnLink {
}
.contact .telArea {
}
.contact .telArea .txt {
  display: block;
  line-height: 1;
}
.contact .telArea .tel {
  display: block;
  font-weight: 500;
  line-height: 1;
}
.contact .telArea .tel .ico {
}
.contact .telArea .name {
  display: block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contact {
  }
  .contact .container {
  }
  .contact .sectionTtl {
    margin-bottom: 20px;
  }
  .contact .box {
    padding: 30px 25px;
    border-radius: 10px;
  }
  .contact .linkArea {
  }
  .contact .btnLink {
    width: 70%;
    margin: 0 auto 25px;
  }
  .contact .telArea {
  }
  .contact .telArea .txt {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .contact .telArea .tel {
    margin-bottom: 10px;
    font-size: 2.7rem;
  }
  .contact .telArea .tel .ico {
    margin-right: 3px;
    font-size: 1.5rem;
  }
  .contact .telArea .name {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .contact {
  }
  .contact .container {
  }
  .contact .sectionTtl {
    margin-bottom: 45px;
  }
  .contact .box {
    display: flex;
    padding: 60px 30px;
    border-radius: 20px;
    justify-content: center;
  }
  .contact .linkArea {
    margin-right: 7.14%;
  }
  .contact .btnLink {
    width: 220px;
  }
  .contact .telArea {
    padding-left: 7.14%;
    border-left: 1px solid #b3b3b3;
  }
  .contact .telArea .txt {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .contact .telArea .tel {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
  .contact .telArea .tel .ico {
    margin-right: 2px;
    font-size: 1.2rem;
  }
  .contact .telArea .name {
    font-size: 1.5rem;
  }
}
