@charset "UTF-8";
body {
  margin: 0 auto;
  max-width: 375px;
}

header .header_box {
  position: relative;
}
header .header_top {
  display: block;
  margin: 0 auto;
  width: 375px;
}
header .header_logo {
  background-color: rgba(77, 156, 243, 0.5);
  width: 375px;
  padding: 15px 0px 13px;
  position: absolute;
  top: 0%;
  display: flex;
  position: fixed;
  z-index: 1000;
}
header .header_logo img {
  padding-left: 20px;
  width: 105px;
  height: auto;
}
header .header_logo_button {
  margin-left: 83px;
  width: 138px;
  height: 35px;
  background: #f6b03c;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border: none;
}
header .header_box2 {
  position: absolute;
  top: 49%;
  right: -41%;
  transform: translate(-50%, -50%);
  color: #fff;
}
header h2 {
  margin-top: 380px;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 1px rgba(18, 52, 87, 0.61);
}
header p {
  margin-top: 12px;
  padding: 8px 25px;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 32px;
  text-align: left;
  color: #4d9cf3;
}
header .header_button {
  width: 276px;
  margin: 25px;
  background: #f6b03c;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding: 18px 0px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border: none;
}
header button.header_button:after {
  content: "▶";
}
header button.header_button:after {
  padding-left: 6px;
}

.worries .worries_title {
  width: 308.68px;
  height: auto;
  margin: 10px 33px 0;
}
.worries .worries_box {
  width: 295px;
  border-radius: 6px;
  background: #f7f7f7;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  margin: 26px auto 0 auto;
  padding: 14px 0 0 0;
}
.worries .worries_box .worries_box2 {
  display: flex;
  align-items: flex-start;
  margin: 14px 28px 0;
  border-bottom: 0.5px dotted #222;
}
.worries .worries_box .worries_box2 img {
  width: 13.34px;
  height: auto;
  margin: 3px 15px 0 0;
}
.worries .worries_box .worries_box2 p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: left;
  color: #001f48;
  padding-bottom: 14px;
}
.worries .worries_box .worries_box2_last {
  display: flex;
  align-items: flex-start;
  margin: 14px 28px 0;
}
.worries .worries_box .worries_box2_last img {
  width: 13.34px;
  height: auto;
  margin: 3px 15px 0 0;
}
.worries .worries_box .worries_box2_last p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: left;
  color: #001f48;
  padding-bottom: 28px;
}
.worries .solution_top {
  width: 301px;
  height: 109px;
  display: block;
  margin: 36px 37px 0;
}

.solution {
  padding: 64px 0 20px 0;
  background-image: url(../image/solution_background.png);
  background-repeat: no-repeat;
  margin: -70px 0 0px;
}
.solution h1 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: center;
  color: #001f48;
  margin: 17px 96px 0;
}
.solution .solution_box {
  display: flex;
  margin: 15px 15px 0;
}
.solution .solution_box2 {
  margin: 0 5px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #4d9cf3;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  width: 100px;
  height: 117px;
}
.solution .solution_box2 img {
  height: 70px;
  width: auto;
  display: block;
  margin: 12px auto auto;
}
.solution .solution_box2 p {
  margin-top: 5px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: center;
  color: #4d9cf3;
}
.solution h2 {
  margin: 17px 17px 0;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 25px;
  text-align: center;
  color: #001f48;
}

.CTA_button {
  background: #f8f4ec;
  padding: 23px 0 23px 0;
  text-align: center;
}
.CTA_button h1 {
  position: relative;
  padding: 0 10px 0 15px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #f6b03c;
  display: inline;
}
.CTA_button h1::before,
.CTA_button h1::after {
  position: absolute;
  height: 20px;
  content: "";
}
.CTA_button h1::before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-30deg);
}
.CTA_button h1::after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(30deg);
}
.CTA_button button {
  background: #f6b03c;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding: 18px 0 18px 0;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  width: 276.56px;
  margin: 12px auto 0 auto;
  border: none;
}
.CTA_button button.CTA_button:after {
  content: "▶";
}
.CTA_button button.CTA_button:after {
  padding-left: 6px;
}

.program {
  background: #d4e8f5;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 93%, 0 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 93%, 0 100%);
  text-align: center;
  padding-bottom: 50px;
}
.program .program_title {
  margin-top: 30px;
}
.program h1 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #001f48;
  margin-top: -12px;
}
.program .box__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 100%;
  height: 200px;
  color: #fff;
  background-color: #000066;
}
.program .js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.program .scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.program .program_box {
  margin-top: 22px;
  width: 334.77px;
  height: auto;
}

.event {
  text-align: left;
  padding-bottom: 30px;
}
.event .event_title {
  margin: 30px 115px 0;
}
.event h1 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #001f48;
  margin: -12px 115px 0;
  text-align: center;
}
.event #event_table {
  margin: 0 13px;
}
.event #event_table .event_table_tr {
  border-bottom: 1px solid #b5b1b1;
}
.event #event_table th,
.event #event_table td {
  padding: 15px 7px;
  border: none;
  line-height: 23px;
}

.photo {
  background: #d4e8f5;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 93%, 0 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 93%, 0 100%);
  text-align: center;
  padding-bottom: 50px;
  text-align: center;
}
.photo .photo_title {
  margin-top: 30px;
}
.photo h1 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #001f48;
  margin-top: -12px;
}
.photo .picture1 {
  margin-top: 28px;
  height: 173px;
  width: auto;
}
.photo p {
  padding-top: 10px;
  font-size: 12px;
  width: 278px;
  text-align: left;
  line-height: 1.2;
}

.sponsor {
  text-align: center;
  padding-bottom: 30px;
}
.sponsor .sponsor_title {
  margin-top: 30px;
}
.sponsor h1 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #001f48;
  margin-top: -12px;
 margin-bottom: 30px;
}
.sponsor h2 {
  font-size: 30px;
  margin: 60px;
}

footer {
  background: linear-gradient(#4d9cf3 0%, #50aeeb 100%);
  text-align: center;
  padding: 7px 0;
}
footer h1 {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 16px;
  color: #fff;
}
footer span {
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 16px;
  color: #fff;
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */