@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  /*高さを100%にして描画エリアをとる*/
}

#bg_particles {
  position: absolute;
  /*描画固定*/
  z-index: -1;
  /*描画を一番下に*/
  width: 100%;
  height: 100%;
}

#entrance {
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #entrance {
    z-index: inherit;
  }
}
.indexpass {
  margin: 50px auto;
  width: 500px;
  max-width: 90%;
  height: 40px;
  text-align: center;
  display: block;
  background: #38968C;
  color: #fff;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .indexpass {
    font-size: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}

.mgnB_0 {
  margin-bottom: 0;
}

.mgnB_3 {
  margin-bottom: 3%;
}

.mgnB_5 {
  margin-bottom: 5%;
}

.mgnB_10 {
  margin-bottom: 10%;
}

.mgnT_2 {
  margin-top: 2%;
}

.mgnT_5 {
  margin-top: 5%;
}

.mgnT_m5 {
  margin-top: -5%;
}

.pdn_1 {
  padding: 1%;
}

.pdn_2 {
  padding: 2%;
}

.pdnB_4 {
  padding-bottom: 4%;
}

.pdnB_5 {
  padding-bottom: 5%;
}

.pdnB_10 {
  padding-bottom: 10%;
}

.pdnTB_5 {
  padding: 5% 0;
}

.c_fff {
  color: #fff;
}

.c_f00 {
  color: #f00;
}

.c_de0000 {
  color: #de0000;
}

.c_d50000 {
  color: #d50000;
}

.c_ff005c {
  color: #ff005c;
}

.c_be0000 {
  color: #be0000;
}

.c_c4802f {
  color: #c4802f;
}

.c_fc8e0d {
  color: #fc8e0d;
}

.c_ff6000 {
  color: #ff6000;
}

.c_ffed00 {
  color: #ffed00;
}

.c_faff00 {
  color: #faff00;
}

.c_4bad3f {
  color: #4bad3f;
}

.c_0094ff {
  color: #0094ff;
}

.c_0066ff {
  color: #0066ff;
}

.c_005eff {
  color: #005eff;
}

.c_676bff {
  color: #676bff;
}

.c_292929 {
  color: #292929;
}

.bgc_deepblue {
  background: #23263b;
  color: #fff;
}

.bgc_blue {
  background: #265078;
  color: #fff;
}

.bgc_gray {
  background: linear-gradient(81deg, #e0e0e0 0%, #ffffff 50%, #ededed 100%);
}

.bgc_blue_pentagon {
  background: #265078;
  color: #fff;
  position: relative;
}

.bgc_blue_pentagon:after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 40px solid #265078;
  border-bottom: 0;
}

.fs_80pec {
  font-size: 80%;
}

.fs_100pec {
  font-size: 100%;
}

.fs_110pec {
  font-size: 110%;
}

.fs_120pec {
  font-size: 120%;
}

.fs_125pec {
  font-size: 125%;
}

.fs_130pec {
  font-size: 130%;
}

.fs_140pec {
  font-size: 140%;
}

.fs_150pec {
  font-size: 150%;
}

.fs_160pec {
  font-size: 160%;
}

.fs_170pec {
  font-size: 170%;
}

.fs_180pec {
  font-size: 180%;
}

.fs_190pec {
  font-size: 190%;
}

.fs_200pec {
  font-size: 200%;
}

.fw_900 {
  font-weight: 900;
}

.fw_b {
  font-weight: bold;
}

.lh_150pec {
  line-height: 150%;
}

.lh_160pec {
  line-height: 160%;
}

.lh_170pec {
  line-height: 170%;
}

.lh_180pec {
  line-height: 180%;
}

.lh_190pec {
  line-height: 190%;
}

.lh_200pec {
  line-height: 200%;
}

.txtdec_under {
  text-decoration: underline;
}

.ta_center {
  text-align: center;
  display: block;
}

.ta_left {
  text-align: left;
  display: block;
}

.ta_right {
  text-align: right;
  display: block;
}

.markup_yel_s {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.markup_yel_b {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

/* pcで見たときは"pc"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/* clearfix */
.cf:after {
  content: "";
  clear: both;
  overflow: hidden;
}

/*footer*/
footer.footer_detail {
  padding: 10px 0;
  display: block;
  text-align: center;
  background: #C9152A;
}

footer.footer_detail .info_official {
  margin: 0 auto 20px;
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer_detail .info_official img.logo_official {
  width: 250px;
  max-width: 100%;
  margin: 0 20px 0 0;
}

footer.footer_detail .info_official ul li {
  font-size: 16px;
  text-align: left;
  line-height: 150%;
}

footer.footer_detail .commers {
  /* 特商法に基づく表記 */
  margin: 0 auto 10px;
  font-size: 15px;
}

footer.footer_detail .commers p {
  color: #0066ff;
}

footer.footer_detail .copyright {
  margin: 10px auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer.footer_detail {
    padding: 3% 0;
  }
  footer.footer_detail .info_official {
    width: 250px;
    max-width: 100%;
    margin: 0 auto 20px;
    max-width: 95%;
    display: block;
  }
  footer.footer_detail .info_official img.logo_official {
    width: 250px;
    max-width: 100%;
    margin: 0 auto 3%;
  }
  footer.footer_detail .info_official ul li {
    font-size: 16px;
  }
  footer.footer_detail .commers {
    margin: 0 auto 2%;
  }
}
@media screen and (min-width: 768px) {
  footer.footer_detail .info_official img.logo_official {
    width: 250px;
    max-width: 100%;
    margin: 0 20px 0 0;
  }
  footer.footer_detail .commers {
    margin: 0 auto 10px;
  }
}
.container_detail {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.mnc, .mnc * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.gtc, .gtc * {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.txtbox_detail {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.txtbox_detail p {
  line-height: 150%;
  text-align: left;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .txtbox_detail {
    max-width: 100%;
    padding: 5%;
  }
  .txtbox_detail p {
    font-size: 17px;
  }
  .txtbox_detail img.insertimg {
    width: 100%;
    margin: 10% auto;
  }
}
@media screen and (min-width: 768px) {
  .txtbox_detail p {
    line-height: 1.7em;
  }
  .txtbox_detail img.insertimg {
    margin: 50px auto;
    width: 1000px;
    max-width: 100%;
  }
}
/* BORDER SUBTTL HARIZON ALL DETAIL */
.ttl_type_radius {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #292929;
  border-radius: 50px;
  background: #fff;
}

.ttl_fontdetail img {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

.ttl_fontdetail p {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #292929;
}

@media screen and (max-width: 767px) {
  .ttl_fontdetail {
    padding: 3% 0;
  }
  .ttl_fontdetail p {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .ttl_fontdetail {
    margin: 0 auto 50px;
    padding: 20px 0;
  }
  .ttl_fontdetail p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 5%;
    padding: 0 0 5%;
    font-size: 5.5vw;
  }
  p {
    font-size: 17px;
  }
  .ttl_type_radius {
    padding: 3% 0;
  }
}
.ttl img {
  width: 40px;
  max-width: 100%;
  margin: 0 auto 5px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　　SMARTIMG  */
.smartimgBox {
  max-width: 90%;
  margin: 0 auto;
}

.smartimgBox ul.swiper_wrapper li.swiper_slide {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .smartimgBox {
    max-width: 100%;
  }
  .smartimgBox ul.swiper_wrapper li.swiper_slide {
    margin: 0 auto 3%;
    padding: 5%;
  }
}
.fixBtn {
  position: fixed;
  right: 0;
  top: 30px;
  width: 70px;
  max-width: 100%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .fixBtn {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .unit_entrance {
    padding: 150px 0;
    background: url("../images/header.png") no-repeat;
    background-position: 100% 0%;
    background-size: cover;
    box-sizing: border-box;
  }
}

.unit_entrance .entrance_txtImg {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .unit_entrance .entrance_txtImg {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .unit_entrance .entrance_txtImg {
    margin: 0 auto;
  }
}

.unit_entrance .entrance_txtImg img.mainimg {
  width: 100%;
  max-width: 100%;
}

.headband {
  width: 100%;
  max-width: 100%;
  background: url("../images/bg_particul_01.jpg");
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #2f5882;
  letter-spacing: 0.15em;
}

.headband img {
  margin: 0 auto;
  max-width: 90%;
  width: 800px;
}

@media screen and (max-width: 767px) {
  .headband {
    padding: 3% 0;
    margin: 0 auto;
    font-size: 4vw;
  }
  .headband img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .headband {
    margin: 0 auto;
    padding: 20px 0;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　UNIT INTROMOVIE  */
.unit_description .txtbox_detail {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.unit_description .three_point {
  background: url("../images/bg_piece.jpg") no-repeat center center;
  background-size: cover;
}

.unit_description .three_point .sizing {
  padding: 50px 0;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.unit_description .three_point .ttl {
  box-sizing: border-box;
  width: 300px;
  max-width: 90%;
  margin: 0 auto 30px;
  padding: 15px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #006C7E;
  background: #fff;
  border: #006C7E solid 2px;
}

.unit_description .three_point ul {
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
}

.unit_description .three_point ul li {
  width: 200px;
  max-width: 100%;
  margin: 0 80px 0 0;
}

.unit_description .three_point ul li:last-child {
  margin-right: 0;
}

.unit_description .three_point ul li img {
  width: 250px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.unit_description .three_point ul li p {
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .unit_description .three_point {
    background-size: cover;
  }
  .unit_description .three_point .sizing {
    padding: 10% 0;
  }
  .unit_description .three_point .ttl {
    padding: 3%;
    font-size: 18px;
  }
  .unit_description .three_point ul li {
    width: auto;
    margin: 0 2% 0 0;
    max-width: 75%;
  }
  .unit_description .three_point ul li p {
    font-size: 15px;
  }
}
.unit_description .three_point .three_point_info {
  color: #fff;
  padding-top: 30px;
  text-align: center;
}

.unit_description .merit {
  padding: 50px 0;
  background: url("../images/22954451.jpg") no-repeat center center;
  background-size: cover;
}

.unit_description .merit .ttl {
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 15px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #fff;
}

.unit_description .merit .meritlistbox {
  padding: 0 0 1px;
  counter-reset: number 0;
}

.unit_description .merit .meritlistbox h4:after {
  counter-increment: number 1;
  content: "Merit" counter(number) "";
  vertical-align: middle;
  position: absolute;
  font-size: 30px;
  font-family: "Cardo", serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6666666667);
  top: -40px;
  left: 0;
}

.unit_description .merit .meritlistbox .sizing_list {
  position: relative;
  box-sizing: border-box;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 0 35px;
  color: #fff;
}

.unit_description .merit .meritlistbox ul li {
  margin: 0 auto 80px;
}

.unit_description .merit .meritlistbox ul li.bg_merit_01 {
  background: url("../images/insertimg_01.png") no-repeat bottom right;
}

.unit_description .merit .meritlistbox ul li.bg_merit_02 {
  background: url("../images/insertimg_02.png") no-repeat bottom right;
}

.unit_description .merit .meritlistbox ul li.bg_merit_03 {
  background: url("../images/insertimg_03.png") no-repeat bottom right;
}

.unit_description .merit .meritlistbox ul li .sizing_txtbox {
  width: 750px;
  max-width: 100%;
}

.unit_description .merit .meritlistbox ul li h4 {
  margin: 0 0 20px 0;
  text-align: left;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3333333333);
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  position: relative;
  justify-content: flex-end;
  color: #fff;
  padding: 10px 13px 10px 20px;
  border-left: #7bd9df 6px solid;
  background: linear-gradient(90deg, #02b0b0 0%, rgba(14, 77, 157, 0.8) 55%, rgba(13, 71, 143, 0) 100%);
}

.unit_description .merit .meritlistbox ul li .txtbox {
  max-width: 100%;
  padding: 0 0 0 30px;
  margin: 0 0 15px;
}

.unit_description .merit .meritlistbox ul li .txtbox p {
  font-size: 18px;
  line-height: 150%;
}

.unit_description .merit .meritlistbox ul li .babox {
  padding: 20px;
  font-size: 18px;
  line-height: 150%;
  background: linear-gradient(90deg, rgba(39, 196, 255, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
}

.unit_description .merit .meritlistbox ul li .babox .ba_cmn:before {
  display: inline-block;
  font-style: italic;
  width: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6666666667);
  color: #2b3e67;
}

.unit_description .merit .meritlistbox ul li .babox .ba_before {
  margin: 0 0 10px;
}

.unit_description .merit .meritlistbox ul li .babox .ba_before:before {
  content: "before";
}

.unit_description .merit .meritlistbox ul li .babox .ba_after {
  font-weight: bold;
}

.unit_description .merit .meritlistbox ul li .babox .ba_after:before {
  content: "after";
}

@media screen and (max-width: 767px) {
  .unit_description .merit {
    padding: 40px 0;
  }
  .unit_description .merit .ttl {
    font-size: 22px;
  }
  .unit_description .merit .ttl_img_p_flex {
    padding: 3% 0 0;
  }
  .unit_description .merit .ttl_img_p_flex .sizing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .unit_description .merit .ttl_img_p_flex p {
    font-size: 18px;
  }
  .unit_description .merit .ttl_img_p_flex img.icon {
    width: 50px;
    margin: 0 2% 0 0;
  }
  .unit_description .merit .ttl_img_p_flex img.arrow {
    margin: 0 auto;
    height: 30px;
    width: 100%;
    max-width: 100%;
  }
  .unit_description .merit .ttl_merit {
    margin: 0 auto 10%;
  }
  .unit_description .merit .ttl_merit p {
    font-size: 18px;
    text-align: left;
  }
  .unit_description .merit .meritlistbox .sizing_list {
    margin: 0 auto 10%;
    padding: 0;
  }
  .unit_description .merit .meritlistbox ul li {
    margin: 0 auto 5%;
  }
  .unit_description .merit .meritlistbox ul li.bg_merit_01 {
    background: transparent;
  }
  .unit_description .merit .meritlistbox ul li.bg_merit_02 {
    background: transparent;
  }
  .unit_description .merit .meritlistbox ul li.bg_merit_03 {
    background: transparent;
  }
  .unit_description .merit .meritlistbox ul li img {
    margin: 0 auto 5%;
    width: 100%;
    max-width: 100%;
  }
  .unit_description .merit .meritlistbox ul li h4 {
    margin: 0 auto 6%;
    padding: 2%;
    font-size: 18px;
    text-align: center;
    display: block;
    border-left: none;
    border-bottom: 1px solid #fff;
    background: transparent;
  }
  .unit_description .merit .meritlistbox ul li h4:after {
    font-size: 42px;
    position: absolute;
    margin: 0 5% 0 0;
    top: -75%;
    color: #fff;
  }
  .unit_description .merit .meritlistbox ul li .txtbox {
    margin: 0 0 10px;
    padding: 0;
  }
  .unit_description .merit .meritlistbox ul li .txtbox p {
    font-size: 15px;
    line-height: 150%;
  }
  .unit_description .merit .meritlistbox ul li .babox {
    padding: 4%;
    font-size: 16px;
  }
  .unit_description .merit .meritlistbox ul li .babox .ba_cmn:before {
    display: block;
    width: 150px;
    background: linear-gradient(72deg, #c2e7f9, transparent);
    text-align: left;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    color: #00689e;
  }
  .unit_description .merit .meritlistbox ul li .babox .ba_before {
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .unit_description .merit .meritlistbox .txtbox {
    max-width: 100%;
  }
  .unit_description .merit .meritlistbox ul li h4 {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    position: relative;
    justify-content: flex-end;
  }
}
.unit_description .archive .ttl {
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 15px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  line-height: 150%;
}

.unit_description .archive .intro {
  margin: 0 auto 30px;
  text-align: center;
}

.unit_description .archive .intro h5 {
  margin: 0 0 10px;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline-flex;
  align-items: center;
}

.unit_description .archive .intro img {
  margin: 0 5px 0 0;
  width: 20px;
  max-width: 100%;
  display: inline-block;
}

.unit_description .archive .intro p {
  font-size: 16px;
  line-height: 150%;
}

.unit_description .archive .sizing_detail {
  padding: 35px 0;
}

.unit_description .archive .sizing_cmn {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

.unit_description .archive .partner .ttl {
  color: #006C7E;
}

.unit_description .archive .partner .plf_cmp {
  background: #1c939e;
}

.unit_description .archive .mentor {
  padding: 40px 0;
  background: url("../images/bg_grid.png") repeat;
}

.unit_description .archive .mentor .ttl {
  color: #C9152A;
}

.unit_description .archive .mentor .plf_cmp {
  font-size: 14px;
  display: inline-block;
  padding: 0 5px;
  background: #C9152A;
}

.unit_description .archive .sizing_archivelst .al_cmn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unit_description .archive .sizing_archivelst ul {
  counter-reset: number 0;
}

.unit_description .archive .sizing_archivelst ul li {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 3px 3px 9px 2px rgba(88, 88, 88, 0.2784313725);
}

.unit_description .archive .sizing_archivelst ul li img.img_icon {
  width: 150px;
  margin: 0 20px 0 0;
}

.unit_description .archive .sizing_archivelst ul li .txtbox {
  width: 750px;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  line-height: 150%;
  font-size: 18px;
}

.unit_description .archive .sizing_archivelst ul li .txtbox .plf {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #BFBFBF;
}

.unit_description .archive .sizing_archivelst ul li .txtbox .plf .plf_cmp {
  margin: 0 0 10px;
  color: #fff;
}

.unit_description .archive .sizing_archivelst ul li .txtbox .plf .plf_name {
  font-size: 21px;
}

.unit_description .archive .sizing_archivelst ul li .txtbox .plf .plf_name .note {
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 15px;
  color: #6F6F6F;
}

.unit_description .archive .sizing_archivelst ul li .txtbox p {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .unit_description .archive .ttl {
    font-size: 22px;
    margin: 0 auto 3%;
  }
  .unit_description .archive .ttl p {
    font-size: 16px;
    line-height: 150%;
  }
  .unit_description .archive .ttl_img_p_flex {
    margin: 0 auto 30px;
    display: block;
  }
  .unit_description .archive .ttl_img_p_flex img {
    margin: 0 auto 20px;
    width: 25px;
  }
  .unit_description .archive .ttl_img_p_flex p {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
  }
  .unit_description .archive .ttl_img_p_flex p span.fs {
    font-size: 16px;
  }
  .unit_description .archive .sizing_archivelst .al_cmn {
    display: block;
  }
  .unit_description .archive .sizing_archivelst .al_cmn:before {
    font-size: 18px;
    top: -5%;
    left: 3%;
    padding: 10px 30px 10px 15px;
  }
  .unit_description .archive .sizing_archivelst ul {
    display: block;
  }
  .unit_description .archive .sizing_archivelst ul li {
    width: 100%;
    margin: 0 auto 10%;
    padding: 20px 10px;
  }
  .unit_description .archive .sizing_archivelst ul li img.img_icon {
    margin: 0 auto 3%;
  }
  .unit_description .archive .sizing_archivelst ul li .txtbox {
    font-size: 18px;
  }
  .unit_description .archive .sizing_archivelst ul li .txtbox .plf {
    margin: 0 0 3%;
    padding: 0 0 2%;
    text-align: center;
  }
}
iframe {
  width: 2000px;
  max-width: 100%;
  height: 3300px;
  margin: 0 auto;
  display: block;
  border: none;
}

@media screen and (max-width: 767px) {
  iframe {
    height: 4000px;
  }
}
.unit_form {
  background: #fff;
}

.unit_form .formbox {
  background: url("../images/bg_meeting.jpg") repeat-y top center;
  background-size: auto;
}

.unit_form .formbox_detail {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
}

.unit_form .formbox_detail .meeting_date {
  width: 1000px;
  margin: 0 auto 50px;
  padding: 20px;
  max-width: 100%;
  font-size: 22px;
  box-sizing: border-box;
}

.unit_form .formbox_detail .meeting_date table {
  display: block;
  font-size: 18px;
  line-height: 150%;
}

.unit_form .formbox_detail .meeting_date table caption {
  display: block;
  margin: 0 auto;
  padding: 20px 5px;
  text-align: center;
  background: #5270A1;
  color: #fff;
  line-height: 150%;
}

.unit_form .formbox_detail .meeting_date table tbody {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

.unit_form .formbox_detail .meeting_date table tr {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ceceb2;
}

.unit_form .formbox_detail .meeting_date table tr ul.point li {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.unit_form .formbox_detail .meeting_date table tr ul.point li:last-child {
  margin-bottom: 0;
}

.unit_form .formbox_detail .meeting_date table tr ul.point li:before {
  content: "●";
  display: block;
  margin: 0 1% 0 0;
  color: #AEAFB4;
}

.unit_form .formbox_detail .meeting_date table tr div .note {
  font-size: 15px;
  color: #de0000;
}

.unit_form .formbox_detail .meeting_date table tr.capacity td {
  color: #292929;
}

.unit_form .formbox_detail .meeting_date table tr.capacity td span.residue {
  font-weight: bold;
  color: #ee0000;
}

.unit_form .formbox_detail .meeting_date table tr:last-child {
  border-bottom: none;
}

.unit_form .formbox_detail .meeting_date table tr th {
  width: 250px;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.unit_form .formbox_detail .meeting_date table tr td {
  width: 500px;
  max-width: 100%;
}

.unit_form .formbox_detail .meeting_date table tr ul.numbering {
  counter-reset: number 0;
}

.unit_form .formbox_detail .meeting_date table tr ul.numbering li {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ddd;
  padding: 5px 0;
}

.unit_form .formbox_detail .meeting_date table tr ul.numbering li:last-child {
  border-bottom: none;
}

.unit_form .formbox_detail .meeting_date table tr ul.numbering li:before {
  counter-increment: number 1;
  content: counter(number) "：";
  vertical-align: middle;
  display: block;
}

@media screen and (max-width: 767px) {
  .unit_form .formbox_detail .meeting_date {
    padding: 2% 0;
  }
  .unit_form .formbox_detail .meeting_date .sizing {
    padding: 5% 2%;
  }
  .unit_form .formbox_detail .meeting_date table {
    padding: 4% 0 0;
    font-size: 16px;
  }
  .unit_form .formbox_detail .meeting_date table caption {
    padding: 3% 0;
  }
  .unit_form .formbox_detail .meeting_date table tr {
    max-width: 100%;
  }
  .unit_form .formbox_detail .meeting_date table tr th {
    width: 170px;
  }
}
.unit_form .formbox_detail .form_datettl {
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  font-size: 24px;
}

.unit_form .formbox_detail .sendtxt {
  padding: 20px 0;
}

.unit_form .formbox_detail .sendtxt p {
  line-height: 150%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .unit_form .formbox_detail {
    padding: 5% 0;
  }
  .unit_form .formbox_detail .form_intro {
    margin: 0 auto 5%;
  }
  .unit_form .formbox_detail .form_intro h2 {
    margin: 0 auto 4%;
    padding: 0;
    font-size: 20px;
  }
  .unit_form .formbox_detail .form_intro p {
    font-size: 18px;
    text-align: left;
  }
  .unit_form .formbox_detail .form_intro p .note {
    font-size: 16px;
  }
  .unit_form .formbox_detail .form_datettl {
    margin: 0 auto;
    padding: 5% 0;
    font-size: 18px;
  }
  .unit_form .formbox_detail .sendtxt {
    padding: 3% 0;
  }
}
.form_boxdetail {
  background: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .form_boxdetail {
    padding: 3%;
  }
}
.form_boxdetail form table {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 150%;
}

.form_boxdetail form table thead tr th {
  width: 500px;
}

.form_boxdetail form table tbody.date {
  padding: 20px 0;
  display: block;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #797979;
}

.form_boxdetail form table tbody.date:last-child {
  border-bottom: none;
}

.form_boxdetail form table tbody.date tr td {
  width: 500px;
  vertical-align: middle;
}

.form_boxdetail form table tbody.inputbox {
  padding: 35px 0;
  display: block;
  vertical-align: middle;
  text-align: left;
}

.form_boxdetail form table tbody.inputbox tr {
  margin: 0 0 50px;
  display: block;
}

.form_boxdetail form table tbody.inputbox tr > td {
  width: 350px;
  vertical-align: middle;
}

.form_boxdetail form table tbody.inputbox tr > td input {
  box-sizing: border-box;
  font-size: 20px;
}

.form_boxdetail form table tbody.inputbox tr > td input[type=text], .form_boxdetail form table tbody.inputbox tr > td input[type=tel], .form_boxdetail form table tbody.inputbox tr > td input[type=email] {
  height: 40px;
  width: 450px;
  max-width: 100%;
}

.form_boxdetail form table tbody.inputbox tr > td input[type=text]::-moz-placeholder, .form_boxdetail form table tbody.inputbox tr > td input[type=tel]::-moz-placeholder, .form_boxdetail form table tbody.inputbox tr > td input[type=email]::-moz-placeholder {
  color: #D1D1D1;
}

.form_boxdetail form table tbody.inputbox tr > td input[type=text]::placeholder, .form_boxdetail form table tbody.inputbox tr > td input[type=tel]::placeholder, .form_boxdetail form table tbody.inputbox tr > td input[type=email]::placeholder {
  color: #D1D1D1;
}

.form_boxdetail form table tbody.inputbox tr p.note {
  font-size: 17px;
  line-height: 140%;
}

.form_boxdetail form table tbody.inputbox tr.messagebox td, .form_boxdetail form table tbody.inputbox tr.payment td {
  display: block;
  width: 100%;
  max-width: 100%;
}

.form_boxdetail form table tbody.inputbox tr.messagebox td textarea, .form_boxdetail form table tbody.inputbox tr.payment td textarea {
  display: block;
  box-sizing: border-box;
  height: 150px;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  padding: 10px;
}

.form_boxdetail form table tbody.inputbox tr.license td {
  display: block;
  margin: 0 0 10px;
}

.form_boxdetail form table tbody.inputbox tr.member td {
  display: block;
}

.form_boxdetail form table tbody.inputbox tr.payment ul {
  margin: 0 auto 6px;
  padding: 6px 0 6px 4%;
}

.form_boxdetail form table tbody.inputbox tr.payment ul li {
  padding: 3px 0;
  display: flex;
  align-items: center;
  line-height: 150%;
}

.form_boxdetail form table tbody.inputbox tr.payment ul li:before {
  content: "●";
  display: block;
  margin: 0 1% 0 0;
  color: #BABABA;
}

@media screen and (max-width: 767px) {
  .form_boxdetail form table {
    font-size: 18px;
  }
  .form_boxdetail form table tbody.date {
    padding: 5% 0;
  }
  .form_boxdetail form table tbody.date tr th {
    width: 33%;
  }
  .form_boxdetail form table tbody.inputbox {
    padding: 5% 0;
  }
  .form_boxdetail form table tbody.inputbox tr {
    width: 100%;
    margin: 0 0 7%;
  }
  .form_boxdetail form table tbody.inputbox tr > td {
    width: 100%;
    display: block;
  }
  .form_boxdetail form table tbody.inputbox tr > td input[type=text], .form_boxdetail form table tbody.inputbox tr > td input[type=tel], .form_boxdetail form table tbody.inputbox tr > td input[type=email] {
    width: 100%;
    max-width: 100%;
  }
  .form_boxdetail form table tbody.inputbox tr > td textarea {
    width: 600px;
    height: 200px;
    display: block;
  }
  .form_boxdetail form table tbody.inputbox tr.messagebox td textarea {
    font-size: 16px;
    padding: 2%;
  }
}
.form_boxdetail span.red_required {
  color: #de0000;
}

.form_boxdetail .privacypolicybox .privacypolicy {
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 150%;
  padding: 3px;
  border: 3px solid #ccc;
  background: #e4e4e4;
  height: 300px;
  overflow-y: auto;
}

.form_boxdetail .privacypolicybox .privacypolicy p {
  margin: 0 0 2%;
}

.form_boxdetail .privacypolicybox .privacypolicy ul li {
  margin: 0 0 2%;
}

.form_boxdetail .privacypolicybox p {
  padding: 10px;
  line-height: 150%;
}

.submit {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.submit .btn_send {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 18pt;
  text-align: center;
  background: #518FCD;
  color: #ffffff;
  border: 2px solid #518FCD;
  line-height: 1em;
  cursor: pointer;
  transition: 0.3s;
}

.submit .btn_send:hover {
  color: #4da6ff;
  background: #ffffff;
}

input[type=checkbox] {
  transform: scale(2);
  margin: 0 6px 0 0;
}

/* animations */
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* styles */
tbody.date label, tbody tr.member label {
  margin: 5px 0;
  padding-left: 20px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

tbody.date .outside, tbody tr.member .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
  background: #F3F3F3;
}

tbody.date .inside, tbody tr.member .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #444;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}

.no-transforms tbody.date .inside, .no-transforms tbody tr.member .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

tbody.date input, tbody tr.member input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

tbody.date input:checked + .outside .inside, tbody tr.member input:checked + .outside .inside {
  animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}

.no-transforms tbody.date input:checked + .outside .inside, .no-transforms tbody tr.member input:checked + .outside .inside {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  tbody.date label, tbody tr.member label {
    margin: 2% auto;
    padding-left: 20px;
  }
}
/*ベース*/
.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  padding: 1%;
  display: block;
  color: #fff;
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #353534;
  border-right: 2px solid #353534;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label, .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

@media screen and (max-width: 767px) {
  .toggle:checked + .Label + .content {
    /*開閉時*/
    height: auto;
    padding: 2%;
    transition: all 0.3s;
  }
}
/* フェードインアニメーション */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fadein_right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 500ms;
}

.fadein_left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 500ms;
}

.fadein.scrollin,
.fadein_right.scrollin,
.fadein_left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 順番フェードインアニメーション */
.fadein_order {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 0.5s;
}

.fadein_order.show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 500ms;
}

.fadein_order.show:nth-of-type(1) {
  transition-delay: 0s;
}

.fadein_order.show:nth-of-type(2) {
  transition-delay: 0.1s;
}

.fadein_order.show:nth-of-type(3) {
  transition-delay: 0.2s;
}

.fadein_order.show:nth-of-type(4) {
  transition-delay: 0.3s;
}

.fadein_order.show:nth-of-type(5) {
  transition-delay: 0.4s;
}

.fadein_order.show:nth-of-type(6) {
  transition-delay: 0.5s;
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
.fuwafuwa_left {
  -webkit-animation-name: fuwafuwa_left;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa_left;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
.fuwafuwa_right {
  -webkit-animation-name: fuwafuwa_right;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa_right;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
.bound {
  animation: bound 3s infinite;
}

.container-box {
  width: 1100px;
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section {
  padding: 50px 0;
}

.section h2 {
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 15px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  line-height: 150%;
  color: #C9152A;
}

@media screen and (min-width: 768px) {
  .access-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .access-wrap .access-wrap-img {
    width: 400px;
  }
}
.access-wrap .access-wrap-img img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access-wrap .access-wrap-img img {
    width: 70%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .access-wrap .access-wrap-text {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 767px) {
  .access-wrap .access-wrap-text {
    padding: 0 20px;
  }
}
.access-wrap .access-wrap-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .access-wrap .access-wrap-text h3 {
    font-size: 18px;
  }
}
.access-wrap .access-wrap-text p {
  margin-bottom: 20px;
  line-height: 160%;
}
.access-wrap .access-wrap-text p a.map {
  font-size: 14px;
  background: #C9152A;
  display: block;
  padding: 0 5px;
  width: 150px;
  text-align: center;
  border-radius: 6px;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .access-wrap .access-wrap-text p a.map {
    width: 60%;
    padding: 5px;
    font-size: 15px;
  }
}
.access-wrap .access-wrap-text p a.map i {
  margin-right: 4px;
}
.access-wrap .access-wrap-text p a.map:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.access-wrap .access-wrap-text ul li {
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 5px;
}

@keyframes bound {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-25px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  #merit .movie {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #merit .movie li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #merit .movie li {
    margin-bottom: 40px;
  }
}
#merit .movie li .youtube {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}
#merit .movie li .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archives {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .archives .archives-slide {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .archives .archives-text {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: 58%;
    z-index: 3;
  }
}
.archives .archives-text .text-box {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  line-height: 160%;
}
.archives .archives-text .text-box .red {
  font-weight: bold;
  color: red;
}

@media screen and (min-width: 768px) {
  .company .company-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .company .company-wrap .company-wrap-img {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .company .company-wrap .company-wrap-text {
    width: 49%;
  }
}
.company table tr th, .company table tr td {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  line-height: 160%;
  font-size: 15px;
}
.company table tr th {
  text-align: left;
  width: 100px;
}
.program {
  background: #f5f5f5;
}
.program .program-box {
  padding: 60px 0;
  background: url("../images/program-bg.png") no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .program .program-box {
    background-image: url("../images/program-bg-sp.png");
  }
}
.program h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 20px;
  color: #FFF;
}
.program h3 span {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
}
.program h3 span strong {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .program dl {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .program dl dd ul {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
    width: 550px;
    margin: 0 auto;
  }
}
.program dl dd ul li {
  background: #fff;
  box-shadow: 3px 3px 9px 2px rgba(88, 88, 88, 0.2784313725);
  border: 2px solid #eee;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program dl dd ul li {
    width: 50%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .program dl dd ul li {
    margin-bottom: 30px;
  }
}
.program dl dd ul li strong {
  position: absolute;
  z-index: 1;
  padding: 10px;
  display: inline-block;
  font-size: 13px;
  left: 0;
  top: 0;
  background: #C9152A;
  color: #fff;
}
.program dl dd ul li > img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .program dl dd ul li > img {
    width: 60%;
  }
}
.program dl dd ul li h4 {
  font-weight: bold;
  font-size: 20px;
}
.program dl dd ul li span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.program dl dd ul li small {
  border: solid 2px #C9152A;
  padding: 5px;
  font-size: 12px;
  color: #C9152A;
  display: block;
  margin: 10px auto 0;
  width: 100px;
  text-align: center;
}
.program dl dd ul li:hover {
  transition: 0.3s;
  border: 2px solid #C9152A;
}
.program dl dd ul li:hover img {
  transition: 0.3s;
  opacity: 0.7;
}
.program dl dd ul li:hover small {
  transition: 0.3s;
  color: #FFF;
  background: #C9152A;
}

.d-flex {
  display: flex;
}

/*モーダル*/
.modal_bg {
  background: rgba(31, 31, 31, 0.9);
  height: 100%;
  position: absolute;
  width: 100%;
  cursor: pointer;
}
.modal_bg::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  top: 5%;
  right: 5%;
  height: 50px;
  background-color: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .modal_bg::before {
    top: 3%;
    right: 7%;
    width: 2px;
    height: 30px;
  }
}
.modal_bg::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  top: 5%;
  right: 5%;
  height: 50px;
  background-color: #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .modal_bg::after {
    top: 3%;
    right: 7%;
    width: 2px;
    height: 30px;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.modal .modal_content {
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1040px;
  max-height: 87vh;
  border-radius: 20px;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .modal .modal_content {
    padding: 4rem 3rem 4rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal_content {
    width: 85vw;
    background: none;
    height: 80vh;
    padding: 0;
    border-radius: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal_content .d-flex {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
  }
}
.modal .modal_content .d-flex .profile_img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .modal .modal_content .d-flex .profile_img {
    width: 50%;
    margin: 0 auto 1.5rem auto;
  }
}
.modal .modal_content .d-flex .profile_info {
  width: 73%;
  margin-left: 3rem;
  line-height: 1.9em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal .modal_content .d-flex .profile_info {
    width: 100%;
    margin-left: 0;
    line-height: 1.9em;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal_content .d-flex .company {
    text-align: center;
    color: #6F6F6F;
    margin-bottom: 0px;
    font-size: 14px;
  }
}
.modal .modal_content .d-flex .company span {
  background: #C9152A;
  color: #FFF;
  font-size: 13px;
  padding: 5px 5px;
}
@media screen and (min-width: 768px) {
  .modal .modal_content .d-flex .company span {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal_content .d-flex .company span {
    display: block;
    width: 100px;
    text-align: center;
    padding: 0 5px;
    line-height: 20px;
    margin: 0 auto;
  }
}
.modal .modal_content .d-flex .name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .modal .modal_content .d-flex .name {
    text-align: center;
  }
}
.modal .modal_content .d-flex .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .modal .modal_content .d-flex #c05 .white_box {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal_content .d-flex #c05 iframe {
    height: 600px;
  }
}

.sponsor {
  background: url(../images/sponsor.jpg) no-repeat;
  background-size: 100% auto;
}
.sponsor h2 {
  color: #022871;
  padding: 0;
}
.sponsor .container-box {
  background: #ffffff;
  padding: 30px 10px;
}
.sponsor .container-box ul {
  display: flex;
  justify-content: center;
}
.sponsor .container-box ul li {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .sponsor .container-box ul li {
    width: 40%;
  }
}

.ma-logo img {
  display: block;
  margin: 0 auto 40px;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .ma-logo img {
    width: 250px;
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ma-logo img {
    margin-top: 40px;
  }
}


.guest {
  background: #C9152A;
  background: url(../images/22954451.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .guest {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.guest h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
}
.guest h2 span {
  color: #C9152A;
  font-size: 15px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 15px;
  background: #fff;
}
.guest dl {
  margin: 0;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .guest dl {
    padding: 30px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .guest dl dt {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .guest dl dt img {
    display: block;
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .guest dl dd {
    width: calc(100% - 170px);
  }
}
.guest dl dd p {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .guest dl dd p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */