@media screen and (min-width: 641px) {
  body {
    background: #052d5d;
  }
}

#main {
  float: none;
  width: 100%;
  padding: 10px 0;
}

@media screen and (min-width: 641px) {
  #main {
    padding: 0 0 60px;
  }
}

#contentsIn {
  background: none;
}

#mainIn {
  padding: 15px 15px 20px;
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  #mainIn {
    padding: 25px 40px 40px;
  }
}

.mainVisual {
  padding: 0;
  margin: 0;
  text-align: center;
  background: linear-gradient(to top, #fefaca, #FFF);
}

@media screen and (min-width: 641px) {
  .mainVisual {
    height: 480px;
  }
}

.mainVisual img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 641px) {
  .mainVisual img {
    max-width: 2000px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sectionLayout + .sectionLayout {
  margin-top: 40px;
}

@media screen and (min-width: 641px) {
  .sectionLayout + .sectionLayout {
    margin-top: 50px;
  }
}

.sectionLayout--primary {
  padding: 15px;
  background-color: #eff3f4;
}

@media screen and (min-width: 641px) {
  .sectionLayout--primary {
    padding: 25px;
  }
}

.sectionLayout--primary .sectionHeading_title {
  background-color: #eff3f4;
}

.sectionLayout .sectionHeading {
  margin-bottom: 15px;
}

.sectionLayout img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.sectionHeading {
  padding: 9px 0 17px;
  font-size: 141.66667%;
  background: none;
  border: none;
  border-top: 5px solid #927500;
  border-bottom: 1px solid #052d5d;
}

@media screen and (min-width: 641px) {
  .sectionHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 157.14286%;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .sectionHeading::after {
    display: inline-block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ccc;
  }
}

@media screen and (min-width: 641px) {
  .sectionHeading_title {
    flex-shrink: 0;
    padding-right: 10px;
    background: #fff;
    -ms-flex-negative: 0;
  }
}

.diversityGrid {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .diversityGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 30px;
    -ms-grid-columns: (1fr)[3];
  }
}

.diversityGrid_item {
  text-align: center;
}

.diversityGrid_title {
  padding-top: 15px;
  font-size: 116.66667%;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  .diversityGrid_title {
    font-size: 133.33333%;
  }
}

.diversityGrid_text {
  padding-top: 15px;
  text-align: left;
}

.imgLayout_img {
  text-align: center;
}

@media screen and (min-width: 641px) {
  .imgLayout_img {
    float: left;
    margin-right: 25px;
  }
}

@media screen and (min-width: 641px) {
  .imgLayout_text {
    overflow: hidden;
  }
}

.txtArea02 + .txtArea02 {
  margin-top: 25px;
}

@media screen and (min-width: 641px) {
  .txtArea02 + .txtArea02 {
    margin-top: 30px;
  }
}

.txtArea02 .imgL01 {
  float: left;
  width: 45%;
  padding-right: 10px;
}

@media screen and (min-width: 641px) {
  .txtArea02 .imgL01 {
    width: 290px;
    padding-right: 0;
  }
}

@media screen and (min-width: 641px) {
  .txtArea02 .inBox {
    overflow: hidden;
  }
}

.dih5 {
  background: #eff3f4;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.dih6 {
  color: #0d4f78;
  font-weight: bold;
  margin-bottom: 10px;
}

.boxBorder02 .ul_type03 img {
  vertical-align: middle;
}

.galleryGrid {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}

@media screen and (min-width: 641px) {
  .galleryGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    -ms-grid-columns: (1fr)[2];
  }
}

@media screen and (min-width: 641px) {
  .galleryGrid_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.galleryLink {
  display: block;
  padding: 15px;
  text-decoration: none;
  background-color: #fff;
  border: 10px solid #eff3f4;
}

@media screen and (min-width: 641px) {
  .galleryLink:hover {
    text-decoration: underline;
  }
}

.galleryLink_text {
  padding-left: 10px;
  margin-top: 10px;
  font-size: 100%;
  font-weight: bold;
  background: url(/common/img/ico-arrow04-2.png) no-repeat left 0.8em;
}

@media screen and (min-width: 641px) {
  .galleryLink_text {
    font-size: 100%;
  }
}

.snsButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 641px) {
  .snsButtons {
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
}

.snsButtons_item {
  width: 90px;
  padding-right: 5px;
}

.snsButtons_item:last-child {
  padding-right: 0;
}

:lang(en) .snsButtons_item {
  width: 75px;
}

.snsButtons iframe {
  width: 100%;
}

.moreListsLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}

.moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #005396;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media screen and (min-width: 641px) {
  .moreBtn {
    max-width: 360px;
  }

  .moreBtn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.moreBtn .openText:after {
  margin-left: 5px;
  font-size: 101%;
  font-weight: bold;
  content: '\FF0B';
}

.moreBtn .closeText {
  display: none;
}

.moreBtn .closeText:after {
  margin-left: 5px;
  font-size: 101%;
  font-weight: bold;
  content: '\FF0D';
}

.moreBtn.open .openText {
  display: none;
}

.moreBtn.open .closeText {
  display: block;
}