@charset "utf-8";
/* CSS Document */
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
    "sans-serif";
  font-size: 16px;
  color: #6d5839;
  position: relative;
}
a {
  text-decoration: none;
  color: #414143;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
}
ul {
  list-style: none;
}
.wrap {
  width: 85%;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.even {
  flex-direction: row-reverse;
}
.flex-2 {
  width: 48%;
}
.flex-3 {
  width: 31%;
}
.white {
  color: #ffffff;
}
.txt p {
  margin-bottom: 15px;
  line-height: 1.8;
}

/*==================================================
ヘッダー
===================================*/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.header-wrap {
  width: 28%;
  padding-top: 30px;
  margin-left: auto;
  padding-right: 30px;
}
.header-wrap .adress {
  margin-bottom: 20px;
}
.header-wrap .flex span {
  width: 48%;
  max-width: 230px;
  padding: 15px 0;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light",
    "游明朝 Demibold";
  font-weight: 600;
}
.header-wrap .flex .left {
  background: #03bbaf;
}
.header-wrap .flex .right {
  background: #004a45;
}

/*==================================================
メインビジュアル
===================================*/
#mainvisual {
  position: relative;
  z-index: 1;
}
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
  background: url("../img/top/mv01.jpg");
}

.slider-item02 {
  background: url("../img/top/mv02.jpg");
}

.slider-item03 {
  background: url("../img/top/mv03.jpg");
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*↓↓↓　メインビジュアル内のメニュー　↓↓↓*/
.mv-menu {
  background: #ffffff;
  padding-bottom: 25px;
  position: absolute;
  top: 40%;
  left: 70px;
  transform: translateY(-50%);
  z-index: 3;
  width: 40%;
  max-width: 290px;
}
.mv-menu .top {
  display: flex;
  align-items: baseline;
}
.mv-menu .top .img {
  width: 50%;
}
.mv-menu .top ul {
  width: 50%;
  padding-right: 25px;
}
.mv-menu .top img {
  margin: 0 auto;
}
.mv-menu .top ul li {
  text-align: end;
  margin-bottom: 15px;
}
.mv-menu .btm a {
  display: block;
  padding: 20px 0;
  background: #03bbaf;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
}

/*↓↓↓　グローバルナビ　↓↓↓*/

.nav-menu-wrap {
  width: 100%;
  margin: 0 auto;
}
.menu {
  position: relative;
  width: 100%;
  text-align: center;
}
.menu > li {
  float: left;
  width: 16.6%;
  position: relative;
}

.menu > li a {
  display: block;
  color: #414143;
  font-weight: 700;
  font-size: 16px;
}

.menu > li:hover::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #03bbaf;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__second-level li a:hover {
  background: #004a45;
  color: #ffffff;
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
}

li.menu__single:hover ul.menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.menu__second-level li a {
  padding: 10px 0;
}

/*========= スクロール途中でヘッダーが表示するためのCSS ===============*/

#fix-nav {
  /*fixedで上部固定*/
  position: fixed;
  width: 100%;
  z-index: 999; /*最前面へ*/
  background: #ffffff;
  top: 0;
  left: 0;
  display: none;
}

.fix-nav-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fix-nav-list:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fix-nav-left {
  width: 75%;
  margin-right: auto;
}
.fix-nav-right {
  width: 25%;
  display: flex;
  justify-content: center;
}
.fix-nav-right a {
  width: 50%;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  color: #ffffff;
}
.fix-nav-right a:hover {
  opacity: 0.7;
}
.fix-nav-right .fix-tel {
  background: #03bbaf;
}
.fix-nav-right .fix-web {
  background: #004a45;
}

/*==================================================
お知らせ
===================================*/
#news {
  margin: 80px auto;
}
#news .wrap {
  max-width: 1100px;
  height: 400px;
  overflow-y: scroll;
}
#news .ttl {
  font-size: 20px;
  color: #533c36;
  font-family: "Shippori Mincho B1";
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
#news .ttl::before {
  content: "";
  background-image: url("../img/top/news01.png");
  width: 16px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#news .ttl::after {
  content: "";
  background-image: url("../img/top/news02.png");
  width: 16px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  bottom: 50%;
  right: 45%;
  transform: translate(50%, 50%);
  z-index: 1;
}
.news-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.news-item .date {
  width: 20%;
  font-size: 20px;
  font-weight: bold;
  color: #a67f78;
}
.news-item .news-ttl {
  width: 80%;
  color: #6d5839;
}
.news-item .news-ttl:hover {
  opacity: 0.8;
  border-bottom: 1px solid #6d5839;
}

.flex-wrap-single {
  display: flex;
  justify-content: center;
  margin: 40px;
}

.flex-wrap-single dt {
  margin-right: 40px;
}

.news-detail__content-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 5px auto;
  padding: 5px 0;
}

/*==================================================
特徴
===================================*/
#index-feature {
  padding: 100px 0;
  background: #bcd8cd url("../img/top/bg01.jpg") center top / auto 100%
    no-repeat;
  overflow: hidden;
}
.inner {
  max-width: calc(1200px + 10%);
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
#index-feature .left {
  width: 40%;
}
#index-feature .right {
  width: 60%;
}
#index-feature .left .txtbox,
#index-feature .right .txtbox {
  position: relative;
  z-index: 1;
  padding-top: 55px;
}
#index-feature .left .txtbox::before {
  content: "";
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index-feature .right .txtbox::before {
  content: "";
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index-feature .txt {
  max-width: 460px;
  margin: 0 auto;
}
#index-feature .index-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
.index-ttl {
  font-family: "Shippori Mincho B1";
  font-size: 32px;
  margin-bottom: 30px;
}
#index-feature .right .img {
  margin-top: 200px;
}
#index-feature .left .index-ttl::before {
  content: "";
  height: 2px;
  width: 50vw;
  background: #004a45;
  position: absolute;
  bottom: -5px;
  left: auto;
  right: 0;
}
#index-feature .left .index-ttl::after {
  content: "";
  height: 2px;
  width: 50vw;
  background: #004a45;
  position: absolute;
  bottom: -10px;
  left: auto;
  right: 0;
}
#index-feature .right .index-ttl::before {
  content: "";
  height: 2px;
  width: 50vw;
  background: #004a45;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#index-feature .right .index-ttl::after {
  content: "";
  height: 2px;
  width: 50vw;
  background: #004a45;
  position: absolute;
  bottom: -10px;
  left: 0;
}

/*==================================================
ご挨拶
===================================*/
#greeting {
  background-image: url("../img/top/bg02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 115px;
  margin: 30px auto;
}
#greeting .wrap {
  max-width: 1100px;
}
#greeting .img {
  width: 40%;
}
#greeting .img img {
  margin-left: auto;
}
#greeting .txtbox {
  width: 58%;
  position: relative;
  z-index: 1;
}
#greeting .txtbox::before {
  content: "";
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#greeting .index-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
#greeting .index-ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #004a45;
  position: absolute;
  bottom: -5px;
  right: 50%;
  transform: translateX(50%);
}
#greeting .index-ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #004a45;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
}
.d-name {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light",
    "游明朝 Demibold";
  font-size: 30px;
  font-weight: 600;
}
.d-name span {
  font-size: 16px;
  color: #03bbaf;
  display: inline-block;
  margin-right: 10px;
}

/*==================================================
院内設備について
===================================*/
#index-facility {
  margin-top: 0.75em;
  padding: 100px 0;
  background: #bcd8cd url("../img/top/bg03.jpg") left top / auto 100% no-repeat;
  overflow: hidden;
}
#index-facility .left {
  width: 50%;
}
#index-facility .right {
  width: 45%;
}
#index-facility .left .img {
  position: relative;
  z-index: 1;
}
#index-facility .left .img::before {
  content: "デジタルレントゲン";
  font-family: "Shippori Mincho B1";
  font-size: 28px;
  color: #533c36;
  display: inline-block;
  padding: 10px;
  border-left: 1px solid #004a45;
  border-bottom: 1px solid #004a45;
  position: absolute;
  bottom: 35px;
  left: -40px;
  z-index: 1;
}
#index-facility .right .txtbox {
  position: relative;
  z-index: 1;
  margin-top: 110px;
}
#index-facility .right .txtbox::before {
  content: "";
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index-facility .right .index-ttl::before {
  content: "";
  height: 2px;
  width: 50vw;
  background: #004a45;
  position: absolute;
  top: 50px;
  left: 0;
}
#index-facility .right .index-ttl::after {
  content: "";
  height: 2px;
  width: 50vw;
  background: #004a45;
  position: absolute;
  top: 55px;
  left: 0;
}
.more {
  width: 50%;
  max-width: 340px;
  margin: 50px auto 0;
}
.more-btn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 25px;
  padding: 15px 0;
  background: #004a45;
}
.more-btn:hover {
  opacity: 0.7;
}

/*==================================================
診療案内
===================================*/
#index-medical {
  padding: 80px 0;
}
#index-medical .wrap {
  max-width: 1100px;
}
#index-medical .index-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-medical .index-ttl .txt {
  width: 60%;
}
#index-medical .index-ttl span {
  font-size: 19px;
  display: block;
}
.medical-wrap {
  display: flex;
  flex-wrap: wrap;
}
.medical-wrap .btn {
  width: 32%;
  margin: 0 auto 100px;
}
.medical-wrap .btn img {
  margin: 0 auto;
}
.medical-wrap .btn .ttl {
  font-size: 20px;
  margin: 25px auto;
  padding-left: 20px;
  border-left: 1px solid #03bbaf;
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho B1";
}
.medical-wrap .btn .ttl span {
  font-size: 14px;
  display: block;
  color: #004a45;
}
.medical-wrap .btn .ttl::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #03bbaf;
  border-right: solid 2px #03bbaf;
  transform: rotate(45deg);
  position: absolute;
  bottom: 18px;
  right: 15px;
}
.medical-wrap .btn:hover {
  opacity: 0.7;
}

/*==================================================
採用情報
===================================*/
#index-recruit {
  margin-bottom: 100px;
  padding: 60px 0;
  background: linear-gradient(90deg, #bcd8cd, #a4beb5);
}
#index-recruit .wrap {
  max-width: 1100px;
}
#index-recruit .ttl {
  font-size: 20px;
  font-family: "Shippori Mincho B1";
  color: #533c36;
  margin-bottom: 20px;
}

/*==================================================
フッター
===================================*/
#footer {
  padding-top: 50px;
  background: #004a45;
}
.footer-top {
  padding-bottom: 40px;
}
.footer-top .wrap {
  max-width: 1100px;
}
.footer-top .logo {
  margin-bottom: 35px;
}
.footer-top .reserve a {
  display: block;
  width: 80%;
  max-width: 320px;
  background: #03bbaf;
  text-align: center;
  font-size: 25px;
  padding: 15px 0;
  margin-bottom: 20px;
}
.footer-top .left span {
  display: block;
  margin-bottom: 5px;
  color: #03bbaf;
}
.time-table {
  width: 100%;
}
.biz-hour {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
}
.biz-hour td,
.biz-hour th {
  text-align: center;
  padding: 14px 5px;
}
thead.ryu {
  border-bottom: 1px solid #fff;
}
.copyright {
  font-size: 15px;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
}

/*==================================================
下層ページ　メインビジュアル
===================================*/
#subpage_bg {
  background-image: url("../img/subpage_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 65vh;
  position: relative;
  z-index: 1;
}
#subpage-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Shippori Mincho B1";
}
#subpage-ttl .ja {
  font-size: 50px;
}
#subpage-ttl .en {
  font-size: 30px;
}
.bg {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

/*==================================================
クリニック紹介ページ
===================================*/
.section {
  margin-top: 120px;
}
.sec-ttl {
  margin: 50px auto;
  text-align: center;
  font-size: 40px;
  font-family: "Shippori Mincho B1";
  position: relative;
  z-index: 1;
}
.sec-ttl::before {
  content: "";
  width: 85px;
  height: 15px;
  background-image: url("../img/sec-ttl.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section h3.ttl {
  font-size: 30px;
  font-family: "Shippori Mincho B1";
  margin-bottom: 35px;
  border-bottom: 1px solid #004a45;
}
.bg .section .img img {
  margin-left: auto;
}
.facility {
  margin-bottom: 120px;
}
.facility.even .img {
  margin-right: auto;
  margin-left: 0;
}

/*==================================================
院長紹介ページ
===================================*/
.flex-2.doc-img img {
  margin: 0 auto;
}
.content_bg {
  width: 80%;
  margin: 100px auto 90px;
  max-width: 700px;
  background: #bcd8cd;
  padding: 25px 0;
}
.content_bg .ttl {
  margin-bottom: 25px;
  color: #004a45;
  font-weight: bold;
}
.skill {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%;
}
.skill dt {
  width: 145px;
  margin-bottom: 20px;
}
.skill dd {
  width: calc(100% - 145px);
  margin-bottom: 20px;
}

/*==================================================
診療時間・アクセスページ
===================================*/
.access .flex-2 img {
  margin: 0 auto;
}
.clinic-info {
  margin-top: 110px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}
.clinic-info dt {
  background: #bcd8cd;
  padding: 15px 0;
  width: 320px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.clinic-info dd {
  background: #fff;
  padding: 15px 0 15px 25px;
  width: calc(100% - 320px);
  border-bottom: 1px solid #ccc;
}

/*==================================================
採用情報ページ
===================================*/
.bg_green {
  background: #bcd8cd;
  padding: 80px 0;
  margin-bottom: 140px;
}
.bg_green .sec-ttl::before {
  display: none;
}

/*==================================================
診療案内ページ
===================================*/
.bg .medical-wrap {
  margin-top: 110px;
}
.bg .medical-wrap .btn {
  margin-bottom: 40px;
}
.medical {
  padding-top: 60px;
}
.medical h3.ttl {
  border-bottom: 6px double #03bbaf;
}
.medical .content {
  margin-top: 110px;
}
.content h4.ttl {
  font-family: "Shippori Mincho B1";
  font-size: 25px;
  padding: 15px 0 15px 30px;
  background: #bcd8cd;
  border-left: 10px solid #03bbaf;
  margin-bottom: 40px;
}
.progress {
  margin-bottom: 70px;
}
.progress h5.ttl,
.flow h5.ttl {
  font-size: 25px;
  font-family: "Shippori Mincho B1";
  margin-bottom: 35px;
  border-bottom: 6px double #03bbaf;
}
.progress .img {
  width: 30%;
}
.progress .txtbox {
  width: 65%;
}
.progress .item {
  margin-bottom: 30px;
}
.progress .item .ttl {
  font-size: 18px;
  font-weight: bold;
  font-family: "Shippori Mincho B1";
  margin-bottom: 10px;
}
.content .caution {
  padding: 30px 0;
  background: #e7efec;
}
.flow {
  margin-top: 80px;
}
.flow-item {
  border: 1px solid #533c36;
  margin-bottom: 85px;
  position: relative;
  z-index: 1;
  padding: 15px 0 40px;
}
.flow-item::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 35px solid #004a45;
  position: absolute;
  bottom: -65px;
  right: 50%;
  transform: translateX(50%);
}
.flow-item:last-child::after {
  display: none;
}
.flow-item .flex {
  align-items: center;
  width: 95%;
}
.flow-item .number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #03bbaf;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-family: "Shippori Mincho B1";
}
.flow-item .ttl {
  width: 25%;
  font-family: "Shippori Mincho B1";
  font-weight: bold;
  font-size: 25px;
}
.flow-item p {
  width: 60%;
}
.content_bg ul li {
  margin-bottom: 20px;
}

#prevention .item h5.ttl,
#denture .item h5.ttl,
#perio .item h5.ttl,
#pediatric .item h5.ttl,
.content.list .ttl {
  font-size: 25px;
  font-family: "Shippori Mincho B1";
  margin-bottom: 35px;
  border-bottom: 6px double #03bbaf;
}
#prevention .item .flex,
#denture .item .flex,
#pediatric .item .flex {
  margin-bottom: 65px;
}
#prevention .item .flex .ttl,
#denture .item .flex .ttl,
#pediatric .item .flex .ttl {
  font-size: 20px;
  font-weight: bold;
  font-family: "Shippori Mincho B1";
  margin-bottom: 15px;
}
.graph {
  width: 100%;
  border-collapse: collapse;
}
.graph th,
.graph td {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #707070;
}
.graph th {
  font-weight: 600;
  background: #e7efec;
}
.content .flex-2.middle img {
  margin: 0 auto;
}
.content_bg li .ttl {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
}

.list li {
  margin-bottom: 30px;
}
.list li span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Shippori Mincho B1";
}

#whitening div.ttl {
  font-size: 25px;
  font-family: "Shippori Mincho B1";
  margin-bottom: 35px;
  border-bottom: 6px double #03bbaf;
}

#whitening .flow-item .ttl {
  border-bottom: none;
}

.qa-1 {
  width: 100%;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #bcd8cd;
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #03bbaf;
  line-height: 1.2;
  content: "A";
}

/*==================================================
ページトップに戻る
===================================*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #004a45;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}
