@charset "UTF-8";
/* ------------------------------
  Created: 2019.08.22
  Morified: 2025.10.12
  Auther: OTSUKA Takashi
------------------------------ */
:root {
  --accent1: #4a97ba;
  --accent2: #4c6786;
  --accent3: #ff7bcd;
  --background: #f6fafc;
  --hover: #fc9d03;
  --active: #ff0000;
}

.hidePC {
  display: none;
}

/* a */
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: var(--accent1);
}
a:hover {
  color: var(--hover);
}
a:active {
  color: var(--active);
}

/* img */
img {
  max-width: 100%;
}

html {
  background: var(--background);
  scroll-behavior: smooth;
}

/* container */
.containerA {
  width: 960px;
  margin: 0 auto;
}

/* header */
header {
  border-top: 20px solid var(--accent2);
  background: var(--background);
  height: 195px;
}

header h1 img {
  height: 65px;
  margin-top: -20px;
}

#subNav {
  text-align: right;
}

#subNav a {
  display: inline-block;
  margin: 15px 0 0 20px;
}

#subNav a img {
  height: 32px;
}

header nav {
  height: 60px;
  margin: 5px auto 0 auto;
}

header nav ul#gNav {
  height: 60px;
  display: flex;
}

header nav ul#gNav li {
  flex: 1;
  position: relative;
}

header nav ul#gNav li a {
  display: block;
  height: 60px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 17px 0;
  border-right: 1px solid #dadada;
  text-decoration: none;
}

header nav ul#gNav li:last-child a {
  border-right: none
}

header nav ul#gNav li a span {
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 6px 0 0 0;
  color: var(--accent1);
}

header nav ul#gNav li a:link, header nav ul#gNav li a:visited {
  color: #000000;
}

header nav ul#gNav li a:hover, header nav ul#gNav li a:active {
  background: #e0e0e0;
  text-decoration: none;
}

/* mainVisual */
#mainVisual {
  height: 524px;
  background: url('../images/mainVisual.jpg');
  background-size: cover;
  background-position: center;
}

#mainVisualCatch {
  position: relative;
}

#mainVisualCatch li {
  position: absolute;
}

#mvq1 { top: 40px; left: 80px; }
#mvq1 img { width: 90%; }
#mvc { top: 165px; left: 110px; }
#mvc img { width: 100%; }
#mva1 { top: 180px; left: 500px; }
#mva1 img { width: 75%; }
#mvc1 { top: 180px; left: 470px; }
#mva2 { top: 255px; left: 500px; }
#mva2 img { width: 75%; }
#mvc2 { top: 255px; left: 470px; }
#mva3 { top: 330px; left: 500px; }
#mva3 img { width: 75%; }
#mvc3 { top: 330px; left: 470px; }
#mva4 { top: 405px; left: 500px; }
#mva4 img { width: 75%; }
#mvc4 { top: 405px; left: 470px; }
#mvc1, #mva1, #mvc2, #mva2, #mvc3, #mva3, #mvc4, #mva4 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.mvShow {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* subVisual */
h2 {
  background: url('../images/blueCircle.png') 10px 1px no-repeat;
  margin: 60px auto 20px auto;
  padding: 0 0 3px 35px;
  font-size: 2.0rem;
  border-bottom: 1px solid var(--accent1);
}

/* article */
article section {

}

p {
  font-size: 1.6rem;
  text-indent: 1.6rem;
  line-height: 1.7;
  margin: 20px 30px;
  text-align: justify;
}

.pickup {
  width: 93%;
  background: #ffffff;
  margin: 20px auto;
  padding: 10px 15px;
  border-radius: 1.5rem;
  box-shadow: 0 0 7px var(--accent1);
}

.pickup p {
  text-indent: 0;
}

/* table */
table {
  border-collapse: collapse;
  border: 1px solid var(--accent1);
  width: 94%;
  margin: 30px auto;
}
table th {
  background: #e9f3f7;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
table td {
  text-align: justify;
}
table th, table td {
  border: 1px solid var(--accent1);
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
}
table td p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
table td ol {
  margin: 20px auto 0 auto;
}
table td ol li {
  font-size: 1.6rem;
  margin: 10px 0 10px 20px;
  list-style: decimal;
}
table td ul li {
  font-size: 1.6rem;
  margin: 10px 0;
}

/* members */
#members {
  display: flex;
  width: 94%;
  margin: 30px auto;
  justify-content: space-between;
}
.member {
  flex-basis: 30%;;
  position: relative;
  padding: 30px 15px 15px 15px;
  background-color: #ffffff;
  border: 1px solid var(--accent1);
}
.member:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 3rem 0 0;
  border-color: var(--accent1) transparent transparent transparent;
}
.member h3 {
  font-size: 1.8rem;
  color: var(--accent1);
  border-bottom: 1px solid var(--accent1);
  padding: 0 0 3px 0;
  text-align: center;
  margin: 0;
}

.member p {
  font-size: 1.6rem;
  text-indent: 1.6rem;
  line-height: 1.7;
  margin: 0;
}

.member img {
  display: block;
  width: 80%;
  margin: 10px auto 0 auto;
}

h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--accent1);
  margin: 10px 0 20px 30px;
}

#informationsLine, #informationsNote {
  display: flex;
  justify-content: center;
}

#informationsLine a, #informationsNote a {
  display: block;
  margin-top: 40px;
  margin-bottom: 60px;
}

#informationsLine a:first-child {
  margin-right: 60px;
}
#informationsLine a img {
  height: 120px;
}

#informationsNote a img {
  height: 80px;
}

/* footer */
footer div {
  border-top: 1px solid var(--accent1);
  border-bottom: 1px solid var(--accent1);
  background: #ffffff;
  text-align: center;
  padding: 30px;
}
footer div img {
  height: 60px;
}
footer nav ul {
  margin: 30px auto;
  width: 90%;
  display: flex;
}
footer nav ul li {
  flex: 1;
}
footer nav ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #000000 !important;
}
footer nav ul li a:before {
  content: "» ";
}
footer address {
  background: var(--accent2);
  color: #ffffff;
  text-align: center;
  padding: 15px;
}
