@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:400,500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #04AABE;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  padding: 8px;
  background: #F8F8F8;
  border: 1px solid #CCC;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
}

select {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  font-size: fz(15);
  line-height: 1.7;
  color: #333;
  padding: 8px;
  background: #FFF;
  border: 1px solid #999;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
}

a:link,
a:visited {
  color: #04AABE;
  text-decoration: underline;
}

a:active,
a:hover {
  color: #333;
  text-decoration: underline;
}

input::-moz-placeholder {
  color: #BBB;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #F00 !important;
}

.wpcf7-response-output {
  padding: 10px !important;
  border-radius: 8px;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.l-header {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 10px;
  }
}

.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .l-global-nav {
    display: block !important;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-global-nav {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #111;
    transform: scale(1.1);
    transition-property: transform;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .l-global-nav.active {
    transform: scale(1);
  }
  .l-global-nav__inner {
    display: table;
    width: 100%;
    height: 100%;
  }
}
.l-container-fluid {
  position: relative;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 10px;
  }
}

.l-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: auto;
  }
}

.l-container-narrow {
  position: relative;
  width: 900px;
  margin: 0 auto;
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .l-container-narrow {
    width: auto;
  }
}

.l-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-info {
    display: block;
  }
}
.l-info__left {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .l-info__left {
    width: auto;
  }
}
.l-info__right {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .l-info__right {
    width: auto;
    margin-top: 30px;
  }
}

.l-scroll {
  padding: 20px;
  background: #FFF;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-scroll {
    margin: 0 -10px;
    padding: 0 10px;
  }
}

.l-topicpath {
  padding: 12px 20px 12px 20px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .l-topicpath {
    padding: 8px 10px;
  }
}

.l-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-contents {
    display: block;
  }
}

.l-main {
  width: 730px;
}
@media screen and (max-width: 767px) {
  .l-main {
    width: auto;
  }
}

.l-side {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .l-side {
    width: auto;
    margin-top: 30px;
  }
}

.l-side-group {
  margin-bottom: 30px;
}
.l-side-group:last-child {
  margin-bottom: 0;
}

.l-pagename {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-pagename {
    height: 130px;
  }
}
.l-pagename::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.l-footer {
  box-shadow: 0 7px 7px -7px #CCC inset;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 10px;
  }
}

.l-footer-inner {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .l-footer-inner {
    display: block;
    width: auto;
    padding: 30px 0;
  }
}

.l-footer-left {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .l-footer-left {
    width: auto;
  }
}

.l-footer-right {
  width: 68%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer-right {
    width: auto;
    display: block;
  }
}

a.c-btn-more {
  position: relative;
  display: inline-block;
  padding: 17px;
  width: 300px;
  background: #222;
  font-size: 16px;
  line-height: 1.3;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  a.c-btn-more {
    width: 100%;
  }
}
a.c-btn-more:hover {
  background: #444;
}
a.c-btn-more::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  a.c-btn-more::before {
    left: 15px;
    width: 5px;
    height: 5px;
  }
}

.btn-apply, a.c-btn-apply2, a.c-btn-apply1 {
  position: relative;
  display: block;
  width: 330px;
  padding: 18px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .btn-apply, a.c-btn-apply2, a.c-btn-apply1 {
    width: auto;
    padding: 15px;
    font-size: 15px;
    border-radius: 4px;
  }
}
.btn-apply::before, a.c-btn-apply2::before, a.c-btn-apply1::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn-apply::before, a.c-btn-apply2::before, a.c-btn-apply1::before {
    left: 15px;
    width: 5px;
    height: 5px;
  }
}
.btn-apply::after, a.c-btn-apply2::after, a.c-btn-apply1::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 2px solid #FFF;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .btn-apply::after, a.c-btn-apply2::after, a.c-btn-apply1::after {
    border: 1px solid #FFF;
    border-radius: 2px;
  }
}

a.c-btn-apply1 {
  background: #FF9100;
}
a.c-btn-apply1:hover {
  background: #FFAA00;
}

a.c-btn-apply2 {
  background: #04AABE;
}
a.c-btn-apply2:hover {
  background: #04BED2;
}

.c-btn-send {
  margin-top: 30px;
  text-align: center;
}
.c-btn-send input[type=submit] {
  width: 280px;
  padding: 17px;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #04AABE;
  font-size: 16px;
  line-height: 1.3;
  color: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-btn-send input[type=submit] {
    width: 100%;
  }
}
.c-btn-send input[type=submit]:hover {
  background: #04BED2;
}

.c-grid {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-grid {
    margin-bottom: 30px;
  }
}
.c-grid:after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-of-type {
  margin-bottom: 0;
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
  }
}

.c-grid-person {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-bottom: 1px solid #EEE;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-grid-person {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.c-grid-person:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-grid-person__person {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .c-grid-person__person {
    width: auto;
  }
}
.c-grid-person__text {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .c-grid-person__text {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-logo {
    margin-right: 10px;
  }
}
.p-logo img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-logo img {
    width: 140px;
  }
}

.p-desc {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-desc {
    font-size: 10px;
  }
}
.p-desc strong {
  font-size: 17.7px;
  color: #04AABE;
}
@media screen and (max-width: 767px) {
  .p-desc strong {
    font-size: 11px;
  }
}

.p-logo-footer {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-logo-footer {
    text-align: center;
  }
}
.p-logo-footer img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-logo-footer img {
    width: 200px;
  }
}

.p-address {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-address {
    text-align: center;
  }
}

.p-footer-sns {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer-sns {
    justify-content: center;
  }
}
.p-footer-sns li {
  margin-right: 8px;
}
.p-footer-sns li:last-child {
  margin-right: 0;
}
.p-footer-sns li img {
  display: block;
  width: 30px;
  height: 30px;
}
.p-footer-sns li img:hover {
  opacity: 0.8;
}

.p-copyright {
  margin: 0 -20px;
  background: #04AABE;
  padding: 15px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  font-family: Arial, Helvetica, Sans-Serif;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    margin: 0 -10px;
    padding: 12px;
    font-size: 13px;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 999;
  right: 8px;
  bottom: 8px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 6px;
    bottom: 6px;
  }
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    width: 34px;
    height: 34px;
  }
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-pagetop a::before {
    top: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}
.p-pagetop a:hover {
  background: rgba(0, 0, 0, 0.7);
}

.p-utility-nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-utility-nav {
    margin-top: 10px;
    width: 100%;
  }
}
.p-utility-nav li {
  margin-right: 20px;
}
.p-utility-nav li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-utility-nav li {
    width: 100%;
    margin-right: 10px;
  }
}
.p-utility-nav li a {
  position: relative;
  display: block;
  width: 230px;
  padding: 14px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-utility-nav li a {
    width: auto;
    padding: 10px;
    font-size: 13px;
    border-radius: 4px;
  }
}
.p-utility-nav li a::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-utility-nav li a::before {
    left: 15px;
    width: 5px;
    height: 5px;
  }
}
.p-utility-nav li a::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 2px solid #FFF;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-utility-nav li a::after {
    border: 1px solid #FFF;
    border-radius: 2px;
  }
}
.p-utility-nav li:first-child a {
  background: #FF9100;
}
.p-utility-nav li:first-child a:hover {
  background: #FFAA00;
}
.p-utility-nav li:last-child a {
  background: #04AABE;
}
.p-utility-nav li:last-child a:hover {
  background: #04BED2;
}

@media screen and (min-width: 768px) {
  .p-global-nav {
    display: flex;
    justify-content: space-between;
  }
  .p-global-nav li {
    width: 13%;
  }
  .p-global-nav li a {
    display: block;
    padding-top: 8px;
    border-top: 1px solid #04AABE;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
  }
  .p-global-nav li a:hover {
    color: #04AABE;
  }
  .p-global-nav li a span {
    display: block;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #04AABE;
    font-size: 13px;
    font-weight: normal;
    color: #04AABE;
  }
  .p-global-nav .nav1 {
    display: none;
  }
  .blog .p-global-nav .nav2 a,
  .category .p-global-nav .nav2 a,
  .archive .p-global-nav .nav2 a,
  .single .p-global-nav .nav2 a,
  .page-id-6 .p-global-nav .nav3 a,
  .page-id-8 .p-global-nav .nav4 a,
  .page-id-156 .p-global-nav .nav5 a,
  .page-id-159 .p-global-nav .nav6 a,
  .page-id-161 .p-global-nav .nav6 a,
  .page-id-163 .p-global-nav .nav6 a,
  .page-id-167 .p-global-nav .nav6 a,
  .page-id-153 .p-global-nav .nav7 a,
  .page-id-10 .p-global-nav .nav8 a {
    color: #04AABE;
  }
}
@media screen and (max-width: 767px) {
  .p-global-nav {
    display: table-cell;
    vertical-align: middle;
  }
  .p-global-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .p-global-nav li a {
    display: block;
    margin: 0 12%;
    padding: 9px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .p-global-nav li a span {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    color: #04AABE;
    margin-top: 5px;
  }
  .home .p-global-nav .nav1 a,
  .blog .p-global-nav .nav2 a,
  .category .p-global-nav .nav2 a,
  .archive .p-global-nav .nav2 a,
  .single .p-global-nav .nav2 a,
  .page-id-6 .p-global-nav .nav3 a,
  .page-id-8 .p-global-nav .nav4 a,
  .page-id-156 .p-global-nav .nav5 a,
  .page-id-159 .p-global-nav .nav6 a,
  .page-id-161 .p-global-nav .nav6 a,
  .page-id-163 .p-global-nav .nav6 a,
  .page-id-167 .p-global-nav .nav6 a,
  .page-id-153 .p-global-nav .nav7 a,
  .page-id-10 .p-global-nav .nav8 a {
    color: #04AABE;
  }
  .hamburger {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    overflow: hidden;
  }
  .hamburger_icon {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
  }
  .hamburger_icon,
  .hamburger_icon::before,
  .hamburger_icon::after {
    display: block;
    width: 32px;
    height: 3px;
    background-color: #333;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .hamburger_icon::before,
  .hamburger_icon::after {
    position: absolute;
    content: "";
  }
  .hamburger_icon::before {
    top: -10px;
  }
  .hamburger_icon::after {
    top: 10px;
  }
  .hamburger.active .hamburger_icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger_icon::before,
  .hamburger.active .hamburger_icon::after {
    background-color: #FFF;
  }
  .hamburger.active .hamburger_icon::before {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active .hamburger_icon::after {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.p-footer-nav {
  width: 33.33%;
  padding-top: 10px;
  padding-left: 30px;
  border-left: 2px dotted #E5E5E5;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: none;
  }
}
.p-footer-nav:last-of-type {
  border-right: 2px dotted #E5E5E5;
}
.p-footer-nav li {
  padding: 5px 0;
}
.p-footer-nav li a {
  position: relative;
  padding-left: 16px;
  color: #333;
  text-decoration: none;
}
.p-footer-nav li a:hover {
  text-decoration: underline;
}
.p-footer-nav li a::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #04AABE;
  border-right: 2px solid #04AABE;
  transform: rotate(45deg);
}

.p-topicpath {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.p-topicpath li {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topicpath li {
    font-size: 12px;
  }
}
.p-topicpath li a {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 12px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-topicpath li a {
    margin-right: 10px;
    padding-right: 14px;
  }
}
.p-topicpath li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #04AABE;
  border-right: 2px solid #04AABE;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-topicpath li a::before {
    width: 4px;
    height: 4px;
  }
}

.wp-pagenavi {
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 12px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  background: #FFF;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #AFAFAF;
  padding: 12px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 10px 12px;
  }
}
.wp-pagenavi a:hover {
  background: #F5F5F5;
}
.wp-pagenavi span.current {
  background: #04AABE;
  border: 1px solid #04AABE;
  color: #FFF;
  font-weight: bold;
}

.p-pagelink {
  display: flex;
  justify-content: center;
  border-top: 1px solid #EEE;
  margin-top: 30px;
  padding-top: 30px;
}
.p-pagelink li {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-pagelink li {
    margin: 0 3px;
  }
}
.p-pagelink li a {
  display: block;
  width: 130px;
  padding: 10px 12px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #AFAFAF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-pagelink li a {
    width: 100px;
    padding: 10px;
    font-size: 14px;
  }
}
.p-pagelink li a:hover {
  background: #F5F5F5;
}

.p-list-side li {
  padding: 15px 12px;
  border-bottom: 1px solid #EEE;
  line-height: 1.6;
}

.p-side-graduate li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #EEE;
}
.p-side-graduate li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
}
.p-side-graduate li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #CCC;
  border-right: 3px solid #CCC;
  transform: rotate(45deg);
}

.p-side-graduate__image {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-side-graduate__image {
    width: 100px;
  }
}
.p-side-graduate__image img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .p-side-graduate__image img {
    width: 100%;
  }
}
.p-side-graduate__image img:hover {
  opacity: 0.8;
}

.p-side-graduate__caption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.p-side-graduate__caption dt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-side-graduate__caption dt {
    font-size: 20px;
  }
}
.p-side-graduate__caption dd {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
}

.p-pagename {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  padding-top: 85px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-pagename {
    font-size: 22px;
    line-height: 1.4;
    padding-top: 40px;
  }
}
.p-pagename span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-pagename span {
    font-size: 13px;
  }
}

.p-ttl-underline {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ttl-underline {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 24px;
  }
}
.p-ttl-underline::before {
  position: absolute;
  content: "";
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 65px;
  height: 3px;
  background: #04AABE;
}
@media screen and (max-width: 767px) {
  .p-ttl-underline::before {
    width: 45px;
    height: 2px;
  }
}

.p-ttl-info {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-ttl-info {
    font-size: 26px;
    text-align: center;
  }
}

.p-ttl-apply {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-ttl-apply {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.p-ttl-post {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 3px solid #04AABE;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-ttl-post {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.p-ttl-side {
  padding: 10px 12px;
  font-size: 18px;
  line-height: 1.4;
  background: #F3F3F3;
  border: 1px solid #DDD;
}

.p-ttl-bar {
  margin-bottom: 30px;
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1.3;
  color: #FFF;
  background: #222;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-ttl-bar {
    margin-bottom: 20px;
    padding: 12px 14px;
    font-size: 16px;
  }
}

.p-lead {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead {
    margin-bottom: 20px;
    text-align: left;
  }
}

/*-----------------------------------------------------
	トップページ
-----------------------------------------------------*/
.p-mainvisual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 750px;
}
@media screen and (max-width: 767px) {
  .p-mainvisual img {
    height: 240px;
  }
}

.p-lead-apply {
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-lead-apply {
    text-align: left;
    font-size: 14px;
  }
}

.p-list-apply {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-list-apply {
    display: block;
  }
}
.p-list-apply li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-list-apply li {
    margin: 0 0 15px 0;
    padding: 0 20px;
  }
  .p-list-apply li:last-child {
    margin-bottom: 0;
  }
}

/*	お知らせ・イベント
-----------------------------------------------------*/
.p-post-list-top {
  height: 430px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-post-list-top {
    height: auto;
    overflow: hidden;
  }
}
.p-post-list-top li a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #DDD;
  color: #333;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-post-list-top li a {
    padding: 20px 0;
  }
}
.p-post-list-top li a figure {
  float: right;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .p-post-list-top li a figure {
    margin: 0 0 10px 10px;
  }
}
.p-post-list-top li a figure img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .p-post-list-top li a figure img {
    width: 120px;
  }
}
.p-post-list-top li a ul {
  overflow: hidden;
  margin-bottom: 12px;
}
.p-post-list-top li a ul li {
  float: left;
  margin-right: 20px;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-post-list-top li a ul li {
    font-size: 10px;
  }
}
.p-post-list-top li a ul li i {
  margin-right: 5px;
}
.p-post-list-top li a h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.p-post-list-top li a p {
  font-size: 11px;
  line-height: 1.7;
  opacity: 0.4;
}

/*-----------------------------------------------------
	お知らせ・イベント
-----------------------------------------------------*/
/*	記事一覧
-----------------------------------------------------*/
.p-post-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-post-list {
    margin-bottom: 35px;
  }
}
.p-post-list li:first-child a {
  padding-top: 0;
}
.p-post-list li a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-post-list li a {
    padding: 25px 0;
  }
}
.p-post-list li a figure {
  float: right;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-post-list li a figure {
    margin: 0 0 15px 15px;
  }
}
.p-post-list li a figure img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .p-post-list li a figure img {
    width: 120px;
  }
}
.p-post-list li a ul {
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-post-list li a ul {
    margin-bottom: 8px;
  }
}
.p-post-list li a ul li {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-post-list li a ul li {
    margin-right: 15px;
    font-size: 10px;
    line-height: 1.7;
  }
}
.p-post-list li a ul li i {
  margin-right: 6px;
}
.p-post-list li a h3 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-post-list li a h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
.p-post-list li a h3:hover {
  text-decoration: underline;
}
.p-post-list li a p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-post-list li a p {
    font-size: 12px;
    line-height: 1.7;
  }
}

/*	記事詳細
-----------------------------------------------------*/
.entry-title {
  margin-bottom: 30px;
}

.entry-title ul {
  overflow: hidden;
  margin-bottom: 12px;
}
.entry-title ul li {
  float: left;
  margin-right: 20px;
}
.entry-title ul li i {
  margin-right: 6px;
}

.entry-title h1 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #04AABE;
}
@media screen and (max-width: 767px) {
  .entry-title h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}

.entry-title figure {
  text-align: center;
}

/* テキストサイズ */
.entry-detail p {
  margin-bottom: 1.5em;
}

/* 見出し */
.entry-detail h2 {
  margin: 30px 0 20px 0;
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  padding: 12px;
  background: #000;
  border-radius: 4px;
}

.entry-detail h3 {
  margin: 30px 0 20px 0;
  font-size: 18px;
  line-height: 1.3;
  padding: 11px;
  background: #F3F3F3;
  border: 1px solid #DDD;
}

.entry-detail h4 {
  margin: 20px 0 15px 0;
  font-size: 17px;
  line-height: 1.5;
  padding-left: 12px;
  border-left: 4px solid #000;
}

.entry-detail h5 {
  margin: 20px 0 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.entry-detail h6 {
  margin: 20px 0 10px 0;
  font-size: 15px;
  line-height: 1.5;
}

/* YouTube 埋め込み */
.entry-detail .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 2em 0;
}
.entry-detail .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 画像を左、中央、右 */
.entry-detail .aligncenter {
  display: block;
  margin: 0 auto;
}

.entry-detail .alignright {
  float: right;
}

.entry-detail .alignleft {
  float: left;
}

.p-sns {
  margin-top: 30px;
}
.p-sns::after {
  content: "";
  display: block;
  clear: both;
}
.p-sns li {
  float: left;
  margin-right: 15px;
}

/*-----------------------------------------------------
	スクール概要
-----------------------------------------------------*/
.p-person {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-person {
    margin-bottom: 20px;
  }
}
.p-person__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-person__image img {
    width: 250px;
  }
}
.p-person__name {
  font-size: 14px;
  line-height: 1.6;
}
.p-person__name strong {
  font-size: 22px;
  font-weight: 500;
}

.p-person-text p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-person-text p {
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-person-text p:last-of-type {
  margin-bottom: 0;
}

.p-iframe-gmap {
  width: 100%;
  height: 400px;
  border: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-iframe-gmap {
    height: 350px;
  }
}

/*-----------------------------------------------------
	講師紹介
-----------------------------------------------------*/
.p-instructor {
  background: #F5F5F5;
  padding: 50px;
  box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.2);
}
@media screen and (max-width: 767px) {
  .p-instructor {
    margin-top: 30px;
    padding: 25px;
  }
}
.p-instructor dt {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 2px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-instructor dt {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-instructor dd p {
  margin-bottom: 1em;
}
.p-instructor dd p:last-child {
  margin-bottom: 0;
}

.p-instructor-sns {
  display: flex;
}
.p-instructor-sns li {
  margin-right: 10px;
}
.p-instructor-sns li img {
  display: block;
  width: 32px;
  height: 32px;
}
.p-instructor-sns li img:hover {
  opacity: 0.8;
}

/*-----------------------------------------------------
	受講スタイル・料金
-----------------------------------------------------*/
/*	受講スタイル
-----------------------------------------------------*/
.p-list-style {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .p-list-style {
    margin-top: -20px;
  }
}
.p-list-style li {
  width: 48.5%;
  border: 3px solid #EEE;
  margin-top: 30px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-list-style li {
    width: 100%;
    height: auto;
    border: 3px solid #EEE;
    padding: 15px;
    margin: 20px 0 0 0;
    box-sizing: border-box;
  }
}
.p-list-style li h4 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-list-style li h4 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
.p-list-style li h4 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  color: #FFF;
  background: #04AABE;
  border-radius: 40px;
  margin-right: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
}
@media screen and (max-width: 767px) {
  .p-list-style li h4 span {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
  }
}

.p-img-pcdj {
  float: right;
}
@media screen and (max-width: 767px) {
  .p-img-pcdj {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}

.p-list-pcdj {
  margin-top: 30px;
  padding: 25px 25px 25px 50px;
  border: 2px solid #04AABE;
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .p-list-pcdj {
    margin-top: 20px;
    width: auto;
    padding: 15px 15px 15px 35px;
  }
}
.p-list-pcdj li {
  list-style: disc;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-list-pcdj li {
    font-size: 14px;
    line-height: 1.7;
  }
}

/*	料金
-----------------------------------------------------*/
.p-table-trial {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .p-table-trial {
    margin-top: -10px;
    border-spacing: 0;
  }
}
.p-table-trial th {
  width: 280px;
  padding: 20px;
  background: #FF9100;
  font-size: 18px;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-trial th {
    display: block;
    width: auto;
    padding: 8px 15px;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
  }
}
.p-table-trial td {
  padding: 20px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-trial td {
    display: block;
    padding: 15px;
  }
}

.p-trial dt {
  font-size: 20px;
  font-weight: bold;
  color: #FF9100;
}
@media screen and (max-width: 767px) {
  .p-trial dt {
    font-size: 18px;
  }
}
.p-trial dd {
  margin-top: 5px;
}

.p-table-course {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .p-table-course {
    margin-top: -10px;
    border-spacing: 0;
  }
}
.p-table-course th {
  width: 280px;
  padding: 20px;
  background: #04AABE;
  font-size: 18px;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-course th {
    display: block;
    width: auto;
    padding: 8px 15px;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
  }
}
.p-table-course td {
  padding: 20px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-course td {
    display: block;
    padding: 15px;
  }
}

.p-course dt {
  font-size: 20px;
  font-weight: bold;
  color: #04AABE;
}
@media screen and (max-width: 767px) {
  .p-course dt {
    font-size: 18px;
  }
}
.p-course dd {
  margin-top: 5px;
}

.p-list-indent li {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-list-indent li {
    font-size: 13px;
  }
}

/*-----------------------------------------------------
	卒業生の声
-----------------------------------------------------*/
/*	一覧
-----------------------------------------------------*/
.p-list-graduate {
  overflow: hidden;
  margin: 0 0 -5% -5%;
}
@media screen and (max-width: 767px) {
  .p-list-graduate {
    margin: 0;
    border-top: 1px solid #DDD;
  }
}
.p-list-graduate li {
  width: 28.33%;
  float: left;
  margin: 0 0 5% 5%;
  padding: 10px 10px 0 10px;
  border: 1px solid #DDD;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-list-graduate li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    display: table;
  }
}
.p-list-graduate li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-list-graduate li a {
    border-bottom: 1px solid #DDD;
    padding: 20px 30px 20px 0;
  }
  .p-list-graduate li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #04AABE;
    border-right: 3px solid #04AABE;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .p-list-graduate__image {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
  }
}
.p-list-graduate__image img {
  width: 100%;
}
.p-list-graduate__image img:hover {
  opacity: 0.8;
}

.p-list-graduate__caption {
  padding: 15px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-list-graduate__caption {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
    text-align: left;
  }
}
.p-list-graduate__caption dt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.p-list-graduate__caption dd {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #DDD;
  color: #888;
}
@media screen and (max-width: 767px) {
  .p-list-graduate__caption dd {
    padding-top: 0;
    border: none;
    font-size: 12px;
    line-height: 1.5;
  }
}

/*	詳細
-----------------------------------------------------*/
.p-graduate-title {
  margin-bottom: 25px;
  padding-top: 60px;
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
  background: url("../img/break.png") center top no-repeat;
}
@media screen and (max-width: 767px) {
  .p-graduate-title {
    font-size: 30px;
    margin-bottom: 30px;
    padding-top: 40px;
    background-size: 360px;
  }
}
.p-graduate-title span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #888;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-graduate-title span {
    font-size: 13px;
  }
}

.p-graduate-image {
  text-align: center;
  padding-bottom: 70px;
  background: url("../img/break.png") center bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .p-graduate-image {
    padding-bottom: 50px;
    background-size: 360px;
  }
  .p-graduate-image img {
    width: 100%;
  }
}

.p-graduate-faq {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEE;
}
.p-graduate-faq:last-child {
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-graduate-faq {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.p-graduate-faq dt {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-graduate-faq dt {
    margin-bottom: 5px;
  }
}
.p-graduate-faq dt span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  background: #04AABE;
  border-radius: 40px;
  margin-right: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
}
.p-graduate-faq dd {
  padding-left: 55px;
  padding-top: 10px;
}

/*-----------------------------------------------------
	よくあるご質問
-----------------------------------------------------*/
.p-faqs {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #DDD;
}
.p-faqs:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.p-faqs dt {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-top: 7px;
}
.p-faqs dt span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  background: #04AABE;
  border-radius: 40px;
  margin-right: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
}
.p-faqs dd {
  position: relative;
  padding-left: 55px;
  padding-top: 7px;
}
.p-faqs dd span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  background: #FF9100;
  border-radius: 40px;
  margin-right: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
}

/*-----------------------------------------------------
	お問い合わせ、無料体験レッスン
-----------------------------------------------------*/
.p-table-form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-table-form {
    margin-top: -20px;
  }
}
.p-table-form th {
  padding: 20px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  width: 300px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-table-form th {
    display: block;
    border: 0;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.p-table-form td {
  padding: 20px 20px 20px 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
@media screen and (max-width: 767px) {
  .p-table-form td {
    display: block;
    border: 0;
    padding: 0;
    margin-top: 8px;
  }
}

.grecaptcha-badge {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    margin-bottom: 42px;
  }
}

.no-scroll {
  position: fixed;
}

.is-info {
  background: url("../img/info/pn_info.jpg") center center;
  background-size: cover;
}

.is-about {
  background: url("../img/about/pn_about.jpg") center center;
  background-size: cover;
}

.is-instructor {
  background: url("../img/instructor/pn_instructor.jpg") center center;
  background-size: cover;
}

.is-flow {
  background: url("../img/flow/pn_flow.jpg") center center;
  background-size: cover;
}

.is-graduate {
  background: url("../img/graduate/pn_graduate.jpg") center center;
  background-size: cover;
}

.is-contact {
  background: url("../img/contact/pn_contact.jpg") center center;
  background-size: cover;
}

.is-faq {
  background: url("../img/faq/pn_faq.jpg") center center;
  background-size: cover;
}

.is-lesson {
  background: url("../img/lesson/pn_lesson.jpg") center center;
  background-size: cover;
}

.u-bgimg-brick {
  background: url("../img/bg_brick.jpg") repeat top center;
  background-size: 700px auto;
}
@media screen and (max-width: 767px) {
  .u-bgimg-brick {
    background-size: 400px auto;
  }
}

.u-bgimg-apply1 {
  background: url("../img/bg_apply1.jpg") no-repeat center center/cover;
}

.u-bgimg-apply2 {
  background: url("../img/bg_apply2.jpg") no-repeat center center/cover;
}

.u-bgimg-beach {
  background: url("../img/bg_beach.jpg") repeat center center/cover;
}

.u-bgcolor-rightblue {
  background: #EBF7FB;
}

.u-color-egreen {
  color: #04AABE;
}

.u-color-orange {
  color: #FF9100;
}

.u-color-red {
  color: #F00;
}

.u-icon-hissu {
  float: right;
  background: #F00;
  font-size: 11px;
  line-height: 1em;
  color: #FFF;
  padding: 5px;
  border-radius: 2px;
}

.u-border {
  margin: 60px 0;
  border: 0;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .u-border {
    margin: 30px 0;
  }
}

.u-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-spacer {
    margin-top: 30px;
  }
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile-only {
    display: block;
  }
}

.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs21 {
  font-size: 21px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs23 {
  font-size: 23px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs25 {
  font-size: 25px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs27 {
  font-size: 27px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs29 {
  font-size: 29px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}