@charset "UTF-8";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  width: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  width: 100%;
  overflow-x: hidden;
  position: absolute;
}

a {
  color: #000;
  text-decoration: none;
}

.wrapper {
  width: 93.75%;
  margin: auto;
  position: relative;
}

em, strong {
  font-weight: 700;
}

img {
  width: 100%;
  vertical-align: top;
}

header {
  background-color: #fff;
  padding: 2.34375% 0;
  border-bottom: 0.6vw solid #05255a;
  text-align: left;
}

header h1 {
  display: inline-block;
  vertical-align: top;
  width: 50.6666%;
  margin: 2.5% 1.2% 0 0;
}

header .phone {
  display: inline-block;
  vertical-align: top;
  width: 34.16666%;
  margin-top: 1.333%;
}

header .menu {
  width: 10%;
  float: right;
}

header nav {
  transition: all 0.5s;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 84.375%;
  background-color: #fff;
  z-index: 5;
}

header nav.show {
  transform: translateX(0);
}

header nav p {
  background-color: #012c83;
  color: #fff;
  font-size: 3vw;
  line-height: 10.5vw;
  padding-left: 4%;
}

header nav li {
  background: url("../img/nav_arrow.png") no-repeat top 50% right 4%;
  background-size: 2.65625%;
  border-top: 0.2vw solid #e3e3e3;
}

header nav a {
  display: block;
  padding-left: 5.5%;
  font-size: 3vw;
  line-height: 13.8vw;
}

header nav span {
  display: inline-block;
  vertical-align: -1vw;
  margin-right: 2%;
}

header nav .icon01 {
  width: 4.5vw;
  height: 5vw;
  background: url("../img/nav_icon01.png") no-repeat center;
  background-size: contain;
}

header nav .icon02 {
  width: 3vw;
  height: 3vw;
  background: url("../img/nav_icon02.png") no-repeat center;
  background-size: contain;
  vertical-align: -0.5vw;
}

header nav .icon03 {
  width: 2vw;
  height: 3vw;
  background: url("../img/nav_icon03.png") no-repeat center;
  background-size: contain;
  vertical-align: -0.5vw;
}

header nav .icon04 {
  width: 4vw;
  height: 4vw;
  background: url("../img/nav_icon04.png") no-repeat center;
  background-size: contain;
}

header nav .icon05 {
  width: 4vw;
  height: 4vw;
  background: url("../img/nav_icon05.png") no-repeat center;
  background-size: contain;
}

.counseling {
  padding: 1.5625% 0 2.1875%;
  background-color: #f8f0e3;
  border-top: 0.4vw solid #eedfc7;
  border-bottom: 0.4vw solid #eedfc7;
  font-size: 2.3vw;
  text-align: center;
}

.counseling .buttons {
  padding: 2.16%;
  margin-top: 1.6666%;
  background-color: #fff;
  border-radius: 2vw;
}

.counseling .buttons a {
  float: left;
  width: 48.25%;
}

.counseling .buttons a + a {
  margin-left: 3.5%;
}

.stripes {
  background: url("../img/global_bg.png") repeat top left;
  background-size: 1.875%;
  padding-bottom: 3.125%;
}

.program {
  margin-top: 14.375%;
}

.program h2 {
  transform: translateY(-37.19%);
}

.part .show {
  display: block;
  background: url("../img/show_icon.png") no-repeat 92.9% 50% #fff;
  background-size: 3.75%;
  border-top: 0.4vw solid #0c1f3c;
  border-bottom: 0.4vw solid #0c1f3c;
  padding: 7.34375% 0 7.34375% 3.125%;
  line-height: 1;
  font-size: 3.5vw;
  color: #0e2854;
  font-weight: bold;
}

.part .show.two_lines {
  line-height: 1.2;
  padding: 5% 0 5% 3.125%;
}

.part .wrapper {
  padding: 5% 5.63%;
  background: url("../img/program_bg.png") no-repeat top right #fff;
  background-size: 93.59375%;
  box-sizing: border-box;
  margin-top: 3.125%;
  border-radius: 3vw;
}

.part .number {
  display: inline-block;
  vertical-align: top;
  background: url("../img/program_number.png") no-repeat top left;
  background-size: contain;
  width: 11.9%;
  padding: 2.2% 0 0 2%;
  line-height: 8.2vw;
  font-size: 5vw;
  font-style: italic;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  margin-right: 2.16%;
}

.part h3 {
  display: inline-block;
  width: 84%;
  vertical-align: top;
  color: #0d203b;
  font-size: 4.5vw;
  line-height: 5.3vw;
  font-weight: bold;
  margin-bottom: 3.4375%;
}

.part h3 span {
  display: inline-block;
  font-size: 3vw;
  line-height: 5vw;
}

.part .desc {
  margin-top: 3.9%;
  font-size: 2.9vw;
  line-height: 6vw;
}

.part .osusume {
  display: block;
  border-top: 0.4vw solid #0c1f3c;
  border-bottom: 0.4vw solid #0c1f3c;
  padding: 4.5% 0 4.5% 19.4%;
  line-height: 1;
  font-size: 3.5vw;
  color: #0e2854;
  font-weight: bold;
  position: relative;
  margin: 9.5% 0 4.8333%;
}

.part .osusume img {
  position: absolute;
  width: 13.059%;
  top: -14%;
  left: 3%;
}

.part .card {
  padding: 5%;
  border: 0.4vw solid #0c1f3c;
  border-radius: 2vw;
  margin-top: 4.56%;
}

.part .card .city {
  color: #0c1f3c;
  font-size: 3vw;
  font-weight: bold;
  line-height: 5vw;
  margin-bottom: 2%;
}

.part .card .city span {
  display: inline-block;
  background-color: #0c1f3c;
  color: #fff;
  padding: 0 2%;
  margin-right: 1%;
}

.part .card a {
  font-size: 3.3vw;
  line-height: 1.8;
  border-bottom: 0.1vw solid;
}

.part .card > img {
  margin: 3.5% 0 4%;
}

.part .card .one_line + img {
  margin-top: 10%;
}

.part .card .card_desc {
  margin-bottom: 5%;
  font-size: 2.9vw;
  line-height: 1;
}

.part .card .details {
  padding: 2.8% 3.37%;
  font-size: 3vw;
  line-height: 1.8;
  background-color: #ebebeb;
}

.part .close {
  margin: 7% 0 1%;
  text-align: center;
}

.part .close a {
  display: inline-block;
  font-size: 2.9vw;
  line-height: 1.1;
  border-bottom: 0.1vw solid;
}

.part + .part {
  margin-top: 13.125%;
}

.presentation {
  margin: 6% 0 0;
  background-color: #f5f5f5;
  padding: 6.666% 2.5% 4.666%;
}

.presentation h4 {
  color: #0d203b;
  font-size: 3.8vw;
  text-align: center;
  border-bottom: 0.25vw solid;
  line-height: 5vw;
  font-weight: bold;
  width: 80%;
  margin: 0 auto 6%;
}

.presentation .profile {
  margin-top: 5.5%;
  border-radius: 2vw;
  background-color: #fff;
  padding-bottom: 5%;
}

.presentation .profile > img {
  float: left;
  width: 28.09%;
  padding: 0 4%;
}

.presentation .profile > img.padding {
  padding-bottom: 6.48%;
}

.presentation .name {
  background-color: #0d203b;
  color: #fff;
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 11vw;
  text-align: center;
  border-radius: 2vw 2vw 0 0;
  margin-bottom: 4%;
}

.presentation .situation {
  color: #0d203b;
  font-size: 2.8vw;
  line-height: 1.5;
  font-weight: bold;
  padding: 2% 0;
}

.presentation .txt {
  font-size: 2.8vw;
  line-height: 1.5;
  padding: 0 6%;
}

.experience {
  background: url("../img/experience_bg.png") no-repeat top left;
  background-size: cover;
  padding-bottom: 6.25%;
}

.experience h2 {
  padding: 1.3% 0 0 2.34%;
}

.experience > img {
  padding: 0 3.1%;
  box-sizing: border-box;
}

.experience a {
  display: block;
  width: 83.125%;
  margin: 6.4% auto 0;
}

.points {
  padding-bottom: 24%;
  background: -webkit-radial-gradient(center, circle, #ffaf00 0%, #fff88f 85%, #fff 85%);
  background: -moz-radial-gradient(center, circle, #ffaf00 0%, #fff88f 85%, #fff 85%);
  background: -ms-radial-gradient(center, circle, #ffaf00 0%, #fff88f 85%, #fff 85%);
  background: -o-radial-gradient(center, circle, #ffaf00 0%, #fff88f 85%, #fff 85%);
  background: radial-gradient(circle at center, #ffaf00 0%, #fff88f 85%, #fff 85%);
}

.points h2 {
  padding: 8.9% 0 1.25%;
  width: 79.53125%;
  margin: auto;
}

.points .point {
  border-radius: 2vw;
  background-color: #fff;
  position: relative;
  padding: 0 2.5% 2%;
}

.points .point:before {
  content: '';
  position: absolute;
  height: 1vw;
  width: 98%;
  top: 0.1%;
  left: 1%;
  background-color: #24593d;
  border-radius: 8vw 8vw 0 0;
  transform: scaleY(0.4);
}

.points .point:after {
  content: '';
  display: block;
  clear: both;
}

.points .point + .point {
  margin-top: 4.5%;
}

.points .green {
  color: #24593d;
  font-size: 4vw;
  font-weight: bold;
  line-height: 5vw;
  padding: 2.9% 0 2.8%;
}

.points .photo {
  float: left;
  width: 37.333%;
  padding-right: 2.5%;
}

.points .txt {
  display: inline-block;
  width: 60%;
  font-size: 3vw;
  line-height: 4.4vw;
}

.flow {
  margin-top: 10%;
}

.flow h2 {
  transform: translateY(-51%);
}

.flow .wrapper {
  padding: 5% 5.63%;
  background-color: #fff;
  box-sizing: border-box;
}

.flow .step {
  border: 0.25vw solid #0c1f3c;
  border-radius: 2vw;
  padding-bottom: 2%;
  position: relative;
}

.flow .step:after {
  content: '';
  display: block;
  clear: both;
}

.flow .step + .step {
  margin-top: 14.333%;
}

.flow .step + .step:before {
  content: '';
  width: 62.83333%;
  padding-top: 14.1666%;
  position: absolute;
  bottom: 101%;
  left: 18.583335%;
  background: url("../img/flow_arrow.png") no-repeat top left;
  background-size: contain;
}

.flow .ttl {
  color: #fff;
  background-color: #0c1f3c;
  padding: 0 4.9335%;
  border-radius: 1.6vw 1.6vw 0 0;
  font-size: 3vw;
  line-height: 8.2vw;
  font-weight: bold;
  margin-bottom: 4.9%;
}

.flow .count {
  font-size: 2.5vw;
  margin-right: 5%;
}

.flow .count span {
  font-size: 4vw;
}

.flow .photo {
  width: 40.607%;
  float: left;
  margin: 0 2.5% 0 4.9335%;
}

.flow .txt {
  padding: 0 2.5% 0 4.9335%;
  font-size: 3vw;
  line-height: 4.5vw;
}

.large_counseling {
  margin-top: 12.03%;
  background: url("../img/counseling_bg.png") repeat top left;
  background-size: 0.625%;
  padding: 3.125% 0;
}

.large_counseling .wrapper {
  padding: 5% 2.5%;
  background-color: #fff;
  box-sizing: border-box;
}

.large_counseling h2 {
  margin-top: -13.2%;
  padding: 0 2%;
}

.large_counseling .sec {
  background-color: #f8f0e3;
  border-radius: 2vw;
  padding-bottom: 3.075%;
}

.large_counseling .sec01 h3 img {
  position: absolute;
  width: 72.456%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.large_counseling .sec02 {
  margin-top: 4%;
}

.large_counseling .sec02 h3 img {
  position: absolute;
  width: 13.95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.large_counseling .sec01 a {
  margin-bottom: 4%;
}

.large_counseling h3 {
  background-color: #eedfc6;
  border-radius: 1.6vw 1.6vw 0 0;
  height: 7.8vw;
  position: relative;
  z-index: 1;
}

.large_counseling .float {
  float: left;
  width: 15.18%;
  margin: -4% 1% 0 0;
  position: relative;
  z-index: 2;
}

.large_counseling .txt {
  padding: 2% 2.5%;
  font-size: 2.7vw;
  line-height: 4.5vw;
}

.large_counseling .white {
  clear: both;
  width: 93.85%;
  padding: 0 2.1% 3.075%;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
}

.large_counseling .white p {
  color: #444;
  font-size: 2.7vw;
  font-weight: bold;
  padding-left: 3%;
}

.large_counseling .web {
  display: block;
  width: 38.7033%;
  padding: 3% 0 2%;
  margin: auto;
}

.large_counseling a {
  display: block;
  width: 81.92%;
  margin: auto;
}

.large_counseling hr {
  margin: 0;
  border-style: dotted;
  border-color: #a1a1a1;
  border-width: 0.25vw 0 0 0;
}

.large_counseling .tel {
  display: block;
  width: 31.8271%;
  padding: 3% 0 2%;
  margin: auto;
}

.large_counseling .telnumber {
  display: block;
  width: 88.212%;
  padding: 3% 0 2%;
  margin: auto;
}

.large_counseling .form {
  display: block;
  width: 24.95%;
  padding: 3% 0 2%;
  margin: auto;
}

.about h2 {
  text-align: center;
  padding: 10.3125% 0 1.5625%;
}

.about h2 img {
  width: 56.25%;
}

.about > p {
  font-size: 2.7vw;
  line-height: 5vw;
  text-align: center;
  margin: 1% 0 3%;
}

.about ul {
  border-bottom: 0.2vw solid #c7c7c7;
}

.about li {
  position: relative;
  border-top: 0.2vw solid #c7c7c7;
  padding: 3.59375% 0 2.1875%;
  background: url("../img/about_arrow.png") no-repeat top 51.5% right 4%;
  background-size: 2.65625%;
}

.about li:before {
  content: '';
  height: 0.6vw;
  width: 100%;
  position: absolute;
  top: 0.5vw;
  left: 0;
  background-color: #0a3b8a;
}

.about li:after {
  content: '';
  display: block;
  clear: both;
}

.about li a > img {
  float: left;
  width: 42.34375%;
  margin: 0 3% 0 3.9%;
}

.about li .big {
  font-size: 4vw;
  font-weight: bold;
  line-height: 11vw;
  margin-top: 2vw;
}

.about li .big span {
  display: inline-block;
  vertical-align: -1vw;
  background: url("../img/about_icon.png") no-repeat;
  background-size: contain;
  width: 3.9vw;
  height: 3.9vw;
  margin-left: 2%;
}

.about li .small {
  font-size: 2.5vw;
  line-height: 5vw;
  padding-right: 10%;
}

.guide {
  margin: 9% 0 10%;
}

.guide ul {
  margin-top: 3%;
}

.guide ul:after {
  content: '';
  display: block;
  clear: both;
}

.guide li {
  width: 32.75%;
  float: left;
}

.guide li + li {
  margin-left: 0.875%;
}

.counseling.small .buttons {
  padding: 2.16%;
  margin-top: 1.6666%;
  background-color: #fff;
  border-radius: 2vw;
}

.counseling.small .buttons .tel {
  width: 33.8%;
  padding: 3.5% 2% 3.5% 0;
  border-right: 0.25vw solid #eedfc7;
  margin-right: 0.6%;
}

.counseling.small .buttons a {
  float: left;
  width: 30.15%;
}

.counseling.small .buttons a + a {
  margin-left: 1.5%;
}

.sitemap {
  margin-top: 0.3%;
}

.sitemap li {
  background: url("../img/sitemap_arrow.png") no-repeat top 50% right 4% #f4f4f4;
  background-size: 2.65625%;
  border-top: 0.5vw solid #e3e3e3;
}

.sitemap a {
  display: block;
  padding-left: 3.5%;
  font-size: 4vw;
  line-height: 13.8vw;
}

.sitemap .fb {
  display: inline-block;
  vertical-align: -1.5vw;
  margin-right: 1.5%;
  background: url("../img/sitemap_icon01.png") no-repeat top left;
  background-size: contain;
  width: 6vw;
  height: 6vw;
}

.sitemap .sm {
  display: inline-block;
  vertical-align: -1.5vw;
  margin-right: 1.5%;
  background: url("../img/sitemap_icon02.png") no-repeat top left;
  background-size: contain;
  width: 6.7vw;
  height: 5vw;
}

.sitemap .pc {
  display: inline-block;
  vertical-align: -1.5vw;
  margin-right: 1.5%;
  background: url("../img/sitemap_icon03.png") no-repeat top left;
  background-size: contain;
  width: 6.25vw;
  height: 5.32vw;
}

footer {
  text-align: center;
  border-top: 0.75vw solid #012c83;
  padding: 4.7% 0;
}

footer a {
  display: block;
  width: 64.21875%;
  margin: 0 auto 2%;
}

footer p {
  font-size: 2.5vw;
  line-height: 3.7vw;
}

footer .copy {
  margin-top: 2%;
}
