@charset "utf-8";
main{
  padding-bottom: 0;
  overflow: hidden;
}
.font_ttl{
  font-family: 'Poppins', sans-serif,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
section .inner{
  position: relative;
  max-width: 1320px;
}

section .cmn_p > a {
  color: #004ea1;
  text-decoration: underline;
}
@media screen and (max-width :768px) {
  section .inner{
    width: 94.6%;
  }
}
button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
/* ===============================================
# sitecmn
=============================================== */
/*ボタン*/
.sitecmn_btn_link a{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 32px;
  width: 100%;
  height: 65px;
  background: url("/recruit_staff/common/img/ico_arrow.svg")no-repeat right 23px center;
  background-color: #1b41ae;
  border:solid 1px #1b41ae;
  background-size: 7px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sitecmn_btn_link a.left{
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.sitecmn_btn_link a.short{
  width: 500px;
}
.sitecmn_btn_link a.medium{
  width: 350px;
}
.sitecmn_btn_link a[target="_blank"] span{
  display: inline-block;
  padding-right: 30px;
  background: url("/common/img/ico_link_blank_w.svg")no-repeat right center;
  background-size: 15px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sitecmn_btn_link a.white{
  background-color: #fff;
  color: #1b41ae;
  background-image: url("/recruit_staff/common/img/ico_arrow_b.svg");
}
.sitecmn_btn_link a.white[target="_blank"] span{
  background-image: url("/common/img/ico_link_blank.svg");
}
@media (hover: hover) and (pointer: fine) {
  .sitecmn_btn_link a:hover{
    color: #1b41ae;
    background-color: #fff;
    border-color: #1b41ae;
    background-image: url("/recruit_staff/common/img/ico_arrow_b.svg");
  }
  .sitecmn_btn_link a[target="_blank"]:hover span{
    background-image: url("/common/img/ico_link_blank.svg");
  }
  .sitecmn_btn_link a.white:hover{
    background-color: #1b41ae;
    color: #fff;
    background-image: url("/recruit_staff/common/img/ico_arrow.svg");
  }
  .sitecmn_btn_link a.white[target="_blank"]:hover span{
    background-image: url("/common/img/ico_link_blank_w.svg");
  }
}
@media screen and (max-width :768px) {
  .sitecmn_btn_link a{
    padding: 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 24px;
    height: 48.5px;
    background-size: 4px auto;
  }
  .sitecmn_btn_link a.short{
    width: 94.36%;
    max-width: 380px;
  }
  .sitecmn_btn_link a.medium{
    width: 100%;
  }
  .sitecmn_btn_link a[target="_blank"] span{
    padding-right: 15px;
    background-size: 10px auto;
  }
}

/*リスト*/
ol.sitecmn_list_no{
  text-indent: 0;
  counter-reset: number;
  list-style-type: none;
}
ol.sitecmn_list_no > li{
  position: relative;
  counter-increment: number;
  padding-left: 1.2em;
}
ol.sitecmn_list_no > li .blue{
  color: #1b41ae;
}
ol.sitecmn_list_no > li::before{
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  display: inline-block;
  counter-increment: count 1;
  content: counter(number) ".";
  font-weight: bold;
  color: #1b41ae;
}
ol.sitecmn_list_no > li:nth-child(n+2){
  margin-top: 0.5em;
}

/*リスト　丸数字*/
.sitecmn_list_circle li{
  position: relative;
  padding-left: 35px;
}
.sitecmn_list_circle li+li{
  margin-top: 13px;
}
.sitecmn_list_circle .no{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  color: #1b41ae;
  border-radius: 50%;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 1);
  background: #e8eeff;
  border: solid 1px #1b41ae;
  font-family: 'Poppins', sans-serif,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width :768px) {
  .sitecmn_list_circle li{
    padding-left: 30px;
  }
  .sitecmn_list_circle .no{
    top: -2px;
    width: 24px;
    line-height: 22px;
    font-size: 15px;
    font-size: 1.5rem;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 1);
  }
}
/*box_frame*/
.sitecmn_frame{
  margin-top: 45px;
  background: #f5f5f5;
  padding: 25px 20px 25px 30px;
}
.sitecmn_frame .ttl{
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #1b41ae;
  font-weight: bold;
}
@media screen and (max-width :768px) {
  .sitecmn_frame{
    margin-top: 20px;
    padding: 15px 20px 20px;
  }
  .sitecmn_frame .ttl{
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*タイトル*/
.sitecmn_h2{
  line-height: 1;
  color: #1b41ae;
  margin-bottom: 60px;
}
.sitecmn_h2 .green{
  color: #4fb996;
}
.sitecmn_h2 .lblue{
  color: #00a0ea;
}
.sitecmn_h2 span[lang="en"]{
  font-size: 58px;
  font-size: 5.8rem;
  text-shadow: 3px 3px 0px rgba(232, 238, 255, 1);
}
.sitecmn_h2 span[lang="jp"]{
  display: block;
  margin-top: 17px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width :769px) {
  .sitecmn_h2{
    margin-bottom: 25px;
  }
  .sitecmn_h2 span[lang="en"]{
    font-size: 43px;
    font-size: 4.3rem;
    text-shadow: 2px 2px 0px rgba(232, 238, 255, 1);
  }
  .sitecmn_h2 span[lang="jp"]{
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.sitecmn_ttl3{
  display:-webkit-box;
  display:flex;
  margin-bottom: 28px;
  padding: 19px 20px;
  background: #e8eeff;
  border-bottom: solid 2px #1b41ae
}
.sitecmn_ttl3:nth-of-type(n+2){
  margin-top: 50px;
}
.sitecmn_ttl3 .no{
  width: 42px;
  line-height: 42px;
  text-align: center;
  margin-right: 12px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  border-radius: 50%;
  color: #fff;
  box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 1);
  background: #1b41ae;
  font-family: 'Poppins', sans-serif,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.sitecmn_ttl3 .txt{
  padding-top: 8px;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1b41ae;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width :768px) {
  .sitecmn_ttl3{
    margin-bottom: 20px;
    padding: 12px 10px;
  }
  .sitecmn_ttl3:nth-of-type(n+2){
    margin-top: 28px;
  }
  .sitecmn_ttl3 .no{
    width: 32px;
    line-height: 32px;
    margin-right: 8px;
    font-size: 19px;
    font-size: 1.9rem;
    box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 1);
  }
  .sitecmn_ttl3 .txt{
    padding-top: 6px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.sitecmn_ttl4{
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #1b41ae;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width :768px) {
  .sitecmn_ttl4{
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
/* ===============================================
# navigation_recruit
=============================================== */
#header_hidden{
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  z-index: -1;
}
@media print,screen and (min-width :769px){
  #navigation_recruit{
    width: calc(100% - 200px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
    padding: 30px;
  }
  #navigation_recruit::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #navigation_recruit ul{
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 0 0 auto;
    -webkit-box-pack: justify;
    justify-content: space-between;

  }
  #navigation_recruit li a{
    font-weight: bold;
    color: #1b41ae;
    padding: 3px 5px;
    min-height: 45px;
    line-height: 1.2;
    display:-webkit-box;
    display:flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #navigation_recruit li.app a{
    background: #1b41ae;
    border-radius: 22.5px;
    color: #fff;
    padding-right: 33px;
    padding-left: 33px;
    border:solid 1px #1b41ae;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media (hover: hover) and (pointer: fine) {
  #navigation_recruit li.app a:hover{
    background: #fff;
    color: #1b41ae;
    opacity: 1;
  }
}
@media print,screen and (max-width :950px) and (min-width :769px){
  #navigation_recruit{
    padding: 20px 10px;
  }
  #navigation_recruit li a{
    font-size: 13px;
    font-size: 1.3rem;
    min-height: 40px;
  }
  #navigation_recruit li.app a{
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width :768px) {
  #navigation_recruit{
    padding: 5px 0 15px;
    background: #fdfbf5;
  }
  #navigation_recruit ul{
    width: 94.6%;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #navigation_recruit ul::after{
    content: '';
    width: 29%;
    height: 0;
    display: block;
  }
  #navigation_recruit li:not(.app){
    width: 29%;
  }
  #navigation_recruit li:not(.app) a{
    display: block;
    padding: 10px 10px 10px 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: bold;
    color: #1b41ae;
    border-bottom: dotted 1px #1b41ae;
  }
  #navigation_recruit li:not(.app) a.link{
    background: url("/recruit_staff/common/img/ico_arrow_b.svg")no-repeat right center;
    background-size: 6px auto;
  }
  #navigation_recruit li:not(.app) a.anc{
    background: url("/recruit_staff/common/img/ico_anchor.svg")no-repeat right center;
    background-size: 8px auto;
  }
  #navigation_recruit li.app{
    position: fixed;
    top: 143px;
    right: 0;
    z-index: 501;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #navigation_recruit li.app a{
    display: block;
    padding: 12px 9px;
    background: #1b41ae;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 9px 0 0 9px;
  }
}
/* ===============================================
# sec_details
=============================================== */
.sec_details{
  position: relative;
  z-index: 0;
  padding-top: 160px;
  padding-bottom: 62px;
  background: url("/recruit_staff/common/img/bg_details.png")no-repeat bottom right;
  background-size: cover;
}
.sec_details::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27,65,174,0.43);
  background-image: radial-gradient(rgba(27,65,174,0.43) 20%, transparent 20%), radial-gradient(rgba(27,65,174,0.43) 20%, transparent 20%);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
}
.sec_details .sitecmn_h2{
  margin-bottom: 40px;
}
.sec_details .sitecmn_h2 img{
  width: 221px;
}
.sec_details .sitecmn_h2 span[lang="jp"]{
  color: #fff;
}
@media print,screen and (max-width :1280px) {
  .sec_details{
    background: url("/recruit_staff/common/img/bg_details_sp.png") no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width :768px) {
  .sec_details{
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .sec_details .inner{
    width: 89.6%;
  }
  .sec_details .sitecmn_h2{
    margin-bottom: 30px;
  }
  .sec_details .sitecmn_h2 img{
    width: 166px;
  }
}

/* ===============================================
# sec_backbtn
=============================================== */
.sec_backbtn{
  padding: 80px 0 60px 0;
  text-align: center;
}
.sec_backbtn .btn_back{
  position: relative;
  display: inline-block;
  padding: 23px 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #1b41ae;
  text-decoration: none;
  border: solid 1px #1b41ae;
  min-width: 268px;
  max-width: 100%;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sec_backbtn .btn_back::before{
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background: url("/recruit_staff/common/img/ico_arrow_b.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 11px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec_backbtn .btn_back:hover{
    color: #fff;
    background-color: #1b41ae;
  }
  .sec_backbtn .btn_back:hover::before{
    background: url("/recruit_staff/common/img/ico_arrow.svg") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width :768px) {
  .sec_backbtn{
    padding: 48px 0 55px 0;
  }
  .sec_backbtn .btn_back{
    width: 90%;
    max-width: 335px;
    min-width: 170px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 16px;
  }
  .sec_backbtn .btn_back::before{
    left: 20px;
    width: 6px;
    height: 10px;
  }
}

/* ===============================================
# area_topicpath
=============================================== */
.area_topicpath .topicpath{
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
.area_topicpath  .topicpath ol li:first-of-type::before{
  display: inline-block;
  content: "";
  background: url("/recruit_staff/common/img/ico_home.svg") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 14px;
  margin-right: 8px;
}
.area_topicpath  .topicpath ol li{
  font-weight: bold;
  color: #1b41ae;
}
.area_topicpath  .topicpath ol li a{
  color: #b1adac;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.area_topicpath .topicpath ol li:nth-child(n+2){
  margin-left: 10px;
  padding-left: 13px;
  background: url("/recruit_staff/common/img/ico_arrow_g.svg")no-repeat left center;
  background-size: 5px auto;
}
@media (hover: hover) and (pointer: fine) {
  .area_topicpath  .topicpath ol li a:hover{
    color: #1b41ae;
  }
}
@media screen and (max-width :768px) {
  .area_topicpath .topicpath{
    font-size: 10px;
    padding-top: 11px;
  }
  .area_topicpath .topicpath ol li:first-of-type::before{
    width: 9px;
    height: 14px;
    margin-right: 7px;
  }
  .area_topicpath .topicpath ol li:nth-child(n+2){
    margin-left: 7px;
  }
  .area_topicpath .topicpath ol li a{
    vertical-align: top;
  }
}

/* ===============================================
# sec_ttl
=============================================== */
.sec_ttl{
  margin-top: 105px;
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #e8eeff;
}
.sec_ttl .sitecmn_h2{
  text-align: center;
  margin-bottom: 21px;
}
.sec_ttl .sitecmn_h2 span[lang="en"]{
  text-shadow: 3px 4px 0px #fff;
}
.sec_ttl .sitecmn_h2 span[lang="jp"]{
  margin-top: 13px;
}
.sec_ttl .txt_lead{
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width :768px) {
  .sec_ttl{
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec_ttl .sitecmn_h2{
    margin-bottom: 17px;
  }
  .sec_ttl .sitecmn_h2 span[lang="jp"] {
    margin-top: 8px;
  }
  .sec_ttl .txt_lead{
    width: 95.3%;
    margin: 0 auto;
  }
}

/* ===============================================
# sec_movie
=============================================== */
.sec_movie{
  position: relative;
  z-index: 2;
  background-color: #fff9ea;
  margin-top: -50px;
  padding: 110px 0 30px;
}
.sec_movie::after{
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: url("/recruit_staff/common/img/bg_wave_b.svg")repeat-x bottom center;  
  background-color: transparent;
}
.sec_movie .inner .area_movie{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
  align-items: center;
}
.sec_movie .inner .area_movie + .area_movie{
  margin-top: 80px;
}
.sec_movie .inner::before{
  content: '';
  width: 8.7%;
  max-width: 107px;
  height: 195px;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 3;
  background: url("/recruit_staff/common/img/img_mascot.png")no-repeat right bottom;
  background-size: contain;
}
.sec_movie .inner .box_img{
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 4.18%;
}
.sec_movie .inner .box_img a{
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
.sec_movie .inner .box_img a::after{
  content: "";
  display: block;
  background: url(/recruit_staff/common/img/ico_movie.svg) no-repeat;
  background-size: cover;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  z-index: 1;
}
.sec_movie .inner .box_img figure{
  position: relative;
}
.sec_movie .inner .box_img figure::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:30px;
  left: -30px;
  background-size: auto auto;
  background-color: rgba(248, 250, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(232, 238, 255, 1) 4px, rgba(232, 238, 255, 1) 8px );
  z-index: 0;
}
.sec_movie .inner .box_img figure img{
  position: relative;
  z-index:1;
}
.sec_movie .inner .box_txt{
  position: relative;
  width: 50%;
  min-width:400px;
}
.sec_movie .inner .box_txt h2{
  line-height: 1.3;
  color: #1b41ae;
  font-weight: bold;
}
.sec_movie .inner .box_txt h2 .sub{
  display: block;
  margin-bottom: 13px;
  font-size: 28px;
  font-size: 2.8rem;
  background: url("/recruit_staff/common/img/img_line2.svg")no-repeat left bottom -3px;
}
.sec_movie .inner .box_txt h2 .main{
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.19;
  text-shadow: 3px 3px 0px rgba(232, 238, 255, 1);
}
.sec_movie .inner .txt{
  margin-top: 20px;
  font-weight: bold;
  padding-right: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .sec_movie .inner .box_img a:hover{
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media print,screen and (max-width :1024px) {
  .sec_movie .inner .area_movie{
    max-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .sec_movie .inner .box_img{
    margin-top: 25px;
    -webkit-box-ordinal-group:2;
    order: 1;
    padding: 0;
  }
  .sec_movie .inner .box_txt{
    width: 100%;
    -webkit-box-ordinal-group:1;
    order: 0;
  }
}
@media screen and (max-width :768px) {
  .sec_movie{
    margin-top: -30px;
    padding: 70px 0 60px;
  }
  .sec_movie .inner .area_movie + .area_movie{
    margin-top: 50px;
  }
  .sec_movie::after {
    height: 40px;
    background-size: 80px auto;
  }
  .sec_movie .inner .area_movie{
    width: 100%;
  }
  .sec_movie .inner::before{
    width: 15%;
    height: 26vw;
    right: -3.5%;
    bottom: -60px;
    max-width: 60px;
  }
  .sec_movie .inner .box_img{
    width: 100%;
    margin: 18px auto 0;
    padding: 0;
  }
  .sec_movie .inner .box_img figure::before{
    top:20px;
    left: -20px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(232, 238, 255, 1) 2px, rgba(232, 238, 255, 1) 4px );
  }
  .sec_movie .inner .box_img a::after{
    width: 33px;
    height: 33px;
  }
  .sec_movie .inner .box_txt{
    min-width: inherit;
  }
  .sec_movie .inner .box_txt h2 .sub{
    font-size: 20px;
    font-size: 2rem;
    background-size: auto 12px;
    margin-bottom: 2px;
  }
  .sec_movie .inner .box_txt h2 .main{
    line-height: 1.6;
    font-size: 30px;
    font-size: 3rem;
    text-shadow: 2px 2px 0px rgba(232, 238, 255, 1);
  }
  .sec_movie .inner .txt{
    margin-top: 10px;
  }
}

/* モーダル
----------------------------------------------- */
/* モーダル共通閉じるボタン */
.tingle-modal-box__footer{
  position: absolute;
  right: -25px;
  top: -25px;
  width: 59px;
  height: 59px;
  border-radius: 0;
  padding: 0;
  background: none;
}
.btn_modal_close{
  border-radius: 50px;
  border: 1px solid #004ea1;
  background-color: #fff;
  color: #004ea1;
  font-weight: 100;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 40px;
  font-size: 4rem;
  cursor: pointer;
  padding: 0;
}

