@charset "UTF-8";
body {
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", メイリオ”, Meiryo, serif;
  font-family: "Times New Roman", Times, serif;
  background-color: #ebf6ff;
  list-style-type: none;
  text-decoration: none;
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body .grecaptcha-badge {
    bottom: 20px !important;
  }
}

h1 {
  font-size: 48px;
  font-weight: bold;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

ul {
  list-style-type: none;
}

nav.header {
  height: 70px;
  width: 100%;
  background-color: #000;
  font-size: 18px;
  color: #fff;
  position: fixed;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  nav.header {
    height: 50px;
    font-size: 16px;
    max-width: 767px;
  }
}

nav.header #nav_header {
  height: inherit;
  width: 100%;
  background-color: inherit;
  font-size: inherit;
  color: inherit;
}

nav.header #nav_header .container {
  height: inherit;
  width: inherit;
  background-color: inherit;
  font-size: inherit;
  color: inherit;
}

nav.header #nav_header .container .header_logo {
  width: 54px;
  padding: 5px 10px;
  height: auto;
  float: left;
}

@media screen and (max-width: 767px) {
  nav.header #nav_header .container .header_logo {
    width: 37px;
    padding: 5px 10px;
  }
}

nav.header #nav_header .container .header_logo img {
  width: 100%;
}

nav.header #menuToggle {
  display: none;
  position: relative;
  cursor: pointer;
  border: none;
}

@media screen and (max-width: 767px) {
  nav.header #menuToggle {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 50px;
    height: 50px;
    background-color: #000;
  }
  nav.header #menuToggle span {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 80%;
    height: 4px;
    border-radius: 4px;
    right: 10px;
  }
  nav.header #menuToggle span:nth-of-type(1) {
    top: 10px;
  }
  nav.header #menuToggle span:nth-of-type(2) {
    top: 23px;
  }
  nav.header #menuToggle span:nth-of-type(3) {
    bottom: 10px;
  }
}

nav.header #menuToggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

nav.header #menuToggle.active span:nth-of-type(2) {
  opacity: 0;
}

nav.header #menuToggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
          transform: translateY(-13px) rotate(45deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

nav.header #gnavi {
  height: inherit;
}

nav.header #gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

@media screen and (max-width: 767px) {
  nav.header #gnavi ul {
    display: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
}

nav.header #gnavi ul .nav_item {
  padding: 10px 20px;
}

nav.header #gnavi ul .nav_item .nav_link {
  color: #fff;
  text-decoration: none;
}

nav.header #gnavi ul .nav_item .nav_link:hover, nav.header #gnavi ul .nav_item .nav_link:active {
  opacity: 0.8;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

@media screen and (max-width: 767px) {
  nav.header #gnavi.nav_collapse {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
}

@media screen and (max-width: 767px) {
  nav.header #gnavi.active {
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 185px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    top: -10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  nav.header #gnavi.active .navbar_nav {
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  nav.header #gnavi.active .navbar_nav .nav_item {
    border-top: 1px solid #fff;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
  }
  nav.header #gnavi.active .navbar_nav .nav_item .nav_link {
    text-align: center;
  }
}

.image {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .image {
    margin-bottom: 40px;
  }
}

.image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .image img {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sp_br:before {
    content: "\A";
    white-space: pre;
  }
}

.col {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  margin-bottom: 100px;
  color: #343434;
}

@media screen and (max-width: 767px) {
  .col {
    margin-bottom: 40px;
    width: 90%;
  }
}

.col .category {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .col .category {
    margin-bottom: 40px;
    width: 100%;
  }
}

.col .category .title_img {
  margin: 0 auto;
  width: 40%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .col .category .title_img {
    margin-bottom: 10px;
  }
}

.col .category .subtitle {
  font-size: 42px;
  color: #452ba4;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .col .category .subtitle {
    font-size: 24px;
  }
}

.col .category .cat_txt {
  width: 80%;
  margin: auto;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .col .category .cat_txt {
    font-size: 16px;
    white-space: normal;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}

.col .time {
  margin: 0 auto 100px;
}

@media screen and (max-width: 767px) {
  .col .time {
    margin-bottom: 40px;
  }
}

.col .time .title {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col .time .title {
    margin-bottom: 0;
  }
}

.col .time .title img {
  width: 16%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .col .time .title img {
    width: 30%;
  }
}

.col .time .subtitle {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .col .time .subtitle {
    font-size: 24px;
  }
}

.col .time .contact_btn {
  text-decoration: none;
  background-color: #007667;
  color: #fff;
  width: 50%;
  height: auto;
  padding: 20px 0;
  border: none;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .col .time .contact_btn {
    font-size: 20px;
    padding: 10px 0;
    line-height: 1.2;
  }
}

.col .time .contact_btn:hover, .col .time .contact_btn:active {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.col .time .contact_btn .contact_txt {
  color: #fff;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .col .time .contact_btn .contact_txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .col .time .contact_btn .contact_txt .sp_br:before {
    content: "\A";
    white-space: pre;
  }
}

.col .flow {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .col .flow {
    margin-bottom: 40px;
  }
}

.col .flow .title {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col .flow .title {
    margin-bottom: 0;
  }
}

.col .flow .title img {
  width: 16%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .col .flow .title img {
    width: 30%;
  }
}

.col .flow .menu_contents {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents {
    width: 100%;
    margin-bottom: 0px;
  }
}

.col .flow .menu_contents .traiangle {
  border-left: 20px solid #343434;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  width: 0;
  height: 0;
  margin: 150px 10px 0;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .traiangle {
    border-left: 10px solid #343434;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin: 72px 8px 0;
  }
}

.col .flow .menu_contents .circle_col {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.col .flow .menu_contents .circle_col .step {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .circle_col .step {
    width: 80px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.col .flow .menu_contents .circle_col .circle_flow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.col .flow .menu_contents .circle_col .circle_flow .circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid #343434;
  text-align: center;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .circle_col .circle_flow .circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
}

.col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt01 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: 26px;
  left: 4px;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt01 {
    font-size: 14px;
    top: 6px;
    left: 2px;
    padding: 4px;
    line-height: 1.2;
  }
}

.col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt01 .circle01 {
  width: 60%;
  height: auto;
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt01 .circle01 {
    width: 50%;
    margin-bottom: -2px;
  }
}

.col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt02 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: 20px;
  left: 6px;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt02 {
    font-size: 14px;
    top: 10px;
    padding: 1px;
    line-height: 1.2;
  }
}

.col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt02 .circle02 {
  width: 65%;
  height: auto;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt02 .circle02 {
    width: 54%;
    margin-bottom: 0px;
  }
}

.col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt04 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: 26px;
  left: 4px;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt04 {
    font-size: 14px;
    top: 6px;
    padding: 2px;
    line-height: 1.2;
  }
}

.col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt04 .circle04 {
  width: 68%;
  height: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .col .flow .menu_contents .circle_col .circle_flow .circle .circle_txt04 .circle04 {
    width: 61%;
    margin-bottom: 0px;
  }
}

.col .flow .subtitle_3 {
  font-size: 24px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ec7bf8));
  background: linear-gradient(transparent 70%, #ec7bf8 70%);
  display: inline;
}

@media screen and (max-width: 767px) {
  .col .flow .subtitle_3 {
    font-size: 18px;
    text-decoration: underline;
    -webkit-text-decoration-color: #ec7bf8;
            text-decoration-color: #ec7bf8;
  }
}

@media screen and (max-width: 767px) {
  .col .flow .subtitle_3 .sp_br:before {
    content: "\A";
    white-space: pre;
  }
}

.col .menu {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .col .menu {
    margin-bottom: 40px;
  }
}

.col .menu .title {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col .menu .title {
    margin-bottom: 0;
  }
}

.col .menu .title img {
  width: 16%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .col .menu .title img {
    width: 30%;
  }
}

.col .menu .menu_contents {
  width: 70%;
  margin-bottom: 40px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents {
    margin-bottom: 20px;
    width: 100%;
  }
}

.col .menu .menu_contents .menu_table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #343434;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table {
    border: 2px solid #343434;
    margin-bottom: 16px;
  }
}

.col .menu .menu_contents .menu_table tr {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table tr {
    width: 100%;
    padding: 6px;
  }
}

.col .menu .menu_contents .menu_table tr th {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  font-size: 28px;
  color: #fff;
  background-color: #343434;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table tr th {
    padding: 6px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table tr .sp_br:before {
    content: "\A";
    white-space: pre;
  }
}

.col .menu .menu_contents .menu_table tr td {
  padding: 10px;
  width: 50%;
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table tr td {
    font-size: 18px;
    padding: 3px;
    padding-left: 6px;
  }
}

.col .menu .menu_contents .menu_table tr .course {
  font-weight: bold;
  text-align: left;
  padding-left: 16%;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table tr .course {
    padding-left: 4%;
  }
}

.col .menu .menu_contents .menu_table tr .course_top {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table tr .course_top {
    padding-top: 10px;
  }
}

.col .menu .menu_contents .menu_table tr .course_td {
  text-align: left;
}

.col .menu .menu_contents .menu_table tr .course_img {
  width: 34%;
  height: auto;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  padding: 0 0 20px 16px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table tr .course_img {
    width: 60%;
    padding: 0 0 6px 6px;
  }
}

.col .menu .menu_contents .menu_table tr .subtitle_3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, #ec7bf8));
  background: linear-gradient(transparent 80%, #ec7bf8 70%);
  display: inline;
  padding-top: 16px;
  padding-bottom: 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_table tr .subtitle_3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #ec7bf8;
            text-decoration-color: #ec7bf8;
  }
}

.col .menu .menu_contents .menu_center {
  margin-bottom: 60px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .menu_center {
    font-size: 18px;
  }
}

.col .menu .menu_contents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.col .menu .menu_contents .flex .menu_table2 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #343434;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 {
    border: 2px solid #343434;
    margin-bottom: 0;
    width: 100%;
  }
}

.col .menu .menu_contents .flex .menu_table2 tr {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 tr {
    width: 100%;
    padding: 6px;
  }
}

.col .menu .menu_contents .flex .menu_table2 tr.border_line {
  border: 4px solid #343434;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 tr.border_line {
    border: 2px solid #343434;
  }
}

.col .menu .menu_contents .flex .menu_table2 tr th {
  text-align: center;
  margin: 0 auto;
  border-right: 4px solid #343434;
  padding: 10px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 tr th {
    padding: 6px;
    font-size: 20px;
    width: 100%;
    border-right: 2px solid #343434;
  }
}

.col .menu .menu_contents .flex .menu_table2 tr th.bg_white {
  background-color: #fff;
  color: #000;
}

.col .menu .menu_contents .flex .menu_table2 tr th.bg_glay {
  background-color: #ddd;
  color: #343434;
}

.col .menu .menu_contents .flex .menu_table2 tr td {
  padding: 6px;
  width: 50%;
  font-size: 24px;
  font-weight: 600;
  border-right: 4px solid #343434;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 tr td {
    font-size: 20px;
    padding: 3px;
    padding-left: 6px;
    width: 100%;
    border-right: 2px solid #343434;
  }
}

.col .menu .menu_contents .flex .menu_table2 tr .course_top {
  padding-top: 26px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 tr .course_top {
    padding-top: 10px;
  }
}

.col .menu .menu_contents .flex .menu_table2 tr .color_red {
  color: #d33d3d;
}

.col .menu .menu_contents .flex .menu_table2 tr .course {
  text-align: center;
  margin: 0 auto;
}

.col .menu .menu_contents .flex .menu_table2 tr .course_td {
  padding-left: 46px;
  padding-bottom: 20px;
}

.col .menu .menu_contents .flex .menu_table2 tr .txt_left {
  text-align: left;
  padding-left: 4%;
}

.col .menu .menu_contents .flex .menu_table2 tr .txt_right {
  text-align: right;
  padding-right: 4%;
  padding-top: 0;
}

.col .menu .menu_contents .flex .menu_table2 tr .course_img {
  width: 16%;
  height: auto;
  padding: 0 6px 10px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 tr .course_img {
    width: 20%;
    padding: 6px;
  }
}

.col .menu .menu_contents .flex .menu_table2 tr .course_adjust {
  padding: 28.8px;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 tr .course_adjust {
    padding: 10px;
  }
}

.col .menu .menu_contents .flex .menu_table2 tr .subtitle_3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ec7bf8));
  background: linear-gradient(transparent 70%, #ec7bf8 70%);
  display: inline;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .col .menu .menu_contents .flex .menu_table2 tr .subtitle_3 {
    text-decoration: underline;
    -webkit-text-decoration-color: #ec7bf8;
            text-decoration-color: #ec7bf8;
  }
}

.col .access {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .col .access {
    margin-bottom: 40px;
  }
}

.col .access .title {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col .access .title {
    margin-bottom: 0;
  }
}

.col .access .title img {
  width: 19%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .col .access .title img {
    width: 35%;
  }
}

.col .access .menu_contents {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .col .access .menu_contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.col .access .menu_contents .address {
  width: 50%;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .col .access .menu_contents .address {
    width: 100%;
    padding: 0 0 10px;
  }
}

.col .access .menu_contents .address .subtitle_3 {
  text-align: left;
  padding-left: 16%;
  font-size: 24px;
  padding-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .col .access .menu_contents .address .subtitle_3 {
    padding-left: 4%;
    font-size: 20px;
    padding-bottom: 0;
  }
}

.col .access .menu_contents .address.map {
  width: 50%;
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .col .access .menu_contents .address.map {
    width: 100%;
  }
}

.col .access .menu_contents .address.map .iframe_wrap {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  height: 0;
}

.col .access .menu_contents .address.map .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col .access .access_btn {
  text-decoration: none;
  background-color: #007667;
  color: #fff;
  width: 50%;
  height: auto;
  padding: 20px 0;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .col .access .access_btn {
    font-size: 20px;
    padding: 10px 0;
  }
}

.col .access .access_btn:hover, .col .access .access_btn:active {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.col .access .access_btn .access_txt {
  color: #fff;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .col .access .access_btn .access_txt {
    font-size: 16px;
  }
}

.col .title {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col .title {
    margin-bottom: 0;
  }
}

.col .title img {
  width: 11%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .col .title img {
    width: 20%;
  }
}

.col .sns_contact {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .col .sns_contact {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.col .menu_contents {
  margin-bottom: 80px;
  width: 35%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .col .menu_contents {
    margin-bottom: 40px;
    width: 80%;
  }
}

.col .menu_contents .sns_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.col .menu_contents .sns_list .sns_link {
  width: 50%;
  height: auto;
}

.col .menu_contents .sns_list .sns_link .tw-blue {
  color: #1da1f2;
}

@media screen and (max-width: 767px) {
  .col .menu_contents .sns_list .sns_link a .tw-blue {
    font-size: 5rem;
  }
}

.col .menu_contents .sns_list .sns_link .insta {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  background: linear-gradient(135deg, #4273ff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .col .menu_contents .sns_list .sns_link .insta {
    width: 70px;
    height: 70px;
  }
}

.col .menu_contents .sns_list .sns_link .insta:before {
  content: '';
  position: absolute;
  top: 24px;
  left: -18px;
  width: 70px;
  height: 70px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.col .menu_contents .sns_list .sns_link .fa-instagram {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 70px;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .col .menu_contents .sns_list .sns_link .fa-instagram {
    font-size: 60px;
    top: 5px;
  }
}

.col .menu_contents .sns_list a .twitter:hover, .col .menu_contents .sns_list a .insta:hover {
  opacity: 0.6;
}

.col.top {
  padding-top: 150px;
  color: #343434;
}

@media screen and (max-width: 767px) {
  .col.top {
    padding-top: 80px;
  }
}

.col.top h1 {
  margin-bottom: 40px;
  color: #225a8e;
}

@media screen and (max-width: 767px) {
  .col.top h1 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.col.top h1.bottom {
  margin-bottom: 20px;
  color: #225a8e;
}

@media screen and (max-width: 767px) {
  .col.top h1.bottom {
    margin-bottom: 10px;
    font-size: 28px;
  }
}

.col.top .subtitle_2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .col.top .subtitle_2 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.col.top .subtitle_2.contact {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ec7bf8));
  background: linear-gradient(transparent 70%, #ec7bf8 70%);
  display: inline;
}

@media screen and (max-width: 767px) {
  .col.top .subtitle_2.contact {
    text-decoration: underline;
    -webkit-text-decoration-color: #ec7bf8;
            text-decoration-color: #ec7bf8;
  }
}

@media screen and (max-width: 767px) {
  .col.top .subtitle_2 .sp_br:before {
    content: "\A";
    white-space: pre;
  }
}

.col.top .title_faq2 {
  margin: -30px 0 60px;
}

@media screen and (max-width: 767px) {
  .col.top .title_faq2 {
    font-size: 22px;
    margin: -24px 0 20px;
  }
}

.col.top .content {
  width: 95%;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .col.top .content {
    margin-top: 40px;
  }
}

.col.top .content table {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .col.top .content table {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.col.top .content table tr {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .col.top .content table tr {
    margin-bottom: 15px;
  }
}

.col.top .content table tr .contact_left {
  text-align: center;
  width: 36%;
}

@media screen and (max-width: 767px) {
  .col.top .content table tr .contact_left {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .col.top .content table tr .contact_left .sp_br:before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) {
  .col.top .content table tr td {
    vertical-align: middle;
  }
}

.col.top .content table tr td .form {
  width: 90%;
  height: 35px;
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .col.top .content table tr td .form {
    height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.col.top .content table tr.textarea {
  height: 200px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .col.top .content table tr.textarea {
    height: 100px;
  }
}

.col.top .content table tr.textarea td {
  vertical-align: middle;
}

.col.top .content table tr.textarea td .textarea {
  width: 90%;
  height: 150px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .col.top .content table tr.textarea td .textarea {
    height: 80px;
    font-size: 16px;
  }
}

.col.top .content .contact_area {
  margin: 0 auto;
}

.col.top .content .contact_area .contact_btn {
  font-size: 26px;
  padding: 10px 0;
  width: 30%;
  height: auto;
  background-color: #007667;
  color: #fff;
  border-radius: 15px;
  border: none;
}

@media screen and (max-width: 767px) {
  .col.top .content .contact_area .contact_btn {
    width: 40%;
    font-size: 18px;
    border-radius: 10px;
  }
}

.col.top .content .contact_area .contact_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.col.top .container {
  margin: 0 auto;
}

.col.top .container .t_img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_img {
    margin-bottom: 10px;
    width: 100%;
  }
}

.col.top .container .t_img img {
  width: 100%;
  height: auto;
}

.col.top .container .t_profile {
  margin: 0 auto;
  width: 70%;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_profile {
    margin-bottom: 30px;
    width: 100%;
  }
}

.col.top .container .t_profile .t_name {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_profile .t_name {
    font-size: 24px;
    margin-bottom: 6px;
  }
}

.col.top .container .t_profile .t_content {
  border: 1px solid #000;
  background-color: #d0caff;
  padding: 14px;
  line-height: 1.8;
  font-size: 18px;
  text-align: justify;
  margin-left: -4px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_profile .t_content {
    line-height: 1.4;
    padding: 12px;
  }
}

.col.top .container .t_profile .t_content .t_title {
  font-size: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_profile .t_content .t_title {
    padding-bottom: 6px;
  }
}

.col.top .container .t_question {
  margin: 0 auto;
  width: 80%;
  text-align: left;
  line-height: 2.3;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_question {
    width: 100%;
    line-height: 2.0;
    margin-bottom: 30px;
  }
}

.col.top .container .t_question .t_quest {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_question .t_quest {
    margin-bottom: 30px;
  }
}

.col.top .container .t_question .t_quest .title_q {
  font-size: 28px;
  color: #452ba4;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_question .t_quest .title_q {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 1.4;
  }
}

.col.top .container .t_question .t_quest .question {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_question .t_quest .question {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}

.col.top .container .t_question .t_quest .question .q {
  color: #2c1b6d;
  font-weight: bold;
  font-size: 30px;
}

.col.top .container .t_question .t_quest .answer {
  font-size: 22px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_question .t_quest .answer {
    font-size: 18px;
    line-height: 1.4;
  }
}

.col.top .container .t_question .t_quest .answer .a {
  color: #d33d3d;
  font-weight: bold;
  font-size: 24px;
}

.col.top .container .t_img {
  width: 70%;
  margin: 0 auto;
  height: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .col.top .container .t_img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.col.top .container .t_img img {
  width: 100%;
  height: auto;
}

.col.top .container .menu_contents {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .col.top .container .menu_contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.col.top .container .menu_contents .address {
  width: 50%;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .col.top .container .menu_contents .address {
    width: 100%;
    padding: 0 0 10px;
  }
}

.col.top .container .menu_contents .address .subtitle_3 {
  text-align: left;
  padding-left: 16%;
  font-size: 24px;
  padding-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .col.top .container .menu_contents .address .subtitle_3 {
    padding-left: 4%;
    font-size: 20px;
    padding-bottom: 0;
  }
}

.col.top .container .menu_contents .address.map {
  width: 50%;
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .col.top .container .menu_contents .address.map {
    width: 100%;
  }
}

.col.top .container .menu_contents .address.map .iframe_wrap {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  height: 0;
}

.col.top .container .menu_contents .address.map .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col.top .container .faq {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .col.top .container .faq {
    width: 100%;
    margin-bottom: 34px;
  }
}

.col.top .container .faq .title {
  color: #452ba4;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .col.top .container .faq .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.col.top .container .faq .faq_list {
  list-style-type: none;
  -webkit-box-shadow: 4px 4px 6px 2px #452ba4;
          box-shadow: 4px 4px 6px 2px #452ba4;
  border: 1px solid #452ba4;
  border-radius: 15px;
  background-color: #e9e9ff;
  padding: 18px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .col.top .container .faq .faq_list {
    margin-bottom: 24px;
    padding: 10px;
    -webkit-box-shadow: 3px 3px 5px 2px #452ba4;
            box-shadow: 3px 3px 5px 2px #452ba4;
  }
}

.col.top .container .faq .faq_list .faq_q {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .col.top .container .faq .faq_list .faq_q {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.col.top .container .faq .faq_list .faq_q .q {
  color: #2c1b6d;
  font-size: 26px;
  font-weight: bold;
}

.col.top .container .faq .faq_list .faq_a {
  font-size: 22px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .col.top .container .faq .faq_list .faq_a {
    font-size: 18px;
  }
}

.col.top .container .faq .faq_list .faq_a .a {
  color: #d33d3d;
  font-weight: bold;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .col.top .container .faq .faq_list .faq_a .a {
    font-size: 20px;
  }
}

.col.top .container .philosophy {
  width: 90%;
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .col.top .container .philosophy {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.col.top .container .philosophy .content {
  font-size: 20px;
  text-align: left;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .col.top .container .philosophy .content {
    font-size: 18px;
    line-height: 1.8;
  }
}

.col.top .container .philosophy .content .bgcolor-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffa5f2));
  background: linear-gradient(transparent 70%, #ffa5f2 70%);
  display: inline;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .col.top .container .philosophy .content .bgcolor-pink {
    text-decoration: underline;
    -webkit-text-decoration-color: #ffa5f2;
            text-decoration-color: #ffa5f2;
  }
}

.col.top .container .philosophy .content .bgcolor-skyblue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #8eb2ff));
  background: linear-gradient(transparent 70%, #8eb2ff 70%);
  display: inline;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .col.top .container .philosophy .content .bgcolor-skyblue {
    text-decoration: underline;
    -webkit-text-decoration-color: #8eb2ff;
            text-decoration-color: #8eb2ff;
  }
}

.footer {
  background-color: #000;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 40px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 15px 0;
    font-size: 14px;
  }
}

.footer .ft_copy {
  width: 100%;
  white-space: nowrap;
}

.js-pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .js-pagetop {
    bottom: 40px;
    right: 15px;
  }
}

.js-pagetop a {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #b5b5b5;
  background-size: 13px auto;
  font-size: 14px;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 41px 2px rgba(255, 255, 255, 0.8), 0 0 10px 6px rgba(90, 90, 90, 0.8);
          box-shadow: 0 0 41px 2px rgba(255, 255, 255, 0.8), 0 0 10px 6px rgba(90, 90, 90, 0.8);
}

@media screen and (max-width: 767px) {
  .js-pagetop a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #b5b5b5;
    background-size: 13px auto;
    font-size: 12px;
    border-radius: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.js-pagetop a:hover {
  opacity: 0.6;
  background-color: #b5b5b5;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}
/*# sourceMappingURL=style.css.map */