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

h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
p,
ul,
li,
dt,
dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

strong {
    font-weight: bold;
}

img {
  vertical-align: bottom;
}
.allura {
  font-family: "Allura", cursive;
}
.title .allura {
  display: block;
  margin-top: 5px;
  font-size: 21px;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
@font-face {
  font-family: "Magistral";
  src: local("../fonts/Magistral Bold Italic"), local("Magistral-Bold-Italic"),
    url("../fonts/Magistral-BoldItalic.woff2") format("woff2"),
    url("../fonts/Magistral-BoldItalic.woff") format("woff"),
    url("../fonts/Magistral-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "YuGo";
  src: url("../fonts/yugo.ttf") format("Truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YuGoMedium";
  src: url("../fonts/yugothic.ttf") format("Truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("Opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/*  font-size
-----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

html,
body {
  position: relative;
}

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

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/**************************************
common.scss
***************************************/
body {
  background-color: white;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.container {
  background-color: #fff;
}

.layout {
  max-width: 1190px;
  padding: 0 30px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.slick-slider {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.pagination .nav-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: auto;
}

.pagination .nav-links a {
  width: 20px;
  height: 20px;
  margin: 50px 5px 50px 5px;
  font-size: 16px;
}

.pagination .nav-links .current {
  width: 20px;
  height: 20px;
  margin: 50px 5px 50px 5px;
  color: #0d6cbf;
  font-weight: bold;
  font-size: 16px;
}

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

.page_navi li {
  width: 20px;
  height: 20px;
  margin: 50px 5px 50px 5px;
}

.page_navi li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
}

.page_navi li .sel {
  color: #0d6cbf;
}

.post_data_pt {
  width: 84%;
  margin: 0 auto;
}

.post_data_pt .title {
  font-size: 32px;
  border-bottom: 1px solid #ddd;
  padding: 50px 0 5px 0;
}

.post_data_pt img {
  width: auto;
  margin: 50px auto;
  display: block;
}

.post_data_pt .sub_title {
  font-size: 24px;
  padding: 50px 0 20px 0;
}

.post_data_pt .desc {
  font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

/******************************
    common.scss SP
*******************************/
@media screen and (max-width: 767px) {
  .layout {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: initial;
    padding: 0 15px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_ml30 {
    margin-left: 30px;
  }
  .sp_mr30 {
    margin-right: 30px;
  }
  .post_data_pt {
    width: 100%;
  }
  .post_data_pt .title {
    font-size: 26px;
    border-bottom: 1px solid #ddd;
    padding: 50px 0 5px 0;
  }
  .post_data_pt img {
    width: 100%;
    margin: 50px auto;
    display: block;
  }
  .post_data_pt .sub_title {
    font-size: 20px;
    padding: 50px 0 20px 0;
  }
  .post_data_pt .desc {
    font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .post_data_pt .img_w50 {
    width: 50%;
  }
}

/**************************************
header
***************************************/
.header_top {
  position: fixed;
  background-color: #fff;
  top: 0px;
  z-index: 100;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  width: 100%;
  /*height: 93px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom:-20px;
}

.header_top .logo img {
  width: 270px;
}

.header_top .navi ul li .pnav_qa {
  padding-right: 15px;
  position: relative;
}

.header_top .navi ul li .pnav_qa::after {
  content: "";
  background-image: url(../images/i_allow_rt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 0;
}

.pnav_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_top .navi ul li .mhead {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232847;
  border: 1px solid #232847;
  padding: 15px 20px;
  color: #fff;
  border-radius: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 70px;
}

.header_top .navi ul li .mhead img {
  width: 56px;
  margin-left: 10px;
}

.header_top .navi ul .pnav_line {
  color: #000;
  font-size: 20px;
}

.header_top .header_nav_btn {
  display: none;
}

.header_scroll.header_top {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3215686275);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3215686275);
}

.header_scroll.header_top .navi ul li .mhead {
  border-radius: 0;
  padding: 25px 1vw;
}

.l-header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px;
  margin-bottom: 16px;
}

.l-header-btn__link {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  border: 2px solid #232847;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #232847;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.l-header-btn__icon {
  width: 48px;
}

.l-header-btn__link-2 {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: #232847;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.l-header-btn__link-2.wid {
  width: 210px;
}

.l-enroll-popover-wrap { position: relative; }
.enroll-popover {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 12px;
  min-width: 280px;
  background: #232847;
  border: 1px solid #232847;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  padding: 10px 12px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.enroll-popover::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 16px;            /* 吹き出しの矢印位置（必要なら調整） */
  width: 10px; 
  height: 14px;
  background: #232847;
  border-left: 1px solid #232847;
  border-top: 1px solid #232847;
  transform: rotate(45deg);
}
.l-enroll-popover-wrap:hover .enroll-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.enroll-popover.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-enroll-popover-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}
.enroll-popover__list { list-style: none; margin: 0; padding: 0; }
.enroll-popover__link {
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
  border-radius: 8px;
}
.enroll-popover__link:hover,
.enroll-popover__link:focus {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .enroll-popover {
    left: 0;
    right: 0;
    min-width: auto;
  }
  .enroll-popover::before { left: 28px; }
}

.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}

.l-header-nav__list {
  position: relative;
}

.l-header-nav__link {
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.l-header-nav__link_sub {
  position: relative;
  padding-right: 8px;
}

.l-header-nav__link_sub::after {
  position: relative;
  left: 6px;
  top: -3px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.l-header-subnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 30px 20px 20px 20px;
  background: #fff;
}

.l-header-subnav__list {
  margin-bottom: 20px;
}

.l-header-subnav__list:last-child {
  margin-bottom: 0;
}

.l-header-subnav__link {
  font-size: 15px;
  white-space: nowrap;
}

.l-header-nav__list__link a {
  display: flex;
  align-items: center;
  gap:0px 3px;
}

.l-header-nav__list__link a::after {
  content: "";
  background-image: url(../images/i_allow_rt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.l-header-navSp {
  display: none;
}

@media screen and (max-width: 1530px) {

  /* .header_top .navi ul li {
    margin: 5px 0 5px 15px;
  } */
  .header_top .navi ul li.pnav_right {
    margin: 0 0 0 1.5vw;
  }
  /* .header_top .navi ul li a {
    font-size: 1.1vw;
  } */
  .header_top .navi ul li .mhead {
    padding: 1vw 1vw;
  }
  .header_top .navi ul li .mhead img {
    width: 3vw;
    margin-left: 1vw;
  }
  .header_top .navi ul li .pnav_qa {
    padding-right: 1vw;
  }
  .header_top .navi ul li .pnav_qa::after {
    content: "";
    width: 1vw;
    height: 1vw;
    top: 0.35vw;
  }
  .header_top .navi ul .pnav_line {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 1100px) {
  .l-header-nav {
    gap: 15px;
  }

  .l-header-nav__link {
    font-size: 14px;
  }
}
.pnav_left {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 1.5vw !important;
}

.pnav_left-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pnav_right {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 0 0 1.5vw;
}

.pnav_right-text {
  text-align: center;
  line-height: 1.2;
}

span.min-text {
  font-size: 12px;
}

@media screen and (max-width: 920px) {
  /* .header_top .navi ul li {
    margin: 5px 0 5px 1vw;
  } */
  .pnav_contact {
    display: none !important;
  }
}

.header_top .navi {
  width: 100%;
}

.l-header-change.close {
  opacity: 0;
}
.l-header-change.close a {
  pointer-events: none !important;
}

/******************************
    header sp
*******************************/
@media screen and (max-width: 915px) {
  .header_top {
    height: 73px;
    padding: 0 15px 0 10px;
  }

  .header_top .logo {
    margin-bottom:0px;
  }

  .header_top .logo img {
    width: 216px;
  }

  .header_top .navi {
    width: 100%;
    overflow-y: auto;
    padding-left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);
    box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);
    display: none;
    position: absolute;
    /* top: 57px !important; */
    top: 73px !important;
    left: 0;
    z-index: 998;
  }

  .header_top .navi #pnav {
    display: block;
    text-align: center;
    float: none;
  }

  .header_top .navi #pnav li {
    width: 100%;
    border-top: solid 1px #e9e9e9;
    display: block;
    font-size: 100%;
    margin: 0;
  }

  .header_top .navi #pnav li a {
    font-size: 15px;
    position: relative;
    padding: 30px 0;
    height: 40px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
  }

  .header_top .navi #pnav li .pnav_qa::after {
    content: "";
    display: none;
  }

  .header_top .navi #pnav li .mhead {
    display: none;
  }

  .header_top .navi #pnav .pnav_line {
    display: none;
  }

  .l-header {
    height: calc(100vh - 73px);
  }

  .header_top .header_nav_btn {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
  }

  .header_top .header_nav_btn span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #232847;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header_top .header_nav_btn span:nth-child(2) {
    position: absolute;
    top: 9.5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #232847;
  }

  .header_top .header_nav_btn span:nth-child(3) {
    position: absolute;
    top: 19px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #232847;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header_top .header_nav_btn.open span:nth-child(1) {
    top: 10px;
    left: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }

  .header_top .header_nav_btn.open span:nth-child(2) {
    display: none;
  }

  .header_top .header_nav_btn.open span:nth-child(3) {
    top: 10px;
    left: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }

  .l-header-nav {
    display: none;
  }

  .l-header-navSp {
    display: block;
    margin-bottom: 30px;
  }

  .l-header-navSp__link {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 20px;
    border-bottom: 1px solid #CCCCCC;
  }

  .l-header-navSp__link::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 23px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #232847;
    border-right: 2px solid #232847;
  }
  .l-header-navSp__link.out::after {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: inline-block;
    border: none;
    background: none;
    background-image: url(../images/out_icon_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
  }

  .l-header-navSp__text {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 20px;
    background: #EAEAEA;
  }

  .l-header-navSp__text::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 24px;
    content: "";
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #232847;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .l-header-navSp__text.open::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }

  .l-header-navSp__text::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18.5px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 3px;
    background: #232847;
  }

  .l-header-subnavSp {
    display: none;
  }

  .l-header-subnavSp__link {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 37px;
  }

  .l-header-subnavSp__link::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 23px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #232847;
    border-right: 2px solid #232847;
  }

  .l-header-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .l-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 7px;
    margin-bottom: 11px;
  }

  .l-header-btn__link {
    width: 310px;
    height: 50px;
    gap: 13px;
    border: 2px solid #232847;
    border-radius: 45px;
    padding-left: 25px;
  }

  .l-header-btn__icon {
    width: 48px;
  }

  .l-header-btn__link-2 {
    width: 310px;
    height: 50px;
    gap: 13px;
    border: 2px solid #232847;
    border-radius: 45px;
    padding-left: 25px;
  }
  .l-header-btn__link-2.wid {
    width: 238px;
  }
  .l-header-change.close {
    display: none;
  }
}




/**************************************
footer
***************************************/
.footer {
  position: relative;
  background-color: #232847;
  padding: 48px 50px;
  color: #fff;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          gap: 20px;
}

.footer .footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  align-items: flex-start;
}

.footer .footer_info .t_img {
  width: 269px;
  margin-right: 16px;
}
.footer .footer_info .t_selecty {
  display: block;
  width: 190px;
  margin-top: 16px;
  margin-left: 38px;
}

.footer .footer_info .info_pt {
  font-size: 15px;
  line-height: 28px;
}

.lineat {
  margin-left: 30px;
}

.lineat img {
  height: 50px;
  width: auto;
}

.footer .footer_info .info_pt .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.footer .footer_info .info_pt .title span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.footer .footer_info .info_pt .address {
  font-size: 16px;
  line-height: 1.5;
}
.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}

.footer_link_tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer .footer_link .link_pt li {
  margin-bottom: 16px;
}

.footer .footer_link .link_pt li a {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.footer .footer_link .link_pt li a::before {
  content: '>';
  display: inline-block;
  position: relative;
  font-size: 1rem;
  margin-right: 10px;
}

.footer .footer_link .link_pt li a.out {
  display: inline-flex;
  align-items: center;
}
.footer .footer_link .link_pt li a.out::after {
  content: "";
  background-image: url(../images/out_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: 8px;
}

.footer .footer_link .link_pt li .linker {
  position: relative;
  padding-right: 20px;
}

.footer .footer_link .link_pt li .linker::after {
  content: "";
  background-image: url(../images/i_allow_rt_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 0;
}

.footer .share_pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer .share_pt a {
  display: block;
}

.footer .share_pt .share_tiktok {
  width: 38px;
  margin-right: 16px;
}
.footer .share_pt .share_twitter {
  width: 38px;
  margin-right: 16px;
  margin-top: 1px;
}
.footer .share_pt .share_instagram {
  width: 38px;
  margin-top: 1px;
}

.footer .copyright {
  font-size: 14px;
  line-height: 2;
}

.sp_track {
  display: none;
}

/******************************
    footer sp
*******************************/
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
    padding: 40px 15px 60px 15px;
  }
  .footer_inner {
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
  }
  .footer_inner div {
    width: 100%;
  }
  .footer .footer_info {
    width: 100%;
    margin-bottom: 20px;
    gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
  }
  .footer .footer_info .t_img {
    display: block;
    margin: 0 auto;
  }
  .footer .footer_info .t_selecty {
    display: block;
    width: 190px;
    margin: 20px auto;
  }
  .footer .footer_info .info_pt {
    text-align: center;
  }
  .info_accses {
    font-size: 3.6vw;
    line-height: 1.5;
    padding-left: 3vw;
  }
  .info_accses .comment {
    font-size: 3.2vw;
  }
  .lineat {
    width: auto;
    text-align: center;
    display: block;
    margin: auto;
    padding-top: 20px;
  }
  .lineat img {
    height: 50px;
  }
  .footer .footer_info .info_pt .title {
    font-size: 3.5vw;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .footer_info .info_pt .title span {
    font-size: 5vw;
  }
  .footer .footer_info .info_pt p {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  .footer .footer_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer .footer_link .link_pt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer_link .link_pt li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .footer .footer_link .link_pt li:last-child {
    margin-bottom: 40px;
  }
  .footer_links.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 30px;
  }
  .footer_links.pc {
    display: none !important;
  }
  .footer_link_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer_links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    gap: 0px;
  }
  .footer .footer_link.plSp {
   padding-left: 14px;
  }
  .footer .footer_link .link_pt li a {
    font-size: 12px;
  }
  .footer .footer_link .link_pt li a::before {
    font-size: 12px;
    margin-right: 4px;
  }
  .footer .footer_link .link_pt li .linker {
    background-color: #3da2aa;
  }
  .footer .footer_link .link_pt li .linker span {
    position: relative;
  }
  .footer .footer_link .link_pt li .linker span::after {
    content: "";
    background-image: url(../images/i_allow_rt_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: -20px;
  }
  .footer .footer_link .link_pt li a.out::after {
    width: 13px;
    height: 13px;
    margin-left: 5px;
  }
  .footer .footer_link .link_pt .footer_line {
    display: none;
  }
  .footer .footer_link .share_pt {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .share_pt {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
  }
  .footer .share_pt .share_tiktok {
    width: 7vw;
    margin-right: 0;
  }
  .footer .share_pt .share_twitter {
    width: 7.2vw;
    margin-right: 0;
  }
  .footer .share_pt .share_instagram {
    width: 7.6vw;
  }
  .footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
  .sp_track {
    width: 100%;
    /* display: block; */
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    /* z-index: 998; */
    z-index: 20;
    text-align: center;
    padding: 15px 0;
    background-color: #000;
  }
  .sp_track .btn_request {
    padding: 10px 40px;
    -webkit-box-shadow: 0 6px 0 0 #646464;
    box-shadow: 0 6px 0 0 #646464;
  }
  .sp_track .align_ct {
    display: block;
  }
  .sp_track .btn_line {
    min-width: auto;
    margin-top: 0;
    padding: 10px 40px;
    -webkit-box-shadow: 0 6px 0 0 #646464;
    box-shadow: 0 6px 0 0 #646464;
  }
  .sp_track .btn_line,
  .sp_track .btn_request {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    width: 95%;
  }
  .sp_track .btn_request .stitle {
    font-size: 0.8em;
  }
  .sp_track .btn_request img {
    /* margin: 5px auto; */
  }
  .sp_track .btn_line .ltitle {
    margin-top: -4px;
  }
  .sp_track .btn_request .btitle .ltitle,
  .sp_track .btn_line .btitle .ltitle {
    font-size: 14px;
  }
}

.top_bk {
  background-image: url(../images/bk_top.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 886px;
  background-size: cover;
  background-position: top center;
  position: fixed;
  z-index: 0;
}
.top_bk_mask {
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 886px;
}

.announce {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 70px;
  left: 0;
  color: #fff;
  z-index: 10;
  font-size: 20px;
}
@media screen and (max-width: 915px) {
  .announce {
    top: 52px;
    font-size: 14px;
  }
}


.top_pt {
  position: relative;
  height: 886px;
  z-index: 10;
  /*padding-top: 110px;*/
  padding-top: 160px; /*2023年11月10日*/
  padding-left: 0%;
}

.top_pt .btitle span {
  /* font-family: "Magistral"; */
  position: relative;
  font-size: 71px;
  line-height: 80px;
  height: 90px;
  padding: 5px 30px 0;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_pt .btitle span::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  right: -20px;
  top: 0;
  border-top: 90px solid #fff;
  border-left: 5px solid #fff;
  border-right: 20px solid transparent;
}

.top_pt .btitle.btitle0802 span {
  margin-bottom: 30px;
}

.top_pt .btitle span span.fv_info {
    font-size: 35px;
    height: 80px;
    padding: 5px 7px 5px 10px;
    line-height: 80px;
    background-color: transparent;
}

.top_pt .btitle span span.fv_info::after {
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid transparent;
}

.top_pt .btitle span.fv_accent {
    color: #ab3d57;
}

.top_pt .btitle span.fv_accent span {
  font-size: 35px;
  height: 80px;
  padding: 5px 7px 5px 0px;
}
.top_pt .btitle span.fv_accent span::after {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid transparent;
}

.top_pt .stxt {
  margin: 15px 0 30px 0;
}

.top_pt .stxt span {
  position: relative;
  /*font-size: 16px;
  height: 40px;*/
  font-size: 35px;
  height: 50px;
  line-height: 20px;
  padding: 0 30px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_pt .stxt span a {
    font-weight: normal;
    color: #ab3d57;
    text-decoration: underline;
}

.top_pt .stxt span::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  right: -20px;
  top: 0;
  border-top: 40px solid #fff;
  border-left: 5px solid #fff;
  border-right: 20px solid transparent;
}

.top_pt .stxt.appealtxt {
  /*margin-top: -15px;*/
  margin-top:15px;
}

.top_pt .stxt.appealtxt span {
  font-size: 35px;
  color: #ab3d57;
  height: 50px;
}

.top_pt .stxt.appealtxt span::after {
  border-top: 50px solid #fff;
  border-left: 5px solid #fff;
  border-right: 20px solid transparent;
}

.top_pt_catch {
    width: 100%;
    /*max-width: 766px;*/
    max-width: 700px;
    margin: auto;
}
.top_pt_title {
    width: 100%;
    /*max-width: 770px;*/
    max-width: 720px;
    margin: auto;
    padding: 40px 0px 0px; /*2023年11月10日追加*/
}
.top_pt_point {
    width: 100%;
    /*max-width: 215px;*/
    max-width: 170px;
    margin: auto;
}
.top_pt_button_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.explain_pt {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 100px;
  display: block;
  position: relative;
  background: #E9ECF0;
}

.explain_pt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e9ecf1;
  position: absolute;
  top: 20px;
  left: 0;
}

.explain_pt .explain_special {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: -20px auto 120px auto;
  z-index: 9;
}

.explain_pt .explain_special li {
  width: 32%;
  background-color: #fff;
  padding: 5px 10px 30px 10px;
  position: relative;
}

.explain_pt .explain_special li::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 70px solid #b5b5b5;
  border-left: 0 solid #b5b5b5;
  border-right: 70px solid transparent;
}

.explain_pt .explain_special li .lbl_mark {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}

.explain_pt .explain_special li .num {
  padding-left: 50px;
  font-size: 48px;
  font-family: "Magistral";
  color: #b5b5b5;
  text-align: left;
}

.explain_pt .explain_special li .header_title {
  text-align: center;
  margin-top: 0px;
  font-size: 22px;
  line-height: 36px;
}

.explain_pt .explain_special li .header_title span {
  font-size: 26px;
  color: #232847;
}

.btn_request {
  background-color: #232847;
  border-radius: 100px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  -webkit-box-shadow: 0 6px 0 0 black;
  box-shadow: 0 6px 0 0 black;
  position: relative;
  z-index: 12;
}

.btn_request:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #232847;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  opacity: 1;
}

.national_course_button a {
    background: #b8b34d;
}

.national_course_button a:hover {
  background: #b8b34d;
}

.btn_request img {
  width: 86px;
  margin-right: 15px;
}

.btn_request .btitle {
  font-size: 20px;
  text-align: left;
}

.btn_request .btitle .ltitle {
  font-size: 30px;
}

/* btn_wrap */
.btn_wrap {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
/* / btn_wrap */

/* line_btn */
.btn_line {
  background-color: #06c755;
  border-radius: 100px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  -webkit-box-shadow: 0 6px 0 0 black;
  box-shadow: 0 6px 0 0 black;
  position: relative;
  z-index: 12;
  margin-left: 20px;
}

.btn_line:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #06c755;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  opacity: 1;
}

.btn_line img {
  width: 66px;
}

.btn_line .btitle {
  font-size: 20px;
  text-align: center;
}

.btn_line .btitle .ltitle {
  font-size: 32px;
}
/* / line_btn */

@media screen and (max-width: 920px) {
  .btn_line .btitle .ltitle,
  .btn_request .btitle .ltitle {
    font-size: 3vw;
  }
  .national_course_button {
    margin-top: 20px;
  }
  .fvButton_list a {
    min-width: 300px;
  }
}

.contact_pt {
  display: table;
  margin: 50px auto 0 auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: -2px -2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: -2px -2px 8px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 12;
}

.contact_pt .ctel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_pt .ctel .title {
  font-size: 17px;
  margin-right: 20px;
}

.contact_pt .ctel .tel_pt .tel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_pt .ctel .tel_pt .tel_link img {
  width: 24px;
  margin-right: 10px;
}

.contact_pt .ctel .tel_pt .tel_link span {
  font-size: 30px;
}

.contact_pt .ctel .tel_pt p {
  font-size: 14px;
  text-align: left;
}

.contact_pt .cform {
  line-height: 1.5;
  border-radius: 10px;
  background-color: #e9ecf1;
  padding: 10px;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
}

.contact_pt .cform a {
  color: #3da2aa;
  text-decoration: underline;
}

.bk_txt {
  position: relative;
  overflow: hidden;
}

.bk_txt::after {
  content: "Add wings to your work.";
  font-family: "Magistral";
  position: absolute;
  color: #fff;
  font-size: 320px;
  top: -20px;
  left: -140px;
  line-height: 300px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

.title_img {
  display: table;
  width: 90px;
  margin: 0 auto;
  padding: 8px 0;
}

h2.title_pt {
  font-size: 48px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

h2.title_pt span {
  /*color: #232847;*/
  color:#fff;
  font-weight: bold;
}

.desc_pt {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  position: relative;
  z-index: 2;
  /*margin-top: 30px;
  margin-bottom: 50px;*/
  width:80%;
  margin: 30px auto 50px;
}

.course_pt {
  padding: 100px 0;
  background-color: #f7f9f8;
  text-align: center;
  position: relative;
}

.course_pt.page-pt {
  padding: 40px 0 100px 0px;
}
@media screen and (max-width:767px) {
  .course_pt.page-pt {
    padding: 20px 0 70px 0px;
  }
}
.course_pt.page-pt.pd {
  padding: 40px 15px 100px 15px;
}
@media screen and (max-width:767px) {
  .course_pt.page-pt.pd {
    padding: 20px 0 70px 0px;
  }
}

.course_pt .course_list {
  width: 80%;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course_pt .course_list li .item {
  background-color: #fff;
  text-align: center;
  height: 100%;
  margin-top: 60px;
}

.course_pt .course_list li .item .title {
  background-color: #3da2aa;
  color: #fff;
  padding: 15px 0;
  font-size: 22px;
  height: 60px;
}

.course_pt .course_list li .item .stitle_pt {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course_pt .course_list li .item .ctitle {
  background-color: #232847;
}

.course_pt .course_list li .item img {
  width: 100px;
  margin: 20px auto 20px auto;
}

.course_pt .course_list li .item .btitle {
  font-size: 30px;
  line-height: 46px;
  width: 100%;
  font-weight:bold;
}

.course_pt .course_list li .item .detail_pt {
  display: table;
  width: 85%;
  margin: 0px auto;
}

.course_pt .course_list li .item .detail_pt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 10%;
  border-top: 3px solid #e9ecf0;
  border-bottom: 3px solid #e9ecf0;
  text-align: left;
  margin: 30px 0;
  font-size: 16px;
  line-height: 28px;
}

.course_pt .course_list li .item .detail_pt dl dt {
  width: 50px;
  margin: 5px 0;
  color: #232847;
}

.national_course_list li .item.citem .detail_pt dl dt {
  color:#3da2aa;
}

.course_pt .course_list li .item .detail_pt dl dd {
  width: calc(100% - 50px);
  margin: 5px 0;
}

.course_pt .course_list li .item .item_desc {
  display: table;
  width: 80%;
  margin: 0px auto;
  text-align: left;
  line-height: 28px;
}

.course_pt .course_list li .citem {
  margin-top: 0px;
  height: calc(100% + 60px);
}

.course_pt .course_list li .citem .title {
  background-color: #232847;
}

.course_pt .course_list li .citem .stitle_pt {
  height: 190px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course_pt .course_list li .citem .detail_pt dl dt {
  color: #232847;
}

.course_pt .course_list .li_two {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course_pt .course_list .li_two .item {
  width: 48%;
}

.course_pt .course_list .li_one {
  width: 32%;
}

.course_pt .course_info {
  border: 3px solid #b5b5b5;
  max-width: 910px;
  width: 80%;
  margin: 120px auto 50px auto;
  padding: 30px 60px;
  position: relative;
}
.course_pt .course_info.red {
  border: 3px solid #232847;
  margin: 70px auto 50px auto;
}
.course_pt .course_info span {
  font-weight: 700;
}

.course_pt .course_info::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 70px solid #b5b5b5;
  border-left: 0 solid #b5b5b5;
  border-right: 70px solid transparent;
}
.course_pt .course_info.red::after {
  border-top: 70px solid #232847;
  border-left: 0 solid #232847;
}

.course_pt .course_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.course_pt .course_info.red dl {
  margin-bottom: 0px;
}

.course_pt .course_info dl dt {
  width: 130px;
  padding: 10px 0;
  color: #747474;
  line-height: 1.4;
}
.course_pt .course_info.red dl dt {
  width: 77px;
  color: #232847;
}

.course_pt .course_info dl dd {
  width: calc(100% - 130px);
  padding: 10px 0;
  line-height: 1.4;
}
.course_pt .course_info.red dl dd {
  width: calc(100% - 77px);
}

.course_pt .course_info p {
  text-align: left;
  font-size: 14px;
}

/*2023年3月追加 国家操縦コース対応*/
.inner {
  width: 80%;
  margin: 30px auto 50px;
}
.national_course_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.national_course_list li {
    width: 49%;
}
.national_course_list li .item {
    background-color: #fff;
    text-align: center;
    height: 100%;
    margin-top: 0px;
}
.national_course_list li .item.citem {
  border:1px solid #3da2aa;
}
.national_course_list li .item .title {
  height: 4vw;
  font-size: 1.5vw;
  line-height: 1.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #232847;
  color: #fff;
  padding: 15px 0;
  font-weight:500;
}
.national_course_list li .item.citem .title {
  background-color: #3da2aa;
}
.item_block {
    display: flex;
    justify-content: space-between;
    padding: 20px 13px 0px;
}
.item_block .item_list {
    width: 48%;
    padding: 5px 5px 0px 5px;
}
.item_block .item_list.label_box {
    background: #e0fbfd;
}
.national_course_list li .item .btitle {
    font-size: 1.8vw;
    line-height: 3vw;
}
.national_course_list li .item .detail_pt {
    display: table;
    width: 97%;
    margin: 0px auto 0px;
}
.item_block .item_list h3 {
    font-size: 20px;
    padding: 10px 0px 20px;
    font-weight: 500;
}
.item_block .item_list h3.focus_red {
  color:#232847;
}
.item_block .item_list h3.focus_blue {
  color:#3da2aa;
}
.item_block .dt_pt {
  padding-top: 3px;
}
.national_course_list li .item .detail_pt dl {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 10%;
    border-top: 3px solid #e9ecf0;
    border-bottom: 3px solid #e9ecf0;
    text-align: left;
    margin: 0 0;
    padding: 1.4vw 0vw;
    font-size: 1vw;
    line-height: 2vw;
}
.national_course_list li .item .detail_pt .border-no:not(:root) {
  border-top: none;
}
.national_course_list li .item .item_list.label_box .detail_pt dl {
  border-top: 3px solid #fff;
  border-bottom: 0px solid #fff;
  padding: 1.4vw 0vw calc(1.4vw - 3px) 0vw;
}
.national_course_list li .item .detail_pt dl dt {
    width: 2.5vw;
    margin: 5px 0;
    color: #232847;
}
.national_course_list li .item .detail_pt dl .tit:not(:root) {
  width: 100%;
  margin: 0;
  color: #232847;
}
.national_course_list li .item .detail_pt dl .tit_mt:not(:root) {
  margin-top: 15px;
}
.national_course_list li .item.citem .detail_pt dl dt {
    color: #3da2aa;
}
.national_course_list li .item.citem .detail_pt dl .tit:not(:root) {
  color: #3da2aa;
}
.national_course_list li .item .detail_pt dl dd {
  width: calc(100% - 2.5vw);
  margin: 5px 0;
}
.national_course_list li .item .detail_pt dl .comment:not(:root) {
  width: 100%;
  font-size: .95em;
  line-height: 1.5;
  padding-left:1em;
	text-indent:-1em;
  margin: 0;
}
p.item_desc {
  padding-bottom: 30px;
}
.national_course_list p.item_desc {
  line-height: 1.5;
  padding: 20px 20px 30px 20px
}
.national_course_list p.item_desc.pt {
  line-height: 1.5;
  padding: 17px 20px 30px 20px
}
.label_box {
  position: relative;
}
.label_inner {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 90px;
  height: 91px;
  overflow: hidden;
}
.ribbon {
  display: inline-block;
  position: absolute;
  padding: 4px 0;
  right: -87px;
  top: 23px;
  width: 280px;
  text-align: center;
  font-size: 14px;
  background: #FFFF00;
  color: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #47470e;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.ribbon:before {
  left: 75px;
}
.ribbon:after {
  right: 78px;
}
/*.item_block .item_list h3 span {
  display: block;
  padding: 1px 0px 4px;
  margin-top: 0px;
}
.item_block .item_list h3 span.recommend_ribon {
  color: #fff;
  background: #ecc100;
  border-radius: 50px;
  font-size: 14px;
  padding: 4px 10px 2px;
  display: inline-block;
  margin-top: 5px;
}*/
.cta_button {
    margin: 50px 0px 50px;
}
.mtSection {
  padding-top: 0px;
  margin-top:-30px;
}
.btn_request.orange_btn {
  background-color: #E29609;
}
.additional-course-inner{
    max-width: 915px;
    margin: auto;
    margin-bottom: 50px;
}
.national_course_list.additional-course_list li {
    width: 100%;
}
.additional-course_list h3 {
    font-size: 20px;
    padding: 20px 0px 20px;
    font-weight: 500;
}
.additional-course_list .sub_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
}
.additional-course_list .sub_item .sub_item_list {
  width: 49%;
}
.additional-course-inner .national_course_list li .item .detail_pt {
  margin: 0px auto 0px;
}
.national_course_list.additional-course_list li .item .detail_pt dl {
  border-top:0px;
  border-bottom:0px;
}
.additional-course_list .sub_item .sub_item_list h4 {
    font-size: 16px;
    background: #E9ECF0;
    padding: 8px 0px 8px;
    font-weight:500;
}
p.more_link {
    margin: 10px auto 30px;
    padding:0px 20px;
}
p.more_link a {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    border-radius: 100px;
    color: #232847;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    border: 1px solid #232847;
    font-weight:500;
}
p.more_link a:hover {
  -webkit-box-shadow: none;
    box-shadow: none;
    background: #232847;
    color: #fff;
    /* -webkit-transform: translate3d(0, 5px, 0); */
    /* transform: translate3d(0, 5px, 0); */
    opacity: 1;
}
@media screen and (max-width:767px){
.national_course_list,
.additional-course_list .sub_item {
    flex-direction: column;
}
.national_course_list li,
.additional-course_list .sub_item .sub_item_list {
    width: 100%;
    margin-bottom: 20px;
}
.inner {
    width: 100%;
    margin: 30px auto 20px;
    padding: 0 15px;
}
.national_course_list li .item .title {
  font-size: 18px;
  height: 40px;
}
.national_course_list li .item .detail_pt dl {
  font-size: 16px;
  line-height: 26px;
}
.national_course_list li .item .detail_pt dl dt {
  width:50px;
}
.national_course_list li .item .detail_pt dl dd {
  width: calc(100% - 50px);
}
.item_block {
  flex-direction: column;
}
.item_block .item_list {
    width: 100%;
    margin-bottom: 25px
}
.national_course_list p.item_desc {
    padding: 10px 20px 30px 20px;
}
.additional-course_list h3 {
    font-size: 18px;
}
.cta_button {
    padding: 0px 15px;
    margin: 0px 0px 0px;
}
.mtSection {
  margin-top:-40px;
}
}


/* ↑　2023年3月追加 国家操縦コース対応　↑　*/

.intro_pt {
  padding: 100px 0;
  background-color: #e9ecf1;
  text-align: center;
  position: relative;
}

.intro_pt ul {
  width: 80%;
  max-width: 980px;
  margin: 40px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro_pt ul li {
  width: 42%;
  text-align: left;
  margin-bottom: 20px;
}

.intro_pt ul li .title {
  font-size: 28px;
  margin-bottom: 20px;
}

.intro_pt ul li p {
  font-size: 16px;
  line-height: 30px;
}

.intro_pt ul .li_img {
  width: 54%;
}

.place_pt {
  padding: 100px 0;
  background-color: #f7f9f8;
  text-align: center;
  position: relative;
}

.place_pt .place_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 80px auto 0 auto;
  text-align: left;
}

.place_pt .place_info li {
  width: calc(100% - 453px);
}

.place_pt .place_info li iframe {
  width: 100%;
  height: 356px;
  filter: hue-rotate(330deg);
  -webkit-filter: hue-rotate(330deg);
}

.place_pt .place_info li p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.place_pt .place_info .li_img {
  width: 433px;
}

.place_pt .place_info .li_img img {
  height: 356px;
  object-fit: cover;
}

.place_pt .place_info .li_img p {
  font-size: 24px;
}

.speciale_pt {
  padding: 100px 0;
  background-color: #e9ecf1;
  text-align: center;
  position: relative;
}

.speciale_pt .speciale_list {
  margin: 100px 0;
}

.speciale_pt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto;
  text-align: left;
}

.speciale_pt ul li {
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speciale_pt ul li .title {
  font-size: 28px;
  margin-bottom: 20px;
}

.speciale_pt ul li p {
  font-size: 16px;
  width: 100%;
  line-height: 32px;
}

.speciale_pt ul .li_img {
  width: 35%;
}

.flow_pt {
  padding: 100px 0;
  background-color: #f7f9f8;
  text-align: center;
  position: relative;
}

.flow_pt .flow_list {
  max-width: 910px;
  width: 80%;
  margin: 80px auto;
  position: relative;
}

.flow_pt .flow_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.flow_pt .flow_list .item::before {
  content: "";
  position: absolute;
  border-left: 8px solid #e9ecf0;
  height: 100%;
  left: 60px;
  top: 60px;
  z-index: 1;
}

.flow_pt .flow_list .item .step_pt {
  width: 128px;
  height: 128px;
  margin-right: 22px;
  border-radius: 50%;
  background-color: #232847;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.flow_pt .flow_list .item .step_pt .pre .step {
  font-size: 20px;
}

.flow_pt .flow_list .item .step_pt .pre .num {
  font-size: 30px;
}

.flow_pt .flow_list .item .flow_data {
  width: calc(100% - 150px);
  text-align: left;
}

.flow_pt .flow_list .item .flow_data .title {
  font-size: 28px;
  margin: 20px 0;
}

.flow_pt .flow_list .item .flow_data p {
  font-size: 16px;
  line-height: 30px;
}

.flow_pt .flow_list .item .flow_data p a {
  color: #3da2aa;
  text-decoration: underline;
}

.flow_pt .flow_list .last_item::before {
  content: "";
  display: none;
}

.qa_pt {
  padding: 100px 0;
  background-image: url(../images/bk_qa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 10;
  text-align: center;
  position: relative;
}

.qa_pt .qa_list {
  width: 80%;
  margin: 80px auto;
}

.qa_pt .qa_list .req_title {
  background-color: #232847;
  color: #fff;
  padding: 10px;
  font-size: 22px;
}

.qa_pt .qa_list .attend_title {
  background-color: #3da2aa;
  color: #fff;
  padding: 10px;
  margin-top: 80px;
  font-size: 22px;
}

.qa_pt .qa_list .item {
  text-align: left;
  margin-bottom: 30px;
}

.qa_pt .qa_list .item .q_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px 90px 20px 30px;
  position: relative;
  cursor: pointer;
}

.qa_pt .qa_list .item .q_item::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: 30px;
  background-image: url(../images/i_plus.svg);
  background-repeat: no-repeat;
}

.qa_pt .qa_list .item .q_item span {
  font-size: 47px;
  color: #232847;
  margin-right: 30px;
}

.qa_pt .qa_list .item .q_item p {
  font-size: 30px;
  line-height: 55px;
}

.qa_pt .qa_list .item .a_item {
  width: 100%;
  opacity: 0;
  height: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e9ecf1;
  padding: 0 30px;
}

.qa_pt .qa_list .item .a_item span {
  font-size: 47px;
  color: #3da2aa;
  margin-right: 30px;
}

.qa_pt .qa_list .item .a_item p {
  font-size: 16px;
  line-height: 28px;
}

.qa_pt .qa_list .item .a_item p a {
  color: #3da2aa;
  text-decoration: underline;
}

.qa_pt .qa_list .item.active .q_item::after {
  content: "";
  top: calc(50% - 4px);
  background-image: url(../images/i_minute.svg);
}

.qa_pt .qa_list .item.active .a_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  opacity: 1;
  height: auto;
  padding: 20px 30px;
}

.company_pt {
  padding: 100px 0;
  position: relative;
  background-color: #fff;
}

.company_pt .t_img {
  display: table;
  width: 208px;
  margin: 50px auto;
}

.company_pt .wcontent {
  max-width: 920px;
  width: 70%;
  margin: 100px auto 0 auto;
  border: 2px solid #232847;
}

.company_pt .wcontent .title {
  background-color: #232847;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 15px;
}

.company_pt .wcontent .desc {
  padding: 40px;
}

.company_pt .wcontent .desc .stitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.company_pt .wcontent .desc p {
  font-size: 16px;
  line-height: 30px;
}

.company_pt .wcontent .desc p span {
  color: #232847;
}

.contact_sction {
  padding: 180px 0 50px 0;
  position: relative;
  background-color: #f7f8f8;
}

.contact_sction .contact_box {
  max-width: 914px;
  width: 80%;
  margin: 50px auto 0 auto;
  text-align: center;
}

.contact_sction .contact_box .item {
  text-align: left;
}

.contact_sction .contact_box .item p {
  font-size: 17px;
  font-weight:500;
}

.contact_sction .contact_box .item p span {
  font-size: 12px;
  color: #B5B5B5;
  font-weight: 500;
}

.contact_sction .contact_box .item .checkbox p span {
    color: #000;
    font-size: 16px;
}

.contact_sction .contact_box .item p span.wpcf7-not-valid-tip {
  color: #a93d57;
  font-size: 1em;
  font-weight: normal;
  margin-top: -20px;
  margin-bottom: 30px;
}

.contact_sction .contact_box .item span.wpcf7-not-valid-tip {
  color: #a93d57;
  font-size: 1em;
  font-weight: normal;
  margin-top: -20px;
  margin-bottom: 30px;
}

.checkbox .wpcf7-not-valid-tip {
  margin-top: 0px !important;
}

.contact_sction .contact_box .item .desc {
  font-size: 13px;
  font-weight:400;
  margin: 10px 0 0 0;
}

.contact_sction .contact_box .item select,
.contact_sction .contact_box .item input,
.contact_sction .contact_box .item textarea {
  background-color: #e9ecf0;
  font-size: 16px;
  padding: 14px 18px;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 42px;
  border: none;
  outline: none;
  color: #000;
  box-sizing: border-box;
}

.contact_sction .contact_box .item select::-webkit-input-placeholder,
.contact_sction .contact_box .item input::-webkit-input-placeholder,
.contact_sction .contact_box .item textarea::-webkit-input-placeholder {
  /* Edge */
  color: #b5b5b5;
}

.contact_sction .contact_box .item select:-ms-input-placeholder,
.contact_sction .contact_box .item input:-ms-input-placeholder,
.contact_sction .contact_box .item textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5b5b5;
}

.contact_sction .contact_box .item select::-placeholder,
.contact_sction .contact_box .item input::-placeholder,
.contact_sction .contact_box .item textarea::-placeholder {
  color: #b5b5b5;
}

.contact_sction .contact_box .item select,
.contact_sction .contact_box .item select option {
  color: #000000;
}

.contact_sction .contact_box .item select:invalid,
.contact_sction .contact_box .item select option[value=""] {
  color: #b5b5b5;
}

.contact_sction .contact_box .item textarea {
  height: 140px;
}

.contact_sction .contact_box .rtxt {
  font-size: 12px;
  color: #AA3D57 !important;
}

.contact_sction .contact_box .allow_pt {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  padding: 40px 10px;
  text-align: center;
  margin: 15px 0 50px 0;
}

.contact_sction .contact_box .allow_pt input {
  display: inline-block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.contact_sction .contact_box .allow_pt label {
  width: 100%;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 20px 10px;
  font-size: 17px;
  margin-bottom: 20px;
}

.contact_sction .contact_box .allow_pt .desc {
  font-size: 16px;
}

.contact_sction .contact_box .allow_pt .desc a {
  color: #3DA2AA;
  text-decoration: underline;
}

.contact_sction .contact_box .btn_send {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #A58143;
  padding: 28px 40px;
  color: #fff;
  border-radius: 80px;
  -webkit-box-shadow: 0 8px 0 0 #525252;
  box-shadow: 0 8px 0 0 #525252;
  max-width: 528px;
  width: 80%;
  font-size: 32px;
  border: none;
}

.contact_sction .contact_box .btn_send:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #A58143;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  opacity: 1;
}

.hope_days {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hope_day_info {
  width: 49%;
}

.hope_time_info {
  width: 49%;
}

.birth_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.birth_box_list {
  width: 33%;
}

.contact_sction .contact_box .item .birth_box_list select {
  width: 88%;
}

.birth_box_list span.birth_info {
  font-size: 17px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .contact_sction .contact_box .item p {
    font-size:16px;
  }
  .birth_box_list {
    width: 31%;
  }
  .contact_sction .contact_box .item .birth_box_list select {
    width: 75%;
  }
  .birth_box_list span.birth_info {
    margin-left: 5px;
  }
}

#ui-datepicker-div .ui-widget-header {
  background: #a93d57;
}

.contact_box .wpcf7-spinner {
  display: block;
  padding-top: 30px;
}

.subpage_sction {
  padding: 140px 0;
  position: relative;
  background-color: #f7f8f8;
}

.subpage_sction.thanks {
  padding: 180px 0 50px 0;
  position: relative;
  background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .subpage_sction.thanks {
    padding: 140px 0px 50px 0px;
  }
  .subpage_sction.thanks h2.title_pt {
    font-size: 5.4vw;
  }
}

/*サブページ（PC）*/
.subpage_sction .subpage_box {
  max-width: 800px;
  width: 80%;
  margin: 50px auto 0 auto;
  text-align: center;
}
.subpage_sction .subpage_box h3 {
  font-size: 1.8vw;
  line-height: 3vw;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: bold;
}
.subpage_sction .subpage_box p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 32px;
  text-align: left;
}
.subpage_sction .subpage_box p a {
  color:#232847;
  text-decoration: underline;
}
.subpage_sction .subpage_box ul li {
  font-size: 16px;
  line-height: 30px;
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .course_pt .course_list li .item {
    margin-top: 4vw;
  }
  .course_pt .course_list li .item .title {
    height: 4vw;
    font-size: 1.5vw;
    line-height: 1.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .course_pt .course_list li .item img {
    margin: 1.4vw auto 1vw auto;
  }
  .course_pt .course_list li .item .btitle {
    font-size: 1.8vw;
    line-height: 3vw;
  }
  .course_pt .course_list li .item .stitle_pt {
    height: 8vw;
  }
  .course_pt .course_list li .item .detail_pt dl {
    margin: 3vw 0;
    padding: 2vw 1vw;
    font-size: 1vw;
    line-height: 2vw;
  }
  .course_pt .course_list li .item .detail_pt dl dt {
    width: 3vw;
  }
  .course_pt .course_list li .item .detail_pt dl dd {
    width: calc(100% - 3vw);
  }
  .course_pt .course_list li .citem {
    margin-top: 0;
    height: calc(100% + 4vw);
  }
  .course_pt .course_list li .citem .stitle_pt {
    height: calc(8vw + 4vw);
  }
  .qa_pt .qa_list .item .q_item span {
    font-size: 3vw;
  }
  .qa_pt .qa_list .item .q_item p {
    font-size: 1.5vw;
    line-height: 3vw;
  }
  .qa_pt .qa_list .item .a_item span {
    font-size: 3vw;
  }
}

@media screen and (max-width: 1160px) {
  h2.title_pt {
    font-size: 4.5vw;
  }
  .explain_pt .explain_special li .num {
    font-size: 4vw;
  }
  .explain_pt .explain_special li .header_title {
    font-size: 1.5vw;
    line-height: 3vw;
  }
  .explain_pt .explain_special li .header_title span {
    font-size: 2vw;
  }
  .qa_pt .qa_list .item .q_item span {
    font-size: 34p;
  }
  .qa_pt .qa_list .item .q_item p {
    font-size: 20px;
    line-height: 30px;
  }
  .qa_pt .qa_list .item .a_item span {
    font-size: 34p;
  }
}

@media screen and (max-width: 767px) {
  .top_bk {
    background-image: url(../images/bk_top_sp.jpg);
    height: 140vw;
    background-position-y: 20px;
  }
  .top_pt {
    padding: 24vw 0 7vw 0;
    height: auto;
    text-align: center;
  }
  .top_pt .btitle {
    text-align: left;
  }
  .top_pt .btitle span {
    font-size: 9vw;
    line-height: 9vw;
    height: 13vw;
    padding: 0 3.5vw 0 5vw;
  }
  .top_pt .btitle span::after {
    content: "";
    height: 0;
    width: 0;
    right: -20px;
    top: 0;
    border-left: 5px solid #fff;
    border-right: 20px solid transparent;
    border-top: 13vw solid #fff;
  }
  .top_pt .btitle span span.fv_info {
    font-size: 4.5vw;
    height: 9vw;
    padding: 5px 7px 5px 4px;
    line-height: 9vw;
    background-color: transparent;
  }
  .top_pt .btitle span.fv_accent span {
    font-size: 6vw;
    height: 9vw;
    padding: 5px 7px 5px 0px;
  }
  .top_pt .btitle p {
    text-align: center;
  }
  .top_pt .stxt {
    /* width: 50%; */
    width: fit-content;
    margin: 4vw 0 8vw 0;
  }
  .top_pt .stxt span {
    height: 14vw;
    text-align: left;
    padding: 0 4vw;
    font-size: 18px;
  }
  .top_pt .stxt span::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 0;
    width: 0;
    right: -20px;
    top: 0;
    border-top: 14vw solid #fff;
    border-left: 5px solid #fff;
    border-right: 20px solid transparent;
  }
  .top_pt .stxt.appealtxt {
    /* width: 33%; */
    width: fit-content;
    text-align: left;
  }
  .top_pt .stxt.appealtxt span {
    font-size: 20px;
    height: 58px;
    line-height: 25px;
  }
  .top_pt .stxt.appealtxt span::after {
    border-top: 58px solid #fff;
  }
  /* .btn_request {
    display: none;
  } */
  .btn_wrap .btn_request, .btn_wrap .btn_line {
    width: 100%;
    justify-content: center;
  }
  .btn_request,
  .btn_line {
    padding: 12px 30px;
    width: fit-content;
  }
  .btn_request img {
    width: 38px;
    margin-right: 15px;
  }
  .btn_request .btitle,
  .btn_line .btitle {
    font-size: 14px;
  }
  .btn_request .btitle .ltitle,
  .btn_line .btitle .ltitle {
    font-size: 18px;
    line-height: 26px;
  }
  .btn_line {
    margin-left: 0;
    margin-top: 15px;
    min-width: 301px;
    justify-content: center;
    align-items: center;
  }
  .btn_line img {
    width: 38px;
    margin-right: 5px;
  }
  .btn_wrap {
    flex-direction: column;
    align-items: center;
  }
  .explain_pt {
    padding-bottom: 50px;
    padding-top: 60px;
  }
  .explain_pt .explain_special {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: -20px auto 60px auto;
  }
  .explain_pt .explain_special li {
    width: 90%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px 10px 10px;
  }
  .explain_pt .explain_special li .num {
    font-size: 30px;
    display: inline-block;
    padding: 0 20px 0 50px;
  }
  .explain_pt .explain_special li .header_title {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  .explain_pt .explain_special li .header_title span {
    font-size: 17px;
  }
  .explain_pt .explain_special li .lbl_mark {
    font-size: 14px;
  }
  .explain_pt .explain_special .s_li {
    margin-left: 20px;
  }
  .explain_pt .explain_special .t_li {
    margin-left: 40px;
  }
  h2.title_pt {
    font-size: 8vw;
    line-height: 11vw;
  }
  .bk_txt::after {
    content: "Add wings to your work.";
    font-size: 31vw;
    left: -8vw;
  }
  .bk_txt .desc_pt {
    text-align: center;
  }
  .title_img {
    padding: 5px 0;
  }
  .contact_pt {
    border-radius: 5px;
    padding: 15px;
  }
  .contact_pt .ctel .title {
    font-size: 3.5vw;
    margin-right: 10px;
  }
  .contact_pt .ctel .tel_pt .tel_link span {
    font-size: 6vw;
    line-height: 32px;
  }
  .contact_pt .ctel .tel_pt .tel_link img {
    width: 18px;
    margin-right: 8px;
  }
  .contact_pt .ctel .tel_pt p {
    font-size: 3.5vw;
  }
  .desc_pt {
    text-align: left;
    padding: 0 15px;
    width:100%;
  }
  .explain_pt .desc_pt {
    padding: 0 7px;
  }
  .course_pt {
    padding: 30px 0 50px 0;
  }
  .course_pt .desc_pt {
    margin-bottom: 0;
  }
  .course_pt .course_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    margin: 0px auto 30px auto;
  }
  .course_pt .course_list li {
    width: 100%;
  }
  .course_pt .course_list li .item {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .course_pt .course_list li .item .title {
    font-size: 18px;
    height: 40px;
  }
  .course_pt .course_list li .item img {
    width: 40%;
    margin: 20px 0;
  }
  .course_pt .course_list li .item .btitle {
    font-size: 20px;
    line-height: 32px;
  }
  .course_pt .course_list li .item .item_desc {
    line-height: 24px;
  }
  .course_pt .course_list li .item .detail_pt {
    width: 80%;
  }
  .course_pt .course_list li .item .detail_pt dl {
    width: 100%;
    height: auto;
    padding: 15px 0;
    font-size: 16px;
    line-height: 26px;
  }
  .course_pt .course_list li .item .detail_pt dl dt {
    width: 50px;
  }
  .course_pt .course_list li .item .detail_pt dl dd {
    width: calc(100% - 50px);
  }
  .course_pt .course_list li .item .stitle_pt {
    height: auto;
  }
  .course_pt .course_list li .citem .stitle_pt {
    height: auto;
  }
  .course_pt .course_list .li_two {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .course_pt .course_list .li_two .item {
    width: 100%;
  }
  .course_pt .course_list .li_one {
    width: 100%;
  }
  .course_pt .course_info {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 30px 15px 50px 15px;
    padding: 20px 30px;
    position: relative;
  }
  .course_pt .course_info.red {
    margin: 40px auto 50px auto;
  }
  .course_pt .course_info::after {
    content: "";
    border-top: 30px solid #b5b5b5;
    border-right: 30px solid transparent;
  }
  .course_pt .course_info.red::after {
    border-top: 30px solid #232847;
  }
  .course_pt .course_info dl {
    font-size: 3.4vw;
  }
  .course_pt .course_info.red dl dt {
    width: 50px;
    color: #232847;
  }
  .course_pt .course_info.red dl dd {
    width: calc(100% - 50px);
  }
  .course_pt .course_info p {
    text-align: left;
    line-height: 26px;
  }
  .intro_pt {
    padding: 30px 0 50px 0;
  }
  .intro_pt ul {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .intro_pt ul li {
    width: 100%;
  }
  .intro_pt ul li .title {
    font-size: 24px;
  }
  .intro_pt ul .li_img {
    width: 100%;
  }
  .place_pt {
    padding: 30px 0 20px 0;
  }
  .place_pt .place_info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    margin: 50px auto 0 auto;
  }
  .place_pt .place_info li {
    width: 100%;
    margin-bottom: 30px;
  }
  .place_pt .place_info li img {
    height: auto;
  }
  .place_pt .place_info li p.sp {
    margin-top: 20px;
    font-size: 16px;
  }
  .place_pt .place_info .li_img p {
    font-size: 20px;
    line-height: 26px;
  }
  .speciale_pt {
    padding: 30px 0 50px 0;
  }
  .speciale_pt .speciale_list {
    margin: 50px 0;
  }
  .speciale_pt ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
  }
  .speciale_pt ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .speciale_pt ul li .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .speciale_pt ul li p {
    line-height: 30px;
  }
  .speciale_pt ul .li_img {
    width: 100%;
  }
  .speciale_pt ul .li_img img {
    height: auto;
  }
  .speciale_pt .reserve_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flow_pt {
    padding: 30px 0 20px 0;
  }
  .flow_pt .flow_list {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 50px auto;
  }
  .flow_pt .flow_list .item {
    margin-bottom: 30px;
  }
  .flow_pt .flow_list .item::before {
    content: "";
    position: absolute;
    border-left: 8px solid #dddd;
    height: 100%;
    left: 32px;
    top: 60px;
    z-index: 1;
  }
  .flow_pt .flow_list .item .step_pt {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 2;
  }
  .flow_pt .flow_list .item .step_pt .pre .step {
    font-size: 12px;
  }
  .flow_pt .flow_list .item .step_pt .pre .num {
    font-size: 18px;
  }
  .flow_pt .flow_list .item .flow_data {
    width: calc(100% - 94px);
  }
  .flow_pt .flow_list .item .flow_data .title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .flow_pt .flow_list .item .flow_data p {
    font-size: 14px;
    line-height: 22px;
  }
  .flow_pt .flow_list .last_item::before {
    content: "";
    display: none;
  }
  .qa_pt {
    padding: 30px 0 50px 0;
  }
  .qa_pt .qa_list {
    width: 100%;
    padding: 0 15px;
    margin: 30px auto;
  }
  .qa_pt .qa_list .req_title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .qa_pt .qa_list .attend_title {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 50px;
  }
  .qa_pt .qa_list .item {
    margin-bottom: 15px;
  }
  .qa_pt .qa_list .item .q_item {
    padding: 15px 65px 15px 15px;
  }
  .qa_pt .qa_list .item .q_item::after {
    content: "";
    top: calc(50% - 10px);
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .qa_pt .qa_list .item .q_item span {
    font-size: 26px;
    margin-right: 12px;
  }
  .qa_pt .qa_list .item .q_item p {
    font-size: 16px;
    line-height: 26px;
  }
  .qa_pt .qa_list .item .a_item span {
    font-size: 26px;
    margin-right: 12px;
  }
  .qa_pt .qa_list .item .a_item p {
    font-size: 14px;
    line-height: 22px;
  }
  .company_pt {
    padding: 30px 0 50px 0;
  }
  .company_pt .wcontent {
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .company_pt .wcontent .desc {
    padding: 20px;
  }
  .company_pt .wcontent .desc .stitle {
    text-align: center;
    font-size: 3.8vw;
  }
  .company_pt .wcontent .desc p {
    font-size: 3.6vw;
    line-height: 6vw;
  }
  .company_pt .desc_pt {
    font-size: 3.7vw;
  }
  .contact_sction {
    padding: 120px 0 60px 0;
  }
  .contact_sction .contact_box {
    max-width: 100%;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0 15px;
  }
  .contact_sction .contact_box .item select,
  .contact_sction .contact_box .item input,
  .contact_sction .contact_box .item textarea {
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
  }
  .contact_sction .contact_box .allow_pt {
    margin: 0px 0 40px 0;
    border-radius: 5px;
    padding: 20px 10px;
  }
  .contact_sction .contact_box .allow_pt label {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contact_sction .contact_box .allow_pt .desc {
    font-size: 14px;
    line-height: 30px;
  }
  .contact_sction .contact_box .btn_send {
    max-width: 100%;
    width: 100%;
    padding: 28px 25px;
    font-size: 20px;
  }
  .contact_sction .contact_box .item .checkbox p span {
    color: #000;
    font-size: 14px;
  }
  .subpage_sction {
    padding: 120px 0;
  }
  .subpage_sction .subpage_box {
    max-width: 100%;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0 15px;
  }
  .subpage_sction .subpage_box h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 600px) {
  .top_pt {
    padding-top: 30vw;
  }
  .top_pt_catch {
    width: 90%;
    margin-bottom: 40px;
  }
  .top_pt_title {
    width: 90%;
    padding: 0px 0px 0px; /*2023年11月10日*/
  }
  .top_pt_button_area {
    flex-wrap: wrap;
  }
  .top_pt_point {
    max-width: 150px;
    margin: 0px 10px;
  }
  .point01 {
    order: 1;
  }
  .point02 {
    order: 2;
  }
  .fvButton03 {
    order: 3;
  }
}
@media screen and (max-width: 500px) {
  .top_pt {
    padding-top: 20vw;
  }

}

/*---キャンペーンバナー ---*/
.fvButton {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0px 20px;
}
.campaign_list {
  margin-left: 50px;
}
.campaign_button button {
  background-color: #fff;
  color: #000;
  border: 4px solid #ab3d57;
  padding: 18px 40px;
  -webkit-box-shadow: 3px 6px 0 0 black;
  box-shadow: 3px 6px 0 0px black;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  line-height: 33px;
}
.campaign_button button span.campaign_subText {
  font-size: 20px;
  display: block;
}
.campaign_button button span.campaign_focus {
  color: #ab3d57;
}
.campaign_button button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  opacity: 1;
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 999; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 30px 30px;
  background-color: #fff;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 6px;
  cursor: pointer;
}
img.campaign_paper {
  position: relative;
}
p.campaign_link {
  position: absolute;
  bottom: 32px;
  right: 50px;
  color: #2d1c39;
}
p.campaign_link a {
  font-size: 27px;
  color: #c91853;
}
p.campaign_link span {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .top_bk {
    height: 180vw;
  }
  .fvButton {
    flex-direction: column;
  }
  .campaign_list {
    margin-left: 0px;
    margin-top: 20px;
  }
  .campaign_button button {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 26px;
  }
  .campaign_button button span.campaign_subText {
    font-size: 15px;
  }
  .modalWrapper {
    width: 90%;
    padding: 20px 20px;
  }
  p.campaign_link {
    position: inherit;
    bottom: auto;
    right: auto;
    padding: 0px 10px 10px 10px;
    color: #2d1c39;
    background: #fee38d;
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  .sp_track .btn_request .btitle .ltitle,
  .sp_track .btn_line .btitle .ltitle {
    font-size: 13px;
  }
  .sp_track .btn_request,
  .sp_track .btn_line {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*--実績・新着情報---*/
.achievement_pt {padding: 100px 0;background-color: #fff; text-align: center;position: relative;}
.achivement_flex {width: 90%;margin: 40px auto 0px auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;align-items: flex-start;}
.achivement_images {width:38%;}
.achivement_text {width:59%;text-align: left;}
.achivement_meta {margin-bottom:10px;}
.achivement_area,.achivement_job {margin-left:10px;}
.achivement_text p {font-size: 16px;line-height: 30px;}
.achivement_flex h3 {font-size: 28px;margin-bottom: 20px;font-weight:bold;}
.achivement_info_text {margin-bottom:20px;}
.achivement_info_text a{text-decoration: underline; color: #3da2aa;}
@media screen and (max-width:767px){
.achievement_pt {padding: 30px 0 50px 0;}
.achivement_flex {width: 100%;max-width: 100%;padding: 0 15px;flex-direction: column;}
.achivement_images {width:100%;}
.achivement_meta {margin-top: 15px;}
.achivement_flex h3 {font-size:24px;}
.achivement_text {width:100%;}
}

.more_list {display: block;}
.more_btn_list {margin-top: 40px;}
.more_btn {
    font-size: 16px;
    font-weight:normal;
    background-color: #fff;
    color: #ab3d57;
    border: 1px solid #ab3d57;
    border-radius: 60px;
    padding: 14px 10px;
    margin: 0 auto;
    max-width: 240px;
    text-align: center;
    transition: 0.5s;
    -webkit-box-shadow: 1px 3px 0px 0 rgb(0 0 0 / 16%);
    box-shadow: 1px 3px 0px 0 rgb(0 0 0 / 16%);
}
.more_btn:hover{
    cursor: pointer;
    background-color: #ab3d57;
    color:#fff;
}

.news_pt {padding: 100px 0;background-color: #e9ecf1; text-align: center;position: relative;}
.news_flex {width: 90%;max-width: 800px; margin: 40px auto 0px auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.news_list {display: flex; align-items: flex-start; justify-content: flex-start; margin-bottom: 25px; width:100%;}
.news_flex p, .news_more p{font-size: 16px;line-height: 30px;}
.news_category {margin: 0px 15px;}
.news_category a {padding: 7px 17px;background: #232847;color: #fff;width: auto; display: inline-block;}
.news_title a {color: #3da2aa;text-decoration: underline;}
.news_title {text-align: left; width:70%;}
.news_more {display: inline-block;margin: 20px auto 0 auto;padding: 15px 40px;border-radius: 10px;background-color: #fff;-webkit-box-shadow: -2px -2px 8px 0 rgb(0 0 0 / 16%);box-shadow: -2px -2px 8px 0 rgb(0 0 0 / 16%);position: relative;z-index: 12;}
.news_more a {color: #3da2aa;text-decoration: underline;}
.subpage_sction .news_flex {margin-top: 80px;}
.subpage_sction .news_single {max-width: 900px;width: 80%;margin: 80px auto 0 auto;padding:50px;background: #fff;}
.subpage_sction .news_single h3 {font-size: 28px;margin-bottom: 30px; font-weight:bold; border-bottom:6px solid #232847;padding-bottom:8px;}
.subpage_sction .news_single p {font-size: 16px;line-height: 30px;margin-bottom:20px;}
.subpage_sction .news_single a {color: #232847; text-decoration: underline;}
p.news_single_days {margin-bottom: 20px;}
.news_single_more {text-align: center;margin: 50px 0px;}
.news_single_more p {font-size: 16px;line-height: 30px;}
.news_single_more a {color: #3da2aa;text-decoration: underline;}
@media screen and (max-width:767px){
.news_pt {padding: 30px 0 50px 0;}
.news_list {justify-content: flex-start;flex-wrap: wrap;}
.news_days {width: auto;text-align: left;}
.news_category {margin: 0px 10px;}
.news_title {width: 100%;text-align: left;margin-top: 8px;}
.subpage_sction .news_single {width:100%;margin: 50px auto 0 auto; padding:40px 20px;}
.subpage_sction .news_single h3 {font-size:24px;}
}

/*国家操縦ライセンスコース ページ*/
.page_national-qualification a {
  color:#232847;
  text-decoration: underline;
}
.page_national-qualification .c-btn-box a {
  color:#000;
  text-decoration: none;
}
.page_national-qualification .c-btn-box .c-cont__btn a {
  color: #3DA2AA;
  font-weight: 500;
  text-decoration: underline;
}
.page_national-qualification strong {
    font-weight: bold;
}
.cta_area {
    margin-bottom: 40px;
}
.page_national-qualification .cta_area a {
  color:#fff;
  text-decoration: none;
}
.page_national-qualification .cta_area .contact_pt .ctel .tel_pt .tel_link {
  color:#000;
}
.page_national-qualification .cta_area .cform a {
  color: #3da2aa;
  text-decoration: underline;
}
.page_national-qualification .cta_area .contact_pt .cform {
  text-align: center;
}
.page_national-qualification h2.title_pt {
    font-size: 32px;
}
.page_national-qualification .desc_pt {
  width:100%;
}
.page_inner {
    width: 80%;
    margin: 0px auto;
}
.headArea {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.headArea .headTitle {
    line-height: 1.5;
    margin: 0 auto;
    padding: 0 0 0 0px;
    width: 100%;
    position: absolute;
    z-index: 4;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.headArea .headTitle h2 {
    font-size: 40px;
    font-weight: bold;
}
.headArea .headTitle p {
    margin-top: 5px;
    font-size: 34px;
    font-weight: 500;
}
.headArea .headTitle p span.box {
    background: #FFFF00;
    color: #000;
    padding: 2px 10px 4px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}
.headArea .headTitle p span.bold {
    color: #ffff02;
    text-shadow: 1px 1px 1px #333333ad;
    font-weight: 500;
}
.headImg {
    max-height: 420px;
    min-height:370px;
}
.headImg img {
    object-fit: cover;
    max-height: 420px;
    min-height:370px;
    width: 100%;
}
.bg_gray_section {
    background: #F7F8F8;
}
.bg_section {
  background:#E9ECF1;
}
section.fv_nav {
    padding: 30px 0px;
}
ul.fv_nav_list {
    display: flex;
    justify-content: center;
}
ul.fv_nav_list li {
    border-left: 1px solid #000;
    padding: 0px 20px;
}
ul.fv_nav_list li:first-child {
  border-left:0px;
}
ul.fv_nav_list li a {
  color:#000;
  text-decoration: none;
}
.national_announce {
    margin: 50px auto 40px;
    width: 100%;
    max-width: 915px;
    text-align: center;
}
.national_announce dl {
    background: #fff;
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.national_announce dl dt {
    font-size: 18px;
    font-weight: bold;
}
section.pageSectionArea {
    padding: 40px 0px;
}
section.pageSectionArea .c-btn-box {
  padding:0px 0px 60px 0px;
}
table.number_list {
    width: 100%;
    max-width: 915px;
    margin: 40px auto;
    line-height: 1.6;
    font-size:16px;
}
table.number_list tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0px 20px;
    margin-bottom: 15px;
}
table.number_list th {
    text-align: left;
    width: 37%;
    border-right: 1px solid #E9ECF0;
    padding: 20px 20px 20px 0px;
    display: flex;
    align-items: center;
    font-weight:bold;
}
table.number_list th span.number {
    font-family: serif;
    font-size: 36px;
    margin-right: 15px;
}
table.number_list td {
    text-align: left;
    width: 65%;
    padding: 20px 0px 20px 20px;
}
ul.number_list_ul {
    width: 100%;
    max-width: 915px;
    margin: 40px auto;
    line-height: 1.6;
    font-size:16px;
}
ul.number_list_ul li {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}
ul.number_list_ul li span.number {
  font-family: serif;
  font-size: 36px;
  margin-right: 15px;
  font-weight:bold;
}
table.step_list {
  width: 100%;
  max-width: 915px;
  margin: 40px auto;
  line-height: 1.6;
  font-size:16px;
}
table.step_list tr {
    display: flex;
    align-items: center;
    background: #000;
    margin-bottom: 15px;
}
table.step_list tr th {
    color: #fff;
    width: 15%;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: serif;
}
table.step_list tr th span.num_large {
  font-size: 36px;
  margin-left: 5px;
}
table.step_list tr td {
    background: #fff;
    width: 86%;
    padding: 20px 20px;
    font-weight:normal;
}
.step_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
table.step_list h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 8px;
}
table.step_list tr td ul li {
    list-style: disc;
    margin-left: 22px;
}
.place_flex {
  display: flex;
  justify-content: space-between;
}
.equipment_box {
  display: flex;
  justify-content: space-between;
}
.image_section {
    width: 48%;
    margin: 40px auto;
}
.image_section h3 {
    font-size: 20px;
    margin: 10px 0px 10px;
    font-weight: bold;
}
.image_section p {
  line-height: 1.5;
}
.equipment_box img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}
.plan_table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.plan_table_list {
    width: 48%;
}
@media screen and (max-width:767px){
  .equipment_box {
    flex-direction: column;
  }
  .equipment_box img {
    height: auto;
  }
}
.plan_table_list h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.plan_table_list table {
    width: 100%;
    line-height: 1.6;
    font-size:16px;
}
.plan_table_list table th {
    background: #bebebe;
    padding: 10px;
    font-weight:bold;
}
.plan_table_list table td {
    background: #fff;
    padding: 10px;
}
.plan_announce {
  margin:60px auto 10px;
  line-height: 1.6;
  font-size:16px;
  text-align: center;
}
.national_company .company_pt {
    padding-top: 0px;
}
.checkbox {
    margin-top: 16px;
    margin-bottom: 30px;
    font-size:16px;
}
.infoArea {
  margin-top: 20px;
  font-size:16px;
}
.contact_sction .contact_box .item .infoArea p {
    font-size: 15px;
    margin-bottom: -6px;
}
.contact_sction .contact_box .item span.check-list input {
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}
@media screen and (max-width:767px){
  .contact_sction .contact_box .item span.check-list input {
      width: 15px;
      height: 15px;
  }
}
span.check-list, span.check-list span.wpcf7-list-item {
    display: block;
    margin-left: 0px;
}
span.accent {
    font-size: 22px;
    color: #ab3d57;
    font-weight: 500;
}
span.accent02 {
    line-height: 1.5vw;
    color: #ab3d57;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
@media screen and (max-width:767px){
  span.accent02 {
    line-height: 21px;
  }
}
button.more-list {
  display: none;
}

@media screen and (max-width:767px){
.page_inner {
    width: 100%;
    padding: 0px 15px;
}
.page_national-qualification .contact_pt .ctel .tel_pt .tel_link span {
    font-size: 20px;
}
.headArea .headTitle {
  padding: 0 10px;
  top: 56%;
}
.headArea .headTitle h2 {
  font-size:22px;
  line-height: 1.5;
}
.headImg {
    max-height: 280px;
    min-height:auto;
}
.headImg img {
    height: 280px;
    min-height:auto;
}
.headArea .headTitle p {
  font-size: 22px;
}
.headArea .headTitle p span.bold {
  font-size:24px;
}
ul.fv_nav_list {
    flex-wrap: wrap;
}
ul.fv_nav_list li {
    margin-bottom: 10px;
}
.national_announce dl {
    flex-direction: column;
}
.national_announce {
    margin: 30px auto 20px;
}
table.number_list tr {
    flex-direction: column;
}
table.number_list th {
  width:100%;
  border-right: 0px solid #E9ECF0;
  border-bottom: 1px solid #E9ECF0;
  padding: 10px 0px 10px 0px;
}
table.number_list td {
  width:100%;
  padding: 20px 0px 20px 0px;
}
.page_national-qualification h2.title_pt {
    font-size: 26px;
}
section.national_qualification.pageSectionArea {
    padding: 0px 0px;
}
table.step_list tr {
    flex-direction: column;
}
table.step_list tr th {
    width: 100%;
    padding: 0px 0px;
}
table.step_list h3 {
    text-align: center;
}
table.step_list tr td {
  width: 100%;
  padding: 20px 20px;
}
.step_flex {
    flex-direction: column;
}
.step_link {
    margin-top: 20px;
}
section.national_place.pageSectionArea {
  padding-top:40px;
  padding-bottom: 70px;
}
.place_flex {
  flex-direction: column;
}
.image_section {
    width: 100%;
    margin: 40px auto 0px
}
.plan_table_list h3 {
  text-align: center;
}
.plan_table {
    flex-direction: column;
}
.plan_table_list {
    width: 100%;
    margin-bottom: 25px;
}
.plan_announce {
    margin: 20px auto 15px;
}
.page_national-qualification .desc_pt {
  padding:0px 15px;
}
.page_national-qualification .company_pt .wcontent {
  width: 100%;
  margin:0px 0px;
}
span.accent {
    font-size: 22px;
}
p.more_link {
    margin: 0px auto 0px;
    padding: 0px 20px 30px;
}
.txt-hide{
display: none;
}

.national_course_list li .item .detail_pt .list-hide01:not(:root) {
display: none;
}
.national_course_list li .item .detail_pt .list-hide02:not(:root) {
display: none;
}
.national_course_list li .item .detail_pt .list-hide03:not(:root) {
display: none;
}
.national_course_list li .item .detail_pt .list-hide04:not(:root) {
display: none;
}
button.more {
margin: 20px auto;
display: block;
background-color: #fff;
color: #232847;
border: 1px solid #232847;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}
button.more::after {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}
button.more.on-click::after{
content: "閉じる";
}
button.more-list {
  margin: 20px auto;
  display: block;
  background-color: #fff;
  color: #232847;
  border: 1px solid #232847;
  padding:10px 15px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
}
button.more-list03 {
  color: #3da2aa;
}
button.more-list04 {
  color: #3da2aa;
}
button.more-list::after {
  content: "もっと見る";
  transition: .2s;
  -erbkit-transition: .2s;
}
button.more-list.on-click::after{
content: "閉じる";
}
}



.photo-more {
  margin: 10px auto;
  display: block;
  background-color: #fff;
  color: #232847;
  border: 1px solid #232847;
  padding:10px 15px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
}
.photo-more::after {
  content: "もっと見る";
  transition: .2s;
  -erbkit-transition: .2s;
}
.photo-more.on-click::after{
  content: "閉じる";
}

/*コラム ページ*/
.column_page .headArea .headTitle {
  top: 60%;
}
.column_block {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 60px auto 90px;
    gap: 0px 20px;
}
.column_contentsArea {
    width: 68%;
}
.column_sidebarArea {
  width: 28%;
  border-left: 1px solid #e4e0e0;
  padding-left: 26px;
}
.column_list {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    gap:0px 20px;
}
.column_image {
    width: 40%;
}
.column_text {
    width: 59%;
    padding: 15px 0px;
}
.column_image img {
    height: 200px;
    object-fit: cover;
}
.column_title h3 {
    font-size: 23px;
    font-weight:700;
    line-height:1.5;
}
.column_title {
  margin-top:22px;
}
.column_meta {
    display: flex;
    justify-content: space-between;
}
.column_category a {
    background: #ab3d57;
    color: #fff;
    padding: 4px 10px;
}
.column_sidebarArea h3 {
    font-size: 18px;
    border-left: 5px solid #000;
    padding: 4px 0px 4px 5px;
    margin-bottom: 20px;
}
.sidebar_search,
.sidebar_category {
  margin-bottom:35px;
}
.column_sidebarArea ul {
    line-height: 26px;
}
.column_sidebarArea ul li {
    list-style: disc;
    margin-left: 15px;
    font-size: 16px;
}
.sidebar_search form {
    display: flex;
    align-items: center;
}
.sidebar_search form input {
    padding: 9px 5px;
    width: 60%;
    border: 1px solid #b8b8b8;
}
.sidebar_search form button {
    padding: 7px 5px;
    background: #000;
    color: #fff;
    text-align: center;
}
.sidebar_search form button:hover {
  opacity: 0.8;
}
.page_nation {
  text-align: center;
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 10px;
}
.pagination ul li a,
.pagination ul li .current {
    border: 1px solid #ab3d57;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #ab3d57;
}
.pagination ul li .current {
  background: #ab3d57;
  color: #fff;
}
.column_single .column_contentsArea h2 {
    font-size: 30px;
    line-height:1.4;
    font-weight:700;
    margin: 20px 0px 30px;
}
.column_single .column_contentsArea p,
.column_single .column_contentsArea ul,
.column_single .column_contentsArea ol {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.column_single .column_contentsArea ul li {
  list-style: disc;
  margin-left:20px;
}
.column_single .column_contentsArea ol li {
  margin-left:20px;
}
.column_single .column_contentsArea h3 {
    font-size: 23px;
    margin: 50px 0px 20px;
    border-left: 8px solid #ab3d57;
    border-bottom: 1px solid #ab3d57;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 0px 10px 7px;
    font-weight:500;
}
.column_single .column_contentsArea h4 {
    font-size: 20px;
    margin: 40px 0px 15px;
    border-left: 5px solid #ab3d57;
    padding: 3px 0px 3px 7px;
    font-weight:500;
}
.column_single .column_contentsArea img {
    margin: 10px 0px 20px;
}
.column_single .column_contentsArea a {
  color: #3da2aa;
  text-decoration: underline;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}
.column_single .column_contentsArea a.column-category {
  color:#fff;
  text-decoration: none;
}
.column_single .column_contentsArea strong {
  font-weight: bold;
}
.column_single .column_contentsArea table {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px
}
.column_single .column_single_more {
    text-align: center;
    margin: 60px 0px 20px;
}
.column_single .column_single_more a {
    font-size: 16px;
    line-height: 30px;
    border:1px solid #232847;
    background: #232847;
    color:#fff;
    padding: 16px 46px;
    border-radius: 60px;
    text-decoration: none;
}
.column_single .headArea .headTitle p.title_pt {
  font-size: 40px;
  font-weight:700;
}
.column_single #toc_container {
  padding: 15px 10px;
  width: 100%;
  margin-top: 30px;
}
.column_single #toc_container .toc_title {
    text-align: left;
}
.column_single #toc_container p.toc_title+ul.toc_list {
    margin-top: 5px;
}
.column_single #toc_container ul.toc_list li {
    padding-left: 0px;
    margin-left: 20px;
}
.column_single .column_contentsArea #toc_container a {
  display: contents;
}
.column_single_content figcaption {
    margin-top: -10px;
}
.column_single_content .wp-block-image figcaption {
  margin-top: -10px;
}
@media screen and (max-width:767px){
.column_page .headArea .headTitle {
  top:65%;
}
.column_single .column_contentsArea h2 {
  font-size: 24px;
}
.column_single .headArea .headTitle p.title_pt{
  font-size: 26px;
}
.column_page .headImg {
    max-height: 240px;
}
.column_page .headImg img {
    height: 240px;
}
.column_list {
    flex-direction: column;
}
.column_image {
    width: 100%;
}
.column_block {
  flex-direction: column;
  gap:0px 0px;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 30px auto 50px;
}
.column_text {
    width: 100%;
    padding: 20px 0px 15px;
}
.column_list {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.column_contentsArea {
  width: 100%;
}
.column_title h3 {
    font-size: 22px;
}
.column_sidebarArea {
  margin-top: 60px;
    width: 100%;
    border-left: 0px solid #e4e0e0;
    padding-left: 0px;
}
.sidebar_search form input {
    width: 65%;
}
.sidebar_search form button {
    width: 25%;
}
.column_single .column_single_more {
    margin: 40px 0px 30px;
}
}
/*  トップコラム  */
.top_column {
    margin: 70px auto 0px;
}
.top_column_lists {
    display: flex;
    justify-content: space-between;
    gap: 0px 20px;
    width: 90%;
    max-width: 910px;
    margin: 40px auto 25px auto;
}
.top_column_list {
    width: 33%;
}
.top_column_list img {
    height: 200px;
    object-fit: cover;
}
.top_column_list_meta {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px 10px;
}
.top_column_list_category a {
  background: #ab3d57;
    color: #fff;
    padding: 4px 10px;
}
.top_column_list_title h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width:767px){
.top_column_lists {
    flex-direction: column;
    gap: 30px 0px
}
.top_column_list {
    width: 100%;
}
}


.photo-hide{
  display: none;
  }

  .top_video {
    position: relative;
    background: #000000;
    padding-top: 0px;
    width: 100%;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .top_video {
      padding-top: 52px;
      height: auto;
    }
  }
  .top_video video {
    width: auto;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
    .top_video video {
      width: 100%;
      height: auto;
    }
  }

  .image_section_imgBox {
    position: relative;
    padding-top: 63.2%;
  }

  .image_section_imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }

  .btn_request_bg {
    background-color: #ffffff;
    color: #232847;
    display: flex;
    margin: 0 auto;
    max-width: 400px;
  }
  .btn_request_bg .btitle {
    width: 100%;
    text-align: center;
  }
  .btn_request_bg .btitle .ltitle {
    text-align: center;
    font-size: 25px;
  }
  .btn_request_bg:hover {
    color: #232847;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .btn_request_bg {
      margin: 20px auto 0 auto;
    }
  }
  @media screen and (max-width: 767px) {
    .btn_request_bg .btitle .ltitle {
      font-size: 18px;
    }
  }

  .c-column {
    font-weight: 700;
  }
  .c-column .big {
    font-size: 24px;
  }
  .c-column .red {
    color: #232847;
    font-weight:600;
  }
  @media screen and (max-width: 767px) {
    .c-column .big {
      font-size: 20px;
    }
  }

  .desc_pt_big {
    color: #232847;
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(transparent 60%, #ff6 60%);
    padding: 0px 12px;
  }
  @media screen and (max-width: 767px) {
    .desc_pt_big {
      font-size: 24px;
    }
  }

  .desc_img {
    position: relative;
    max-width: 740px;
    margin: 0 auto 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    z-index: 13;
  }

  @media screen and (max-width: 767px) {
    .desc_img {
      display: block;
      padding: 0px 30px;
    }
  }

  .bk_txt .desc_img {
    margin-bottom: -10px;
  }
  @media screen and (max-width: 767px) {
    .bk_txt .desc_img {
      margin-bottom: 35px;
    }
  }

  .desc_img button {
    background: none; /* 背景色をクリア */
    color: inherit; /* 文字色を親要素から継承 */
    border: none; /* ボーダーをクリア */
    padding: 0; /* パディングをクリア */
    margin: 0; /* マージンをクリア */
    font: inherit; /* フォントスタイルを親要素から継承 */
    cursor: pointer; /* カーソルをポインターに */
    outline: inherit; /* アウトラインを親要素から継承 */
  }

  .desc_img .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }

  .desc_img .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    background: #A93C57;
  }

  .desc_img .slick-dots .slick-active {
    opacity: 0.5;
  }

  .desc_img .slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    width: auto;
    height: 100%;
  }

  .desc_img .slick-prev::before {
    content: "";
    position: relative;
    left: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 4px solid #A93C57;
    border-right: 4px solid #A93C57;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .desc_img .slick-next {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    width: 20px;
    height: 100%;
  }

  .desc_img .slick-next::before {
    content: "";
    position: relative;
    right: 3px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 4px solid #A93C57;
    border-right: 4px solid #A93C57;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_md {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-change_md {
    display: block !important;
  }
}