/*           common            */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
  /*scroll-padding-top: 60px;*/
}
.min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
}
.futura {
  font-family: "Renner*";
}
body {
  font-size: 1.4rem;
  color: #4d4d4d;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
p,
dt,
dd,
li,
th {
  line-height: 1.6em;
  font-weight: 400;
}
b {
  font-weight: 600;
  color: #5dc1cf;
}
a {
  text-decoration: none;
  color: #333333;
}
a:visited {
  color: #333333;
}
a:hover {
  opacity: 0.8;
  transition: 0.7s;
}
li {
  list-style-type: none;
}
img {
  flex-shrink: 0;
}
.inr10 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.inr20 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.inr30 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
.rtn {
  flex-direction: row-reverse;
}
.midashi-1 {
  font-size: 2.3rem;
  color: #d9318b;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 20px;
  overflow: hidden;
  padding: 30px 0;
}
.midashi-1 > span {
  position: relative;
  display: inline-block;
}
.midashi-1 > span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #d9318b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -105%;
  margin: auto;
}
.midashi-1 > span::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #d9318b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -105%;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7,
  h8,
  p,
  dt,
  dd,
  li,
  th {
    font-weight: 400;
    line-height: 1.8em;
    padding: 0;
    margin: 0;
  }
  .flex-ctr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp-only {
    display: none;
  }
  .midashi-1 {
    font-size: 3.8rem;
    color: #d9318b;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
      "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
    max-width: 1080px;
  }
  .midashi-1 > span {
    position: relative;
    display: inline-block;
    min-width: 600px;
  }
  .midashi-1 > span::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #d9318b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 30px);
    margin: auto;
  }
  .midashi-1 > span::before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #d9318b;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 30px);
    margin: auto;
  }
}
@media print, screen and (min-width: 980px) {
  body {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .inr10,
  .inr20,
  .inr30 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/*              */
/*    header    */
/*              */
header {
  position: relative;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 40px;
  border-bottom: 0.5px solid #333;
}
.header-inr {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.header-title {
  width: 50%;
  max-width: 160px;
  position: relative;
  top: 9px;
}
.header-bnr {
  color: #fff;
  display: inline-block;
  background: #5dc1cf;
  padding: 6px 10px;
  font-size: 1.1rem;
  border-radius: 30px;
  min-width: 160px;
  position: relative;
  top: 8px;
}

@media print, screen and (min-width: 768px) {
  header {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 78.5px;
    margin-bottom: -78.5px;
  }
  .header-inr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header-title {
    width: 50%;
    max-width: 260px;
    position: relative;
    top: 28px;
  }
  .header-bnr {
    color: #fff;
    display: inline-block;
    background: #5dc1cf;
    padding: 10px 16px;
    font-size: 1.6rem;
    border-radius: 30px;
    min-width: 160px;
    position: relative;
    top: 24px;
  }
}

/*              */
/*    footer    */
/* 
*/

footer {
  margin-top: 80px;
}
.footer-title {
  width: 100%;
  max-width: 220px;
  margin: auto;
}
.footer-title img {
  width: 100%;
}
.footer-fixed {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 0;
  z-index: 999;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  transform: translateY(100px);
  transition: 0.7s;
}
.footer-fixed-open {
  transform: translateY(0);
}
.footer-fixed-close {
  transform: translateY(-100px);
}
.footer-fixed .flex-ctr {
  display: flex;
  justify-content: space-between;
  max-width: 375px;
  margin: auto;
  padding: 0 20px;
}
.footer-fixed .flex-ctr > div {
  width: calc(100% / 2 - 4px);
}

.cp {
  text-align: center;
  font-size: 0.9rem;
  margin: 8px 0;
}

@media (min-width: 768px) {
}
/* 上に戻る　*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 999;
}
.pagetop a {
  background: rgba(93, 193, 207, 0.3);
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 50%;
}
.pagetop a:hover {
  background: #ceecf1;
}
.pagetop a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  border-top: 1px solid #5dc1cf;
  border-right: 1px solid #5dc1cf;
  transform: rotate(-45deg);
  margin: auto;
}
.pagetop a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: 64px;
    right: 20px;
    z-index: 999;
  }
  .pagetop a {
    background: rgba(93, 193, 207, 0.3);
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 50%;
  }
  .pagetop a:hover {
    background: #ceecf1;
  }
  .pagetop a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 21px;
    right: 0;
    left: 0;
    border-top: 1px solid #5dc1cf;
    border-right: 1px solid #5dc1cf;
    transform: rotate(-45deg);
    margin: auto;
  }
  .pagetop a:hover {
    opacity: 0.8;
  }
}
