html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
em,
img,
q,
small,
ul,
li,
form,
label,
table,
caption,
footer,
header,
menu,
nav,
output,
section,
time,
textarea,
input {
  font: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: bold;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ＭＳ Ｐゴシック", sans-serif;
}

html {
  display: block;
  margin: 0 auto;
}

body {
  width: 100%;
  margin: 0 auto;
}
main {
  padding-bottom: 1em;
}
section {
  padding: 0;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
}
header .container {
  display: flex;
  width: 100%;
  background-color: #fff;
}

header .container img {
  width: 20%;
  margin: 10px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #fff;
}

.header-left {
  width: 80%;
}

.header-right {
  width: 20%;
}

.header-right a {
  width: 26vw; /* auto */;
  text-align: center;
  float: right;
  text-decoration: none;
  background-color: #fb7d00;
  margin: 10% 10%;
  padding: 5px 5px;
  border: 1px solid #fb7d00;
  border-radius: 20px;
  color: white;
  font-size: 12px; /* 15px; */
  font-weight: bold;
}

.top-wrap {
  position: relative;
  height: 300px;
  padding: 0;
}

.top-wrap img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.circle {
  width: 70%;
  height: 90%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.9;
  filter: blur(25px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv-title {
  width: 100%;
  z-index: 5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv-title {
    top: 40%;
  }
}
.fv-title h1 {
  font-size: 23px;
}

.fv-title p {
  color: #0E58C4;
  font-weight: bold;
  font-size: 12px;
}

.fv-title p2 {
  color: #EA7500;
  font-weight: bold;
  font-size: 18px;
}

.fv-title h2 {
  color: #E53619;
  font-size: 30px;
}

/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /* ボタンの装飾 */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(68, 164, 212, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}

.intro-wrap {
  text-align: center;
}

.intro {
  background-color: #052077;
  color: #fff;
}

.intro h3 {
  font-size: 25px;
  padding: 2em 0;
  margin: 0;
  line-height: 2em;
  text-shadow: 0 0 3px #fff, 0 0 11px #fff;
}

/*ここからアコーディオンメニュー*/

.accordion-menu {
  width: 90%;
  margin: 1em auto;
}

.accordion {
  display: block;
  width: 100%;
}

.head {
  position: relative;
  width: 100%;
  height: auto;
  background: #44a4d4;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  cursor: pointer;
}

.heading {
  font-size: 25px;
  margin: 5px 0;
}

.head:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  /*横線*/
  width: 24px;
  height: 2px;
  background: #fff;
}
.head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  transition: all 0.3s;
  /*縦線*/
  width: 2px;
  height: 24px;
  background: #fff;
}
.head.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}
.content {
  display: none;
  border-left: 1px solid #44a4d4;
  border-right: 1px solid #44a4d4;
}

.content:last-child {
  border-bottom: 1px solid #44a4d4;
}

.list + .list {
  border-top: 1px solid #44a4d4;
}

.list {
  background: #fff;
  padding: 8px 16px 8px 38px; /* 8px 16px; */
  text-align: left;
  font-size: 12px;
  font-weight: bolder;
  color: #595959;

    background-image: url(../22517255.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: center;
}

.list span {
  color: #fb7d00;
}

/*  ---------------------
 以下は調整用
--------------------- */
h2 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*アコーディオンメニューここまで*/

.blue {
  color: #44a4d4;
}

.orange {
  color: #fb7d00;
}

.inquiry {
  position: relative;
}

.inquiry img {
  width: 90%;
}

.service h2 {
  color: #fff;
  background-color: #44a4d4;
  text-align: center;
  padding: 1em 0;
  margin: 0;
}

.service-box {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 400px;
  height: 170px;
  background-color: #defefe;
  border-radius: 30px;
  padding: 1em;
  margin: 1em auto 0;
}

.icon img {
  width: 15%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 8%;
  left: 2%;
}

.icon h4 {
  color: #fb7d00;
  line-height: 1em;
  font-size: 15px;
  text-align: center;
}
.service-box p {
  display: inline-block;
}

.text {
  font-size: 15px;
  text-align: left;
  margin: 10px auto;
}

.text2 {
  font-size: 15px;
  text-align: left;
  margin: 25px auto;
}

.contact {
  text-align: center;
  margin: 3em 0;
}

.contact h2 {
  background-color: #44a4d4;
  color: #fff;
  padding: 1em 0;
}

.contact-box {
  position: relative;
  margin: 1em 0 3em;
}

.contact-box img {
  width: 100%;
}

.contact-box p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-box span {
  letter-spacing: 3px;
  color: #fb7d00;
}
.free {
  font-size: 60px;
}

.contact a {
  display: inline-block;
  text-decoration: none;
  background-color: #fce446;
  border-radius: 30px;
  padding: 1em;
  margin-top: 1.2em;
  color: #052077;
  font-size: 20px;
  font-weight: bold;
}

.contact a:hover {
  background-color: #052077;
  color: #fff;
}

footer {
  width: 100%;
  background-color: #44a4d4;
  text-align: center;
  padding: 2em 0 0;
}

.footer-navi ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 2em;
}

.footer-navi ul li {
  font-size: 15px;
  text-decoration: none;
  list-style: none;
  margin-bottom: 2em;
}

footer p {
  font-size: 10px;
  color: #fff;
  margin: 0 auto 1em;
}

.footer-logo {
  height: 50px;
}

.footer-logo img {
  width: 100%;
  margin: 0;
  cursor: pointer;
}

/*タブレットサイズ*/
@media screen and (min-width: 600px) {
  html {
    width: 100%;
  }
  p {
    font-size: 20px;
  }
  h1,
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  .header-right a {
    width: 20vw;
    font-size: 16px; /*  20px; */
  }
  .top-wrap {
    height: auto;
  }
  .top-wrap img {
    height: 100%;
    vertical-align: top;
  }
  .circle {
    width: 50%;
    height: 90%;
  }
  .fv-title h1 {
    font-size: 28px;
  }
  .fv-title h2 {
    font-size: 35px;
  }

  .fv-title p {
    font-size: 14px;
  }
  .br-sp {
    display: none;
  }

  .intro h3 {
    padding: 2em 0;
  }
  .heading {
    font-size: 30px;
  }

  .list {
      padding: 8px 16px 8px 44px;
    font-size: 14px;
      background-size: 26px;
      background-position-x: 4px;
  }
  .services {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-box p {
    font-size: 50px;
    line-height: 80px;
  }

  .contact a {
    font-size: 25px;
  }

  .free {
    font-size: 80px;
  }

  .footer-navi ul {
    display: flex;
    justify-content: space-around;
  }
  .footer-navi ul li {
    font-size: 18px;
  }
  footer p {
    font-size: 13px;
    margin: 0 auto 1em;
  }
}

/*PCサイズ*/
@media screen and (min-width: 1025px) {
  html {
    width: 100%;
    max-width: 1280px;
  }
  p {
    font-size: 40px;
  }
  h1,
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 40px;
  }
  .header-right a {
    width: 16vw;
    font-size: 22px; /* 30px; */
  }
  .top-wrap {
    height: auto;
  }
  .top-wrap img {
    height: 100%;
    vertical-align: top;
  }
  .circle {
    width: 50%;
    height: 90%;
  }
  .fv-title h1 {
    font-size: 40px;
  }
  .fv-title h2 {
    font-size: 50px;
  }

  .fv-title p {
    font-size: 20px;
  }
  .br-sp {
    display: none;
  }
  .intro h3 {
    font-size: 35px;
    padding: 2em 0;
  }
  .heading {
    font-size: 40px;
  }

  .list {
      padding: 8px 16px 8px 54px;
    font-size: 20px;
      background-size: 30px;
      background-position-x: 6px;
  }
  .contact-box p {
    font-size: 80px;
    line-height: 130px;
  }

  .free {
    font-size: 120px;
  }
  .contact a {
    font-size: 40px;
  }
  .services {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-navi ul {
    display: flex;
    justify-content: space-around;
  }
  .footer-navi ul li {
    font-size: 22px;
  }
  footer p {
    font-size: 17px;
    margin: 0 auto 1em;
  }
}




.annai-box {
  position: relative;
  /* font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; */
}

#doctor_sm {
  display:none;
}
#doctor_pc {
  position: absolute;
  display: inline-block;
  top: -40px;
  width: 300px;
  left: 65%;
}

#annai_1,
#annai_2 {
  position: relative;
  text-align:left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
}

#annai_1 {
  left: 8%;
  width: 55%;
}
#annai_2 {
  left:  30%;
  width: 62%;
}

#annai_f {
  position: absolute;
  top: 0;
  width: 340px;
  left: 6%;
}

@media screen and (max-width: 1100px) {
  #annai_2 {
    left:  32%;
    width: 60%;
  }
  #annai_f {
    top: 40px;
    width: 30%;
  }
}

@media screen and (max-width: 1000px) {
  #doctor_pc {
    width: 30%;
  }
  #annai_f {
    top: 60px;
    width: 26%;
  }
}

@media screen and (max-width: 900px) {
  #annai_2 {
    left:  30%;
    width: 58%;
  }
  #annai_f {
    top: 90px;
    width: 24%;
  }
}

@media screen and (max-width: 800px) {
  #annai_f {
    top: 120px;
    width: 22%;
  }
}


@media screen and (max-width: 768px) {
  #doctor_sm,
  #annai_f {
    position: relative;
    display: inline-block;
    width: 50%;
  }
  #doctor_sm {
    top: -20px;
    left: 16%;
  }
  #doctor_pc {
    display:none;
  }
  #annai_1,
  #annai_2 {
    left: 8%;
    width: 84%;
    font-size: 16px;
  }
  #annai_f {
    top: 20px;
    left: -16%;
  }
}

.shoki {
  color:#0e58c4;
  font-weight: bold;
}
.norikae {
  color:#54a7d3;
  font-weight: bold;
}
.semdewa {
  color:#fa6f1a;
  font-weight: bold;
}
.muryou {
  color:#ff0000;
  font-weight: bold;
}


.plan-box {
  position: relative;
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8em;
}
.plan_title {
  margin: 10px 0 22px;
  font-size: 22px;
  font-weight: normal;
}
.course_table {
  margin: 4px auto 8px;
  width:84%;
}
.plan_table {
  width:60%;
}
.course {
  width:240px;
  color:#2995d4;
  text-align:left;
  font-size: 22px;
  font-weight: bold;
}
.detail {
  text-align:left;
  font-weight: 500;
}
.course_icon_block {
  width:140px;
  height:180px;
  background-color: #ffffff;
  text-align:center;
  font-weight: 500;
  line-height: 1.4em;
  border-radius:20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.course_plus_block {
}
.course_icon {
  width: 100px;
}
.course_plus {
  width: 46px;
}

.tada {
  color:#ff0000;
}

@media screen and (max-width: 768px) {
  .plan-box {
    position: relative;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6em;
  }
  .plan_title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: normal;
  }
  .course {
    width:110px;
    font-size: 16px;
  }
  .detail {
  }
  .course_icon_block {
    width:112px;
    height:144px;
    border-radius:16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
  }
  .course_plus_block {
  }
  .course_icon {
    width: 80px;
  }
  .course_plus {
    width: 36px;
  }
}




.course_tester {  
    position: relative;
    margin: 12px 0 0;
    background-image: url(../top_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.course_tester_ex {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    color: white;
    background-color: rgba(0,0,0, 0.5);
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course_tester_ex h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 0;
    /* margin-bottom: 20px; */
/*    font-size: 2.6rem;*/
}

.course_tester_ex p {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 25px;
    width: 100%;
}

.course_tester_ex a {
    background-color: #4a8ef2;
    counter-reset: white;
    width: 240px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 1.4rem;
    font-weight: normal;
}

@media screen and (max-width: 780px) {
    .course_tester {
        min-height: 400px;
    }
    .course_tester_ex {
        width: 100%;
    }
}