@charset "UTF-8";
/*
Theme Name: ササキタケシ official
*/
.pc {
  display: inherit;
}
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 780px) {
  .sp {
    display: inherit !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3c3c;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  margin: 0;
}

h2 {
  width: 101px;
}
h2.large {
  width: 125px;
}
@media screen and (max-width: 780px) {
  h2 {
    width: 25%;
  }
  h2.large {
    width: 25%;
  }
}

h3 {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-weight: 400;
  padding: 0 12px;
}

section {
  background-color: #fff;
}

img {
  display: block;
  width: 100%;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}

.sitelogo .description {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 780px) {
  .sitelogo .description {
    font-size: 3vw;
  }
}
.sitelogo .sitename {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
.sitelogo .sitename .name {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .sitelogo .sitename .name {
    letter-spacing: 1px;
    font-size: 4.5vw;
  }
}
.sitelogo .sitename .title {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 780px) {
  .sitelogo .sitename .title {
    margin-left: 1vw;
    font-size: 3vw;
  }
}

.br {
  display: inline-block;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: center;
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 77px;
  background-color: #fff;
}
@media screen and (max-width: 780px) {
  header {
    height: auto;
  }
}
header .logo {
  width: 50px;
  margin-left: 0.78125vw;
}
@media screen and (max-width: 780px) {
  header .logo {
    width: 10vw;
  }
}
header .logo img {
  width: 100%;
}
header .sitelogo {
  margin-left: 1.3020833333vw;
}
@media screen and (max-width: 780px) {
  header .sitelogo {
    margin-left: 2.5vw;
  }
}
header .sitelogo .sitename {
  width: 380px;
  margin-top: 5px;
}
@media screen and (max-width: 780px) {
  header .sitelogo .sitename {
    width: 50vw;
  }
}
header .sitelogo .sitename img {
  width: 100%;
}
header .subtext {
  margin-left: 5px;
  font-size: 0.7291666667vw;
}
header .subtext.sp {
  font-size: 8px;
}
header .submenu {
  display: flex;
  margin-left: 1.5625vw;
  padding: 5px 0;
  border: 1px solid #3c3c3c;
  font-size: 14px;
}
@media screen and (max-width: 1150px) {
  header .submenu {
    display: none;
  }
}
header .submenu .item {
  padding: 0 20px;
}
header .submenu .item:last-child {
  position: relative;
  border: none;
}
header .submenu .item:last-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #3c3c3c;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
header .right {
  display: flex;
  margin: 0 0 0 auto;
}
header .right .navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.0416666667vw;
}
header .right .navigation li {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  margin: 0 1.0416666667vw;
}
header .right .navigation li:hover > .menu-sub {
  height: 190px;
}
header .right .navigation li .menu-sub {
  position: absolute;
  width: 270px;
  overflow: hidden;
  height: 0;
  margin-top: 10px;
  transition: 0.3s;
}
header .right .navigation li .menu-sub li {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
  padding: 5px 10px;
  border-left: 10px solid #3c3c3c;
}
header .right .snsbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.0416666667vw;
}
header .right .snsbox .icon {
  width: 27px;
  height: 27px;
  margin: 0 0.78125vw;
}
header .right .snsbox .icon img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  header .right .snsbox {
    width: 15vw;
    min-width: auto;
  }
  header .right .snsbox .icon {
    width: 5vw;
  }
}
header .right .menu {
  width: 15vw;
  height: 15vw;
  background-color: #3c3c3c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .right .menu .menu_checkbox {
  display: none;
}
header .right .menu .menu_checkbox:checked ~ .wrap {
  top: 0;
}
header .right .menu .menu_checkbox:checked ~ .bar {
  transform: rotate(45deg);
}
header .right .menu .menu_checkbox:checked ~ .bar:before {
  content: "";
  top: 0;
  transform: rotate(90deg);
}
header .right .menu .menu_checkbox:checked ~ .bar:after {
  display: none;
}
header .right .menu .bar {
  position: relative;
  width: 40%;
  height: 3%;
  background-color: #fff;
  border-radius: 50px;
  transition: 0.5s;
}
header .right .menu .bar:before, header .right .menu .bar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  top: 400%;
}
header .right .menu .bar:after {
  top: -400%;
}

#sp-menu .open {
  top: 0 !important;
}
#sp-menu .wrap {
  position: fixed;
  width: 100vw;
  height: calc(100vh + 100px);
  top: calc(-110vh - 100px);
  left: 0;
  z-index: 10;
  transition: 0.5s;
  overflow: scroll;
}
#sp-menu .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
#sp-menu .wrap .sp-navigation {
  padding-top: calc(25vw - 30px);
  margin-bottom: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 300;
}
#sp-menu .wrap .sp-navigation li {
  position: relative;
}
#sp-menu .wrap .sp-navigation li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3f3f3f;
  font-weight: bold;
  color: #3c3c3c;
  padding: 10px;
}
#sp-menu .wrap .sp-navigation li ul {
  padding: 10px 5px;
}
#sp-menu .wrap .sp-navigation li ul li {
  border: none;
}
#sp-menu .wrap .sp-navigation li ul li a {
  background-color: rgba(0, 0, 0, 0);
  color: #3c3c3c;
  border-bottom: none;
  font-weight: normal;
  padding: 5px;
}
#sp-menu .wrap .sp-navigation li ul li a:before {
  content: "・";
}

#telbox {
  position: fixed;
  z-index: 999;
  width: 320px;
  height: 120px;
  background-image: url(./images/tel_back.png);
  bottom: 1.5625vw;
  right: 2.6041666667vw;
  padding: 20px;
  transition: 0.5s;
}
#telbox.sp {
  z-index: 10;
  background-image: none;
  height: auto;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  background-color: rgba(30, 30, 30, 0.5);
  padding: 0;
}
#telbox .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#telbox .wrap div.item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  #telbox .wrap div.item {
    background-color: #3f3f3f;
    width: 50%;
    min-height: 62px;
    justify-content: center;
    margin-bottom: 0;
    padding: 5px 0;
    border-right: 1px solid #fff;
  }
  #telbox .wrap div.item:last-child {
    border: none;
  }
}
#telbox .wrap div.item.mailbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 15px;
  color: #818181;
}
@media screen and (max-width: 780px) {
  #telbox .wrap div.item.mailbox {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #818181;
    color: #ffffff;
    border: 1px solid #fff;
    font-size: 18px;
  }
}
#telbox .wrap div.item.mailbox:before {
  content: "";
  width: 29px;
  height: 18px;
  display: inline-block;
  background-image: url(./images/mail.png);
  background-size: cover;
  margin-right: 10px;
}
@media screen and (max-width: 780px) {
  #telbox .wrap div.item.mailbox:before {
    background-image: url(./images/mail_w.png);
    margin-right: 20px;
  }
}
#telbox .wrap div.item .tel,
#telbox .wrap div.item .mail {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
#telbox .wrap div.item .tel div,
#telbox .wrap div.item .mail div {
  text-align: center;
}
#telbox .wrap div.item .tel div span,
#telbox .wrap div.item .mail div span {
  font-size: 14px;
  background-color: #fff;
  padding: 3px 10px;
  margin-left: 10px;
  color: #818181;
}
@media screen and (max-width: 780px) {
  #telbox .wrap div.item .tel div span,
  #telbox .wrap div.item .mail div span {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding: 3px 0;
    color: #fff;
  }
}
#telbox .wrap div.item .tel:before,
#telbox .wrap div.item .mail:before {
  content: "";
  width: 15px;
  height: 19px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
@media screen and (max-width: 780px) {
  #telbox .wrap div.item .tel:before,
  #telbox .wrap div.item .mail:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
  }
}
#telbox .wrap div.item .tel:before {
  background-image: url(./images/tel_w.png);
}
#telbox .wrap div.item .mail:before {
  background-image: url(./images/mail_w.png);
}

.hide {
  bottom: -150px !important;
}

#top {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 77px;
}
@media screen and (max-width: 780px) {
  #top {
    padding-top: 10vw;
  }
}
#top .wrap {
  position: fixed;
  z-index: -1;
}
#top .wrap .cover {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#top .wrap .cover img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 133vh;
  min-height: 100%;
}

#introduction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 316px;
}
#introduction .logo {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
@media screen and (max-width: 780px) {
  #introduction .logo {
    width: 90%;
    margin: 0 5%;
    text-align: center;
    font-size: 24px;
  }
}
#introduction .logo img {
  margin: 0 auto;
}
#introduction .phrase {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  margin-top: 30px;
  text-align: center;
  color: #747474;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 780px) {
  #introduction .phrase {
    width: auto;
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 780px) {
  #baby .content .phrase,
  #family .content .phrase,
  #sichigosan .content .phrase {
    font-size: 5vw;
  }
}

#baby {
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
}
#baby.reverse {
  flex-direction: row-reverse;
}
#baby.reverse .content {
  margin-left: 0;
  margin-right: 3.125vw;
}
@media screen and (max-width: 780px) {
  #baby {
    flex-direction: column;
  }
  #baby.reverse {
    flex-direction: column;
  }
}
#baby .image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-height: 523px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #baby .image {
    width: 85%;
    margin: 30px auto 0;
  }
}
#baby .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#baby .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 3.125vw;
  width: 430px;
  padding: 20px 0;
}
@media screen and (max-width: 780px) {
  #baby .content {
    width: 100%;
    min-width: auto;
    margin: 0px auto;
  }
}
#baby .content .title {
  width: auto;
  min-width: 80px;
  margin-bottom: 48px;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
@media screen and (max-width: 780px) {
  #baby .content .title {
    width: auto;
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#baby .content .text {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  text-align: center;
  width: 100%;
}
#baby .content .text span {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  #baby .content .text {
    width: 92%;
  }
}
#baby .content .more {
  margin-top: 35px;
  margin-left: 30px;
}
@media screen and (max-width: 780px) {
  #baby .content .more {
    margin-top: 25px;
  }
}

#wedding,
#family {
  display: flex;
  background-color: #f1eded;
}
#wedding.reverse,
#family.reverse {
  flex-direction: row-reverse;
}
#wedding.reverse .content,
#family.reverse .content {
  margin-left: 0;
  margin-right: 3.125vw;
}
@media screen and (max-width: 780px) {
  #wedding,
  #family {
    flex-direction: column;
  }
  #wedding.reverse,
  #family.reverse {
    flex-direction: column;
  }
}
#wedding .image,
#family .image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-height: 523px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #wedding .image,
  #family .image {
    width: 85%;
    margin: 30px auto 0;
  }
}
#wedding .image img,
#family .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wedding .content,
#family .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 3.125vw;
  width: 430px;
  padding: 20px 0;
}
@media screen and (max-width: 780px) {
  #wedding .content,
  #family .content {
    width: 100%;
    min-width: auto;
    margin: 0px auto;
  }
}
#wedding .content .title,
#family .content .title {
  width: auto;
  min-width: 80px;
  margin-bottom: 48px;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
@media screen and (max-width: 780px) {
  #wedding .content .title,
  #family .content .title {
    width: auto;
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#wedding .content .text,
#family .content .text {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  text-align: center;
  width: 100%;
}
#wedding .content .text span,
#family .content .text span {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  #wedding .content .text,
  #family .content .text {
    width: 92%;
  }
}
#wedding .content .more,
#family .content .more {
  margin-top: 35px;
  margin-left: 30px;
}
@media screen and (max-width: 780px) {
  #wedding .content .more,
  #family .content .more {
    margin-top: 25px;
  }
}

#sichigosan,
#ComingOfAge {
  display: flex;
  background-color: #ffffff;
}
#sichigosan.reverse,
#ComingOfAge.reverse {
  flex-direction: row-reverse;
}
#sichigosan.reverse .content,
#ComingOfAge.reverse .content {
  margin-left: 0;
  margin-right: 3.125vw;
}
@media screen and (max-width: 780px) {
  #sichigosan,
  #ComingOfAge {
    flex-direction: column;
  }
  #sichigosan.reverse,
  #ComingOfAge.reverse {
    flex-direction: column;
  }
}
#sichigosan .image,
#ComingOfAge .image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-height: 523px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #sichigosan .image,
  #ComingOfAge .image {
    width: 85%;
    margin: 30px auto 0;
  }
}
#sichigosan .image img,
#ComingOfAge .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sichigosan .content,
#ComingOfAge .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 3.125vw;
  width: 430px;
  padding: 20px 0;
}
@media screen and (max-width: 780px) {
  #sichigosan .content,
  #ComingOfAge .content {
    width: 100%;
    min-width: auto;
    margin: 0px auto;
  }
}
#sichigosan .content .title,
#ComingOfAge .content .title {
  width: auto;
  min-width: 80px;
  margin-bottom: 48px;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
@media screen and (max-width: 780px) {
  #sichigosan .content .title,
  #ComingOfAge .content .title {
    width: auto;
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#sichigosan .content .text,
#ComingOfAge .content .text {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  text-align: center;
  width: 100%;
}
#sichigosan .content .text span,
#ComingOfAge .content .text span {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  #sichigosan .content .text,
  #ComingOfAge .content .text {
    width: 92%;
  }
}
#sichigosan .content .more,
#ComingOfAge .content .more {
  margin-top: 35px;
  margin-left: 30px;
}
@media screen and (max-width: 780px) {
  #sichigosan .content .more,
  #ComingOfAge .content .more {
    margin-top: 25px;
  }
}

#profile {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#profile .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 70px 0 50px 0;
}
#profile .wrap .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 95px;
  margin-left: 20vw;
}
@media screen and (max-width: 1222px) {
  #profile .wrap .more {
    margin-left: 270px;
  }
}
@media screen and (max-width: 780px) {
  #profile .wrap .more {
    margin-left: 0;
    margin-top: calc(200px + 15%);
    left: 53%;
  }
}
#profile .wrap .keyword {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  padding: 7px 30px;
  border: 1px solid;
  font-size: 16px;
  font-weight: 300;
  margin-top: 50px;
}
#profile .wrap .phrase {
  margin-top: 40px;
}
@media screen and (max-width: 780px) {
  #profile .wrap .phrase {
    font-size: 4.5vw;
  }
}
#profile .wrap .slider {
  width: 57.2395833333vw;
  min-width: 699px;
  margin-top: 50px;
  margin-right: 30px;
}
@media screen and (max-width: 780px) {
  #profile .wrap .slider {
    width: 240vw;
    margin-top: 170px;
  }
}
#profile .wrap .slider .slick-slide {
  width: 80vw;
  margin-right: 3.90625vw;
}
#profile .wrap .slider .slick-prev,
#profile .wrap .slider .slick-next {
  width: auto;
  height: auto;
  top: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#profile .wrap .slider .slick-prev {
  margin-left: -28.6458333333vw;
}
@media screen and (max-width: 1344px) {
  #profile .wrap .slider .slick-prev {
    margin-left: -350px;
  }
}
#profile .wrap .slider .slick-next {
  margin-left: 27.6041666667vw;
}
@media screen and (max-width: 1344px) {
  #profile .wrap .slider .slick-next {
    margin-left: 360px;
  }
}

#history {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 780px) {
  #history {
    flex-direction: column;
  }
}
#history article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 28.6458333333vw;
  min-width: 390px;
  margin: 50px 0 70px 0;
}
@media screen and (max-width: 780px) {
  #history article {
    width: 100%;
    min-width: auto;
  }
}
#history article .text {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 780px) {
  #history article .text {
    width: 85%;
  }
  #history article .text span {
    display: inline-block;
  }
}
#history article .img {
  width: 24.4791666667vw;
  min-width: 330px;
  margin-top: 15px;
}
@media screen and (max-width: 780px) {
  #history article .img {
    width: 85%;
    min-width: auto;
  }
}
#history article .more {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media screen and (max-width: 780px) {
  #history article .more {
    position: relative;
    margin: 1em 0 0 3em;
  }
}

#info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
#info .title {
  margin-top: 60px;
}
#info .btn {
  display: inline-block;
  width: 18%;
  text-align: center;
  margin: 0 auto 4em;
  padding: 0.5em 0;
  border: 1px solid #747474;
}
@media screen and (max-width: 780px) {
  #info .btn {
    width: 80%;
    padding: 1em 0;
    margin: 2em auto 4em;
  }
}
#info .slider {
  position: unset;
  width: 100vw;
}
#info .slider .slick-slide {
  margin: 2.0833333333vw;
}
#info .slider .slick-slide .date {
  margin-left: 15px;
  font-weight: 300;
  font-size: 16px;
}
#info .slider .slick-slide .title {
  font-size: 16px;
  font-weight: 500;
  width: 240px;
  margin: 15px auto 0;
}
#info .slider .slick-slide .content {
  width: 240px;
  height: 40px;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  margin: 10px auto 0;
}
#info .slider .slick-slide .more {
  font-weight: 300;
  font-size: 14px;
  margin: 10px 0 30px;
  text-align: center;
}
#info .slider .slick-slide .more:before {
  content: "≫";
  font-size: 10px;
}
#info .slider .slick-prev,
#info .slider .slick-next {
  width: auto;
  height: auto;
  z-index: 99;
  top: 35%;
}
#info .slider .slick-prev {
  z-index: 1;
  left: 5%;
}
#info .slider .slick-next {
  z-index: 0;
  right: 5%;
}

#topics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f1eded;
  overflow: hidden;
}
#topics .title {
  margin-top: 60px;
}
#topics .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 54.6875vw;
  min-width: 750px;
  margin: 32px 0 60px 0;
}
@media screen and (max-width: 780px) {
  #topics .content {
    width: 92vw;
    min-width: auto;
  }
}
#topics .content article {
  width: 13.0208333333vw;
  min-width: 180px;
}
@media screen and (max-width: 780px) {
  #topics .content article {
    margin-bottom: 30px;
    width: 44vw;
    min-width: auto;
  }
}
#topics .content article .text {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  #topics .content article .text {
    margin-top: 10px;
  }
}

#page {
  margin-top: 77px;
}
@media screen and (max-width: 780px) {
  #page {
    margin-top: 15vw;
  }
}
#page h2 {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 0 auto 35px;
}
#page h3 {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 22px;
  margin: 0 auto;
  padding: 3.90625vw 0 2.6041666667vw;
  display: block;
  text-align: center;
}
#page h3.white {
  color: #fff;
}
@media screen and (max-width: 780px) {
  #page h3 {
    padding: 30px 0;
  }
}
#page .page-head {
  position: relative;
  background-image: url(./images/plan_back.png);
  height: 7.2916666667vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #page .page-head {
    height: 140px;
  }
}
#page .page-head .title {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  position: relative;
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 780px) {
  #page .page-head .title {
    font-size: 26px;
  }
}
#page .page-head .title:before, #page .page-head .title:after {
  content: "";
  position: absolute;
  width: 6.5104166667vw;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
#page .page-head .title:before {
  background-image: url(./images/head_top.png);
  height: 1.1458333333vw;
  top: -1.5625vw;
}
#page .page-head .title:after {
  background-image: url(./images/head_bottom.png);
  height: 0.5729166667vw;
  bottom: -1.0416666667vw;
}
#page .menu {
  margin: 2.34375vw 0;
}
@media screen and (max-width: 780px) {
  #page .menu {
    margin: 25px 0 0;
  }
}
#page .menu ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  #page .menu ul {
    width: 90vw;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#page .menu ul li {
  width: 11.4583333333vw;
  height: 3.125vw;
  margin-right: 1.8229166667vw;
  background-color: #f8f6f6;
  color: #9a9a9a;
  text-align: center;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 780px) {
  #page .menu ul li {
    width: 43.5vw;
    height: 12vw;
    font-size: 12px;
    margin-bottom: 4vw;
    margin-right: 0;
  }
}
#page .menu ul li:last-child {
  margin-right: 0;
}
#page .menu ul li.active {
  background-color: #ea603b;
  color: #fff;
}
#page .menu ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#page .content {
  padding-bottom: 4.6875vw;
}
#page .content.gradation {
  background: linear-gradient(#fff, #f4f4f4);
}
#page .content .more, #page .content .close {
  width: 14.8958333333vw;
  margin: 2.6041666667vw auto 0;
}
@media screen and (max-width: 780px) {
  #page .content .more, #page .content .close {
    width: 40vw;
    height: auto;
    margin: 50px auto 20px;
  }
}
#page .content .more img, #page .content .close img {
  width: 100%;
}
#page .content .close {
  display: none;
}
#page .content .box {
  width: 57.2916666667vw;
  height: 39.0625vw;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#page .content .box.voice_box {
  display: block;
  height: auto;
}
#page .content .box.case_box {
  align-content: start;
}
@media screen and (max-width: 780px) {
  #page .content .box.case_box {
    height: 190vw;
  }
}
#page .content .box.page_box {
  width: 41.6666666667vw;
  height: auto;
}
@media screen and (max-width: 780px) {
  #page .content .box.page_box {
    width: 90vw;
    height: auto;
  }
}
@media screen and (max-width: 780px) {
  #page .content .box {
    width: 90vw;
    justify-content: flex-start;
  }
}
#page .content .box li.page {
  width: 13.0208333333vw;
  height: 8.59375vw;
  margin: 0 0.2604166667vw 0.5208333333vw;
  overflow: hidden;
}
#page .content .box li.page a {
  width: 13.0208333333vw;
  height: 8.59375vw;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #page .content .box li.page {
    width: 40vw;
    height: 26.5714286vw;
    margin: 2vw;
  }
  #page .content .box li.page a {
    width: 40vw;
    height: 26.5714286vw;
  }
}
#page .content .box a {
  height: 17.9166666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 780px) {
  #page .content .box a {
    height: auto;
    margin-bottom: 0;
  }
}
#page .content .box a li.case {
  position: relative;
  overflow: hidden;
  width: 17.34375vw;
  height: 17.9166666667vw;
  border: 1px solid #c6bdbd;
  margin: 0 0.78125vw 1.5625vw;
}
@media screen and (max-width: 780px) {
  #page .content .box a li.case {
    width: 42vw;
    height: auto;
    margin: 0 1.5vw 5vw;
  }
}
#page .content .box a li.case .img {
  width: 100%;
  height: 11.4583333333vw;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #page .content .box a li.case .img {
    height: 25vw;
  }
}
#page .content .box a li.case .img img {
  width: 100%;
}
#page .content .box a li.case .text {
  width: 15.625vw;
  height: 4.1666666667vw;
  margin: 1.0416666667vw auto 0;
  overflow: hidden;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 780px) {
  #page .content .box a li.case .text {
    width: 90%;
    height: 6.4em;
    font-size: 10px;
    margin: 10px auto;
  }
}
#page .content .box a li.case .text.open {
  overflow: unset;
  height: auto;
  margin-bottom: 2em;
}
#page .content .box a li.case .plus_icon {
  position: absolute;
  opacity: 0.7;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  bottom: 0.5208333333vw;
  right: 0.5208333333vw;
}
@media screen and (max-width: 780px) {
  #page .content .box a li.case .plus_icon {
    width: 5vw;
    height: 5vw;
    bottom: 5px;
    right: 5px;
  }
}
#page .contact {
  width: 41.6666666667vw;
  margin: 0 auto;
  padding: 5.2083333333vw 0;
}
@media screen and (max-width: 780px) {
  #page .contact {
    width: 90vw;
  }
}
#page .contact table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 780px) {
  #page .contact table {
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  #page .contact table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#page .contact table th, #page .contact table td {
  text-align: left;
  height: 5.2083333333vw;
  border-bottom: 1px solid #9a9a9a;
  padding: 1.0416666667vw;
  font-size: 0.83vw;
}
@media screen and (max-width: 780px) {
  #page .contact table th, #page .contact table td {
    height: auto;
    padding-bottom: 10px;
    border: none;
    font-size: 15px;
  }
}
#page .contact table th {
  width: 13.0208333333vw;
  position: relative;
}
#page .contact table th.req:after {
  content: "必須";
  position: absolute;
  right: 10px;
  background-color: #d9534f;
  padding: 3px 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 780px) {
  #page .contact table th.req:after {
    left: auto;
    right: auto;
    margin-left: 10px;
  }
}
@media screen and (max-width: 780px) {
  #page .contact table th {
    width: 100%;
  }
}
#page .contact table td input[type=text], #page .contact table td input[type=tel], #page .contact table td input[type=email], #page .contact table td textarea {
  width: 100%;
  height: 2em;
  border-radius: 5px;
  border: 1px solid #9a9a9a;
  padding: 10px;
}
@media screen and (max-width: 780px) {
  #page .contact table td input[type=text], #page .contact table td input[type=tel], #page .contact table td input[type=email], #page .contact table td textarea {
    height: 3em;
    font-size: 16px;
  }
}
#page .contact table td select {
  width: 50%;
  height: 30px;
}
@media screen and (max-width: 780px) {
  #page .contact table td select {
    width: 80%;
    height: 3em;
    font-size: 16px;
  }
}
#page .contact table td textarea {
  height: 10em;
}
@media screen and (max-width: 780px) {
  #page .contact table td textarea {
    height: 15em;
  }
}
#page .contact input[type=submit] {
  display: none;
}
#page .contact .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20.8333333333vw;
  height: 3.6458333333vw;
  background-color: #535353;
  color: #fff;
  margin: 0 auto;
  font-size: 1.2vw;
  border-radius: 8px;
}
@media screen and (max-width: 780px) {
  #page .contact .btn {
    width: 60vw;
    height: 10.5vw;
    font-size: 16px;
  }
}
#page .library {
  background-size: contain;
}
@media screen and (max-width: 780px) {
  #page .library {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#page .library .wrap h3 {
  padding: 2.6041666667vw 0;
}
#page .library .wrap .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #page .library .wrap .box {
    width: 90vw;
    justify-content: flex-start;
  }
}
#page .library .wrap .box li {
  width: 13.0208333333vw;
  height: 8.6458333333vw;
  margin-bottom: 1vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 780px) {
  #page .library .wrap .box li {
    width: 28vw;
    height: 20vw;
    margin: 1vw;
  }
}

#plan {
  margin-top: 77px;
}
#plan br.sp {
  display: none;
}
@media screen and (max-width: 780px) {
  #plan {
    margin-top: 15vw;
  }
  #plan br.sp {
    display: block;
  }
}
#plan h2 {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 0 auto 35px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 780px) {
  #plan h2 {
    width: 100%;
  }
}
#plan h3 {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 22px;
  margin: 0 auto;
  padding: 3.90625vw 0 2.6041666667vw;
  display: block;
  text-align: center;
}
#plan h3.min {
  padding: 2.0833333333vw 0;
}
#plan h3.white {
  color: #fff;
}
@media screen and (max-width: 780px) {
  #plan h3 {
    padding: 40px 0;
  }
}
#plan h4 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 1.5em;
  font-size: 0.9em;
}
@media screen and (max-width: 780px) {
  #plan h4 {
    margin-bottom: 1em;
    font-size: 0.8em;
  }
}
#plan .page-head {
  position: relative;
  background-image: url(./images/plan_back.png);
  height: 7.2916666667vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #plan .page-head {
    height: 140px;
  }
}
#plan .page-head .title {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  position: relative;
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 780px) {
  #plan .page-head .title {
    font-size: 26px;
  }
}
#plan .page-head .title:before, #plan .page-head .title:after {
  content: "";
  position: absolute;
  width: 6.5104166667vw;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
#plan .page-head .title:before {
  background-image: url(./images/head_top.png);
  height: 1.1458333333vw;
  top: -1.5625vw;
}
#plan .page-head .title:after {
  background-image: url(./images/head_bottom.png);
  height: 0.5729166667vw;
  bottom: -1.0416666667vw;
}
#plan .menu {
  margin: 2.34375vw 0;
}
@media screen and (max-width: 780px) {
  #plan .menu {
    margin: 25px 0;
  }
}
#plan .menu ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  #plan .menu ul {
    width: 90vw;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#plan .menu ul li {
  width: 11.4583333333vw;
  height: 3.125vw;
  margin-right: 1.8229166667vw;
  background-color: #f8f6f6;
  color: #9a9a9a;
  text-align: center;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 780px) {
  #plan .menu ul li {
    width: 43.5vw;
    height: 12vw;
    font-size: 12px;
    margin-bottom: 4vw;
    margin-right: 0;
  }
}
#plan .menu ul li:last-child {
  margin-right: 0;
}
#plan .menu ul li.active {
  background-color: #ea603b;
  color: #fff;
}
#plan .menu ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#plan .top-content {
  background: linear-gradient(#fff, #f5f5f5);
}
#plan .top-content .subtitle {
  text-align: center;
  margin: -30px 0 2em;
}
#plan .top-content .img {
  position: relative;
  width: 57.2916666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #plan .top-content .img {
    width: 90vw;
  }
}
#plan .top-content .img .prev-arrow,
#plan .top-content .img .next-arrow {
  position: absolute;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 780px) {
  #plan .top-content .img .prev-arrow,
  #plan .top-content .img .next-arrow {
    width: 5%;
  }
}
#plan .top-content .img .prev-arrow {
  left: 0;
}
#plan .top-content .img .next-arrow {
  right: 0;
}
@media screen and (max-width: 780px) {
  #plan .top-content .img .slick-dots {
    bottom: -15px;
  }
}
#plan .top-content .img .slick-dots li {
  width: 2.6041666667vw;
  height: 3px;
  background-color: #ebebeb;
  margin: 0 1.0416666667vw;
}
#plan .top-content .img .slick-dots li.slick-active {
  background-color: #ea603b;
}
#plan .top-content .img .slick-dots li button {
  display: none;
}
#plan .top-content .message {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  width: 52.0833333333vw;
  margin: 0 auto;
  padding-bottom: 6.5104166667vw;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #plan .top-content .message {
    width: 90vw;
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
#plan .top-content .message .movie iframe {
  width: 52.0833333333vw;
  height: 29.296875vw;
  margin-top: 8em;
}
@media screen and (max-width: 780px) {
  #plan .top-content .message .movie iframe {
    width: 90vw;
    height: 50.625vw;
    margin-top: 4em;
    margin-bottom: 2em;
  }
}
#plan .top-content .message div {
  margin-bottom: 2.6041666667vw;
}
#plan .top-content .message-glay {
  color: #737474;
}
#plan .top-content .message-large {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) {
  #plan .top-content .message-large {
    font-size: 12px;
  }
}
#plan .top-content .message-small {
  font-size: 0.7291666667vw;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  #plan .top-content .message-small {
    font-size: 10px;
  }
}
#plan .bottom-content {
  position: relative;
  padding-bottom: 8.8541666667vw;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content {
    padding-bottom: 80px;
  }
}
#plan .bottom-content article {
  width: 52.0833333333vw;
  margin: 0 auto 4.6875vw;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article {
    width: 90vw;
    margin: 0 auto 30px;
  }
}
#plan .bottom-content article h4 {
  font-size: 0.9375vw;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article h4 {
    font-size: 14px;
  }
}
#plan .bottom-content article h4.head, #plan .bottom-content article h4.option {
  display: flex;
  align-items: center;
}
#plan .bottom-content article h4.head:before, #plan .bottom-content article h4.option:before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
#plan .bottom-content article h4.head:before {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  background-image: url(./images/plan_h.png);
  margin-right: 0.3645833333vw;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article h4.head:before {
    width: 1.23em;
    height: 1.23em;
    margin-right: 7px;
  }
}
#plan .bottom-content article h4.option:before {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-image: url(./images/plan_h2.png);
  margin-right: 0.6770833333vw;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article h4.option:before {
    width: 1.2em;
    height: 1.2em;
    margin-right: 7px;
  }
}
#plan .bottom-content article .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .flex {
    flex-direction: column;
  }
}
#plan .bottom-content article .flex img {
  width: 30%;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .flex img {
    width: 100%;
    height: 100%;
  }
}
#plan .bottom-content article .flex .left {
  width: 65%;
  margin-left: 5%;
  line-height: 1.8em;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .flex .left {
    width: 100%;
    margin: 2em 0 0 0;
  }
}
#plan .bottom-content article .flex .center {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 2em;
}
#plan .bottom-content article .bikou {
  font-size: 0.7291666667vw;
  margin-top: 0.5208333333vw;
  margin-left: 2.0833333333vw;
}
#plan .bottom-content article .bikou-left {
  margin-left: 0;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .bikou {
    font-size: 12px;
  }
}
#plan .bottom-content article .plan-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.7291666667vw;
  color: #3c3c3c;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table {
    margin-top: 10px;
    font-size: 12px;
  }
}
#plan .bottom-content article .plan-table tr {
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
}
#plan .bottom-content article .plan-table tr th,
#plan .bottom-content article .plan-table tr td {
  padding: 0.9375vw 0;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table tr th,
  #plan .bottom-content article .plan-table tr td {
    padding: 0px 0;
  }
  #plan .bottom-content article .plan-table tr th.sp_hide,
  #plan .bottom-content article .plan-table tr td.sp_hide {
    display: none;
  }
}
#plan .bottom-content article .plan-table tr th {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table tr th {
    font-size: 14px;
  }
}
#plan .bottom-content article .plan-table tr td {
  font-weight: 400;
}
#plan .bottom-content article .plan-table-row2 tr.center > td {
  text-align: center;
}
#plan .bottom-content article .plan-table-row2 tr.left-th th {
  text-align: left;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row2 tr.right-td-sp {
    text-align: right;
  }
}
#plan .bottom-content article .plan-table-row2 td:first-child {
  width: 47.9166666667vw;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row2 td:first-child {
    width: 100%;
  }
}
#plan .bottom-content article .plan-table-row3 th {
  width: 12.2395833333vw;
  text-align: left;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row3 th {
    width: 100%;
  }
}
#plan .bottom-content article .plan-table-row3 td:first-child {
  width: 34.6354166667vw;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row3 td:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row-more tr {
    margin-bottom: 2em;
  }
  #plan .bottom-content article .plan-table-row-more tr:first-child {
    display: none;
  }
}
#plan .bottom-content article .plan-table-row-more th {
  width: 12.2395833333vw;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row-more th {
    width: 100%;
  }
}
#plan .bottom-content article .plan-table-row-more td {
  text-align: center;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row-more td {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  #plan .bottom-content article .plan-table-row-more td:before {
    content: attr(data-title);
    display: block;
    margin-left: 2em;
  }
}
#plan .bottom-content article .plan-table-row-more td:first-child {
  width: 28.6458333333vw;
  text-align: left;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row-more td:first-child {
    width: 100%;
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  #plan .bottom-content article .plan-table-row-more td:first-child:before {
    content: "";
    display: inline-block;
    margin-left: 0em;
    margin-right: 0.5em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-row-more td:last-child {
    border-top: 1px solid #dfdfdf;
    padding: 0.5em 0 0;
    margin: 1em 0 0;
    font-weight: bold;
  }
}
#plan .bottom-content article .plan-table-modan {
  width: 80%;
  margin: 0 10%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan-table-modan {
    width: 100%;
    margin: 0;
  }
}
#plan .bottom-content article .plan-table-modan th, #plan .bottom-content article .plan-table-modan td {
  border: 1px solid #333;
  text-align: center;
  padding: 0.5em 0;
}
#plan .bottom-content article .plan-table-modan th {
  background-color: #ff963f;
  color: #fff;
}
#plan .bottom-content article .plan_img {
  width: 70%;
  margin: 5em 15% 2em;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan_img {
    width: 100%;
    margin: 2em 0 1em;
  }
}
#plan .bottom-content article .plan_price {
  font-size: 1.0416666667vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan_price {
    font-size: 5vw;
  }
}
#plan .bottom-content article .plan_subtext {
  text-align: center;
  margin: 0.5em 0;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content article .plan_subtext {
    font-size: 4vw;
  }
}
#plan .bottom-content article .plan_checkbox {
  display: none;
}
#plan .bottom-content article .plan_checkbox:checked ~ .plan_inner {
  max-height: 800px;
}
#plan .bottom-content article .plan_checkbox:checked ~ .plan_label:before {
  content: "▲ 詳細を閉じる";
}
#plan .bottom-content article .plan_label {
  display: block;
  margin: 1em 0;
  text-align: center;
}
#plan .bottom-content article .plan_label:before {
  content: "▼ 詳細を確認する";
}
#plan .bottom-content article .plan_inner {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
#plan .bottom-content .btn {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.96875vw;
  height: 2.3958333333vw;
  color: #9f8758;
  border: 1px solid;
  font-size: 0.9375vw;
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
#plan .bottom-content .btn:before {
  content: "";
  position: absolute;
  right: 0.78125vw;
  display: inline-block;
  width: 0.46875vw;
  height: 0.9375vw;
  background-image: url(./images/gold_arrow.png);
  background-size: cover;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content .btn {
    width: 60vw;
    height: 10vw;
    font-size: 16px;
  }
  #plan .bottom-content .btn:before {
    right: 2.5vw;
    width: 2vw;
    height: 4vw;
  }
}
#plan .bottom-content .btn-rever {
  color: #fff;
  background-color: #9f8758;
}
#plan .bottom-content .btn-rever:before {
  background-image: url(./images/arrow_right.png);
}
#plan .bottom-content .btn-middle {
  width: 16.6666666667vw;
}
@media screen and (max-width: 780px) {
  #plan .bottom-content .btn-middle {
    width: 80vw;
  }
}
#plan .bottom-content .bnr {
  width: 47.9166666667vw;
  position: absolute;
  left: 50%;
  bottom: -3.125vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  #plan .bottom-content .bnr {
    width: 70vw;
  }
}
#plan .case {
  height: 40.625vw;
  background-color: #f5f5f5;
  background-size: contain;
}
@media screen and (max-width: 780px) {
  #plan .case {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#plan .case-noheight {
  height: auto;
}
#plan .case-noheight .wrap {
  padding: 5.7291666667vw 0;
}
#plan .case .wrap {
  padding-top: 5.7291666667vw;
}
#plan .case .wrap h3 {
  padding: 2.6041666667vw 0;
}
#plan .case .wrap .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55.7291666667vw;
  margin: 0 auto 3em;
}
@media screen and (max-width: 780px) {
  #plan .case .wrap .box {
    width: 90vw;
    justify-content: flex-start;
    margin: 0 auto 2em;
  }
}
#plan .case .wrap .box li {
  width: 13.0208333333vw;
  height: 8.6458333333vw;
  margin-bottom: 1vw;
  overflow: hidden;
  position: relative;
}
#plan .case .wrap .box li a {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  #plan .case .wrap .box li {
    width: 28vw;
    height: 20vw;
    margin: 1vw;
  }
}
#plan .case .wrap .btn {
  width: 14.5833333333vw;
  margin: 3.125vw auto 0;
}
@media screen and (max-width: 780px) {
  #plan .case .wrap .btn {
    width: 60vw;
    margin: 40px auto 0;
    padding-bottom: 30px;
  }
}

#page .content .chapter {
  margin-top: 3.125vw;
}
@media screen and (max-width: 780px) {
  #page .content .chapter {
    margin-top: 50px;
  }
}
#page .content .chapter h4 {
  position: relative;
  width: 55.46875vw;
  margin: 0 auto 2.0833333333vw;
  padding: 0 0 0.5208333333vw 0.5208333333vw;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) {
  #page .content .chapter h4 {
    width: 90vw;
    margin: 0 auto 10px;
    padding: 0 0 10px 10px;
    font-size: 14px;
  }
}
#page .content .chapter h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #ea603b;
  width: 7.2916666667vw;
  height: 1px;
}
#page .content .chapter article {
  width: 55.46875vw;
  height: 4.1666666667vw;
  margin: 0 auto 1.0416666667vw;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #page .content .chapter article {
    width: 90vw;
    height: 12vw;
    margin: 0 auto 3vw;
  }
}
#page .content .chapter article.open {
  height: 250px;
}
@media screen and (max-width: 780px) {
  #page .content .chapter article.open {
    height: 180px;
  }
}
#page .content .chapter article .question {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 55.46875vw;
  height: 4.1666666667vw;
  padding-left: 4.1666666667vw;
  border: 1px solid #c6bdbd;
  font-size: 0.9vw;
}
@media screen and (max-width: 780px) {
  #page .content .chapter article .question {
    width: 90vw;
    height: 12vw;
    font-size: 12px;
    padding-left: 10vw;
  }
}
#page .content .chapter article .question.open {
  background-color: #ebebeb;
}
#page .content .chapter article .question.open:after {
  content: "";
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  background-image: url(./images/qa_close.png);
}
@media screen and (max-width: 780px) {
  #page .content .chapter article .question.open:after {
    width: 14px;
    height: 14px;
  }
}
#page .content .chapter article .question:before {
  content: "Q";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125vw;
  height: 100%;
  background-color: #ea603b;
  font-size: 1.6vw;
  color: #fff;
}
@media screen and (max-width: 780px) {
  #page .content .chapter article .question:before {
    width: 8vw;
    font-size: 2.5vw;
  }
}
#page .content .chapter article .question:after {
  content: "";
  width: 1.09375vw;
  height: 0.5729166667vw;
  display: inline-block;
  position: absolute;
  background-image: url(./images/qa_open.png);
  background-size: cover;
  top: 50%;
  right: 1.0416666667vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  #page .content .chapter article .question:after {
    width: 14px;
    height: 7px;
    right: 10px;
  }
}
#page .content .chapter article .answer {
  position: relative;
  width: 47.9166666667vw;
  min-height: 4.6875vw;
  border: 1px solid #e0e0e0;
  margin-top: 1.0416666667vw;
  padding: 1.3020833333vw;
  border-radius: 15px;
  font-size: 0.9vw;
}
@media screen and (max-width: 780px) {
  #page .content .chapter article .answer {
    width: 72vw;
    font-size: 12px;
    margin-top: 5vw;
    border-radius: 4px;
    padding: 5px;
  }
}
#page .content .chapter article .answer:after {
  content: "";
  position: absolute;
  top: 0;
  right: -7.2916666667vw;
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  display: block;
  background-image: url(./images/qanda/qanda.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media screen and (max-width: 780px) {
  #page .content .chapter article .answer:after {
    right: -18vw;
    width: 12vw;
    height: 12vw;
  }
}
#page .content .chapter article .answer:before {
  content: "";
  position: absolute;
  right: -1.5625vw;
  width: 1.6145833333vw;
  height: 1.1979166667vw;
  display: block;
  background-image: url(./images/arrow.png);
  background-size: contain;
}
@media screen and (max-width: 780px) {
  #page .content .chapter article .answer:before {
    width: 3vw;
    height: 2.1vw;
    top: 1vw;
    right: -3vw;
  }
}

#page.single .page-head .title {
  font-size: 22px;
}
#page.single .content {
  font-size: 14px;
}
#page.single .back {
  text-align: center;
  font-size: 14px;
}

#news {
  width: 52.0833333333vw;
  margin: 2.6041666667vw auto 0;
}
@media screen and (max-width: 780px) {
  #news {
    width: 90vw;
    margin: 50px auto 0;
  }
}
#news .inner {
  display: flex;
  flex-wrap: wrap;
}
#news .inner article.newsbox {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
#news .inner article.newsbox:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 780px) {
  #news .inner article.newsbox {
    width: 90%;
    margin: 0 5% 50px;
  }
}
#news .inner article.newsbox .date {
  margin-left: 15px;
  font-weight: 300;
  font-size: 16px;
}
#news .inner article.newsbox .title {
  font-size: 16px;
  font-weight: 500;
  width: 240px;
  margin: 15px auto 0;
}
@media screen and (max-width: 780px) {
  #news .inner article.newsbox .title {
    width: 100%;
  }
}
#news .inner article.newsbox .content {
  width: 240px;
  height: 40px;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  margin: 10px auto 0;
  padding: 0 0 20px;
}
@media screen and (max-width: 780px) {
  #news .inner article.newsbox .content {
    width: 100%;
  }
}
#news .inner article.newsbox .more {
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 30px;
  text-align: center;
}
#news .inner article.newsbox .more:before {
  content: "≫";
  font-size: 10px;
}
@media screen and (max-width: 780px) {
  #news .inner article.newsbox .more {
    text-align: right;
    width: 100%;
  }
}
#news .pagenation {
  display: flex;
  justify-content: center;
}
#news .pagenation .page-numbers {
  margin: 0 0.5em;
}
#news a:hover div {
  opacity: 0.8;
}

#detail {
  padding-top: 3.3854166667vw;
}
#detail .bottom_menu {
  display: flex;
  justify-content: space-between;
  width: 41.40625vw;
  padding: 3.3854166667vw 0;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #detail .bottom_menu {
    width: 100%;
    justify-content: center;
    padding: 40px 0 10px;
    flex-wrap: wrap;
  }
}
#detail .bottom_menu li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.96875vw;
  height: 2.3958333333vw;
  color: #9f8758;
  border: 1px solid;
  font-size: 0.9375vw;
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
#detail .bottom_menu li:before {
  content: "";
  position: absolute;
  right: 0.78125vw;
  display: inline-block;
  width: 0.46875vw;
  height: 0.9375vw;
  background-image: url(./images/gold_arrow.png);
  background-size: cover;
}
@media screen and (max-width: 780px) {
  #detail .bottom_menu li {
    width: 60vw;
    height: 10vw;
    font-size: 16px;
  }
  #detail .bottom_menu li:before {
    right: 2.5vw;
    width: 2vw;
    height: 4vw;
  }
}
@media screen and (max-width: 780px) {
  #detail .bottom_menu li {
    margin: 10px 0;
  }
}
#detail .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 40px 30px;
}
@media screen and (max-width: 780px) {
  #detail .wrap {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 780px) {
  #detail .wrap .left {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 780px) {
  #detail .wrap .left .info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
  }
}
#detail .wrap .left .info .description {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
#detail .wrap .left .info .sitelogo .sitename {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  #detail .wrap .left .info .sitelogo .sitename {
    display: block;
  }
}
#detail .wrap .left .info .sitelogo .sitename img {
  width: 360px;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  #detail .wrap .left .info .sitelogo .sitename img {
    width: 100%;
  }
}
#detail .wrap .left .info .sitelogo .sitename .sns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #detail .wrap .left .info .sitelogo .sitename .sns .icon {
    width: 30px;
  }
}
#detail .wrap .left .info .sitelogo .sitename .sns .icon {
  margin-left: 20px;
  width: 27px;
  height: 27px;
}
#detail .wrap .left .info .sitelogo .sitename .sns .icon img {
  width: 100%;
}
#detail .wrap .left .info .submenu {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  margin-top: 30px;
}
#detail .wrap .left .info .submenu .item {
  border-right: 1px solid;
  padding: 0 20px;
}
#detail .wrap .left .info .submenu .item:last-child {
  border-right: none;
}
#detail .wrap .left .info .logo {
  width: 152px;
}
#detail .wrap .left .info .logo img {
  width: 100%;
}
#detail .wrap .left .policy {
  margin-top: 20px;
}
#detail .wrap .right {
  width: 500px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #detail .wrap .right {
    width: 100%;
  }
}
#detail .wrap .right .logo {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
}
#detail .wrap .right .logo img {
  width: 100%;
}
#detail .wrap .right .phrase {
  font-family: "Noto Serif JP", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #747474;
}
#detail .wrap .right nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 20px;
  padding: 0 35px;
  font-size: 14px;
  font-weight: 300;
}
#detail .wrap .right nav .menu-sub li {
  display: none;
}
@media screen and (max-width: 780px) {
  #detail .wrap .right nav {
    margin-top: 40px;
    padding: 10px 5%;
  }
}
#detail .policy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 310px;
}
#detail .policy .item {
  font-size: 12px;
  font-weight: 300;
  color: #929292;
}

#footer {
  background-color: #3c3c3c;
}
#footer .footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0 0;
}
@media screen and (max-width: 780px) {
  #footer .footer-info {
    flex-direction: column;
  }
}
#footer .footer-info .footer-logo {
  width: 110px;
}
@media screen and (max-width: 780px) {
  #footer .footer-info .footer-logo {
    margin-bottom: 20px;
  }
}
#footer .footer-info .footer-logo img {
  width: 100%;
}
#footer .footer-info .footer-about {
  margin-left: 30px;
}
#footer .footer-info .footer-about ul li {
  text-align: left;
}
#footer .footer-info .footer-about ul li img {
  width: 350px;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  #footer .footer-info .footer-about ul li img {
    width: 80%;
  }
}
#footer .copyright {
  text-align: center;
  color: #fff;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
}
@media screen and (max-width: 780px) {
  #footer .copyright {
    font-size: 12px;
  }
}

/* add css 20230131 */
.breadcrumbs {
  width: 52.0833333333vw;
  margin: 1em auto 0;
}

@media screen and (max-width: 780px) {
  .breadcrumbs {
    width: 90vw;
  }
}
/* add css 20230306 */
.footer-about {
  padding-top: 10px;
}

.footer-about ul li {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8;
}

.footer-about ul li a {
  text-decoration: underline;
}

.flow dt {
  margin: 50px auto 20px;
  padding: 5px 15px;
  display: inline-block;
  border-bottom: 4px solid #f5f5f5;
}

.flow dd {
  background: #f5f5f5;
  padding: 35px 25px;
}

.faq details {
  font-size: 1em;
  line-height: 1.6;
}

.faq summary {
  position: relative;
  list-style: none;
  padding: 25px 30px 25px 0;
  border-bottom: 4px solid #f5f5f5;
}

.faq summary::first-letter {
  color: #db8400;
}

.faq summary::after {
  content: "+";
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 30px;
}

.faq details[open] summary::after {
  content: "_";
  top: 6px;
  right: 12px;
  font-size: 24px;
}

.faq details p {
  padding: 15px 0 15px 20px;
}

@media screen and (max-width: 780px) {
  .faq summary {
    padding: 15px 30px 15px 0;
  }
  .faq summary::after {
    /* add css 20230926 */
    top: 4px;
  }
  .faq details p {
    padding: 10px 0 10px 10px;
  }
}
/* add css 20230508 */
#plan .case .wrap .box .voice {
  height: 10.6458333333vw;
}

@media screen and (max-width: 780px) {
  #plan .case .wrap .box .voice {
    height: 24vw;
  }
}
#plan .case .wrap .box .voice img {
  height: 8.6458333333vw;
  width: 14vw;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 780px) {
  #plan .case .wrap .box .voice img {
    width: 28vw;
    height: 20vw;
  }
}
#plan .case .wrap .box .voice p {
  margin: 0;
  font-size: 10px;
}

@media screen and (max-width: 780px) {
  #plan .case .wrap .box .voice p {
    text-align: center;
  }
}
/* add css 20230706 */
.album table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 50px 0px;
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
  height: 10vw;
  margin-bottom: 80px;
}
.album table th {
  width: 100%;
  height: auto;
}
.album table td {
  width: 35vw;
  height: 10vw;
  padding: 10px 30px;
}

.album_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 3em;
}
.album_box li {
  width: 45%;
}

@media only screen and (max-width: 780px) {
  .album table {
    border-collapse: separate;
    border-spacing: 0px 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
  }
  .album table th,
  .album table td {
    display: block;
  }
  .album table td {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .album_box {
    width: 90vw;
    justify-content: flex-start;
  }
  .album_box li {
    width: 42vw;
    height: 40vw;
    margin: 1vw;
  }
}
/* add css 20231113 */
.pro-stylist-session__profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 24px;
  background-color: #f5f5f5;
  gap: 12px 24px;
  margin: 32px auto 0;
}

.pro-stylist-session__profile-name:not(#_#_) {
  font-size: 22px;
  text-align: left;
  margin: 0;
}

.pro-stylist-session__profile-text {
  font-size: 18px;
  margin: 0;
}

.pro-stylist-session__profile-image {
  margin: 0;
  grid-row: 1/4;
}

@media (max-width: 780px) {
  .pro-stylist-session__profile {
    grid-template-columns: 1fr;
  }
  .pro-stylist-session__profile-image {
    grid-row: revert;
  }
}
.gallery-lists {
  --position-top: 0%;
  max-width: 1400px;
  width: 95%;
  display: grid;
  grid-template-columns: repeat(auto-fit, clamp(140px, 20%, 320px));
  gap: 24px 32px;
  justify-content: center;
  margin: auto;
}

.gallery-lists__item {
  height: auto;
  overflow: visible;
}

.gallery-lists__item img {
  aspect-ratio: 346.5/214;
  height: auto;
  object-fit: cover;
  object-position: center var(--position-top);
}

.gallery-lists__text {
  font-size: 13px;
}

/* 20231129 アクセス情報 */
.access .map,
.access .info {
  width: 50%;
  margin: 0 20px;
}

@media screen and (max-width: 780px) {
  .access .map,
  .access .info {
    width: 100%;
    margin-top: 20px;
  }
}
/* 20231129 ロケーション情報 */
#plan .location-item-box {
  margin: 0px auto 40px;
}

#plan .bottom-content article .location-item-box.flex {
  align-items: flex-start;
}

#plan .bottom-content article .location-item-box img {
  width: 50%;
}

#plan .location-item-box .location-item-title {
  font-size: 1.1em;
  font-weight: bold;
}

#plan .location-item-box .location-item-title strong {
  margin-right: 10px;
}

#plan .location-item-box .location-item-title span {
  font-size: 0.8em;
  font-weight: normal;
}

#plan .location-item-box p {
  background: #fff2cc;
}

@media (max-width: 780px) {
  #plan .bottom-content article .location-item-box.flex {
    display: block;
  }
  #plan .bottom-content article .location-item-box img {
    width: 100%;
  }
}
/* 20231129 コンテンツ情報 */
article.situation .flex {
  margin: 20px auto;
}

article.situation .flex .img {
  width: 40%;
}

#plan .bottom-content article.situation .flex .img img {
  object-fit: cover;
  width: 90%;
  height: 325px;
}

article.situation .flex .txt {
  width: 60%;
}

article.situation .flex .txt .head {
  font-weight: bold;
}

article.situation .flex .txt .head span {
  font-weight: normal;
  font-size: 12px;
}

article.situation .flex .txt .plan {
  background-color: #fbe5d6;
  margin-top: 20px;
  padding: 20px 50px;
}

#plan .bottom-content article.situation .plan-table-row2 tr.left-th th {
  font-weight: normal;
}

#plan .bottom-content article.situation .plan-table tr {
  border-bottom: none;
}

#plan .bottom-content article.situation .plan-table tr td {
  text-align: right;
}

#plan .bottom-content article.situation .plan-table tr th,
#plan .bottom-content article.situation .plan-table tr td {
  padding: 0.3vw 0;
}

#plan .plan-item-box {
  margin: 0px 0px 90px 0px;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}

#plan .plan-bottom-box {
  margin: 20px auto 40px;
}

#plan .plan-bottom-box .plan-bottom-box-list {
  background: #fff2cc;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px 0px 20px 0px;
}

#plan .plan-bottom-box .plan-bottom-box-list .option::before {
  content: none;
}

#plan .plan-bottom-title {
  font-size: 0.9em;
  text-align: center;
}

#plan .plan-bottom-box .plan-table {
  margin-bottom: 20px;
}

@media (max-width: 780px) {
  article.situation .flex {
    dipslay: block;
  }
  article.situation .flex .img {
    width: 100%;
  }
  #plan .bottom-content article.situation .flex .img img {
    object-fit: cover;
    width: 100%;
    height: 325px;
    margin: 0px auto 20px;
  }
  article.situation .flex .txt {
    width: 100%;
  }
  #plan .bottom-content article.situation .plan-item-box .plan-table tr {
    flex-direction: row;
    justify-content: space-between;
  }
  #plan .bottom-content article.situation .plan-item-box .plan-table tr th span {
    display: block;
  }
  #plan .plan-bottom-title {
    font-size: 0.5em;
    padding-bottom: 20px;
  }
  #plan .bottom-content article.situation .plan-item-box .gallery-lists {
    grid-template-columns: repeat(auto-fit, clamp(120px, 20%, 320px));
  }
}
