.l-main .section,
.l-main .unit {
  font-family: "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

@charset "UTF-8";
.top-logo {
  position: absolute;
  left: 20px;
  top: 20px;
}

@media screen and (max-width: 640px) {
  .top-logo {
    position: static;
    background: #D7000F;
    padding: 0 3vw;
    left: 0;
    top: 0;
  }
}

.totop {
  padding: 40px 0;
  text-align: center;
}

.totop a {
  color: #1A1A1A;
  font-size: 1.6rem;
  text-decoration: underline;
}

.link-other {
  margin-top: 15px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.4rem;
}

.link-other li {
  display: inline-block;
  margin-right: 20px;
}

.link-other li:last-child {
  margin-right: 0;
}

.link-other li a .icon--sankaku-arrow {
  top: 7px;
  margin-right: 6px;
}

.site-footer {
  position: relative;
  background-color: #fff;
}

.site-footer .footer-hr {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  border-top: 1px solid #646464;
}

.site-footer #footer {
  margin: 0 auto;
}

.site-footer #footer .footer-logo {
  text-align: center;
  padding: 20px 0;
}

.site-footer #footer .copy {
  padding-bottom: 5px;
  text-align: right;
  font-size: 1.0rem;
}

@media screen and (max-width: 640px) {
  .site-footer #footer .copy {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .site-footer {
    margin-top: 35px;
  }
  .site-footer .site-footer__contact .sp-only {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .site-footer .sp-tel {
    margin-bottom: 10px;
  }
  .site-footer .copy {
    text-align: center;
  }
}

#container {
  overflow: hidden;
  min-width: 850px;
}

@media screen and (max-width: 850px) {
  #container {
    min-width: 0;
  }
}

.fixed-width {
  margin-right: auto;
  margin-left: auto;
  width: 850px;
}

.col {
  zoom: 1;
}

.col:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 850px) {
  .fixed-width-l {
    margin-right: 3%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 780px) {
  .sp-pad,
  .fixed-width {
    margin-right: 4vw;
    margin-left: 4vw;
  }
}

@media screen and (max-width: 850px) {
  #container .fixed-width {
    width: auto;
  }
}

.header-a {
  margin-bottom: 60px;
  text-align: center;
}

.header-a .string {
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1.4;
}

.header-a small {
  font-size: 1.1rem;
}

@media screen and (max-width: 640px) {
  .header-a {
    margin-bottom: 10vw;
  }
  .header-a .string {
    font-size: 7.44681vw;
  }
}

.header-top {
  margin: 50px 0 40px;
}

@media screen and (min-width: 639px) {
  .header-top {
    margin: 50px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .header-top {
    margin: 24px auto 0;
  }
}

.icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}

.icon.icon--arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon.icon--arrow.icon--arrow--bottom {
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.icon.icon--sankaku-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #666666;
}

@media screen and (max-width: 640px) {
  .icon.icon--arrow {
    right: 4vw;
    margin-top: -1.5vw;
    width: 3vw;
    height: 3vw;
    border-top-width: 2px;
    border-right-width: 2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.button {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.button:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.wrap-button {
  margin-right: auto;
  margin-left: auto;
  max-width: 740px;
}

.wrap-button .button {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #004196;
  margin-bottom: 4px;
  padding: 27px 12px 24px 12px;
  width: 100%;
  color: #fff;
  box-shadow: 0 4px 0 #002850;
  border-radius: 6px;
  font-size: 2.5rem;
  text-align: center;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 700px) {
  .wrap-button .button {
    font-size: 2.3rem;
  }
}

.wrap-button .button .icon--arrow {
  margin-top: -5px;
}

.wrap-button .button:hover {
  color: #fff;
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 1;
  box-shadow: 0 0 0 #002850;
}

.wrap-button .button:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  width: 80px;
  height: 500px;
  transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shiny 4s infinite linear;
  opacity: 0.3;
}

.wrap-button p {
  font-size: 1.9rem;
}

.link-button {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #004196;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff !important;
  border-radius: 8px;
}

@media screen and (min-width: 639px) {
  .link-button {
    height: 190px;
  }
}

@media screen and (max-width: 640px) {
  .link-button {
    padding: 40px 0;
  }
}

.link-button:after {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -9px;
  width: 10px;
  height: 18px;
  background-image: url("../images/icon_link.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  color: #fff;
  content: "";
}

.link-button__lead {
  font-size: 2.6rem;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 639px) {
  .link-button__lead {
    font-size: 2.6rem;
    line-height: 1.46;
  }
}

@media screen and (max-width: 640px) {
  .link-button__lead {
    font-size: 6.38298vw;
    line-height: 1.4;
  }
}

.link-button__txt {
  margin-top: 10px;
  font-size: 1.9rem;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 639px) {
  .link-button__txt {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 810px) {
  .link-button__txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .link-button__txt {
    font-size: 4.46809vw;
    line-height: 1.6;
  }
}

.visual {
  position: relative;
}

@media screen and (min-width: 639px) {
  .visual .top-logo {
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

.visual__img {
  width: 519px;
  margin: 0 auto;
}

.c-floor {
  padding-top: 60px;
  padding-bottom: 90px;
}

@media screen and (max-width: 640px) {
  .c-floor {
    padding-top: 44px;
    padding-bottom: 25px;
  }
}

.c-floor__header {
  background: #d7000f;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}

.c-floor__header .string {
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .c-floor__header {
    text-align: center;
    padding: 1.5vw 2vw;
  }
  .c-floor__header .string {
    font-size: 4vw;
  }
  .c-floor__header small {
    font-size: 3vw;
  }
}

@media screen and (min-width: 639px) {
  .c-floor__main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-floor__main .item-0 {
    position: relative;
    width: 46%;
  }
  .c-floor__main .item-1 {
    width: 50%;
  }
}

@media screen and (max-width: 810px) {
  .c-floor__main .item-0--has-btm {
    padding-bottom: 40vw;
  }
}

@media screen and (max-width: 640px) {
  .c-floor__main .item-0--has-btm {
    padding-bottom: 0;
  }
}

.c-floor__fig-btm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .c-floor__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2vw;
    border-bottom: 1px solid #e6e6e6;
  }
  .c-floor__tabs li {
    cursor: pointer;
    width: 33.3%;
  }
}

.c-floor__value {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .c-floor__value {
    margin-top: 3vw;
    margin-bottom: 7.5vw;
  }
  .c-floor__value.sync-slick {
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 639px) {
  .c-floor__value .row {
    display: table;
    width: 100%;
  }
  .c-floor__value .row > * {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (max-width: 640px) {
  .c-floor__value .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-floor__value .rows {
  transition: color .2s ease;
  color: #dcdcdc;
}

@media screen and (min-width: 639px) {
  .c-floor__value .rows {
    cursor: pointer;
    border-top: 2px dotted #dcdcdc;
    padding: 20px 0;
  }
}

.c-floor__value .rows:first-child {
  padding-top: 0;
  border-top: 0;
}

@media screen and (min-width: 639px) {
  .c-floor__value .rows:first-child {
    padding-top: 10px;
  }
}

.c-floor__value .rows .c-floor__value-2 {
  border-color: #dcdcdc;
  transition: border-color .2s ease;
}

@media screen and (max-width: 640px) {
  .c-floor__value .rows .c-floor__value-2 {
    border-color: #fff;
  }
}

.c-floor__value .rows.active {
  color: #464646;
}

.c-floor__value .rows.active .c-floor__value-2 {
  border-color: #d7000f;
}

.c-floor__value .row-last {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .c-floor__value .row-last {
    margin-top: 2vw;
  }
}

.c-floor__value-0 {
  background: #f7f5f0;
  padding: 4px 5px 4px 6px;
  width: 45.5%;
}

.l-main .c-floor__value-0 dt {
  font-size: 2.0rem;
}

.l-main .c-floor__value-0 dt small {
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .c-floor__value-0 {
    padding: 2vw 1vw 2vw 2vw;
    width: 44%;
  }
  .l-main .c-floor__value-0 dt {
    font-size: 5.7vw;
  }
  .l-main .c-floor__value-0 dt small {
    font-size: 3.4vw;
  }
  .l-main .c-floor__value-0 dd {
    font-size: 3.4vw;
  }
}

.c-floor__value-1 {
  display: table;
  width: 54%;
  padding-left: 5px;
}

.c-floor__value-1 dl {
  display: table-row;
  line-height: 1.3;
}

.c-floor__value-1 dl > * {
  display: table-cell;
}

.c-floor__value-1 dl dt span {
  letter-spacing: .22em;
}

.c-floor__value-1 dl dt span.colon {
  letter-spacing: normal;
  display: inline-block;
  padding-left: .3em;
}

@media screen and (max-width: 640px) {
  .c-floor__value-1 dl dt span.colon {
    padding-left: .2em;
  }
}

@media screen and (min-width: 639px) {
  .c-floor__value-1 dl dd {
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .c-floor__value-1 {
    width: 53%;
    padding-top: 1.2vw;
  }
  .l-main .c-floor__value-1 dt, .l-main .c-floor__value-1 dd {
    font-size: 3.4vw;
  }
}

.c-floor__value-2 {
  line-height: 1.1;
}

@media screen and (min-width: 639px) {
  .c-floor__value-2 {
    padding: 4px 10px 8px 10px;
    width: 120px;
    border: 2px solid #d7000f;
  }
}

@media screen and (max-width: 640px) {
  .c-floor__value-2 {
    padding-bottom: 2vw;
    border-bottom: 4px solid #d7000f;
  }
}

.c-floor__value-2 dt {
  font-size: 1.9rem;
}

.c-floor__value-2 dt b span {
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .c-floor__value-2 dt {
    font-size: 4vw;
  }
  .c-floor__value-2 dt b span {
    font-size: 7.4vw;
  }
}

.c-floor__value-2 dd {
  font-size: 1.9rem;
}

@media screen and (max-width: 640px) {
  .c-floor__value-2 dd {
    font-size: 4vw;
  }
}

.c-floor__value-3 {
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .c-floor__value-3 {
    font-weight: 600;
  }
}

@media screen and (min-width: 639px) {
  .c-floor__value-3 {
    width: 230px;
    text-align: center;
  }
  .l-main .c-floor__value-3 p {
    font-size: 1.6rem;
  }
  .l-main .c-floor__value-3 span {
    font-size: 3rem;
  }
  .l-main .c-floor__value-3 b {
    font-size: 5rem;
  }
}

@media screen and (max-width: 640px) {
  .c-floor__value-3 {
    display: table;
    width: 100%;
  }
  .c-floor__value-3 > * {
    display: table-cell;
    vertical-align: middle;
  }
  .l-main .c-floor__value-3 p {
    font-size: 4vw;
  }
  .c-floor__value-3 p:last-child {
    text-align: right;
  }
  .l-main .c-floor__value-3 span {
    font-size: 8vw;
  }
  .l-main .c-floor__value-3 b {
    font-size: 12vw;
  }
}

.c-floor__txt {
  margin-top: 70px;
}

.l-main .c-floor__txt .string {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.c-floor__txt .string,
.c-floor__txt strong {
  color: #e60014;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .c-floor__txt {
    margin-top: 12vw;
  }
  .l-main .c-floor__txt .string {
    margin-bottom: 3vw;
    font-size: 6.3vw;
    text-align: center;
  }
}

.l-main .c-floor__komikomi {
  font-size: 1.8rem;
}

.c-floor__komikomi li {
  display: inline-block;
}

.c-floor__komikomi li sub {
  font-size: 60%;
  line-height: 1;
  vertical-align: bottom;
  position: relative;
  top: -7px;
}

@media screen and (max-width: 640px) {
  .l-main .c-floor__komikomi {
    font-size: 4.6vw;
  }
}

.c-floor__notebox {
  margin-top: 10px;
  line-height: 1.5;
}

.l-main .c-floor__notebox * {
  font-size: 1.3rem;
}

.c-floor__notebox > p {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .c-floor__notebox {
    margin-top: 3vw;
  }
  .l-main .c-floor__notebox * {
    font-size: 3.6vw;
  }
  .c-floor__notebox > p {
    margin-top: 3vw;
  }
}

@media screen and (min-width: 639px) {
  .c-floor__note {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dotted #c8c8c8;
  }
  .l-main .c-floor__note * {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 640px) {
  .c-floor__note {
    margin-top: 3vw;
  }
  .l-main .c-floor__note * {
    font-size: 3.6vw;
  }
}

.c-floor .plus {
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .c-floor .plus img {
    width: 10vw;
  }
}

.c-floor .slick-2fs {
  text-align: center;
}

.c-floor .slick-2fs .slick-track img {
  /*margin-left: -47px;*/
  margin: auto;
}

@media screen and (max-width: 640px) {
  .c-floor .slick-2fs .slick-track img {
    width: 61vw;
    /*margin-left: -10vw;*/
  }
}

@media screen and (min-width: 639px) {
  .c-floor .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    background: #fff;
  }
  .c-floor .slick-arrow span {
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: inline-block;
    background: 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  .c-floor .slick-arrow.slick-prev {
    left: 0;
  }
  .c-floor .slick-arrow.slick-prev span {
    background-image: url("../images/arrow_l.svg");
  }
  .c-floor .slick-arrow.slick-next {
    right: 40px;
  }
  .c-floor .slick-arrow.slick-next span {
    background-image: url("../images/arrow_r.svg");
  }
}

@media screen and (max-width: 640px) {
  .c-floor .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #c3c8c8;
    width: 5vw;
    height: 100%;
  }
  .c-floor .slick-arrow span {
    position: absolute;
    top: 50%;
    margin-top: -1.1vw;
    display: block;
    width: 2.6vw;
    height: 2.6vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .c-floor .slick-arrow.slick-prev {
    left: -4vw;
  }
  .c-floor .slick-arrow.slick-prev span {
    left: 1.8vw;
    transform: rotate(-135deg);
  }
  .c-floor .slick-arrow.slick-next {
    right: -4vw;
  }
  .c-floor .slick-arrow.slick-next span {
    left: 0.7vw;
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 639px) {
  .point {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.point__item {
  position: relative;
}

@media screen and (min-width: 639px) {
  .point__item {
    margin-bottom: 70px;
    width: 46%;
  }
  .point__item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .point__item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background-image: url(../images/line_dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 1000% auto;
    background-size: auto 3px;
  }
  .point__item:last-child {
    margin-bottom: 0;
    background: none;
    padding-bottom: 0;
  }
}

.point__icon {
  position: absolute;
  top: -23px;
  left: -12px;
  display: block;
  width: 82px;
  height: 82px;
  min-height: 0%;
}

.point__icon img {
  display: block;
}

.point__header {
  display: flex;
  width: 100%;
  background: #485261;
  border-radius: 6px;
  justify-content: center;
  height: 71px;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 639px) {
  .point__header {
    height: 71px;
  }
}

@media screen and (max-width: 640px) {
  .point__header {
    height: 77px;
  }
}

.point__ttl {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.17;
}

@media screen and (min-width: 639px) {
  .point__ttl {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .point__ttl {
    font-size: 5.31915vw;
  }
}

.point__lead {
  margin-bottom: 20px;
}

@media screen and (min-width: 639px) {
  .l-main .point__lead p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main .point__lead p {
    font-size: 4.25532vw;
  }
}

.point__img {
  width: 100%;
  margin-top: auto;
  min-height: 0%;
}

@media screen and (min-width: 639px) {
  .section__ttl {
    margin: 0 auto 34px;
  }
}

@media screen and (max-width: 640px) {
  .section__ttl {
    margin: 0 auto 20px;
  }
}

.l-main .section__lead-txt {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.7;
}

@media screen and (min-width: 639px) {
  .l-main .section__lead-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main .section__lead-txt {
    font-size: 4.46809vw;
  }
}

@media screen and (min-width: 639px) {
  .l-main .section__lead-note {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .l-main .section__lead-note {
    font-size: 3.40426vw;
    margin-bottom: 2em;
  }
}

.section__lead sup {
  position: relative;
  top: 5px;
  font-size: 13.5px;
}

.section__lead .wft {
  font-size: 13px;
}

.section__img {
  margin: 0 auto;
}

.section__img figcaption {
  margin: 5px 0;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 639px) {
  .section__img figcaption {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .section__img figcaption {
    font-size: 4.04255vw;
  }
}

.section__img figcaption small {
  margin-left: 5px;
}

@media screen and (min-width: 639px) {
  .section__img figcaption small {
    font-size: 11px;
  }
}

@media screen and (max-width: 640px) {
  .section__img figcaption small {
    font-size: 2.97872vw;
  }
}

.section__sub-ttl {
  margin-bottom: 50px;
  font-weight: 300;
  text-align: center;
  line-height: 1.37;
}

@media screen and (min-width: 639px) {
  .section__sub-ttl {
    font-size: 3.5rem;
  }
}

.section--1{
  background-color: #3b82d2;
  background-image: url('../images/mv.jpg');
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 95px 0 44.84% 0;
  color: #fff;
}
.section--1 .section__img{
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .section--1{
    background-image: url('../images/mv_sp.jpg');
    padding: 45px 0 47.87% 0;
  }
  .section--1 .section__img{
    margin-bottom: 25px;
  }
}

.l-main .section--1 .section__lead-txt--1 {
  letter-spacing: -0.02em;
}

.l-main .section--1 .section__lead-txt--3 {
  letter-spacing: 0.02em;
}

@media screen and (min-width: 639px) {
  .section--2 {
    padding-top: 70px;
  }
  .section--2 .section-inner {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .section--2 {
    padding-top: 45px;
  }
}

@media screen and (min-width: 639px) {
  .section--2 .section__ttl {
    width: 695px;
  }
}

@media screen and (max-width: 810px) {
  .section--2 .section__ttl {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .section--2 .section__ttl {
    width: 100%;
  }
}

@media screen and (min-width: 639px) {
  .section--2 .section__img {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 640px) {
  .section--2 .section__img {
    margin: 0 0 50px 0;
  }
}

@media screen and (min-width: 639px) {
  .section--3 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 640px) {
  .section--3 {
    padding-top: 60px;
  }
}

.section--3 .wft {
  font-family: 'Merriweather', serif;
}

.section--3 .section-inner {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 639px) {
  .section--3 .section__ttl {
    width: 795px;
  }
}

@media screen and (max-width: 810px) {
  .section--3 .section__ttl {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .section--3 .section__ttl {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .l-main .section--3 .section__lead-txt {
    font-size: 4.68085vw;
  }
}

.section--3 .section__img {
  position: relative;
  width: 790px;
}

@media screen and (min-width: 639px) {
  .section--3 .section__img {
    width: 790px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 810px) {
  .section--3 .section__img {
    width: auto;
    margin: 0 -4vw 0;
  }
}

@media screen and (max-width: 640px) {
  .section--3 .section__img {
    width: auto;
    margin: 0 -4vw 0;
  }
}

.section--3 .section__img:after {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 68px;
  background: #F7F5F0;
  content: "";
  z-index: -1;
}

.section-inner {
  border-bottom: 1px solid #B9B9B9;
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (min-width: 639px) {
  .section-inner {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 640px) {
  .section-inner {
    padding-bottom: 64px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.c-accordion__switch {
  position: relative;
  display: block;
  background: #fff;
  color: #d7000f;
  border: 1px solid #d7000f;
  font-size: 4.2vw;
  border-radius: 100px;
  width: 100%;
  padding: 2vw;
}

.c-accordion__switch .icon {
  position: absolute;
  right: 3.5vw;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6vw 1.7vw 0 1.7vw;
  border-color: #d7000e transparent transparent transparent;
  transition: .25s transform ease;
}

.c-accordion__switch.active .icon {
  transform: rotate(-180deg) translateY(50%);
}

@media screen and (max-width: 640px) {
  .c-accordion__body {
    display: none;
    padding-top: 3vw;
  }
  .c-accordion__body .scroll-item {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-accordion__close {
  background: #aaa;
  color: #fff;
  margin: 8vw 0;
  width: 50%;
  font-size: 5vw;
  padding: 2.5vw;
  border-radius: 100px;
}

#container .screen-reader-text,
#container .sp-only-ib,
#container .sp-only {
  display: none;
}

#container .set-ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container .set-block-c {
  margin-left: auto;
  margin-right: auto;
}

#container .set-nowrap {
  white-space: nowrap;
}

#container .set-min-line {
  line-height: 1;
}

#container .set-low-line {
  line-height: 1.4;
}

#container .set-pos-rel {
  position: relative;
}

#container .set-pos-abs {
  position: absolute;
}

#container .set-hide {
  display: none;
}

#container .set-disp-cell {
  display: table-cell;
}

#container .set-disp-ib {
  display: inline-block;
}

#container .set-valign-t {
  vertical-align: top;
}

#container .set-valign-m {
  vertical-align: middle;
}

#container .set-valign-b {
  vertical-align: bottom;
}

#container .set-float-l {
  float: left;
}

#container .set-float-r {
  float: right;
}

#container .set-align-c {
  text-align: center;
}

#container .set-align-r {
  text-align: right;
}

#container .set-align-l {
  text-align: left;
}

#container .set-fs-11 {
  font-size: 1.1rem;
}

#container .set-fs-12 {
  font-size: 1.2rem;
}

#container .set-fs-13 {
  font-size: 1.3rem;
}

#container .set-fs-14 {
  font-size: 1.4rem;
}

#container .set-fs-15 {
  font-size: 1.5rem;
}

#container .set-fs-16 {
  font-size: 1.6rem;
}

#container .set-fs-17 {
  font-size: 1.7rem;
}

#container .set-fs-18 {
  font-size: 1.8rem;
}

#container .set-fs-19 {
  font-size: 1.9rem;
}

#container .set-fs-20 {
  font-size: 2.0rem;
}

#container .set-fs-21 {
  font-size: 2.1rem;
}

#container .set-fs-22 {
  font-size: 2.2rem;
}

#container .set-fs-23 {
  font-size: 2.3rem;
}

#container .set-fs-24 {
  font-size: 2.4rem;
}

#container .set-fs-25 {
  font-size: 2.5rem;
}

#container .set-fs-26 {
  font-size: 2.6rem;
}

#container .set-fs-27 {
  font-size: 2.7rem;
}

#container .set-fs-28 {
  font-size: 2.8rem;
}

#container .set-fs-29 {
  font-size: 2.9rem;
}

#container .set-fs-30 {
  font-size: 3.0rem;
}

#container .set-w-10 {
  width: 10%;
}

#container .set-w-20 {
  width: 20%;
}

#container .set-w-30 {
  width: 30%;
}

#container .set-w-40 {
  width: 40%;
}

#container .set-w-50 {
  width: 50%;
}

#container .set-w-60 {
  width: 60%;
}

#container .set-w-70 {
  width: 70%;
}

#container .set-w-80 {
  width: 80%;
}

#container .set-w-90 {
  width: 90%;
}

#container .set-w-full {
  width: 100%;
}

#container .set-w-100px {
  width: 100px;
}

#container .set-w-150px {
  width: 150px;
}

#container .set-w-200px {
  width: 200px;
}

#container .set-w-250px {
  width: 250px;
}

#container .set-w-300px {
  width: 300px;
}

#container .set-w-350px {
  width: 350px;
}

#container .set-w-400px {
  width: 400px;
}

#container .set-w-500px {
  width: 500px;
}

#container .set-mt-5 {
  margin-top: 5px;
}

#container .set-mt-10 {
  margin-top: 10px;
}

#container .set-mt-15 {
  margin-top: 15px;
}

#container .set-mt-20 {
  margin-top: 20px;
}

#container .set-mt-30 {
  margin-top: 30px;
}

#container .set-mt-40 {
  margin-top: 40px;
}

#container .set-mt-50 {
  margin-top: 50px;
}

#container .set-mt-60 {
  margin-top: 60px;
}

#container .set-mt-70 {
  margin-top: 70px;
}

#container .set-mt-80 {
  margin-top: 80px;
}

#container .set-mt-90 {
  margin-top: 90px;
}

#container .set-mt-100 {
  margin-top: 100px;
}

#container .set-mr-5 {
  margin-right: 5px;
}

#container .set-mr-10 {
  margin-right: 10px;
}

#container .set-mr-15 {
  margin-right: 15px;
}

#container .set-mr-20 {
  margin-right: 20px;
}

#container .set-mr-30 {
  margin-right: 30px;
}

#container .set-mr-40 {
  margin-right: 40px;
}

#container .set-mr-50 {
  margin-right: 50px;
}

#container .set-mr-60 {
  margin-right: 60px;
}

#container .set-mr-70 {
  margin-right: 70px;
}

#container .set-mr-80 {
  margin-right: 80px;
}

#container .set-mr-90 {
  margin-right: 90px;
}

#container .set-mr-100 {
  margin-right: 100px;
}

#container .set-mb-5 {
  margin-bottom: 5px;
}

#container .set-mb-10 {
  margin-bottom: 10px;
}

#container .set-mb-15 {
  margin-bottom: 15px;
}

#container .set-mb-20 {
  margin-bottom: 20px;
}

#container .set-mb-30 {
  margin-bottom: 30px;
}

#container .set-mb-40 {
  margin-bottom: 40px;
}

#container .set-mb-50 {
  margin-bottom: 50px;
}

#container .set-mb-60 {
  margin-bottom: 60px;
}

#container .set-mb-70 {
  margin-bottom: 70px;
}

#container .set-mb-80 {
  margin-bottom: 80px;
}

#container .set-mb-90 {
  margin-bottom: 90px;
}

#container .set-mb-100 {
  margin-bottom: 100px;
}

#container .set-ml-5 {
  margin-left: 5px;
}

#container .set-ml-10 {
  margin-left: 10px;
}

#container .set-ml-15 {
  margin-left: 15px;
}

#container .set-ml-20 {
  margin-left: 20px;
}

#container .set-ml-30 {
  margin-left: 30px;
}

#container .set-ml-40 {
  margin-left: 40px;
}

#container .set-ml-50 {
  margin-left: 50px;
}

#container .set-ml-60 {
  margin-left: 60px;
}

#container .set-ml-70 {
  margin-left: 70px;
}

#container .set-ml-80 {
  margin-left: 80px;
}

#container .set-ml-90 {
  margin-left: 90px;
}

#container .set-ml-100 {
  margin-left: 100px;
}

#container .set-pt-5 {
  padding-top: 5px;
}

#container .set-pt-10 {
  padding-top: 10px;
}

#container .set-pt-15 {
  padding-top: 15px;
}

#container .set-pt-20 {
  padding-top: 20px;
}

#container .set-pt-30 {
  padding-top: 30px;
}

#container .set-pt-40 {
  padding-top: 40px;
}

#container .set-pt-50 {
  padding-top: 50px;
}

#container .set-pt-60 {
  padding-top: 60px;
}

#container .set-pt-70 {
  padding-top: 70px;
}

#container .set-pt-80 {
  padding-top: 80px;
}

#container .set-pt-90 {
  padding-top: 90px;
}

#container .set-pt-100 {
  padding-top: 100px;
}

#container .set-pr-5 {
  padding-right: 5px;
}

#container .set-pr-10 {
  padding-right: 10px;
}

#container .set-pr-15 {
  padding-right: 15px;
}

#container .set-pr-20 {
  padding-right: 20px;
}

#container .set-pr-30 {
  padding-right: 30px;
}

#container .set-pr-40 {
  padding-right: 40px;
}

#container .set-pr-50 {
  padding-right: 50px;
}

#container .set-pr-60 {
  padding-right: 60px;
}

#container .set-pr-70 {
  padding-right: 70px;
}

#container .set-pr-80 {
  padding-right: 80px;
}

#container .set-pr-90 {
  padding-right: 90px;
}

#container .set-pr-100 {
  padding-right: 100px;
}

#container .set-pb-5 {
  padding-bottom: 5px;
}

#container .set-pb-10 {
  padding-bottom: 10px;
}

#container .set-pb-15 {
  padding-bottom: 15px;
}

#container .set-pb-20 {
  padding-bottom: 20px;
}

#container .set-pb-30 {
  padding-bottom: 30px;
}

#container .set-pb-40 {
  padding-bottom: 40px;
}

#container .set-pb-50 {
  padding-bottom: 50px;
}

#container .set-pb-60 {
  padding-bottom: 60px;
}

#container .set-pb-70 {
  padding-bottom: 70px;
}

#container .set-pb-80 {
  padding-bottom: 80px;
}

#container .set-pb-90 {
  padding-bottom: 90px;
}

#container .set-pb-100 {
  padding-bottom: 100px;
}

#container .set-pl-5 {
  padding-left: 5px;
}

#container .set-pl-10 {
  padding-left: 10px;
}

#container .set-pl-15 {
  padding-left: 15px;
}

#container .set-pl-20 {
  padding-left: 20px;
}

#container .set-pl-30 {
  padding-left: 30px;
}

#container .set-pl-40 {
  padding-left: 40px;
}

#container .set-pl-50 {
  padding-left: 50px;
}

#container .set-pl-60 {
  padding-left: 60px;
}

#container .set-pl-70 {
  padding-left: 70px;
}

#container .set-pl-80 {
  padding-left: 80px;
}

#container .set-pl-90 {
  padding-left: 90px;
}

#container .set-pl-100 {
  padding-left: 100px;
}

#container .reset-mt {
  margin-top: 0;
}

#container .reset-mr {
  margin-right: 0;
}

#container .reset-mb {
  margin-bottom: 0;
}

#container .reset-ml {
  margin-left: 0;
}

#container .reset-max-w {
  max-width: none;
}

#container .reset-a-style {
  cursor: default;
}

@media screen and (max-width: 640px) {
  #container .pc-only {
    display: none;
  }
  #container .sp-only {
    display: block;
  }
  #container .sp-only-ib {
    display: inline-block;
  }
  #container .sp-full-w {
    margin-right: -4vw;
    margin-left: -4vw;
  }
  #container .set-sp-mt-5 {
    margin-top: 5vw;
  }
  #container .set-sp-mt-10 {
    margin-top: 10vw;
  }
  #container .set-sp-mt-15 {
    margin-top: 15vw;
  }
  #container .set-sp-mt-20 {
    margin-top: 20vw;
  }
  #container .set-sp-mt-30 {
    margin-top: 30vw;
  }
  #container .set-sp-mt-40 {
    margin-top: 40vw;
  }
  #container .set-sp-mt-50 {
    margin-top: 50vw;
  }
  #container .set-sp-mt-60 {
    margin-top: 60vw;
  }
  #container .set-sp-mt-70 {
    margin-top: 70vw;
  }
  #container .set-sp-mt-80 {
    margin-top: 80vw;
  }
  #container .set-sp-mt-90 {
    margin-top: 90vw;
  }
  #container .set-sp-mt-100 {
    margin-top: 100vw;
  }
  #container .set-sp-mr-5 {
    margin-right: 5vw;
  }
  #container .set-sp-mr-10 {
    margin-right: 10vw;
  }
  #container .set-sp-mr-15 {
    margin-right: 15vw;
  }
  #container .set-sp-mr-20 {
    margin-right: 20vw;
  }
  #container .set-sp-mr-30 {
    margin-right: 30vw;
  }
  #container .set-sp-mr-40 {
    margin-right: 40vw;
  }
  #container .set-sp-mr-50 {
    margin-right: 50vw;
  }
  #container .set-sp-mr-60 {
    margin-right: 60vw;
  }
  #container .set-sp-mr-70 {
    margin-right: 70vw;
  }
  #container .set-sp-mr-80 {
    margin-right: 80vw;
  }
  #container .set-sp-mr-90 {
    margin-right: 90vw;
  }
  #container .set-sp-mr-100 {
    margin-right: 100vw;
  }
  #container .set-sp-mb-5 {
    margin-bottom: 5vw;
  }
  #container .set-sp-mb-10 {
    margin-bottom: 10vw;
  }
  #container .set-sp-mb-15 {
    margin-bottom: 15vw;
  }
  #container .set-sp-mb-20 {
    margin-bottom: 20vw;
  }
  #container .set-sp-mb-30 {
    margin-bottom: 30vw;
  }
  #container .set-sp-mb-40 {
    margin-bottom: 40vw;
  }
  #container .set-sp-mb-50 {
    margin-bottom: 50vw;
  }
  #container .set-sp-mb-60 {
    margin-bottom: 60vw;
  }
  #container .set-sp-mb-70 {
    margin-bottom: 70vw;
  }
  #container .set-sp-mb-80 {
    margin-bottom: 80vw;
  }
  #container .set-sp-mb-90 {
    margin-bottom: 90vw;
  }
  #container .set-sp-mb-100 {
    margin-bottom: 100vw;
  }
  #container .set-sp-ml-5 {
    margin-left: 5vw;
  }
  #container .set-sp-ml-10 {
    margin-left: 10vw;
  }
  #container .set-sp-ml-15 {
    margin-left: 15vw;
  }
  #container .set-sp-ml-20 {
    margin-left: 20vw;
  }
  #container .set-sp-ml-30 {
    margin-left: 30vw;
  }
  #container .set-sp-ml-40 {
    margin-left: 40vw;
  }
  #container .set-sp-ml-50 {
    margin-left: 50vw;
  }
  #container .set-sp-ml-60 {
    margin-left: 60vw;
  }
  #container .set-sp-ml-70 {
    margin-left: 70vw;
  }
  #container .set-sp-ml-80 {
    margin-left: 80vw;
  }
  #container .set-sp-ml-90 {
    margin-left: 90vw;
  }
  #container .set-sp-ml-100 {
    margin-left: 100vw;
  }
  #container .set-sp-pt-5 {
    padding-top: 5vw;
  }
  #container .set-sp-pt-10 {
    padding-top: 10vw;
  }
  #container .set-sp-pt-15 {
    padding-top: 15vw;
  }
  #container .set-sp-pt-20 {
    padding-top: 20vw;
  }
  #container .set-sp-pt-30 {
    padding-top: 30vw;
  }
  #container .set-sp-pt-40 {
    padding-top: 40vw;
  }
  #container .set-sp-pt-50 {
    padding-top: 50vw;
  }
  #container .set-sp-pt-60 {
    padding-top: 60vw;
  }
  #container .set-sp-pt-70 {
    padding-top: 70vw;
  }
  #container .set-sp-pt-80 {
    padding-top: 80vw;
  }
  #container .set-sp-pt-90 {
    padding-top: 90vw;
  }
  #container .set-sp-pt-100 {
    padding-top: 100vw;
  }
  #container .set-sp-pr-5 {
    padding-right: 5vw;
  }
  #container .set-sp-pr-10 {
    padding-right: 10vw;
  }
  #container .set-sp-pr-15 {
    padding-right: 15vw;
  }
  #container .set-sp-pr-20 {
    padding-right: 20vw;
  }
  #container .set-sp-pr-30 {
    padding-right: 30vw;
  }
  #container .set-sp-pr-40 {
    padding-right: 40vw;
  }
  #container .set-sp-pr-50 {
    padding-right: 50vw;
  }
  #container .set-sp-pr-60 {
    padding-right: 60vw;
  }
  #container .set-sp-pr-70 {
    padding-right: 70vw;
  }
  #container .set-sp-pr-80 {
    padding-right: 80vw;
  }
  #container .set-sp-pr-90 {
    padding-right: 90vw;
  }
  #container .set-sp-pr-100 {
    padding-right: 100vw;
  }
  #container .set-sp-pb-5 {
    padding-bottom: 5vw;
  }
  #container .set-sp-pb-10 {
    padding-bottom: 10vw;
  }
  #container .set-sp-pb-15 {
    padding-bottom: 15vw;
  }
  #container .set-sp-pb-20 {
    padding-bottom: 20vw;
  }
  #container .set-sp-pb-30 {
    padding-bottom: 30vw;
  }
  #container .set-sp-pb-40 {
    padding-bottom: 40vw;
  }
  #container .set-sp-pb-50 {
    padding-bottom: 50vw;
  }
  #container .set-sp-pb-60 {
    padding-bottom: 60vw;
  }
  #container .set-sp-pb-70 {
    padding-bottom: 70vw;
  }
  #container .set-sp-pb-80 {
    padding-bottom: 80vw;
  }
  #container .set-sp-pb-90 {
    padding-bottom: 90vw;
  }
  #container .set-sp-pb-100 {
    padding-bottom: 100vw;
  }
  #container .set-sp-pl-5 {
    padding-left: 5vw;
  }
  #container .set-sp-pl-10 {
    padding-left: 10vw;
  }
  #container .set-sp-pl-15 {
    padding-left: 15vw;
  }
  #container .set-sp-pl-20 {
    padding-left: 20vw;
  }
  #container .set-sp-pl-30 {
    padding-left: 30vw;
  }
  #container .set-sp-pl-40 {
    padding-left: 40vw;
  }
  #container .set-sp-pl-50 {
    padding-left: 50vw;
  }
  #container .set-sp-pl-60 {
    padding-left: 60vw;
  }
  #container .set-sp-pl-70 {
    padding-left: 70vw;
  }
  #container .set-sp-pl-80 {
    padding-left: 80vw;
  }
  #container .set-sp-pl-90 {
    padding-left: 90vw;
  }
  #container .set-sp-pl-100 {
    padding-left: 100vw;
  }
  #container .reset-sp-mt {
    margin-top: 0;
  }
  #container .reset-sp-mr {
    margin-right: 0;
  }
  #container .reset-sp-mb {
    margin-bottom: 0;
  }
  #container .reset-sp-ml {
    margin-left: 0;
  }
  #container .reset-sp-pt {
    padding-top: 0;
  }
  #container .reset-sp-pr {
    padding-right: 0;
  }
  #container .reset-sp-pb {
    padding-bottom: 0;
  }
  #container .reset-sp-pl {
    padding-left: 0;
  }
  #container .reset-sp-w {
    width: auto;
  }
  #container .reset-sp-pos {
    position: static;
  }
}

html, body {
  width: 100%;
  font-size: 10px;
  color: #4d4d4d;
}

.l-main {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #464646;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
form, fieldset,
hr, sup, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

td img {
  vertical-align: baseline;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

button:focus {
  outline: none;
}

select {
  background: #FFF;
}

input,
select,
textarea {
  border: 1px solid #d6d6d6;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6rem;
}

input.error,
select.error,
textarea.error {
  background-color: #ffebe9 !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  line-height: 1.42857143;
  background: #e1e2e2;
  margin-right: 10px;
  padding: 10px;
  width: 90%;
  height: 50px;
  border: 0;
  line-height: 1.9;
}

select {
  width: 42%;
  border: 1px solid #999999;
  height: 40px;
  padding-left: 5px;
  line-height: 40px;
}

sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

b {
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  b {
    font-weight: 600;
  }
}

.l-main a {
  color: #000;
  text-decoration: none;
}

.l-main a:hover {
  text-decoration: underline;
}

.l-main a img {
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.l-main a img:hover {
  opacity: 0.7;
}

.l-main a img.reset-fade:hover {
  opacity: 1;
}

iframe {
  border: 0;
}

.l-main ul,
.l-main ol,
.l-main p,
.l-main dt,
.l-main dd,
.l-main caption,
.l-main th,
.l-main td {
  font-size: 1.4rem;
}

select, input, textarea, button {
  font-size: 1.6rem;
}

::-webkit-input-placeholder {
  color: #FFF;
}

:-moz-placeholder {
  color: #FFF;
}

::-moz-placeholder {
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

textarea {
  background: #ebebeb;
  width: 98%;
  resize: none;
}

.l-main h1,
.l-main h2,
.l-main h3,
.l-main h4,
.l-main h5,
.l-main h6,
.l-main dt {
  line-height: 1.2;
}

/*.l-main h1,
.l-main h2,
.l-main h3,
.l-main h4,
.l-main h5,
.l-main h6 {
  font-size: 1.6rem;
}*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 2px solid rgba(210, 210, 210, 0.8);
}

main, section, aside, figure, header, footer {
  display: block;
}

* {
  box-sizing: border-box;
}

.l-main {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .l-main {
    margin-top: 55px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-feature-settings: "palt" 1;
  }
}

.scroll-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.scroll-item.fire {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 639px) {
  .scroll-item-pc-2 {
    transition-delay: 0.1s;
  }
  .scroll-item-pc-3 {
    transition-delay: 0.2s;
  }
}

.fixed-width {
  width: 850px;
}

.hr-dotte {
  background: url(../images/h-dotte.svg) no-repeat;
  height: 2px;
  border: 0;
}

@media screen and (max-width: 640px) {
  .top-logo {
    text-align: left;
  }
  p {
    font-size: 3.8vw;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
.p-egao{
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333333;
}
.p-egao-mv {
  position: relative;
  height: 195.74468vw;
  padding: 5.31915vw;
  background-image: url("../images/mv_sp.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-egao-mv h2 {
  width: 100%;
}

.p-egao-mv h2 picture, .p-egao-mv h2 img {
  width: 100%;
}

.p-egao-mv p {
  margin-top: 5.31915vw;
  color: #fff;
  font-size: 5.74468vw;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
}

.p-egao-mv-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 18.61702vw;
  right: 0;
  left: 0;
      flex-wrap: wrap;
          align-items: flex-start;
          justify-content: center;
  width: 71.70213vw;
  margin: 0 auto;
}

.p-egao-mv-list li {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.5);
  -webkit-transition: .5s;
  -webkit-transition-delay: .5s;
  width: 34.57447vw;
          transform: scale(0.5);
  border-radius: 100vh;
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: .5s;
          transition-delay: .5s;
}

.p-egao-mv-list li:nth-child(n+3) {
  margin-top: 2.34043vw;
}

.p-egao-mv-list li:nth-child(even) {
  margin-left: 2.55319vw;
}

.p-egao-mv-list li img {
  display: block;
  width: 100%;
}

.p-egao-mv-list.active li {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-egao-sec {
  padding: 5.31915vw 0 10.6383vw 0;
}

.p-egao-sec + .p-egao-sec {
  padding-top: 10.6383vw;
  border-top: dotted 2px #787878;
}

.p-egao-pointttl {
  -webkit-transform: scale(0.5);
  -webkit-transition: .5s;
  width: 35.85106vw;
  margin-right: auto;
  margin-left: auto;
          transform: scale(0.5);
  opacity: 0;
  transition: .5s;
}

.p-egao-pointttl.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-egao-pointttl img {
  width: 100%;
}

.p-egao-ttltext {
  margin-top: 3.19149vw;
  font-size: 6.59574vw;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.32;
  text-align: center;
}

.p-egao-ttltext--red {
  margin-top: 0;
  color: #D12E53;
}

.p-egao-text {
  margin-top: 3.7234vw;
  font-size: 4.04255vw;
  line-height: 1.733;
}

.p-egao-text small {
  display: block;
  margin-top: 2.12766vw;
  font-size: 3.19149vw;
}

.p-egao-box {
  margin-top: 5.85106vw;
}

.p-egao-box > div dd {
  margin-top: 4.25532vw;
  font-size: 4.04255vw;
}

.p-egao-box > div dd small {
  display: block;
  margin-top: 2.12766vw;
  font-size: 3.19149vw;
}

.p-egao-box .img {
  margin-top: 4.25532vw;
}

.p-egao-box .img > div {
  width: 100%;
}

.p-egao-cost {
  margin-top: 8.51064vw;
}

.p-egao-cost-in {
  height: 176.06383vw;
  padding: 9.57447vw 5.31915vw 0 5.31915vw;
  border-radius: 10px;
  background-color: #F4F4F2;
}

.p-egao-cost-in dl {
  min-height: 80.85106vw;
}

.p-egao-cost-in dl dt {
  width: 42.55319vw;
  margin: 0 auto;
}

.p-egao-cost-in dl .subttl {
  margin-top: 4.25532vw;
  font-size: 6.17021vw;
  font-weight: 700;
  line-height: 1.310;
}

.p-egao-cost-in dl .text {
  margin-top: 1.06383vw;
  font-size: 3.7234vw;
  letter-spacing: -0.02em;
  line-height: 1.48;
}

.p-egao-cost-in dl .text small {
  display: block;
  margin-top: 2.12766vw;
  font-size: 3.19149vw;
  letter-spacing: 0;
}

.p-egao-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  height: 56.38298vw;
  margin: 9.57447vw 0 0 0;
  border-radius: 10px;
  background-color: #004193;
  color: #fff;
  font-size: 6.38298vw;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
  transition: .5s;
  text-decoration: none;
}

.p-egao-btn small {
  display: block;
  margin-top: 2.12766vw;
  font-size: 4.25532vw;
  font-weight: 300;
}

.p-egao-btn:before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 3.19149vw;
  bottom: 0;
  width: 3.19149vw;
  height: 3.19149vw;
  margin: auto 0;
          transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}

.p-egao-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-egao-btn--only {
  margin: 6.38298vw 0 2.12766vw 0;
}

.p-egao-imgttl {
  position: relative;
  width: 100%;
  height: 56.91489vw;
}

.p-egao-imgttl .bg {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center;
}

.p-egao-imgttl h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  color: #fff;
  font-size: 7.76596vw;
  font-weight: normal;
  text-align: center;
}

.p-egao-imgttl h2 span {
  position: relative;
  color: rgba(255, 255, 255, 0);
}

.p-egao-imgttl h2 span:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  content: '';
}

.p-egao-imgttl.active h2 span {
  -webkit-animation-name: imgttlAnimeText;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-name: imgttlAnimeText;
          animation-duration: .5s;
          animation-fill-mode: forwards;
          animation-delay: 0.25s;
          animation-iteration-count: 1;
}

.p-egao-imgttl.active h2 span:before {
  -webkit-animation-name: imgttlAnime;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-name: imgttlAnime;
          animation-duration: .5s;
          animation-fill-mode: forwards;
          animation-delay: 0.25s;
          animation-iteration-count: 1;
}

.p-egao-sec2-jsonimg {
  margin-top: 4.25532vw;
}

.p-egao-sec2 img {
  width: 100%;
}

.p-egao-sec2-box {
  margin-top: 8.51064vw;
}

.p-egao-sec2-box dt {
  margin-bottom: 3.7234vw;
  padding: 0.53191vw 0;
  background-color: #D12E53;
  color: #fff;
  font-size: 6.17021vw;
  font-weight: 700;
  text-align: center;
}

.p-egao-sec2-box > div .img {
  width: 100%;
}

.p-egao-sec2-box > div .box .subttl {
  margin-top: 4.68085vw;
  font-size: 6.17021vw;
  font-weight: 700;
  line-height: 1.31;
}

.p-egao-sec2-box > div .box .text {
  margin-top: 2.12766vw;
  font-size: 4.04255vw;
  line-height: 1.5;
}

.p-egao-sec2-box > div .box .text small {
  display: block;
  margin-top: 2.12766vw;
  font-size: 3.19149vw;
}

.p-egao-linebox {
  margin-top: 9.57447vw;
  padding: 6.91489vw 5.31915vw 8.51064vw 5.31915vw;
  border: solid 2px #D12E53;
  border-radius: 10px;
}

.p-egao-linebox-ttl {
  color: #D12E53;
  font-size: 6.91489vw;
  font-weight: 700;
  text-align: center;
}

.p-egao-linebox-ttl--line {
  margin-top: 6.38298vw;
  padding-top: 6.38298vw;
  border-top: dotted 2px #D12E53;
}

.p-egao-linebox-list {
  margin-top: 5.10638vw;
  padding-bottom: 10.6383vw;
}

.p-egao-linebox-list li {
  font-size: 3.7234vw;
  line-height: 1.48;
}

.p-egao-linebox-list li img {
  width: 100%;
}

.p-egao-linebox-list li .ttl {
  margin-top: 4.25532vw;
  margin-bottom: 2.65957vw;
  padding-left: 2.12766vw;
  border-left: solid #D12E53 2.65957vw;
  font-size: 5.42553vw;
  font-weight: 700;
  line-height: 1.26;
}

.p-egao-linebox-list li small {
  font-size: 3.7234vw;
}

.p-egao-linebox-list .slick-arrow {
  top: 10.10638vw;
  left: calc(-9.31915vw - 2px);
  margin: 0;
}

.p-egao-linebox-list .slick-arrow.slick-next {
  right: calc(-9.31915vw - 2px);
  left: auto;
}

.p-egao-linebox-list .slick-dots {
  bottom: 0;
}

.p-egao-bgbox {
  margin-top: 13.29787vw;
  padding: 10.6383vw 0;
  border-image-outset: 0 100vw;
  border-image-slice: 0 fill;
  border-image-source: linear-gradient(#EAEEF2, #EAEEF2);
}

.p-egao-bgbox-ttl {
  font-size: 6.38298vw;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
}

.p-egao-bgbox-in {
  margin-top: 5.31915vw;
}

.p-egao-bgbox-in img {
  width: 100%;
}

.p-egao-bgbox-in p {
  margin-top: 4.78723vw;
  font-size: 4.04255vw;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.p-egao-bgbox-in p small {
  display: block;
  margin-top: 2.12766vw;
  font-size: 3.19149vw;
}

.slick-arrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4vw;
          align-items: center;
          justify-content: center;
  width: 6.38298vw;
  height: 30.85106vw;
  margin: auto 0;
  padding: 0;
  border-radius: 0 10px 10px 0;
  background-color: #505050;
  font-size: 0;
}

.slick-arrow:after {
  -webkit-transform: rotate(-135deg);
  display: block;
  width: 3.19149vw;
  height: 3.19149vw;
          transform: rotate(-135deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: '';
}

.slick-arrow.slick-next {
  right: -4vw;
  left: auto;
  border-radius: 10px 0 0 10px;
}

.slick-arrow.slick-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 7.65957vw;
  left: 0;
          align-items: center;
          justify-content: center;
  margin: 0 auto;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #C8C8C8;
  font-size: 0;
  border: none;
}

.slick-dots li + li{
  margin-left: 0;
}

.slick-dots li.slick-active button {
  background-color: #D12E53;
}

.c-slidein {
  -webkit-transform: translateY(50px);
  -webkit-transition: .5s;
          transform: translateY(50px);
  opacity: 0;
  transition: .5s;
}

.c-slidein.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.u-pb-pc-50 {
  padding-bottom: 50px !important;
}

.u-pt-pc-30 {
  padding-top: 30px !important;
}

@-webkit-keyframes imgttlAnime {
  0% {
    right: 100%;
    left: 0;
  }
  40% {
    right: 0;
    left: 0;
  }
  60% {
    right: 0;
    left: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}

@keyframes imgttlAnime {
  0% {
    right: 100%;
    left: 0;
  }
  40% {
    right: 0;
    left: 0;
  }
  60% {
    right: 0;
    left: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}

@-webkit-keyframes imgttlAnimeText {
  40% {
    color: rgba(255, 255, 255, 0);
  }
  41% {
    color: white;
  }
  100% {
    color: white;
  }
}

@keyframes imgttlAnimeText {
  40% {
    color: rgba(255, 255, 255, 0);
  }
  41% {
    color: white;
  }
  100% {
    color: white;
  }
}

@media (min-width: 639px) {
  .u-dn-pc {
    display: none !important;
  }
  .p-egao-mv {
    height: 97.5396vw;
    min-height: 1229px;
    padding: 75px 0 0 0;
    background-image: url("../images/mv.jpg");
  }
  .p-egao-mv h2 {
    width: 588.44px;
    margin: 0 auto;
  }
  .p-egao-mv p {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-egao-mv p {
    margin-top: 20px;
    line-height: 1.48;
  }
  .p-egao-mv-list {
    top: 140px;
    width: 423px;
  }
  .p-egao-mv-list li {
    width: 205px;
  }
  .p-egao-mv-list li:nth-child(n+3) {
    margin-top: 15px;
  }
  .p-egao-mv-list li:nth-child(even) {
    margin-left: 13px;
  }
  .p-egao-sec {
    padding: 50px 0 80px 0;
  }
  .p-egao-sec + .p-egao-sec {
    padding-top: 50px;
  }
  .p-egao-pointttl {
    width: 180px;
  }
  .p-egao-ttltext {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-egao-ttltext {
    margin-top: 15px;
    line-height: 1.37;
  }
  .p-egao-ttltext--red {
    margin-top: 0;
  }
  .p-egao-text {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-egao-text {
    margin-top: 20px;
  }
  .p-egao-text small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-egao-text small {
    margin-top: 10px;
  }
  .p-egao-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
    gap: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
    margin-top: 35px;
  }
  .p-egao-box > div {
    width: 420px;
  }
  .p-egao-box > div dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-egao-box > div dd {
    margin-top: 15px;
  }
  .p-egao-box > div dd small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-egao-box > div dd small {
    margin-top: 10px;
  }
  .p-egao-box .img {
    width: 405px;
    margin-top: 0;
  }
  .p-egao-cost {
    margin-top: 50px;
  }
  .p-egao-cost-in {
    -webkit-box-align: start;
        -ms-flex-align: start;
    gap: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
    width: 750px;
    height: 385px;
    margin: 0 auto;
    padding: 38px 38px 0 29px;
  }
  .p-egao-cost-in dl {
    min-height: auto;
  }
  .p-egao-cost-in dl dt {
    width: 175px;
    margin: 0;
  }
  .p-egao-cost-in dl .subttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-egao-cost-in dl .subttl {
    margin-top: 15px;
    line-height: 1.4;
  }
  .p-egao-cost-in dl .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-egao-cost-in dl .text {
    margin-top: 10px;
    letter-spacing: 0.02em;
    line-height: 1.733;
  }
  .p-egao-cost-in dl .text small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-egao-cost-in dl .text small {
    margin-top: 10px;
    line-height: 1.69;
  }
  .p-egao-cost-in .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 338px;
  }
  .p-egao-btn {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-egao-btn {
    width: 750px;
    height: 174px;
    margin: 50px auto 0 auto;
  }
  .p-egao-btn small {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .p-egao-btn small {
    margin-top: 5px;
  }
  .p-egao-btn:before {
    right: 15px;
    width: 12px;
    height: 12px;
  }
  .p-egao-btn--only {
    margin: 10px 0 0 0;
  }
  .p-egao-imgttl {
    height: 270px;
  }
  .p-egao-imgttl h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-egao-sec2-jsonimg {
    margin-top: 20px;
  }
  .p-egao-sec2-box {
    margin-top: 50px;
  }
  .p-egao-sec2-box dt {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-egao-sec2-box dt {
    margin-bottom: 25px;
    padding: 4px;
  }
  .p-egao-sec2-box > div {
    -webkit-box-align: start;
        -ms-flex-align: start;
    gap: 0 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
  }
  .p-egao-sec2-box > div .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 420px;
  }
  .p-egao-sec2-box > div .box .subttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-egao-sec2-box > div .box .subttl {
    margin-top: 0;
  }
  .p-egao-sec2-box > div .box .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-egao-sec2-box > div .box .text {
    margin-top: 10px;
  }
  .p-egao-sec2-box > div .box .text small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-egao-sec2-box > div .box .text small {
    margin-top: 10px;
  }
  .p-egao-linebox {
    margin-top: 50px;
    padding: 40px 50px;
    border-width: 3px;
  }
  .p-egao-linebox-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-egao-linebox-ttl--line {
    margin-top: 35px;
    padding-top: 35px;
  }
  .p-egao-linebox-list {
    -ms-flex-wrap: wrap;
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .p-egao-linebox-list li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-egao-linebox-list li {
    width: calc((100% - 40px) / 2);
  }
  .p-egao-linebox-list li .ttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-egao-linebox-list li .ttl {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
    border-width: 12px;
  }
  .p-egao-linebox-list li small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-egao-bgbox {
    margin-top: 80px;
    padding: 60px 0 80px 0;
  }
  .p-egao-bgbox-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-egao-bgbox-in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    margin-top: 35px;
  }
  .p-egao-bgbox-in img {
    width: 420px;
  }
  .p-egao-bgbox-in p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-egao-bgbox-in p {
    width: 398px;
    margin-top: 0;
    letter-spacing: 0;
  }
  .p-egao-bgbox-in p small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-egao-bgbox-in p small {
    margin-top: 10px;
  }
  .slick-arrow {
    left: 0;
    width: 30px;
    height: auto;
    border-radius: 0;
    background-color: transparent;
  }
  .slick-arrow:after {
    width: 30px;
    height: 30px;
    border-width: 2px;
    border-color: #A7A7A7;
  }
  .slick-arrow.slick-next {
    right: 0;
    border-radius: 0;
  }
  .slick-dots {
    bottom: 28px;
  }
}

@media (max-width: 640px) {
  .u-dn-sp {
    display: none !important;
  }
  .p-egao-box > div dt img {
    display: block;
    width: 90.42553vw;
    height: auto;
    margin: 0 auto;
  }
  .p-egao-sec2-box + .p-egao-sec2-box {
    padding-top: 8.51064vw;
    border-top: dotted 2px #8A8A8A;
  }
}
