@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
body {
    letter-spacing: normal;
  }

  /* IE11 */
}
a:link, a:visited {
  text-decoration: underline;
}

a.c-button {
  text-decoration: none;
}

/* ========================================================
矢印アイコン
=========================================================*/
.arrow {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::after, .arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}


.arrow_up::before {
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow_up::after {
  display: block;
  padding: 4px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  content: "";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-transform: scale(0.8) rotate(45deg);
          transform: scale(0.8) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .arrow_up::after {
    width: 60px;
    height: 60px;
  }
}

/* ========================================================
ページトップに戻るボタン
=========================================================*/
#btn-backtotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 768px) {
  #btn-backtotop {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
#btn-backtotop.fadein {
  opacity: 0.65;
}
@media screen and (max-width: 767px) {
  #btn-backtotop:hover::after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#btn-backtotop .arrow {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  #btn-backtotop .arrow {
    width: 60px;
    height: 60px;
  }
}
#btn-backtotop .arrow::before {
  z-index: 1;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  #btn-backtotop .arrow::before {
    width: 10px;
    height: 10px;
  }
}

.c-body {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .c-body {
    font-size: 21px;
  }
}

.u-br::before {
  content: "\a";
  white-space: pre;
}

@media only screen and (min-width: 960px) {
  .w960\:u-br::before {
    content: "\a";
    white-space: pre;
  }
}
@media only screen and (min-width: 768px) {
  .tablet\:u-br::before {
    content: "\a";
    white-space: pre;
  }
}
@media only screen and (min-width: 600px) {
  .w600\:u-br-clear::before {
    content: "";
  }
}
.c-c-blue {
  color: #0098d8;
}

.c-bg-gray {
  background-color: #f5f5f5;
}

.c-bg-ornament {
  padding-bottom: 119px;
  background-image: url(../images/aunament.png);
  background-position: center bottom;
  background-size: calc(2204px * 0.5);
  background-repeat: repeat-x;
}

.c-button {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 60px;
  border-radius: 54px;
  color: white;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  line-height: 1.25;
}
@media only screen and (min-width: 600px) {
  .c-button {
    width: 320px;
  }
}
@media only screen and (min-width: 960px) {
  .c-button {
    width: 530px;
    height: 108px;
    border-radius: 54px;
  }
}
.c-button--1 {
  background-color: #58b331;
}
.c-button--orange {
  background-color: #eb651a;
}
.c-button--blue {
  background-color: #0098d8;
}

.c-ttl {
  position: relative;
  padding-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 600px) {
  .c-ttl {
    padding-bottom: 16px;
  }
}
.c-ttl::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2.6666666667vw;
  background-image: url(../images/border.png);
  background-size: 299.6px;
  content: "";
}
@media only screen and (min-width: 600px) {
  .c-ttl::after {
    height: 16px;
    background-size: 524.3px;
  }
}

.p-masthead h1 {
  font-size: 0;
}

.p-kv--border {
  position: relative;
  padding-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 600px) {
  .p-kv--border {
    padding-bottom: 16px;
  }
}
.p-kv--border::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2.6666666667vw;
  background-image: url(../images/border.png);
  background-size: 299.6px;
  content: "";
}
@media only screen and (min-width: 600px) {
  .p-kv--border::after {
    height: 16px;
    background-size: 524.3px;
  }
}
.p-kv__block {
  padding-top: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  padding-bottom: 3.3333333333vw;
  padding-left: 1.6666666667vw;
}
@media only screen and (min-width: 960px) {
  .p-kv__block {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
  }
}
.p-kv__lead {
  font-size: 5.2083333333vw;
  line-height: 1.2;
}
@media only screen and (min-width: 960px) {
  .p-kv__lead {
    font-size: 50px;
  }
}
.p-kv__lead--home {
  margin-bottom: 3.125vw;
  font-size: 4.375vw;
}
@media only screen and (min-width: 960px) {
  .p-kv__lead--home {
    margin-bottom: 18px;
    font-size: 42px;
  }
}
.p-kv__lead__strong {
  font-size: 6.7708333333vw;
}
@media only screen and (min-width: 960px) {
  .p-kv__lead__strong {
    font-size: 65px;
  }
}
.p-kv__label {
  margin-top: 2.0833333333vw;
  font-size: 2.8125vw;
}
@media only screen and (min-width: 960px) {
  .p-kv__label {
    margin-top: 20px;
    font-size: 27px;
  }
}
.p-kv__pocke {
  margin-left: 2.0833333333vw;
  max-width: 20.8333333333vw;
}
@media only screen and (min-width: 960px) {
  .p-kv__pocke {
    margin-left: 20px;
    max-width: 200px;
  }
}
.p-kv__pocke--home {
  max-width: 16.6666666667vw;
}
@media only screen and (min-width: 960px) {
  .p-kv__pocke--home {
    max-width: 160px;
  }
}

.p-nav {
  background-color: #00a6d9;
  color: white;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Kiwi Maru", serif;
}
.p-nav ul {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.p-nav li {
  display: table-cell;
}
.p-nav li::after {
  content: "|";
}
.p-nav li:nth-last-of-type(1)::after {
  content: "";
}
.p-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .p-nav a {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.p-nav a.current {
  color: #19486a;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-lead::after {
    margin-right: 2.0833333333vw;
    width: 12.5vw;
    content: "";
  }
}
@media only screen and (min-width: 960px) {
  .p-lead::after {
    margin-right: 20px;
    width: 120px;
  }
}
.p-lead__balloon {
  position: relative;
  display: table;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #ff9800;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .p-lead__balloon {
    right: 0;
    margin-right: 0;
    margin-left: 2.0833333333vw;
    padding: 1.0416666667vw;
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 50%;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 12.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .p-lead__balloon {
    margin-left: 20px;
    padding: 10px;
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
.p-lead__balloon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  width: 0;
  height: 0;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #ff9900 transparent transparent transparent;
  content: "";
}
@media only screen and (min-width: 768px) {
  .p-lead__balloon::before {
    bottom: 0;
    left: -1.0416666667vw;
    margin-right: 0;
    margin-bottom: auto;
    margin-left: 0;
    border-width: 0.7291666667vw 1.0416666667vw 0.7291666667vw 0;
    border-color: transparent #ff9900 transparent transparent;
  }
}
@media only screen and (min-width: 960px) {
  .p-lead__balloon::before {
    left: -10px;
    border-width: 7px 10px 7px 0;
  }
}
.p-lead__balloon p {
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .p-lead__balloon p {
    display: block;
    margin-bottom: 0;
    padding-top: 2.0833333333vw;
    font-size: 1.4583333333vw;
    line-height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 960px) {
  .p-lead__balloon p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.p-lead__ttl {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .p-lead__ttl {
    font-size: 3.75vw;
  }
}
@media only screen and (min-width: 960px) {
  .p-lead__ttl {
    font-size: 36px;
  }
}

.p-content--circle {
  position: relative;
}
.p-content--circle::after {
  position: absolute;
  top: -9.765625vw;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 78.125vw;
  height: 78.125vw;
  border-radius: 50%;
  background-color: #f5f5f5;
  content: "";
}
@media only screen and (min-width: 1024px) {
  .p-content--circle::after {
    top: -100px;
    width: 800px;
    height: 800px;
  }
}
.p-content article,
.p-content h1 {
  position: relative;
  z-index: 1;
}
.p-content h1 {
  color: #0098d8;
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
}

.p-total__pocke-box {
  position: relative;
  padding-right: 46px;
  height: 94.8px;
  background-image: url(../images/pocke.png);
  background-position: right bottom;
  background-size: calc(180px * 0.2);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 375px) {
  .p-total__pocke-box {
    padding-right: 64px;
    height: 142.2px;
    background-size: calc(180px * 0.3);
  }
}
@media only screen and (min-width: 600px) {
  .p-total__pocke-box {
    padding-right: 100px;
    height: 237px;
    background-size: calc(180px * 0.5);
  }
}
@media only screen and (min-width: 768px) {
  .p-total__pocke-box {
    padding-right: 100px;
    height: 237px;
    background-size: calc(180px * 0.5);
  }
}
.p-total__lead {
  position: relative;
  padding-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 600px) {
  .p-total__lead {
    padding-bottom: 16px;
  }
}
.p-total__lead::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2.6666666667vw;
  background-image: url(../images/border.png);
  background-size: 299.6px;
  content: "";
}
@media only screen and (min-width: 600px) {
  .p-total__lead::after {
    height: 16px;
    background-size: 524.3px;
  }
}
.p-total__num {
  color: #c60f28;
  font-size: 30px;
}
@media only screen and (min-width: 375px) {
  .p-total__num {
    font-size: 36px;
  }
}
@media only screen and (min-width: 425px) {
  .p-total__num {
    font-size: 48px;
  }
}
@media only screen and (min-width: 600px) {
  .p-total__num {
    font-size: 64px;
  }
}
@media only screen and (min-width: 960px) {
  .p-total__num {
    font-size: 90px;
  }
}

.p-theme h2 {
  color: #58b331;
}

.p-dh-footer li {
  display: inline;
}
.p-dh-footer li::after {
  display: inline;
  content: " | ";
}
.p-dh-footer li:nth-last-child(1)::after {
  content: "";
}

.youtube {
  position: relative;
  overflow: hidden;
  padding-top: 69px;
  padding-bottom: 50%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
