html {
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
a {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  color: #F36C21;
}
h3 {
  font-size: 2.6rem;
}
h4 {
  font-size: 2.0rem;
}
p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.flex {
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
}
.flex-about {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.button {
  width: 120px;
  padding: 10px;
  border-radius: 30px;
  background-color: rgb(255, 238, 0);
  text-align: center;
  font-weight: bold;
  color: #F36C21;
}
.button:hover {
  color: #fff;
  background-color: #fff;
  border: 1px solid rgb(255, 238, 0);
  color:rgb(255, 238, 0);
  transition: 0.3s;
}

.body {
  /* position: relative; */
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  box-sizing: border-box;
  color: #1a1a1a;
  /* background-image: url(../img/haikei.png); */
}
.op-reg_body {
  /* position: relative; */
  width: 100%;
  box-sizing: border-box;
  color: #1a1a1a;
  background-color: #fff;
}

section:not(.mv) {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
/* ヘッダー */
.header {
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  background-color: white;
  position: fixed;
  z-index: 100;
}
.header2 {
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  transition: 0.5s;
}
.header2.transform {
  background-color: #fff;
}
.logo {
  width: 85px;
  margin: 15px 0px;
}

.ttl1{
  width: 280px;
  margin: 20px;
}

.header_inner__left1 {
  display: flex;
  justify-content: center;
  /* position: relative; */
}
.logo2 {
  width: 60px;
  height: 60px;
  margin: 20px auto;
}
.ttl2{
  width: 400px;
  margin: 15px;
}

.header_inner {
  max-width: 1210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header_inner__menu {
  margin-top:25px ;
}
.menu-list-a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1d2088;
}

.menu-list-a:hover {
  color: 	#1d8888;
  transition: 0.3s;
}
.dropdown-list {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  top: 110px;
  left: 0;
  border-radius: 5px;
  z-index: 1;
}
.menu-list-a:hover .dropdown-list {
  display: block;
}
.dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  transition: all .3s;
  position: relative;
}
.dropdown-list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.header_inner__right {
  /* display: flex; */
  text-align: right;
}
.navigation {
  display: flex;
  justify-content: space-around;
  width: 500px;
}

.header-tel {
  font-size: 2rem;
  font-weight: bold;
  color: #F36C21;
}
.header-tel-time {
  font-size: 1.2rem;
}
/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.hamburger-menu span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: black;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger-menu.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
/* ハンバーガーメニューおわり */

/* ｍｖ */
.pagetop {
  display: none;
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: .6rem;
  right: .6rem;
  z-index: 100;
}
.pagetop img {
  width: 80%;
  height: 80%;
}
.mv {
  width: 100%;
  height: 600px;
  padding: 160px 0 60px;
  background-color: #fff;
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mv_content h1 {
  position: relative;
  top: 10rem;
  left: 10rem;
  /* background: rgba(255, 255, 255, 0.7); */
  display: inline-block;
  color: #F36C21;
  font-weight: bold;
  text-shadow: #fff 0px 0px 15px;
}
.mv_content p {
  font-size: 2rem;
  position: relative;
  top: 15rem;
  left: -15rem;
  /* background: rgba(255, 255, 255, 0.7); */
  display: inline-block;
  color: #F36C21;
  font-weight: bold;
}
/* imformation-page */
.information {
  padding-top: 120px !important;
  padding-bottom: 0 !important;
}
.information_inner {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-contents {
  width: 76%;
  padding: 20px 10px 0 10px;
}
.main-contents-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #F36C21;
  padding: 10px;
}
.main-contents-text {
  font-weight: bold;
  padding: 0 8px 20px;
}
.hover:hover {
  color: #F36C21;
  text-decoration: underline;
}

.imfor-logo-content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.imfor-logo {
  width: 68%;
  margin: 0 10px 10px 40px;
}
.imforlogo-2 {
  height: 100px;
  margin: 40px 20px 20px 100px;
}
.insta-icon {
  width: 26px;
  height: 26px;
  margin: 0 0 0 6px;
}
.main-contents-ttl-p {
  font-size: 1.3rem;
  margin: 0 14px;
}
.main-list-cost {
  font-size: 1.6rem;
}
.company-table-content {
  margin: 20px;
}
.company-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.company-table th {
  width: 30%;
  font-size: 1.6rem;
  border: 2px solid #fff;
  background-color: #f8dfc7;
  border-radius: 0 15px 15px 0;
  padding: 1em;
}
.company-table td {
  width: 70%;
  font-size: 1.6rem;
  border: 2px solid #fff;
  background-color: #f8f7c7;
  border-radius: 15px 0 0 15px ;
  padding: 1em;
}
.imp-matt-content {
  margin: 30px 0;
}
.important-matters {
  font-size: 1.6rem;
  margin: 20px;
  padding: 10px;
  background-color: #f7c05a;
  border-radius: 10px;
}
.important-matters:hover {
  background-color: #fff;
  color: #F36C21;
  border: 1px solid #F36C21;
  transition: 0.3s;
}
.access-content-company {
  margin: 10px 30px;
}

.side-menu {
  width: 22%;
  padding: 10px;
}
.side-menu-list {
  position: sticky;
  top: 150px;
}
.side-menu-list-item {
  margin: 20px 10px;
}
.side-menu-list-a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
  text-decoration-line: none;
}
.side-menu-list-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #F36C21;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}

.side-menu-list-a:hover::after,
.side-menu-list-a.active::after {
  transform: scaleX(1);
}

/* service-page */
.service_page__top {
  margin-top: 120px;
}
.service_page__top_inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
.service_page__top_inner h2 {
  font-size: 3.6rem;
  text-align: center;
  padding-bottom: 20px;
}
.service_page__top_inner p {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 20px;
}
.nurse_car {
  width: 90%;
  margin: 5px auto;;
}
.nurse_car__img {
  display: block;
  width: 200px;
  margin: 5px auto;
}

.service_list {
  width: 50%;
  max-width: 1024px;
  margin: 0 auto;
}
.list_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F36C21;
}
.list_set {
  font-size: 1.6rem;
}
.ser_li__p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F36C21;
  padding: 10px 0;
}
/* ロゴについて */
.about_logo {
  width: 90%;
  max-width: 1024px;
  background-image: url(../img/26079404.png);
  background-size: cover;
}
.about_logo__container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.about_logo__img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
/* 運営規定 */
.operating-regulations {
  font-family: serif;
  width: 90%;
  max-width: 1024px;
  margin: 130px auto;
}
.op-h2 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  color: #000;
}
.op-h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.op-h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.op-h4-2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
}
.op-reg-content {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}
.op-reg-content-last {
  margin: 60px 0;
}

/* ハラスメント防止 */
.ha-pre-ttl {
  margin: 10px 0;
}
.ha-pre-list {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}


/* about */
.about {
  width: 500px;
  text-align: center;
}
.about h2 {
  padding: 10px;
}
.about p {
  font-size: 1.8rem;
  text-align: left;
  padding: 0 20px;
}
.about_img {
  width: 500px;
  height: 400px;
  margin: 0 10px;
}
section.about_sec {
  /* scroll-margin-top: 110px; */
}
.wrap h2 {
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}
.wrap img {
  width: 30px;
  height: 30px;
}
.wrap ul {
  color: #fff;
}
.wrap li {
  width: 360px;
}
.service_conntent__title {
  display: flex;
  align-items: center;
  margin: 10px auto;
}
.service_conntent__title img {
  border-radius: 10px;
}
.service_conntent__title h3 {
  padding: 10px;
}
section.service_sec {
  max-width: inherit;
  background-color: #F36C21;
  /* scroll-margin-top: 110px; */
}
.service_conntent_a {
  font-weight: bold;
  color: #f7c05a;
  text-decoration: underline;
}
.service_conntent__title_q {
  color: #f7c05a;
  font-weight: bold;
}
section.use_sec {
  /* scroll-margin-top: 110px; */
}
.use {
  /* scroll-margin-top: 120px; */
  margin-bottom: 20px;
}
.use h2 {
  text-align: center;
  padding-bottom: 10px;
}
.use p {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10px;
}
/* .use_content {
  align-items: top;
} */
.use_content__img {
  width: 36px;
  height: 36px;
}
.use_content__list {
  width: 300px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.use_content__list2 {
  width: 300px;
  margin: 20px auto;

}
section.intro_sec {
  max-width: inherit;
  background-color: #F36C21;
  /* scroll-margin-top: 110px; */
}
.intro_sec p {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
/* .intro_sec__img {
  width: 110px;
  height: auto;
} */
.intro_sec__flex {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.intro_sec__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_sec__list img {
  width: 40px;
  height: auto;
}
.intro__sec__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.intro__sec__list img {
  width: 40px;
  height: auto;
}
.intro__sec__list2 p {
  font-size: 1.8rem;
  text-align: left;
  margin-left: 45px;
}
.map {
  width: 300px;
  margin: 10px auto;
}
.access-content {
  width: 230px;
  margin: 10px auto;
}
.access {
  width: 220px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 20px;
  background-color: #FFC800;
  color: #fff;
  border-radius: 10px;
}
section.contact {
  width: 100%;
  max-width: inherit;
  height: 400px;
  background-image: url(../img/Urbanlandscape.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact_details {
  width: 40%;
  height: 0 auto;
  margin: 0 auto;
  background: #ffc80059;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}
.contact_details p {
  font-size: 1.8rem;
}
.br-mobile {
  display: inline;
}
.contact_button {
  line-height: 60px;
  width: 120px;
  padding: 10px;
  border-radius: 30px;
  background-color: rgb(255, 238, 0);
  text-align: center;
  font-weight: bold;
  color: #F36C21;
}
.contact_button:hover {
  color: #F36C21;
  background-color: #fff;
  transition: 0.3s;
}

/* 問い合わせフォームの全体デザイン */
.formWrap {
  width: 700px;
  margin: 120px auto;
  padding: 20px;
  line-height: 120%;
}
.formWrap h3 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #F36C21;
  text-align: center;
  padding-bottom: 20px;
}
.formWrap p {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 20px;
}
table.formTable {
  width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,table.formTable th {
  padding: 10px;
  border: 1px solid #ccc;
}
table.formTable th {
  background-color: #efefef;
  font-size: 1.4rem;
}
p.error_messege {
  color: #F36C21;
  font-size: 1.6rem;
  text-align: center;
}

/* フッター */

.footer {
  width: 100%;
  margin-top: 60px;
}
.footer_conteiner {
  width: 100%;
  max-width: 1400px;
  padding: 20px auto;
}
.footer_flex {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-around;
}
.footer_about p {
  margin: 10px;
  font-size: 1.6rem;
}

.footer_service p {
  margin: 10px;
  font-size: 1.6rem;
}
.footer_menu li a {
  margin: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
}

footer .footer_small {
  width: 100%;
  height: 50px;
  padding: 30px;
  background-color: #F36C21;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

/* レスポンシブ */
@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .header {
    width: 100%;
    height: 110px;
    top: 0;
    left: 0;
    /* padding-top: 10px; */
    background-color: white;
    position: fixed;
    z-index: 100;
  }
  .header_inner {
    max-width: 1024px;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
  }
  .header_inner__left {
    display: flex;
    align-items: center;
    margin: 10px;
  }
  .logo {
    width: 60px;
  }
  .ttl1 {
    width: 200px;
    margin: 15px;
  }
  .ttl2{
    width: 240px;
    margin: 10px;
  }
  .about_sec {
    width: 100%;
    max-width: 1000px;
  }
  h2 {
    font-size: 3.0rem;
  }
  h3 {
    font-size: 2.0rem;
  }
  .about {
    width: 450px;
    text-align: center;
  }
  .about_img {
    width: 450px;
  }
  .wrap {
    max-width: 1024px;
    width: 90%;
  }
  .wrap li {
    padding: 0 20px;
  }
  .intro_sec__flex {
    max-width: inherit;
    width: 90%;
  }
  .intro_sec__flex ul {
    width: 300px;
  }
  .intro_sec p {
    font-size: 1.3rem;
  }
  .intro__sec__list img {
    width: 30px;
    height: auto;
  }
  .map-responsive {
    width: 280px;
    margin: 0 auto;
  }
  .map {
    width: 280px;
    margin: 10px auto;
  }
  .contact_details p {
    font-size: 1.6rem;
  }
  .contact_details {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  p {
    font-size: 1.2rem;
  }
  a {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  section:not(.mv) {
    max-width: inherit;
  }
  .header {
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    padding-top: 10px;
    background-color: white;
    position: fixed;
    z-index: 100;
  }
  .header_inner__menu {
    width: 250px;
  }
  /* .header {
    height: 80px;
    padding: 0;
    position: fixed;
    z-index: 100;
  } */
  .header_inner {
    max-width: inherit;
    justify-content: space-around;
    width: 98%;
    margin: 0;
  }
  .header_inner__menu a {
    font-size: 1rem;
  }
  .logo {
    width: 50px;
  }
  .ttl1 {
    width: 140px;
    margin: 5px 5px 15px;
  }
  .ttl2{
    width: 200px;
    margin: 20px;
  }
  .navigation {
    display: flex;
    justify-content: space-around;
    width: 320px;
  }
  .header-tel {
    font-size: 1.5rem;
    font-weight: bold;
    color: #F36C21;
  }
  .header-tel-time {
    font-size: .8rem;
  }
  .service_list {
    width: 70%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .wrap {
    max-width: 1024px;
    width: 90%;
  }
  .mv {
    width: 100%;
    height: 460px;
    padding: 0;
  }
  .mv_content h1 {
    position: relative;
    top: 20rem;
    left: 5rem;
    font-size: 3.6rem;
  }
  .mv_content p {
    position: relative;
    top: 25rem;
    left: -20rem;
    font-size: 1.8rem;
  }
  .about {
    width: 480px;
  }
  .about_img {
    width: 400px;
    padding: 0 20px;
  }
  .wrap li {
    padding: 0 20px;
  }
  .service_conntent br {
    display: none;
  }
  .use_content__list {
    width: 220px;
  }
  .use_content__img {
    width: 220px;
    height: 130px;
  }
  .intro_sec__flex {
    max-width: inherit;
    width: 90%;
  }
  .intro_sec__img {
    width: 80px;
  }
  .intro_sec p {
    font-size: 1.6rem;
  }
  .contact_details p {
    font-size: 1.4em;
  }
  .br-mobile {
    display: block;
  }
  .footer_flex {
    max-width: inherit;
    padding-bottom: 20px;
  }
  .footer_about p {
    font-size: 1.4rem;
  }
  .footer_service p {
    font-size: 1.4rem;
  }
  .footer_menu li a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
  section:not(.mv) {
    padding: 30px 0;
  }
  a {
    font-size: 1.0rem;
    line-height: 1.0;
  }
  h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .header {
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background-color: white;
    position: fixed; /* 固定する */
    z-index: 100;
  }
  .header_inner__tel {
    display: none; /* 初期状態で非表示 */
  }
  /* .header {
    width: 100%;
    height: 70px;
    padding-top: 20px;
    position: fixed;
    z-index: 100;
  } */
  .header_inner {
    max-width: 768px;
    width: 96%;
    margin: 0 auto;
  }
  .logo {
    width: 50px;
  }
  .ttl1 {
    width: 150px;
  }
  .header_inner__left1 {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .ttl2{
    width: 400px;
  }
  .header_inner__menu {
    width: 100%;
    display: none; /* 初期状態でメニューを非表示 */
    flex-direction: column; /* 縦並びに */
    position: absolute; /* 固定する */
    top: 60px; /* ヘッダーの下に表示 */
    /* left: 0; */
    right: 0;
    background-color: white; /* 背景色 */
    z-index: 99; /* 重なり順 */
  }

  .button {
    display: block;
  }
  /* ハンバーガーメニュー */
  /* ハンバーガーメニューのデザイン */
  .hamburger-menu {
    display: flex; /* ボタンを表示 */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .hamburger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* ハンバーガーメニューが開かれた状態 */
  .hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* メニューが表示される際のスタイル */
  .header_inner__menu {
    display: none; /* 初期状態で非表示 */
    flex-direction: column; /* メニューを縦並びに */
    position: absolute;
    width: 300px;
    top: 60px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 0; /* メニューの余白 */
  }

  .header_inner__menu.active {
    display: block; /* ハンバーガーメニューが開かれた時に表示 */
  }

  /* ナビゲーションリストのスタイル */
  .navigation {
    display: flex;
    flex-direction: column; /* リストを縦並びに */
    align-items: center;
    width: 100%; /* 横幅を100%に */
  }

  .menu-list {
    margin: 10px 0; /* リストアイテムの間隔 */
  }

  .menu-list a {
    font-size: 1.2rem;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: block;
    color: black; /* リンクの色 */
  }

  /* お問い合わせボタンのスタイル */
  .menu-list a.button {
    background-color: rgb(255, 238, 0);
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
  }
  .menu-list a.button:hover {
    background-color: #009eb3; /* ホバー時の色 */
  }


  /* お問い合わせ */
  .inquiry_inner {
    width: 500px;
  }
  .inquiry_inner p {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
  }
  label {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .submit-button {
    padding: 8px;
  }

  .mv {
    width: 100%;
    height: 460px;
    padding: 0;
  }
  .mv_content h1 {
    position: relative;
    top: 16rem;
    left: 5rem;
    font-size: 2.2rem;
  }
  .mv_content p {
    position: relative;
    top: 20rem;
    left: -10rem;
    font-size: 1.4rem;
  }
  .pagetop {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 1rem;
    right: 3rem;
    z-index: 100;
  }
  .flex-about {
    flex-direction: column;
    align-items: center;
  }
  section.about_sec {
    scroll-margin-top: 130px;
  }
  .about {
    width: 64%;
  }
  .about h2 {
    padding: 0;
  }
  .about p {
    font-size: 1.6rem;
    padding: 20px;
  }
  .about_img {
    width: 60%;
    height: 60%;
    margin: 0 auto;
  }
  section.service_sec {
    scroll-margin-top: 130px;
  }
  .service_conntent {
    width: 50%;
    margin: 0 auto;
  }
  .service_conntent a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .service_conntent a{
    font-weight: bold;
    color: #f7c05a;
    text-decoration: underline;
  }
  section.use_sec {
    scroll-margin-top: 130px;
  }
  .use_content__list {
    margin: 6px auto;
  }
  .use_content__list h3 {
    margin: 6px 0;
  }
  .wrap h2 {
    padding-bottom: 6px;
  }
  section.intro_sec {
    scroll-margin-top: 130px;
  }
  .intro_sec p {
    font-size: 1.4rem;
    padding-bottom: 6px;
  }
  .intro_sec__flex {
    flex-direction: column;
    max-width: inherit;
    width: 50%;
  }
  .intro__sec__list {
    justify-content: center;
  }
  .intro__sec__list img {
    width: 30px;
    height: auto;
    margin: 0 10px 5px;
  }
  .intro__sec__list2 a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .intro_sec__list img {
    width: 30px;
    height: auto;
  }
  .map-responsive {
    margin: 0 auto;
    width: 76%;
  }
  .access-content {
    margin: 10px auto;
  }
  section.contact {
    height: 90%;
  }
  .contact_details {
    width: 70%;
    height: 80%;
  }
  .contact_details p {
    font-size: 1.4rem;
  }
  .br-mobile {
    display: block;
  }
  .footer {
    margin-top: 20px;
  }
  .footer_flex {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .footer_conteiner {
    padding: 0 20px;
  }
  .footer_about {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .footer_about p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0 0 60px;
  }
  .footer_service {
    width: 60%;
    margin: 20px auto;
    text-align: center;
  }
  .footer_service p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .service_conntent_a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #f7c05a;
  }
  .footer_menu {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .footer_menu h3 {
    margin: 0 0 12px;
  }
  .footer_menu li a {
    font-size: 1.4rem;
    line-height: 0;
    margin: 10px 0;
  }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
  .flex {
    flex-direction: column;
  }
  section:not(.mv) {
    padding: 50px 0;
  }
  a {
    font-size: 1.0rem;
    line-height: 1.0;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .header2 {
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background-color: none;
    position: fixed; /* 固定する */
    z-index: 100;
  }
  .header_inner__tel {
    display: none; /* 初期状態で非表示 */
  }
  /* .header {
    width: 100%;
    height: 70px;
    padding-top: 20px;
    position: fixed;
    z-index: 100;
  } */
  .header_inner {
    max-width: 425px;
    width: 94%;
    margin: 0 auto;
  }
  .logo2 {
    width: 40px;
    height: 40px;
  }
  .ttl2{
    width: 260px;
    margin: 10px;
  }
  .button {
    display: block;
  }
  /* ハンバーガーメニュー */
  /* ハンバーガーメニューのデザイン */
  .hamburger-menu {
    display: flex; /* ボタンを表示 */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .hamburger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* ハンバーガーメニューが開かれた状態 */
  .hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* メニューが表示される際のスタイル */
  .header_inner__menu {
    display: none; /* 初期状態で非表示 */
    flex-direction: column; /* メニューを縦並びに */
    width: 300px;
    position: absolute;
    top: 32px; /* ヘッダーの下に表示 */
    right: 0;
    background-color: white;
    z-index: 99;
    padding: 10px 0; /* メニューの余白 */
    border-radius: 50%;
  }

  .header_inner__menu.active {
    display: block; /* ハンバーガーメニューが開かれた時に表示 */
  }

  /* ナビゲーションリストのスタイル */
  .navigation {
    display: flex;
    flex-direction: column; /* リストを縦並びに */
    align-items: center;
    width: 100%; /* 横幅を100%に */
  }

  .menu-list {
    margin: 10px 0; /* リストアイテムの間隔 */
  }

  .menu-list a {
    font-size: 1.2rem;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: block;
    color: black; /* リンクの色 */
  }

  .information {
    padding-top: 80px !important;
  }
  .main-contents-ttl {
    font-size: 2.4rem;
    text-align: center;
    padding: 20px 0;
  }
  .main-contents-text {
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 0;
  }
    padding: 16px;
  .imfor-logo-content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
  }
  .main-contents-ttl-p {
    font-size: 1.4rem;
    padding: 20px 0;
  }
  .main-contents-ttl-p a {
    font-size: 1.4rem;
  }
  .imfor-logo {
    margin: 0 auto;
    width: 80%;
  }
  .main-contents {
    width: 96%;
    max-width: 425px;
    margin: 0 auto;
  }
  .company-table th {
    padding: 16px 6px;
    font-size: 1.4rem;
  }
  .company-table td {
    padding: 16px 6px;
    font-size: 1.4rem;
  }
  .access-content-company {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    text-align: center;
  }

  .side-menu {
    display: none; /* 初期状態で非表示 */
  }

  /* お問い合わせボタンのスタイル */
  .menu-list a.button {
    background-color: rgb(255, 238, 0);
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
  }
  .menu-list a.button:hover {
    background-color: #009eb3; /* ホバー時の色 */
  }

  /* お問い合わせ */
  .inquiry_inner {
    width: 90%;
    margin: 68px auto;
  }
  .inquiry_inner p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  label {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }

  .mv {
    width: 100%;
    height: 400px;
    padding: 0;
  }
  .mv_content h1 {
    position: relative;
    top: 16rem;
    left: 5rem;
    font-size: 2.2rem;
  }
  .mv_content p {
    position: relative;
    top: 20rem;
    left: -10rem;
    font-size: 1.4rem;
  }
  .pagetop {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 1rem;
    right: 1rem;
    z-index: 100;
  }
  .flex-about {
    flex-direction: column;
    align-items: center;
  }
  .about {
    width: 84%;
  }
  .about h2 {
    padding: 0;
  }
  .about p {
    font-size: 1.4rem;
    padding: 20px;
  }
  .about_img {
    width: 60%;
    height: 60%;
    margin: 0 auto;
  }
  .service_conntent {
    width: 50%;
    margin: 0 auto;
  }
  .service_conntent p {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .service_conntent a {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    color: #f7c05a;
    text-decoration: underline;
  }
  .use_content__list {
    margin: 6px auto;
  }
  .use_content__list h3 {
    margin: 6px 10px;
  }
  .wrap li {
    width: 320px;
  }
  .wrap h2 {
    padding-bottom: 6px;
  }
  .intro_sec p {
    font-size: 1.4rem;
    padding-bottom: 6px;
  }

  .intro_sec__flex {
    flex-direction: column;
    max-width: inherit;
    width: 80%;
  }
  .intro__sec__list {
    width: 100%;
    justify-content: center;
    margin: 10px auto 0;
  }
  .intro__sec__list img {
    width: 30px;
    height: auto;
    margin: 0 10px 5px;
  }
  .intro__sec__list2 p {
    font-size: 1.4rem;
    text-align: left;
    /* margin-left: 20px; */
  }
  .intro__sec__list2 a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .intro_sec__list img {
    width: 30px;
    height: auto;
  }
  .map {
    width: 280px;
    margin: 10px auto;
  }
  .map-responsive {
    margin: 0 auto;
    width: 110%;
    text-align: center;
  }
  .access-content {
    margin: 10px auto;
  }
  section.contact {
    height: 90%;
  }
  .contact_details {
    width: 70%;
    height: 80%;
  }
  .contact_details p {
    font-size: 1.4rem;
  }
  .br-mobile {
    display: block;
  }
  .footer {
    margin-top: 20px;
  }
  .footer_flex {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .footer_conteiner {
    padding: 0 20px;
  }
  .footer_about {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .footer_about p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0 0 40px;
  }
  .footer_service {
    width: 60%;
    margin: 20px auto;
    text-align: center;
  }
  .footer_service p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .service_conntent_a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #f7c05a;
  }
  .footer_menu {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .footer_menu h3 {
    margin: 0 0 12px;
  }
  .footer_menu li a {
    font-size: 1.4rem;
    line-height: 0;
    margin: 10px 0;
  }
}

@media screen and (max-width: 375px) {
  .header_inner {
    width: 90%;
    margin: 0 auto;
  }
  .header_inner__tel {
    display: none; /* 初期状態で非表示 */
  }
  .ttl2{
    width: 240px;
    margin: 10px;
  }
  /* メニューが表示される際のスタイル */
  .header_inner__menu {
    display: none; /* 初期状態で非表示 */
    flex-direction: column; /* メニューを縦並びに */
    position: absolute;
    width: 260px;
    top: 40px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 0; /* メニューの余白 */
  }
  .menu-list {
    margin: 5px 0; /* リストアイテムの間隔 */
  }
  .inquiry_inner {
    width: 90%;
    margin: 68px auto 0;
  }
  .inquiry_inner p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  label {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  /* ハンバーガーメニュー */
  /* ハンバーガーメニューのデザイン */
  .hamburger-menu {
    display: flex; /* ボタンを表示 */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .hamburger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* ハンバーガーメニューが開かれた状態 */
  .hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* メニューが表示される際のスタイル */
  .header_inner__menu {
    display: none; /* 初期状態で非表示 */
    flex-direction: column; /* メニューを縦並びに */
    width: 300px;
    position: absolute;
    top: 32px; /* ヘッダーの下に表示 */
    right: 0;
    background-color: white;
    z-index: 99;
    padding: 10px 0; /* メニューの余白 */
    border-radius: 50%;
  }

  .header_inner__menu.active {
    display: block; /* ハンバーガーメニューが開かれた時に表示 */
  }

  /* ナビゲーションリストのスタイル */
  .navigation {
    display: flex;
    flex-direction: column; /* リストを縦並びに */
    align-items: center;
    width: 100%; /* 横幅を100%に */
  }

  .menu-list {
    margin: 10px 0; /* リストアイテムの間隔 */
  }

  .menu-list a {
    font-size: 1.2rem;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: block;
    color: black; /* リンクの色 */
  }
  .side-menu {
    display: none; /* 初期状態で非表示 */
  }
  .main-contents-ttl {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .main-contents-text{
    font-size: 1.2rem;
    padding: 20px;
  }

  .about {
    width: 90%;
  }
  .about_img {
    width: 80%;
    height: auto;
  }
  .wrap {
    max-width: 375px;
    width: 90%;
  }
  .wrap h2 {
    font-size: 1.8rem;
  }
  .service_conntent {
    width: 90%;
    margin: 0 auto;
  }
  .service_conntent p {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .service_conntent a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #f7c05a;
  }
  .use p {
    font-size: 1.4rem;
  }
  .use_content__list2 {
    width: 86%;
    margin: 0 auto;
  }
  .use_content__list2 p {
    font-size: 1.4rem;
    text-align: left;
    margin-left: 20px;
  }
  .map-responsive {
    width: 82%;
    margin: 0px auto;
  }
  .intro_sec__flex {
    width: 90%;

  }
.footer_about {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .footer_about p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0;
  }
  .footer_service {
    width: 90%;
    margin: 20px auto;
    text-align: center;
  }
  .footer_service p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

section:not(.mv) {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s;
}
section:not(.mv).scrollin {
  opacity: 1;
  transform: translateY(0);
}
