/*
Author: Yuki Tanaka
Author URI: http://wordpress.org/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@charset "UTF-8";

/* reset */
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  color: #000;
  font-family: "Yu Gothic", "YuGothic", "Meiryo", "メイリオ",
    "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ ProN W6", "ＭＳ Ｐ明朝",
    "Osaka－等幅", "Osaka-Mono", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.8;
  min-width: 1200px;
  position: relative;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    min-width: 100%;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
img {
  vertical-align: bottom;
}
main {
  display: block;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

/* environment */
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* common */
.cf::after {
  clear: both;
  content: "";
  display: block;
}
.block {
  display: inline-block;
}
.line-through {
  text-decoration: line-through;
}
.color--red {
  color: #f00;
}
.color--navy {
  color: #00165e;
}
.col1 {
  margin: auto;
  width: 1200px;
}
.col1--tiny {
  margin: auto;
  width: 800px;
}
.col1--sub {
  display: flex;
  justify-content: space-between;
}
.col2-s {
  position: relative;
  text-align: center;
  width: 320px;
}
.col2-l {
  width: 830px;
}
.subPage {
  margin-top: 8em;
}
.subPageTitleWrap {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.subPageTitle {
  display: inline-block;
  font-size: 4.4rem;
  margin: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.pageNavList {
  margin-top: 4em;
  text-align: center;
}
.pageNav {
  margin-top: 2em;
}
.content {
  padding-top: 5em;
}
.subPage .content:nth-of-type(1) {
  padding-top: 2em;
}
.contentTitle {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.contentTitle::before {
  border-top: 1px solid #00165e;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  z-index: 1;
}
.contentTitle span {
  background-color: #fff;
  padding: 0 3em;
  position: relative;
  z-index: 10;
}
.breadcrumbs {
  font-size: 1.4rem;
  margin-bottom: 2em;
}
.txt--pickup {
  color: #f00;
  font-weight: bold;
}
.txt--intro {
  margin-top: 4em;
}
.txt--privacy {
  margin-top: 2em;
}
.txt--sign {
  font-weight: bold;
  margin-top: 4em;
  text-align: right;
}
.txt--listTitle {
  color: #00f;
  font-size: 2.4rem;
  font-weight: bold;
}
.txt--separator {
  border-top: 1px solid #aaa;
  padding-top: 2em;
}
.txt--link {
  color: #00f;
  text-decoration: underline;
}
.txt--link--attention {
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}
.txt--horizontal {
  line-height: 1;
  writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
}
.accordionBtn {
  cursor: pointer;
  flex-basis: 40px;
  position: relative;
  z-index: 10;
}
.accordionBtnIcon {
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s all ease;
}
.accordionBtnIcon--plus {
  height: 1px;
  width: 14px;
}
.accordionBtnIcon--plus:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.accordionBtn.active .accordionBtnIcon--plus:nth-of-type(1) {
  display: none;
}
.accordionBtn.active .accordionBtnIcon--plus:nth-of-type(2) {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.accordionBtnIcon--arrow {
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  height: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 10px;
}
.accordionBtn.active .accordionBtnIcon--arrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.btn--contact img {
  width: 400px;
}
.btn--contact--header {
  width: 200px;
}
.btn--contact--header img {
  width: 100%;
}
.btn--contact--footer {
  display: block;
  margin: 2em auto 0;
  width: 300px;
}
.btn--contact--footer img {
  width: 100%;
}
.btn--contact--rec {
  margin: 2em 0 1em;
  text-align: center;
}
.btn--contact--rec a {
  background-color: #dd475d;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 1em 2em;
}
.btn--general {
  background-color: #00165e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 2em auto 0;
  padding: 1em 2em;
  text-align: center;
  width: 200px;
}
.ytList {
  display: flex;
  justify-content: space-between;
}
.ytList__item {
  margin-top: 2em;
  width: 48%;
}
.ytList__item:nth-child(-n + 2) {
  margin-top: 0;
}
.yt {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.yt iframe {
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
.yt__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0 0.4em;
}
.more {
  text-align: center;
}
.wp-embedded-content {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .col1 {
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
  }
  .col1--tiny {
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
  }
  .col1--sub {
    display: block;
  }
  .col2-s {
    width: 100%;
  }
  .col2-l {
    width: 100%;
  }
  .subPage {
    margin-top: 0;
  }
  .subPageTitleWrap {
    position: block;
  }
  .subPageTitle {
    font-size: 2rem;
    font-weight: bold;
    margin: auto;
    text-align: center;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  .pageNavList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
    text-align: center;
    justify-content: center;
  }
  .pageNav {
    margin-top: 0;
    padding: 0.5em 1em;
  }
  .pageNav--action {
    text-decoration: none;
  }
  .content {
    padding-top: 5em;
  }
  .subPage .content:nth-of-type(1) {
    padding-top: 2em;
  }
  .contentTitle {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .contentTitle::before {
    border-top: 1px solid #00165e;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    z-index: 1;
  }
  .contentTitle span {
    background-color: #fff;
    padding: 0 1em;
    position: relative;
    z-index: 10;
  }
  .breadcrumbs {
    border-bottom: 1px solid #ddd;
    font-size: 1.2rem;
    padding: 1em;
    margin-bottom: 3em;
  }
  .btn--contact {
    display: block;
    margin: 0 auto 2em;
    width: 80%;
  }
  .btn--contact img {
    width: 100%;
  }
  .btn--contact--header {
    display: block;
    width: 200px;
  }
  .btn--contact--footer {
    max-width: 200px;
    width: 70%;
  }
  .btn--general {
    max-width: 200px;
    width: 70%;
  }
  .txt--listTitle {
    color: #00f;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .ytList {
    display: block;
  }
  .ytList__item {
    width: 100%;
  }
  .ytList__item:nth-child(-n + 2) {
    margin-top: 2em;
  }
  .yt__ttl {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/* header */
.hContents {
  display: flex;
  justify-content: flex-end;
  margin: auto;
  max-width: 1200px;
  position: relative;
}
.header--sub {
  border-bottom: 1px solid #00165e;
  padding-bottom: 4em;
}
.logo--pc {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}
.logo--pc a:hover {
  opacity: 1;
}
.nav--upper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 1em 0 2em;
}
.nav--bottom {
  background-color: #fff;
}
.tel {
  font-size: 3.4rem;
  font-weight: bold;
  margin-right: 1em;
}
.gnavList {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.gnav {
  box-sizing: border-box;
  border-right: 1px solid #00165e;
  line-height: 1.2;
  text-align: center;
  padding: 0 1.8em;
}
.gnav:nth-child(4) {
  border-right: none;
}
.gnav:nth-child(5) {
  border-left: 1px solid #00165e;
}
.gnav a {
  font-size: 1.5rem;
  font-weight: bold;
}
.gnav span {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .header--sub {
    border-bottom: none;
    padding-bottom: 0;
  }
  .hContents {
    display: block;
    min-width: 100%;
  }
  .navWrap {
    display: flex;
    flex-direction: column-reverse;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
  }
  .navWrap--idx {
    display: none;
    opacity: 0;
    transition: 0s;
  }
  .nav--upper {
    background-color: #00165e;
    justify-content: center;
    margin: 0;
    padding: 1em 0;
  }
  .tel {
    font-size: 1.8rem;
  }
  .tel a {
    color: #fff;
  }
  .nav--bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1em;
  }
  .logo--sp {
    position: relative;
    width: 100px;
    z-index: 101;
  }
  .logo--sp a:hover {
    opacity: 1;
  }
  .gnavList {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    left: 0;
    padding: 5em 0 2em;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0s;
    z-index: 100;
  }
  .gnav {
    border: none;
    margin-top: 2em;
    width: 100%;
  }
  .gnav:first-child {
    margin-top: 0;
  }
  .gnav:nth-child(5) {
    border-left: none;
  }
  .gnavBtn {
    cursor: pointer;
    height: 19px;
    float: right;
    position: relative;
    width: 30px;
    z-index: 101;
  }
  .gnavBtnIcon {
    background-color: #00165e;
    border-radius: 4px;
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .gnavBtnIcon:nth-of-type(1) {
    top: 0;
  }
  .gnavBtnIcon:nth-of-type(2) {
    top: 9px;
  }
  .gnavBtnIcon:nth-of-type(3) {
    bottom: 0;
  }
  .gnavBtn.active .gnavBtnIcon:nth-of-type(1) {
    transform: translate(9px) rotate(-315deg);
    -webkit-transform: translateY(9px) rotate(-315deg);
  }
  .gnavBtn.active .gnavBtnIcon:nth-of-type(2) {
    opacity: 0;
  }
  .gnavBtn.active .gnavBtnIcon:nth-of-type(3) {
    transform: translate(-9px) rotate(315deg);
    -webkit-transform: translateY(-9px) rotate(315deg);
  }
}

/* aside */
aside {
  background-color: #f2f2f2;
  margin-top: 8em;
  padding: 4em 0;
}
.bnrList {
  display: flex;
  justify-content: center;
}
.bnr {
  margin-left: 2em;
  width: 483px;
}
.bnr:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .bnrList {
    display: block;
    text-align: center;
  }
  .bnr {
    margin: 1em 0 0 0;
    width: 100%;
  }
  .bnr:first-child {
    margin-top: 0;
  }
}

/* footer */
footer {
  background-color: #00165e;
  color: #fff;
  padding: 2em 0;
}
footer a {
  color: #fff;
}
.fNavList {
  display: flex;
}
.fNav {
  border-left: 1px solid #344578;
  padding-left: 80px;
  width: 240px;
}
.fNav:first-child {
  border: none;
  padding-left: 0;
}
.fNav__category {
  display: block;
  font-weight: bold;
  margin-top: 0.8em;
}
.fNav__category:nth-of-type(1) {
  margin-top: 0;
}
.fNav--sub {
  margin-top: 0.8em;
}
.fNav__logo {
  margin-top: 1.6em;
  width: 120px;
}
.fNav__logo img {
  width: 100%;
}
.fNav__logo-note {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
.logo--footer {
  margin: 4em auto 0;
  text-align: center;
  width: 300px;
}
.logo--footer img {
  width: 100%;
}
.tel--footer {
  margin-top: 0.6em;
  font-size: 4.2rem;
  text-align: center;
}
#copyright {
  margin-top: 8em;
  text-align: center;
}
.toTop {
  bottom: 1em;
  display: none;
  right: 1em;
  position: fixed;
  transition: 0s;
  width: 60px;
  z-index: 99;
}
.toTop img {
  width: 100%;
}
.fBnr-wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  margin-top: 6em;
}
.fBnr {
  height: 110px;
  text-align: center;
}
.fBnr img {
  height: 100%;
  max-width: 400px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .fNavList {
    display: block;
    text-align: center;
  }
  .fNav {
    border-left: none;
    box-sizing: border-box;
    margin-top: 2em;
    padding: 0;
    width: 100%;
  }
  .fNav__category {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0.8em;
  }
  .fNav__category:nth-of-type(1) {
    margin-top: 0;
  }
  .fNav--sub {
    margin-top: 0.8em;
  }
  .fNav--sub:first-child {
    margin-top: 0.8em;
  }
  .fNav__logo {
    margin: 1.6em auto 0;
    width: 120px;
  }
  .logo--footer {
    max-width: 300px;
    width: 70%;
  }
  .tel--footer {
    font-size: 3rem;
  }
  .fBnr-wrap {
    display: block;
  }
  .fBnr {
    margin: 2em 0 0 0;
    height: auto;
  }
  .fBnr:first-of-type {
    margin: 4em 0 0 0;
  }
  .fBnr img {
    height: auto;
    max-width: auto;
    width: 100%;
  }
}

/* index */
.hero {
  aspect-ratio: 1200 / 600;
  color: #fff;
  font-size: 1.8rem;
  margin: 2em auto 0;
  max-width: 1400px;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero video {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hero {
    aspect-ratio: 750 / 1334;
    margin-top: 0;
    min-width: 100%;
  }
}
.mainWord {
  text-align: center;
}
.mainWord1 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 4em;
}
.mainWord2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .mainWord1 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 4em;
  }
  .mainWord2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0.5em;
  }
}
.stepWrap {
  margin: auto;
  width: 750px;
}
.stepListTitle {
  background-color: #d3e0ea;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2em;
  padding: 0.5em 0;
  text-align: center;
}
.stepList {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.step {
  align-items: center;
  background-color: #00165e;
  border-radius: 50%;
  color: #fff;
  height: 200px;
  position: relative;
  text-align: center;
  width: 200px;
}
.step__titleWrap {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.step__num {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
}
.step__title {
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
}
.stepContent {
  margin-top: 4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stepWrap {
    width: 100%;
  }
  .stepListTitle {
    font-size: 1.6rem;
  }
  .step {
    height: 100px;
    width: 100px;
  }
  .step__num {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .step__title {
    font-size: 1.2rem;
  }
  .stepContent {
    margin-top: 2em;
    text-align: left;
  }
}
.pointList {
  margin-top: 4em;
}
.point {
  margin-top: 0.5em;
  min-width: 1200px;
  width: 100%;
}
.sec--point {
  display: flex;
}
.point--rl .sec--point {
  flex-flow: row-reverse;
}
.point__titleWrap {
  height: 420px;
  min-width: 200px;
  max-width: 512px;
  position: relative;
  width: 38%;
}
.point--lr .point__titleWrap {
  margin-right: 1em;
}
.point--rl .point__titleWrap {
  margin-left: 1em;
}
.point__titleWrap--1 {
  background-image: url("./assets/images/thumb-point1.jpg");
}
.point__titleWrap--2 {
  background-image: url("./assets/images/thumb-point2.jpg");
}
.point__titleWrap--3 {
  background-image: url("./assets/images/thumb-point3.jpg");
}
.point__title {
  align-items: center;
  background-color: #00165e;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 3rem;
  height: 360px;
  padding: 0.6em 0;
  position: absolute;
  top: calc((420px - 360px) / 2);
  width: 150px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.point--lr .point__title {
  right: 1em;
}
.point--rl .point__title {
  left: 1em;
}
.point__contentWrap {
  background-color: #f2f2f2;
  box-sizing: border-box;
  min-width: 688px;
  width: 100%;
}
.point--rl .point__contentWrap {
  background-color: #fff;
}
.point__content__inner {
  max-width: 855px;
  padding: 2em;
}
.point--rl .point__content__inner {
  float: right;
}
.sec--point--sub:not(:first-child) .point__title--sub {
  margin-top: 1em;
}
.point__title--sub {
  font-size: 2.2rem;
  font-weight: bold;
}
.point__content {
  margin-top: 0.5em;
}
.pointContentList__item {
  align-items: stretch;
  display: flex;
  margin-top: 1em;
}
.pointContentList__item__num {
  align-items: center;
  background-color: #dce4ef;
  display: flex;
  padding: 0 0.5em;
}
.pointContentList__item__content {
  line-height: 1.6;
  margin-left: 1em;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .point {
    min-width: 100%;
  }
  .sec--point {
    display: block;
  }
  .point__titleWrap {
    background-size: cover;
    height: auto;
    padding: 1em 0;
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }
  .point--lr .point__titleWrap {
    margin-right: 0;
  }
  .point--rl .point__titleWrap {
    margin-left: 0;
  }
  .point__title {
    height: 23rem;
    font-size: 1.6em;
    line-height: 1.4;
    position: relative;
    top: 0;
    width: 4em;
  }
  .point--lr .point__title {
    left: 72%;
    right: 0;
  }
  .point--rl .point__title {
    left: 72%;
  }
  .point__contentWrap {
    min-width: 100%;
  }
  .point--rl .point__contentWrap {
    background-color: #fff;
  }
  .point__content__inner {
    max-width: 100%;
    padding: 2em;
  }
  .point--rl .point__content__inner {
    float: none;
  }
  .sec--point--sub:not(:first-child) .point__title--sub {
    margin-top: 1em;
  }
  .point__title--sub {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.voiceList {
  margin-top: 3em;
}
.voice {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.voice img {
  border-radius: 50%;
  height: 170px;
  width: 170px;
}
.voice__name {
  font-weight: bold;
}
.voice__contentWrap {
  margin-left: 2em;
  width: calc(100% - 170px - 2em);
}
.voice__content {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .voice {
    display: block;
  }
  .voice img {
    display: block;
    height: auto;
    margin: auto;
    width: 40%;
  }
  .voice__contentWrap {
    margin: 2em 0 0 0;
    width: 100%;
  }
  .voice__content {
    margin-top: 1em;
  }
}

/* about */
.greetingImg {
  margin-top: 2em;
}
.greeting {
  margin-top: 2em;
}
.biography {
  line-height: 2;
  margin-top: 2em;
  text-align: center;
}
.biographyList {
  margin: 2.4em auto 0;
  width: 50%;
}
.biographyList dt {
  border-bottom: 1px solid #ddd;
  clear: both;
  float: left;
  margin-top: 1em;
  padding-bottom: 0.6em;
  width: 20%;
}
.biographyList dd {
  border-bottom: 1px solid #ddd;
  float: right;
  margin: 1em 0 0 4%;
  padding-bottom: 0.6em;
  width: 76%;
}
.aboutBnr {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .biographyList {
    width: 100%;
  }
  .aboutBnr {
    width: 100%;
  }
}

/* news */
.newsList {
  margin: 4em 0 2em;
}
.news {
  border-bottom: 1px solid #ddd;
  margin-top: 1em;
  padding-bottom: 1em;
}
.news:first-child {
  margin-top: 0;
}
.news__content {
  display: flex;
  justify-content: flex-start;
}
.news__date {
  box-sizing: border-box;
  width: 12%;
}
.news__title {
  box-sizing: border-box;
  padding-left: 1em;
  width: 88%;
}
@media screen and (max-width: 768px) {
  .news__date {
    box-sizing: border-box;
    width: 24%;
  }
  .news__title {
    box-sizing: border-box;
    padding-left: 1em;
    width: 76%;
  }
}

/* course */
.courseList--idx {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 15px;
  justify-content: flex-start;
  margin-top: 3em;
}
.course--idx {
  width: 390px;
}
.course--idx section,
.course section {
  background-color: #dce4ef;
  height: 100%;
}
.course--idx--col2 {
  width: 795px;
}
.course--idx__header {
  margin: 2em auto 0;
  position: relative;
  text-align: center;
}
.course--idx__header:hover {
  opacity: 1;
}
.course--idx__header img {
  margin-top: 1em;
}
.courseList {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 4%;
  margin-top: 2em;
}
.course {
  width: 48%;
}
.course:hover {
  opacity: 0.5;
}
.course.col2 {
  border-bottom: 3px solid #00165e;
  padding-bottom: 2em;
  width: 100%;
}
.course__title {
  background-color: #00165e;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0.6em 0;
  text-align: center;
}
.course__outlineWrap {
  padding: 1.5em;
}
.course__outlineWrap--yt {
  display: flex;
}
.course__outlineWrap--yt div {
  width: 48%;
}
.course__outlineWrap--yt div:first-child {
  margin-right: 4%;
}
.course__outlineWrap--yt .yt {
  margin-top: 0;
  padding-top: 27.1%;
}
.course__target {
  align-items: center;
  background-color: #77a1c6;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  line-height: 1.4;
  padding: 1em;
  text-align: center;
}
.course__outline {
  margin-top: 1em;
}
.course__btn {
  background-color: #dd475d;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em auto 1em;
  padding: 0.6em 1em;
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .course--idx__header {
    width: 100%;
  }
  .course--idx__header img {
    width: 51px;
  }
  .courseList {
    display: block;
  }
  .course {
    margin: 2em 0 0 0;
    width: 100%;
  }
  .course:hover {
    opacity: 0.5;
  }
  .course__title {
    font-size: 1.6rem;
    line-height: 1;
  }
  .course__target {
    height: auto;
  }
  .course__outlineWrap--yt {
    display: block;
  }
  .course__outlineWrap--yt div {
    width: 100%;
  }
  .course__outlineWrap--yt div:first-child {
    margin-right: 0;
  }
  .course__outlineWrap--yt .yt {
    padding-top: 56.25%;
  }
}

/* course(詳細) */
.course__target--page {
  background-color: #00165e;
  color: #fff;
  font-size: 2.1rem;
  margin-top: 2em;
  padding: 0.5em 0;
  text-align: center;
}
.course__outline__txt {
  margin-top: 2em;
}
.course__outline__txt--redshape {
  border: 1px solid #f00;
  box-sizing: border-box;
  padding: 4rem;
  width: 100%;
}
.course__outline__txt--special {
  font-size: 1.8rem;
  margin-top: 2em;
  text-align: center;
}
.course__outline__img {
  margin: 3em 0;
  text-align: center;
}
.course__table {
  margin-top: 2em;
  width: 100%;
}
.course__table caption {
  margin-bottom: 1em;
}
.course__table th,
.course__table td {
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 0.5em;
}
.course__table .th--sub {
  font-size: 1.2rem;
}
.course__table thead th {
  background-color: #00165e;
  color: #fff;
  text-align: center;
}
.course__table tbody th {
  text-align: center;
}
.table--7 tbody th {
  width: 16%;
}
.table--7 tbody td {
  width: 14%;
}
.table--6 tbody th {
  width: 15%;
}
.table--6 tbody td {
  width: 17%;
}
.table--5 tbody th {
  width: 18%;
}
.table--5 tbody td {
  width: 20.5%;
}
.table--4 tbody th {
  width: 25%;
}
.table--4 tbody td {
  width: 25%;
}
.table--3 tbody th {
  width: 30%;
}
.table--3 tbody td {
  width: 35%;
}
.table--2 tbody th {
  width: 10%;
}
.table--2 tbody td {
  width: 90%;
}
.table--2--half tbody th,
.table--2--half tbody td {
  width: 50%;
}
.table--1 td {
  background-color: #dce4ef;
}
.table--allPrice thead tr:not(:first-child) th:nth-child(odd) {
  background-color: #344578;
}
.table--allPrice thead tr:not(:first-child) th:nth-child(even) {
  background-color: #556a99;
}
.table--allPrice td:nth-child(even) {
  background-color: #dce4ef;
}
.table--center td,
.table--center caption {
  text-align: center;
}
.table--hatching tbody tr:nth-child(odd) td:nth-child(even) {
  background-color: #e0e8f5;
}
.table--hatching tbody tr:nth-child(even) td:nth-child(odd) {
  background-color: #e0e8f5;
}
.table--blueHead tbody th {
  background-color: #123570;
  color: #fff;
}
.table__secHead {
  background-color: #00165e;
  color: #fff;
  font-size: 1.6rem;
}
.table--noWordBreak {
  word-break: normal;
}
.tbl {
  margin: 1em 0;
  width: 100%;
}
.tbl thead tr th,
.tbl thead tr td {
  background-color: #00165e;
  border: 1px solid #aaa;
  color: #fff;
  padding: 0.2em 0;
  text-align: center;
}
.tbl tbody tr th,
.tbl tbody tr td {
  border: 1px solid #00165e;
  padding: 0.2em 0;
  text-align: center;
}

.subject__ttl {
  font-weight: bold;
}
.chapterList {
  list-style-type: disc;
  margin-left: 2em;
}
.course__contact {
  border: 1px solid #00165e;
  color: #00165e;
  padding: 2em;
  text-align: center;
}
.course__contact__txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.course__contact__tel {
  font-size: 3.7rem;
  font-weight: bold;
}
.course__contact__tel__notice {
  margin-bottom: 2em;
  font-weight: bold;
}
.course__contact__tel span {
  display: block;
  font-size: 1.6rem;
}
.course__anotherCourseList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
}
.course__anotherCourse {
  margin: 10px 0 0 2%;
  width: 32%;
}
.course__anotherCourse a {
  background-color: #00165e;
  color: #fff;
  display: block;
  padding: 1em 0;
  text-align: center;
}
.course__anotherCourse.red a {
  background-color: #dd475d;
}
.course__anotherCourse:nth-child(3n + 1) {
  margin-left: 0;
}
.corrsp__pointWrap {
  margin: 2em auto 0;
  width: 80%;
}
.corrsp__pointTitle {
  background-color: #00165e;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
}
.corrsp__flowList {
  margin-top: 2em;
}
.corrsp__flow {
  margin: 0 auto;
  width: 80%;
}
.corrsp__flow:not(:first-child)::before {
  border: 4px solid;
  border-color: #aaa #aaa transparent transparent;
  content: "";
  display: block;
  height: 20px;
  margin: 1em auto 1.8em;
  transform: rotate(135deg);
  width: 20px;
}
.corrsp__flow__content {
  background-color: #dce4ef;
  padding: 1em 0;
  text-align: center;
}
.corrsp__point {
  border-bottom: 2px solid #00165e;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2em;
  padding-bottom: 0.2em;
  text-align: center;
}
.course__noticeList {
  list-style-type: disc;
  margin-left: 1em;
}
.course__notice {
  margin-top: 1em;
}
.course__price__notice {
  margin-top: 1em;
  text-align: right;
}
.specialPrice {
  font-size: 2rem;
  font-weight: bold;
}
.price__attention {
  color: #f00;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .course__target--page {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .course__outline__txt--redshape {
    padding: 2rem;
  }
  .course__outline__txt--special {
    font-size: 1.6rem;
  }
  .course__tableWrap {
    overflow: auto;
    position: relative;
    white-space: nowrap;
  }
  .course__contact {
    padding: 1em;
    text-align: left;
  }
  .course__contact__txt {
    font-size: 1.6rem;
  }
  .course__contact__tel {
    font-size: 2.2rem;
  }
  .course__contact__tel span {
    display: block;
    font-size: 1.6rem;
  }
  .course__anotherCourse {
    margin: 10px 0 0 4%;
    width: 48%;
  }
  .course__anotherCourse:nth-child(even) {
    margin-left: 4%;
  }
  .course__anotherCourse:nth-child(2n + 1) {
    margin-left: 0;
  }
  .corrsp__pointWrap {
    width: 100%;
  }
  .corrsp__flow {
    width: 100%;
  }
  .corrsp__flow:not(:first-child)::before {
    border: 2px solid;
    border-color: #aaa #aaa transparent transparent;
    margin: 1em auto 1.8em;
  }
  .specialPrice {
    font-size: 1.8rem;
  }
  .tbl {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tbl thead tr th,
  .tbl thead tr td,
  .tbl tbody tr th,
  .tbl tbody tr td {
    padding: 0.2em 1em;
  }
}

/* qa */
.qa-category-list {
  align-items: center;
  display: flex;
  gap: 25px;
  margin-top: 3rem;
}
.qa-category-item {
  a {
    background-color: #4a8bbc;
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 2rem;
    text-align: center;
    width: 260px;
  }
}
.qa-section {
  margin-top: 3em;
}
.qa-section__title {
  background-color: #00165e;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 3rem;
}
.qaList {
  margin-top: 1em;
}
.qa {
  background-color: #dce4ef;
  margin-top: 1em;
  position: relative;
  width: 100%;
}
.qa::after {
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  content: "";
  height: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  width: 10px;
}
.qaWrap {
  width: calc(100% - 40px);
}
.qaWrap::after {
  background-color: #00165e;
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
}
.qa__question {
  font-weight: bold;
  padding: 1em 2em;
}
@media screen and (max-width: 768px) {
  .qa-category-list {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .qa-category-item {
    a {
      font-size: 1.4rem;
      width: auto;
    }
  }
  .qa-section__title {
    font-size: 1.6rem;
  }
}

/* column */
.columnList {
  margin-top: 3em;
}
.column {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  padding-bottom: 1em;
}
.column__title {
  margin-left: 1em;
  width: 86%;
}
.sec--column--single {
  margin-top: 2em;
}
.column--single__title {
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1em;
}
.column--single__content {
  margin-top: 2em;
}
.column--single__content table {
  width: 100%;
}
.column--single__content th,
.column--single__content td {
  border: 1px solid #ddd;
  text-align: center;
}
.column--single__content a {
  color: #00f;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .column__title {
    margin-left: 1em;
    width: 70%;
  }
}

/* attention-price */
.attention__priceList {
  list-style-type: disc;
  margin-left: 1em;
}
.attention__priceList__item {
  border-bottom: 1px solid #ddd;
  margin-top: 1em;
  padding-bottom: 1em;
}
.attention__priceList__item:first-child {
  margin-top: 0;
}

/* privacy */
.privacyList {
  margin-top: 2em;
}
.privacyList__item {
  margin-top: 1em;
}
.privacyList__item__title {
  font-weight: bold;
}
.privacyList__item__title::before {
  content: "■";
}
.privacyList--sub {
  list-style-type: lower-alpha;
  margin-left: 2em;
}
.privacyList--sub__item {
  margin-top: 1em;
}

/* recruit */
.recruitList {
  margin-top: 2em;
}
.recruitList__item {
  margin-top: 1em;
}
.recruitList__item::before {
  content: "■ ";
}

/* contact */
.contactList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactList__item {
  box-sizing: border-box;
  background-color: #006e95;
  margin-top: 2em;
  text-align: center;
  width: 30%;
}
.contactList__item a {
  color: #fff;
  display: block;
  padding: 1em;
}
.contactList__item--none {
  background-color: transparent;
  margin-top: 2em;
  width: 30%;
}
.contact--form {
  margin-top: 2em;
}
.contact__txt {
  margin-top: 2em;
}
.contact--tel {
  font-size: 4rem;
  font-weight: bold;
  margin: 0.8em 0 0.4em;
}
.contact--transport__address {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
}
.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha_policy {
  font-size: 1.2rem;
  text-align: center;
}
.recaptcha_policy a {
  color: #4a8bbc;
}
@media screen and (max-width: 768px) {
  .contact--tel {
    font-size: 2rem;
  }
  .contact--transport__address {
    font-size: 1.6rem;
  }
  .recaptcha_policy {
    text-align: left;
  }
}

/* paypal */
.paypalWrap {
  margin-top: 2em;
}
.paypalWrap form table {
  width: 100%;
}
.paypalWrap form select {
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 0.5em;
  width: 100%;
}
.paypalWrap form input[name="submit"] {
  display: block;
  margin: 2em auto 0;
}
.paypal__notice {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paymentList {
    display: flex;
    justify-content: space-between;
  }
  .paymentList__item {
    width: 48%;
  }
  .paymentList__item a {
    background-color: #006e95;
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 1em;
    text-align: center;
    width: 100%;
  }
}

/* wpcf7 */
.wpcf7 p {
  margin-top: 2em;
}
.wpcf7 div[data-class="wpcf7cf_group"] {
  margin-top: 2em;
}
.wpcf7 textarea {
  height: 10em;
  width: 100%;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  box-sizing: border-box;
  padding: 0.5em;
}
.wpcf7 .sign--required {
  color: #f00;
}
.wpcf7 input[type="submit"] {
  background-color: #006e95;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
  padding: 0.8em 0;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    border: 1px solid #aaa;
    width: 100%;
  }
  .wpcf7 input[type="submit"] {
    font-size: 1.6rem;
    width: 100%;
  }
}

/* idx */
.idx__intro-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.idx__intro-content {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .idx__intro-ttl {
    font-size: 2.4rem;
  }
  .idx__intro-content {
    margin-top: 2em;
    text-align: center;
  }
}

.idx-bnrList__item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .idx-bnrList {
    display: flex;
    justify-content: space-between;
  }
  .idx-bnrList__item {
    width: 560px;
  }
  .idx-bnrList__item:not(:first-of-type) {
    margin-top: 0;
  }
  .idx-bnrList__item img {
    width: 100%;
  }
}

.link--line {
  background-color: #00165e;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin-top: 2em;
  padding: 1em;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .link--line {
    font-size: 1.8rem;
    margin-top: 4em;
    padding: 2em 0;
  }
}

.policy-wrap > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}
.policy h2 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .policy-wrap > .wp-block-group__inner-container {
    gap: 20px;
  }
  .policy h2 {
    font-size: 18px;
  }
}

.post-contents video,
.post-contents img {
  margin-bottom: 1em;
  width: 100%;
}
.post-contents p {
  margin-bottom: 1em;
}


