@charset "utf-8";
/* CSS Document */
/*reset start*/
@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}
/*reset end*/
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  /*scroll-behavior: smooth;*/
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
p,
a,
span,
th,
td,
li,
dt,
dd {
  line-height: 1.3em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: blue;
}
.SP {
  display: none;
}
.wrapp {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

h2 {
  font-size: clamp(25px, 2.56vw, 32px);
  font-weight: 900;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}
header a {
  font-size: 16px;
  color: #333;
}
.container {
  border: solid 2px var(--main);
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: clamp(30px, 4vw, 50px);
  padding-left: clamp(30px, 4vw, 50px);
  margin: 50px auto;
  background-color: #fff;
}
.bkg_sub2 .container {
  border: solid 2px var(--main2);
}
.inner {
  margin: 0 auto;
  max-width: 896px;
}
.inner + .inner {
  margin-top: clamp(30px, 4vw, 50px);
}
h3 {
  font-size: clamp(25px, 2.56vw, 32px);
  text-align: center;
  font-weight: 900;
  padding: 15px 0;
  margin-bottom: 30px;
}
h4 {
  text-align: center;
  font-size: clamp(20px, 2.08vw, 26px);
  font-weight: 900;
  margin-bottom: 30px;
  background-color: var(--main);
  color: #fff;
  padding: 5px 0;
}
.bkg_sub2 h4 {
  background-color: var(--main2);
}
h4 span {
  font-size: clamp(18px, 1.6vw, 20px);
  font-weight: 900;
}
h5 {
  background-color: #333;
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  width: fit-content;
  padding: 10px 30px;
  font-size: clamp(18px, 1.6vw, 20px);
  margin-bottom: 30px;
}
p {
  margin-bottom: 15px;
}
header p {
  margin-bottom: 0;
}
.bold {
  font-weight: 900;
}
.bold span {
  font-weight: 900;
}
.center {
  text-align: center;
}
.size_big {
  font-size: clamp(25px, 2.88vw, 36px);
}
.size_mid {
  font-size: clamp(20px, 1.92vw, 24px);
}
.size_sml {
  font-size: 16px
}
.size_ss {
  font-size: 12px;
    display: block;
    line-height: 1.5 !important;
    margin-top: 1rem;
	text-align: center;
}
.container p {
  line-height: 1.8em;
}
section {
  padding-top: clamp(30px, 4vw, 50px);
  padding-bottom: clamp(30px, 4vw, 50px);
  padding-right: 0;
  padding-left: 0;
}
:root {
  --main: #0dac67;
  --sub: rgba(13, 172, 103, 0.1);
  --main2: #00AEBB;
  --sub2: #D9F3F5;
  --or: #f27e18;
  --red: #e8412e;
}
.ind {
  text-indent: -1rem;
  padding-left: 1.5rem;
}
/*color set*/
.main {
  background-color: var(--main);
}
.bkg_sub {
  background-color: var(--sub);
}
.main2 {
  background-color: var(--main2);
}
.bkg_sub2 {
  background-color: var(--sub2);
}
.bkg_glay {
  background-color: lightyellow;
}
.inner .bkg_glay {
  padding: 20px 30px;
}
.inner .bkg_glay p {
  margin-bottom: 0;
}
.or {
  color: var(--or);
}
.red {
  color: var(--red);
}
.btn {
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  font-weight: 900;
  transition: .3s;
}
.btn_blu {
  background-color: #32b2ea;
  box-shadow: 0 4px 0 #3692b2;
}
.btn_green {
  background-color: #0dac67;
  box-shadow: 0 4px 0 #0F7F4C;
}
.btn_sky {
  background-color: #32b2ea;
  box-shadow: 0 4px 0 #3692b2;
}
.btn_white {
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0 4px 0 #999;
  color: #333;
}
.btn_or {
  background-color: #eb6120;
  box-shadow: 0 4px 0 #c2501a;
}
.btn_red {
  background-color: #C90000;
  box-shadow: 0 4px 0 #a00000;
}
.btn_yellow {
  color: #333;
  background-color: #F8CA00;
  box-shadow: 0 4px 0 #c6a200;
  border-radius: 10px;
}
.wide {
  max-width: 70%;
  margin: 0 auto;
}
.round {
  border-radius: clamp(30px, 4vw, 50px);
}
.btn_flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
}
.btn_flex a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*max-width: 200px;*/
}
.btn:hover {
  transform: translateY(2px);
  box-shadow: none;
}
.und {
  margin-bottom: 40px;
}
dl {
  margin: 40px 0;
}
dt {
  font-size: 26px;
  font-weight: 900;
}
dt span {
  font-size: 16px;
  padding-left: 20px;
}
dd table {
  width: 100%;
  margin: 40px 0;
}
dd th {
  text-align: left;
  font-weight: bold;
  width: 30%;
}
dd th,
dd td {
  padding: 15px;
}
dd td span.badge {
  background-color: #32b2ea;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 5px;
}
dd td span.badge.or {
  background-color: var(--or);
}
dd tr {
  border-bottom: solid 1px #ccc;
}
.sml_table {
  width: fit-content;
  margin: 0 auto;
}
.sml_table th {
  background-color: #f7f7f7;
}
.sml_table th,
.sml_table td {
  border: solid 1px #ccc;
  padding: 15px;
}

h1 {
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}
/*mv*/
.mv {
  margin-top: 150px;
  padding-bottom: 50px;
  text-align: center;
}
/*news*/
.news li {
  display: flex;
  gap: 40px;
  padding: 5px 0;
}
.news li span {
  font-weight: bold;
  display: block;
  flex-shrink: 0;
  width: 100px;
}
/*table big*/
.table_big th {
  background-color: #EFF0F7;
  vertical-align: middle;
  width: 130px;
}
.table_big th,
.table_big td {
  padding: 15px;
  border-bottom: solid 15px #fff;
}
/*mov*/
.mov {
  width: clamp(300px, 71.68vw, 896px);
  height: clamp(150px, 40.32vw, 504px);
  margin: 40px 0;
}
.mov iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
/*flex*/
.flex_dl {
  display: flex;
  gap: clamp(30px, 4vw, 50px);
}
footer {
  text-align: center;
  padding: 80px 0;
  background-color: #00736D;
}
small {
  color: #fff;
  font-weight: bold;
}


/*現サイト共通部分（PageTop）*/
#top_to {
  display: none;
}
#top_to a {
  background-color: #006EC8;
  display: block;
  width: 53px;
  height: 53px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  border: 2px solid #006EC8;
  border-radius: 50%;
  color: #006EC8;
  font-size: 0;
  z-index: 9000;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
#top_to a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-right: 4px solid #FFF;
  border-top: 4px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 40%;
  margin: auto;
  right: 0;
  left: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 2px;
}
#top_to a:hover {
  background-color: white;
  background-color: #fff;
}
#top_to a:hover::after {
  border-color: #006EC8;
}


@media(max-width:800px) {
  .news li {
    display: block;
  }
  .table_big th {
    width: auto;
  }
  .flex_dl {
    display: block;
  }
  .flex_dl dt {
    margin-bottom: 20px;
  }
  dt span {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media(max-width:770px) {
  .sp_scroll.PC {
    display: none;
  }
  .sp_scroll.SP {
    display: block;
  }
  div.sp_scroll {
    overflow-x: scroll;
  }
  div.sp_scroll_inner {
    width: 770px;
  }
  img.PC {
    display: none;
  }
  img.SP {
    display: block;
    margin: 0 auto;
  }
  img.SP.und {
    margin-bottom: 40px;
  }
  .btn_flex {
    display: block;
  }
  .btn_flex a {
    margin: 15px auto;
    max-width: 90%;
  }
}

/*愛知前年*/
.bl_header {
  position: fixed;
  width: 100%;
  z-index: 9980;
  background-color: #FFF;
  -webkit-box-shadow: 0 -4px 20px 0px #828282;
  box-shadow: 0 -4px 20px 0px #828282;
  padding: 0;
  left: 0;
  top: 0;
}
.bl_header .el_logo {
  display: block;
  padding-left: 20px;
}

.bl_header_inner {
  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;
}

.bl_header_spBtn {
  display: none;
}

.bl_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bl_header_menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bl_header_menuList_item {
  display: block;
  padding: 21px 15px;
  line-height: 32px;
  font-weight: bold;
}

.bl_header_menuBtnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	align-items: stretch;
}

.bl_header_menuBtnUnit li {
  display: flex;
}

.bl_header_menuBtn {
  display: block;
  width: 80px;
  font-size: 11px;
  line-height: 1.2;
  padding: 50px 0 16px;
  color: #fff;
  background: #EC684E url("../img/icon_only.svg") no-repeat center 27%;
  text-align: center;
  font-weight: bold;
}
.bl_header_menuBtn__study {
  background: #006EC8 url("../img/icon_person.svg") no-repeat center 27%;
}
.bl_header_menuBtn__contact {
  width: 95px;
  color: #FFF;
  background: #82C3D7 url("../img/icon_mail.svg") no-repeat center 27%;
}

@media (min-width: 993px) {
  .bl_header_menuList_item {
    /*-webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;*/
	  display: flex;
      align-items: center;
      padding: 0 15px;
      height: 88px;
      line-height: 1.2;
      font-weight: bold;
      box-sizing: border-box;
  }
  .bl_header_menuList_item:hover {
    background-color: #EEE;
    text-decoration: none;
    color: #EC684E;
  }
  .bl_header_menuBtn {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .bl_header_menuBtn:hover {
    color: #FFFF00;
    background: #EC684E url(../img/icon_only_on.svg) no-repeat center 27%;
    text-decoration: none;
  }
  .bl_header_menuBtn__study:hover {
    background: #006EC8 url(../img/icon_person_on.svg) no-repeat center 27%;
  }
  .bl_header_menuBtn__contact:hover {
    background: #82C3D7 url(../img/icon_mail_on.svg) no-repeat center 27%;
  }
}
@media not all and (min-width: 1301px) {
  .bl_header_menuList_item {
    padding: 24px 12px;
    font-size: 14px;
  }
}
@media not all and (min-width: 1110px) {
  .bl_header_menuList_item {
    padding: 24px 8px;
    font-size: 11px;
  }
  .bl_header_menuBtnUnit li:first-child a {
    width: 65px;
  }
  .bl_header_menuBtnUnit li:last-child a {
    width: 90px;
  }
}
@media not all and (min-width: 993px) {
  .bl_header {
    -webkit-box-shadow: 0px -2px 8px 0px #0d0d0d;
    box-shadow: 0px -2px 8px 0px #0d0d0d;
  }
  .bl_header .el_logo img {
    height: auto;
  }
  .bl_header_spBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .bl_header_spBtn .el_studyBtn {
    width: 67px;
    display: block;
    padding: 37px 0 0;
    color: #006EC8;
    background: url(../img/sp_personlink_icon_blue.svg) no-repeat center 21%;
    line-height: 1;
    font-size: 10px;
    border-left: 2px solid #006EC8;
    text-align: center;
  }
  .bl_header_spBtn .el_studyBtn .kuro {
    letter-spacing: -0.3em;
  }
  .bl_header_spBtn .el_hamBtn {
    width: 60px;
    height: 55px;
    background-color: #006EC8;
    position: relative;
    font-size: 10px;
    color: #fff;
    padding: 34px 10px 10px;
  }
  .bl_header_spBtn .el_hamBtn .border {
    display: block;
    width: 36px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .bl_header_spBtn .el_hamBtn .border:nth-child(1) {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .bl_header_spBtn .el_hamBtn .border:nth-child(3) {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  .bl_header_spBtn .el_hamBtn .off_text {
    display: inline-block;
  }
  .bl_header_spBtn .el_hamBtn .on_text {
    display: none;
  }
  .bl_header_spBtn .el_hamBtn.open {
    background-color: #E3F0EF;
  }
  .bl_header_spBtn .el_hamBtn.open .border {
    background: #006EC8;
  }
  .bl_header_spBtn .el_hamBtn.open .border:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .bl_header_spBtn .el_hamBtn.open .border:nth-child(2) {
    opacity: 0;
  }
  .bl_header_spBtn .el_hamBtn.open .border:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .bl_header_spBtn .el_hamBtn.open .on_text {
    display: block;
    color: #006EC8;
  }
  .bl_header_spBtn .el_hamBtn.open .off_text {
    display: none;
  }
  .bl_header_menuContaniner {
    display: none;
    position: absolute;
    width: 100%;
    max-height: calc(100vh - 55px);
    overflow-y: scroll;
    top: 55px;
    left: 0;
    z-index: 8888;
    background-color: #E3F0EF;
    padding: 10px 0;
  }
  .bl_header_menu {
    display: block;
  }
  .bl_header_menuList {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .bl_header_menuList_item {
    padding: 15px 0;
    border-bottom: 1px dashed #333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .bl_header_menuBtnUnit {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .bl_header_menuBtnUnit li {
    margin-bottom: 15px;
  }
  .bl_header_menuBtnUnit li:first-child a,
  .bl_header_menuBtnUnit li:last-child a {
    width: 100%;
  }
  .bl_header_menuBtn {
    width: 100%;
    padding: 16px 0;
    border-radius: 8px;
    background-image: none;
    line-height: 1.5;
  }
  .bl_header_menuBtn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_only.svg) no-repeat;
    background-size: cover;
    vertical-align: bottom;
    margin-right: 5px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .bl_header_menuBtn__study::before {
    background: url(../img/icon_person.svg) center center/contain no-repeat;
  }
  .bl_header_menuBtn__contact {
    width: 100%;
  }
  .bl_header_menuBtn__contact::before {
    width: 30px;
    height: 20px;
    background: url(../img/icon_mail.svg) no-repeat;
  }
}
.bl_footer {
  background-color: #82C3D7;
  padding: 25px 0 15px;
  text-align: center;
  position: relative;
  margin-bottom: -20px;
}
.bl_footer ul {
  text-align: center;
  margin-bottom: 20px;
}
.bl_footer li {
  display: inline-block;
  margin-bottom: 10px;
}
.bl_footer li a {
  display: block;
  margin: 0 30px;
  color: #FFF;
  text-decoration: underline;
  font-size: 14px;
}
.bl_footer p {
  color: #FFF;
  font-size: .9em;
}

@media (min-width: 993px) {
  .bl_footer li a:hover {
    text-decoration: none;
    color: #F00;
  }
}
@media not all and (min-width: 768px) {
  .bl_footer li {
    display: block;
    margin-bottom: 10px;
  }
  .bl_footer li a {
    line-height: 1.5;
  }
  .bl_footer p {
    font-size: .7em;
  }
}


/*20260326追記 */

.wh {
    color: white;
}

.btn_flex a:has(.note_coming) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important; 
    min-height: 85px;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.btn_flex a:not(:has(.note_coming)) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 85px;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.note_coming {
    display: block !important;
    width: 100% !important;
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    text-align: center !important;
}

/* --- 2. PCレイアウト (771px以上) --- */
@media (min-width: 771px) {
    .web_apply_btns {
        display: flex !important;
        align-items: stretch !important;
        gap: 20px;
        margin-bottom: 10px;
    }
    .web_apply_btns a {
        flex: 1;
    }
    .note_flex {
        display: flex;
        gap: 20px;
    }
    .note_blank, .note_under {
        flex: 1;
    }
    .note_under {
        font-size: 1.2rem;
        line-height: 1.5;
        color: #333;
        text-align: left;
    }
    .sp_only {
        display: none !important;
    }
    .pc_only {
        display: inline-block !important;
    }
}

/* --- 3. SPレイアウト (770px以下) --- */
@media (max-width: 770px) {
    .pc_only {
        display: none !important;
    }
    .sp_only {
        display: inline-block !important;
    }

    .btn_flex {
        display: block !important;
        width: 100% !important;
        margin: 20px 0 !important;
        padding: 0 !important;
    }

    .btn_flex a {
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 15px 0 !important;
        padding: 20px 10px !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .note_blank {
        display: none;
    }
    .note_under {
        width: 100%;
        text-align: center;
        font-size: 1.1rem;
        margin-top: 15px;
    }
}

/* --- 4. 手続き書類テーブルのSP対応 --- */
@media (max-width: 770px) {
    .bkg_glay table, 
    .bkg_glay tbody, 
    .bkg_glay tr, 
    .bkg_glay th, 
    .bkg_glay td {
        display: block !important;
        width: 100% !important;
    }
    .bkg_glay tr {
        border-bottom: 1px dashed #ccc !important;
        margin-bottom: 30px !important;
        padding-bottom: 20px !important;
        background: transparent !important;
    }
    .bkg_glay th {
        font-size: 1.8rem !important;
        font-weight: 900 !important;
        text-align: left !important;
        border: none !important;
        padding: 0 0 10px 0 !important;
    }
    .bkg_glay td { 
        padding: 0 !important; 
        border: none !important; 
    }
}


.anchor_point {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
  visibility: hidden;
}

@media (max-width: 992px) {
  .anchor_point {
    margin-top: -50px;
    padding-top: 50px;
  }
}