@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*
100=Thin (Hairline)
300=Light
400=Normal
500=Medium
700=Bold
800=Extra Bold (Ultra Bold)
900=Black (Heavy)
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*フォントウェイト　300,400,500,700,900*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*フォントウェイト　100,300,350,400,500,700,900*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  color: #2F3031;
  /*メインで使用するフォントが明朝体のとき
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  */
  /*メインで使用するフォントが丸ゴシックのとき
  font-family: "Rounded Mplus 1c",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
  /*メインで使用するフォントはNotoSansのとき
  font-family: 'Noto Sans Japanese', sans-serif;*/
  background-color: #FFF6ED;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

main {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 50px;
  }
}

/*/////////////////////////////
共通装飾クラス
/////////////////////////////*/
.contentswrap {
  max-width: 870px;
  margin: 0 auto;
  width: 92%;
}

.txt {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt {
    font-size: 15px;
  }
}

.centerTxt {
  text-align: center;
}

.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

a.underline {
  text-decoration: underline !important;
}

.font_red {
  color: #fc6060;
}

.font_b {
  font-weight: bolder;
}

.ant {
  font-size: 13px;
}

/*/////////////////////////////
共通レイアウト
/////////////////////////////*/
#header {
  text-align: center;
  background-color: #fff;
  position: fixed;
  width: 100%;
  padding-top: 14px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #header {
    height: 50px;
    border-bottom: 1px solid #23B3BD;
  }
}
#header .logo img {
  max-width: 220px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #header .logo img {
    width: 60%;
    max-width: 140px;
  }
}
#header #Topmenu {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
  border-top: 1px solid #040000;
  background-color: #FFF6ED;
}
@media screen and (max-width: 767px) {
  #header #Topmenu {
    display: none;
  }
}
#header #Topmenu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header #Topmenu ul li.active a {
  border-bottom: 5px solid #23B3BD;
}
#header #Topmenu ul a:hover {
  /* border-bottom: 5px solid #23B3BD; */
}
#header #Topmenu ul a {
  padding: 15px 40px;
  display: block;
  font-size: 16px;
  position: relative;
}
#header #Topmenu ul a:before {
  position: absolute;
  content: "";
  display: block;
  height: 22px;
  /* border-left: 1px solid #707070; */
  left: 0;
  top: 18px;
}
#header #Topmenu ul li:last-of-type a:after {
  position: absolute;
  content: "";
  display: block;
  height: 22px;
  /* border-left: 1px solid #707070; */
  right: 0;
  top: 18px;
}

.ttl_app {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ttl_app {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.ttl_app span.small {
  display: block;
  font-size: 16px;
}
.ttl_app span:not(.small) {
  color: #23B3BD;
}
@media screen and (max-width: 767px) {
  .ttl_app span:not(.small) {
    display: block;
    font-size: 25px;
  }
}

.ttl_lightblue {
  font-weight: 500;
  margin: 0 auto 20px;
  font-size: 17px;
  background: #EDF8F9;
  padding: 15px;
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.1));
  display: flex;
}
@media screen and (min-width: 768px) {
  .ttl_lightblue {
    font-size: 24px;
    margin-bottom: 40px;
    justify-content: center;
  }
}
.ttl_lightblue span {
  width: calc(100% - 5px);
  max-width: 850px;
  font-weight: 500;
}
.ttl_lightblue span.border {
  background: #23B3BD;
  border-radius: 5px;
  width: 5px;
  margin: -3px 10px 0 0;
  min-height: 30px;
}
@media screen and (min-width: 768px) {
  .ttl_lightblue span span {
    display: block;
    margin: 0 auto;
    max-width: 870px;
  }
}

.btn {
  display: inline-block;
  border: 2px solid #23B3BD;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 17px;
  position: relative;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 10px;
    display: block;
    letter-spacing: -0.05rem;
  }
}
.btn:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #23B3BD;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn:hover {
    transform: none;
  }
}

.btn_a {
  display: inline-block;
  border: 1px solid #2F3031;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 17px;
  position: relative;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .btn_a {
    font-size: 14px;
    padding: 10px;
    display: block;
    letter-spacing: -0.05rem;
  }
}
.btn_a:after {
  /*  display: block;
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 8px 0 8px 14px;
   border-color: transparent transparent transparent $emerald;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%) */
}
.btn_a:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .btn_a:hover {
    transform: none;
  }
}

.pagelink:before {
  content: " ";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .pagelink:before {
    margin-top: -50px;
    height: 50px;
  }
}

#app_ctnts .dflex {
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #app_ctnts .dflex {
    margin-bottom: 20px;
  }
}
#app_ctnts .dflex figure {
  max-width: 120px;
}
#app_ctnts .dflex > div {
  margin-left: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #app_ctnts .dflex > div {
    margin-left: 5%;
  }
}
#app_ctnts .dflex > div p {
  font-size: 15px;
  color: #23B3BD;
  font-weight: 500;
  letter-spacing: -0.05rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #app_ctnts .dflex > div p {
    margin-top: 40px;
  }
}
#app_ctnts .dflex > div p:before {
  display: inline-block;
  content: "";
  border-left: 1px solid #23B3BD;
  height: 20px;
  width: 1px;
  transform: rotate(-30deg);
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #app_ctnts .dflex > div p:before {
    height: 40px;
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    transform: rotate(-20deg);
  }
}
#app_ctnts .dflex > div p:after {
  display: inline-block;
  content: "";
  border-left: 1px solid #23B3BD;
  height: 20px;
  width: 1px;
  transform: rotate(30deg);
  vertical-align: middle;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #app_ctnts .dflex > div p:after {
    height: 40px;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(20deg);
  }
}
#app_ctnts .dflex > div img {
  display: block;
  margin: 15px auto;
  max-width: 155px;
}
@media screen and (max-width: 767px) {
  #app_ctnts .dflex > div img.sp {
    display: none;
  }
}
#app_ctnts .btn {
  margin-bottom: 40px;
}
#app_ctnts .btn:hover {
  transform: scale(1.05);
}
#app_ctnts > p {
  font-size: 15px;
  margin-bottom: 30px;
  letter-spacing: -0.05rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #app_ctnts > p {
    text-align: left;
  }
}
#app_ctnts .catch {
  color: #23B3BD;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #app_ctnts .catch {
    text-align: center;
    font-size: 18px;
  }
}
#app_ctnts .catch:before {
  display: inline-block;
  content: "";
  border-left: 1px solid #23B3BD;
  height: 30px;
  width: 1px;
  transform: rotate(-30deg);
  vertical-align: middle;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #app_ctnts .catch:before {
    height: 70px;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    transform: rotate(-15deg);
  }
}
#app_ctnts .catch:after {
  display: inline-block;
  content: "";
  border-left: 1px solid #23B3BD;
  height: 30px;
  width: 1px;
  transform: rotate(30deg);
  vertical-align: middle;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  #app_ctnts .catch:after {
    height: 70px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    transform: rotate(15deg);
  }
}
#app_ctnts .catch span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #app_ctnts .catch span {
    font-size: 12px;
  }
}
#app_ctnts .txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #app_ctnts .txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #app_ctnts .qr {
    display: none !important;
  }
}

#attention {
  font-size: 11px;
  margin-top: 30px;
  line-height: 1.6;
}

#footer {
  background: #EBEBEB;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 22px 2%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #footer ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
  }
}
#footer li {
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #footer li {
    width: 50%;
    border-top: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
  }
}
#footer li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #footer li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer li a {
    background: #fff;
    display: block;
    padding: 10px;
  }
}
#footer .copyright {
  font-size: 8px;
  margin-top: 20px;
}
#footer .copyright img {
  display: block;
  max-width: 214px;
  margin: 0 auto;
}

#btnDL {
  position: fixed;
  bottom: 0;
  right: 5px;
  width: 95px;
  line-height: 0;
  z-index: 9;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #btnDL {
    display: none !important;
  }
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 103;
  left: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 5px;
    left: inherit;
    right: 5px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #707070;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #707070;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

nav.globalMenuSp {
  opacity: 0;
}
nav.globalMenuSp.active > div {
  display: block;
}
nav.globalMenuSp > div {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  width: 80%;
  max-width: 540px;
  height: 100vh;
  padding: 65px 20px 20px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  text-align: left;
  overflow: scroll;
  display: none;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp > div {
    left: auto;
    right: 0;
    padding: 0;
  }
}
nav.globalMenuSp > div .banner {
  width: 90%;
  margin: 15px auto 5px;
  display: block;
}
nav.globalMenuSp > div dt {
  background: #23B3BD;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
}
nav.globalMenuSp > div dd {
  font-size: 15px;
}
nav.globalMenuSp > div .app {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  nav.globalMenuSp > div .app {
    display: none;
  }
}
nav.globalMenuSp > div .app div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
nav.globalMenuSp > div .app div .mpoint {
  max-width: 64px;
  margin-right: 15px;
}
nav.globalMenuSp > div .app div .dl + .dl {
  margin-left: 10px;
}
nav.globalMenuSp > div .app div .dl img {
  max-height: 40px;
  margin-top: 10px;
}

a.top {
  display: block;
  color: #000;
  padding: 10px;
  text-decoration: none;
  position: relative;
  border-top: 1px solid #23B3BD;
  font-size: 15px;
}
a.top:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #23B3BD;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  border-bottom: 1px solid #23B3BD;
}
nav.globalMenuSp ul li span {
  padding: 10px;
  display: block;
}
nav.globalMenuSp ul li ul {
  border-top: 1px solid #23B3BD;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
nav.globalMenuSp ul li ul li {
  width: 50%;
}
nav.globalMenuSp ul li ul li + li {
  border-left: 1px solid #23B3BD;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 10px;
  text-decoration: none;
  position: relative;
}
nav.globalMenuSp ul li a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #23B3BD;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 99;
}

body.active {
  height: 100%;
  overflow: hidden;
}/*# sourceMappingURL=layout.css.map */