@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;
}

/* SP Special */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.hideSP {
  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: 100%;
  margin: 0 auto;
}

/* header */
header {
  border-top: 10px solid var(--accent2);
  background: var(--background);
}
header h1 {
  text-align: center;
}
header h1 img {
  width: 80%;
}

#subNav {
  text-align: right;
}

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

#subNav a img {
  height: 32px;
}

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

header nav ul#gNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 95%;
  margin: 15px auto;
}

header nav ul#gNav li {
  flex-basis: 47%;
  position: relative;
}

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

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: 370px;
  background: url('../images/mainVisual.jpg');
  background-size: cover;
  background-position: center;
}

#mainVisualCatch {
  position: relative;
}

#mainVisualCatch li {
  position: absolute;
}

#mvq1 { top: 10x; left: 10px; }
#mvq1 img { width: 95%; }
#mvc { top: 20%; left: 300px; }
#mvc img { display: none; }
#mva1 { top: 80px; left: 50px; }
#mva1 img { width: 75%; }
#mvc1 { top: 80px; left: 20px; }
#mva2 { top: 155px; left: 50px; }
#mva2 img { width: 75%; }
#mvc2 { top: 155px; left: 20px; }
#mva3 { top: 230px; left: 50px; }
#mva3 img { width: 80%; }
#mvc3 { top: 240px; left: 20px; }
#mva4 { top: 305px; left: 50px; }
#mva4 img { width: 85%; }
#mvc4 { top: 305px; left: 20px; }
#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);
  line-height: 1.5;
}

/* 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;
  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: 97%;
  margin: 30px auto;
}
table th {
  background: #e9f3f7;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
table td {
  text-align: justify;
}
table th, table td {
  border: 1px solid var(--accent1);
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
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.4rem;
  margin: 10px 0 10px 20px;
  list-style: decimal;
  line-height: 1.5;
}
table td ul li {
  font-size: 1.4rem;
  margin: 10px 0;
  line-height: 1.5;
}

/* members */
#members {
  width: 94%;
  margin: 30px auto;
  justify-content: space-between;
}
.member {
  width: 80%;
  margin: 15px auto;
  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;
  margin: 0;
  text-align: center;
}

.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%;
}
footer nav ul li {
  margin: 20px;
}
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;
}
