@charset "utf-8";
/* reset */
@import url("css/destyle.min.css");
@import url("css/moto.css");
@import url("css/single.css");

/* demo用 */

/* header */
header.header {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(30, 50, 148, 0.2);
  position: relative;
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 2000;
  padding: 6px 30px;
}
#logo {
  margin-bottom: 0;
  font-size: 44px;
}
#g-navi > div {
  height: 100%;
}
#g-navi > div > div > div > ul#menu-g-navi {
  display: flex;
  height: 100%;
  margin-top: 6px;
}
#g-navi > div > div > div > ul#menu-g-navi > li > a {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  font-weight: bold;
  justify-content: center;
}
/*#g-navi > div > ul#menu-g-navi > li:not(:last-child) > a::before {
  content: "";
  height: 60px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#g-navi > div > div > div > ul#menu-g-navi > li > a:hover {
  background-color: #1256e8;
  color: white;
  transition: 0.5s;
}
#g-navi > div > div > div > ul#menu-g-navi > li:not(:last-child) > a:hover::before {
  background-color: #1256e8;
}
 #g-navi > div > ul#menu-g-navi > li:last-child > a {
  background-color: #1256e8;
  color: #fff;
  border-left: 0;
  padding-right: 15px;
}
#g-navi > div > div > div > ul#menu-g-navi > li:last-child > a:hover {
  background-color: rgba(17, 86, 232, 0.8);
}*/
#g-navi > div > div > div > ul#menu-g-navi > li {
  position: relative;
  z-index: 500 !important;
  transition: 0.1s;
}
#g-navi .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
  position: absolute;
  top: 30px;
  left: -70px;
  background-color: #fff;
  width: 300px;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0px 0px 10px 0px rgba(30, 50, 148, 0.2);
}
#g-navi .sub-menu > li a {
  padding: 15px 0;
  border-bottom: 1px solid #bcc0cf;
  display: block;
  text-align: center;
  font-weight: bold;
  text-align: left;
  position: relative;
}
#g-navi .sub-menu > li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
#g-navi .sub-menu > li:last-child a {
  border-bottom: 0;
}
#g-navi > div > div > div > ul#menu-g-navi > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 900;
  padding-left: 5px;
  font-size: 12px;
}
/*#g-navi > div > div > div > ul#menu-g-navi > li#menu-item-37 .sub-menu {
  width: 200%;
  right: 0;
}*/
.pc_submenu ul li {
  margin-bottom: 3px;
}
.header_phone {
  color: #0071bc;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.header_phone span {
  font-size: 11px;
  color: #8d8e95;
}
.header_contact,
.header_shiryo {
  width: 100%;
  font-weight: bold;
  background-color: #64d0fb;
  border: 2px solid #2b2b2b;
  border-radius: 50px;
  text-align: center;
}
.header_mypage {
  width: 100%;
  font-weight: bold;
  background-color: #ffe94e;
  border: 2px solid #2b2b2b;
  border-radius: 50px;
  text-align: center;
}
.header_nyuko.right a {
  background-color: #ff4626;
  color: #fff;
  height: 80px;
  border: 2px solid #2b2b2b;
  border-radius: 10px;
  margin-left: 0.5rem;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
.header_nyuko_sp {
  display: none;
  font-weight: bold;
  background-color: #ff4626;
  border: 2px solid #2b2b2b;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
}
.header_contact i,
.header_shiryo i,
.header_mypage i,
.header_nyuko.right a i,
.header_nyuko_sp a i {
  margin-right: 10px;
}
.header_contact a,
.header_shiryo a,
.header_mypage a {
  width: 100%;
  display: block;
  padding: 10px;
}
.mypage_spbtn {
  display: none;
}

header.p_header {
  background-color: #64d0fb;
}
#post-85 header.p_header {
  padding: 60px 0;
}

#nav {
  display: none;
}

@media screen and (max-width: 1600px) {
  header.header #logo img {
    width: 300px;
    vertical-align: middle;
  }
  #g-navi > div > div > div > ul#menu-g-navi > li > a {
    font-size: 13px;
  }
  .header_nyuko.right a,
  .header_contact a,
  .header_shiryo a,
  .header_mypage a {
    font-size: 14px;
  }
  .header_nyuko.right a {
    padding: 5px;
  }
  /* #g-navi > div > div > div > ul#menu-g-navi > li > a {
    padding-left: 10px;
    padding-right: 10px;
  } */
  header.header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #g-navi > div > div > div > ul#menu-g-navi > li:hover ul.sub-menu {
    font-size: 13px;
  }
  #g-navi .sub-menu {
    top: 23px;
  }
}

@media screen and (max-width: 1200px) {
  header.header {
    height: 70px;
    padding: 8px 15px;
    display: flex;
  }
  header.header #g-navi {
    top: calc(-100vh - 200px);
    left: 0;
    transition: 0.5s ease-in-out;
    display: block;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 70px);
    position: absolute;
    z-index: 10;
    overflow-y: auto;
  }
  /*header.header.act #g-navi {
    transform: translateY(100vh);
  }*/
  header.header.act #g-navi {
    transform: translateY(70px);
    padding-top: 5px;
    top: 0;
  }
  #g-navi > div.items-center {
    width: 100%;
    max-width: 1400px;
    display: block;
  }
  #g-navi > div > div > div > ul#menu-g-navi {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    flex-direction: column;
  }
  #g-navi .pc_submenu {
    padding-left: 10px;
    padding-right: 10px;
  }
  #g-navi .pc_submenu .flex > li {
    width: calc(100% / 4);
  }
  #g-navi > div > div > div > ul#menu-g-navi > li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  #g-navi > div > div > div > ul#menu-g-navi > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  #g-navi .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
  }
  #g-navi .sub-menu > li {
    width: 50%;
  }
  #g-navi .sub-menu > li a {
    padding: 10px;
  }
  #g-navi .sub-menu > li:nth-child(3) > a {
    border-bottom: 0;
  }
  #g-navi .sub-menu > li:nth-child(odd) > a {
    border-right: 1px solid #ccc;
  }
  #g-navi .sub-menu > li a::after {
    right: 10px;
  }
  #g-navi > div > div > div > ul#menu-g-navi > li:hover ul.sub-menu {
    font-size: 16px;
  }

  /* スマホ：サブ開閉は matome.js の slideDown/slideUp。JS 前のチラ見え防止 */
  #g-navi li.menu-item-has-children > ul.sub-menu {
    display: none;
  }
  #g-navi .menu-item-has-children > a::after {
    transition: transform 0.35s ease;
  }
  #g-navi .menu-item-has-children.submenu-is-open > a::after {
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
    left: 5px;
    bottom: -1px;
  }

  #nav {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #64d0fb;
    border: 2px solid #2b2b2b;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  #nav #navt {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 7px;
    text-align: center;
    font-weight: bold;
  }
  #nav #navt span {
    background-color: #2b2b2b;
    width: 26px;
    height: 2px;
    position: absolute;
    transition: 0.5s;
    transform: translateX(-50%);
    left: 50%;
  }
  #nav #navt span:nth-of-type(1) {
    top: 8px;
  }
  #nav #navt span:nth-of-type(2) {
    top: 16px;
  }
  #nav #navt span:nth-of-type(3) {
    top: 24px;
  }
  div#navt p {
    position: absolute;
    top: 32px;
    left: 10px;
  }
  header.header.act #nav #navt span:nth-of-type(1) {
    transform: translateX(-50%) rotate(45deg);
    top: 16px;
  }
  header.header.act #nav #navt span:nth-of-type(2) {
    transform: translateX(-50%) rotate(45deg);
  }
  header.header.act #nav #navt span:nth-of-type(3) {
    transform: translateX(-50%) rotate(-45deg);
    top: 16px;
  }
  .mypage_spbtn {
    display: block;
    background-color: #ffe94e;
    border: 2px solid #2b2b2b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    right: 74px;
    border-radius: 5px;
    font-size: 7px;
    font-weight: bold;
    text-align: center;
  }
  .mypage_spbtn i {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .mypage_spbtn p {
    position: absolute;
    top: 60%;
    left: 6px;
    transform: translateY(-50%);
  }
  .header_nyuko_sp {
    display: block;
  }
  .header_nyuko_sp a {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .header_mypage,
  .header_nyuko {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header.header #logo img {
    width: 200px;
  }

  /*header.header.act #g-navi {
    transform: translateY(100vh);
  }*/

  #g-navi > div > ul#menu-g-navi {
    height: auto;
    flex-direction: column;
  }
  #g-navi > div > ul#menu-g-navi > li {
    border-bottom: 1px solid #ccc;
  }
  #g-navi > div > ul#menu-g-navi > li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100% !important;
    border: 0;
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
  }
  #g-navi > div > ul#menu-g-navi > li .sub-menu > li {
    width: 50%;
  }
  #g-navi > div > ul#menu-g-navi > li .sub-menu > li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  #g-navi > div > ul#menu-g-navi > li .sub-menu a {
    border-style: dashed;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #g-navi > div > ul#menu-g-navi > li > a {
    padding: 15px 5px;
    display: block;
    text-align: center;
    font-size: 16px;
  }
  #g-navi > div > ul#menu-g-navi > li > a::before {
    content: none !important;
  }
  #g-navi .pc_submenu > ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #g-navi .pc_submenu > ul > li:nth-child(1),
  #g-navi .pc_submenu > ul > li:nth-child(5) {
    width: 100%;
  }
  #g-navi .pc_submenu > ul > li:nth-child(2),
  #g-navi .pc_submenu > ul > li:nth-child(3) {
    width: calc(50% - 0.5rem);
  }
  #g-navi > div > div > div > ul#menu-g-navi > li:hover ul.sub-menu {
    font-size: 14px;
  }
}

/* main */
main {
  min-height: 100vh;
}
.single main, body.page-id-85 main {
  min-height: inherit;
  padding-bottom: 60px;
}
section {
  padding: 80px 0;
}
table {
  width: 100%;
  margin-bottom: 10px;
}
table th {
  background-color: #ebebeb;
  border: 1px solid #bcc0cf;
  padding: 10px;
  text-align: center;
}
table td {
  border: 1px solid #bcc0cf;
  padding: 10px;
}

.btn_w a.blue {
  background-color: #1256e8;
  color: white;
}
.btn_w a.blue:hover {
  background-color: rgb(18, 86, 232, 0.8);
}
.btn_w a.red {
  background-color: rgb(237, 75, 75);
  color: white;
}
.btn_w a.red:hover {
  background-color: rgba(237, 75, 75, 0.8);
}
.btn_w a.yellow {
  background-color: rgb(237, 223, 75);
}
.btn_w a.yellow:hover {
  background-color: rgba(237, 223, 75, 0.8);
}
.btn_w a.green {
  background-color: rgb(75, 237, 88);
}
.btn_w a.green:hover {
  background-color: rgba(75, 237, 88, 0.8);
}
.btn_w a.btn_lbl {
  background-color: #64d0fb;
}
.btn_w a.btn_red {
  background-color: #ff4626;
  color: #fff !important;
}
.btn_w a.btn_blk {
  background-color: #2b2b2b;
  color: #fff !important;
}
.btn_w a.btn_lbl::after,
.btn_w a.btn_red::after,
.btn_w a.btn_blk::after {
  color: #fff;
}

/* form */
/*.contact_tbl,
.contact_tbl th,
.contact_tbl td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}*/
.contact_tbl {
  width: 100%;
  margin-top: 30px;
}
.contact_tbl th {
  width: 25%;
}
.contact_tbl td {
  width: 75%;
}
.contact_tbl .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.contact_tbl input[type="text"],
.contact_tbl input[type="email"],
.contact_tbl input[type="tel"],
.contact_tbl textarea {
  border: 1px solid #999;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.contact_tbl .hissu {
  font-size: 12px;
  background-color: #ff4626;
  color: #fff;
  padding: 1px 10px;
  margin-left: 10px;
  border-radius: 20px;
  display: inline-block;
}
.contact_tbl #seibetsu > span,
.contact_tbl #howto-contact > span,
.contact_tbl #kibou-ds > span,
.contact_tbl #kibou-license > span {
  display: inline-block;
  margin-right: 20px;
}
.contact_tbl input#nenrei,
.contact_tbl input#busuu {
  max-width: 100px;
  margin-right: 5px;
}
.contact_tbl input#your-address {
  margin-top: 10px;
}
input.wpcf7-form-control.wpcf7-text.p-postal-code {
  max-width: 90px;
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.contactBtn_w {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 60px;
}
.contactBtn_w input[type="submit"] {
  padding: 15px;
  background-color: #ff4626;
  color: #fff;
  text-align: center;
  min-width: 300px;
  border-radius: 30px;
  margin: 10px;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  background-color: #aaa;
  padding: 15px;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
input.confirm_button {
  max-width: 400px;
  width: 100%;
  background-color: #ff4626;
  color: #fff;
  padding: 15px;
  border-radius: 30px;
  margin: 10px 0 20px 0;
  border: 2px solid #2b2b2b;
  font-weight: bold;
  text-align: center;
}
input.back_button {
  max-width: 300px;
  width: 100%;
  background-color: #aaa;
  color: #fff;
  padding: 15px;
  border-radius: 30px;
  margin: 10px;
  text-align: center;
}
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}
/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  
  .Form .contact_tbl {
    font-size: 16px;
  }
  .Form .contact_tbl th, .Form .contact_tbl td {
    width: 100%;
    display: block;
  }
  .Form .contact_tbl th {
    text-align: left;
  }
}

/* input */
input[type="text"],
input[type="email"] {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px;
}
input[type="radio"],
input[type="checkbox"] {
  appearance: auto;
}
textarea {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px;
}
select {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 15px 5px 5px;
  appearance: auto;
}

/* dl */
dl.pm_menu dt,
dl.ku_menu dt {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
dl.pm_menu dt::before,
dl.pm_menu dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #333;
  left: 8px;
  top: 3px;
  transition: 0.5s;
}
dl.pm_menu dt::after {
  transform: rotate(90deg);
}
dl.pm_menu dt.op::before {
  transform: rotate(90deg);
}
dl.pm_menu dd {
  display: none;
}

dl.ku_menu dt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 3px;
  transition: 0.5s;
}
dl.ku_menu dt.op::before {
  transform: rotate(-45deg);
  top: 8px;
}
dl.ku_menu dd {
  display: none;
}

/* news */
/*ul.news_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
ul.news_ul::after {
  content: "";
  display: block;
  width: 23%;  .boxに指定したwidthと同じ幅を指定する 
  height: 0;
}
ul.news_ul::before {
  content: "";
  display: block;
  width: 23%;  .boxに指定したwidthと同じ幅を指定する 
  height: 0;
  order: 1;
}
ul.news_ul > li {
  width: calc(25% - 20px);
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #efefef;
}
ul.news_ul > li a {
  display: block;
  padding: 15px;
}
ul.news_ul > li .kt_in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
ul.news_ul > li h3 {
  font-size: 18px;
}
ul.news_ul > li .cate {
  font-size: 12px;
  padding: 5px 8px 3px;
  border-radius: 5px;
  background-color: #1256e8;
  color: #fff;
}
ul.news_ul > li .eyecatch {
  margin-bottom: 1rem;
  border-radius: 5px;
}
ul.news_ul > li p.naiyo {
  font-size: 14px;
  line-height: 1.5;
}
.pn_w {
  margin-top: 30px;
  padding-bottom: 40px;
}
ul.pn_ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
ul.pn_ul > li a,
ul.pn_ul > li span {
  padding: 8px 10px 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
}
ul.pn_ul > li a {
  background-color: #efefef;
}*/
ul.news_ul .tit_w img.eyecatch, ul.news_ul p.naiyo {
  display: none;
}
ul.news_ul li .kt, ul.news_ul li .kt .kt_in {
  display: flex;
  align-items: baseline;
}
ul.news_ul li {
  border-bottom: 1px solid #bcc0cf;
  margin-bottom: 30px;
}
ul.news_ul li a {
  text-decoration: none;
}
ul.news_ul li .kokaibi {
  font-size: 16px;
  font-weight: bold;
  color: #0071bc;
  margin-right: 30px;
} 
ul.news_ul li .cate {
  font-size: 16px;
  font-weight: bold;
  color: #606060;
  background-color: #ebf9ff;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 30px;
}
ul.news_ul li h3 {
  font-size: 18px;
  color: #2B2D2B;
}

@media screen and (max-width: 768px) {
  ul.news_ul li .kt {
    flex-direction: column;
    gap: 10px;
  }
}


/*@media screen and (max-width: 1020px) {
  ul.news_ul > li {
    width: calc((100% / 3) - 15px);
  }
}
@media screen and (max-width: 768px) {
  ul.news_ul > li {
    width: calc(50% - 15px);
  }
  .contact_tbl th,
  .contact_tbl td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .contact_tbl .kibou-ds > span {
    width: 100%;
    margin-right: 0;
  }
  .wpcf7-spinner {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  ul.news_ul > li {
    width: 100%;
  }
}*/

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffe94e;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin-left: 2px;
  margin-right: 2px;
}
.mainvisual_outer {
  padding-bottom: 10px;
}
.mainvisual {
  position: relative;
  width: 100%;
  max-height: 100%;
}
.mainvisual img {
  border-radius: 0px;
}
.mainvisual .slider_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.mainvisual .slider_bn_plan01 {
  position: absolute;
  bottom: 20px;
  left: 60px;
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}
.lead_text {
  font-size: 18px;
  text-align: center;
}
.close_txt_outer {
  margin-top: 60px;
}
.close_txt {
  font-size: 20px;
  text-align: center;
}

section.top_newslist {
  padding-top: 20px;
}
.top_newslist .container .top_newslist_inner {
  background-color: #fff;
  border: 2px solid #2b2b2b;
  border-radius: 10px;
  padding: 25px 60px 10px 60px;
  align-items: flex-start;
}
.top_newslist h2 {
  background-color: #ffe94e;
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 30px 30px 0 30px;
  box-shadow: 3px 3px 0px 0 rgb(188, 192, 207);
  margin-right: 100px;
  color: #2b2b2b;
}
.top_newslist_inner .right {
  width: 100%;
}
.top_newslist_inner .news_w li {
  border-bottom: 1px solid #bcc0cf;
  margin-bottom: 15px;
  position: relative;
}
.top_newslist_inner .news_w li .kt,
.top_newslist_inner .news_w li .kt .kt_in {
  display: flex;
  align-items: baseline;
}
.top_newslist_inner .news_w li .kt .kokai_bi {
  font-size: 14px;
  font-weight: bold;
  color: #0071bc;
  margin-right: 30px;
}
.top_newslist_inner .news_w li .kt span.cat_tag {
  font-size: 14px;
  font-weight: bold;
  color: #606060;
  background-color: #ebf9ff;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 30px;
}
.top_newslist_inner .news_w li .kt h3.tit {
  font-size: 16px;
  color: #2b2b2b;
}
.top_newslist_inner .news_w li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
}
.top_plan > .flex {
  gap: 3rem;
}
.top_plan .left {
  padding-left: 100px;
  position: relative;
}
.top_plan .left .img_layertxt {
  position: absolute;
  top: 60px;
  left: 0;
}
.top_plan .right {
  padding-right: 100px;
  /*width: calc(60% - 100px);*/
}
.top_plan .right h2 {
  color: #ffe94e;
  text-shadow:
    2px 2px 0 #0071bc,
    -2px -2px 0 #0071bc,
    -2px 2px 0 #0071bc,
    2px -2px 0 #0071bc,
    2px 0 0 #0071bc,
    -2px 0 0 #0071bc,
    0 2px 0 #0071bc,
    0 -2px 0 #0071bc;
  filter: drop-shadow(3px 3px 0 #0071bc);
  font-size: 58px;
  text-align: left;
}
.top_plan .right a.top_planbanner {
  margin: 50px 0 20px 0;
  display: block;
}
ul.top_plan_sublist {
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.top_plan_sublist li {
  width: calc(50% - 15px);
}
.top_plan_sublist li .btn_wht {
  background-color: #fff;
  border: 2px solid #2b2b2b;
  padding: 13px 10px 13px 20px;
  width: 100%;
  border-radius: 36px;
  display: flex;
  align-items: center;
  position: relative;
}
.top_plan_sublist li .btn_wht::after {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  position: absolute;
  color: #2b2b2b;
  right: 10px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.top_plan_sublist li .btn_wht i {
  margin-right: 10px;
  font-size: 22px;
}

.top_stay h2 {
  position: relative;
  display: flex; /* フレックスボックスを有効化 */
  justify-content: center; /* 水平方向の中央寄せ */
  align-items: center; /* 垂直方向の中央寄せ */
  margin: 50px 0 100px 0; /* 上下にのマージンを設定 */
  z-index: 10;
}
.top_stay h2::after {
  content: "STAY";
  position: absolute;
  top: 50%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translate(-50%, -50%); /* 中央に配置 */
  font-size: 250px; /* 背景テキストのフォントサイズ */
  color: rgba(255, 255, 255, 1); /* 背景テキストの色（透明度含む） */
  z-index: -1; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  filter: drop-shadow(6px 6px 0 #e8e8e8);
}
ul.top_stay_info {
  margin-top: 50px;
}
ul.top_stay_info li {
  text-align: center;
}
ul.top_stay_info li .img_box {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
/*.label_recommend .img_box img {
  position: relative;
}*/
.label_recommend .img_box::before {
  position: absolute;
  content: url("https://dsinnovation.xsrv.jp/shimoda/wp-content/themes/demo/img/tag_recommended.avif");
  top: -20px; /* 上からの位置 */
  left: 15px; /* 左からの位置 */
  z-index: 10; /* 画像より上に表示 */
}
ul.top_stay_info li h3 span {
  font-size: 18px;
  color: #fff;
  padding: 3px 20px;
  background-color: #0071bc;
  border-radius: 5px;
  filter: drop-shadow(3px 3px 0 #ffffff);
  display: inline-block;
  margin-bottom: 15px;
}

/*.top_point {
  padding-bottom: 160px;
}*/
.top_point_inner {
  background-color: #fff;
  border: 2px solid #2b2b2b;
  padding: 80px 100px;
  border-radius: 10px;
}
.top_point_inner h2,
.p_poin h2 {
  position: relative;
  display: flex; /* フレックスボックスを有効化 */
  justify-content: center; /* 水平方向の中央寄せ */
  align-items: center; /* 垂直方向の中央寄せ */
  flex-direction: column;
  margin: 50px 0 100px 0; /* 上下にのマージンを設定 */
  z-index: 10;
}
.top_point_inner h2::after,
.p_poin h2::after {
  content: "POINT";
  position: absolute;
  top: 50%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translate(-50%, -50%); /* 中央に配置 */
  font-size: 250px; /* 背景テキストのフォントサイズ */
  color: rgba(255, 233, 78, 1); /* 背景テキストの色（透明度含む） */
  z-index: -1; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  filter: drop-shadow(6px 6px 0 #e8e8e8);
}
.p_poin h2::after {
  color: rgba(255, 255, 255, 1); /* 背景テキストの色（透明度含む） */
}
/*.top_point_inner .flex-w3 > div, .flex-w3 > li {
  width: calc((100% / 3) - 2rem);
} */
span.label_red_tate {
  writing-mode: vertical-lr;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 14px 10px;
  background-color: #ff4626;
  color: #fff;
  border-radius: 30px 30px 0 30px;
  filter: drop-shadow(3px 3px 0 #d1bcb8);
  text-orientation: upright;
}
.top_point_info li {
  text-align: center;
}
.top_point_info li .label_wrapper {
  position: relative;
  display: inline-block;
}
.top_point_info li span.label_red_tate,
ul.top_benefits_list li .right span.label_red_tate {
  position: absolute;
  top: -20px;
  left: 10px;
}
.top_point_info li img {
  margin-bottom: 30px;
}

/*img.benefits_top, img.school_top, img.footer_top {
  margin-top: -80px;
}
.top_benefits {
  padding-bottom: 160px;
}*/

.top_benefits .left {
  position: relative;
}
.top_benefits img.img_layertxt {
  position: absolute;
  top: 60px;
  right: 0;
}
ul.top_benefits_list li {
  border-bottom: 1px solid #00bac8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/*ul.top_benefits_list li img.left {
  max-width: 350px;
}*/
ul.top_benefits_list li .right .bf_tit {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px 15px 70px;
  margin-bottom: 25px;
  position: relative;
}
ul.top_benefits_list li .right .bf_tit h3 {
  margin-bottom: 0;
}
.benefits_loop-wrapper {
  width: 100%; /* 表示領域の幅 */
  overflow: hidden; /* はみ出た分を隠す [3, 4] */
  white-space: nowrap; /* 折り返しを禁止 [3] */
  margin-bottom: 40px;
}
.benefits_loop-content {
  display: flex; /* 要素を横並びにする [1, 3] */
  width: max-content; /* コンテンツの幅を自動で計算 */
  animation: scroll-left 50s linear infinite; /* アニメーション定義 [3] */
}
.benefits_loop-content span {
  padding: 0 10px; /* 要素間のスペース */
}
/* 左方向へ無限ループするアニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* 2つ並べた内の50%分（最初の一つ分）移動 [3] */
}

.label_blackframe {
  width: 200px;
  background-color: #2b2b2b;
  color: #fff;
  padding: 3px 20px;
  border-radius: 5px;
  filter: drop-shadow(3px 3px 0 #ffffff);
  display: block;
  margin: 0 auto 15px auto;
  text-align: center;
}

section.top_school {
  padding-bottom: 0;
}
.top_school_splide {
  margin-top: 40px;
  margin-bottom: 60px;
}

.b_wave_img {
  /* セクション下に波型画像設置 */
  padding-bottom: 0;
}
.b_wave_img img.shape_wave {
  /* 波型画像の上部マージンを設定 */
  margin-top: 80px;
}

.kome {
  font-size: 13px;
  color: #606060;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 1200px) {
  .top_plan .right {
    width: 55%;
    padding-right: 15px;
  }

  .top_point_inner {
    padding: 80px 20px;
  }

  .top_benefits_inner {
    gap: 3rem;
  }
  ul.top_benefits_list li .right {
    width: 100%;
  }
  ul.top_benefits_list li {
    flex-direction: column;
  }
}

@media screen and (max-width: 1020px) {
  .top_newslist .container .top_newslist_inner {
    padding: 20px 20px 10px 20px;
  }
  .top_newslist h2 {
    margin-right: 40px;
  }
  .top_stay h2::after,
  .top_point_inner h2::after,
  .p_poin h2::after {
    font-size: 200px;
  }

  .top_plan .left,
  .top_benefits .left {
    padding-left: 0px;
    width: 60%;
    margin: 0 auto;
  }
  .top_plan .left .img_layertxt {
    left: -70px;
  }
  .top_plan .right {
    width: 100%;
  }
  .top_plan .right a.top_planbanner img {
    margin: 0 auto;
    display: block;
  }
  .top_plan_sublist li {
    margin: 0 auto;
    width: 260px;
  }

  ul.top_stay_info li {
    margin-bottom: 30px;
  }

  .top_point {
    padding-top: 0px;
  }
  .top_point_info li {
    margin-bottom: 50px;
  }
  .top_point_info li:last-child {
    margin-bottom: 20px;
  }

  .top_benefits img.img_layertxt {
    right: -70px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual .slider_text {
    top: 38%;
    max-width: 60%;
    max-height: 60%;
  }
  .mainvisual .slider_bn_plan01 {
    bottom: -30px;
    left: 6px;
    max-width: 50%;
    max-height: 50%;
  }

  .lead_text {
    font-size: 16px;
    text-align: left;
  }
  .close_txt {
    font-size: 18px;
    text-align: left;
  }

  .top_newslist .container .top_newslist_inner {
    padding: 10px;
  }
  .top_newslist h2 {
    font-size: 16px;
    padding: 10px 30px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_newslist_inner .news_w li .kt {
    flex-direction: column;
    gap: 5px;
  }
  .top_newslist_inner .news_w li .kt h3 {
    margin-bottom: 10px;
  }
  .top_newslist_inner .news_w li {
    margin-bottom: 10px;
  }

  .top_plan .right h2 {
    font-size: 30px;
    filter: drop-shadow(2px 2px 0 #0071bc);
  }

  .top_stay h2,
  .top_point_inner h2,
  .p_poin h2 {
    margin: 30px 0 50px 0;
  }
  .top_stay h2::after,
  .top_point_inner h2::after,
  .p_poin h2::after {
    font-size: 100px;
    filter: drop-shadow(4px 4px 0 #e8e8e8);
  }

  .top_point_inner {
    padding: 30px 20px;
  }
  span.label_red_tate {
    font-size: 14px;
    padding: 14px 5px;
  }

  .b_wave_img img.shape_wave {
    /* 波型画像の上部マージンを設定 */
    margin-top: 50px;
  }

  .top_benefits_list li .left {
    width: 100%;
  }
  .top_benefits_list li .left img {
    margin: 0 auto;
    display: block;
  }
  .top_benefits_btn .left {
    width: 100%;
  }

  .label_recommend .img_box::before {
    transform: scale(0.7);
    left: -20px;
  }
}

/* 下層ページ */
.cotents_w {
  padding-top: 80px;
}

.p_poin {
  margin-top: 80px;
}
ul.p_point_list > li {
  background-color: #fff;
  border: 2px solid #2b2b2b;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
  padding: 50px;
}
span.label_red_yoko {
  background-color: #ff4626;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px 30px 0 30px;
  filter: drop-shadow(3px 3px 0 #d1bcb8);
  font-weight: bold;
  font-size: 1.5rem;
}
ul.p_point_list li span.label_red_yoko {
  position: absolute;
  top: -30px;
  left: 100px;
}
ul.p_point_list > li .container2 .flex {
  flex-direction: row-reverse;
}
ul.list_bg_gr {
  background-color: #00bac8;
  color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
ul.list_bg_gr li {
  list-style: disc;
  list-style-position: inside;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}
ul.list_bg_gr li .kome,
ul.list_bg_gr li a {
  color: #fff;
}

.p_benefits_list .p_bene_item {
  background-color: #fff;
  border: 2px solid #2b2b2b;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  margin-bottom: 40px;
}
.p_benefits_list .p_bene_item .label_red_tate {
  position: absolute;
  top: -20px;
  left: 20px;
}
.p_benefits_list .p_bene_item .p_bene_txtwrap {
  padding: 20px 10px 0 10px;
}
.p_benefits_list .p_bene_item .p_bene_txtwrap ul.list_bg_gr {
  margin-top: 20px;
}
iframe.spotmap {
  margin-bottom: 50px;
}
.p_spot ul.p_spot_list > li {
  background-color: #fff;
  border: 6px solid #64d0fb;
  border-radius: 10px;
  padding: 10px;
}
.p_spot_info h3 {
  margin: 15px 0;
}
.p_spot_info ul.list_bg_gr {
  margin-top: 20px;
}
span.label_blu_yoko {
  background-color: #0071bc;
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px 30px 0 30px;
  filter: drop-shadow(3px 3px 0 #d1bcb8);
  font-weight: bold;
  font-size: 14px;
}
.p_spot_list li {
  margin-bottom: 60px;
}
.p_spot_list li img {
  position: relative;
}
.p_spot_list li span.label_blu_yoko {
  position: absolute;
  top: 4px;
  left: 20px;
  z-index: 10;
}
.spot_tag_sightseeing {
  font-size: 13px;
  color: #0071bc;
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid #0071bc;
  border-radius: 20px;
  margin: 0 5px 10px 0;
}
.spot_tag_eat {
  font-size: 13px;
  color: #ff4626;
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid #ff4626;
  border-radius: 20px;
  margin: 0 5px 10px 0;
}

.p_container_in {
  background-color: #fff;
  border: 2px solid #2b2b2b;
  padding: 50px;
  border-radius: 20px;
}
#l_at .lead_text,
#l_mt .lead_text {
  margin-bottom: 40px;
}
.p_plan_info {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.p_plan_info h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.p_plan_info h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #BCC0CF;
  margin-bottom: 20px
}
.p_plan_info .container2 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 50px;
}
.dl_red,
dl.p_plan_note {
  margin-top: 20px;
  margin-bottom: 30px;
}
.dl_red dt {
  background-color: #ff4626;
  color: #fff;
  border-radius: 5px;
  filter: drop-shadow(3px 3px 0 #d1bcb8);
  text-align: center;
  padding: 0 2px 2px 2px;
}
.dl_red > div,
dl.p_plan_note > div {
  border-bottom: 1px dashed #bcc0cf;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
dl.p_plan_note dt {
  background-color: #00bac8;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 2px 2px 2px;
}
ul.p_plan_stay {
  text-align: center;
}
ul.p_plan_stay img {
  margin-bottom: 20px;
}
table.gasshuku_tbl,
table.hiyou {
  width: 100%;
  max-width: 1400px;
}
table.gasshuku_tbl,
table.hiyou {
  margin-bottom: 10px;
}
table.gasshuku_tbl th,
table.gasshuku_tbl td,
table.hiyou th,
table.hiyou td {
  border: 1px solid #bcc0cf;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
table.gasshuku_tbl span {
  color: #ff4626;
}
table.gasshuku_tbl thead {
  background-color: #ebebeb;
}
table.hiyou th {
  background-color: #ebebeb;
}
table.hiyou td {
  text-align: left;
}
.p_shisetsu.anchor_menu {
  margin-bottom: 80px;
}
ul.p_plan_caution {
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 14px;
}
.p_plan_caution li {
  margin-bottom: 0.6rem;
}
figure {
  position: relative;
}
figcaption {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  inline-size: -webkit-fill-available;
  background: linear-gradient(0deg, #2b2b2b, transparent);
  height: 35px;
  content: "";
  border-radius: 0 0 10px 10px;
}
.stay_section .splide__pagination {
  bottom: -1.5em;
}
.stay_section .splide__slide img {
  width: 100%;
}
.splide__pagination__page.is-active {
  background: #2b2b2b !important;
}
.splide__pagination__page {
  background: #bcc0cf !important;
}
.splide__arrow {
  background: #2b2b2b !important;
  border: 1px solid #fff !important;
}
.splide__arrow svg {
  fill: #fff !important;
}
.stay_section .splide {
  margin-bottom: 60px;
}
.stay_section .splide__slide img {
  width: 100%;
}
.txt_center_left {
  text-align: center;
}
.p_stay_info {
  background-color: #00bac8;
  border-radius: 10px;
  border: 2px solid #2b2b2b;
  margin-top: 60px;
  padding: 15px;
  position: relative;
}
.p_stay_info .p_stay_info_inner {
  background-color: #fff;
  padding: 40px 50px;
}
.p_stay_info_inner span.label_red_yoko {
  font-size: 20px;
  position: absolute;
  top: -30px;
  left: 30px;
}
.p_stay_info_inner > div.flex {
  flex-direction: row-reverse;
}
.p_stay_info_inner .stay_gmap {
  border-radius: 10px;
}
dl.p_stayinfo_add div {
  border-bottom: 1px solid #bcc0cf;
  padding: 5px 0;
  margin: 5px 0;
}
.p_stay_owner {
  margin-top: 30px;
}
p.owner_name {
  font-size: 20px;
  font-weight: bold;
}
.p_facility_info {
  gap: 4rem;
}
ul.p_facility_list {
  flex-wrap: wrap;
  gap: 10px 20px;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}
ul.p_facility_list li {
  width: calc((100% / 2) - 10px);
}
.p_fl_outer {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bcc0cf;
}

.message_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  gap: 6rem;
  align-items: center;
}
.message_inner .left img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.message_inner .message_name {
  font-weight: bold;
  margin-top: 40px;
}
.p_school_info .p_s_info_inner.fwrap1 {
  flex-wrap: wrap;
  margin: 30px 0 80px 0;
  gap: 1rem;
}
.p_s_info_inner .p_s_infobox img {
  margin-bottom: 20px;
}
.p_s_info_inner .p_s_infobox .room_label {
  width: 80px;
  background-color: #ff4626;
  color: #fff;
  border-radius: 5px;
  filter: drop-shadow(3px 3px 0 #d1bcb8);
  text-align: center;
  margin-right: 20px;
}
.p_school_guide {
  text-align: center;
}
.p_school_guide h4 {
  margin: 1rem 0;
}
.p_school_guide h4 span.label_blu_yoko {
  padding: 3px 14px;
  margin-right: 10px;
}
.p_school_guide .splide__pagination {
  bottom: -30px;
}
ul.ps_nearby_inner {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0px auto;
  gap: 3rem;
}
.ps_nearby_inner > li {
  background-color: #fff;
  padding: 10px;
  border: 6px solid #64d0fb;
  border-radius: 10px;
}
.p_nearby_imgwrap {
  position: relative;
}
.p_nearby_imgwrap span.label_red_yoko {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 10;
  font-size: 16px;
}
.ps_nearby_inner_txt {
  padding: 20px;
}
.ps_nearby_inner_txt ul {
  margin: 15px 0 0 0;
}

.p_access_top .p_stay_info_inner > div.flex {
  flex-direction: row;
}
.p_access_top .p_stay_info_inner {
  text-align: center;
  padding: 40px 10px;
}
.p_access_top .p_stay_info_inner .left {
  border-right: 1px solid #bcc0cf;
  padding: 0 20px;
}
.p_access_top .p_stay_info_inner .right {
  padding: 0 20px;
}
.p_access_top .ps_acc_title {
  font-size: 26px;
  color: #0071bc;
  font-weight: bold;
}
.p_access_top .ps_acc_title span.label_blk {
  background-color: #2b2b2b;
  color: #fff;
  font-size: 14px;
  width: 110px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 2px;
  display: inline-block;
}
.a_note_list {
  margin: 30px auto 0 auto;
  width: 100%;
  max-width: 1200px;
}
.a_note_list ul,
.p_kiyaku ul {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 40px;
}
.a_note_list ul li,
.p_kiyaku ul li {
  margin-bottom: 0.7rem;
}
#how_to_access .anchor_menu02 {
  margin-bottom: 80px;
}
#how_to_access .anchor_menu02 li {
  width: calc((100% / 5) - 1rem);
  margin-bottom: 1rem;
}
.anchor_menu02 .btn_w a {
  height: 50px;
  padding: 12px 15px 12px 20px;
}
.p_access_inner {
  background-color: #fff;
  border: 6px solid #64d0fb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 1rem;
}
.p_access_inner h3 {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #0071bc;
}
.p_access_inner h3 i {
  font-size: 17px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 6px;
}
.p_access_inner .timetable {
  background-color: #c4ffd1;
  padding: 10px;
  border-radius: 10px;
  color: #0071bc;
  margin-bottom: 15px;
}
.p_access_inner .timetable dl,
.p_access_inner dl.p_a_syugo {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.p_access_inner .timetable dl dt {
  width: 70px;
}
.p_access_inner .timetable dl dd {
  width: calc(100% - 80px);
}
.p_access_inner dl.p_a_syugo dt {
  width: 150px;
}
.p_access_inner dl.p_a_syugo dd {
  width: calc(100% - 160px);
}
.p_access_inner .timetable dl dd:not(:last-of-type),
.p_access_inner dl.p_a_syugo dd:not(:last-of-type),
.p_flow .p_flow_inner .yel_box dl dd:not(:last-of-type) {
  margin-bottom: 0;
}
.p_access_inner .timetable i {
  margin-left: 18px;
}
.p_access_item.border_bottom {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #bcc0cf;
}
#a_shizuoka .p_access_item {
  border-right: 1px solid #bcc0cf;
  padding-right: 20px;
  margin-right: 20px;
}
#a_shizuoka .p_access_item:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
/*#a_school table.p_a_syugo tr {
  border-top: 1px solid #BCC0CF;
  border-bottom: 1px solid #BCC0CF;
}
#a_school table.p_a_syugo tr th, #a_school table.p_a_syugo tr td {
  padding: 10px;
}*/
#a_school table.p_a_syugo tr th {
  width: 25%;
}

#a_japanese h3,
#a_foreigner h3 {
  margin-bottom: 50px;
}
.yel_box {
  background-color: #fffbeb;
  border: 2px solid #2b2b2b;
  border-radius: 10px;
  padding: 50px 20px 20px 20px;
  position: relative;
}
.yel_box .label_red_yoko {
  font-size: 20px;
  position: absolute;
  top: -25px;
  left: 20px;
}
.p_belongings_list {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}
.p_belongings_list li {
  margin-bottom: 20px;
}
.p_belongings_list .kome_outer,
.p_belongings_list ol {
  margin-top: 10px;
}
.p_belongings_list .kome_outer .kome {
  margin-bottom: 0.3rem;
}
.p_belongings_list ol {
  list-style: none;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}
.p_belongings_list ol li {
  margin-bottom: 0;
}
.yel_box_note {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.yel_box_note .kome {
  color: #0071bc;
  font-size: 16px;
  font-weight: bold;
}
.belongings_info {
  margin-top: 40px;
}
.belongings_info dl {
  font-size: 14px;
  color: #606060;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.belongings_info dl dt {
  width: 60px;
}
.belongings_info dl dd {
  width: calc(100% - 70px);
}
.belongings_info dl dd:not(:last-of-type) {
  margin-bottom: 15px;
}
.p_belongings_list .underline {
  font-weight: bold;
}
.belongings_box {
  margin-top: 30px;
  flex-wrap: wrap;
}
.belongings_box_inner {
  background-color: #ffffff;
  border: 2px solid #2b2b2b;
  border-radius: 10px;
}
.belongings_box_inner .b_b_title,
.belongings_box_inner .b_b_note {
  padding: 20px;
}
.belongings_box_inner .b_b_title {
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  color: #0071bc;
  font-weight: bold;
}
.belongings_box_inner .b_b_title > div > p {
  line-height: 1.4;
}
.belongings_box_inner .b_b_title i {
  margin: 6px 7px 0 0;
  font-size: 20px;
}

.p_conditions_inner table {
  margin-top: 30px;
  border: 2px solid #2b2b2b;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
}
.p_conditions_inner table tr:first-child th {
  border-top-left-radius: 10px;
}
.p_conditions_inner table tr:first-child td {
  border-top-right-radius: 10px;
}
.p_conditions_inner table tr:last-child th {
  border-bottom-left-radius: 10px;
}
.p_conditions_inner table tr:last-child td {
  border-bottom-right-radius: 10px;
}
.p_conditions_inner table th,
.p_conditions_inner table td {
  padding: 15px;
}
.p_conditions_inner table tr:nth-child(odd),
.p_conditions_inner table tr:nth-child(odd) th {
  background-color: #fffbeb;
}
.p_conditions_inner table tr:nth-child(even),
.p_conditions_inner table tr:nth-child(even) th {
  background-color: #ffffff;
}
.p_conditions_inner table th {
  width: 150px;
  border: none;
}
.p_conditions_inner table td {
  width: calc(100% - 150px);
  border: none;
}
.p_conditions_inner table th .label_blk {
  display: block;
  background-color: #2b2b2b;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 2px;
}
.p_conditions_inner table td {
  font-size: 18px;
  font-weight: bold;
}
.p_conditions_inner table td .flex {
  margin-bottom: 5px;
}
.p_conditions_inner table td p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  color: #606060;
}
.p_conditions_inner table td i {
  font-size: 20px;
  margin: 6px 10px 0 0;
}
.p_conditions_note_inner {
  margin-top: 30px;
}
.p_conditions_note_inner h4 {
  color: #0071bc;
}
.p_conditions_note_inner h4 i {
  margin-right: 10px;
}
.p_conditions_note_inner ul {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
  margin: 15px 0;
}

.p_flow .p_container_in .p_flow_inner,
.p_payment .p_container_in .p_payment_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
}
.p_flow .container2 i.fa-arrow-down-long {
  font-size: 60px;
  margin: 20px auto;
  display: block;
  text-align: center;
}
.p_flow .p_flow_inner .yel_box_wraper {
  margin-top: 50px;
}
.p_flow .p_flow_inner .yel_box dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.p_flow .p_flow_inner .yel_box dl dt {
  width: 120px;
  border-top: 1px solid #bcc0cf;
  padding: 10px 5px;
  margin-bottom: 0;
}
.p_flow .p_flow_inner .yel_box dl dd {
  width: calc(100% - 120px);
  border-top: 1px solid #bcc0cf;
  padding: 10px 5px;
  margin-bottom: 0;
}
.p_flow .p_flow_inner .yel_box dt:last-of-type {
  border-bottom: 1px solid #bcc0cf;
}
.p_flow .p_flow_inner .yel_box dd:last-of-type {
  border-bottom: 1px solid #bcc0cf;
}
.p_step_timetable {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #0071bc;
}
/*.p_flow_inner_top {
  background-color: #ffffff;
  border-top: 2px solid #2B2B2B;
  border-right: 2px solid #2B2B2B;
  border-left: 2px solid #2B2B2B;
  border-radius: 20px 20px 0 0;
}
.p_flow_inner_middle {
  background-color: #ffffff;
  border-right: 2px solid #2B2B2B;
  border-left: 2px solid #2B2B2B;
}
.p_flow_inner_bottom {
  background-color: #ffffff;
  border-right: 2px solid #2B2B2B;
  border-left: 2px solid #2B2B2B;
  border-bottom: 2px solid #2B2B2B;
  border-radius: 0 0 20px 20px;
}
.p_f_step {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p_flow img.flow_separator {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  stroke-width: 2;
}
.f_arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1400px;
  height: 100px;
  background-color: #ffffff;
}
.f_arrow::before,
.f_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 708.6px;
  border-radius: 9999px;
  background-color: #2b2b2b;
  transform-origin: 50% calc(100% - 2px);
}
.f_arrow::before {
  transform: rotate(82.15deg);
}
.f_arrow::after {
  transform: rotate(-82.15deg);
}
*/

.p_payment_top p.fukidashi {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
.p_payment_top p.fukidashi::before,
.p_payment_top p.fukidashi::after {
  top: 0rem;
  height: 1.5rem;
}
.p_payment_inner .p_stay_info {
  margin-top: 0;
}
.p_payment_inner h3 {
  margin-top: 50px;
}
#pay_loan,
#pay_heiyou {
  margin-top: 100px;
}
.p_payment_inner .p_pay_title {
  font-size: 26px;
  font-weight: bold;
  color: #0071bc;
}
.p_flow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_flow {
  padding-left: 0;
}
.p_flow > li {
  list-style-type: none;
  position: relative;
  padding-left: 120px;
}
.p_flow > li:not(:last-child) {
  padding-bottom: 10px;
}
.p_flow > li .label_blk {
  width: 100px;
  text-align: center;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  position: absolute;
  left: 0;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
}
.p_flow > li:not(:last-child)::before {
  content: "";
  background: #2b2b2b;
  width: 2px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 49px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p_flow > li dl dt {
  font-weight: bold;
  color: #2b2b2b;
  font-size: 20px;
}
.p_flow > li dl dd {
  margin-left: 0;
  margin-bottom: 20px;
}
#pay_heiyou h4 {
  margin-top: 30px;
}

.p_faq_inner {
  flex-wrap: wrap;
  gap: 2rem;
}
.p_faq_inner > li {
  width: calc((100% / 2) - 1rem);
  background-color: #ffffff;
  border: 2px solid #2b2b2b;
  border-radius: 10px;
  padding: 40px 20px 20px 20px;
  position: relative;
}
.p_faq_inner > li span.label_red_yoko {
  position: absolute;
  top: -20px;
  font-size: 20px;
  padding: 5px 25px;
}
.p_faq_inner > li .p_faq_a .left {
  width: 40px;
  height: 40px;
  background: #2b2b2b;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  padding-top: 3px;
}
.p_faq_inner > li .p_faq_a .right {
  width: calc(100% - 50px);
}
.p_faq_inner > li ol,
.p_kiyaku ol {
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}
.p_faq_inner > li ol li,
.p_kiyaku ol li {
  margin-bottom: 0.7rem;
}

.p_kiyaku .container2 {
  width: 100%;
  max-width: 1200px;
}
.p_kiyaku h3 {
  margin-top: 40px;
}
.p_kiyaku ul li ol {
  margin: 15px 0;
}

table.lesson_tbl th,
table.lesson_tbl td {
  vertical-align: middle;
  text-align: center;
}

.view_slider {    /* 資料請求閲覧ページスライダー */
  margin-top: 40px!important;
}
.view_slider ul.slides li img {
  border: 1px solid #bcc0cf!important;
}
.view_slider .flexslider .flex-direction-nav li a {
  right: -10px!important;
}
.view_slider .flex-direction-nav .flex-prev {
  left: -10px!important;
}

@media screen and (max-width: 1200px) {
  .p_container_in {
    padding: 30px 0;
  }
  .p_container_in.p_school_guide_outer {
    padding: 30px 0 40px 0;
  }
}

@media screen and (max-width: 1020px) {
  ul.anchor_menu {
    margin: 40px 0;
  }
  .anchor_menu .btn_w,
  .anchor_menu02 .btn_w {
    margin: 0px auto;
  }

  ul.p_point_list > li {
    padding: 15px;
  }
  ul.p_point_list > li .container2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  ul.p_point_list > li .container2 .flex {
    flex-direction: column;
  }

  .dl_red dt.w-10 {
    width: 23%;
  }
  .dl_red dd.w-90 {
    width: 77%;
  }
  dl.p_plan_note > div {
    gap: 0;
  }
  dl.p_plan_note dt.w-20 {
    width: 60%;
  }
  dl.p_plan_note dd.w-80 {
    width: 100%;
  }
  .txt_center_left {
    text-align: left;
  }

  .p_stay_info_inner > div.flex {
    flex-direction: column;
  }
  ul.p_facility_list li {
    width: 100%;
  }
  .message_inner {
    gap: 2rem;
  }
  .p_school_info img,
  .ps_nearby_inner img {
    margin: 0 auto;
    display: block;
  }

  #how_to_access .anchor_menu02 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 0.5rem;
  }
  #how_to_access .anchor_menu02 li {
    width: calc((100% / 3) - 0.5rem);
  }
  .p_access_top .p_stay_info_inner > div.flex {
    flex-direction: column;
  }
  .p_access_top .p_stay_info_inner .left {
    border-right: none;
    border-bottom: 1px solid #bcc0cf;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  #a_shizuoka .p_access_item {
    border-right: none;
    border-bottom: 1px solid #bcc0cf;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  #a_shizuoka .p_access_item:last-child {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0px;
  }

  #belongings01 .anchor_menu02 {
    margin-top: 40px;
    width: 100%;
    gap: 0.5rem;
  }
  #belongings01 .anchor_menu02 li {
    width: calc((100% / 2) - 0.5rem);
  }

  .p_flow_inner .anchor_menu02 {
    flex-direction: column;
    gap: 1rem;
  }

  .p_faq_inner > li {
    width: 100%;
  }
}

#spotSlide .splide__arrow--prev {
  left: -10px;
}
#spotSlide .splide__arrow--next {
  right: -10px;
}

@media screen and (max-width: 768px) {
  .cotents_w {
    padding-top: 60px;
  }
  ul.p_point_list li span.label_red_yoko {
    left: 10px;
    font-size: 16px;
  }
  ul.list_bg_gr {
    padding: 10px;
  }
  .p_spot_list li .p_spot_info {
    padding: 0 10px;
  }
  

  .p_plan_info h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .p_plan_info h3 {
    padding-bottom: 4px;
  }
  .p_plan_info .container2 {
    padding: 10px;
  }
  .p_plan_info .container2 .text-2xl {
    font-size: 1.25rem;
  }
  table.gasshuku_tbl {
    border: none;
    padding: 10px;
  }
  table.gasshuku_tbl thead {
    display: none;
  }
  table.gasshuku_tbl tr {
    border-top: 1px solid #bcc0cf;
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  table.gasshuku_tbl th {
    display: block;
    border-bottom: none;
    border-top: none;
    background-color: #ebebeb;
  }
  table.gasshuku_tbl td {
    height: 46px;
  }
  table.gasshuku_tbl th,
  table.gasshuku_tbl td {
    border-right: 1px solid #bcc0cf;
    border-bottom: none;
    display: block;
    padding: 0;
  }
  table.gasshuku_tbl td:last-child {
    border-bottom: 1px solid #bcc0cf;
  }
  table.gasshuku_tbl td:before {
    background-color: #ebebeb;
    border-bottom: 1px solid #bcc0cf;
    border-right: 1px solid #bcc0cf;
    display: block;
    float: left;
    width: 60%;
    font-weight: bold;
  }
  table.gasshuku_tbl td:after {
    border-bottom: 1px solid #bcc0cf;
  }
  table.gasshuku_tbl.sp_1 td:nth-of-type(1):before {
    content: "4/4～4/30\A\A";
    white-space: pre;
  }
  table.gasshuku_tbl.sp_1 td:nth-of-type(2):before {
    content: "5/1～7/4\A 9/19～12/31\A";
    white-space: pre;
  }
  table.gasshuku_tbl.sp_1 td:nth-of-type(3):before {
    content: "7/5～7/11\A 9/12～9/18\A";
    white-space: pre;
  }
  table.gasshuku_tbl.sp_1 td:nth-of-type(4):before {
    content: "7/12～7/18\A 8/31～9/11\A";
    white-space: pre;
  }
  table.gasshuku_tbl.sp_1 td:nth-of-type(5):before {
    content: "7/19～7/25\A 8/24～8/30\A";
    white-space: pre;
  }
  /*table.gasshuku_tbl.sp_1 td:nth-of-type(5):before{
  content: "1/26～2/1\A 3/16～3/20\A";
  white-space: pre;
  }*/
  table.gasshuku_tbl.sp_1 td:nth-of-type(6):before {
    content: "7/26～8/23\A\A";
    white-space: pre;
  }
  table.gasshuku_tbl td::before {
    width: 40%;
  }
  .p_hiyou_outer {
    gap: 1rem;
  }
  table.hiyou th {
    width: 30%;
  }
  figcaption {
    font-size: 13px;
  }
  .p_stay_info_inner span.label_red_yoko {
    font-size: 16px;
    left: 10px;
  }
  .p_container_in .container2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p_stay_info {
    padding: 8px;
  }
  .p_stay_info .p_stay_info_inner {
    padding: 20px 10px 10px 10px;
  }
  .p_stay_owner img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .p_facility_info {
    gap: 1rem;
  }
  #staySlide01 .splide__arrow--prev, #staySlide02 .splide__arrow--prev, #staySlide03 .splide__arrow--prev, .facility_Slide01 .splide__arrow--prev, .facility_Slide02 .splide__arrow--prev, .facility_Slide03 .splide__arrow--prev, .facility_Slide04 .splide__arrow--prev, #s_guide_slider .splide__arrow--prev, .s_nearby_slider01 .splide__arrow--prev {
    left: -15px;
  }
  #staySlide01 .splide__arrow--next, #staySlide02 .splide__arrow--next, #staySlide03 .splide__arrow--next, .facility_Slide01 .splide__arrow--next, .facility_Slide02 .splide__arrow--next, .facility_Slide03 .splide__arrow--next, .facility_Slide04 .splide__arrow--next, #s_guide_slider .splide__arrow--next, .s_nearby_slider01 .splide__arrow--next {
    right: -15px;
  }

  #how_to_access .anchor_menu02 li {
    width: calc((100% / 2) - 0.5rem);
  }
  .p_access_top .ps_acc_title {
    font-size: 20px;
  }
  .p_access_inner {
    padding: 10px;
  }
  .p_access_inner dl.p_a_syugo dt {
    width: 120px;
    font-size: 13px;
  }
  .p_access_inner dl.p_a_syugo dd {
    width: calc(100% - 130px);
    font-size: 13px;
  }
  #a_school table.p_a_syugo tr th {
    width: 30%;
  }
  #a_school table.p_a_syugo tr th,
  #a_school table.p_a_syugo tr td {
    padding: 5px;
  }

  .yel_box {
    padding: 40px 10px 20px 10px;
    margin-bottom: 20px;
  }
  .yel_box .label_red_yoko {
    font-size: 16px;
  }
  .belongings_info {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .belongings_info dl {
    flex-direction: column;
  }
  .belongings_info dl dt,
  .belongings_info dl dd {
    width: 100%;
  }
  .belongings_box_inner .b_b_title,
  .belongings_box_inner .b_b_note {
    padding: 10px;
  }
  .belongings_box_inner .b_b_title {
    font-size: 16px;
  }
  .belongings_box_inner .b_b_title i {
    margin: 5px 6px 0 0;
    font-size: 16px;
  }
  .yel_box_note .kome {
    font-size: 14px;
  }

  .p_conditions_inner table th,
  .p_conditions_inner table td {
    width: 100%;
    display: block;
  }
  .p_conditions_inner table th .label_blk {
    width: 120px;
  }
  .p_conditions_inner table td {
    font-size: 16px;
    padding: 0 15px 15px 15px;
  }
  .p_conditions_inner table td p {
    font-size: 14px;
  }
  .p_conditions_inner table td i {
    margin: 4px 10px 0 0;
  }

  .p_flow .container2 i.fa-arrow-down-long {
    font-size: 40px;
  }
  .p_step_timetable,
  .p_payment_inner .p_pay_title {
    font-size: 20px;
  }
  .p_flow > li {
    padding-left: 90px;
  }
  .p_flow > li .label_blk {
    width: 70px;
    font-size: 12px;
  }
  .p_flow > li:not(:last-child)::before {
    top: calc(50% - -25px);
    left: 34px;
  }

  .p_faq_inner > li {
    padding: 30px 10px 15px 15px;
  }
  .p_faq_inner > li h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p_faq_inner > li span.label_red_yoko {
    font-size: 18px;
    padding: 2px 25px;
  }
  .p_faq_inner > li .p_faq_a .left {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding-top: 2px;
  }
  p_faq_inner li .p_faq_a .right {
    width: calc(100% - 40px);
  }

  table.lesson_tbl {
    border: none;
    padding: 10px;
  }
  table.lesson_tbl thead {
    display: none;
  }
  table.lesson_tbl tr {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  table.lesson_tbl th {
    display: block;
    border-bottom: none;
    border-top: none;
    background-color: #ebebeb;
  }
  table.lesson_tbl th,
  table.lesson_tbl td {
    border-right: 1px solid #bcc0cf;
    border-bottom: none;
    display: block;
    padding: 0;
    line-height: 1.72;
  }
  table.lesson_tbl td:last-child {
    border-bottom: 1px solid #bcc0cf;
  }
  table.lesson_tbl td:before {
    background-color: #ebebeb;
    border-bottom: 1px solid #bcc0cf;
    border-right: 1px solid #bcc0cf;
    display: block;
    float: left;
    width: 60%;
    font-weight: bold;
  }
  table.lesson_tbl td:after {
    border-bottom: 1px solid #bcc0cf;
  }
  table.lesson_tbl td:nth-of-type(1):before {
    content: "現在所持している\A免許\A";
    white-space: pre;
  }
  table.lesson_tbl td:nth-of-type(2):before {
    content: "技能時限\A(上段:1段階､下段:2段階)\A";
    white-space: pre;
    height: 50px;
  }
  table.lesson_tbl td:nth-of-type(3):before {
    content: "技能時限(合計)\A";
    white-space: pre;
  }
  table.lesson_tbl td:nth-of-type(4):before {
    content: "学科時限\A(上段:1段階､下段2段階)\A";
    white-space: pre;
    height: 50px;
  }
  table.lesson_tbl td:nth-of-type(5):before {
    content: "学科時限(合計)\A";
    white-space: pre;
  }
}

/* footer */
.cta_inner {
  background-color: #64d0fb;
  border-radius: 20px;
  padding: 60px 60px 50px 60px;
  position: relative;
}
.cta_inner .cta_carimg {
  position: absolute;
  top: -30px;
  right: 3%;
}
.cta_inner h2 {
  font-size: 44px;
  color: #ffe94e;
  text-shadow:
    2px 2px 0 #0071bc,
    -2px -2px 0 #0071bc,
    -2px 2px 0 #0071bc,
    2px -2px 0 #0071bc,
    2px 0 0 #0071bc,
    -2px 0 0 #0071bc,
    0 2px 0 #0071bc,
    0 -2px 0 #0071bc;
  filter: drop-shadow(3px 3px 0 #0071bc);
}
.cta_inner ul li {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 25px;
}
.cta_inner ul li h3 {
  font-size: 22px;
  color: #2b2b2b;
  margin-bottom: 0;
}
.cta_inner ul li .ctaitem_midashi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.cta_inner ul li .ctaitem_midashi span {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 50%;
  position: relative;
  font-size: 30px;
  display: inline-block;
  aspect-ratio: 1 / 1;
}
.cta_inner ul li .ctaitem_midashi span i {
  top: 50%;
  left: 28%;
  transform: translateY(-50%);
  position: absolute;
}
.cta_inner ul li.c_tel .c_tel_num {
  color: #0071bc;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta_inner ul li.c_line .c_line_addbtn {
  max-height: 60px;
}
.cta_inner ul li .btn_w {
  margin-top: 0;
}
.cta_inner ul li .sub_text {
  font-size: 14px;
  color: #8d8e95;
  margin-top: 10px;
  font-weight: bold;
}

.footer .footer_plist {
  border-radius: 50px 50px 0 0;
}
.footer ul.fp_menu {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 30px 0 60px 0;
  flex-wrap: wrap;
}
.footer ul.fp_menu li {
  width: calc((100% / 5) - 0.5rem);
  position: relative;
}
.footer ul.fp_menu li a {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 2px solid #2b2b2b;
  padding: 15px 15px;
  border-radius: 10px;
}
.footer ul.fp_menu li::after {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  position: absolute;
  color: #2b2b2b;
  right: 10px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  position: absolute;
}
.footer ul.fp_menu i {
  margin-right: 10px;
}

.footer_contents {
  padding-top: 0;
  padding-bottom: 40px;
}
.footer_info_in {
  margin-top: 40px;
  color: #1e3294;
}
.footer_info_in p.f_ds_name span {
  color: #fff;
  background-color: #0071bc;
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
}
.footer_info_in p.f_ds_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
ul.f_ds_sns {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
ul.f_ds_sns li.icon_tiktok {
  font-size: 38px;
  color: #000000;
}
.footer_contents .right {
  color: #1e3294;
}
.footer_contents .right .f_linklist {
  border-bottom: 1px solid #bcc0cf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer_contents .right .f_linklist .f_l_title {
  color: #2b2b2b;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer_contents .right .f_linklist a.f_l_title {
  color: #1e3294;
  position: relative;
}
.footer_contents .right .f_linklist a.f_l_title::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  position: absolute;
  top: 53%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
}
.footer_contents .right .f_linklist ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  gap: 0 1rem;
}
.footer_contents .right .f_linklist ul li {
  width: calc((100% / 4) - 1rem);
  margin-bottom: 0.5rem;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}
.footer_contents a.f_tsuugaku {
  margin-top: 30px;
}

footer.footer .copyright_area {
  background-color: #2b2b2b;
  color: #ffffff;
  padding: 15px;
  font-size: 12px;
}

@media screen and (max-width: 1600px) {
  .cta_inner {
    padding: 30px 15px 20px 15px;
  }
  .cta_inner .cta_carimg {
    top: -90px;
  }
  .cta_inner ul li {
    padding: 20px 10px;
  }
  .cta_inner ul li .ctaitem_midashi {
    gap: 10px;
  }
  .cta_inner ul li .ctaitem_midashi span {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  /*.cta_inner {
    padding: 30px 15px 20px 15px;
  }*/
  .cta_inner .fwrap2 {
    flex-wrap: wrap;
  }
  .cta_inner .fwrap2 > li {
    width: 48%;
  }
  .cta_inner h2 .sp_disp {
    display: block;
  }
  .cta_inner .cta_carimg {
    max-width: 250px;
  }
  .footer ul.fp_menu {
    justify-content: flex-start;
  }
  .footer ul.fp_menu li {
    width: calc((100% / 3) - 0.5rem);
  }
}

@media screen and (max-width: 1020px) {
  .footer_contents .left {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cta_inner h2 {
    font-size: 30px;
    filter: drop-shadow(2px 2px 0 #0071bc);
  }
  .cta_inner .cta_carimg {
    width: 160px;
    top: -50px;
  }
  .cta_inner ul li {
    padding: 10px;
  }
  .cta_inner ul li h3 {
    font-size: 16px;
  }
  .cta_inner ul li .ctaitem_midashi {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .cta_inner ul li .ctaitem_midashi span {
    width: 40px;
    height: 40px;
  }
  .cta_inner ul li .ctaitem_midashi span i {
    font-size: 17px;
  }
  .cta_inner ul li.c_tel .c_tel_num {
    font-size: 20px;
  }
  .cta_inner ul li .sub_text {
    font-size: 12px;
  }
  .cta_inner .btn_w a {
    border-radius: 10px;
    padding: 10px 30px 10px 10px;
  }
  .footer ul.fp_menu li {
    width: calc((100% / 2) - 0.5rem);
  }
  .footer_contents .right .f_linklist ul li {
    width: calc((100% / 2) - 1rem);
  }
  .footer_contents .right .f_linklist .f_l_title {
    font-size: 16px;
  }
  .f_tsuugaku.sp_disp {
    margin: 20px auto 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .footer ul.fp_menu {
    gap: 5px;
  }
  .footer ul.fp_menu li {
    width: 100%;
  }
}

#pagetop {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  /*background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;*/
  z-index: 20;
}
#topBtn {
  height: 100%;
  width: 100%;
  /*border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);*/
}

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

.p_header .left {
  width: 50%;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p_header .right {
  width: 50%;
  padding-left: 15px;
}

.p_header .right .eye-catch img {
  display: block;
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p_header .left h1, #post-85 header.p_header h1 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p_header {
    flex-direction: column;
  }
  .p_header .left,
  .p_header .right {
    width: 100%;
  }
  .p_header .left {
    padding-left: 10px;
  }
  .p_header .left h1, #post-85 header.p_header h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p_header .left .py-20 {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .p_header .right {
    padding-left: 0;
  }
  .p_header .right .eye-catch img {
    border-radius: 0;
  }
  header.header.act #g-navi > .flex > .left.flex {
    padding-bottom: 100px;
  }
  #post-85 header.p_header {
    padding: 20px 10px;
  }
  #post-85 header.p_header .container2, #post-85 header.p_header .container2 .py-20 {
    padding: 0;
  }
  footer.footer {
    padding-bottom: 60px;
  }
  #pagetop {
    height: 50px;
    width: 50px;
    right: 20px;
    bottom: 80px;
  }
}

.kotei_footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #0071bc;
  height: 54px;
}
.kotei_footer #menu-sp-kotei-footer {
  padding-left: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 0;
}
.kotei_footer #menu-sp-kotei-footer li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 12px;
  border-right: 2px solid #fff;
}
.kotei_footer #menu-sp-kotei-footer li:last-child {
  border-right: 0;
}
.kotei_footer #menu-sp-kotei-footer li a {
  color: #fff;
  display: block;
  padding: 6px 5px 4px 5px;
  text-decoration: none;
}
.kotei_footer #menu-sp-kotei-footer li a i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .kotei_footer {
    display: block;
  }
}
