@charset "UTF-8";

/*--------------------------------------------------
  共通設定
--------------------------------------------------*/
html {
  font-size: 62.5%;
  color: #333333;
}

html body {
  font-family:
    "Sawarabi Gothic", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  background-color: #fff6f6;
}

html body a,
html body p,
html body th,
html body td,
html body dt,
html body dd,
html body li {
  font-size: 1.6rem;
}

html body a {
  text-decoration: none;
}

html body p {
  text-align: justify;
}

/*----------------------------------------
  header
----------------------------------------*/
html body header {
  background-color: #fff6f6;
  width: 100%;
  height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
}

html body header div.header_container {
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #ff975b;
  box-sizing: border-box;
}

html body header div.header_container div.upper {
  display: flex;
}

html body header div.header_container div.upper h1 {
  margin: 32px 32px 0 32px;
}

html body header div.header_container div.upper h1 a {
  display: flex;
  color: #007575;
  text-align: center;
  align-items: center;
  margin-left: 16px;
}

html body header div.header_container div.upper h1 a img {
  width: 125px;
  height: 100%;
}

html body header div.header_container div.upper h1 a small {
  font-size: 2.4rem;
  line-height: 1;
  color: #ff975b;
  font-weight: 400;
  letter-spacing: 4px;
}

html body header div.header_container div.upper h1 a span {
  font-size: 4rem;
  line-height: 1;
  color: #ff975b;
  font-weight: 900;
  letter-spacing: 4px;
}

html body header div.header_container div.upper h1 a br.br2 {
  display: none;
}

html body header div.header_container div.upper div.sns {
  margin: 24px 32px 8px auto;
}

html body header div.header_container div.upper div.sns div {
  margin-bottom: 8px;
}

html body header div.header_container div.upper div.sns div a {
  font-size: 2.4rem;
  font-weight: 600;
  color: #39b54a;
}

html body header div.header_container div.upper div.sns div a img {
  width: auto;
  height: 32px;
  margin-right: 8px;
}

html body header div.header_container div.upper button {
  display: none;
}

html body header div.header_container nav.header_global a.ham_nav_logo {
  display: none;
}

html body header div.header_container nav.header_global ul {
  width: 100%;
  height: 64px;
  font-size: 2.4rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

html body header div.header_container nav.header_global ul li a {
  color: #2a63af;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

html body header div.header_container nav.header_global ul li a:hover {
  color: #007575;
}

/*----------------------------------------
  /hader
----------------------------------------*/

/*------------------------------
  breadcrumbs
------------------------------*/
html body header nav.breadcrumbs {
  background-color: #fff6f6;
  border-bottom: 1px solid #ff975b;
  box-sizing: border-box;
}

html body header nav.breadcrumbs ol {
  display: flex;
  margin-left: 64px;
}

html body header nav.breadcrumbs ol li {
  color: #333333;
  line-height: 30px;
}

html body header nav.breadcrumbs ol li::after {
  content: ">";
  display: inline-block;
  padding: 0 24px;
}

html body header nav.breadcrumbs ol li:last-child::after {
  display: none;
}

html body header nav.breadcrumbs ol li a {
  color: #333333;
}

html body header.short {
  height: 100px;
}

/*------------------------------
  /breadcrumbs
------------------------------*/

/*------------------------------ 
  scroled header
------------------------------*/
html body header.short div.header_container div.upper h1 {
  margin: 8px 32px 8px 32px;
}

html body header.short div.header_container div.upper h1 a img {
  width: auto;
  height: 56px;
}

html body header.short div.header_container div.upper h1 a {
  font-size: 1rem;
  line-height: 1.6rem;
}

html body header.short div.header_container div.upper h1 a small {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

html body header.short div.header_container div.upper h1 a span {
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 4px;
}

html body header.short div.header_container nav.header_global ul {
  height: 28px;
}

html body header.short nav.breadcrumbs ol li {
  color: #333333;
  line-height: 24px;
}

/*------------------------------
  /scroled header
------------------------------*/

/*----------------------------------------
  body
----------------------------------------*/
html body main section {
  margin-bottom: 60px;
}

html body main section.mv {
  margin-top: 210px;
}

html body main section.mv div.img_box {
  position: relative;
  text-align: center;
}

html body main section.mv div.img_box div.mv_passage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

html body main section.mv div.img_box div.mv_passage p.page_title,
html body main section.mv div.img_box div.mv_passage h2.page_title {
  font-size: 4.8rem;
  font-weight: 400;
  color: #fc7f37;
  text-shadow:
    3px 3px 8px #fff,
    -3px 3px 8px #fff,
    3px -3px 8px #fff,
    -3px -3px 8px #fff;
  letter-spacing: 0.8rem;
  text-align: center;
  /* margin:16px; */
}

html body main section.mv div.img_box div.mv_passage p.title_passage {
  font-size: 2.4rem;
  line-height: 56px;
  margin: 8px 56px 56px;
}

html body main section.mv div.img_box img {
  max-width: 1200px;
  height: auto;

  filter: brightness(90%);
}

html body main div.h2_decoration,
html body main div.h3_decoration {
  background: linear-gradient(
    90deg,
    rgb(255, 246, 246) 0%,
    rgb(255, 166, 114) 20%,
    rgb(255, 166, 114) 80%,
    rgb(255, 246, 246) 100%
  );
  margin: 0 10% 40px;
  padding: 8px 0;
}

html body main div.h2_decoration h2,
html body main div.h3_decoration h3 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
  color: #007575;
  text-align: center;
  width: fit-content;
  background-color: #fff;
  border-radius: 45px;
  padding: 0 24px;
  margin: 0 auto;
}

html body main h3,
html body main h4 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  color: #007575;
  text-align: center;
  margin-bottom: 20px;
}

html body main div.btt {
  position: fixed;
  cursor: pointer;
  right: 2%;
  bottom: 1.5%;
  display: none;
  text-align: center;
}

html body main div.btt p {
  color: #0082e5;
  margin-bottom: 8px;
}

html body main div.btt img {
  width: 100px;
  height: auto;
}

/*----------------------------------------
  /body
----------------------------------------*/

/*----------------------------------------
  footer
----------------------------------------*/
html body footer {
  width: 100%;
  height: auto;
}

html body footer nav.global {
  border-top: 3px solid #ff975b;
  box-sizing: border-box;
  padding: 0 80px;
}

html body footer nav.global ul {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

html body footer nav.global ul li a {
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.1rem;
  border-left: 1px solid #333333;
  padding-left: 8px;
}

html body footer p {
  text-align: center;
  line-height: 64px;
  background-color: #ff975b;
  color: #fff;
}
/*----------------------------------------
  /footer
----------------------------------------*/
/*--------------------------------------------------
  /共通設定
--------------------------------------------------*/

/*----------------------------------------
  index.html
----------------------------------------*/
html body main#index section.mv {
  margin-top: 180px;
}

#index section div.content_box1 {
  margin: 0 15%;
  display: block;
  overflow: hidden;
}

#index section div.content_box1 div.img_box_c {
  width: 45%;
  height: auto;
  float: right;
}

#index section div.content_box1 div.img_box_c img {
  width: 100%;
  height: auto;
}

#index section.section1 div.content_box1 div.p_container {
  width: 45%;
  text-align: left;
}

#index section.section1 div.content_box1 div.p_container p {
  margin-bottom: 16px;
}

#index section.section1 div.content_box1 div.p_container ul {
  margin-bottom: 30px;
}

#index section.section1 div.content_box1 div.img_box {
  width: 55%;
  height: auto;
  margin-top: 40px;
  position: relative;
}

#index section.section1 div.content_box1 div.img_box img {
  width: 100%;
  height: auto;
}

#index section.section1 div.btn {
  margin-top: 40px;
}

#index section.section1 div.btn a {
  width: 560px;
  border: 3px solid #ff975b;
  box-sizing: border-box;
  border-radius: 15px;
  background: #39b54a;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-weight: 600;
}

#index section.section1 div.btn a p.small {
  text-align: center;
  line-height: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 24px;
}

#index section.section1 div.btn a div.btn_p_box {
  display: flex;
  justify-content: center;
}

#index section.section1 div.btn a div.btn_p_box p {
  line-height: 100px;
  font-size: 3.2rem;
  font-weight: 400;
}

#index section.section1 div.btn a img {
  width: 32px;
  height: auto;
  margin: 34px 0 34px 8px;
}

#index section.section1 div.btn a:hover {
  background-color: #007575;
}

/* ご利用までの流れ */
#index section.section2 div.img_box {
  max-width: 750px;
  margin: 0 auto 30px;
}
#index section.section2 div.img_box img {
  width: 100%;
  height: auto;
}
#index section.section2 div.content_box1 div.p_container {
  width: 750px;
  margin: 0 auto 40px;
}

#index section.section2 div.content_box1 div.p_container h3 {
  border-bottom: 1px solid #007575;
  text-align: left;
  padding: 0 10px;
}

#index section.section2 div.btn {
  width: 600px;
  border: 3px solid #ff975b;
  border-radius: 90px;
  background: #39b54a;
  margin: 0 auto;
}

#index section.section2 div.btn a {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
}

#index section.section2 div.btn a div.btn_p_box {
  display: flex;
  justify-content: center;
}

#index section.section2 div.btn a div.btn_p_box p {
  line-height: 80px;
  font-size: 3.2rem;
  font-weight: 400;
}

#index section.section2 div.btn a img {
  width: 32px;
  height: auto;
  margin: 24px 0 24px 8px;
}

#index section.section2 div.btn:hover {
  background-color: #007575;
}
/* /ご利用までの流れ */

/* 支援プログラム */
#index section.section3 div.content_box1 div.p_container {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  background-image: url(../images/index_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#index section.section3 div.content_box1 div.p_container p {
  padding: 20px;
  margin-bottom: 32px;
  backdrop-filter: blur(3px);
}

#index section.section3 div.content_box1 div.pdf_box a {
  color: #2a63af;
  display: block;
  width: 750px;
  height: 40px;
  text-align: center;
  align-content: center;
  border: 1px solid #2a63af;
  box-sizing: border-box;
  margin: 0 auto;
}

#index section.section3 div.content_box1 div.pdf_box a:hover {
  background-color: #007575;
  color: #fff;
}
/* /支援プログラム */

/* 自己評価 */
#index section.section4 div.content_box1 div.p_container {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 32px;
}

#index section.section4 div.content_box1 div.link_box a {
  color: #2a63af;
  display: block;
  width: 750px;
  height: 40px;
  text-align: center;
  align-content: center;
  border: 1px solid #2a63af;
  box-sizing: border-box;
  margin: 0 auto;
}

#index section.section4 div.content_box1 div.link_box a:hover {
  background-color: #007575;
  color: #fff;
}
/* /自己評価 */

/* 設備のご案内 */
#index section.section5 div.content_box1 div.p_container h3 {
  border-bottom: 1px solid #007575;
  text-align: left;
  padding: 0 10px;
}

#index section.section5 div.content_box1 div.p_container div.inner {
  display: block;
  overflow: hidden;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

#index section.section5 div.content_box1 div.p_container div.inner img {
  float: right;
}

#index section.section5 div.content_box1 div.p_container div.inner img {
  width: 48%;
}

#index section.section5 div.content_box1 div.p_container div.inner p {
  width: 48%;
}
/* /設備のご案内 */

/* リクルート情報 */
#index section.section6 div.job_container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

#index section.section6 div.job_container div.job1 {
  width: 560px;
}

#index section.section6 div.job_container div.job2 {
  width: 560px;
}

#index section.section6 div.job_container div.job3 {
  width: 560px;
}

#index section.section6 div.job_container div.job_box {
  /* height: 200px; */
  border: 1px solid #ff975b;
  background-color: #fff;
  margin: 0 auto 40px;
}

#index section.section6 div.job_container div.job_box h3 {
  width: 90%;
  color: #004880;
  border-bottom: 1px solid #004880;
  line-height: 4.8rem;
  text-align: left;
  margin: 8px auto 24px;
}

#index section.section6 div.job_container div.job_box div.job_content {
  display: flex;
  justify-content: space-evenly;
}

#index
  section.section6
  div.job_container
  div.job_box
  div.job_content
  div.icon
  img {
  width: 100px;
  height: auto;
}

#index
  section.section6
  div.job_container
  div.job_box
  div.job_content
  div.passage {
  width: 65%;
}

#index
  section.section6
  div.job_container
  div.job_box
  div.job_content
  div.passage
  h4 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

#index
  section.section6
  div.job_container
  div.job_box
  div.job_content
  div.passage
  p {
  margin-bottom: 16px;
}

#index
  section.section6
  div.job_container
  div.job_box
  div.job_content
  div.passage
  ul {
  margin-bottom: 16px;
}

#index section.section6 div.btn {
  width: 560px;
  border: 3px solid #ff975b;
  border-radius: 15px;
  background: #39b54a;
  margin: 0 auto;
}

#index section.section6 div.btn a {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
}

#index section.section6 div.btn a p.small {
  text-align: center;
  line-height: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 24px;
}

#index section.section6 div.btn a div.btn_p_box {
  display: flex;
  justify-content: center;
}

#index section.section6 div.btn a div.btn_p_box p {
  line-height: 100px;
  font-size: 3.2rem;
  font-weight: 400;
}

#index section.section6 div.btn a img {
  width: 32px;
  height: auto;
  margin: 34px 0 34px 8px;
}

#index section.section6 div.btn:hover {
  background-color: #007575;
}
/* /リクルート情報 */

/* NEWS */
#index section.section7 div.news_container {
  width: 750px;
  height: 300px;
  border: 2px solid #0082e5;
  margin: 0 auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

#index section.section7 article {
  padding: 18px 20px;
}

#index section.section7 article a.news_list {
  display: flex;
}

#index section.section7 article a.news_list time {
  width: 140px;
  color: #333333;
}

#index section.section7 article a.news_list p.attribute {
  width: 100px;
  color: #007575;
  text-align: center;
}

#index section.section7 article a.news_list p.title {
  color: #333333;
}
/* /NEWS */
/*----------------------------------------
  /index.html
----------------------------------------*/

/*----------------------------------------
  overview.html
----------------------------------------*/
#overview section.section1 div.content_box1 div.p_container {
  width: 750px;
  text-align: left;
  margin: 0 auto 40px;
}

#overview section.section1 div.content_box1 div.p_container h4 {
  width: fit-content;
  padding: 0 24px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #007575;
}

#overview section.section1 div.content_box1 div.p_container div.block1 {
  margin-bottom: 20px;
}

#overview section.section1 div.content_box1 div.p_container h5 {
  font-size: 1.6rem;
  color: #007575;
}

#overview section.section1 div.content_box1 div.p_container ul {
  list-style-type: disc;
  padding-left: 24px;
  margin: 24px;
}

#overview section.section1 div.content_box1 div.p_container div.pdf_box {
  width: 750px;
  margin: 0 auto;
  border: 1px dotted #0082e5;
  box-sizing: border-box;
  padding: 20px;
}

#overview section.section1 div.content_box1 div.p_container div.pdf_box p {
  text-align: center;
  margin-bottom: 20px;
}

#overview
  section.section1
  div.content_box1
  div.p_container
  div.pdf_box
  div.pdf_container {
  display: flex;
}

#overview section.section1 div.content_box1 div.p_container div.pdf_box a {
  color: #2a63af;
  display: block;
  width: 320px;
  height: 40px;
  padding: 8px;
  text-align: center;
  align-content: center;
  border: 1px solid #2a63af;
  box-sizing: border-box;
  margin: 0 auto;
}

#overview
  section.section1
  div.content_box1
  div.p_container
  div.pdf_box
  a:hover {
  background-color: #007575;
  color: #fff;
}

#overview section.section1 div.btn a {
  width: 560px;
  border: 3px solid #ff975b;
  border-radius: 90px;
  background: #39b54a;
  margin: 0 auto 32px;
  line-height: 64px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}

#overview section.section1 div.btn a img {
  width: auto;
  height: 32px;
  margin: 16px 0 16px 8px;
}

#overview section.section1 div.btn a:hover {
  background-color: #007575;
}

#overview section.overview1 div.content_box1 div.table_box {
  width: 640px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #ff975b;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 24px 0;
}

#overview section.overview1 div.content_box1 table {
  width: 100%;
}

#overview section.overview1 div.content_box1 table tr th {
  width: 35%;
  padding: 3% 10%;
  color: #007575;
  border-right: 1px solid #707070;
}

#overview section.overview1 div.content_box1 table tr td {
  width: auto;
  padding: 1vw 3vw;
}

#overview section.overview1 div.content_box1 table tr td a {
  color: #333333;
}

#overview section.overview2 {
  text-align: center;
}

#overview section.overview2 img {
  width: 750px;
  height: auto;
  margin-bottom: 40px;
}

#overview section.overview2 div.map_passage1 {
  width: 50%;
  padding: 32px;
  background-color: #fff;
  border: 2px solid #ff975b;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}

#overview section.overview2 div.map_passage1 p {
  line-height: 40px;
  text-align: left;
}

#overview section.overview2 div.map_passage2 {
  width: 750px;
  margin: 0 auto 40px;
  text-align: left;
}

#overview section.overview2 div.map_passage2 table {
  width: 100%;
}

#overview section.overview2 div.map_passage2 table tr {
  border-bottom: 1px solid #ff975b;
}

#overview section.overview2 div.map_passage2 table tr th {
  width: 35%;
  padding: 2vw 5vw;
}

#overview section.overview2 div.map_passage2 table tr td {
  width: auto;
  padding: 1vw;
}

#overview section.overview2 div.tel_p {
  margin-bottom: 32px;
}

#overview section.overview2 div.tel_p p,
#overview section.overview2 div.tel_p a {
  text-align: center;
  color: #004880;
  font-size: 2.4rem;
  font-weight: 400;
}

#overview section.overview2 div.line_p {
  width: 750px;
  margin: 0 auto 32px;
}

#overview section.overview2 div.line_p p {
  text-align: center;
  color: #39b54a;
  font-size: 2.4rem;
  font-weight: 400;
}

#overview section.overview2 div.btn a {
  width: 560px;
  border: 3px solid #ff975b;
  box-sizing: border-box;
  border-radius: 90px;
  background: #39b54a;
  margin: 0 auto 32px;
  line-height: 64px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}

#overview section.overview2 div.btn a img {
  width: auto;
  height: 32px;
  margin: 16px 0 16px 8px;
}

#overview section.overview2 div.btn2 a:hover {
  background-color: #007575;
}
/*----------------------------------------
  /overview.html
----------------------------------------*/

/*----------------------------------------
  usage_guide.html
----------------------------------------*/
#usage_guide section.section1 div.content_box1 div.p_container {
  width: 750px;
  margin: 0 auto 40px;
}

#usage_guide section.section1 div.content_box1 div.p_container h4 {
  border-bottom: 1px solid #007575;
  text-align: left;
  padding: 0 10px;
}

#usage_guide section.section1 div.contact_p {
  width: 750px;
  margin: 0 auto 20px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #ffc09c;
}

#usage_guide section.section1 div.contact_box {
  display: flex;
  width: 750px;
  margin: 0 auto;
}

#usage_guide section.section1 div.contact_box div.tel_p {
  width: 350px;
  height: 150px;
  padding: 15px;
  margin: 0 auto;
  border: 1px solid #2a63af;
  box-sizing: border-box;
  align-content: center;
}

#usage_guide section.section1 div.contact_box div.tel_p p {
  text-align: center;
  color: #2a63af;
  font-size: 2.4rem;
  font-weight: 400;
}

#usage_guide section.section1 div.contact_box div.tel_p p a {
  color: #2a63af;
  font-size: 2.4rem;
  font-weight: 400;
}

#usage_guide section.section1 div.contact_box div.tel_p p small {
  font-size: 1.6rem;
}

#usage_guide section.section1 a.btn {
  width: 350px;
  height: 150px;
  padding: 15px;
  display: block;
  color: #fff;
  font-weight: 400;
  border: 1px solid #2a63af;
  box-sizing: border-box;
  background: #fc7f37;
  margin: 0 auto;
  align-content: center;
}

#usage_guide section.section1 a.btn p {
  text-align: center;
  line-height: 32px;
}

#usage_guide section.section1 a.btn div.btn_p_box {
  display: flex;
  justify-content: center;
}

#usage_guide section.section1 a.btn div.btn_p_box p {
  line-height: 64px;
  font-size: 2.4rem;
  font-weight: 400;
}

#usage_guide section.section1 a.btn img {
  width: 24px;
  height: auto;
  margin: 20px 0 20px 8px;
}

#usage_guide section.section1 a.btn:hover {
  background: #ff975b;
}

/*----------------------------------------
  /usage_guide.html
----------------------------------------*/

/*----------------------------------------
  self_evaluation.html
----------------------------------------*/
#self_evaluation section.section1 div.content_box1 div.p_container {
  width: 750px;
  text-align: left;
  margin: 0 auto 40px;
}

#self_evaluation section.section1 div.content_box1 div.p_container h4 {
  width: fit-content;
  padding: 0 24px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #007575;
}

#self_evaluation section.section1 div.content_box1 div.p_container p.lead {
  padding: 24px;
  border: 1px dotted #ff975b;
}

#self_evaluation
  section.section1
  div.content_box1
  div.p_container
  div.list_box {
  margin: 0 80px;
}

#self_evaluation
  section.section1
  div.content_box1
  div.p_container
  div.list_box
  ul {
  list-style-type: disc;
}

#self_evaluation section.section1 div.pdf_box {
  width: 750px;
  margin: 0 auto 40px;
  border: 3px solid #2a63af;
  box-sizing: border-box;
  text-align: left;
}

#self_evaluation section.section1 div.pdf_box div.pdf_container {
  display: flex;
  margin: 32px;
}

#self_evaluation section.section1 div.pdf_box a {
  color: #2a63af;
  width: 320px;
  height: 40px;
  text-align: center;
  align-content: center;
  border: 1px solid #2a63af;
  box-sizing: border-box;
  margin: 0 20px;
}

#self_evaluation section.section1 div.pdf_box a:hover {
  background-color: #007575;
  color: #fff;
}

/*----------------------------------------
  /self_evaluation.html
----------------------------------------*/

/*----------------------------------------
  contact.html
----------------------------------------*/
section.contact {
  margin-top: 260px;
  width: 100%;
  height: auto;
  overflow: visible;
}
/*----------------------------------------
  /contact.html
----------------------------------------*/

/*----------------------------------------
  media Queries 820
----------------------------------------*/
@media screen and (max-width: 820px) {
  /*------------------------------
    /共通設定
  ------------------------------*/
  html body a,
  html body p,
  html body th,
  html body td,
  html body dt,
  html body dd,
  html body li {
    font-size: 1.4rem;
  }

  html body header {
    height: 70px;
  }

  html body header div.header_container div.upper h1 {
    margin: 8px 16px 4px 16px;
  }

  html body header div.header_container div.upper h1 a img {
    width: 48px;
    height: 100%;
  }

  html body header div.header_container div.upper h1 a {
    font-size: 1rem;
    line-height: 13px;
  }

  html body header div.header_container div.upper h1 a small {
    font-size: 1rem;
    line-height: 13px;
  }

  html body header div.header_container div.upper h1 a span {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 4px;
  }

  html body header div.header_container div.upper h1 a br.br2 {
    display: none;
  }

  html body header div.header_container div.upper div.sns {
    margin: 8px 16px 4px auto;
  }

  html body header div.header_container div.upper div.sns div a {
    font-size: 2rem;
  }

  html body header div.header_container div.upper div.sns div a img {
    width: auto;
    height: 28px;
  }

  html body header div.header_container nav.header_global ul {
    height: 16px;
    font-size: 1.6rem;
  }

  html body header div.header_container nav.header_global ul li a {
    font-weight: 100;
  }

  html body header nav.breadcrumbs ol {
    margin-left: 24px;
  }

  html body header nav.breadcrumbs ol li {
    line-height: 16px;
  }

  html body main section.mv {
    margin-top: 72px;
  }

  html body main section.others {
    margin-top: 88px;
  }

  html body main section.mv div.img_box div.mv_passage {
    width: 70%;
  }

  html body main section.mv div.img_box div.mv_passage p.page_title {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.6rem;
    margin: 16px;
  }

  html body main section.mv div.img_box div.mv_passage p.title_passage {
    font-size: 1.4rem;
    line-height: 32px;
    margin: 8px 32px 48px;
  }

  html body main section.mv div.img_box img {
    width: 100%;
    height: auto;
  }

  html body main div.h2_decoration {
    margin: 0 0 24px;
    padding: 8px 0;
  }

  html body main div.h2_decoration h2 {
    font-size: 2.4rem;
  }

  html body main h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  html body main div.btt {
    position: fixed;
    cursor: pointer;
    right: 2%;
    bottom: 1.5%;
    display: none;
    text-align: center;
  }

  html body main div.btt p {
    color: #0082e5;
    font-size: 1rem;
    margin-bottom: 4px;
  }

  html body main div.btt img {
    width: 40px;
    height: auto;
  }

  /*----------------------------------------
    footer
  ----------------------------------------*/
  html body footer nav.global ul {
    height: 80px;
  }

  html body footer nav.global ul li a {
    color: #333333;
    font-weight: 400;
    letter-spacing: 0.2rem;
    border-left: 1px solid #333333;
    padding-left: 8px;
  }

  html body footer p.copyright {
    font-size: 1rem;
    line-height: 32px;
  }

  /*----------------------------------------
    /footer
  ----------------------------------------*/
  /*------------------------------
    /共通設定
  ------------------------------*/
  /*------------------------------
    index.html
  ------------------------------*/

  /*------------------------------
    index.html
  ------------------------------*/
  /*------------------------------
    overview.html
  ------------------------------*/

  /*------------------------------
    /overview.html
  ------------------------------*/

  /*------------------------------
    contact.html
  ------------------------------*/
  section.contact {
    margin-top: 120px;
    padding: 50% 0 80%;
  }

  /*------------------------------
    contact.html
  ------------------------------*/
}

/*----------------------------------------
  /media Queries 820
----------------------------------------*/
@media screen and (min-width: 480px) {
  #overview section.overview2 div.tel_p p a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  #overview section.overview1 div.content_box1 table tr td a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  #usage_guide section.section1 div.contact_box div.tel_p p a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*----------------------------------------
  media Queries 480
----------------------------------------*/
@media screen and (max-width: 480px) {
  /*------------------------------
    共通設定
  ------------------------------*/
  html body header div.header_container {
    border-bottom: 2px solid #ff975b;
  }

  html body header div.header_container div.upper h1 {
    margin: 8px 0px 6px 8px;
  }

  html body header div.header_container div.upper h1 a img {
    width: auto;
    height: 40px;
  }

  html body header div.header_container div.upper h1 a {
    font-size: 1rem;
    line-height: 12px;
    margin-left: 4px;
  }

  html body header div.header_container div.upper h1 a small {
    font-size: 1rem;
    line-height: 12px;
    letter-spacing: 0;
  }

  html body header div.header_container div.upper h1 a span {
    font-size: 1.4rem;
    line-height: 15px;
  }

  html body header div.header_container div.upper h1 a br.br2 {
    display: block;
  }

  html body header div.header_container div.upper div.sns {
    margin: 8px 16px 4px auto;
  }

  html body header div.header_container div.upper div.sns div {
    margin-bottom: 0;
  }

  html body header div.header_container div.upper div.sns div a {
    font-size: 1.4rem;
  }

  html body header div.header_container div.upper div.sns div a img {
    width: auto;
    height: 20px;
    margin-right: 4px;
  }

  html body header div.header_container div.upper button.openbtn {
    background-color: transparent;
    /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent;
    /*buttonタグデフォルトスタイルを打ち消し*/
    display: block;
    position: relative;
    background: #ff975b;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 2px 8px 0 0;
    z-index: 100;
  }

  html body header div.header_container div.upper button.openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }

  html
    body
    header
    div.header_container
    div.upper
    button.openbtn
    span:nth-child(1) {
    top: 13px;
  }

  html
    body
    header
    div.header_container
    div.upper
    button.openbtn
    span:nth-child(2) {
    top: 19px;
  }

  html
    body
    header
    div.header_container
    div.upper
    button.openbtn
    span:nth-child(3) {
    top: 25px;
  }

  html
    body
    header
    div.header_container
    div.upper
    button.openbtn
    span:nth-child(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -5px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
  }

  html
    body
    header
    div.header_container
    div.upper
    button.openbtn.active
    span:nth-child(1) {
    top: 14px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }

  html
    body
    header
    div.header_container
    div.upper
    button.openbtn.active
    span:nth-child(2) {
    opacity: 0;
  }

  html
    body
    header
    div.header_container
    div.upper
    button.openbtn.active
    span:nth-child(3) {
    top: 26px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  html
    body
    header
    div.header_container
    div.upper
    button.openbtn.active
    span:nth-child(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 8px;
    left: 6px;
  }

  html body header div.header_container nav.header_global {
    display: none;
  }

  html body header div.header_container nav.header_global ul {
    height: 16px;
    font-size: 1.4rem;
  }

  html body header div.header_container nav.header_global ul li:nth-child(1) {
    display: block;
  }

  html body header div.header_container nav.header_global ul li a {
    font-weight: 100;
    letter-spacing: 0;
  }

  html body header div.header_container nav.header_global.active {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    background-color: rgba(255, 230, 215, 0.9);
    width: 100%;
    height: 100vh;
  }

  html
    body
    header
    div.header_container
    nav.header_global.active
    a.ham_nav_logo {
    display: block;
    margin: 40px 0 24px;
    text-align: center;
  }

  html
    body
    header
    div.header_container
    nav.header_global.active
    a.ham_nav_logo
    img {
    width: auto;
    height: 88px;
  }

  html body header div.header_container nav.header_global.active ul {
    display: block;
    width: 50%;
    height: 240px;
    align-content: center;
    margin: 0 auto;
  }

  html body header div.header_container nav.header_global.active ul li a {
    display: block;
    color: #007575;
    border-bottom: 1px solid #007575;
    margin-bottom: 24px;
    letter-spacing: 0.2rem;
  }

  html
    body
    header
    div.header_container
    nav.header_global.active
    ul
    li
    a:last-child {
    margin-bottom: none;
  }

  /*--------------------
    breadcrumbs
  --------------------*/
  html body header nav.breadcrumbs {
    border-bottom: 1px solid #ff975b;
  }

  html body header nav.breadcrumbs ol {
    margin-left: 16px;
  }

  html body header nav.breadcrumbs ol li {
    line-height: 16px;
  }

  html body header.short {
    height: 56px;
  }
  /*--------------------
    /breadcrumbs
  --------------------*/

  /*------------------------------ 
    scroled header
  ------------------------------*/
  html body header.short div.header_container {
    border-bottom: 2px solid #ff975b;
  }

  html body header.short div.header_container div.upper h1 {
    margin: 8px 0px 6px 8px;
  }

  html body header.short div.header_container div.upper h1 a img {
    width: auto;
    height: 40px;
  }

  html body header.short div.header_container div.upper h1 a {
    font-size: 1rem;
    line-height: 12px;
    margin-left: 4px;
  }

  html body header.short div.header_container div.upper h1 a small {
    font-size: 1rem;
    line-height: 12px;
    letter-spacing: 0;
  }

  html body header.short div.header_container div.upper h1 a span {
    font-size: 1.4rem;
    line-height: 15px;
  }

  html body header.short div.header_container div.upper h1 a br.br2 {
    display: block;
  }

  html body header.short div.header_container div.upper div.sns {
    margin: 8px 16px 4px auto;
  }

  html body header.short div.header_container div.upper div.sns div {
    margin-bottom: 0;
  }

  html body header.short div.header_container div.upper div.sns div a {
    font-size: 1.4rem;
  }

  html body header.short div.header_container div.upper div.sns div a img {
    width: auto;
    height: 20px;
    margin-right: 4px;
  }

  html body header.short div.header_container div.upper button.openbtn {
    background-color: transparent;
    /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent;
    /*buttonタグデフォルトスタイルを打ち消し*/
    display: block;
    position: relative;
    background: #ff975b;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 2px 8px 0 0;
    z-index: 100;
  }

  html body header.short div.header_container div.upper button.openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }

  html
    body
    header.short
    div.header_container
    div.upper
    button.openbtn
    span:nth-child(1) {
    top: 13px;
  }

  html
    body
    header.short
    div.header_container
    div.upper
    button.openbtn
    span:nth-child(2) {
    top: 19px;
  }

  html
    body
    header.short
    div.header_container
    div.upper
    button.openbtn
    span:nth-child(3) {
    top: 25px;
  }

  html
    body
    header.short
    div.header_container
    div.upper
    button.openbtn
    span:nth-child(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -5px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
  }

  html
    body
    header.short
    div.header_container
    div.upper
    button.openbtn.active
    span:nth-child(1) {
    top: 14px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }

  html
    body
    header.short
    div.header_container
    div.upper
    button.openbtn.active
    span:nth-child(2) {
    opacity: 0;
  }

  html
    body
    header.short
    div.header_container
    div.upper
    button.openbtn.active
    span:nth-child(3) {
    top: 26px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  html
    body
    header.short
    div.header_container
    div.upper
    button.openbtn.active
    span:nth-child(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 8px;
    left: 6px;
  }

  html body header.short div.header_container nav.header_global {
    display: none;
  }

  html body header.short div.header_container nav.header_global ul {
    height: 16px;
    font-size: 1.4rem;
  }

  html
    body
    header.short
    div.header_container
    nav.header_global
    ul
    li:nth-child(1) {
    display: block;
  }

  html body header.short div.header_container nav.header_global ul li a {
    font-weight: 100;
    letter-spacing: 0;
  }

  html body header.short div.header_container nav.header_global.active {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    background-color: rgba(255, 230, 215, 0.9);
    width: 100%;
    height: 100vh;
  }

  html
    body
    header.short
    div.header_container
    nav.header_global.active
    a.ham_nav_logo {
    display: block;
    margin: 40px 0 24px;
    text-align: center;
  }

  html
    body
    header.short
    div.header_container
    nav.header_global.active
    a.ham_nav_logo
    img {
    width: auto;
    height: 88px;
  }

  html body header.short div.header_container nav.header_global.active ul {
    display: block;
    width: 50%;
    height: 240px;
    align-content: center;
    margin: 0 auto;
  }

  html body header.short div.header_container nav.header_global.active ul li a {
    display: block;
    color: #007575;
    border-bottom: 1px solid #007575;
    margin-bottom: 24px;
    letter-spacing: 0.2rem;
  }

  html
    body
    header.short
    div.header_container
    nav.header_global.active
    ul
    li
    a:last-child {
    margin-bottom: none;
  }

  html body header.short div.header_container nav.breadcrumbs {
    border-bottom: 1px solid #ff975b;
  }

  html body header.short div.header_container nav.breadcrumbs ol {
    margin-left: 16px;
  }

  html body header.short div.header_container nav.breadcrumbs ol li {
    line-height: 16px;
  }

  html body header.short nav.breadcrumbs {
    border-bottom: 1px solid #ff975b;
  }

  html body header.short nav.breadcrumbs ol {
    margin-left: 16px;
  }

  html body header.short nav.breadcrumbs ol li {
    line-height: 16px;
  }
  /*------------------------------
    /scroled header
  ------------------------------ */

  /*------------------------------
    body
  ------------------------------ */
  html body main section {
    margin-bottom: 32px;
  }

  html body main#index section.mv {
    margin-top: 70px;
  }

  html body main section.mv div.img_box div.mv_passage {
    width: 90%;
  }

  html body main section.mv div.img_box div.mv_passage p.page_title,
  html body main section.mv div.img_box div.mv_passage h2.page_title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin: 4px;
  }

  html body main section.mv div.img_box div.mv_passage p.title_passage {
    font-size: 1.4rem;
    line-height: 20px;
    margin: 4px 32px 16px;
  }

  html body main section.mv div.img_box img {
    width: 100%;
    height: auto;
  }

  html body main div.h2_decoration,
  html body main div.h3_decoration {
    margin: 0 0 24px;
    padding: 8px 0;
  }

  html body main div.h2_decoration h2,
  html body main div.h3_decoration h3 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  html body main h3,
  html body main h4 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
  }

  html body main div.btt {
    position: fixed;
    cursor: pointer;
    right: 1%;
    bottom: 1.5%;
    display: none;
    text-align: center;
  }

  html body main div.btt p {
    color: #0082e5;
    font-size: 1rem;
    margin-bottom: 2px;
  }

  html body main div.btt img {
    width: 40px;
    height: auto;
  }
  /*------------------------------
    /body
  ------------------------------ */

  /*----------------------------------------
    footer
  ----------------------------------------*/
  html body footer nav.global {
    border-top: 2px solid #ff975b;
    height: 40px;
  }

  html body footer nav.global ul {
    display: none;
  }
  /*----------------------------------------
    /footer
  ----------------------------------------*/
  /*------------------------------
    /共通設定
  ------------------------------*/

  /*------------------------------
    index.html
  ------------------------------*/
  #index section div.content_box1 {
    margin: 0 5%;
  }
  #index section div.content_box1 div.img_box_c {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 15px;
  }

  /* コムレイドってどんなところ？ */
  #index section.section1 div.content_box1 div.p_container {
    width: 100%;
    text-align: left;
  }
  #index section.section1 div.content_box1 div.p_container p {
    margin-bottom: 20px;
  }

  #index section.section1 div.btn {
    margin-top: 0;
  }

  #index section.section1 div.btn a {
    width: 90%;
    border: 2px solid #ff975b;
    box-sizing: border-box;
    border-radius: 90px;
    background: #39b54a;
    margin: 0 auto;
    display: block;
    color: #fff;
  }
  /* #index section.section1 div.btn a p.small {
    text-align: center;
    line-height: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    margin-top: 24px;
  } */
  #index section.section1 div.btn a div.btn_p_box p {
    line-height: 40px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  #index section.section1 div.btn a img {
    width: 22px;
    height: auto;
    margin: 9px 0 9px 8px;
  }
  /* /コムレイドってどんなところ？ */

  /* ご利用までの流れ */
  #index section.section2 div.content_box1 div.p_container {
    width: 100%;
    margin: 0 auto 20px;
  }

  #index section.section2 div.btn {
    width: 90%;
    border: 2px solid #ff975b;
    border-radius: 90px;
    background: #39b54a;
    margin: 0 auto;
  }
  #index section.section2 div.btn a {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 400;
  }
  #index section.section2 div.btn a div.btn_p_box p {
    line-height: 40px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  #index section.section2 div.btn a img {
    width: 20px;
    height: auto;
    margin: 10px 0 10px 8px;
  }
  #index section.section2 div.btn:hover {
    background-color: #007575;
  }
  /* /ご利用までの流れ */

  /* 支援プログラム */
  #index section.section3 div.content_box1 div.p_container {
    width: 100%;
  }
  #index section.section3 div.content_box1 div.p_container p {
    padding: 16px;
    margin-bottom: 16px;
  }

  #index section.section3 div.content_box1 div.pdf_box a {
    width: 100%;
  }

  /* /支援プログラム */

  /* 自己評価 */
  #index section.section4 div.content_box1 div.p_container {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 16px;
  }

  #index section.section4 div.content_box1 div.link_box a {
    width: 100%;
    font-size: 1.2rem;
  }
  /* /自己評価 */

  /* 設備のご案内 */
  #index section.section5 div.content_box1 div.p_container div.inner {
    margin-bottom: 16px;
  }
  #index section.section5 div.content_box1 div.p_container div.inner img {
    float: none;
  }
  #index section.section5 div.content_box1 div.p_container div.inner img {
    width: 100%;
    margin-bottom: 8px;
  }
  #index section.section5 div.content_box1 div.p_container div.inner p {
    width: 100%;
  }
  /* /設備のご案内 */

  /* NEWS */
  #index section.section7 div.news_container {
    width: 90%;
    height: 300px;
    border: 2px solid #0082e5;
    margin: 0 5%;
    overflow: scroll;
    box-sizing: border-box;
  }
  #index section.section7 article {
    padding: 8px 16px;
  }
  #index section.section7 article a.news_list {
    display: block;
  }
  #index section.section7 article a.news_list p.attribute {
    text-align: left;
  }
  /* /NEWS */
  /*------------------------------
    index.html
  ------------------------------*/

  /*------------------------------
    overview.html
  ------------------------------*/
  html body main#overview section.mv {
    margin-top: 86px;
  }

  #overview section div.content_box1 {
    margin: 0 5%;
  }

  #overview section.section1 div.content_box1 div.p_container {
    width: 100%;
    text-align: left;
    margin: 0 auto 20px;
  }

  #overview section.section1 div.content_box1 div.p_container div.pdf_box {
    width: 100%;
    padding: 16px;
  }

  #overview section.section1 div.content_box1 div.p_container div.pdf_box p {
    text-align: center;
    margin-bottom: 20px;
  }

  #overview
    section.section1
    div.content_box1
    div.p_container
    div.pdf_box
    div.pdf_container {
    display: flex;
  }

  #overview section.section1 div.content_box1 div.p_container div.pdf_box a {
    color: #2a63af;
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px;
    text-align: center;
    align-content: center;
    border: 1px solid #2a63af;
    box-sizing: border-box;
    margin: 0 auto;
  }

  #overview
    section.section1
    div.content_box1
    div.p_container
    div.pdf_box
    a:hover {
    background-color: #007575;
    color: #fff;
  }

  #overview section.section1 div.btn a {
    width: 90%;
    border: 2px solid #ff975b;
    box-sizing: border-box;
    border-radius: 90px;
    background: #39b54a;
    margin: 0 auto 32px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
  }

  #overview section.section1 div.btn a img {
    width: auto;
    height: 20px;
    margin: 10px 0 10px 8px;
  }

  #overview section.overview2 img {
    width: 100%;
    margin-bottom: 16px;
  }

  #overview section.overview2 div.map_passage2 {
    width: 100%;
    margin: 0 auto 16px;
  }

  #overview section.overview2 div.tel_p {
    margin-bottom: 16px;
  }

  #overview section.overview2 div.tel_p p {
    text-align: center;
    color: #004880;
    font-size: 1.6rem;
    font-weight: 400;
  }

  #overview section.overview2 div.btn a {
    width: 100%;
    border: 2px solid #ff975b;
    box-sizing: border-box;
    border-radius: 90px;
    background: #39b54a;
    margin: 0 auto 32px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
  }

  #overview section.overview2 div.btn a img {
    width: auto;
    height: 20px;
    margin: 10px 0 10px 8px;
  }

  #overview section.overview2 div.btn:hover {
    background-color: #007575;
  }

  #overview section.overview2 div.line_p {
    width: 100%;
    margin: 0 auto 32px;
  }

  #overview section.overview2 div.line_p p {
    text-align: center;
    color: #39b54a;
    font-size: 1.6rem;
    font-weight: 400;
  }

  #overview section.overview1 div.content_box1 div.table_box {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 2px solid #ff975b;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 16px 0;
  }

  #overview section.overview1 div.content_box1 table {
    width: 100%;
  }

  #overview section.overview1 div.content_box1 table tr th {
    width: 30%;
    box-sizing: border-box;
    padding: 2vw;
  }

  #overview section.overview1 div.content_box1 table tr td {
    box-sizing: border-box;
  }
  /*------------------------------
    /overview.html
  ------------------------------*/

  /*------------------------------
    usage_guide.html
  ------------------------------*/
  html body main#usage_guide section.mv {
    margin-top: 86px;
  }
  #usage_guide section.section1 div.content_box1 {
    margin: 0 5%;
  }
  #usage_guide section.section1 div.content_box1 div.p_container {
    width: 100%;
    margin: 0 auto 40px;
  }
  #usage_guide section.section1 div.contact_p {
    width: 100%;
    padding: 5%;
  }
  #usage_guide section.section1 div.contact_box {
    display: block;
    width: 100%;
  }
  #usage_guide section.section1 div.tel_p {
    margin: 0 auto 15px;
  }
  /*------------------------------
    /usage_guide.html
  ------------------------------*/

  /*------------------------------
    self_evaluation.html
  ------------------------------*/
  html body main#self_evaluation section.mv {
    margin-top: 86px;
  }
  #self_evaluation section.section1 div.content_box1 {
    margin: 0 5%;
  }
  #self_evaluation section.section1 div.content_box1 div.p_container {
    width: 100%;
    margin: 0 auto 40px;
  }
  #self_evaluation
    section.section1
    div.content_box1
    div.p_container
    div.list_box {
    margin: 0 8%;
  }
  #self_evaluation section.section1 div.pdf_box {
    width: auto;
    margin: 0 5%;
  }
  /*------------------------------
    /self_evaluation.html
  ------------------------------*/

  /*------------------------------
    contact.html
  ------------------------------*/
  html body main#contact section.mv {
    margin-top: 86px;
  }
  section.contact {
    overflow: auto;
    margin-top: 80px;
    padding: 30px 0;
  }

  /*------------------------------
    contact.html
  ------------------------------*/
}
/*----------------------------------------
  /media Queries 480
----------------------------------------*/

.photo-grid {
  display: grid; /* これがグリッドレイアウトの宣言 */
  grid-template-columns: repeat(3, 1fr); /* 3列に均等に並べる */
  gap: 20px; /* 写真と写真の間隔 */
  width: 750px;
  margin: 0 auto 20px;
}

/* 初期表示を隠すためのスタイル */
/* photo-grid-hidden は JavaScript で display: grid; に切り替えるため、ここでの display: none; は必須です。*/
.photo-grid-hidden {
  display: none;
  transition: opacity 0.5s ease;
}

/* ボタンのコンテナ */
.button-container {
  text-align: center;
  margin-top: 30px; /* グリッドとの間隔 */
  margin-bottom: 50px; /* セクション間の余白 */
}

/* 「もっと見る」ボタンのスタイル */
.show-more-button {
  background-color: #39b54a; /* ボタンの背景色（緑色） */
  color: white; /* テキスト色 */
  padding: 12px 40px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold; /* 少し強調 */
  transition:
    background-color 0.3s ease,
    transform 0.2s ease; /* ホバー時のアニメーションとクリック時の微調整 */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); /* 軽い影 */
}

.show-more-button:hover {
  background-color: #007575; /* ホバー時の色 */
  transform: translateY(-2px); /* 少し上に動く */
}

.show-more-button:active {
  transform: translateY(0); /* クリック時に戻る */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* 影を小さく */
}

/* 「閉じる」ボタンになった時のスタイル (任意) */
.show-more-button.is-open {
  background-color: #f44336; /* 赤色 */
}

.show-more-button.is-open:hover {
  background-color: #da190b;
}

.grid-item {
  background-color: #ffffff; /* 背景色 */
  border-radius: 8px; /* 角丸 */
  overflow: hidden; /* 角丸からはみ出る画像を隠す */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 影 */
  text-align: center; /* キャプション中央揃えのため */
  display: flex; /* 画像とキャプションを縦に並べるため */
  flex-direction: column; /* 縦方向配置 */
}

.grid-item img {
  width: 100%;
  height: 200px; /* 画像の高さ固定 */
  object-fit: cover; /* 画像をボックスに収める（トリミング） */
  display: block;
}

.caption {
  padding: 10px;
  font-size: 1.6rem;
  color: #333;
  white-space: nowrap; /* テキストの折り返しを防ぐ */
  overflow: hidden; /* はみ出たテキストを隠す */
  text-overflow: ellipsis; /* はみ出たテキストを三点リーダーで表示 */
  flex-grow: 1; /* キャプションがボックスの残りのスペースを埋める */
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
}

/* スマートフォンなど画面が狭い場合の調整 */
@media (max-width: 768px) {
  .photo-grid {
    grid-template-columns: repeat(2, 1fr); /* 2列にする */
    width: auto;
    margin: 0 5%;
  }
  .grid-item img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .photo-grid {
    grid-template-columns: 1fr; /* 1列にする */
    width: auto;
    margin: 0 5%;
  }
  .grid-item img {
    height: 180px;
  }
  .show-more-button {
    padding: 10px 32px;
    font-size: 1.8rem;
  }
}
