@charset "UTF-8";

.main_visual {
  background: #0d3560;
}
.guide {
  margin: 0 auto 20px;
  border: 3px solid #c81238;
  border-radius: 10px;
}
.guide p {
  font-size: 28px;
  margin: 10px 0 10px 20px;
}
.caution {
  font-size: 18px;
}
#youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px; /* 最大の横幅 */
  line-height: 0;
}

#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

#youtube-movie video {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  #youtube-movie video {
    width: inherit;
  }
}

/*#Mv {
  display: none;
}*/

#Promo {
  margin: auto;
  width: 100%;
}

.meeting {
  padding: 70px 0;
}

.meeting-heading {
  margin-bottom: 30px;
  border-top: solid 2px #0d3560;
  border-bottom: solid 2px #0d3560;
  padding: 10px 0;
  line-height: 1;
}

.meeting-heading span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  color: #0d3560;
  font-weight: 700;
  letter-spacing: 0.02em;
  float: left;
  margin-right: 30px;
}

.meeting-heading ul {
  float: left;
  margin-top: 5px;
}

.meeting-heading ul li {
  float: left;
  margin-right: 20px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  top: 0;
}

.meeting-heading ul li:before {
  position: absolute;
  content: "●";
  color: #0d3560;
  font-size: 2rem;
  left: 0;
}

.meeting-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.meeting-box {
  max-width: 251px;
  margin: 0 10px 10px 0;
}

.meeting-box a {
  display: block;
  transition: 0.3s;
}

.meeting-flow {
  margin-top: 10px;
}

.meeting-tokuten {
  margin-top: 30px;
}

.detail-container {
  position: relative;
  padding: 70px 0 90px;
}

.detail-container::before {
  position: absolute;
  content: "";
  background: #c81238;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

.detail-container::after {
  position: absolute;
  content: "";
  background: #002363;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}

.detail-container .content {
  position: relative;
  z-index: 1;
}

.strategy .m-head {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.strategy-red {
  background: #c81238;
  padding: 60px 0 90px;
}

.strategy-blue {
  background: #002363;
  padding: 90px 0 120px;
}
.about {
  background: #002363;
  padding: 100px 0;
}

.about-head {
  background: #badcf5;
  color: #0d3560;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 15px 0;
}

.about-inner {
  padding: 30px;
}

.about-content {
  background: #fff;
}

.about-pic {
  width: 166px;
  float: left;
  margin-right: 30px;
}

.about-profile {
  width: calc(100% - 196px);
  float: left;
}

.about-profile span {
  margin-bottom: 15px;
  display: block;
  width: 319px;
}

.about-profile p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.about-img {
  max-width: 925px;
}

.place-content {
  max-width: 910px;
  padding: 50px 30px 0;
  margin: 0 auto;
}

.place-table {
  width: 100%;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
}

.place-table th {
  width: 150px;
  background: #0d3560;
  color: #fff;
  text-align: left;
  padding: 10px 0 10px 20px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.place-table td {
  padding: 15px 20px;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  vertical-align: top;
  font-weight: 500;
}

.place-table td span {
  display: block;
  font-weight: 700;
}

.place-table td a {
  color: #0d3560;
  text-decoration: underline;
}

.place-table tr {
  border-bottom: solid 1px #cccccc;
}

.place-caution {
  padding: 15px 20px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.place-caution h3 {
  font-weight: 700;
  color: #0d3560;
  line-height: 1;
  padding-bottom: 7px;
}

.place-caution p {
  margin-bottom: 15px;
}

.entry-cont {
  background: #edf3f6;
  margin: 0 0 20px;
  padding: 20px;
}
.entry-cont h2 {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #0d3560;
  margin: 0 0 20px;
}
.link-btn {
  text-align: center;
  margin: 15px 0 0;
}

@media screen and (min-width: 767px) {
  .entry-cont {
    margin: 0 0 40px;
    padding: 25px 28px;
  }
  .entry-cont h2 {
    font-size: 30px;
    font-weight: normal;
  }
  .entry-cont h2 br {
    display: none;
  }
  .link-btn {
    margin: 30px 0 0;
  }
  .link-btn a {
    transition: 0.3s;
  }
  .link-btn a:hover {
    opacity: 0.7;
  }

  .meeting-box a:hover {
    opacity: 0.7;
  }

  .place-table td a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 1200px) {
  .meeting-box {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #Promo {
    max-width: 100%;
  }
  .guide p {
    font-size: 18px;
  }
  .caution {
    font-size: 14px;
  }

  .meeting {
    padding: 40px 0;
  }

  .meeting-heading span {
    font-size: 2.4rem;
    float: inherit;
    margin: 0;
  }

  .meeting-heading ul {
    float: inherit;
  }

  .meeting-heading ul li {
    font-size: 1.4rem;
    padding-left: 14px;
    margin-right: 10px;
  }

  .meeting-heading ul li:before {
    font-size: 1.4rem;
  }

  .meeting-heading ul li:last-child {
    margin: 0;
  }

  .meeting-heading {
    padding: 7px 0;
    margin-bottom: 15px;
  }

  .meeting-box {
    max-width: inherit;
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
  }

  .meeting-flex {
    padding: 0 5px;
  }

  .meeting-flow {
    margin: 0;
  }

  .detail-container::after,
  .detail-container::before {
    display: none;
  }

  .detail-container {
    background: #c81238;
    padding: 35px 0 40px;
  }

  .detail-container.is-blue {
    background: #002363;
  }

  .strategy .m-head-bar {
    padding: 0;
    background: no-repeat;
  }

  .strategy .m-head {
    padding: 0;
  }

  .about-pic {
    float: inherit;
    margin: 0 auto 20px;
  }

  .about-profile {
    width: 100%;
    float: inherit;
  }

  .about-profile span {
    width: 224px;
  }

  .about-inner {
    padding: 20px 15px 30px;
  }

  .about-img {
    max-width: 305px;
    margin: 0 auto;
  }

  .place-table th {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 10px 15px;
  }

  .place-table td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 10px 15px;
  }

  .place-table tr {
    border-bottom: none;
  }

  .place-content {
    padding: 25px 20px 0;
  }

  .strategy-red {
    padding: 35px 0 40px;
  }

  .strategy-blue {
    padding: 35px 0 40px;
  }

  .about {
    padding: 35px 0 70px;
  }

  .about-head {
    font-size: 1.4rem;
    padding: 10px 0;
  }

  .about-profile p {
    font-size: 1.2rem;
  }

  .place-caution {
    border-top: solid 1px #ccc;
    padding: 10px 15px;
    font-size: 1.4rem;
  }

  .place-caution ul li {
    margin-bottom: 5px;
  }
}
