/******************************************************************
Theme Name: IG
Autor: SearchandCoach
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Global WebFont reset ---------------------------- */
/* Global TAG styles---------------------------- */
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl {
  list-style: none;
}
a {
  text-decoration: underline;
  color: #4d4d4d;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
a img {
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
a:hover {
  color: #999;
  text-decoration: underline;
}
a:hover img {
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  opacity: 0.7;
}
body {
  font-size: 18px;
  line-height: 1.8;
  color: #4d4d4d;
  font-family: "UD新ゴ L", "UD Shin Go Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.02em;
  color: #4d4d4d;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 2em;
}
strong {
  font-weight: bold;
}
hr {
  margin-bottom: 60px;
}
table {
  width: 100%;
  border: none;
}
table th {
  color: #183a90;
  font-weight: normal;
}
table th,
table td {
  padding: 5px 10px;
}
table.line01 {
  border: 1px solid #183a90;
}
table.line01 th,
table.line01 td {
  border: 1px solid #183a90;
  padding: 10px 20px;
}
table.bg01 th,
table.bg01 td {
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
}
table.bg01 th {
  background: #516bab;
}
table.bg01 td {
  background: #8b9cc7;
}
/* Grobal Class styles------------------------------ */
/* Clearfix
=================================*/
.clearfix:after,
.wp_social_bookmarking_light:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix,
.wp_social_bookmarking_light {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* Hide from Mac IE \*/
.clearfix,
.wp_social_bookmarking_light {
  display: block;
}
* html .clearfix,
* html .wp_social_bookmarking_light {
  height: 1%;
}
/* Hide from Mac IE */
/* Margin
=================================*/
.mgb5 {
  margin-bottom: 5px;
}
/* Image
=================================*/
.img-center {
  margin-bottom: 10px;
  text-align: center;
}
.img-right {
  margin-bottom: 10px;
  margin-left: 15px;
  float: right;
  width: 30%;
}
.img-right img {
  width: 100%;
}
.img-left {
  margin-bottom: 10px;
  margin-right: 15px;
  float: left;
  width: 30%;
}
.img-left img {
  width: 100%;
}
.soon {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* Module
=================================*/
.title__underline {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 3px 0;
  position: relative;
  font-size: 28px;
}
.title__underline::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #aa0001;
  background: -moz-linear-gradient(left, #aa0001 16%, #e40011 50%, #aa0001 84%);
  background: -webkit-linear-gradient(left, #aa0001 16%, #e40011 50%, #aa0001 84%);
  background: linear-gradient(to right, #aa0001 16%, #e40011 50%, #aa0001 84%);
}
.btn__cta {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-decoration: none;
  width: 35%;
  background: #aa0001;
  background: -moz-linear-gradient(left, #aa0001 16%, #e40011 50%, #aa0001 84%);
  background: -webkit-linear-gradient(left, #aa0001 16%, #e40011 50%, #aa0001 84%);
  background: linear-gradient(to right, #aa0001 16%, #e40011 50%, #aa0001 84%);
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.btn__cta:hover {
  color: #fff;
  text-decoration: none;
  animation: Gradient 0.21s ease;
  opacity: 0.7;
}
.btn__text01 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 15px 30px;
  box-sizing: border-box;
  border: 1px solid #c00c1e;
  font-size: 24px;
  color: #c00c1e;
  text-decoration: none;
}
.btn__text01[target='_blank'] {
  position: relative;
}
.btn__text01[target='_blank']::after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  background: url("../img/common/icon_blank.svg") center center no-repeat;
  background-size: 100% auto;
}
a.btn__text01:hover {
  text-decoration: none;
  color: #e30011;
  border: 1px solid #e30011;
}
.comingsoon {
  display: block;
  position: relative;
}
.comingsoon::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.comingsoon img {
  opacity: 0.5;
}
.content__navi {
  overflow: hidden;
}
.content__navi>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content__navi>ul>li {
  width: 49%;
  margin-bottom: 2%;
  display: block;
}
.content__navi>ul>li > a {
  display: flex;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #c00c1e;
  font-size: 18px;
  color: #c00c1e;
  line-height: 1.4;
  min-height: 4.4em;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.content__navi>ul>li > a:hover {
  text-decoration: none;
  color: #e30011;
  border: 1px solid #e30011;
}
.content__navi>ul>li > a>* {
  align-self: center;
}
.acordion--title {
  position: relative;
}
.acordion--title::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  background: url("../img/common/arrow_gray.svg") center center no-repeat;
  background-size: 100% auto;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.acordion--title.open::after {
  transform: rotate(-180deg);
}
.acordion--content {
  display: none;
  background: #efeff0;
  padding: 20px;
  font-size: 16px;
}
.acordion--content .link__box a {
  display: inline;
  border: none;
}
.list--icon_head li {
  display: block;
  overflow: hidden;
  text-align: left;
}
.list--icon_head li p {
  margin-bottom: 1em;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}
.list--icon_head li img {
  display: block;
  float: left;
  width: 20%;
  margin-right: 2%;
  margin-left: -1%;
}
.special-link {
  font-size: 20px;
  line-height: 1.4;
}
.special-link img {
  display: block;
  width: 550px;
  margin: 10px auto;
}
.special-link a {
  color: #4d4d4d;
  text-decoration: none;
}
.special-link a:hover {
  text-decoration: none;
  color: #183a90;
}
.movie_box {
  position: relative;
}
.movie_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.movie_box img {
  display: block;
}
.movie_box p {
  margin: 5px 0;
  text-align: left;
  font-size: 14px;
}
.movie_box .movie {
  display: block;
  position: relative;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  padding-top: 56.25%;
}
.movie_box .movie .player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_box .movie:hover {
  opacity: 0.7;
}
.movie_box .movie .btn__play {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_play.svg") center center no-repeat;
  background-size: 20% auto;
  top: 0;
  left: 0;
}
.movie_box .movie>img {
  position: absolute;
  top: 0;
  left: 0;
}
h3 {
  font-weight: normal;
  color: #183a90;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
}
h4 {
  font-weight: normal;
  color: #183a90;
}
/* Layout modules styles------------------------------ */
.cta {
  position: relative;
  margin: 0 auto 80px;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  background: #efeff0;
}
.cols3 {
  display: flex;
  justify-content: space-between;
}
.cols3>* {
  width: 31%;
}
/* Plugin Class styles------------------------------ */
/* Grobal Layout styles------------------------------ */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
/*-----------header------------*/
header {
  width: 100%;
  height: 0;
  z-index: 10;
  position: fixed;
/*-----------navi------------*/
}
header h1 {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  text-indent: 4px;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  z-index: 12;
}
header h1 a {
  display: block;
}
header h1 img {
  width: 100%;
}
header .btn__menu {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  top: 30px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: absolute;
}
header .btn__menu a {
  display: block;
}
header .btn__menu img {
  width: 100%;
}
header .btn__menu .btn__menu-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
header .btn__menu.red .btn__menu-red {
  opacity: 1;
}
header .btn__close {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  top: 30px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: absolute;
}
header .btn__close a {
  display: block;
}
header .btn__close img {
  width: 100%;
}
header nav {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: block;
  background: rgba(0,0,0,0.88);
  z-index: 10;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
header nav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
header nav ul {
  margin-bottom: 40px;
}
header nav ul li {
  display: block;
  width: 50%;
  margin: 0 auto 20px;
}
header nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
header nav ul li a:hover {
  text-decoration: none;
  background: rgba(255,255,255,0.1);
}
header nav .navi__menu {
  display: block;
  width: 50%;
  margin: 0 auto 20px;
}
header nav .navi__menu a {
  color: #fff;
  font-size: 18px;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
header nav .navi__menu a:hover {
  opacity: 0.6;
}
/*-----------main------------*/
.content__box {
  position: relative;
  width: 1200px;
  margin: 0 auto 80px;
  text-align: center;
}
.content__box::before {
  content: '';
  display: block;
  width: 125px;
  height: 5px;
  margin: 0 auto 75px;
  background: #aa0001;
  background: -moz-linear-gradient(left, #aa0001 16%, #e40011 50%, #aa0001 84%);
  background: -webkit-linear-gradient(left, #aa0001 16%, #e40011 50%, #aa0001 84%);
  background: linear-gradient(to right, #aa0001 16%, #e40011 50%, #aa0001 84%);
}
.content__box--noline::before {
  content: none;
}
.content__box>h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.content__box>h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.content__box--low {
  text-align: left;
}
.content__box--low h4 {
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.content__box--low h5 {
  font-size: 12px;
}
.content__box--low p {
  font-size: 12px;
}
.bottom-link {
  padding: 20px 0 120px;
  text-align: center;
}
.bottom-link a {
  font-size: 14px;
  line-height: 1;
  padding: 10px 30px;
}
/* --------------------------------------------
 *					Footer
 * -------------------------------------------- */
footer {
  clear: both;
  width: 100%;
  margin-top: -80px;
  padding: 30px 0 0;
  position: relative;
  display: block;
  font-size: 14px;
}
footer>div>div {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
footer .footer__head {
  position: relative;
  padding: 30px 0 60px;
  width: 35%;
  margin: 0 auto;
}
footer .footer__head p {
  margin: 0;
}
footer .footer__head .snslinks {
  position: absolute;
  top: 20px;
  right: 0;
}
footer .footer__head .snslinks li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
footer .footer__head .snslinks li img {
  width: 100%;
  fill: #898989;
}
footer .footer__body {
  background: #e5e5e5;
  padding: 30px 0;
}
footer .footer__disclaimer {
  line-height: 1.4;
}
footer .footer__rights {
  text-align: center;
}
.modal_content {
  display: none;
}
.onlypc {
  display: inherit;
}
.onlysp {
  display: block;
  display: none;
}
@media screen and (max-width: 780px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  body {
    font-size: 14px;
    line-height: 1.5;
    border: none;
  }
  img {
    width: 100%;
  }
  iframe {
    max-width: 100%;
  }
  .cols2_list {
    padding-top: 10px;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
  }
  .cols2_list > * {
    width: 100%;
    float: none;
    margin-left: 0;
    box-sizing: border-box;
    margin-bottom: 5%;
  }
  .cols3 > * {
    width: 100%;
    float: none;
  }
  .bx-controls {
    margin: -25px auto 0;
  }
  .bx-controls div {
    margin: 7px;
  }
  .bx-controls div a {
    width: 5px;
    height: 5px;
  }
  header h1 {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  header .btn__menu {
    top: 18px;
    right: 18px;
    width: 25px;
    height: 25px;
  }
  header .btn__close {
    top: 18px;
    right: 18px;
    width: 25px;
    height: 25px;
  }
  header nav {
    padding-top: 80px;
  }
  header nav ul {
    margin-bottom: 40px;
  }
  header nav ul li {
    width: 80%;
  }
  header nav .navi__menu {
    width: 80%;
  }
  .btn__cta {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    font-size: 20px;
  }
  .content__navi {
    overflow: hidden;
  }
  .content__navi>ul {
    display: block;
  }
  .content__navi>ul>li {
    width: 100%;
    margin-bottom: 2%;
    display: block;
  }
  .content__navi>ul>li > a {
    width: 100%;
    padding: 15px;
    font-size: 15px;
  }
  .acordion--title {
    position: relative;
  }
  .acordion--title::after {
    content: '';
    width: 25px;
    height: 25px;
    right: 15px;
    margin-top: -13px;
  }
  .acordion--content {
    font-size: 14px;
  }
  .cta {
    margin: 0 auto 40px;
    padding: 0;
    width: 100%;
    background: none;
    font-size: 18px;
  }
  .cols3 {
    display: block;
    justify-content: space-between;
  }
  .cols3>* {
    width: 100%;
    margin-bottom: 20px;
  }
  .content__box {
    position: relative;
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .content__box::before {
    content: '';
    display: block;
    width: 150px;
    height: 5px;
    margin: 0 auto 50px;
    background: #aa0001;
    background: -moz-linear-gradient(left, #aa0001 16%, #e40011 50%, #aa0001 84%);
    background: -webkit-linear-gradient(left, #aa0001 16%, #e40011 50%, #aa0001 84%);
    background: linear-gradient(to right, #aa0001 16%, #e40011 50%, #aa0001 84%);
  }
  .content__box--noline::before {
    content: '';
    margin-bottom: 40px;
  }
  .content__box>h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content__box--low {
    text-align: left;
  }
  .content__box--low h4 {
    font-size: 14px;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 20px;
  }
  .content__box--low h5 {
    font-size: 12px;
  }
  .content__box--low p {
    font-size: 12px;
  }
  .bottom-link {
    padding: 20px 0 70px;
  }
  footer {
    margin: -50px 0 0;
    width: 100%;
  }
  footer>div>div {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  footer .footer__body {
    background: #e5e5e5;
    padding: 30px 5%;
  }
  footer .footer__head {
    position: relative;
    padding: 30px 0 30px;
    width: 90%;
    margin: 0 auto;
  }
  footer .footer__head p {
    margin: 0;
  }
  footer .footer__head .snslinks {
    position: absolute;
    top: 25px;
    right: 0;
  }
  footer .footer__head .snslinks li {
    margin-left: 5px;
    width: 30px;
    height: 30px;
  }
  .section {
    margin-bottom: 50px;
  }
  .onlypc {
    display: none;
  }
  .onlysp {
    display: inherit;
  }
}
