@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;900&display=swap');*/
/* ==========================================================================
Typography
========================================================================== */
/* 
font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
*/
h2,
h3,
h4,
h5,
h6 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  color: #333072;
  font-size: 42px;
  text-align: center;
  margin: 0 0 40px;
}
h2 span {
  background: linear-gradient(transparent 60%, #d5d1b6 60%);
  padding: 0 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
  h2 span {
    background: linear-gradient(transparent 60%, #d5d1b6 60%);
    padding: 0 20px;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  transition: all 0.3s;
}

a.btn {
  display: block;
  text-align: center;
  color: #FFF;
  background-color: #333072;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 10px;
  border: 1px solid #333072;
}
a.btn:hover {
  color: #333072;
  background-color: #d5dcee;
}

div img {
  display: block;
  width: 100%;
  margin: auto;
}

main {
  margin: 0 auto;
}

section {
  padding-top: 60px;
}
section:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 40px;
  }
  section:last-of-type {
    padding-bottom: 40px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* ==========================================================================
	General Styles
========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 80px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

p,
dt,
dd,
li,
th,
td {
  text-align: justify;
  font-size: 16px;
  line-height: 1.75rem;
}
@media screen and (max-width: 768px) {
  p,
  dt,
  dd,
  li,
  th,
  td {
    font-size: 14px;
    line-height: 1.5rem;
  }
}

.section__lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section__lead {
    text-align: justify;
  }
  .section__lead br {
    display: none;
  }
}

a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a {
    font-size: 14px;
  }
}

small {
  font-size: 80%;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* ==========================================================================
	$table 共通
========================================================================== */
p.table__attention {
  color: #333072;
  margin: 0 0 5px;
}

.table__wrap {
  width: 100%;
  overflow: auto;
}

.section__table {
  border-collapse: collapse;
  color: #333072;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  min-width: 750px;
  border-bottom: 3px solid #333072;
}
.section__table:not(:last-of-type) {
  margin-bottom: 20px;
}
.section__table:last-of-type {
  margin-bottom: 60px;
}
.section__table tr {
  border-bottom: 1px dashed #333072;
  vertical-align: top;
}
.section__table tr:first-of-type {
  border-top: 3px solid #333072;
  border-bottom: 3px solid #333072;
}
.section__table tr:last-of-type {
  border-bottom: 3px solid #333072;
}
.section__table th,
.section__table td {
  text-align: left;
  padding: 10px;
}
.section__table td:first-of-type {
  background-color: #dddac4;
}
.section__table a {
  display: block;
  color: #333072;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.section__table a:hover {
  background-color: #d5dcee;
}

/* ==========================================================================
	$リスト 共通
========================================================================== */
ul.section__list,
ol.section__list {
  padding-left: 1.5rem;
}
ul.section__list li,
ol.section__list li {
  margin-bottom: 5px;
}
ul.section__list a,
ol.section__list a {
  display: block;
  color: #000;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px dashed #333072;
}
ul.section__list a:hover,
ol.section__list a:hover {
  background-color: #d5dcee;
}

ul.section__list li {
  list-style: disc;
}

/* ==========================================================================
	$Header
========================================================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #333072;
  z-index: 999;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 20px;
}
header .logo a {
  display: block;
}
header .logo img {
  height: 50px;
}
header .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .nav-list a {
  text-decoration: none;
  color: #FFF;
}
header .nav-list a:hover {
  color: #d5dcee;
}
header {
  /*------------ ↓↓↓↓↓ PC版 ↓↓↓↓↓ --------------------------*/
}
@media (min-width: 768px) {
  header .hamburger {
    display: none;
  }
  header .nav-list {
    display: flex;
    gap: 40px;
    align-items: flex-end;
  }
  header .has-sub {
    position: relative;
  }
  header .has-sub:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  header .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #333072;
    min-width: 200px;
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  header .sub-menu li {
    list-style: none;
    padding: 0;
    border: 1px solid #FFF;
  }
  header .sub-menu li:not(:last-of-type) {
    border-bottom: none;
  }
  header .sub-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    transition: 0.2s ease, 0.2s ease;
  }
  header .sub-menu a:hover {
    color: #333072;
    background: #d5dcee;
  }
  header .sub-toggle {
    display: none;
  }
}
header {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  header .inner {
    height: 60px;
  }
  header .logo img {
    height: 40px;
  }
  header .hamburger {
    width: 30px;
    height: 22px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
  }
  header .hamburger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #FFF;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  header .hamburger span:nth-child(1) {
    top: 0;
  }
  header .hamburger span:nth-child(2) {
    top: 9px;
  }
  header .hamburger span:nth-child(3) {
    bottom: 0;
  }
  header .hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  header .hamburger.active span:nth-child(2) {
    top: 9px;
    transform: rotate(45deg);
  }
  header .hamburger.active span:nth-child(3) {
    bottom: auto;
    top: 9px;
    transform: rotate(-45deg);
  }
  header .nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #333072;
    transform: translateX(100%);
    transition: 0.3s;
  }
  header .nav.open {
    transform: translateX(0);
  }
  header .nav-list li {
    border-bottom: 1px solid #FFF;
    position: relative;
  }
  header .nav-list li:first-of-type {
    border-top: 1px solid #FFF;
  }
  header .nav-list a {
    display: block;
    padding: 15px;
  }
  header .sub-toggle {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 40px;
    border: none;
    background: none;
  }
  header .sub-toggle::before, header .sub-toggle::after {
    content: "";
    position: absolute;
    background: #FFF;
    transition: 0.3s;
  }
  header .sub-toggle::before {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .sub-toggle::after {
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .has-sub.open .sub-toggle::after {
    height: 0;
  }
  header .has-sub.open .sub-menu {
    display: block;
  }
  header .sub-menu {
    display: none;
    background: #d5dcee;
  }
  header .sub-menu a {
    color: #333072 !important;
    padding-left: 30px;
  }
}

/* ==========================================================================
	$hero
========================================================================== */
#hero {
  background-image: url(../img/hero_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  max-height: 520px;
  margin: 0;
  padding: 0;
  position: relative;
}
#hero .hero_ttl {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 600px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #hero {
    background-image: url(../img/hero_sp.jpg);
    max-height: 400px;
  }
  #hero .hero_ttl {
    width: 90%;
    max-width: 450px;
    top: 50px;
    transform: none;
  }
}

/* ==========================================================================
	$attempt
========================================================================== */
#attempt {
  background-color: #f3f2ea;
  background-image: url(../img/bg.png);
  background-position: top center;
  background-size: 90%;
  background-repeat: repeat-y;
}
#attempt h2 {
  color: #586fb9;
  font-size: 42px;
  text-align: center;
  margin: 0 0 40px;
}
#attempt p.attempt__lead {
  color: #1c2555;
  font-size: 24px;
  text-align: center;
  line-height: 2.5rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 40px;
}
#attempt .attempt__column {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 80px;
}
#attempt .attempt__column-txt {
  color: #FFF;
  background-color: #333072;
  width: 60%;
  height: 350px;
  max-width: 750px;
  padding: 0 13% 0 10%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#attempt .attempt__column-img {
  width: 50%;
  max-width: 600px;
  position: absolute;
  right: 0;
  bottom: -10%;
}
#attempt .attempt__column-img img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#attempt .attempt__content {
  padding-bottom: 80px;
}
#attempt .attempt__content img {
  margin: 0 0 30px;
}
#attempt .attempt__content dl {
  color: #333072;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 4%;
  padding: 10px 0;
  border-bottom: 1px dashed #333072;
}
#attempt .attempt__content dt,
#attempt .attempt__content dd {
  width: 48%;
}
#attempt {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  #attempt h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
  #attempt p.attempt__lead {
    font-size: 16px;
    text-align: justify;
    line-height: 1.75rem;
    margin: 0 0 30px;
  }
  #attempt .attempt__column {
    margin: 30px auto;
  }
  #attempt .attempt__column-txt {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 30px 5%;
    gap: 20px;
  }
  #attempt .attempt__column-img {
    width: 100%;
    max-width: none;
    position: relative;
  }
  #attempt .attempt__column-img img {
    max-height: 200px;
    -o-object-position: 0 25%;
       object-position: 0 25%;
  }
  #attempt .attempt__content {
    padding-bottom: 60px;
  }
  #attempt .attempt__content img {
    margin: 0 0 20px;
  }
  #attempt .attempt__content dl {
    flex-direction: column;
    gap: 5px;
  }
  #attempt .attempt__content dt,
  #attempt .attempt__content dd {
    width: 100%;
  }
}

/* ==========================================================================
	$guide
========================================================================== */
#guide {
  padding-bottom: 80px;
}
#guide h2 {
  color: #586fb9;
  font-size: 42px;
  text-align: center;
  margin: 0 0 40px;
}
#guide h3 {
  color: #FFF;
  font-size: 24px;
  text-align: center;
  background-color: #333072;
  margin: 0 0 30px;
  padding: 5px 10px;
}
#guide .guide__column {
  display: flex;
  justify-content: center;
  gap: 5%;
}
#guide .guide__column-item {
  width: 30%;
}
#guide .guide__column-item li {
  list-style: none;
  border-bottom: 1px dashed #333072;
  position: relative;
}
#guide .guide__column-item a {
  display: block;
  color: #333072;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}
#guide .guide__column-item a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 1px #333072;
  border-right: solid 1px #333072;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10%;
}
#guide .guide__column-item a:hover {
  background-color: #d5dcee;
}
#guide {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  #guide h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
  #guide h3 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  #guide .guide__column {
    flex-direction: column;
    gap: 30px;
  }
  #guide .guide__column-item {
    width: 100%;
  }
  #guide .guide__column-item li {
    list-style: none;
    border-bottom: 1px dashed #333072;
    position: relative;
  }
  #guide .guide__column-item a {
    font-size: 14px;
  }
}

/* ==========================================================================
	$greet
========================================================================== */
#greet {
  background-image: url(../about/img/greet_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
#greet .greet__column {
  display: flex;
  gap: 4%;
  justify-content: space-between;
}
#greet .greet__column-img {
  width: 25%;
  min-width: 180px;
}
#greet .greet__column-img p {
  color: #333072;
  text-align: center;
}
#greet .greet__column-txt {
  width: 71%;
}
#greet .greet__column-txt p {
  margin-bottom: 20px;
}
#greet {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  #greet .greet__column {
    flex-direction: column;
    gap: 30px;
  }
  #greet .greet__column-img {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
  #greet .greet__column-txt {
    width: 100%;
  }
  #greet .greet__column-txt p {
    margin-bottom: 15px;
  }
}

/* ==========================================================================
	$company
========================================================================== */
#company {
  background-color: #f3f2ea;
  background-image: url(../img/bg.png);
  background-position: top center;
  background-size: 90%;
  background-repeat: repeat-y;
}
#company .inner {
  max-width: 640px;
  padding-bottom: 15%;
  position: relative;
}
#company img {
  margin: 0 0 30px;
}
#company table {
  border-collapse: collapse;
  width: 100%;
  color: #333072;
  letter-spacing: 0.075rem;
}
#company table tr {
  vertical-align: top;
  border-bottom: 1px dashed #333072;
}
#company table td {
  padding: 10px 20px;
}
#company table td:first-of-type {
  width: 30%;
  border-right: 1px dashed #333072;
}
#company table td:last-of-type {
  width: 70%;
}
#company .team {
  background-color: #FFF;
  padding-top: 40px;
}
#company .team .inner {
  padding-bottom: 40px;
  max-width: none;
  text-align: center;
}
#company .team h3 {
  font-size: 24px;
  text-align: center;
  color: #FFF;
  background-color: #333072;
  max-width: 640px;
  margin: 0 auto 40px;
}
#company .team img {
  margin: 0 auto;
  max-width: 1000px;
}
#company .team_bg {
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#company .team_bg img {
  display: block;
  margin: 0;
  padding: 0;
}
#company {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  #company .team h3 {
    font-size: 18px;
  }
}

/* ==========================================================================
	$histry
========================================================================== */
#histry {
  background-color: #f3f2ea;
  padding-top: 15%;
  position: relative;
}
#histry .team_bg {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
#histry .team_bg img {
  display: block;
  margin: 0;
  padding: 0;
}
#histry .section__table th:nth-of-type(1), #histry .section__table th:nth-of-type(2), #histry .section__table th:nth-of-type(3),
#histry .section__table td:nth-of-type(1),
#histry .section__table td:nth-of-type(2),
#histry .section__table td:nth-of-type(3) {
  text-align: center;
}
#histry .section__table th:nth-of-type(1),
#histry .section__table td:nth-of-type(1) {
  width: 15%;
}
#histry .section__table th:nth-of-type(2),
#histry .section__table td:nth-of-type(2) {
  width: 15%;
}
#histry .section__table th:nth-of-type(3),
#histry .section__table td:nth-of-type(3) {
  width: 15%;
}
#histry .section__table th:nth-of-type(4),
#histry .section__table td:nth-of-type(4) {
  width: 55%;
}

/* ==========================================================================
	$work
========================================================================== */
#work {
  background-color: #f3f2ea;
}
#work h3 {
  font-size: 24px;
  text-align: left;
  color: #FFF;
  background-color: #333072;
  margin: 40px auto 20px;
  padding: 0 15px;
}
#work h4 {
  color: #333072;
  font-size: 24px;
  margin: 40px auto 20px;
  padding: 5px 15px;
  position: relative;
  border-bottom: 3px solid #333072;
}
#work h4::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 15%;
  height: 3px;
  background-color: #586fb9;
}
#work h5 {
  color: #333072;
  font-size: 24px;
  margin: 40px auto 20px;
  padding: 0 0 0 10px;
  border-left: 10px solid #333072;
}
#work p:not(:last-of-type) {
  margin: 0 0 20px;
}
#work .work__content {
  margin: 0 0 60px;
}
#work .work__content-item {
  margin: 0 0 40px;
}
#work table {
  border-collapse: collapse;
  width: 100%;
  min-width: 750px;
}
#work table tr {
  border-bottom: 1px dashed #333072;
  vertical-align: top;
}
#work table td {
  padding: 10px 20px;
}
#work table.earthquake td:nth-of-type(1) {
  width: 23%;
}
#work table.earthquake td:nth-of-type(2) {
  width: 23%;
}
#work table.earthquake td:nth-of-type(3) {
  width: 54%;
}
#work table.rain td:nth-of-type(1) {
  width: 23%;
}
#work table.rain td:nth-of-type(2) {
  width: 77%;
}
#work dl {
  width: 100%;
  border-bottom: 1px dashed #333072;
  display: flex;
  justify-content: left;
}
#work dl dt,
#work dl dd {
  padding: 10px 20px;
}
#work dl dt {
  width: 23%;
}
#work dl dd {
  width: 77%;
}
#work .work__column {
  display: flex;
  gap: 20px 4%;
  flex-wrap: wrap;
  justify-content: left;
}
#work .work__column-item {
  width: 48%;
  display: flex;
  flex-direction: column;
}
#work .work__column-item p {
  background-color: #d5d1b6;
  color: #333072;
  font-size: 14px;
  line-height: 1.25rem;
  padding: 5px 10px;
  flex-grow: 1;
}
#work {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  #work h3 {
    font-size: 18px;
  }
  #work h4 {
    font-size: 18px;
    margin: 20px auto 20px;
    padding: 5px 0;
  }
  #work h5 {
    font-size: 18px;
  }
  #work .work__column-item p {
    font-size: 12px;
    line-height: 1.175rem;
  }
  #work dl {
    flex-direction: column;
    padding: 10px 20px;
  }
  #work dl dt,
  #work dl dd {
    width: 100%;
    padding: 0;
  }
}

/* ==========================================================================
	$officer
========================================================================== */
#officer {
  background-color: #f3f2ea;
}
#officer .section__table tr {
  vertical-align: middle;
}
#officer .section__table th:nth-of-type(1), #officer .section__table th:nth-of-type(2),
#officer .section__table td:nth-of-type(1),
#officer .section__table td:nth-of-type(2) {
  text-align: center;
}
#officer .section__table th:nth-of-type(1),
#officer .section__table td:nth-of-type(1) {
  width: 10%;
}
#officer .section__table th:nth-of-type(2),
#officer .section__table td:nth-of-type(2) {
  width: 20%;
}
#officer .section__table th:nth-of-type(3),
#officer .section__table td:nth-of-type(3) {
  width: 45%;
}
#officer .section__table th:nth-of-type(4),
#officer .section__table td:nth-of-type(4) {
  width: 25%;
}

/* ==========================================================================
	$committee
========================================================================== */
#committee {
  background-color: #f3f2ea;
}
#committee .section__table th {
  font-size: 18px;
}
#committee .section__table th:nth-of-type(1), #committee .section__table th:nth-of-type(2), #committee .section__table th:nth-of-type(3), #committee .section__table th:nth-of-type(4),
#committee .section__table td:nth-of-type(1),
#committee .section__table td:nth-of-type(2),
#committee .section__table td:nth-of-type(3),
#committee .section__table td:nth-of-type(4) {
  width: 25%;
}
#committee .section__table td:first-of-type {
  background-color: transparent;
}
#committee .section__table td.table__heading {
  text-align: center;
  background-color: #dddac4;
}
#committee .section__table td.table__heading:last-of-type {
  border-bottom: 3px solid #333072;
}

/* ==========================================================================
	$member
========================================================================== */
#member {
  background-color: #f3f2ea;
}
#member .section__table tr {
  vertical-align: middle;
}
#member .section__table th:nth-of-type(5),
#member .section__table td:nth-of-type(5) {
  text-align: center;
}
#member .section__table th:nth-of-type(1),
#member .section__table td:nth-of-type(1) {
  width: 24%;
}
#member .section__table th:nth-of-type(2),
#member .section__table td:nth-of-type(2) {
  width: 30%;
}
#member .section__table th:nth-of-type(3),
#member .section__table td:nth-of-type(3) {
  width: 18%;
}
#member .section__table th:nth-of-type(4),
#member .section__table td:nth-of-type(4) {
  width: 18%;
}
#member .section__table th:nth-of-type(5),
#member .section__table td:nth-of-type(5) {
  width: 10%;
}

/* ==========================================================================
	$member-detail
========================================================================== */
#member-detail {
  background-color: #f3f2ea;
}
#member-detail h2 {
  position: relative;
  padding: 5px;
  border-bottom: 5px solid #c9c4a2;
}
#member-detail h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 5px;
  background-color: #afa774;
}
#member-detail p {
  margin-bottom: 30px;
}
#member-detail .member__column {
  display: flex;
  gap: 4%;
  justify-content: center;
  margin: 0 0 30px;
}
#member-detail .member__column-item {
  width: 48%;
}
#member-detail .section__table {
  max-width: none;
}
#member-detail .section__table tr:first-of-type {
  border-bottom: 1px dashed #333072;
}
#member-detail .section__table td:first-of-type {
  text-align: center;
  width: 180px;
}
#member-detail {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  #member-detail .member__column {
    gap: 20px;
    flex-direction: column;
  }
  #member-detail .member__column-item {
    width: 100%;
  }
}

/* ==========================================================================
	$youth
========================================================================== */
#youth #greet {
  background-color: #f3f2ea;
  background-image: none;
}
#youth .team {
  background-color: #FFF;
  padding-top: 60px;
}
#youth .team .inner {
  padding-bottom: 40px;
}
#youth .team h3 {
  font-size: 24px;
  text-align: center;
  color: #FFF;
  background-color: #333072;
  max-width: 640px;
  margin: 0 auto 40px;
}
#youth .team img {
  margin: 0;
}
#youth .team_bg {
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#youth .team_bg img {
  display: block;
  margin: 0;
  padding: 0;
}
#youth {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  #youth .team h3 {
    font-size: 18px;
  }
}

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  color: #FFF;
  background-color: #333072;
}
.footer .footer__img img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer .footer__column {
  display: flex;
  gap: 4%;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.footer .footer__column-item {
  width: 48%;
}
.footer .footer__column-item img {
  max-width: 400px;
}
.footer small {
  display: block;
  text-align: center;
  padding: 0 0 20px;
}
.footer {
  /*------------ ↓↓↓↓↓ SP版 ↓↓↓↓↓ --------------------------*/
}
@media (max-width: 767px) {
  .footer .footer__column {
    flex-direction: column;
  }
  .footer .footer__column-item {
    width: 100%;
  }
  .footer .footer__column-item img {
    max-width: 300px;
  }
}/*# sourceMappingURL=style.css.map */