img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-transition: all 0.4s;
}

#wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.main_area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  letter-spacing: -0.4em;
  position: relative;
}
.main_area .column01 {
  width: 47%;
  display: block;
  vertical-align: top;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: calc(70 / 856 * 47vw);
}
.main_area .column01 .top_logo {
  width: calc(1022 / 1320 * 47vw);
  max-width: 510px;
  display: inline-block;
  margin-bottom: calc(30 / 856 * 47vw);
}
.main_area .column01 .lead {
  width: calc(1000 / 1320 * 47vw);
  max-width: 500px;
  display: inline-block;
  margin-bottom: calc(20 / 856 * 47vw);
}
.main_area .column01 .lead02 {
  width: calc(1180 / 1320 * 47vw);
  max-width: 590px;
  display: inline-block;
  margin-bottom: calc(30 / 856 * 47vw);
}
.main_area .column01 .lead03 {
  width: calc(690 / 1320 * 47vw);
  max-width: 345px;
  display: inline-block;
  margin-bottom: calc(20 / 856 * 47vw);
}
.main_area .column01 .banner {
  width: calc(900 / 1320 * 47vw);
  max-width: 450px;
  display: inline-block;
}
.main_area .column02 {
  width: 100%;
  display: block;
  vertical-align: top;
}
.main_area .column02 img.pc_view {
  display: inline-block;
}
.main_area .column02 img.sp_view {
  display: none;
}
.main_area .column02 .logo_sp {
  display: none;
}
.main_area .column02 .lead_sp {
  display: none;
}
.main_area .column02 .banner_sp {
  display: none;
}

@media print, screen and (max-width: 700px) {
  .main_area {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    letter-spacing: -0.4em;
  }
  .main_area .column01 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding-top: 0%;
    display: none;
  }
  .main_area .column01 .top_logo {
    width: 70%;
    max-width: 510px;
    display: inline-block;
    margin-bottom: 30px;
    position: absolute;
    display: none;
    left: 15%;
    bottom: 10%;
  }
  .main_area .column01 .lead {
    width: 72%;
    max-width: 500px;
    display: inline-block;
    margin-bottom: 20px;
    position: absolute;
    display: none;
  }
  .main_area .column01 .lead02 {
    width: calc(1180 / 1320 * 47vw);
    max-width: 590px;
    display: inline-block;
    margin-bottom: 30px;
    display: none;
  }
  .main_area .column01 .lead03 {
    width: calc(690 / 1320 * 47vw);
    max-width: 345px;
    display: inline-block;
    display: none;
  }
  .main_area .column02 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 17%;
  }
  .main_area .column02 img.pc_view {
    display: none;
  }
  .main_area .column02 img.sp_view {
    display: inline-block;
  }
  .main_area .column02 .logo_sp {
    width: 70%;
    max-width: 510px;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    left: 15%;
    bottom: 18%;
  }
  .main_area .column02 .lead_sp {
    width: 64%;
    max-width: 500px;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    left: 18%;
    bottom: 15%;
    display: none;
  }
  .main_area .column02 .banner_sp {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 20;
    display: inline-block;
    left: 0;
  }
}
.top_news {
  background: #fff;
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 0px;
}
.top_news .section_in {
  width: 100%;
  display: table;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.top_news .section_in .news_column {
  width: 50%;
  background: url(../images/column_bg.png) 0 0 repeat;
  padding: 40px 40px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.top_news .section_in .twitter_column {
  width: 50%;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0;
  display: table-cell;
  vertical-align: top;
  height: 300px;
}
.top_news .section_in h1 {
  margin-bottom: 20px;
}
.top_news .section_in h1 img {
  width: auto;
  height: 30px;
}
.top_news .section_in ul li {
  color: #fff;
  letter-spacing: -0.4em;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 3px;
}
.top_news .section_in ul li a {
  color: #fff;
  text-decoration: none;
  padding: 3px 0;
}
.top_news .section_in ul li span.date {
  width: 7em;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}
.top_news .section_in ul li span.txt {
  width: calc(100% - 7em);
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}

@media print, screen and (max-width: 993px) {
  .top_news {
    margin-top: -10px;
    position: relative;
    z-index: 20;
  }
  .top_news .section_in {
    width: 100%;
  }
  .top_news .section_in .news_column {
    width: 50%;
    background: url(../images/column_bg.png) 0 0 repeat;
    padding: 30px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }
  .top_news .section_in h1 {
    margin-bottom: 20px;
  }
  .top_news .section_in h1 img {
    width: auto;
    height: 27px;
  }
  .top_news .section_in ul li {
    color: #fff;
    letter-spacing: -0.4em;
    font-size: 14px;
    font-weight: 500;
  }
  .top_news .section_in ul li a {
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
  }
  .top_news .section_in ul li span.date {
    width: 7em;
    letter-spacing: 0;
    display: block;
    vertical-align: top;
  }
  .top_news .section_in ul li span.txt {
    width: 100%;
    letter-spacing: 0;
    display: block;
    vertical-align: top;
  }
}
@media print, screen and (max-width: 768px) {
  .top_news {
    margin-top: 0px;
  }
  .top_news .section_in {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .top_news .section_in .news_column {
    width: 100%;
    background: url(../images/column_bg.png) 0 0 repeat;
    padding: 40px 40px;
    box-sizing: border-box;
    display: block;
  }
  .top_news .section_in .twitter_column {
    width: 100%;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0;
    display: block;
    height: 300px;
    border-bottom: dashed 1px #ddd;
  }
  .top_news .section_in .twitter_column iframe {
    width: calc(100vw - 20px) !important;
  }
  .top_news .section_in h1 {
    margin-bottom: 20px;
  }
  .top_news .section_in h1 img {
    width: auto;
    height: 24px;
  }
  .top_news .section_in ul li {
    color: #fff;
    letter-spacing: -0.4em;
    font-size: 15px;
    font-weight: 500;
  }
  .top_news .section_in ul li a {
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
  }
  .top_news .section_in ul li span.date {
    width: 7em;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
  }
  .top_news .section_in ul li span.txt {
    width: calc(100% - 7em);
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media print, screen and (max-width: 700px) {
  .top_news {
    margin-top: 0px;
  }
  .top_news .section_in {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .top_news .section_in h1 {
    margin-bottom: 16px;
  }
  .top_news .section_in h1 img {
    width: auto;
    height: 22px;
  }
  .top_news .section_in ul li {
    color: #fff;
    letter-spacing: -0.4em;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 6px;
  }
  .top_news .section_in ul li a {
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
  }
  .top_news .section_in ul li span.date {
    width: 100%;
    letter-spacing: 0;
    display: block;
    padding-bottom: 2px;
  }
  .top_news .section_in ul li span.txt {
    width: 100%;
    letter-spacing: 0;
    display: block;
    vertical-align: top;
  }
}
@media print, screen and (max-width: 480px) {
  .top_news {
    margin-top: 0px;
  }
  .top_news .section_in {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
  }
  .top_news .section_in .news_column {
    width: 100%;
    background: url(../images/column_bg.png) 0 0 repeat;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    display: block;
  }
  .top_news .section_in h1 {
    margin-bottom: 12px;
  }
  .top_news .section_in h1 img {
    width: auto;
    height: 20px;
  }
  .top_news .section_in ul li {
    color: #fff;
    letter-spacing: -0.4em;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 6px;
  }
  .top_news .section_in ul li a {
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
  }
  .top_news .section_in ul li span.date {
    width: 100%;
    letter-spacing: 0;
    display: block;
    padding-bottom: 2px;
  }
  .top_news .section_in ul li span.txt {
    width: 100%;
    letter-spacing: 0;
    display: block;
    vertical-align: top;
  }
}
.inquiry {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.inquiry .section_in {
  width: 100%;
  padding: 80px 0 40px;
}
.inquiry .section_in h1 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.inquiry .section_in h1 img {
  width: auto;
  height: 80px;
  max-width: 260px;
}
.inquiry .section_in .inquiry_list {
  width: 100%;
  letter-spacing: -0.4em;
}
.inquiry .section_in .inquiry_list .column {
  width: 50%;
  letter-spacing: 0;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.inquiry .section_in .inquiry_list .column h2 {
  color: #e62e8b;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.inquiry .section_in .inquiry_list .column p {
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.inquiry .section_in .inquiry_list .column p a {
  color: #e62e8b;
  text-decoration: underline;
}
.inquiry .section_in .inquiry_list .column p.ctr {
  text-align: center;
}

@media print, screen and (max-width: 993px) {
  .inquiry {
    width: 100%;
  }
  .inquiry .section_in {
    width: 100%;
    padding: 70px 0 30px;
  }
  .inquiry .section_in h1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .inquiry .section_in h1 img {
    width: auto;
    height: 70px;
    max-width: 260px;
  }
  .inquiry .section_in .inquiry_list {
    width: 100%;
    letter-spacing: -0.4em;
  }
  .inquiry .section_in .inquiry_list .column {
    width: 50%;
    letter-spacing: 0;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
  .inquiry .section_in .inquiry_list .column h2 {
    color: #e62e8b;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .inquiry .section_in .inquiry_list .column p {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
  }
  .inquiry .section_in .inquiry_list .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .inquiry .section_in .inquiry_list .column p.ctr {
    text-align: center;
  }
}
@media print, screen and (max-width: 768px) {
  .inquiry {
    width: 100%;
  }
  .inquiry .section_in {
    width: 100%;
    padding: 60px 0 30px;
  }
  .inquiry .section_in h1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .inquiry .section_in h1 img {
    width: auto;
    height: 60px;
    max-width: 260px;
  }
  .inquiry .section_in .inquiry_list {
    width: 100%;
    letter-spacing: 0em;
  }
  .inquiry .section_in .inquiry_list .column {
    width: 90%;
    letter-spacing: 0;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    margin: 10px auto;
  }
  .inquiry .section_in .inquiry_list .column h2 {
    color: #e62e8b;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .inquiry .section_in .inquiry_list .column p {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
  }
  .inquiry .section_in .inquiry_list .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .inquiry .section_in .inquiry_list .column p.ctr {
    text-align: center;
  }
}
@media print, screen and (max-width: 576px) {
  .inquiry {
    width: 100%;
  }
  .inquiry .section_in {
    width: 100%;
    padding: 60px 10px 30px;
    box-sizing: border-box;
  }
  .inquiry .section_in h1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .inquiry .section_in h1 img {
    width: auto;
    height: 52px;
    max-width: 260px;
  }
  .inquiry .section_in .inquiry_list {
    width: 100%;
    letter-spacing: 0em;
  }
  .inquiry .section_in .inquiry_list .column {
    width: 100%;
    letter-spacing: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    display: block;
    margin: 10px auto;
  }
  .inquiry .section_in .inquiry_list .column h2 {
    color: #e62e8b;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .inquiry .section_in .inquiry_list .column p {
    padding: 8px 0;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500;
  }
  .inquiry .section_in .inquiry_list .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .inquiry .section_in .inquiry_list .column p.ctr {
    text-align: center;
  }
}