@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  font-size: 14px;
  color: #000;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

address {
  font-style: normal;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  transition: 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
}

button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/*margin*/
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: 2px;
  outline: none;
  padding: 0 0.3em;
  width: 100%;
}

input[type="text"]:focus,
select:focus {
  border-color: #0f3192;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 0.3em;
  outline: none;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  border-color: #0f3192;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #c5c5c5;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
}

.pager a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
}

.pager .back,
.pager .back .btn01 {
  max-width: 300px;
  width: 100%;
}

.pager .previous a,
.pager .next a {
  position: relative;
  text-align: center;
  color: #0d3192;
  font-weight: bold;
}

.pager .previous a:before {
  content: "≪";
  margin-right: 5px;
}

.pager .next a:after {
  content: "≫";
  margin-left: 5px;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  border: 1px solid #001966;
  color: #001966;
  margin: 3px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-decoration: none;
  padding: 0;
  background-color: white;
  border-radius: 100%;
}

.wp-pagenavi span.current {
  border: 0px;
  color: #fff;
  background: #001966;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  color: #fff;
  opacity: 1;
  background: #001966;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
  box-shadow: 0 0 0;
  font-size: 1.2rem;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border: none;
  background-color: transparent;
  color: #001966;
}

/* wordpress breadcrumbs */
.breadcrumbs.txt_ellipsis li:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
}
.breadcrumbs {
  font-size: 1.2rem;
  margin: 20px 0;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
  margin: 0;
}
.breadcrumbs li:before {
  content: ">";
  color: #b8b8b8;
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  color: #0c3192;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #0c3192;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 3px;
  }
}

/* toggle button */
.toggle {
  display: none;
}
@media screen and (max-width: 1080px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px;
    right: 7px;
    text-align: center;
    top: 5px;
    z-index: 7;
  }
  .toggle__bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    content: "MENU";
  }
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "CLOSE";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 1081px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 1080px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 1px 5px #e8e8e8;
    box-shadow: 0 1px 5px #e8e8e8;
    z-index: 6;
  }
}

/*////////////////////////

EFFECTS

////////////////////////*/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*スクロールフェードイン*/
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/*////////////////////////

 user common css

////////////////////////*/
.main {
  margin-top: 229px;
}

.container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_s {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

[class^="btn01--"] {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
}

[class^="btn01--"]::before,
[class^="btn01--"]::after,
.btn01::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  margin-top: -4px;
}

[class^="btn01--"]::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  left: 0;
}

.btn01::after,
[class^="btn01--"]::after {
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
}

.btn01 {
  background-color: black;
  color: white;
  display: block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 1.6rem;
  position: relative;
}

.btn01::after {
  border-width: 2px;
  right: 25px;
}

.btn01--trial {
  background-color: #0f3192;
  width: 150px;
}

.btn01--trial::before {
  border-color: transparent transparent transparent #fc0101;
}

.btn01--trial .balloon {
  display: inline-block;
  font-size: 1rem;
  color: #0e3192;
  background-color: #ffff26;
  border: 1px solid #0e3192;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  font-weight: bold;
}

.btn01--trial .balloon::after {
  display: block;
  content: "▼";
  color: #ffff26;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.btn01--trial .balloon.type02 {
  font-size: 1.4rem;
  top: 7px;
  left: 30px;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 17px;
  padding-top: 7px;
  margin: 0;
}

.btn01--trial .balloon.type02::after {
  content: "▶";
  top: 15px;
  left: 40px;
  right: 0;
}

.btn01--contact {
  background-color: #ef7800;
  width: 150px;
}

.btn01--contact::before {
  border-color: transparent transparent transparent #fed704;
}

.tel {
  max-width: 246px;
  width: 100%;
  text-align: center;
}

.tel .ttl {
  display: block;
  font-size: 1.2rem;
  background-color: #0f3192;
  text-align: center;
  color: white;
  border-radius: 3px;
}

.tel .number {
  font-family: "Fjalla One", sans-serif;
  font-size: 3.6rem;
  color: #202020;
  letter-spacing: -2px;
  display: block;
  font-weight: normal;
}

.tel .number i {
  color: #0f3192;
  vertical-align: text-top;
  margin-right: 5px;
}

.external {
  position: relative;
}

.external::before {
  position: absolute;
  top: 0;
  right: 5px;
  display: inline-block;
  content: url(img/common/icn_external.png);
}

.ft_fjalla {
  font-family: "Fjalla One", sans-serif;
}

.ft_barlow {
  font-family: "Barlow", sans-serif;
}

.hdg--balloon {
  background-color: #0f3192;
  color: white;
  text-align: center;
  max-width: 250px;
  width: 100%;
  margin: 0 auto 10px;
  padding: 5px 0;
  position: relative;
  border-radius: 5px;
  font-size: 1.4rem;
}

.hdg--balloon::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "▼";
  color: #0f3192;
}

.hdg--01 {
  font-size: 3.2rem;
  text-align: center;
}

.hdg--02 {
  font-weight: normal;
}

.hdg--02 .en {
  font-family: "Fjalla One", sans-serif;
  font-size: 6rem;
  line-height: 1.2;
  margin-right: 20px;
}

.hdg--02 .jap {
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  bottom: 20px;
}

.hdg--03 .en {
  font-family: "Fjalla One", sans-serif;
  font-style: italic;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 4px;
  font-weight: 400;
}

.hdg--03 .en::after {
  display: block;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #000;
  margin: auto;
}

.hdg--03 .jap {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

.hdg--04 {
  color: white;
  line-height: 1.2;
  font-weight: normal;
}

.hdg--04 .en {
  font-family: "Fjalla One", sans-serif;
  font-size: 6rem;
}

.hdg--04 .jap {
  font-size: 1.6rem;
  display: block;
}

.more_btn {
  width: 103px;
  border: 1px solid #d8d8d8;
  line-height: 34px;
  height: 34px;
  background-color: #fff;
}

.more_btn a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #001966;
  width: 100%;
}

.more_btn .icn {
  width: 20px;
  display: block;
  border-right: 1px solid #d8d8d8;
  line-height: 34px;
  height: 34px;
  padding-top: 13px;
}

.more_btn .line {
  display: block;
  width: 9px;
  height: 1px;
  margin: 0 auto 2px;
  border-top: 1px solid #001966;
}

.article_box a {
  display: block;
}

.article_box .no_image {
  border: 1px solid #ddd;
}

.article_box .title {
  font-weight: normal;
}

.article_box .info {
  margin: 10px 0 5px;
}

.article_box .date {
  margin: 10px 0;
  color: #001966;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.2rem;
}

.article_box [class^="cat--"] {
  display: inline-block;
  margin-left: 7px;
  font-size: 1.2rem;
  padding: 0 10px;
  font-weight: bold;
}

.article_box .cat--news,
.article_box .cat--staff {
  color: white;
  background-color: #001966;
}

.article_box .cat--campaign {
  color: #001966;
  background-color: #ffea29;
}

.article_box .image img {
  max-width: 380px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
}

.highlight span {
  font-weight: bold;
  background: url(img/common/highlight.png) repeat-x left bottom;
}

.gmap {
  position: relative;
  padding-bottom: 460px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.pc {
  display: block;
}
.sp,
.sp_550 {
  display: none;
}
.wd_100 {
  width: 100%;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 998;
}

.pagetop a {
  display: block;
  background-color: #0e3192;
  box-shadow: 4px 4px 0 #ef7800;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
}

.pagetop a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
}

.sec_tel_num {
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-top: -5px;
}

.sec_tel_num .number {
  font-size: 3rem;
  display: inline-block;
  font-weight: normal;
}

.side_links {
  position: fixed;
  right: -10px;
  top: 20%;
  z-index: 998;
}

.schedule_block .day_ttl {
  font-size: 3rem;
  text-align: center;
  background-color: #fafbfc;
  color: #000;
  font-weight: bold;
}

.schedule_block .day_ttl span {
  vertical-align: middle;
  display: inline-block;
}

.schedule_block .day_ttl .day {
  font-size: 1.8rem;
  margin-left: 5px;
}

.schedule_block .day_ttl .time {
  font-size: 2rem;
  margin-left: 20px;
}

.schedule_block th {
  padding: 0 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background-color: #0f3192;
  border: 1px solid #c6c6c6;
}

.schedule_block td {
  padding: 10px;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #c6c6c6;
}

.schedule_block td:empty {
  padding: 20px;
}

.schedule_block tr:nth-of-type(odd) td {
  background-color: #fafbfc;
  border-top: 1px dotted #c6c6c6;
}

.schedule_block tr:nth-of-type(even) td {
  border-bottom: 1px dotted #c6c6c6;
}

.schedule_block .day_ttl {
  border-top: 1px solid #c6c6c6 !important;
}

.schedule_block .hours {
  text-align: center;
  font-weight: 500;
  color: #bababa;
  font-size: 1.7rem;
  font-family: "Barlow", sans-serif;
}

.schedule_block .current {
  background-color: #fef5de !important;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 13px 13px;
}

.schedule_period {
  text-align: right;
}

.type_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.type_tags span {
  color: #0f3192;
  border: 2px solid #0f3192;
  padding: 3px 15px;
  width: calc(98% / 2);
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 1080px) {
  .main {
    margin-top: 85px;
  }
}

@media screen and (min-width: 769px) {
  [class^="btn01--"]:hover {
    opacity: 1;
    background-color: #202020;
  }
  .btn01:hover {
    opacity: 1;
    background-color: #0e3192;
  }
  .schedule_block td:nth-of-type(even) {
    width: 33%;
  }
  .schedule_block th {
    width: 100px;
  }
  .schedule_block .hours {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .form table th,
  .form table td {
    display: block;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc,
  .side_links {
    display: none !important;
  }
  .schedule_block td {
    line-height: 1.2;
    padding: 7px;
    font-size: 1.4rem;
  }
  .schedule_block td:nth-of-type(2) {
    width: 100%;
  }
  .schedule_block th {
    padding: 0 5px;
  }
}

/*@media screen and (max-width: 650px) {
  .main {
    margin-top: 125px;
  }
}*/

@media screen and (max-width: 550px) {
  .pagetop a {
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
  }
  .pagetop {
    bottom: 15px;
    right: 15px;
  }
  .hdg--04 .en {
    font-size: 5rem;
  }
  .schedule_block .day_ttl {
    font-size: 2.2rem;
    padding: 15px 5px;
  }
}

@media screen and (max-width: 550px) {
  .sp_550 {
    display: block;
  }
  .pc_550 {
    display: none;
  }
  .type_tags span {
    width: 100%;
    font-size: 1.4rem;
    padding: 5px;
  }
}

/*////////////////////////

 header

////////////////////////*/
header.fixedmenu {
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
  z-index: 999;
}

header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

header .gnav ul {
  font-size: 1.6rem;
  font-weight: bold;
}

header .gnav .current,
header .gnav .menu a:hover {
  color: #0f3192;
  opacity: 1;
}

header .gnav .menu a {
  display: block;
  text-align: center;
}

header .description {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: bold;
  margin: 0 20px 0 10px;
}

header .sub_content_menu a::before {
  vertical-align: middle;
  margin-right: 5px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #0e3192;
  border-right: 1px solid #0e3192;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -1px;
}

header .middle_block_right {
  max-width: 580px;
  width: 100%;
}

header .sub_content_menu.sp_menu,
header .gnav .logo,
header .gnav .contact_page,
header .gnav .sp_only {
  display: none;
}

header.fixedmenu .gnav .logo {
  border: none !important;
}

@media screen and (max-width: 1300px) {
  header .gnav .menu a {
    padding: 10px 3px;
  }
  header .gnav .menu li {
    width: 100%;
  }
}

@media screen and (min-width: 1081px) {
  header .gnav {
    padding: 10px 0;
  }
  header .top_block_pc {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dcdede;
  }
  header .top_block_pc li:not(:last-of-type) {
    margin-right: 20px;
  }
  header .top_block_pc a {
    font-size: 1.2rem;
    display: inline-block;
  }
  header .top_block_pc a:hover {
    transform: translateX(5px);
  }
  header.fixedmenu .top_block_pc,
  header.fixedmenu .middle_block {
    transition: 0.3s ease;
    display: none;
  }
  header .middle_block {
    padding: 20px 0 0;
  }
  header.fixedmenu .gnav .logo,
  header.fixedmenu .gnav .contact_page {
    display: block;
  }
  header .gnav li {
    border-right: 1px dotted #adadad;
  }
  header .gnav li:nth-child(2) {
    border-left: 1px dotted #adadad;
  }
  header.fixedmenu .gnav li:nth-child(2) {
    border-left: none;
  }
  /* header.fixedmenu .gnav a {
    padding: 7px 18px;
  } */
}

@media screen and (max-width: 1080px) {
  header {
    height: 85px;
  }
  header h1 {
    padding: 5px 0 0;
  }
  header nav ul.flexbox {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
  }
  header nav.gnav {
    max-width: 100%;
    height: 100vh;
    top: 85px;
    overflow-y: scroll;
  }
  header [class^="btn01--"] {
    margin: 20px auto;
    max-width: 246px;
    width: 100%;
  }
  header .tel {
    margin: 20px auto;
    padding-bottom: 100px;
  }
  header .top_block_pc,
  header .middle_block_right {
    display: none;
  }
  header .sub_content_menu.sp_menu,
  header .sub_content_menu.sp_menu a,
  header .gnav .sp_only {
    display: block;
  }
  header .sub_content_menu.sp_menu {
    margin-bottom: 50px;
  }
  header .sub_content_menu.sp_menu a {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  header .sub_content_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.3rem !important;
    background-color: #f2f2f2;
    padding: 5px 0;
  }
  header .sub_content_menu li:not(:last-of-type) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  header nav.gnav {
    top: 85px;
    overflow-y: scroll;
  }
  header .description {
    width: 100%;
  }
  header .container {
    display: block;
    margin-top: 5px;
  }
  header.fixedmenu nav.gnav {
    top: 70px;
  }
  header.fixedmenu {
    height: 70px;
  }
  header.fixedmenu h1 img {
    max-width: 220px;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  header .description {
    display: block;
    margin: 5px 0 0;
  }
  header .logo_block {
    flex-wrap: wrap;
  }
  /*header {
    height: 125px;
  }*/
  header nav.gnav {
    /*top: 125px;*/
    top: 85px;
  }
  header.fixedmenu .description {
    display: none;
  }
  header.fixedmenu .description {
    top: 85px;
  }
  header .gnav .menu a {
    padding: 6px 3px;
  }
}

@media screen and (max-width: 425px) {
  header .sub_content_menu li {
    width: calc(89% / 2);
  }
  header .sub_content_menu li a {
    padding: 10px 5px 10px 5px;
    text-align: left;
    font-size: 1.1rem;
  }
  header .sub_content_menu li:not(:last-of-type) {
    margin: 0;
  }
  header .sub_content_menu li {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 400px) {
  header .description {
    font-size: 1vw;
  }
}

@media screen and (max-width: 350px) {
  header h1 img {
    max-width: 240px;
    width: 100%;
  }
  header .container {
    padding: 0 7px;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer h2 {
  font-size: 1.4rem;
}

footer .ft_box--left li:not(:last-child) {
  margin-bottom: 15px;
}

footer .ft_box--right .tel {
  max-width: 100%;
}

footer .ft_box--right .number {
  letter-spacing: 0;
}

footer .ft_box--right {
  max-width: 286px;
  width: 100%;
}

footer .ft_box--right li:not(:last-child) {
  margin-bottom: 10px;
}

footer .ft_box--right [class^="btn01--"] {
  font-size: 1.8rem;
  width: 100%;
}

footer .ft_box--right .banner {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px 0;
}

footer .ft_box--right .aoyama a {
  padding: 0;
}

footer small {
  width: 100%;
  margin: 40px auto 0 auto;
  padding: 10px 0;
  display: block;
  color: #000;
  text-align: center;
  background: #f2f2f2;
  font-size: 12px;
}

footer .ft_box--middle {
  max-width: 430px;
  width: 100%;
}

footer .ft_box--middle li {
  width: calc(100% / 2);
  font-weight: bold;
  font-size: 1.5rem;
}

footer .ft_box--middle li:not(.sns) {
  margin-bottom: 15px;
}

footer .ft_box--middle li:not(.sns) a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

footer .ft_box--middle li:not(.sns)::before {
  margin-right: 15px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #b8b8b8;
  border-right: solid 1px #b8b8b8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .ft_box--middle .sns {
  margin-top: 10px;
  font-size: 2rem;
}

footer .ft_box--middle .sns a {
  display: inline-block;
  margin: 0 5px;
}

footer .ft_box--middle li:not(.sns) a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #0e3192;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

footer .contact_block {
  margin-bottom: 60px;
}

footer .contact_block [class^="item--"] {
  width: calc(100% / 2);
  color: white !important;
}

footer .contact_block .item--left {
  background: url(img/top/top07_bkg.png) no-repeat center;
  background-size: cover;
}

footer .contact_block .item--left .wrapper {
  /*max-width: 540px;*/
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 40px 15px 30px;
}

footer .contact_block .hdg--02 .en {
  font-size: 4rem;
}

footer .contact_block .hdg--02 .jap {
  bottom: 5px;
}

footer .contact_block .tel {
  max-width: 100%;
  text-align: left;
  font-size: 4rem;
  margin-bottom: 20px;
}

footer .contact_block .tel i {
  color: white;
}

footer .contact_block .tel .number {
  display: inline-block;
}

footer .contact_block .tel .number,
footer .contact_block .tel .number a {
  color: white;
  /*font-size: 4.4rem;*/
  font-size: 4rem;
}

footer .contact_block [class^="btn01--"] {
  max-width: 450px;
  width: 100%;
  font-size: 2rem;
}

footer .contact_block .btn01--trial .balloon.type02 {
  left: 100px;
}

footer .contact_block .sp_550 {
  font-size: 1.4rem;
}

footer .contact_block .pc_550 .sec_tel_num {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  footer .ft_box--middle li:not(.sns):hover a::after {
    width: 100%;
  }
}

@media screen and (max-width: 940px) {
  footer .contact_block .btn01--trial .balloon.type02 {
    left: 50px;
  }
}

@media screen and (max-width: 980px) {
  footer .container > .flexbox {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer [class^="ft_box--"] {
    max-width: 300px;
  }
  footer .ft_box--left {
    max-width: 70%;
    width: 100%;
    margin-bottom: 40px;
  }
  footer .ft_box--middle {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .contact_block [class^="item--"] {
    width: 100%;
  }
  footer .contact_block .gmap {
    padding-bottom: 260px;
  }
}

@media screen and (max-width: 550px) {
  footer .contact_block [class^="btn01--"] {
    font-size: 1.6rem;
  }
  footer .contact_block .hdg--02 {
    margin-bottom: 0;
  }
  footer .contact_block .btn01--trial .balloon.type02 {
    left: 30px;
    top: 5px;
  }
  footer .contact_block .tel .number a {
    font-size: 12vw;
  }
  footer .contact_block .tel .sp_550 a {
    font-size: 9vw;
  }
  footer .contact_block {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 425px) {
  footer .ft_box--middle li:not(.sns) {
    margin-bottom: 5px;
  }
  footer .ft_box--middle li:not(.sns) a {
    font-size: 1.2rem !important;
  }
  footer .ft_box--middle li:not(.sns)::before {
    margin-right: 5px;
  }
  footer .ft_box--left {
    max-width: 100%;
  }
}

@media screen and (max-width: 350px) {
  footer small {
    padding-bottom: 70px;
  }
}

/*////////////////////////

TOPPAGE

////////////////////////*/
.top01 .main-visual {
  position: relative;
  /* background: url(img/top/main_img.jpg) no-repeat center;
  background-size: cover; */
  padding: 280px 0 100px;
}

.top01 .main_txt {
  text-align: center;
  padding: 0 15px;
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  color: white;
  font-size: 3.4rem; /*20190927追加*/
  margin-bottom: 80px;
}

.top01 .main_txt span {
  display: block;
}

.top01 .banner {
  width: calc(96% / 2);
}

.top02 {
  background-color: white;
  background-image: url(img/top/top02_bkg.png);
  background-repeat: repeat;
  background-position: top left;
  padding-bottom: 50px;
}

.top02 .content_box {
  background-color: white;
  border-left: 4px solid #001966;
  border-right: 4px solid #f5c84d;
  /*padding: 50px 15px;*/
  padding: 30px 15px 50px;
  position: relative;
  /* 230215 */
  /* top: -70px; */
  top: 0 !important;
  margin-bottom: 70px;
}

.top02 .banner_box {
  position: relative;
  top: -50px;
}

.top02 .banner_box p {
  width: calc(98% / 2);
}

.top02 .points_box .item {
  text-align: center;
  max-width: 240px;
  width: 100%;
  padding: 0 15px 20px;
}

.top02 .points_box .item:not(:last-of-type) {
  border-right: 1px dotted #b7b7b7;
}

.top02 .points_box .item li:not(:last-child) {
  margin-bottom: 15px;
}

.top02 .points_box .num {
  font-family: "Fjalla One", sans-serif;
  color: #001966;
  font-style: italic;
  background: url(img/top/top02_number_bkg.png) no-repeat center;
  padding: 7px 0;
}

.top02 .points_box .hdg {
  font-size: 2rem;
  line-height: 1.4;
}

/*220616追加*/
.top-youtube {
  background-color: #eaf2fa;
  padding: 90px 15px;
  margin-bottom: 100px;
}

.top-youtube .youtube__block {
  margin: auto;
  max-width: 530px;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  padding-top: 0;
}

.top-youtube .youtube__block > iframe {
  top: 0;
  right: 0;
  width: 100% !important;
  height: 1005 !important;
}

.btn01-about {
  margin: 30px auto;
}

/*20190903 追加*/
.top02 .fee_table {
  max-width: 500px;
  width: 100%;
  margin: 10px auto 30px;
  text-align: left;
}

.top02 .fee_table th,
.top02 .fee_table td {
  padding: 15px 20px;
  border: 1px solid #d8d8d8;
}

.top02 .fee_table th {
  background-color: #f2f7fb;
  width: 140px;
}

.top02 .fee_table td {
  background-color: #fff;
}
/* END*/

.top02 [class^="item--"] {
  width: calc(90% / 2);
  margin: auto;
}

.top02 .item--blog {
  margin-left: 0;
}

.top02 .hdg--02 {
  color: #001966;
  position: relative;
  padding-left: 25px;
}

.top02 .hdg--02::before {
  content: url(img/common/icn_dot.png);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}

.top02 .hdg--02 .en {
  font-style: italic;
  font-size: 3.2rem;
}

.top02 .hdg--02 .jap {
  font-weight: bold;
  font-size: 1.4rem;
  bottom: 5px;
}

.top02 .article_box {
  margin: 40px 0 60px;
}

.top02 .article_box .item {
  width: calc(95% / 2);
}

.top02 .article_box .image img {
  height: 162px;
}

.top02 .hdg--04 {
  color: #013895;
  text-align: center;
}

.top03 {
  border-top: 1px solid #dfdfdf;
  padding: 80px 0 100px;
}

.top03 .container {
  max-width: 1530px;
}

.top03 .content_box ul {
  max-width: 480px;
  width: 100%;
  margin-right: 20px;
}

.top03 .content_box li:not(.img_ttl) {
  padding-left: 40px;
}

.top03 .content_box .text {
  line-height: 2;
  margin: 20px 0;
}

.top04 .bkg_img {
  background: url(img/top/top04_img01.jpg) no-repeat center;
  background-size: cover;
  padding: 400px 0 0;
}

.top04 .hdg_wrapper {
  background-color: white;
  padding: 30px 15px 10px;
  max-width: 1070px;
  width: 90%;
}

.top04 .hdg--02 {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
}

.border_underline {
  background: url(img/common/underline01.jpg) repeat-x left bottom;
  display: inline-block;
}

.top04 .hdg--02 .en .ft_color,
.top04 .hdg--02 .jap {
  color: #001966;
}

.top04 .hdg--02 .jap {
  font-weight: bold;
}

.top04 .container {
  padding: 50px 15px;
}

.top04 .content_box .item {
  width: calc(95% / 4);
}

.top04 .hdg--03 {
  margin: 20px 0;
  text-align: center;
}

.top04 .btn01 {
  margin-top: 15px;
}

.top05 {
  background-color: #0071b2;
  padding: 50px 15px 60px;
  color: #fff;
}

.top05 .btn01 {
  margin: 15px auto 0;
}

.top05 .hdg--04 {
  text-align: center;
}

.top05 .white_box {
  background-color: white;
  color: #000;
  padding: 40px 15px;
}

.top05 .content_wrapper {
  max-width: 1118px;
  width: 100%;
  margin: auto;
}

.top05 [class^="items_box--"] .item {
  border: 2px solid #013895;
  padding: 25px;
}

.top05 [class^="items_box--"] .program {
  display: block;
  width: 90px;
  text-align: center;
  background-color: #013895;
  color: white;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  font-weight: normal;
}

.top05 [class^="items_box--"] dt {
  color: #013895;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
}

.top05 .items_box--01 .item {
  width: calc(97% / 3);
  margin-bottom: 20px;
}

.top05 .items_box--02 .item {
  width: calc(97% / 4);
}

@media screen and (max-width: 940px) {
  .top02 [class^="item--"] {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 880px) {
  .top02 {
    padding-bottom: 40px;
  }
  .top02 .content_box {
    padding: 30px 50px;
  }
  .top02 .points_box {
    flex-wrap: wrap;
  }
  .top02 .points_box .item {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  .top02 .points_box br {
    display: none;
  }
  .top02 .points_box .item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px dotted #b7b7b7;
  }
  .top02 .banner_box {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .top01 .main-visual {
    padding: 130px 0 50px;
  }
  .top01 .main_txt {
    top: 13%;
    font-size: 4vw;
    margin-bottom: 30px;
  }
  .top01 .banner {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .top02 .content_box {
    /* top: -20px; */
    margin-bottom: 20px;
  }
  .top03 {
    padding: 40px 0 50px;
  }
  .top03 .content_box {
    flex-wrap: wrap-reverse;
  }
  .top03 .content_box ul {
    margin: 20px 0 0;
    max-width: 100%;
  }
  .top03 .content_box li:not(.img_ttl) {
    padding: 0;
  }
  .top04 .bkg_img {
    padding: 250px 0 0;
  }
  .top04 .container {
    padding: 30px 15px 0;
  }
  .top04 .content_box .item {
    width: calc(95% / 2);
    margin-bottom: 50px;
  }
  .top05 [class^="items_box--"] {
    flex-wrap: wrap;
  }
  .top05 .items_box--01 .item,
  .top05 .items_box--02 .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) {
  .top .hdg--01 {
    font-size: 2.2rem;
  }
  .top01 .main-visual {
    padding: 90px 0 50px;
  }
  .top02 .banner_box p {
    width: 100%;
    margin-bottom: 15px;
  }
  .top02 .content_box {
    padding: 30px 15px;
  }
  .top02 .points_box .item {
    padding: 20px 0;
  }
  .top02 .points_box .hdg {
    font-size: 1.8rem;
  }
  .top02 .limited_text {
    font-size: 6vw;
  }
  .top02 .hdg--02 .jap {
    display: block;
  }
  .top02 .ttl_box {
    flex-wrap: wrap;
  }
  .top02 .more_btn {
    margin-left: auto;
  }
  .top02 .article_box {
    margin: 20px 0 30px;
  }
  .top03 .img_ttl {
    width: 50%;
  }
  .top03 .big_txt {
    font-size: 4rem;
  }
  .top04 .bkg_img {
    padding: 150px 0 0;
  }
  .top04 .hdg_wrapper {
    padding: 10px 15px;
  }
  .top04 .hdg--02 .jap {
    display: block;
    margin: 15px 0 0;
  }
  .top04 .hdg--02 .en {
    font-size: 4.5rem;
  }
  .top04 .content_box .btn01 {
    margin: 10px auto 0;
  }
  .top05 {
    padding: 30px 0 40px;
  }
  .top05 .white_box {
    padding: 20px 15px;
  }
  .top05 [class^="items_box--"] .item {
    padding: 25px 15px;
  }
  .top05 [class^="items_box--"] dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .top02 .article_box .item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .top04 .content_box .item,
  .top02 [class^="item--"] .article_box .item {
    width: 100%;
  }
  .top04 .content_box .image {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .top02 .fee_table th {
    width: 120px;
  }
}

/*////////////////////////

subpage common

////////////////////////*/
.subpage_bkg_cl {
  background-color: #fafafa;
  padding: 0 0 80px;
}

.subpage_content_bkg {
  background-color: #fff;
  padding: 80px 0;
}

.valign_top {
  vertical-align: top;
}

.submain_block {
  background-image: url(img/common/bkg_submain_block.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 55px 0;
  background-color: #0f3192;
}

.submain_hdg--01 {
  color: #fff;
  line-height: 1;
}

.submain_hdg--01 .en {
  font-size: 5rem;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
}

.submain_hdg--01 .jp {
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 15px;
  font-weight: normal;
}

.subhdg--02 {
  text-align: center;
  font-weight: 500;
}

.subhdg--02 .en {
  border-top: 8px solid #000;
  padding: 15px 15px 0 0;
  line-height: 1.6;
  letter-spacing: 3.5px;
  font-style: italic;
  font-size: 5.6rem;
  font-family: "Fjalla One", sans-serif;
}

.subhdg--02 .jp {
  line-height: 1;
  letter-spacing: 3.5px;
  font-size: 1.6rem;
  display: block;
}

.subhdg--03 {
  font-size: 2rem;
  position: relative;
  padding-left: 20px;
}

.subhdg--03::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
  background: rgba(14, 49, 146, 1);
  background: -moz-linear-gradient(left, rgba(14, 49, 146, 1) 0%, rgba(14, 49, 146, 1) 50%, rgba(239, 120, 0, 1) 50%, rgba(239, 120, 0, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 49, 146, 1)), color-stop(50%, rgba(14, 49, 146, 1)), color-stop(50%, rgba(239, 120, 0, 1)), color-stop(100%, rgba(239, 120, 0, 1)));
  background: -webkit-linear-gradient(left, rgba(14, 49, 146, 1) 0%, rgba(14, 49, 146, 1) 50%, rgba(239, 120, 0, 1) 50%, rgba(239, 120, 0, 1) 100%);
  background: -ms-linear-gradient(left, rgba(14, 49, 146, 1) 0%, rgba(14, 49, 146, 1) 50%, rgba(239, 120, 0, 1) 50%, rgba(239, 120, 0, 1) 100%);
  background: linear-gradient(to right, rgba(14, 49, 146, 1) 0%, rgba(14, 49, 146, 1) 50%, rgba(239, 120, 0, 1) 50%, rgba(239, 120, 0, 1) 100%);
}

.dl_list dt:first-of-type,
.dl_list dd:first-of-type {
  border-top: 1px solid #c6c6c6;
}

.dl_list dt {
  width: 25%;
  padding: 15px;
  font-weight: bold;
  border-bottom: 1px solid #c6c6c6;
}

.dl_list dd {
  width: 75%;
  padding: 15px 5px;
  border-bottom: 1px solid #c6c6c6;
}

.scroll_tabs a {
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
  border-bottom: 2px solid #000;
  padding: 0 15px 5px 5px;
}

.scroll_tabs a:not(:last-of-type) {
  margin-right: 30px;
}

.scroll_tabs a::after {
  margin-left: 20px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  vertical-align: middle;
}

.checkthis_box {
  border: 2px solid #e7e7e7;
  border-radius: 15px;
  position: relative;
  margin: 100px 0 80px;
  padding: 90px 80px 50px;
}

.checkthis_box::before {
  background: url(img/common/icn_check_this.png) no-repeat center;
  background-size: auto;
  content: "";
  max-width: 120px;
  width: 100%;
  display: block;
  padding: 60px 0;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

[class*="counter--"] {
  counter-reset: lists;
}

.counter--flexbox .image {
  position: relative;
}

.counter--flexbox .image::after {
  display: block;
  counter-increment: lists;
  content: counter(lists, decimal-leading-zero);
  position: absolute;
  right: 40px;
  bottom: -25px;
  font-style: italic;
  font-size: 6rem;
  font-family: "Fjalla One", sans-serif;
  color: #0d3192;
  line-height: 1;
  font-weight: 400;
}

.counter--flexbox figcaption {
  font-size: 2rem;
  margin: 20px 0 5px;
  font-weight: bold;
}

.bottom_btn_box a:first-of-type {
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .checkthis_box {
    padding: 90px 20px 10px;
  }
}

@media screen and (max-width: 550px) {
  .subpage_content_bkg {
    padding: 40px 0;
  }
  .subpage_bkg_cl {
    padding: 0 0 40px;
  }
  .submain_block {
    padding: 30px 0;
  }
  .submain_hdg--01 .en {
    font-size: 3.5rem;
  }
  .submain_hdg--01 .jp,
  .scroll_tabs a {
    font-size: 1.6rem;
  }
  .subhdg--02 .en {
    font-size: 3.8rem;
  }
  .counter--flexbox .image::after {
    font-size: 5rem;
    right: 20px;
  }
  .scroll_tabs a:not(:last-of-type) {
    margin-right: 15px;
  }
  .dl_list dt {
    padding: 15px 0;
  }
  .bottom_btn_box {
    flex-wrap: wrap;
  }
  .bottom_btn_box a:first-of-type {
    margin: 0 0 20px;
  }
}

/*////////////////////////

Access

////////////////////////*/
.access02 .img_block {
  margin: 0 0 80px;
}

.access02 .img_block p {
  width: calc(98% / 2);
}

.access02 .map_block {
  max-width: 500px;
  width: 100%;
}

.access02 .btn01 {
  margin-top: 20px;
  margin-left: auto;
}

.access02 .gmap {
  padding-bottom: 270px;
  padding-top: 30px;
}

.access02 .dl_list {
  margin-right: 15px;
  max-width: 550px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access02 .content_flexbox {
    flex-wrap: wrap;
  }
  .access02 .dl_list {
    margin: 0 0 30px;
    max-width: 100%;
  }
  .access02 .map_block {
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .access02 .img_block {
    margin: 0 0 20px;
  }
  .access02 .img_block p {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*////////////////////////

Facility

////////////////////////*/
.facility .subpage_content_bkg {
  padding-bottom: 0;
}

.facility .subhdg--02 {
  margin-top: 130px;
}

.facility figure {
  margin-bottom: 80px;
}

.facility02 .content_flexbox figure {
  width: calc(94% / 2);
}

.facility02 figcaption {
  font-size: 2rem;
  margin: 15px 0 5px;
  font-weight: bold;
}

.facility02 .img_box p {
  width: calc(98% / 2);
}

.facility03 figure {
  width: calc(96% / 2);
}

@media screen and (max-width: 680px) {
  .facility02 .content_flexbox {
    justify-content: center;
  }
  .facility02 .content_flexbox figure {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 80px;
  }
  .facility02 .img_box p {
    width: 100%;
    text-align: center;
  }
  .facility02 .content_flexbox p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  .facility figure {
    margin-bottom: 40px !important;
  }
  .facility .subhdg--02 {
    margin-top: 80px;
  }
  .facility03 .subhdg--02 {
    margin-bottom: 30px;
  }
  .facility03 figure {
    width: 100%;
  }
}

/*////////////////////////

About

////////////////////////*/
.about02 .hdg--01 {
  text-align: left;
  font-size: 3.1rem;
  line-height: 1.8;
}

.about02 .hdg--01 + p {
  margin-top: 40px;
  font-weight: 500;
  line-height: 2.4;
}

.about02 .subhdg--02 {
  background: url(img/about/about02_ttl_bkg.png) no-repeat center;
  background-size: contain;
}

.about02 .type_tags {
  display: block;
}

.about02 .type_tags span {
  padding: 3px 50px;
  width: auto;
  display: inline-block;
  margin: 0 5px 5px 0;
}

.about02 .type_tags span:nth-of-type(7) {
  padding: 3px 35px;
}

.about02 .type_tags span:last-of-type {
  padding: 3px 15px;
}

.about02 .img_block {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about02 .img_block p {
  width: calc(98% / 2);
}

.about02 .checkthis_box .highlight {
  font-size: 2rem;
  margin: 40px 0 20px;
}

.about02 .checkthis_box .text {
  max-width: 340px;
  width: 100%;
  border: 4px solid #f0f2f7;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  margin-right: 30px;
}

.about02 .checkthis_box .text::after {
  position: absolute;
  right: -46px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 42px;
  border-color: transparent transparent transparent #eff2f7;
}

.about02 .checkthis_box .wrapper::before,
.about02 .checkthis_box .wrapper::after {
  display: inline-block;
  position: absolute;
}

.about02 .checkthis_box .wrapper::before {
  content: url(img/common/icn_man.png);
  left: 10px;
  top: -20px;
}

.about02 .checkthis_box .wrapper::after {
  content: url(img/common/icn_woman.png);
  right: 0;
  bottom: -30px;
}

.about02 .small_txt {
  color: #0c3192;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}

.about02 .ttl {
  color: #0c3192;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}

.about02 .ttl span {
  background: linear-gradient(transparent 60%, #ffff26 60%);
}

.about02 .ttl + p {
  font-size: 1.3rem;
}

.about02 .subhdg--03 {
  margin: 80px 0 15px;
}

.about02 .img_ttl {
  border: 1px solid #0e3192;
  max-width: 345px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
}

.about03 .subhdg--02 {
  margin: 150px 0 60px;
}

.about03 .content_flexbox {
  border-bottom: 2px dotted #c6c6c6;
  margin-bottom: 40px;
}

.about03 .counter--pointsbox .item {
  position: relative;
  width: calc(93% / 3);
  border: 2px solid;
  border-radius: 15px;
  margin: 0 0 80px;
}

.about03 .counter--pointsbox .item:nth-of-type(odd) {
  border-color: #0f3192;
  box-shadow: 4px 4px 0 #cae2f7;
}

.about03 .counter--pointsbox .item:nth-of-type(even) {
  border-color: #ef7800;
  box-shadow: 4px 4px 0 #f8e7c9;
}

.about03 .counter--pointsbox .item::before {
  display: block;
  counter-increment: lists;
  content: counter(lists);
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  z-index: 10;
  font-size: 2.4rem;
  font-family: "Fjalla One", sans-serif;
  color: #0d3192;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
}

.about03 .counter--pointsbox .item:nth-of-type(odd)::before {
  background: url(img/common/bkg_shape01.png) no-repeat center;
}

.about03 .counter--pointsbox .item:nth-of-type(even)::before {
  background: url(img/common/bkg_shape02.png) no-repeat center;
}

.about03 .counter--pointsbox .image img {
  border-radius: 14px 14px 0 0;
}

.about03 .counter--pointsbox dd {
  padding: 15px 30px 30px;
}

.about03 .counter--pointsbox .ttl {
  font-size: 2.2rem;
  text-align: center;
}

.about03 .counter--pointsbox .detail {
  margin: 5px 0 15px;
}

@media screen and (max-width: 768px) {
  .about02 .content_flexbox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about02 .hdg--01 + p {
    margin: 20px 0;
  }
  .about02 .checkthis_box .text {
    margin: 20px 0 60px;
  }
  .about02 .checkthis_box .text::after {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: auto;
    bottom: -33px;
  }
  .about02 .program_image {
    position: relative;
    right: -10px;
  }
  .about03 .counter--pointsbox .item {
    width: calc(93% / 2);
  }
}

@media screen and (max-width: 550px) {
  .about02 .hdg--01 {
    font-size: 2.2rem;
  }
  .about02 .img_block {
    margin: 20px 0 0;
  }
  .about02 .img_block p {
    width: 100%;
    margin: 0 0 10px;
  }
  .about02 .subhdg--02 {
    padding-bottom: 30px;
    background-position: bottom;
  }
  .about02 .subhdg--02 .en {
    font-size: 2.6rem;
  }
  .about02 .subhdg--02 .jp {
    font-size: 1.4rem;
  }
  .about02 .checkthis_box .highlight {
    margin: 20px 0;
  }
  .about02 .type_tags span {
    width: 100%;
  }
  .about02 .subhdg--03 {
    margin: 40px 0 15px;
  }
  .about03 .subhdg--02 {
    margin-top: 80px;
  }
  .about03 .counter--pointsbox .item {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 60px;
  }
  .about03 .counter--pointsbox dd {
    padding: 15px 15px 30px;
  }
  .about03 .counter--pointsbox .ttl {
    font-size: 1.8rem;
  }
}

/*////////////////////////

Schedule

////////////////////////*/
.schedule02 {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.schedule02 .btn01 {
  margin: auto;
  font-size: 2rem;
  max-width: 350px;
}

.schedule02 .btn01::after {
  content: none;
}

.schedule02 .schedule_block td:nth-of-type(2) {
  width: 65%;
}

.schedule02 .schedule_block .hours {
  width: 130px;
}

.schedule02 .schedule_block td:not(.day_ttl) {
  font-size: 1.6rem;
}

.schedule02 input[name="switch"] {
  display: none;
}

.schedule02 .schedule_tab {
  display: flex;
  list-style: none;
  width: 100%;
  margin: 0 0 1px;
  padding: 0;
  text-align: center;
}

.schedule02 .schedule_tab li {
  margin: 0 3px 20px;
  flex-basis: 20%;
  background-color: #f2f4f4;
  border-radius: 5px;
}

.schedule02 .schedule_tab label {
  border-radius: 5px;
  display: block;
  line-height: 1.5;
  cursor: pointer;
  padding: 10px 0;
  color: #bababa;
  transition: background 0.3s;
}

.schedule02 .schedule_tab {
  max-width: 690px;
  width: 100%;
  margin: 40px auto;
}

.schedule02 .schedule_tab .jp {
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.schedule02 .schedule_tab .en {
  display: block;
  font-size: 1.2rem;
  font-family: "Fjalla One", sans-serif;
}

.schedule02 .tabContents section::after {
  content: "";
  display: block;
  clear: left;
}

.schedule02 .tabContents section {
  opacity: 0.1;
}
.schedule02 .tabContents section {
  transition: opacity 0.3s;
}

.schedule02 #tab-1:checked ~ .schedule_tab label[for="tab-1"],
.schedule02 #tab-2:checked ~ .schedule_tab label[for="tab-2"],
.schedule02 #tab-3:checked ~ .schedule_tab label[for="tab-3"],
.schedule02 #tab-4:checked ~ .schedule_tab label[for="tab-4"],
.schedule02 #tab-5:checked ~ .schedule_tab label[for="tab-5"],
.schedule02 #tab-6:checked ~ .schedule_tab label[for="tab-6"],
.schedule02 #tab-7:checked ~ .schedule_tab label[for="tab-7"] {
  background: #0f3192;
  position: relative;
  color: #fff;
}

.schedule02 #tab-1:checked ~ .schedule_tab label[for="tab-1"]::after,
.schedule02 #tab-2:checked ~ .schedule_tab label[for="tab-2"]::after,
.schedule02 #tab-3:checked ~ .schedule_tab label[for="tab-3"]::after,
.schedule02 #tab-4:checked ~ .schedule_tab label[for="tab-4"]::after,
.schedule02 #tab-5:checked ~ .schedule_tab label[for="tab-5"]::after,
.schedule02 #tab-6:checked ~ .schedule_tab label[for="tab-6"]::after,
.schedule02 #tab-7:checked ~ .schedule_tab label[for="tab-7"]::after {
  content: "▼";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  color: #0f3192;
  font-size: 2rem;
}

.schedule02 #tab-1:checked ~ .tabContents #section-1,
.schedule02 #tab-2:checked ~ .tabContents #section-2,
.schedule02 #tab-3:checked ~ .tabContents #section-3,
.schedule02 #tab-4:checked ~ .tabContents #section-4,
.schedule02 #tab-5:checked ~ .tabContents #section-5,
.schedule02 #tab-6:checked ~ .tabContents #section-6,
.schedule02 #tab-7:checked ~ .tabContents #section-7 {
  opacity: 1;
  background: white;
}

.schedule02 .tabContents {
  display: flex;
  width: 700%;
  transition: transform 0.6s;
}

.schedule02 .tabContents section {
  flex-basis: 14.29%;
  opacity: 0;
  transition: opacity 0.3s;
}

.schedule02 #tab-1:checked ~ .tabContents {
  transform: translateX(0);
}

.schedule02 #tab-2:checked ~ .tabContents {
  transform: translateX(-14.29%);
}

.schedule02 #tab-3:checked ~ .tabContents {
  transform: translateX(-28.58%);
}

.schedule02 #tab-4:checked ~ .tabContents {
  transform: translateX(-42.86%);
}

.schedule02 #tab-5:checked ~ .tabContents {
  transform: translateX(-57.15%);
}

.schedule02 #tab-6:checked ~ .tabContents {
  transform: translateX(-71.44%);
}

.schedule02 #tab-7:checked ~ .tabContents {
  transform: translateX(-85.73%);
}

@media screen and (max-width: 550px) {
  .schedule02 .schedule_tab {
    margin: 20px auto 10px;
  }
}

/*////////////////////////

Price

////////////////////////*/
.price .subhdg--02 {
  margin-bottom: 60px;
}

.price02 .content_flexbox dl {
  width: calc(98% / 3);
  display: flex;
  justify-content: space-between;
  background-color: #fafafa;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 35px;
  margin-bottom: 5px;
}

.price02 .notes::after {
  content: "※1";
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}

.price02 .subhdg--03 {
  margin: 80px 0 20px;
}

.price02 [class^="flow--"] {
  display: flex;
  align-items: center;
  border-radius: 15px;
}

.price02 [class^="flow--"]:not(:last-of-type) {
  margin-bottom: 20px;
}

.price02 [class^="flow--"] dt {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  width: 200px;
  line-height: 1.6;
  padding: 10px 5px;
}

.price02 [class^="flow--"] dd {
  background-color: #fff;
  width: 100%;
  padding: 35px 30px;
  border: 2px solid #e7e7e7;
  border-left: none;
  border-radius: 0 10px 10px 0;
}

.price02 .num {
  font-size: 2.8rem;
  font-family: "Fjalla One", sans-serif;
  display: block;
}

.price02 .flow--01 {
  background-color: #64a6f2;
}

.price02 .flow--01 a {
  text-decoration: underline;
  color: #0d3192;
}

.price02 .flow--01 .sp_tel {
  color: #0d3192;
  font-weight: bold;
}

.price02 .flow--02 {
  background-color: #217ed9;
}

.price02 .flow--02 .ttl {
  color: #1f7ed8;
  font-size: 1.6rem;
  margin: 30px 0 10px;
}

.price02 .flow--02 .tags span {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  text-align: center;
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px 5px 0;
}

.price02 .flow--02 .tags i {
  color: #0d3192;
  padding-right: 5px;
}

.price02 .flow--03 {
  background-color: #0f60b6;
}

.price03 .counter--flexbox {
  border-bottom: 2px dotted #c6c6c6;
  margin-bottom: 30px;
}

.price03 .subhdg--02 {
  margin-top: 150px;
}

.price03 figure {
  width: calc(96% / 2);
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .price02 .content_flexbox dl {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .price .subhdg--02 {
    margin-bottom: 30px;
  }
  .price03 figure {
    width: 100%;
    margin-bottom: 40px;
  }
  .price02 [class^="flow--"] {
    display: block;
  }
  .price02 [class^="flow--"] dt {
    width: 100%;
  }
  .price02 [class^="flow--"] dd {
    padding: 20px 15px;
    border: 2px solid #e7e7e7;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }
  .price02 .flow--02 .tags span {
    display: block;
    width: 100%;
    text-align: left;
  }
  .price02 .subhdg--03 {
    margin-top: 40px;
  }
  .price03 .subhdg--02 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 425px) {
  .price01 .submain_hdg--01 .jp {
    display: block;
    margin: 5px 0 0;
  }
}

/*////////////////////////

Trainer

////////////////////////*/
.trainer02 .item {
  padding: 60px 0;
}

.trainer02 .item:first-of-type {
  padding-top: 0;
}

.trainer02 .item:not(:last-of-type) {
  border-bottom: 2px dotted #c6c6c6;
}

.trainer02 .detail {
  max-width: 615px;
  width: 100%;
  margin-left: 20px;
}

.trainer02 .image_block {
  max-width: 370px;
  width: 100%;
}

.trainer02 .name {
  font-size: 2.8rem;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.trainer02 .job_ttl {
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 15px;
}

.trainer02 .dot::before {
  content: "●";
  color: #0e3192;
  display: inline-block;
  margin-right: 5px;
}

.trainer02 .fa-book {
  transform: skewX(-10deg);
}

.trainer02 .dl_list dt:first-of-type,
.trainer02 .dl_list dd:first-of-type {
  border-top: none;
}

.trainer02 .subhdg--03 {
  margin: 40px 0 15px;
}

.trainer02 .sns {
  display: flex;
  font-weight: bold;
  margin: 15px 0 0;
}

.trainer02 .sns i {
  font-size: 1.6rem;
}

.trainer02 .sns li:first-child {
  border-right: 1px solid #c6c6c6;
  padding-right: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .trainer02 .content_flexbox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .trainer02 .detail {
    max-width: 100%;
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 550px) {
  .trainer02 .name {
    font-size: 2.2rem;
  }
  .trainer02 .job_ttl {
    font-size: 1.4rem;
  }
  .trainer02 .dl_list dt {
    width: 30%;
  }
  .trainer02 .dl_list dd {
    width: 70%;
  }
  .trainer02 .subhdg--03 {
    margin-top: 30px;
  }
  .trainer02 .item {
    padding: 40px 0;
  }
}

/*////////////////////////

FAQ

////////////////////////*/
.faq02 .item {
  padding: 30px 0;
}

.faq02 .item:not(:last-of-type) {
  border-bottom: 2px dotted #c6c6c6;
}

.faq02 .answ a {
  text-decoration: underline;
  color: #0e3192;
}

.faq02 .sp_tel {
  color: #0e3192;
  font-weight: bold;
}

.faq02 .ques,
.faq02 .answ {
  position: relative;
  padding-left: 60px;
}

.faq02 .ques {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.faq02 .ques::before,
.faq02 .answ::before {
  text-align: center;
  padding: 14px 0;
  display: block;
  position: absolute;
  left: 0;
  top: -8px;
  width: 41px;
  font-size: 2rem;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

.faq02 .ques::before {
  content: "Q";
  background: url(img/common/bkg_shape01.png) no-repeat center;
  background-size: 41px 48px;
}

.faq02 .answ::before {
  content: "A";
  background: url(img/common/bkg_shape02.png) no-repeat center;
  background-size: 41px 48px;
}

/*////////////////////////

contact & trial form
COMMON

////////////////////////*/
.common_form {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.common_form .req {
  color: #e14747;
}

.form_block {
  margin-top: 40px;
}

.form_block input,
.form_block textarea {
  max-width: 500px;
  width: 100%;
  padding: 10px;
}

.form_block th,
.form_block td {
  padding: 20px 0;
}

.form_block th {
  text-align: left;
  width: 220px;
  padding: 20px;
}

.form_block tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.form_block .types .mwform-checkbox-field {
  display: inline-block;
}

.form_block .types .mwform-checkbox-field:not(:last-of-type) {
  margin-right: 40px;
}

.form_block .checks {
  display: none;
}

.form_block label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
}

.form_block .checks + span::before,
.form_block .checks + span::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form_block .checks + span::before {
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: #fafafa;
  border: 1px solid #c6c6c6;
}

.form_block .checks + span:hover::before {
  background: #fff;
}

.form_block .checks + span::after {
  opacity: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: #0f3192;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.form_block .checks:checked + span::before {
  background: #fff;
  border: 1px solid #0f3192;
}

.form_block .checks:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form_block .req {
  margin-left: 10px;
}

.form_block .confirm {
  margin: auto;
}

.form_block .btn_box {
  margin: 40px 0 0;
}

.confirm .btn01 {
  width: calc(95% / 2);
  position: relative;
}

.confirm .btn01.back::after {
  right: auto;
  left: 25px;
  border: none;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.confirm .send {
  background-color: #ef7800;
}

.confirm .send:hover {
  background-color: #0f3192;
}

.confirm .back:hover {
  background-color: #aaa;
}

.thanks01 .box {
  padding: 40px 15px;
  margin: 50px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.thanks01 .ttl {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .form_block th,
  .form_block td {
    display: block;
    width: 100%;
  }
  .form_block th {
    padding: 15px 0 0;
  }
  .form_block td {
    padding-top: 5px;
  }
  .form_block input,
  .form_block textarea {
    max-width: 100%;
  }
}

/*////////////////////////

Contact

////////////////////////*/
.contact02 .subhdg--02 {
  margin-bottom: 60px;
}

.contact02 .subhdg--02:not(:first-of-type) {
  margin-top: 150px;
}

.contact02 .tel_info_block {
  background-color: #fafafa;
  text-align: center;
  padding: 30px;
  font-weight: bold;
}

@media screen and (max-width: 550px) {
  .contact02 .tel_info_block {
    flex-wrap: wrap;
  }
  .contact02 .tel_info_block .tel {
    margin: 0 0 20px;
  }
  .contact02 .subhdg--02 {
    margin-bottom: 30px;
  }
  .contact02 .subhdg--02:not(:first-of-type) {
    margin-top: 80px;
  }
}

/*////////////////////////

Trial

////////////////////////*/
.trial02 .subhdg--02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 550px) {
  .trial02 .subhdg--02 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 425px) {
  .trial01 .submain_hdg--01 .jp {
    display: block;
    margin: 5px 0 0;
  }
}

/*////////////////////////

column & news & blog
COMMON

////////////////////////*/
.subpage_common_article_content {
  display: flex;
  justify-content: space-between;
}

.subpage_common_article_content .item {
  margin-bottom: 50px;
}

.subpage_common_article_content .article_box {
  max-width: 790px;
  width: 100%;
}

.subpage_common_article_content .side_menu {
  max-width: 230px;
  width: 100%;
  margin-left: 20px;
}

.subpage_common_article_content .side_menu i {
  margin-right: 5px;
}

.subpage_common_article_content .side_menu .block:not(:first-of-type) {
  margin-top: 60px;
}

.subpage_common_article_content .side_menu .ttl {
  font-size: 1.6rem;
  padding: 15px 20px;
  color: #fff;
  background-color: #0f3192;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
}

.subpage_common_article_content .side_menu a {
  display: block;
}

.subpage_common_article_content .side_menu .category a {
  padding: 15px 20px;
}

.subpage_common_article_content .side_menu .monthly a {
  padding: 5px 20px;
}

.subpage_common_article_content .side_menu .category li,
.subpage_common_article_content .side_menu .monthly .arichive_toggle_btn {
  background-color: #f2f4f4;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin: 3px 0;
}

.subpage_common_article_content .side_menu .monthly .arichive_toggle_btn {
  padding: 15px 20px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}

.subpage_common_article_content .side_menu .monthly .arichive_toggle_btn::after {
  content: "＋";
  display: inline-block;
  color: #0f3192;
  font-size: 1.6rem;
  position: absolute;
  right: 15px;
  top: 25%;
}

.subpage_common_article_content .side_menu .monthly .arichive_toggle_btn.active::after {
  content: "－";
}

.subpage_common_article_content .side_menu .category li.current::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ef7800;
}

.subpage_common_article_content .item {
  width: calc(97% / 2);
}

.subpage_common_article_content .image img {
  height: 220px;
}

.subpage_common_article_content .child {
  display: none;
}

.subpage_common_article_content .child li {
  border: 1px solid #ebeded;
}

.subpage_common_article_content .child li:not(:last-of-type) {
  border-bottom: none;
}

@media screen and (max-width: 880px) {
  .subpage_common_article_content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .subpage_common_article_content .side_menu {
    max-width: 100%;
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 425px) {
  .subpage_common_article_content .item {
    width: 100%;
  }
  .subpage_common_article_content .item {
    margin-bottom: 30px;
  }
  .subpage_common_article_content .side_menu .block:not(:first-of-type) {
    margin-top: 30px;
  }
}

/******************** detail page *******************/
.detail.subpage_common_article_content .contents {
  padding: 50px 0;
  border-top: 2px dotted #c6c6c6;
  border-bottom: 2px dotted #c6c6c6;
  margin-bottom: 30px;
}

.detail.subpage_common_article_content .title {
  font-size: 2.2rem;
  margin: 10px 0;
  font-weight: bold;
}

.detail.subpage_common_article_content [class^="cat--"] {
  font-size: 1.6rem;
}

.detail.subpage_common_article_content .date {
  font-size: 1.4rem;
}

@media screen and (max-width: 550px) {
  .detail.subpage_common_article_content .title {
    font-size: 1.8rem;
  }
  .detail.subpage_common_article_content [class^="cat--"] {
    font-size: 1.4rem;
  }
  .detail.subpage_common_article_content .date {
    font-size: 1.2rem;
  }
  .detail.subpage_common_article_content a {
    font-size: 1.3rem;
  }
  .detail.subpage_common_article_content .btn01,
  .detail.subpage_common_article_content .back {
    font-size: 1.4rem;
    max-width: 100px;
  }
  .detail.subpage_common_article_content .btn01::after {
    content: none;
  }
}

/*////////////////////////

Column & News

////////////////////////*/
@media screen and (max-width: 425px) {
  .news01 .submain_hdg--01 .jp,
  .column01 .submain_hdg--01 .jp {
    display: block;
    margin: 5px 0 0;
  }
}

/****************** クライアント様カスタマイズ　ブログ詳細ページ *********************/
.detail .article_box h1 {
  font-size: 22px;
}

.detail .article_box h2 {
  color: #000000; /*文字色*/
  padding: 0.5em 0; /*上下の余白*/
  border-top: solid 3px #000000; /*上線*/
  border-bottom: solid 3px #000000; /*下線*/
  font-size: 22px;
}

.detail .article_box h3 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #000000; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 4px #000000; /*左線*/
  font-size: 20px;
}

.detail .article_box h4 {
  position: relative;
  padding-left: 1.2em; /*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 18px;
}

.detail .article_box h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: 0; /*アイコンの位置*/
  color: #000000; /*アイコン色*/
}

.detail .article_box p {
  /*line-height: 1.7;*/
  line-height: 2;
}

.detail .article_box .category {
  font-size: 14px;
}

.detail .article_box li {
  display: list-item;
  list-style: disc;
}

.detail .article_box ul,
.detail .article_box ol {
  padding-left: 40px;
}

.box1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 3px #000000;
}
.box1 p {
  margin: 0;
  padding: 0;
}

.box6 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #f0f7ff;
  border: dashed 2px #5b8bd0; /*点線*/
}
.box6 p {
  margin: 0;
  padding: 0;
}

.box11 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
  margin: 0;
  padding: 0;
}
/****************** クライアント様カスタマイズ　ブログ詳細ページ END *********************/

/* 220620 */
.btn01-about {
  background-color: #0071b2;
}
.sp-fixed-link {
  display: none;
}
@media only screen and (max-width: 500px) {
  .sp-fixed-link {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .sp-fixed-link li {
    width: 100%;
  }
  .sp-fixed-link .btn01--trial,
  .sp-fixed-link .btn01--contact {
    width: 100%;
  }
  .pagetop {
    bottom: 65px;
  }
}

/* 220623 */
.main_txt {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* 220627 */
.top01 .main-visual {
  background-image: url(img/top/main_img.jpg);
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: cover;
  padding-top: 200px 0 100px;
}
.main_txt {
  margin-left: 30px;
}

.top01 .main_txt + p {
  text-align: left;
  margin-left: 45px;
}
.top03 .btn01 {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .top01 .main_txt {
    width: 50%;
  }
  .top01 .main_txt + p {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .top01 .main-visual {
    background-position: center bottom;
  }
  .top01 .main_txt {
    margin-left: 0;
    width: 75%;
  }
  .top01 .main_txt + p {
    margin-left: 0;
    width: 75%;
  }
}
@media only screen and (max-width: 500px) {
  .top01 .main_txt {
    margin-left: 0;
    width: 95%;
  }
  .top01 .main_txt + p {
    margin-left: 0;
    width: 100%;
  }
}
.mv-sp {
  display: none;
}
@media only screen and (max-width: 500px) {
  .main-visual .container {
    padding: 0;
  }
  .mv-sp {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  .top01 .main_txt {
    display: none;
  }
  .top01 p.txt_center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 220705 */
@media only screen and (max-width: 1080px) {
  header .gnav .sp_only {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* 230215 */
.top_banner {
  position: relative;
  top: -70px;
  margin: 0 auto;
  width: 80%;
}
.top_banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top_banner {
    top: -20px;
    width: 100%;
  }
}

/* 240410 */
.top01.demo .main-visual {
  background-image: url(img/top/main_img-demo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 50px 0 160px; /* 240417 change */
}
.main.top.demo {
  margin-top: 210px;
}

/* 240417 change */
.main_txt.demo {
  margin-bottom: 110px;
  /* margin-right: auto;
  margin-left: 0; */
  /* min-height: 340px; */
  /* display: flex;
  justify-content: right;
  align-items: end; */
}
/* .main_txt.demo img {
  width: 80%;
  padding-top: calc();
} */

/* 240417 Add */
.top_banner.demo {
  top: -120px;
}
@media screen and (max-width: 1080px) {
  .main.top.demo {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top01.demo .main-visual {
    padding: 130px 0 50px;
  }

  /* 240417 Add */
  .main_txt.demo {
    margin-bottom: 120px;
  }
  .top_banner.demo {
    top: -20px;
  }
}

/*@media screen and (max-width: 650px) {
  .main.top.demo {
    margin-top: 125px;
  }
}*/

/* 240417 deleted
@media screen and (max-width: 550px) {
  .top01.demo .main-visual {
    padding: 90px 0 50px;
  }
} */
@media screen and (max-width: 500px) {
  .top01.demo .main-visual {
    padding: 60px 0 55px; /* 240417 Change */
  }
  .top01.demo .main_txt {
    display: none;
  }
  .mv-sp {
    padding-left: 15px;
    padding-right: 15px;
    width: auto; /* 240417 Change */
    margin-bottom: 20px; /* 240417 Add */
    margin-left: auto;
    margin-right: auto;
  }
  .top01.demo .main-visual {
    background-image: url(img/top/main_img_sp-demo.jpg);
    /* 240417 deleted background-position: right 20% top 0; */
  }
}

/* 240417 Add */
/* 240418 deleted
@media screen and (max-width: 400px) {
  .mv-sp {
    margin-bottom: 20px;
  }
} */

/* 240509 MV変更*/
.mv {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.mv .pc-only {
  display: none;
}
.mv .mvImg {
  width: 100%;
}
.mv .mvBtn {
  position: absolute;
  bottom: 3.2%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 96%;
}
@media screen and (min-width: 768px) {
  .mv {
    max-width: 1440px;
  }
  .mv .sp-only {
    display: none;
  }
  .mv .pc-only {
    display: block;
  }
  .mv .mvBtn {
    bottom: 10%;
    left: 3.8%;
    transform: none;
    width: 39%;
  }
  .top_banner.demo {
    top: -20px !important;
  }
}
@media screen and (min-width: 1080px) {
  .top_banner.demo {
    top: -50px !important;
  }
}
