@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #333;
  line-height: 2;
  height: 100%;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    min-width: 0;
    width: 100%;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: blue;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  word-wrap: break-word;
}

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

small {
  font-size: 90%;
}

/*============================================================================

  共通

============================================================================*/
/*----------パディング----------*/
/* 上下 */
.u-py-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-py-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-py-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* 上 */
.u-pt-none {
  padding-top: 0 !important;
}

.u-pt-xs {
  padding-top: 20px;
}

.u-pt-sm {
  padding-top: 40px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-pt-lg {
  padding-top: 80px;
}

.u-pt-xl {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .u-pt-xs {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-sm {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-md {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-lg {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 50px;
  }
}
/* 下 */
.u-pb-none {
  padding-bottom: 0 !important;
}

.u-pb-xs {
  padding-bottom: 20px;
}

.u-pb-sm {
  padding-bottom: 40px;
}

.u-pb-md {
  padding-bottom: 60px;
}

.u-pb-lg {
  padding-bottom: 80px;
}

.u-pb-xl {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-pb-xs {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-lg {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 60px;
  }
}
/*----------マージン----------*/
/* 上下 */
.u-my-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-my-sm {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-my-md {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-my-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-my-xl {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-my-xs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-xl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* 上 */
.u-mt-none {
  margin-top: 0 !important;
}

.u-mt-xs {
  margin-top: 20px;
}

.u-mt-sm {
  margin-top: 40px;
}

.u-mt-md {
  margin-top: 60px;
}

.u-mt-lg {
  margin-top: 80px;
}

.u-mt-xl {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .u-mt-xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-lg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 60px;
  }
}
/* 下 */
.u-mb-none {
  margin-bottom: 0 !important;
}

.u-mb-xs {
  margin-bottom: 20px;
}

.u-mb-sm {
  margin-bottom: 40px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-lg {
  margin-bottom: 80px;
}

.u-mb-xl {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-sm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-lg {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 60px;
  }
}
/*----------カラー----------*/
.red {
  color: #ff0000;
}

.blue {
  color: #1e00ff;
}

/*----------マーカー下線----------*/
.c-marker {
  display: inline;
  background-color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #333));
  background: -webkit-linear-gradient(transparent 60%, #333 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#333));
  background: -webkit-linear-gradient(transparent 60%, #333);
  background: linear-gradient(transparent 60%, #333);
}

/*----------クリアフィックス----------*/
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*----------グリッド----------*/
.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
  display: -ms-grid;
  display: grid;
}

/* 2つ並び */
.col2,
.col2-col2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/*3つ並び */
.col3,
.col3-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 4つ並び */
.col4,
.col4-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20;
}

/*----------フレックス----------*/
/* 画像大きめ・画像左 */
.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex01 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex01 .img {
  margin: 0 4% 0 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex01 .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.flex01 .img img {
  max-width: 100%;
  height: auto;
}

/* 画像大きめ・画像右 */
.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex02 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex02 .img {
  margin: 0 0 0 4%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex02 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex02 .img img {
  max-width: 100%;
  height: auto;
}

/* 画像小さめ・画像左 */
.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex03 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex03 .img {
  margin: 0 3% 0 0;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex03 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex03 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* 画像小さめ・画像右 */
.flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex04 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex04 .img {
  margin: 0 0 0 3%;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex04 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex04 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/*----------ラッパー----------*/
/* 幅1000px */
.wrapper-xs {
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 幅1080px */
.wrapper-sm {
  max-width: 1120px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 幅1160px */
.wrapper-md {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 幅1240px */
.wrapper-lg {
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 幅1320px */
.wrapper-xl {
  max-width: 1360px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/*----------リスト----------*/
/* 点のみ */
.list01 {
  list-style: none;
}

.list01 li {
  line-height: 2;
}

.list01 li::before {
  content: "●";
  color: #333;
  font-size: 0.5em;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 3px;
}

/* 下線 */
.list02 {
  margin: 10px 0;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0;
  border-bottom: 1px dotted #333;
  list-style-type: none;
}

.list02 p:last-of-type {
  margin-bottom: 0;
}

/* 点と背景 */
.list03 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  background-color: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list03:after {
  display: block;
  clear: both;
  content: "";
}

.list03 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list03 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
}

.list03 p:last-of-type {
  margin-bottom: 0;
}

/* 点と枠線 */
.list04 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  border: solid 4px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list04:after {
  display: block;
  clear: both;
  content: "";
}

.list04 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list04 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
}

.list04 p:last-of-type {
  margin-bottom: 0;
}

/*チェックと背景*/
.list05 {
  margin-bottom: 10px;
  padding: 35px 10px 20px 45px;
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
  .list05 {
    padding: 20px 20px 20px 25px;
  }
}
.list05:after {
  display: block;
  clear: both;
  content: "";
}

.list05 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 19px;
  border-bottom: 1px dotted #cdcdcd;
}

@media screen and (max-width: 768px) {
  .list05 li {
    margin-bottom: 10px;
  }
}
.list05 li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: -28px;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/icon-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

@media screen and (max-width: 768px) {
  .list05 li:before {
    width: 14px;
    height: 14px;
    left: -20px;
  }
}
/*----------囲み枠----------*/
/*背景のみ*/
.well01 {
  padding: 40px;
  background: #ccc;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well01 {
    padding: 20px;
  }
}
/*枠線*/
.well02 {
  padding: 40px;
  border: 4px solid #ccc;
  background: #fff;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well02 {
    padding: 20px;
  }
}
/*----------テーブル----------*/
.table01 {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.8;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .table01 {
    font-size: 0.875rem;
  }
}
.table01 thead tr th {
  background-color: #d6ffd7;
  border: 1px solid #ddd;
  padding: 12px 20px;
  text-align: center;
  vertical-align: middle;
}

.table01 tbody th,
.table01 tbody td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.table01 tbody th {
  background-color: #333;
  color: #fff;
  font-weight: normal;
  padding: 12px 20px;
  text-align: center;
}

.table01 tbody td {
  text-align: left;
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  .table01 thead tr th {
    padding: 10px;
  }
  .table01 tbody th {
    padding: 8px 10px;
  }
  .table01 tbody td {
    padding: 8px 15px;
  }
}
/*----------ボタン----------*/
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 360px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 15px 15px;
  color: #fff;
  background-color: #163870;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 50px auto 0;
  border: 2px solid #163870;
  -webkit-box-shadow: 8px 8px 0 rgba(22, 56, 112, 0.1882352941);
          box-shadow: 8px 8px 0 rgba(22, 56, 112, 0.1882352941);
}

.btn01:hover {
  background: #fff;
  border: 2px solid #163870;
  color: #163870;
  opacity: 1;
}

.btn01:hover::after {
  background: url(../images/common/btn-arrow-navy.png) center center/cover no-repeat;
}

.btn01::after {
  content: "";
  background: url(../images/common/btn-arrow.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 30px auto 0;
    max-width: 280px;
  }
}
/*----------スマホで表示・非表示----------*/
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*----------パンくずリスト----------*/
.low #breadcrumbs {
  padding: 15px 20px 50px;
}

.low #breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: "＞";
  display: inline-block;
  padding-right: 0.5em;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a {
  color: #0000a3;
}

.low #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 10px 30px;
  }
  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}
/*----------アンカーリンクリスト----------*/
.anchor-list {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .anchor-list {
    margin-bottom: 40px;
  }
}
.anchor-list ul {
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .anchor-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.anchor-list ul li {
  background: #E78AAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .anchor-list ul li {
    height: 65px;
  }
}

.anchor-list ul li:hover {
  background: #cc7799;
}

.anchor-list ul li a {
  opacity: 1;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 17px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .anchor-list ul li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
  }
}
.anchor-list ul li a::before {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .anchor-list ul li a::before {
    right: 10px;
  }
}

/*----------共通YouTubeボタン----------*/
.js-youtube-modal {
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  display: block;
  overflow: hidden;
}
.js-youtube-modal img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* モーダル */
.movie-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.movie-modal.active {
  opacity: 1;
  visibility: visible;
}
.movie-modal.active .movie-modal-inner {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.movie-modal .movie-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.movie-modal .movie-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1000px, 90%);
  aspect-ratio: 16/9;
  background: #000;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.movie-modal .movie-frame,
.movie-modal iframe {
  width: 100%;
  height: 100%;
}
.movie-modal .movie-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

/*============================================================================

  ヘッダー

============================================================================*/
/*----------PC版----------*/
.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header-bg {
    display: none;
  }
}

.low-body .header-bg {
  background: #DEDFEC;
}

.low-body .header-fixed .header-bg {
  background: #fff;
}

.header-wrapper {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper .low-logo {
  position: absolute;
  width: 400px;
  top: 0px;
  left: 10px;
}

.header-nav {
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav__list > li {
  position: relative;
  width: 25%;
}
.header-nav__list > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #B9B9B9;
}
.header-nav__list > li:last-child::after {
  display: none;
}

.header-nav__list > li > a {
  display: inline-block;
  font-weight: 500;
  color: #333333;
  padding: 10px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .header-nav__list > li > a {
    font-size: 14px;
  }
}

.header-nav__list > li > a:hover,
.header-nav__list > li > a:focus {
  opacity: 0.7;
}

.header-fixed.thin {
  width: 100%;
  -webkit-box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.3);
  box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-fixed.thin {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-71px);
  transform: translateY(-71px);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

@media screen and (max-width: 1160px) {
  .header-fixed.thin {
    display: none;
    height: 0;
  }
}
.is-fixed .header-fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-fixed.thin .header-wrapper {
  height: 70px;
  padding: 0;
}

.header-fixed.thin .header-nav {
  padding-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.header-fixed.thin .header-nav__list {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  .header-fixed.thin .header-nav__list {
    margin: 0;
  }
}

/* sp header */
.sp_header {
  display: none;
  height: 0;
}

@media screen and (max-width: 768px) {
  .sp_header {
    display: block;
    height: auto;
  }
}
.sp_header-top {
  width: 100%;
  height: 70px;
  background-color: white;
  position: relative;
}

.sp_header-logo {
  width: 240px;
  display: inline-block;
  line-height: 1;
  height: auto;
  z-index: 6;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 5px;
}

.sp_header-logo > a {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-logo > a:hover,
.sp_header-logo > a:focus {
  opacity: 0.7;
}

.sp_header-logo > a > img {
  height: auto;
}

.sp_header-menu {
  position: relative;
}

.sp_menu-btn {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 4px;
  background-color: #E78AAF;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.sp_menu-btn .hamburger::before,
.sp_menu-btn .hamburger::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #E78AAF;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu-btn .hamburger::before {
  top: -13px;
}

.sp_menu-btn .hamburger::after {
  bottom: -13px;
}

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 70px;
  background-color: #E78AAF;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_header-nav__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_header-nav__list > li {
  border-top: 1px solid #FFF;
}

.sp_header-nav__list > li:last-child {
  border-bottom: 1px solid #FFF;
}

.sp_header-nav__list > li > a {
  display: block;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__list > li > a:hover,
.sp_header-nav__list > li > a:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle--open span.sp_header-nav__toggle-btn::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.sp_header-nav__toggle-btn {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  cursor: default;
  padding: 12px 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__toggle-btn:hover,
.sp_header-nav__toggle-btn:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle-btn::before,
.sp_header-nav__toggle-btn::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp_header-nav__toggle-btn::before {
  width: 16px;
  height: 4px;
  right: 19px;
}

.sp_header-nav__toggle-btn::after {
  right: 25px;
  width: 4px;
  height: 16px;
}

.sp_header-nav__second-menu {
  display: none;
}

.sp_header-nav__second-menu li {
  background-color: #0e084f;
  border-top: 1px solid white;
}

.sp_header-nav__second-menu li a {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__second-menu li a:hover,
.sp_header-nav__second-menu li a:focus {
  opacity: 0.7;
}

.sp_header-bnr {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 0 20px;
  margin: 40px auto 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-bnr:hover,
.sp_header-bnr:focus {
  opacity: 0.7;
}

.is_open-menu .sp_header-nav {
  right: 0px;
}

.is_open-menu .sp_menu-btn .hamburger {
  background: transparent !important;
}

.is_open-menu .sp_menu-btn .hamburger::before {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is_open-menu .sp_menu-btn .hamburger::after {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is_open-menu .sp_menu-btn .alph {
  display: none;
}

/* =========================
   スマホヘッダー固定
========================= */
.sp_header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 初期状態は透明 */
.sp_header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ロゴ */
.sp_header-logo {
  width: 220px;
  margin: 0;
  position: static;
}

/* スクロール後 */
.is_scroll .sp_header-inner {
  background: #fff;
  height: 60px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* スクロール前のロゴ */
.logo-default {
  display: block;
}

/* スクロール後のロゴ */
.logo-scroll {
  display: none;
}

/* スクロールしたらロゴ切替 */
.is_scroll .logo-default {
  display: none;
}

.is_scroll .logo-scroll {
  display: block;
  width: 150px;
  margin: 7px 7px 0;
}

/*============================================================================

  タイトル

============================================================================*/
.top-ttl {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    margin-bottom: 30px;
  }
}
.top-ttl .en {
  font-size: 18px;
  font-family: "chidori", sans-serif;
  color: #163870;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 12px;
  }
}
.top-ttl .ja {
  font-size: 46px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 30px;
    line-height: 1.4;
  }
}
.top-ttl .ja::before, .top-ttl .ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 50px;
  background: #333333;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja::before, .top-ttl .ja::after {
    height: 25px;
    bottom: 5px;
  }
}
.top-ttl .ja::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  left: -40px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja::before {
    left: -20px;
  }
}
.top-ttl .ja::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  right: -40px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja::after {
    right: -20px;
  }
}

.ttl01 {
  display: block;
  letter-spacing: 3px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 25px;
  margin: 80px auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 26px;
    letter-spacing: 1px;
    margin: 50px 0 25px;
    padding-bottom: 20px;
  }
}
.ttl01::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#163870), color-stop(50%, #163870), color-stop(50%, #ff8eb5), to(#ff8eb5));
  background: -webkit-linear-gradient(left, #163870 0%, #163870 50%, #ff8eb5 50%, #ff8eb5 100%);
  background: linear-gradient(to right, #163870 0%, #163870 50%, #ff8eb5 50%, #ff8eb5 100%);
}

.ttl02 {
  display: block;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 2px solid #163870;
  color: #163870;
  line-height: 1.4;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 22px;
  }
}

.ttl03 {
  position: relative;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #163870;
  font-weight: 500;
  padding-left: 14px;
  margin-top: 40px;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 19px;
    padding-bottom: 4px;
    margin-top: 30px;
  }
}
.ttl03::before {
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  background-color: #163870;
  position: absolute;
  top: 4px;
  left: 0;
}

/*============================================================================

  トップページ

============================================================================*/
/*----------メインビジュアル----------*/
.top-mv {
  width: 100%;
  height: calc(100svh - 80px);
  position: relative;
  overflow: hidden;
  background: url(../images/top/mv.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 1400px) {
  .top-mv {
    height: 630px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv {
    height: calc(100svh - 60px);
    background: url(../images/top/mv-sp.jpg) center center/cover no-repeat;
  }
}
.top-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 32, 49, 0.45);
  z-index: 1;
}

/* 左サムネスライド */
.mv-side-slider {
  position: absolute;
  left: 20px;
  top: 0;
  width: 300px;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .mv-side-slider {
    width: 250px;
  }
}
.mv-side-slider .slider-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-animation: verticalSlideDown 35s linear infinite;
          animation: verticalSlideDown 35s linear infinite;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv-side-slider .slide {
  width: 100%;
}
.mv-side-slider .slide img {
  width: 100%;
  display: block;
}

/* 右院長 */
.mv-doctor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 390px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .mv-doctor {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .mv-doctor {
    display: none;
  }
}
.mv-doctor img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

/* キャッチ */
.mv-catch {
  position: absolute;
  top: 49%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv-catch {
    top: 36%;
    left: 50%;
  }
}
.mv-catch .logo {
  display: inline-block;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .mv-catch .logo {
    margin-bottom: 30px;
  }
}
.mv-catch .logo img {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .mv-catch .logo img {
    width: 280px;
  }
}
.mv-catch .logo h2 {
  font-size: 22px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .mv-catch .logo h2 {
    font-size: 16px;
    padding: 5px;
  }
}
.mv-catch .txt p {
  font-size: 42px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 768px) {
  .mv-catch .txt p {
    font-size: 22px;
  }
}
.mv-catch .txt p span {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  .mv-catch .txt p span {
    font-size: 28px;
  }
}
.mv-catch .txt p span.sky {
  color: #D8F3FF;
}
.mv-catch .txt p span.pink {
  color: #FFD6E0;
}

/* 流れるアニメーション */
@-webkit-keyframes verticalSlideDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes verticalSlideDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/* =========================
   SP時 横スライドに変更
========================= */
@media screen and (max-width: 768px) {
  .mv-side-slider {
    left: 0;
    top: auto;
    bottom: 40px;
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  .mv-side-slider .slider-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: horizontalSlide 35s linear infinite;
            animation: horizontalSlide 35s linear infinite;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mv-side-slider .slide {
    width: 180px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .mv-side-slider .slide img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* 横スライド */
@-webkit-keyframes horizontalSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes horizontalSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*----------おすすめの動画----------*/
.top-recommend {
  padding: 80px 0 90px;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .top-recommend {
    padding: 40px 0 50px;
  }
}
.top-recommend .recommend-slider {
  width: 100%;
  margin: 60px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-recommend .recommend-slider {
    margin-top: 0;
  }
}
.top-recommend .slick-list {
  overflow: hidden;
  margin: 0 -20px;
}
.top-recommend .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-recommend .slick-slide {
  margin: 0 20px;
  height: auto;
}
.top-recommend .movie-card {
  background: #fff;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-recommend .movie-card:hover {
  opacity: 1;
}
.top-recommend .movie-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-recommend .movie-card .thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.top-recommend .movie-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.top-recommend .movie-card .body {
  padding: 15px 20px 18px;
}
.top-recommend .movie-card .body p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top-recommend .movie-card .body p {
    font-size: 14px;
  }
}
.top-recommend {
  /* 矢印 */
}
.top-recommend .slick-arrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: none;
  background: #1f4b8f;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  opacity: 0.9;
  z-index: 10;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-recommend .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.top-recommend .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 43px;
  background: url(../images/common/btn-arrow.png);
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-recommend .slick-prev {
  left: -30px;
}
@media screen and (max-width: 1200px) {
  .top-recommend .slick-prev {
    left: -15px;
  }
}
.top-recommend .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.top-recommend .slick-next {
  right: -30px;
}
@media screen and (max-width: 1200px) {
  .top-recommend .slick-next {
    right: -15px;
  }
}

/*----------人気の動画----------*/
.top-popular {
  padding: 80px 0 90px;
  background-image: url(../images/top/popular-bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-popular {
    padding: 40px 0 50px;
  }
}
.top-popular .popular-contents {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .top-popular .popular-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.top-popular .popular-contents .movie-card {
  background: #F1F1F1;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-popular .popular-contents .movie-card:hover {
  opacity: 1;
}
.top-popular .popular-contents .movie-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-popular .popular-contents .movie-card .thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.top-popular .popular-contents .movie-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.top-popular .popular-contents .movie-card .body {
  padding: 12px 17px 15px;
}
@media screen and (max-width: 768px) {
  .top-popular .popular-contents .movie-card .body {
    padding: 8px 10px 10px;
  }
}
.top-popular .popular-contents .movie-card .body p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top-popular .popular-contents .movie-card .body p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}

/*----------動画を探す----------*/
.top-search .main-ttl {
  background: url(../images/top/search-ttl-bg.jpg);
  background-size: cover;
  padding: 65px 0 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-search .main-ttl {
    padding: 40px 0 35px;
  }
}
.top-search .main-ttl .en {
  display: block;
  text-transform: uppercase;
  font-size: 69px;
  font-family: "chidori", sans-serif;
  color: #fff;
  opacity: 0.2;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-search .main-ttl .en {
    font-size: 28px;
  }
}
.top-search .main-ttl .ja {
  display: block;
  font-size: 46px;
  color: #fff;
  line-height: 1;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .top-search .main-ttl .ja {
    font-size: 30px;
    margin-top: -15px;
  }
}
.top-search .main-ttl p {
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-search .main-ttl p {
    padding: 0 20px;
    text-align: left;
  }
}
.top-search .cont {
  background: #FEEFF5;
  padding: 60px 0 70px;
}
@media screen and (max-width: 768px) {
  .top-search .cont {
    padding: 40px 0 50px;
  }
}
.top-search .cont .sub-ttl {
  background: #E78AAF;
  text-align: center;
  color: #fff;
  font-size: 32px;
  padding: 12px 0 15px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-search .cont .sub-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.top-search .cont .sub-ttl::before, .top-search .cont .sub-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.top-search .cont .sub-ttl::before {
  top: 6px;
}
.top-search .cont .sub-ttl::after {
  bottom: 6px;
}
.top-search .cont .items {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-search .cont .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.top-search .cont .items .item {
  background: #fff;
  border: 2px solid #E78AAF;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-search .cont .items .item {
    height: 60px;
    line-height: 1.2;
  }
}
.top-search .cont .items .item::after {
  content: "";
  background: url(../images/common/btn-arrow-pink.png) center center/cover no-repeat;
  position: absolute;
  bottom: 8px;
  right: 10px;
  width: 23px;
  height: 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-search .cont .items .item::after {
    width: 17px;
    height: 17px;
    bottom: 2px;
    right: 4px;
  }
}
.top-search .cont .items .item:hover {
  opacity: 1;
}
.top-search .cont .items .item:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.top-search .cont .items .item p {
  text-align: center;
}
.top-search .cont .btn01 {
  background: #E78AAF;
  border: 2px solid #E78AAF;
  -webkit-box-shadow: 8px 8px rgba(231, 138, 175, 0.2745098039);
          box-shadow: 8px 8px rgba(231, 138, 175, 0.2745098039);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-search .cont .btn01 {
    margin-top: 25px;
  }
}
.top-search .cont .btn01:hover {
  border: 2px solid #E78AAF;
  color: #E78AAF;
  background: #fff;
}
.top-search .cont .btn01:hover::after {
  background: url(../images/common/btn-arrow-pink.png) center center/cover no-repeat;
}
.top-search .cont.disease-cont {
  background: #DEDFEC;
}
.top-search .cont.disease-cont .sub-ttl {
  background: #163870;
}
.top-search .cont.disease-cont .item {
  border: 2px solid #163870;
}
.top-search .cont.disease-cont .item::after {
  content: "";
  background: url(../images/common/btn-arrow-navy.png) center center/cover no-repeat;
}
.top-search .cont.disease-cont .btn01 {
  background: #163870;
  border: 2px solid #163870;
  -webkit-box-shadow: 8px 8px rgba(22, 56, 112, 0.1882352941);
          box-shadow: 8px 8px rgba(22, 56, 112, 0.1882352941);
}
.top-search .cont.disease-cont .btn01:hover {
  border: 2px solid #163870;
  color: #163870;
  background: #fff;
}
.top-search .cont.disease-cont .btn01:hover::after {
  background: url(../images/common/btn-arrow-navy.png) center center/cover no-repeat;
}
.top-search .cont.lifecycle-cont {
  background: #E4F1F9;
}
.top-search .cont.lifecycle-cont .sub-ttl {
  background: #5E9FCA;
}
.top-search .cont.lifecycle-cont .item {
  border: 2px solid #5E9FCA;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .top-search .cont.lifecycle-cont .item {
    height: 160px;
  }
}
.top-search .cont.lifecycle-cont .item::after {
  content: "";
  background: url(../images/common/btn-arrow-sky.png) center center/cover no-repeat;
}
.top-search .cont.lifecycle-cont .item img {
  width: 94px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-search .cont.lifecycle-cont .item img {
    width: 65px;
    margin-bottom: 5px;
  }
}
.top-search .cont.lifecycle-cont .item p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top-search .cont.lifecycle-cont .item p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.top-search .cont.lifecycle-cont .btn01 {
  background: #5E9FCA;
  border: 2px solid #5E9FCA;
  -webkit-box-shadow: 8px 8px rgba(94, 159, 202, 0.2156862745);
          box-shadow: 8px 8px rgba(94, 159, 202, 0.2156862745);
}
.top-search .cont.lifecycle-cont .btn01:hover {
  border: 2px solid #5E9FCA;
  color: #5E9FCA;
  background: #fff;
}
.top-search .cont.lifecycle-cont .btn01:hover::after {
  background: url(../images/common/btn-arrow-sky.png) center center/cover no-repeat;
}

/*============================================================================

  階層ページ

============================================================================*/
/*----------メインビジュアル----------*/
.low #mv {
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .low #mv {
    height: 200px;
  }
}

.low #mv:before {
  content: "";
  background-color: rgba(46, 55, 70, 0.6274509804);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.low #mv .ttl {
  display: block;
  width: 100%;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2745098039), 0 0 6px rgba(0, 0, 0, 0.2745098039);
}
@media screen and (max-width: 768px) {
  .low #mv .ttl {
    font-size: 28px;
    top: 68%;
  }
}

.low .contents {
  position: relative;
}

/*各ページメインビジュアル背景*/
#symptoms #mv {
  background: url(../images/symptoms/mv.jpg) no-repeat 100% 50%;
  background-size: cover;
}

#disease #mv {
  background: url(../images/disease/mv.jpg) no-repeat 60% 50%;
  background-size: cover;
}

#lifecycle #mv {
  background: url(../images/lifecycle/mv.jpg) no-repeat 60% 50%;
  background-size: cover;
}

#connection #mv {
  background: url(../images/connection/mv.jpg) no-repeat 80% 50%;
  background-size: cover;
}

/*----------〇〇から探す----------*/
#symptoms .box-list,
#disease .box-list,
#lifecycle .box-list {
  background: #DEDFEC;
}
#symptoms .box-list ul,
#disease .box-list ul,
#lifecycle .box-list ul {
  padding: 20px 30px 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #symptoms .box-list ul,
  #disease .box-list ul,
  #lifecycle .box-list ul {
    padding: 10px 20px 10px;
  }
}
#symptoms .box-list ul li,
#disease .box-list ul li,
#lifecycle .box-list ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #symptoms .box-list ul li,
  #disease .box-list ul li,
  #lifecycle .box-list ul li {
    margin-bottom: 2px;
  }
}
#symptoms .box-list ul li::before,
#disease .box-list ul li::before,
#lifecycle .box-list ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #163870;
  border: 1px solid #163870;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #symptoms .box-list ul li::before,
  #disease .box-list ul li::before,
  #lifecycle .box-list ul li::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
#symptoms .movie-items,
#disease .movie-items,
#lifecycle .movie-items {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #symptoms .movie-items,
  #disease .movie-items,
  #lifecycle .movie-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#symptoms .movie-items .movie-card,
#disease .movie-items .movie-card,
#lifecycle .movie-items .movie-card {
  background: #F1F1F1;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #symptoms .movie-items .movie-card:nth-of-type(3),
  #disease .movie-items .movie-card:nth-of-type(3),
  #lifecycle .movie-items .movie-card:nth-of-type(3) {
    display: none;
  }
}
#symptoms .movie-items .movie-card:hover,
#disease .movie-items .movie-card:hover,
#lifecycle .movie-items .movie-card:hover {
  opacity: 1;
}
#symptoms .movie-items .movie-card:hover img,
#disease .movie-items .movie-card:hover img,
#lifecycle .movie-items .movie-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#symptoms .movie-items .movie-card .thumb,
#disease .movie-items .movie-card .thumb,
#lifecycle .movie-items .movie-card .thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#symptoms .movie-items .movie-card .thumb img,
#disease .movie-items .movie-card .thumb img,
#lifecycle .movie-items .movie-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
#symptoms .movie-items .movie-card .body,
#disease .movie-items .movie-card .body,
#lifecycle .movie-items .movie-card .body {
  padding: 12px 17px 15px;
}
@media screen and (max-width: 768px) {
  #symptoms .movie-items .movie-card .body,
  #disease .movie-items .movie-card .body,
  #lifecycle .movie-items .movie-card .body {
    padding: 8px 10px 10px;
  }
}
#symptoms .movie-items .movie-card .body p,
#disease .movie-items .movie-card .body p,
#lifecycle .movie-items .movie-card .body p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #symptoms .movie-items .movie-card .body p,
  #disease .movie-items .movie-card .body p,
  #lifecycle .movie-items .movie-card .body p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}
#symptoms .movie-items + .btn01,
#disease .movie-items + .btn01,
#lifecycle .movie-items + .btn01 {
  margin-top: 30px;
}
#symptoms .btn-flex,
#disease .btn-flex,
#lifecycle .btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #symptoms .btn-flex,
  #disease .btn-flex,
  #lifecycle .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#symptoms .btn-flex .btn01,
#disease .btn-flex .btn01,
#lifecycle .btn-flex .btn01 {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #symptoms .btn-flex .btn01,
  #disease .btn-flex .btn01,
  #lifecycle .btn-flex .btn01 {
    margin: 0 auto;
  }
}

/*----------youtube関連動画----------*/
#connection .box-movie .movie-items {
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #connection .box-movie .movie-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#connection .box-movie .movie-items .movie-card {
  background: #F1F1F1;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#connection .box-movie .movie-items .movie-card:hover {
  opacity: 1;
}
#connection .box-movie .movie-items .movie-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#connection .box-movie .movie-items .movie-card .thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#connection .box-movie .movie-items .movie-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
#connection .box-movie .movie-items .movie-card .body {
  padding: 12px 17px 15px;
}
@media screen and (max-width: 768px) {
  #connection .box-movie .movie-items .movie-card .body {
    padding: 8px 10px 10px;
  }
}
#connection .box-movie .movie-items .movie-card .body p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #connection .box-movie .movie-items .movie-card .body p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}

/*============================================================================

  フッター

============================================================================*/
/*----------オフィシャルサイト----------*/
.low-body footer .official-site {
  background: #DEDFEC;
}

footer .official-site {
  padding: 70px 0 80px;
  background-image: url(../images/top/popular-bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  footer .official-site {
    padding: 40px 0 40px;
  }
}
footer .official-site .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "chidori", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .official-site .ttl {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
footer .official-site .ttl::before, footer .official-site .ttl::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #D2D2D2;
}
footer .official-site .ttl::before {
  margin-right: 1rem;
}
footer .official-site .ttl::after {
  margin-left: 1rem;
}
footer .official-site .item {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  footer .official-site .item {
    grid-template-columns: none;
    gap: 15px;
  }
}

footer .footer-nav__list {
  background: #F1F1F1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  footer .footer-nav__list {
    display: none;
  }
}
footer .footer-nav__list li {
  position: relative;
  width: 25%;
  text-align: center;
}
footer .footer-nav__list li:last-of-type::after {
  display: none;
}
footer .footer-nav__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #B9B9B9;
}

footer .footer-nav__list li a {
  text-align: center;
  display: inline-block;
  color: #333;
  padding: 10px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.6;
}

footer .footer-nav__list li a small {
  display: block;
  font-size: 12px;
  color: rgba(100, 185, 190, 0.6392156863);
}

footer .copy {
  background: #163870;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  footer .copy {
    padding: 10px;
    font-size: 10px;
    margin-bottom: 60px;
  }
}
/*----------上部に戻るボタン----------*/
.pageup-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}

@media screen and (max-width: 768px) {
  .pageup-area {
    right: 10px;
    bottom: 70px;
  }
}
.pageup {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100vw;
  background-color: #E78AAF;
  opacity: 0.8;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pageup::before,
.pageup::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  background-color: #fff;
}

.pageup::before {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 25px;
}

.pageup::after {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.pageup:hover,
.pageup:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pageup {
    width: 40px;
    height: 40px;
  }
  .pageup::before,
  .pageup::after {
    top: calc(50% - 1px);
  }
  .pageup::before {
    width: 18px;
    height: 3px;
    left: 17px;
  }
  .pageup::after {
    width: 18px;
    height: 3px;
    right: 17px;
  }
}
/*----------スマホフッター固定ボタン----------*/
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_bottom-menu__btn {
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 0;
  vertical-align: bottom;
  width: 25%;
  height: 60px;
  line-height: 20px;
  background-color: rgba(231, 138, 175, 0.9411764706);
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  padding: 10px 0 0;
}

.sp_bottom-menu__btn--disease {
  background-color: rgba(22, 56, 112, 0.9490196078) !important;
}

.sp_bottom-menu__btn--lifecycle {
  background-color: rgba(94, 159, 202, 0.9607843137) !important;
  line-height: 1.2;
  padding: 5px 0 0;
}

.sp_bottom-menu__btn--youtube {
  background: rgba(201, 48, 48, 0.922) !important;
}

@media screen and (max-width: 1100px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}/*# sourceMappingURL=style.css.map */