/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
body {
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 550px) {
  body {
    line-height: 2;
  }
}

#body {
  text-align: left;
}

.red {
  color: #FF6B6B;
}

.orange {
  color: #fe6c01;
}

.white {
  color: #FFFFFF;
}

.bg-purple {
  background-color: #F8F1FF;
}

.bg-bage {
  background-color: #FFF9F1;
}

.bg-blue {
  background-color: #F1F6FF;
}

.font_small {
  font-size: 10px;
}

.border {
  border: 1px solid #ccc;
}

ul {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding: 0;
}

h2 {
  color: #FF8C21;
  padding: 1rem 0;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  margin-bottom: 15px;
}

h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: rgb(46, 116, 152);
}

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

a img {
  border: none;
}
a:link, a:visited {
  text-decoration: underline;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

li {
  list-style: none;
}

#container {
  width: 100%;
  text-align: left;
  margin: 0;
  padding-top: 20px;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.align_center {
  text-align: center;
}

.m5 {
  margin-top: 5px;
}

.m10 {
  margin-top: 10px;
}

.m15 {
  margin-top: 15px;
}

.m20 {
  margin-top: 20px;
}

.m25 {
  margin-top: 25px;
}

.m30 {
  margin-top: 30px;
}

.m40 {
  margin-top: 40px;
}

.center {
  text-align: center;
}

article {
  text-align: left;
}

.topic-3c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topic-3c li {
  width: 30%;
  list-style: none;
  position: relative;
}
@media (max-width: 550px) {
  .topic-3c li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.topic-3c li h4 {
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.topic-3c li h3 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: -50%;
  right: -50%;
  line-height: 2;
  display: block;
  margin: 0 auto;
  color: #576875;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  width: 300px;
  border-radius: 25px;
  background: #ECF1F9;
}
.topic-3c li img {
  margin: -5px auto 10px;
}
@media (max-width: 550px) {
  .topic-3c li img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.topic-3c li p {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
.topic-3c li span {
  color: #FF7A00;
}

.topic-4c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topic-4c li {
  width: 23%;
  list-style: none;
  position: relative;
}
@media (max-width: 550px) {
  .topic-4c li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.topic-4c li h4 {
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.topic-4c li h3 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: -50%;
  right: -50%;
  line-height: 2;
  display: block;
  margin: 0 auto;
  color: #576875;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  width: 300px;
  border-radius: 25px;
  background: #ECF1F9;
}
.topic-4c li img {
  margin: -5px auto 10px;
}
@media (max-width: 550px) {
  .topic-4c li img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.topic-4c li p {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
.topic-4c li span {
  color: #FF7A00;
}

.content {
  max-width: 1360px;
  padding: 2.5rem 0;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .content {
    padding: 1.2rem;
  }
}

.toku-midasi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .toku-midasi {
    padding: 0.5rem 0 0 0;
  }
}
.toku-midasi .ftf {
  color: #BA9100;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}
.toku-midasi .ftf img {
  margin-right: 10px;
}
@media (max-width: 550px) {
  .toku-midasi .ftf {
    font-size: 22px;
    text-align: left;
    margin-bottom: 0;
    margin-top: -20px;
  }
  .toku-midasi .ftf img {
    width: 60px;
    height: auto;
  }
}
.toku-midasi li {
  list-style: none;
  padding: 1.5rem 0;
  width: 47%;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 550px) {
  .toku-midasi li {
    font-size: 17px;
    text-align: left;
    padding: 0.5rem 0;
    width: 100%;
  }
}

.lead {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 550px) {
  .lead {
    font-size: 16px;
    text-align: left;
  }
}

.bene {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 105%;
  font-weight: bold;
}

.title-pink {
  color: #FF5454;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 550px) {
  .title-pink {
    font-size: 19px;
    text-align: left;
    line-height: 1.6;
  }
}

.toku-txt {
  font-size: 18px;
  text-align: left;
}
@media (max-width: 550px) {
  .toku-txt {
    font-size: 16px;
  }
}

.match {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0;
}
.match ul {
  width: 50%;
  border-radius: 18px;
  background: #FFF6F6;
  padding: 2rem;
}
@media (max-width: 550px) {
  .match ul {
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.match li {
  font-size: 24px;
  font-weight: 500;
  padding: 0.2rem 0;
  background-image: url(images/onmark.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 38px;
}
@media (max-width: 550px) {
  .match li {
    font-size: 18px;
    padding: 0.5rem 0;
    background-size: 18px;
    padding-left: 24px;
    line-height: 1.5;
  }
}
.match div {
  font-size: 20px;
  line-height: 2.5;
  background-image: url(images/okey.png);
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 140px;
}
@media (max-width: 550px) {
  .match div {
    padding-right: 85px;
    background-size: 90px;
    line-height: 2;
    font-size: 18px;
    background-position: 103% center;
  }
}

.kasegi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kasegi li {
  width: 49%;
  line-height: 1.5;
}
@media (max-width: 550px) {
  .kasegi li {
    line-height: 1.3;
    text-align: center;
  }
}
.kasegi li img {
  float: left;
  width: 120px;
  height: auto;
}
@media (max-width: 550px) {
  .kasegi li img {
    display: block;
    float: none;
    margin: 10px auto;
  }
}
.kasegi li .forte {
  font-size: 20px;
}
.kasegi li p {
  color: #FF4545;
}
.kasegi li .money {
  font-size: 34px;
}
@media (max-width: 550px) {
  .kasegi li .money {
    font-size: 30px;
  }
}

.kouza-topic {
  margin-top: 1rem;
  border-radius: 18px;
  border: 7px solid #68BEE3;
  background: #fbfaf4;
  padding: 2rem;
}
@media (max-width: 550px) {
  .kouza-topic {
    border: 5px solid #68BEE3;
    background: #fbfaf4;
    padding: 0.6rem;
  }
}
.kouza-topic h3 {
  color: #005DA0;
  text-align: center;
  font-size: 24px;
  font-style: normal;
}
@media (max-width: 550px) {
  .kouza-topic h3 {
    line-height: 1.3;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
}
.kouza-topic li {
  font-size: 20px;
  text-align: left;
}
@media (max-width: 550px) {
  .kouza-topic li {
    font-size: 18px;
  }
}
.kouza-topic div {
  overflow: hidden;
  padding: 1rem 0;
}
@media (max-width: 550px) {
  .kouza-topic div {
    padding: 0;
  }
}
.kouza-topic div p {
  font-size: 22px;
  text-align: left;
}
@media (max-width: 550px) {
  .kouza-topic div p {
    font-size: 18px;
  }
}
.kouza-topic img {
  width: 160px;
  height: auto;
  float: left;
  margin-right: 2rem;
}
@media (max-width: 550px) {
  .kouza-topic img {
    float: none;
    display: block;
    margin: 10px auto;
  }
}

.kouzamei {
  display: flex;
  flex-wrap: wrap;
}
.kouzamei p {
  display: inline-block;
  background-color: #25A6C2;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding: 1rem;
  margin: 0.6rem;
}
.kouzamei p a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 550px) {
  .kouzamei p {
    padding: 0.3rem;
    margin: 0.3rem;
    font-size: 18px;
  }
}

.kouzamei2 {
  display: flex;
  flex-wrap: wrap;
}
.kouzamei2 p {
  display: inline-block;
  background-color: #25A6C2;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 0.5rem;
  margin: 0.6rem;
}
.kouzamei2 p a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 550px) {
  .kouzamei2 p {
    padding: 0.2rem 0.4rem;
    margin: 0.4rem;
    font-size: 16px !important;
  }
}

.kana-area {
  display: flex;
  padding: 1rem 0;
  justify-content: space-between;
  font-size: 22px;
}
@media (max-width: 550px) {
  .kana-area {
    flex-wrap: wrap;
    font-size: 18px;
  }
}
.kana-area .first {
  width: 60%;
}
@media (max-width: 550px) {
  .kana-area .first {
    width: 100%;
  }
}
.kana-area .sec {
  width: 35%;
}
@media (max-width: 550px) {
  .kana-area .sec {
    width: 100%;
  }
}
.kana-area iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 550px) {
  .kana-area iframe {
    height: 250px;
  }
}

.title-kanaeru {
  font-size: 30px;
  text-align: center;
  color: #005DA0;
  padding: 4rem 0 2rem;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .title-kanaeru {
    font-size: 22px;
    line-height: 1.6;
    padding: 2rem 0 1rem;
  }
}

.fuki {
  border-radius: 18px;
  background: #FFF;
  padding: 2rem;
  width: 60%;
  padding-right: 200px;
  margin: 2rem auto;
  background-image: url(images/check.svg);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 98% bottom;
}
@media (max-width: 550px) {
  .fuki {
    width: 100%;
    padding: 1.3rem;
    padding-right: 100px;
    margin: 0 auto 1rem;
    font-size: 15px;
    background-size: 120px;
    background-position: 100% center;
    box-sizing: border-box;
  }
}

.bg-htf {
  background-image: url(images/htfbg.webp);
  background-size: cover;
}

.kousi-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kousi-list li {
  width: 46%;
  display: flex;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 550px) {
  .kousi-list li {
    width: 100%;
    flex-wrap: wrap;
    padding: 0.8rem;
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .kousi-list li p {
    margin-bottom: 0;
  }
}
.kousi-list li h4 {
  color: #FF8C21;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Serif JP";
}
@media (max-width: 550px) {
  .kousi-list li h4 {
    font-size: 20px;
  }
}
.kousi-list li img {
  width: 160px;
  height: auto;
  margin-right: 30px;
}
@media (max-width: 550px) {
  .kousi-list li img {
    width: 140px;
    margin: 0 auto;
  }
}

.kousi-list2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kousi-list2 li {
  width: 46%;
  display: flex;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 550px) {
  .kousi-list2 li {
    width: 100%;
    padding: 0.8rem;
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .kousi-list2 li p {
    margin-bottom: 0;
  }
}
.kousi-list2 li h4 {
  color: #0698ce;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Serif JP";
}
@media (max-width: 550px) {
  .kousi-list2 li h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.kousi-list2 li img {
  width: 120px;
  height: auto;
  margin-right: 30px;
}
@media (max-width: 550px) {
  .kousi-list2 li img {
    width: 80px;
    margin: 0 auto;
    padding-right: 10px;
  }
}

.kousi-list3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.kousi-list3 .kouzamei p {
  font-size: 16px;
  padding: 0.2rem 0.7rem;
}
.kousi-list3 li {
  width: 46%;
  display: flex;
  margin-bottom: 2rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 15px;
  background: #ffffff;
  border: 5px solid #68BEE3;
}
@media (max-width: 550px) {
  .kousi-list3 li {
    width: 100%;
    padding: 0.8rem;
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .kousi-list3 li p {
    margin-bottom: 0;
  }
}
.kousi-list3 li h4 {
  color: #136ca7;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Serif JP";
}
@media (max-width: 550px) {
  .kousi-list3 li h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.kousi-list3 li img {
  width: 120px;
  height: auto;
  margin-right: 30px;
}
@media (max-width: 550px) {
  .kousi-list3 li img {
    width: 80px;
    margin: 0 auto;
    padding-right: 10px;
  }
}

.muryou-obi {
  background-color: #88B920;
  color: #ffffff;
}

.title-main {
  display: flex;
  align-items: center;
  color: #D1A73C;
  background-image: url(images/title-head.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 1.5rem;
  font-weight: 500;
}
.title-main:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #D7BA71;
  margin-right: 1rem;
}
.title-main:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #D7BA71;
  margin-left: 1rem;
}
@media (max-width: 550px) {
  .title-main {
    padding-bottom: 0;
  }
}

.point {
  display: flex;
  justify-content: center;
  color: #FE810E;
  font-size: 26px;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .point {
    font-size: 19px;
    letter-spacing: -0.5px;
    flex-wrap: wrap;
  }
}
.point p {
  background-image: url(images/onmark.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  padding: 8px 40px;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  .point p {
    width: 100%;
    padding: 0;
    padding-left: 28px;
    background-size: 20px;
    text-align: left;
    line-height: 1.5;
  }
}

@media (max-width: 550px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 550px) {
  .sp {
    display: inherit;
  }
}

.smunder_yoyaku {
  display: none;
}
@media (max-width: 550px) {
  .smunder_yoyaku {
    display: inherit;
    padding-top: 0px;
    font-size: 14px;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #f0edde;
    z-index: 100;
    color: #000000;
  }
}

.smunder_btn {
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  text-align: center;
  background-color: rgb(255, 152, 67);
}
.smunder_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 7px 3.53% 7px 3.53%;
  background-image: url(images/mail-icon.svg);
  background-position: 10% center;
  background-size: 26px auto;
  background-repeat: no-repeat;
}

.swiper-wrapper {
  height: auto !important;
  margin-bottom: 0.5rem;
}

.area-fol {
  background-color: #ffffff;
  padding: 1.5rem;
  border: #06b0ce solid 3px;
}
@media (max-width: 550px) {
  .area-fol {
    padding: 1rem;
  }
}
.area-fol ul {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 550px) {
  .area-fol ul {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    font-size: 14px;
  }
}
.area-fol .fol-fis {
  width: 43%;
}
@media (max-width: 550px) {
  .area-fol .fol-fis {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.area-fol .fol-sub {
  width: 53%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .area-fol .fol-sub {
    width: 100%;
  }
}
.area-fol .fol-sub div {
  width: 48%;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .area-fol .fol-sub div {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.area-fol .fol-sub div h4 {
  margin-top: 1rem;
}

@media (max-width: 550px) {
  main {
    padding-bottom: 3rem;
  }
}/*# sourceMappingURL=style.css.map */