@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700&display=swap");

/* CSS Document */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* グローバルスタイル */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: 500;
  font-size: 1.6rem;
  color: #343434;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

h2 {
  font-size: 3.6rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #005dae;
  font-family: "Noto Serif JP", serif;
  /* font-family: "Noto Serif JP"; */
}

p {
  font-weight: normal;
}

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

/* ページ全体のコンテナ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* ヘッダースタイル */
header {
  color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

header a:hover {
  opacity: 0.9;
}

.header_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.header_logo a > div:nth-child(2) {
  line-height: 1.3;
}

.header_right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  font-size: 2rem;
}

.header_logo p {
  font-size: 1.7rem;
}

.header_nav_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1343px;
  margin: 0 auto;
  font-size: 2.9rem;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.header_nav a {
  font-size: 2rem;
}

.header_contact_btn a {
  font-size: 2.5rem;
  background-color: #005dae;
  color: #fff;
  padding: 2rem;
  display: flex;
  width: 270px;
  height: 112px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.header_contact_btn img {
  padding-right: 1rem;
}

.hamburger_nav {
  display: none;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav li {
  display: inline;
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

/* メインコンテンツエリア */

section {
  padding: 10rem 0;
}

#top_fv_area {
  padding: 0;
}

.sakan_bread_crumb {
  max-width: 1343px;
  text-align: left;
  margin: 0 auto;
  padding-top: 1rem;
}

.sakan_bread_crumb a {
  color: #343434;
}

#training_page .sakan_bread_crumb {
  margin-bottom: 10rem;
}

/* フッタースタイル */
footer {
  background-color: #f5f5f5;
  padding: 6rem 0 0;
}

/* リンクスタイル */
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

/* グローバルスタイル */
.sakan_ttl_wrapper {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.b_ttl_border {
  width: 12%;
  /* width: 323px; */
  border: 1px solid #005dae;
}

.top_point_flex_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30rem;
  margin: 0 2rem;
}

.top_point_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  margin: 0 auto 0;
  gap: 12rem;
  flex-direction: row;
}

.top_point_flex:first-child {
  margin-top: 30rem;
}
.top_point_flex:last-child {
  margin-bottom: 10rem;
}

.top_point_flex:nth-child(even) {
  flex-direction: row-reverse;
}

.top_point_flex > div {
  width: 50%;
}

.top_point_heading_right {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 2rem;
}

.top_point_heading_right h2 {
  position: relative;
}

.top_point_heading_right h2::before {
  content: "";
  position: absolute;
  left: -20px;
}

#five_point_01 h2::before {
  width: 697px;
  height: 325px;
  background: url(../img/top_heading_point01.png);
  bottom: 150px;
}
#five_point_02 h2::before {
  width: 262px;
  height: 157px;
  background: url(../img/top_heading_point02.png);
  bottom: 130px;
}
#five_point_03 h2::before {
  width: 257px;
  height: 160px;
  background: url(../img/top_heading_point03.png);
  bottom: 80px;
}
#five_point_04 h2::before {
  width: 270px;
  height: 167px;
  background: url(../img/top_heading_point04.png);
  bottom: 130px;
}
#five_point_05 h2::before {
  width: 255px;
  height: 172px;
  background: url(../img/top_heading_point05.png);
  bottom: 130px;
}

/* 感染症対策 */
#prevention_top_bg {
  background-color: #ebf2f9;
  color: #005dae;
  font-family: "Noto Serif JP", serif;
  /* font-family: "Noto Serif JP"; */
}

.prevention_top_contents {
  text-align: center;
  margin-bottom: 8rem;
}

.prevention_top_contents h2 {
  margin-top: 10rem;
  margin-bottom: 8rem;
}

#prevention_bottom_bg {
  background: url(../img/prevention_bottom_bg.png) no-repeat center;
  background-size: cover;
}

.prevention_bottom_contents {
  max-width: 1291px;
  margin: 4rem auto;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10rem 8rem;
}

.prevention_bottom_contents > div {
  margin-bottom: 8rem;
}

.prevention_bottom_contents h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #005dae;
}

.prevention_bottom_contents p {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: normal;
}

.bottom_nav_flex {
  display: flex;
  justify-content: center;
  gap: 3rem;
  max-width: 1160px;
  margin: 0 auto 12rem;
}

.bottom_nav_items {
  width: calc(100% / 3 - 6rem);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

.bottom_nav_txt {
  text-align: center;
  padding: 2rem 0 3rem;
}

.bottom_nav_txt p {
  font-size: 3rem;
  font-weight: bold;
  color: #005dae;
  padding-bottom: 2rem;
}

.bottom_nav_txt a {
  padding: 1rem 3rem;
  background-color: #005dae;
  color: #fff;
  font-weight: bold;
  border-radius: 24px;
}

/* フッター */
.footer_contents_flex {
  display: flex;
  max-width: 1165px;
  margin: 0 auto;
  justify-content: center;
  gap: 15rem;
}

.footer_contents_flex > div {
  width: calc(100% / 3);
}

.footer_contents_flex p span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: #707f89;
  padding-bottom: 1rem;
}

.footer_contents_left {
  font-size: 3rem;
  font-weight: bold;
  color: #005dae;
}

.footer_contents_middle ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer_contents_middle li {
  list-style: none;
  font-weight: normal;
}

.footer_contents_right a {
  height: auto;
  display: block;
  color: #fff;
  background-color: #005dae;
  font-weight: bold;
  padding: 3rem 0;
  width: 301px;
  height: auto;
  text-align: center;
}

.sakan_business_restructuring {
  text-align: right;
  padding: 4rem 0;
  max-width: 1165px;
  margin: 0 auto;
}

.footer_copyright_bg {
  background: url(../img/sakan_footer_copyright_bg.png) no-repeat center;
  background-size: cover;
  padding: 1rem 0;
  max-width: 1920px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

small {
  text-align: center;
  line-height: 1.3;
}

.footer_copyright_bg small {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
}

/* 左官とは */
.top_fv_wrapper {
  position: relative;
}

.top_fv_wrapper img {
  width: 100vw;
}

.top_fv_wrapper h1 {
  position: absolute;
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  /* font-family: "Noto Serif JP"; */
  color: #005dae;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  max-width: 1010px;
  width: 100%;
  text-align: center;
}

.sakan_border_ttl {
  border-left: 13px solid #005dae;
  border-bottom: 2px solid #005dae;
  padding-left: 4rem;
  max-width: 323px;
  margin-bottom: 4rem;
}

#sakan_necessity .about_container {
  max-width: 1208px;
  margin: 0 auto;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.about_container {
  max-width: 1208px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.sakan_contact_wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 4rem;
  max-width: 1110px;
}

.sakan_contact_flex_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-direction: row;
}

.necessity_flex {
  display: flex;
  gap: 12rem;
}

.necessity_flex > div {
  width: 50%;
}

.necessity_contents_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.necessity_contents_left p {
  font-weight: normal;
}

.sakan_necessity_ttl h2 {
  font-size: 2rem;
  font-family: "Noto Sans JP";
  margin-bottom: 1rem;
  font-weight: bold;
}

#sakan_history_bg {
  background: url(../img/sakan_history_bg.png);
  background-size: cover;
}

#sakan_history_bg img {
  margin-top: 4rem;
}

#sakan_history_bg .sakan_border_ttl {
  margin-top: 12rem;
}

#sakan_history_bg .about_container {
  margin-bottom: 16rem;
}

#sakan_history_bg .about_container {
  margin-bottom: 20rem;
}

.about_flow_flex_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  margin: 10rem 0 4rem;
  position: relative;
}

.about_flow_flex_wrapper::after {
  content: "";
  width: 31px;
  height: 1430px;
  position: absolute;
  border-left: 31px solid #eef6f8;
  right: 53%;
  left: 0px;
  margin: auto;
  z-index: -1;
  top: 80px;
}

.about_flow_flex {
  display: flex;
  max-width: 1145px;
  margin: 0 auto;
}

.about_flow_contents_left img {
  text-align: center;
}

.about_flow_flex h3 {
  color: #707f89;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.about_flow_flex > div {
  width: 50%;
}

.about_flow_flex span {
  color: #747474;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 1rem;
  font-family: "Noto Serif JP", serif;
  /* font-family: "Noto Serif JP"; */
  display: block;
}

#about_contact_bg {
  background-color: #f1f8fe;
}

/* 研修内容 */
#training_program_bg {
  background-color: #ebf2f9;
  padding: 0 0 10rem;
}

#training_program_bg .sakan_border_ttl {
  margin-bottom: 6rem;
}

.training_container {
  max-width: 1214px;
  margin: 0 auto;
}

.training_program_wrapper {
  background-color: #fff;
  padding: 6rem 6rem 0 6rem;
  border-left: 96px solid #005dae;
  border-radius: 63px 0 0 0;
  position: relative;
}

.training_program_wrapper::after {
  content: "";
  width: 30px;
  height: 442px;
  position: absolute;
  top: 26px;
  left: -61px;
  background: url(../img/training_txt_a.png) no-repeat center;
}

#training_program_wrapper_02 {
  border-left: none;
  padding: 0;
  position: relative;
}

#training_program_wrapper_02::after {
  display: none;
}

.training_program_wrapper h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #005dae;
  padding-bottom: 1rem;
}

.training_program_wrapper span {
  font-size: 3rem;
  font-weight: bold;
  color: #707f89;
  padding-top: 3rem;
  display: block;
}

.training_border_bottom {
  padding: 0 4rem;
  border: 1px solid #707070;
  margin-top: 6rem;
}

.training_program_contents_bottom {
  background-color: #fff;
  padding: 6rem;
  position: relative;
  border-left: 96px solid #ff9029;
  border-radius: 63px 0 0 0;
  position: relative;
}

.training_program_contents_bottom::after {
  content: "";
  width: 30px;
  height: 464px;
  position: absolute;
  top: 26px;
  left: -61px;
  background: url(../img/training_txt_b.png) no-repeat center;
}

.training_program_contents_bottom h3 {
  color: #ff9029;
}

.training_program_flex {
  display: flex;
  margin-top: 1rem;
}

.training_program_flex > div {
  width: 50%;
}

.training_program_flex > div:nth-child(2) {
  text-align: center;
}

.training_program_flex a {
  color: #005dae;
  font-weight: bold;
}

.facility_introduction_flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin-top: 6rem;
}

.facility_item {
  border: 3px solid #00959e;
  border-radius: 15px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.facility_item img {
  border-radius: 10px 10px 0 0;
}

.facility_item p {
  font-size: 3rem;
  font-weight: bold;
  color: #00959e;
  line-height: 1.3;
  padding: 1rem 0;
}

.facility_item_bottom {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* アクセス */
.access_container {
  max-width: 1258px;
  margin: 0 auto;
  padding: 0 2rem;
}

.access_txt_wrapper {
  margin-top: 4rem;
}
.access_txt_wrapper h2 {
  padding-bottom: 1rem;
}
.access_txt_wrapper p {
  padding-bottom: 4rem;
}

.access_img_wrapper {
  text-align: center;
}

#reservation_status .access_img_wrapper {
  margin-top: 4rem;
}

.access_about_company_flex > div:first-child {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #707070;
}

th,
td {
  border-top: 1px solid #707070;
  padding: 1.8rem;
  padding-left: 3rem;
  text-align: left;
}

.left_column {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
  padding: 1.8rem;
  color: #005dae;
  font-family: "Noto Serif JP", serif;
  /* font-family: "Noto Serif JP"; */
}

.access_table_wrapper {
  max-width: 1097px;
  margin: 0 auto;
  margin-top: 6rem;
}

/* googleマップ */

#google_map iframe {
  width: 100%;
  aspect-ratio: 1/0.273;
}

/* googleカレンダー */
#google_calender iframe {
  width: 100%;
  height: 400px;
}

/* お問い合わせ */
.contact_container {
  max-width: 875px;
  margin: 8rem auto 0;
}

label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
}
/* 
select#car {
  width: 464px;
} */

form img {
  vertical-align: middle;
  padding-left: 1rem;
}

input#zip-code {
  width: 232px;
  margin-right: 2rem;
}

label#purpose {
  margin-bottom: 0;
}
input#purpose,
input#purpose2,
input#purpose3 {
  margin-bottom: 3rem;
  margin-right: 0.5rem;
}
input#purpose2,
input#purpose3 {
  margin-left: 2rem;
}

#zip-button {
  color: #fff;
  font-weight: bold;
  background-color: #005dae;
  border: none;
  border-radius: 8px;
  padding: 1rem;
}

#zip-button:hover {
  opacity: 0.9;
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="date"],
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
input[type="submit"] {
  background-color: #005dae;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 180px;
  font-weight: bold;
  font-size: 2rem;
}
input[type="submit"]:hover {
  opacity: 0.9;
}

.form_container {
  max-width: 873px;
  margin: 5rem auto;
  padding-top: 3rem;
}

#contact .border_ttl_wrapper {
  max-width: 588px;
}

#contact_form_bg {
  background-color: #e3f3ea;
  position: relative;
}

#contact_form_bg::after {
  content: "";
  position: absolute;
  background: url(../img/contact_bg02.png);
  width: 373px;
  height: 976px;
  bottom: -10%;
  left: 0;
  z-index: 10;
}

#contact_form_bg .border_ttl_wrapper h2 {
  color: #4bc3e3;
  border-left: 8px solid #9addee;
}

#contact_form_bg .border_ttl_wrapper {
  border-left: 8px solid #4bc3e3;
}

#contact_form_bg label {
  color: #333;
}

#contact_form_bg input[type="submit"] {
  background-color: #4bc3e3;
}

textarea {
  width: 100%;
  /* width: 873px;  */
  height: 244px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact_btn_img_wrapper {
  text-align: center;
  max-width: 600px;
  /* max-width: 826px; */
  margin: 8rem auto;
}

.dpb768 {
  display: none;
}

.dpn768 {
  display: block;
}

.dpb1110 {
  display: none;
}

.thanks_txt_container {
  max-width: 800px;
  margin: 4rem auto;
  text-align: center;
}

.thanks_txt_container h2 {
  margin-bottom: 4rem;
}

.thanks_txt_container p {
  font-size: 2rem;
}

.thanks_txt_container a {
  display: block;
  background-color: #005dae;
  color: #fff;
  max-width: 250px;
  font-size: 2rem;
  margin: 4rem auto 0;
  padding: 1.5rem 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1100px) {
  section {
    padding: 4rem 0;
  }

  .dpb1110 {
    display: block;
  }

  /* ヘッダー */
  .header_nav_flex {
    position: fixed; /* ヘッダーを固定 */
    width: 100%; /* ヘッダーを幅100%に設定 */
    top: 0; /* 画面上端に固定 */
    left: 0;
    background-color: #fff;
    z-index: 1000;
    padding: 1rem 2rem;
  }
  #top_fv_area {
    margin-top: 8.5rem;
  }

  .header_logo img {
    max-width: 214px;
    height: auto;
  }

  .hamburger_nav .menu-icon {
    display: block;
  }

  .hamburger_nav {
    display: block;
  }

  .footer_contents_right ul {
    display: flex;
  }

  .hamburger_nav ul li {
    margin-right: 20px;
  }

  .hamburger_nav ul {
    display: none;
    flex-direction: column;
    background-color: #444;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }

  .hamburger_nav ul.active {
    display: flex;
    z-index: 100;
    margin-top: 2.8rem;
    background-color: #005dae;
    padding: 2rem 0;
  }

  ul#menuList.active a {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    font-size: 2rem;
  }

  .openbtn1 {
    position: relative;
    background: #005dae;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .header_right {
    display: none;
  }

  /* フッター */
  .footer_contents_flex {
    gap: 0;
  }

  .container1920px {
    padding: 0 2rem;
  }

  footer {
    padding-top: 4rem;
  }
  .footer_contents_flex {
    flex-direction: column;
  }
  .footer_contents_flex p span {
    margin-top: 2rem;
  }
  .footer_contents_flex > div {
    width: 100%;
    text-align: center;
  }
  .footer_contents_left img {
    transform: scale(0.8);
  }
  .footer_contents_right a {
    margin: 0 auto;
    padding: 2rem 0;
    width: 250px;
    justify-content: center;
  }
  .sakan_business_restructuring {
    text-align: center;
    padding: 2rem 0 4rem;
  }
  .sakan_business_restructuring img {
    max-width: 280px;
    height: auto;
  }
  .footer_contents_right a {
    margin-top: 1rem;
  }

  /* トップページ */
  .sakan_contact_flex_bottom {
    flex-direction: column;
  }

  .b_ttl_border {
    display: none;
  }

  .sakan_ttl_wrapper {
    margin: 0;
  }

  .sakan_ttl_wrapper img {
    margin-bottom: 2rem;
  }

  #b_ttl_five_point img {
    max-width: 230px;
  }
  #b_ttl_access img {
    max-width: 160px;
  }
  #b_ttl_prevention img {
    margin-bottom: 4rem;
  }
  #b_ttl_company img {
    max-width: 230px;
  }
  #b_ttl_contact img {
    max-width: 270px;
  }
  #b_ttl_phone img {
    max-width: 250px;
  }

  #five_point_01 h2::before {
    bottom: 18px;
    transform: scale(0.5);
    left: -179px;
  }
  #five_point_02 h2::before {
    bottom: 64%;
    transform: scale(0.5);
    left: -10%;
  }
  #five_point_03 h2::before {
    bottom: 12%;
    transform: scale(0.5);
    left: -10%;
  }
  #five_point_04 h2::before {
    bottom: 70%;
    transform: scale(0.5);
    left: -10%;
  }
  #five_point_05 h2::before {
    bottom: 64%;
    transform: scale(0.5);
    left: -10%;
  }

  .top_point_flex_wrapper {
    gap: 15rem;
    margin: 0;
  }

  .top_point_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1290px;
    margin: 0 auto 0;
    gap: 4rem;
    flex-direction: column-reverse;
  }

  .top_point_flex > div {
    width: 100%;
  }

  .top_point_flex:first-child {
    margin-top: 18rem;
  }
  .top_point_flex:last-child {
    margin-bottom: 5rem;
  }

  .top_point_flex:nth-child(even) {
    flex-direction: column-reverse;
  }

  .top_point_heading_right h2 {
    font-size: 2.4rem;
  }

  #prevention_top_bg .sakan_ttl_wrapper {
    padding: 0 2rem;
  }

  .prevention_top_contents h2 {
    margin-top: 0;
    margin-bottom: 4rem;
    font-size: 2rem;
  }

  .prevention_top_contents {
    margin-bottom: 0;
  }

  .prevention_top_contents img {
    padding: 0 2rem;
  }

  .prevention_bottom_contents {
    margin: 0 2rem;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4rem 2rem 2rem;
  }

  .bottom_nav_flex {
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
    margin: 0 auto 8rem;
  }

  .bottom_nav_txt p {
    font-size: 2.4rem;
  }

  .prevention_bottom_contents > div {
    margin-bottom: 4rem;
  }

  #prevention_bottom_bg {
    margin-bottom: 4rem;
  }

  .bottom_nav_items {
    width: 100%;
    max-width: 360px;
  }

  .prevention_bottom_contents h3 {
    font-size: 2rem;
  }

  .prevention_bottom_contents p {
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  /* 研修内容 */
  .training_program_wrapper {
    background-color: none;
    padding: 2rem;
    border-left: none;
    border-radius: 0;
  }

  .training_container {
    padding: 0 2rem;
  }

  .training_program_contents_bottom {
    border-left: none;
    padding: 2rem;
  }

  .training_program_wrapper::after,
  .training_program_contents_bottom::after {
    background: none;
  }

  .training_program_wrapper {
    margin-bottom: 4rem;
  }
  #training_program_wrapper_02 {
    margin-bottom: 0;
  }

  .training_program_wrapper h3 {
    font-size: 2.4rem;
  }

  #program_sp_ttl_wrapper,
  #program_sp_ttl_wrapper_02 {
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 26px 26px 0 0;
    text-align: center;
  }

  #program_sp_ttl_wrapper_02 p,
  #program_sp_ttl_wrapper p {
    font-weight: bold;
    font-size: 2.4rem;
  }

  #program_sp_ttl_wrapper {
    background-color: #005dae;
  }
  #program_sp_ttl_wrapper_02 {
    background-color: #ff9029;
  }

  .training_border_bottom {
    display: none;
  }

  .training_program_flex {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 2rem;
  }

  .training_program_flex #training_program_txt {
    margin-top: 1rem;
  }

  .training_program_flex > div {
    width: 100%;
  }

  .training_program_wrapper span {
    font-size: 2rem;
    padding-top: 2rem;
  }

  /* アクセス */
  #google_map iframe {
    aspect-ratio: 1/1;
  }

  #google_calender iframe {
    height: 600px;
  }

  /* お問い合わせ */
  .contact_btn_img_wrapper img {
    transform: scale(0.8);
  }

  .contact_container {
    margin: 4rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  /* グローバルスタイル */

  .dpb768 {
    display: block;
  }

  .dpn768 {
    display: none;
  }

  .top_fv_wrapper h1 {
    font-size: 3rem;
    max-width: 250px;
  }

  .container1920px {
    padding: 0 2rem;
    overflow-x: hidden;
  }

  .top_point_flex {
    gap: 2rem;
  }

  #training_page .sakan_bread_crumb {
    margin-bottom: 4rem;
    padding-left: 2rem;
  }

  #training_program_bg {
    padding: 0 0 6rem;
  }

  #five_point_01 h2::before {
    /* left: -185px;*/
    bottom: -18%;
  }
  #five_point_02 h2::before,
  #five_point_03 h2::before,
  #five_point_04 h2::before,
  #five_point_05 h2::before {
    left: -20%;
  }

  .bottom_nav_flex {
    margin: 0 auto 4rem;
  }

  /* 左官とは */
  .necessity_flex {
    flex-direction: column;
    gap: 2rem;
  }

  .necessity_flex > div {
    width: 100%;
  }

  .necessity_contents_right {
    text-align: center;
  }

  .sakan_border_ttl {
    padding-left: 2rem;
    /* margin: 0 2rem; */
  }

  .sakan_border_ttl h2 {
    font-size: 2.4rem;
  }

  #training_program_bg .sakan_border_ttl {
    margin-bottom: 4rem;
  }

  #sakan_necessity .about_container {
    gap: 4rem;
  }

  #sakan_history_bg .sakan_border_ttl {
    margin-top: 0;
  }
  #sakan_history_bg .about_container {
    margin-bottom: 0rem;
    padding: 0 2rem;
  }

  #sakan_history_bg img {
    margin-top: 0;
  }

  .about_flow_flex_wrapper::after {
    display: none;
  }

  .about_flow_flex_wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 4rem 0 0;
    position: relative;
  }

  .about_flow_flex {
    flex-direction: column;
  }

  .about_flow_flex > div {
    width: 100%;
  }

  .about_flow_flex h3 {
    font-size: 2.4rem;
    margin-top: 1rem;
  }

  .about_flow_flex span {
    font-size: 1.8rem;
  }

  .about_container {
    margin-bottom: 0;
  }

  #about_contact_bg .sakan_contact_wrapper {
    margin: 0 auto;
    padding: 0 4rem;
  }

  /* 研修内容 */
  #facility_introduction {
    padding-bottom: 0;
  }

  #facility_introduction .training_container {
    padding: 0;
  }

  .facility_introduction_flex {
    margin-top: 4rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
  }

  .facility_item_bottom p {
    font-size: 2rem;
  }

  #training_page .sakan_contact_wrapper {
    margin-top: 0;
  }

  /* アクセス */
  .access_txt_wrapper h2 {
    font-size: 2rem;
  }

  .access_container {
    padding: 0;
  }

  .access_txt_wrapper,
  .access_table_wrapper,
  #reservation_status .access_img_wrapper {
    margin-top: 2rem;
  }

  .left_column {
    width: 30%;
  }

  /* お問い合わせ */
  .contact_container {
    margin: 2rem auto 0;
  }

  #zip-button {
    margin-bottom: 2rem;
  }

  .contact_btn_img_wrapper {
    margin: 0 auto;
  }

  input#purpose2,
  input#purpose3 {
    margin-left: 1rem;
  }

  .thanks_txt_container {
    margin: 8rem auto;
  }

  .thanks_txt_container p {
    font-size: 1.6rem;
  }

  .thanks_txt_container a {
    margin: 6rem auto 0;
  }
}
