@charset "UTF-8";
/* mv:start */
.mv {
  width: 950px;
  margin: 40px auto 60px;
}
.mv__lead {
  margin-top: 60px;
  padding: 9px;
  background-color: #ecfde0;
  border-radius: 12px;
}
.mv__lead-title {
  text-align: center;
  margin-bottom: 15px;
}
.mv__lead-container {
  border: 2px solid #008957;
  border-radius: 12px;
  padding: 28px 35px 23px 28px;
}

/* mv:end */
/* anchor:start */
.anchor {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.anchor__container {
  width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* anchor:end */
/* gift:start */
.gift {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 60px auto;
  background-image: url(../img/im_gift_bg.png);
  background-repeat: no-repeat;
  height: auto;
}
.gift__container {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 45px;
}
.gift__title {
  text-align: center;
  padding-bottom: 38px;
}
.gift__card {
  display: block;
  margin: 0 auto;
  padding-bottom: 35px;
}
.gift__content-txt {
  padding-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.77;
}
.gift__content-form {
  margin-bottom: 43px;
  text-align: center;
}
.gift__content-note {
  margin-right: 20px;
  border-top: 2px solid #ff6c00;
  font-size: 1.6rem;
  line-height: 1.75;
}
.gift__content-list {
  padding-top: 18px;
  text-indent: -1em;
  padding-left: 1em;
}
.gift__detail {
  padding: 15px 20px;
  margin-bottom: 43px;
  background-color: #ffffff;
  border-radius: 10px;
}
.gift__detail-title {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #ff6c00;
  display: flex;
  align-items: center;
}
.gift__detail-title::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 8px;
  background-color: #ff6c00;
  margin-right: 2px;
}
.gift__detail-txt {
  font-size: 1.4rem;
  line-height: 1.71;
}

/* gift:end */
/* intro:start */
.intro {
  background: url(../img/im_intro_bg.png);
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.intro__container {
  width: 870px;
  margin: 0 auto;
  background-color: #fff;
  padding: 55px 40px 30px;
  position: relative;
}
.intro__decoration {
  position: absolute;
  text-align: center;
  top: 0;
  left: 20px;
}
.intro__title {
  text-align: center;
}
.intro__text-sub {
  font-size: 1.6rem;
  line-height: 1.625 !important;
  margin-top: 22px;
}
.intro__text-schedule {
  margin-top: 38px;
  margin-bottom: 15px;
  text-align: center;
  background: url(../img/im_schedule_frame.png);
  height: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.intro__link {
  display: flex;
  justify-content: space-between;
}
.intro__link-item {
  width: 420px;
}
.intro__list {
  margin-top: 36px;
}
.intro__list li {
  line-height: 2.285;
  position: relative;
  padding-left: 4em;
  text-indent: -3em;
}
.intro__list li::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #00aaaa;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  margin-right: 4px;
  top: 11px;
  left: 0;
}

.second {
  margin-top: 50px;
}

.third {
  margin-top: 55px;
}

.e_text {
  margin-bottom: 5px;
  padding-left: 0.7em;
  text-indent: -0.7em;
}

.t_text {
  margin-bottom: 29px;
}

.bold {
  font-weight: bold;
}

.l_height {
  line-height: 1.714 !important;
  margin-bottom: 5px;
}
.l_height::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #00aaaa;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  margin-right: 4px;
  top: 7.5px;
  left: 0;
}

/* intro:end */
/* module:start */
.module {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 80px auto;
}

/* module:end */
/* experience:start */
.experience {
  background-image: url(../img/im_experience_bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  padding-bottom: 80px;
}
.experience__title {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
  background-color: #fff000;
  height: 305px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.experience__container {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 40px 60px;
}
.experience__lead {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
}
.experience__lead::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid #fff000;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  top: -137px;
  left: 50%;
  transform: translateX(-50%);
}
.experience__subtitle {
  margin-bottom: 35px;
  text-align: center;
}
.experience__line {
  display: block;
  margin: 10px auto 28px auto;
}

.experience01__content {
  background-color: #00aaaa;
  padding: 60px 40px 30px;
  margin-bottom: 60px;
}
.experience01__profile {
  margin-bottom: 40px;
  display: flex;
}
.experience01__profile-textarea {
  margin-left: 40px;
  color: #ffffff;
}
.experience01__profile-name {
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.083;
  font-weight: bold;
}
.experience01__profile-from {
  margin-bottom: 7px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
}
.experience01__profile-point {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.experience01__subtitle {
  margin: 0 auto 30px auto;
  width: 790px;
  height: 60px;
  background-image: url(../img/experience01_img_subtitle01.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #00aaaa;
  font-weight: bold;
}
.experience01__subtitle02 {
  margin: 15px auto 40px auto;
  width: 790px;
  height: 60px;
  background-image: url(../img/experience01_img_subtitle01.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #00aaaa;
  font-weight: bold;
}
.experience01__subtitle03 {
  margin: 15px auto 25px auto;
  width: 790px;
  height: 60px;
  background-image: url(../img/experience01_img_subtitle01.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #00aaaa;
  font-weight: bold;
}
.experience01__intro-imagearea {
  display: flex;
  justify-content: space-between;
  padding: 0 0 13px;
}
.experience01__intro-title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff000;
}
.experience01__intro-place {
  font-size: 2.4rem;
  line-height: 1.5 !important;
  font-weight: bold;
  color: #fff000;
}
.experience01__intro-txt {
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.714;
  color: #ffffff;
}
.experience01__intro-txt--differ {
  font-size: 1.4rem;
  line-height: 1.714;
  color: #ffffff;
  position: relative;
}
.experience01__intro-txt--differ::after {
  content: "";
  display: inline-block;
  background-image: url(../img/experience01_txt_icon01.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 27px;
}
.experience01__intro-spot {
  margin-bottom: 25px;
}
.experience01__intro-spot02 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.experience02__content {
  background-color: #ff76b1;
  padding: 60px 40px 35px;
}
.experience02__profile {
  display: flex;
  margin-bottom: 40px;
}
.experience02__profile-textarea {
  margin-left: 40px;
  color: #ffffff;
}
.experience02__profile-name {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.083;
  font-weight: bold;
}
.experience02__profile-from {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
}
.experience02__profile-point {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.experience02__subtitle {
  margin: 0 auto 25px auto;
  width: 790px;
  height: 60px;
  background-image: url(../img/experience02_img_subtitle01.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #ff76b1;
  font-weight: bold;
}
.experience02__subtitle02 {
  margin: 15px auto 25px auto;
  width: 790px;
  height: 60px;
  background-image: url(../img/experience02_img_subtitle01.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #ff76b1;
  font-weight: bold;
}
.experience02__subtitle03 {
  margin: 10px auto 25px auto;
  width: 790px;
  height: 60px;
  background-image: url(../img/experience02_img_subtitle01.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #ff76b1;
  font-weight: bold;
}
.experience02__intro-imagearea {
  display: flex;
  justify-content: space-between;
}
.experience02__intro-title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff000;
}
.experience02__intro-txt {
  font-size: 1.4rem;
  line-height: 1.714;
  color: #ffffff;
}
.experience02__intro-txt--differ {
  font-size: 1.4rem;
  line-height: 1.714;
  color: #ffffff;
}

/* experience:end */
html {
  font-size: 62.5%;
}

.body {
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.contents img {
  vertical-align: top;
}
.contents a:hover {
  text-decoration: underline;
  transition: all 0.2s;
  opacity: 0.7;
}

.popup {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin-bottom: 10px;
  padding: 40px 15px 40px 15px;
  border: 10px solid #dddddd;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.popup h5 {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-left: 1em;
}

.popup ol {
  padding: 10px;
  border: 1px solid #bcbcbc;
}

.popup ol li {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-top: 20px;
}

.popup ol li:first-child {
  margin-top: 0;
}

.btn_popup {
  display: block;
  overflow: visible;
  padding: 12px 12px 12px 27px;
  cursor: pointer;
  margin: 20px auto 0 auto;
  color: #fff;
  background: #cc0000;
  background-image: url(../img/icon_window.gif);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  width: 320px;
}